/* varibles */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Saira:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/*  get the font-size converted in em
 *  $target = size in px of element who want to convert   
 *  $source = font size of body
 *  getSizeEm(10)
 */
/*  get line height converted in em
 *  $size = font size (not body) 
 *  $lineHeight = line height in px of the target 
 *  lineHeightEm(10,18)
 */
/* 
 * get the line height with a font size already set
 * $targetFont = font-size
 * $targetLH  = line-height
 */
/* cookies, reset style */
/*-----------------Generic Style Reset-----------------*/
.vc_hidden {
  display: none; }

* {
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input:not([type='checkbox']):not([type='radio']), button, textarea {
  outline: none;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button; }

.cc-cookies {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.2em;
  background: #f8f8f8;
  -webkit-box-shadow: 0 8px 6px -6px #dfdfe2;
  -moz-box-shadow: 0 8px 6px -6px #dfdfe2;
  box-shadow: 0 8px 6px -6px #dfdfe2; 
  display:none;
  }

.cc-cookies > div {
  width: auto; }

.cc-cookies .msg {
  width: 78%;
  float: left;
  clear: left;
  text-align: left;
  color: #010101; }

.cc-cookies .msg a {
  color: #010101;
  text-decoration: underline; }

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  font-size: 1.0em;
  line-height: 1.6em;
  color: #010101;
  width: 20%;
  float: right;
  clear: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px #010101 solid; }

/*-----------------End-----------------*/
/* 
 * edit padding bootstrap
 */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  /*z-index: 2;*/
  position: relative; }

.container-fluid {
  width: 100%; }

.container,
body.background .container-fluid {
  width: 1000px;  }

@media (max-width: 992px) {
  .container,
  body.background .container-fluid {
    width: 970px; } }
@media (min-width: 992px) {
  .container,
  body.background .container-fluid {
    width: 970px; } }
@media (min-width: 1200px) {
  .container,
  body.background .container-fluid {
    width: 1140px; } }
@media (min-width: 1340px) {
  .container {
    width: 1320px; }

  body.background .container-fluid,
  body.background .container {
    width: 1140px; } }
body.background {
  padding-top: 120px; }

/*@import 'partials/social_icons';*/
/*
 * Icon of the article preview:
 * gallery - audio - video 
 */
.vc_icons_multimedia .cont_foto,
.vc_icons_multimedia .cont_img {
  position: relative; }

.vc_icons_multimedia .video .cont_foto:before,
.vc_icons_multimedia .gallery .cont_foto:before,
.vc_icons_multimedia.gallery .cont_img:before,
.vc_icons_multimedia.video .cont_img:before {
  display: inline-block;
  position: absolute;
  content: "";
  z-index: 8;
  bottom: 0;
  right: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent; }

.vc_bg_light-grey .vc_icons_multimedia .video .cont_foto:before,
.vc_bg_light-grey .vc_icons_multimedia .gallery .cont_foto:before,
.vc_bg_light-grey .vc_icons_multimedia.gallery .cont_img:before,
.vc_bg_light-grey .vc_icons_multimedia.video .cont_img:before {
  border-bottom: 50px solid #f1f1f1;
}

.vc_icons_multimedia.medium .video .cont_foto:before,
.vc_icons_multimedia.medium .gallery .cont_foto:before,
.vc_icons_multimedia.medium.gallery .cont_img:before,
.vc_icons_multimedia.medium.video .cont_img:before {
  border-bottom: 60px solid #fff;
  border-left: 60px solid transparent; }

.vc_bg_light-grey .vc_icons_multimedia.medium .video .cont_foto:before,
.vc_bg_light-grey .vc_icons_multimedia.medium .gallery .cont_foto:before,
.vc_bg_light-grey .vc_icons_multimedia.medium.gallery .cont_img:before,
.vc_bg_light-grey .vc_icons_multimedia.medium.video .cont_img:before {
  border-bottom: 60px solid #f1f1f1;
}


.vc_icons_multimedia .video .cont_foto:after,
.vc_icons_multimedia .gallery .cont_foto:after,
.vc_icons_multimedia.gallery .cont_img:after,
.vc_icons_multimedia.video .cont_img:after {
  position: absolute;
  display: inline-block;
  z-index: 9;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
  color: #212121;
  font-family: "themify" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vc_icons_multimedia.medium .video .cont_foto:after,
.vc_icons_multimedia.medium .gallery .cont_foto:after,
.vc_icons_multimedia.medium.gallery .cont_img:after,
.vc_icons_multimedia.medium.video .cont_img:after {
  font-size: 25px; }

.vc_icons_multimedia .gallery .cont_foto:after,
.vc_icons_multimedia.gallery .cont_img:after {
  content: "\e633"; }

.vc_icons_multimedia .video .cont_foto:after,
.vc_icons_multimedia.video .cont_img:after {
  content: "\e6ad"; }

.vc_bg_dark-grey .vc_icons_multimedia .video .cont_foto:before,
.vc_bg_dark-grey .vc_icons_multimedia .gallery .cont_foto:before,
.vc_bg_dark-grey .vc_icons_multimedia.gallery .cont_img:before,
.vc_bg_dark-grey .vc_icons_multimedia.video .cont_img:before {
  border-bottom: 50px solid #212121; }

.vc_bg_light-blue .vc_icons_multimedia.medium .video .cont_foto:before,
.vc_bg_light-blue .vc_icons_multimedia.medium .gallery .cont_foto:before,
.vc_bg_light-blue .vc_icons_multimedia.medium.gallery .cont_img:before,
.vc_bg_light-blue .vc_icons_multimedia.medium.video .cont_img:before {
  border-bottom: 60px solid #212121; }

/*---Nav Controller*/
.vc_slider .bx-controls {
    margin: 0 auto;
    padding: 0;
    width: 970px;
    position: absolute;
    height: 39px;
    top: 50%;
    display: flex;
    align-items: center;}
.vc_slider .bx-controls .bx-controls-direction {
    float: left;
    clear: left;
    width: 100%;
}

.vc_slider .bx-prev {
    margin: 0px;
    font-size: 0px;
    position: absolute;
    left: 15px;
    background: url(/images/CIO-arrow_left.png) no-repeat center center;
    background-size: 17px;
    width: 39px;
    height: 45px;
}

.vc_slider .bx-next {
    margin: 0px;
    font-size: 0px;
    position: absolute;
    right: 15px;
    background: url(/images/CIO-arrow_right.png) no-repeat center center;
    background-size: 17px;
    width: 39px;
    height: 45px;
}

.vc_slider .bx-prev:hover,
.vc_slider .bx-next:hover,
.vc_slider .bx-next:link,
.vc_slider .bx-prev:link,
.vc_slider .bx-next:visited,
.vc_slider .bx-prev:visited {
  text-decoration: blink; }

.vc_slider .bx-prev a,
.vc_slider .bx-next a {
  margin: 0px;
  padding: 0px;
  display: block; }

.vc_slider .punti_slide {
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  float: left;
  clear: left;
  text-align: center;
  position: relative; }

.vc_slider .punti_slide .bx-pager {
  text-align: center;
  width: 100%;
  float: left;
  clear: left; }

.vc_slider .punti_slide .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  list-style-type: square;
  font-size: 0px;
  width: 12px;
  height: 12px; }

.vc_slider .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #0087C1;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  color: transparent;
  outline: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.vc_slider .punti_slide .bx-pager .bx-pager-item a.active {
  background: #0087C1; }

html {
  font-size: 20px; }

body {
  font-size: 20px;
  line-height: 1.6em;
 font-family: "Roboto Condensed", sans-serif;
  color: #212121;
  text-rendering: optimizeLegibility;
  background-color: #ffffff; }

a {
  color: #0087C1;
  transition: .3s color linear; }
  a:link, a:visited, a:active {
    color: #0087C1; }
  a:hover {
    color: #34495E;
    text-decoration: underline; }

/*-----------------vc_txt_xl-----------------*/
.vc_txt_xl .occhiello,
.vc_txt_xl .occhiello_articolo,
.vc_txt_xl .sezione {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.0666666667em;
  font-weight: normal;
  text-rendering: geometricPrecision; 
  text-transform:uppercase;}
.vc_txt_xl .titolo {
  font-size: 1.9em;
  line-height: 1.125em;
  font-weight: 600;
  text-rendering: geometricPrecision; }
.vc_txt_xl .sottotitolo,
.vc_txt_xl .sommario_articolo,
.vc_txt_xl .sommario {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.2222222222em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_txt_xl .correlati {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  font-weight: normal; }
.vc_txt_xl .testo {
  font-size: 0.65em;
  line-height: 1.3076923077em;
  font-weight: 300; }
.vc_txt_xl .autore {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: initial; }
.vc_txt_xl .ora_pubblicazione {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xl .vc_link_button a {
  font-size: 0.9em;
  line-height: 1.1666666667em;
  font-weight: 500;
  padding: 0 10px; }

/*-----------------End-----------------*/
/*-----------------vc_txt_l-----------------*/
.vc_txt_l .occhiello,
.vc_txt_l .occhiello_articolo,
.vc_txt_l .sezione {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.125em;
  font-weight: normal;
  text-rendering: geometricPrecision; 
  text-transform:uppercase; }
.vc_txt_l .titolo {
  font-size: 1.6em;
  line-height: 1.09375em;
  font-weight: 600;
  text-rendering: geometricPrecision; }
.vc_txt_l .sottotitolo,
.vc_txt_l .sommario_articolo,
.vc_txt_l .sommario {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.2222222222em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_txt_l .correlati {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  font-weight: normal; }
.vc_txt_l .testo {
  font-size: 0.65em;
  line-height: 1.3076923077em;
  font-weight: 300; }
.vc_txt_l .autore {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: initial; }
.vc_txt_l .ora_pubblicazione {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_l .vc_link_button a {
  font-size: 0.9em;
  line-height: 1.1666666667em;
  font-weight: 500;
  padding: 0 10px; }

/*-----------------End-----------------*/
/*-----------------vc_txt_m-----------------*/
/* */
.vc_txt_m .occhiello,
.vc_txt_m .occhiello_articolo,
.vc_txt_m .sezione {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.125em;
  font-weight: normal;
  text-rendering: geometricPrecision; 
  text-transform:uppercase; }
.vc_txt_m .titolo {
  font-size: 1.25em;
  line-height: 1.08em;
  font-weight: 600;
  text-rendering: geometricPrecision; }
.vc_txt_m .sottotitolo,
.vc_txt_m .sommario_articolo,
.vc_txt_m .sommario {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3125em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_txt_m .correlati {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  font-weight: normal; }
.vc_txt_m .testo {
  font-size: 0.65em;
  line-height: 1.3076923077em;
  font-weight: 300; }
.vc_txt_m .autore {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: initial; }
.vc_txt_m .ora_pubblicazione {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_m .vc_link_button a {
  font-size: 0.9em;
  line-height: 1.1666666667em;
  font-weight: 500;
  padding: 0 10px; }

/*-----------------End-----------------*/
/*-----------------vc_txt_s-----------------*/
.vc_txt_s .occhiello,
.vc_txt_s .occhiello_articolo,
.vc_txt_s .sezione {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-rendering: geometricPrecision; 
  text-transform:uppercase; }
.vc_txt_s .titolo {
  font-size: 0.9em;
  line-height: 1.2222222222em;
  font-weight: 600;
  text-rendering: geometricPrecision; }
.vc_txt_s .sottotitolo,
.vc_txt_s .sommario_articolo,
.vc_txt_s .sommario {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.2142857143em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_txt_s .correlati {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  font-weight: normal; }
.vc_txt_s .testo {
  font-size: 0.65em;
  line-height: 1.3076923077em;
  font-weight: 300; }
.vc_txt_s .autore {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: initial; }
.vc_txt_s .ora_pubblicazione {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_s .vc_link_button a {
  font-size: 0.9em;
  line-height: 1.1666666667em;
  font-weight: 500;
  padding: 0 10px; }

/*-----------------vc_txt_xs-----------------*/
/*----------------- -----------------*/
.vc_txt_xs .occhiello,
.vc_txt_xs .occhiello_articolo,
.vc_txt_xs .sezione {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-rendering: geometricPrecision; 
  text-transform:uppercase; }
.vc_txt_xs .titolo {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  font-weight: 600;
  text-rendering: geometricPrecision; }
.vc_txt_xs .sottotitolo,
.vc_txt_xs .sommario_articolo,
.vc_txt_xs .sommario {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  font-weight: 300;
  text-rendering: geometricPrecision; }
.vc_txt_xs .correlati {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  font-weight: normal; }
.vc_txt_xs .testo {
  font-size: 0.65em;
  line-height: 1.3076923077em;
  font-weight: 300; }
.vc_txt_xs .autore {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: initial; }
.vc_txt_xs .ora_pubblicazione {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xs .vc_link_button a {
  font-size: 0.9em;
  line-height: 1.1666666667em;
  font-weight: 500;
  padding: 0 10px; }

/*-----------------vc_article-----------------*/
.vc_article .num_commenti,
.vc_article .social {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  text-rendering: geometricPrecision; }
.vc_article .autore,
.vc_article .author_name_value {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_article .author_email {
  font-size: 0.625em;
  line-height: 1em;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_article .ora_pubblicazione {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_article .vc_section,
.vc_article .vc_tags {
  font-size: 0.9em;
  line-height: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_article .occhiello,
.vc_article .occhiello_articolo,
.vc_article .sezione {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.125em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_article .vc_story_telling_title,
.vc_article .titolo {
  font-size: 2.5em;
  line-height: 0.9em;
  font-weight: 600;
  text-rendering: geometricPrecision; }
.vc_article .sottotitolo,
.vc_article .sommario_articolo,
.vc_article .sommario {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1.15em;
  line-height: 1.2173913043em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_article .vc_story_telling_text,
.vc_article .testo {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: normal; }
  .vc_article .vc_story_telling_text a,
  .vc_article .testo a {
    text-decoration: underline; }

/*-----------------Article Preview Related----------------------*/
/*@import 'partials/related'; */
/*-----------------Story telling-----------------*/
.vc_story_telling_nav {
  font-weight: bold; }
  .vc_story_telling_nav li {
    cursor: pointer; }

.vc_story_telling_link {
  font-style: italic;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer; }

.vc_story_telling_pagination {
  margin-top: 15px;
  padding: 15px 10px 10px 10px;
  display: table;
  background: #ededed;
  color: #cccccc; }
  .vc_story_telling_pagination .btn {
    padding: 6px 12px; }
  .vc_story_telling_pagination .vc_prev a,
  .vc_story_telling_pagination .vc_next a {
    color: #212121; }
  .vc_story_telling_pagination a:hover {
    color: #212121; }
  .vc_story_telling_pagination .vc_label_pagination {
    font-weight: bold; }

/*-----------------End-----------------*/
/*-----------------vc_theme_default-----------------*/
.vc_theme_default .occhiello_articolo,
.vc_theme_default .occhiello,
.vc_theme_default .sezione {
  color: #0087C1;
  border-bottom: 0px solid #0087C1; }

.vc_variant_dark-blue .vc_theme_default .occhiello_articolo,
.vc_variant_dark-blue .vc_theme_default .occhiello,
.vc_variant_dark-blue .vc_theme_default .sezione {
  color: #34495E;
  border-bottom: 0px solid #34495E; }

.vc_variant_orange .vc_theme_default .occhiello_articolo,
.vc_variant_orange .vc_theme_default .occhiello,
.vc_variant_orange .vc_theme_default .sezione {
  color: #F15A24;
  border-bottom: 2px solid #F15A24; }

.vc_variant_yellow .vc_theme_default .occhiello_articolo,
.vc_variant_yellow .vc_theme_default .occhiello,
.vc_variant_yellow .vc_theme_default .sezione {
  color: #E2CF1E;
  border-bottom: 2px solid #E2CF1E; }

.vc_variant_dark-red .vc_theme_default .occhiello_articolo,
.vc_variant_dark-red .vc_theme_default .occhiello,
.vc_variant_dark-red .vc_theme_default .sezione {
  color: #C1272D;
  border-bottom: 2px solid #C1272D; }

  .vc_theme_default .occhiello_articolo a,
  .vc_theme_default .occhiello a,
  .vc_theme_default .sezione a {
    color: inherit; }
.vc_theme_default .vc_section,
.vc_theme_default .vc_tags {
  color: #cccccc; }
  .vc_theme_default .vc_section p,
  .vc_theme_default .vc_tags p {
    display: inline-block;
    margin: 0 1px; }
  .vc_theme_default .vc_section a,
  .vc_theme_default .vc_tags a {
    color: #0087C1;
    text-decoration: none; }
    .vc_theme_default .vc_section a:hover,
    .vc_theme_default .vc_tags a:hover {
      color: #34495E; }
.vc_theme_default .titolo {
  color: #212121; }
  .vc_theme_default .titolo a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_default .titolo a:hover {
      color: #0087C1; }
.vc_theme_default .autore_articolo,
.vc_theme_default .autore {
  color: #cccccc; }
  .vc_theme_default .autore_articolo a,
  .vc_theme_default .autore a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .ora_pubblicazione {
  color: #cccccc; }
.vc_theme_default .sottotitolo,
.vc_theme_default .sommario {
  color: #212121;
  text-decoration: none; }
  .vc_theme_default .sottotitolo a,
  .vc_theme_default .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .testo {
  color: #212121; }
.vc_theme_default .correlati a,
.vc_theme_default .testo a {
  color: #0087C1; }
.vc_theme_default .comments a,
.vc_theme_default .comment_article a,
.vc_theme_default .social a {
  color: #0087C1;
  text-decoration: none; }
.vc_theme_default .comment_article a:before,
.vc_theme_default .comments:before {
  color: #0087C1; }
.vc_theme_default .comments a:hover,
.vc_theme_default .comment_article a:hover,
.vc_theme_default .sezione a:hover {
  text-decoration: underline; }
.vc_theme_default .didascalia {
  color: #cccccc; }

/*-----------------End-----------------*/
/*-----------------vc_theme_variant-----------------*/
.vc_theme_variant .occhiello_articolo,
.vc_theme_variant .occhiello,
.vc_theme_variant .sezione {
  color: #fff; }
  .vc_theme_variant .occhiello_articolo a,
  .vc_theme_variant .occhiello a,
  .vc_theme_variant .sezione a {
    color: inherit; }
.vc_theme_variant .vc_section,
.vc_theme_variant .vc_tags {
  color: #fff; }
  .vc_theme_variant .vc_section p,
  .vc_theme_variant .vc_tags p {
    display: inline-block;
    margin: 0 1px; }
  .vc_theme_variant .vc_section a,
  .vc_theme_variant .vc_tags a {
    color: #0087C1;
    text-decoration: none; }
    .vc_theme_variant .vc_section a:hover,
    .vc_theme_variant .vc_tags a:hover {
      color: #34495E; }
.vc_theme_variant .titolo {
  color: #fff; }
  .vc_theme_variant .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant .autore_articolo,
.vc_theme_variant .autore {
  color: #f1f1f1; }
  .vc_theme_variant .autore_articolo a,
  .vc_theme_variant .autore a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant .ora_pubblicazione {
  color: #f1f1f1; }
.vc_theme_variant .sottotitolo,
.vc_theme_variant .sommario {
  color: #fff;
  text-decoration: none; }
  .vc_theme_variant .sottotitolo a,
  .vc_theme_variant .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant .testo {
  color: #fff; }
.vc_theme_variant .correlati a,
.vc_theme_variant .testo a {
  color: #0087C1; }
.vc_theme_variant .comments a,
.vc_theme_variant .comment_article a,
.vc_theme_variant .social a {
  color: #0087C1;
  text-decoration: none; }
.vc_theme_variant .comment_article a:before,
.vc_theme_variant .comments:before {
  color: #0087C1; }
.vc_theme_variant .comments a:hover,
.vc_theme_variant .comment_article a:hover,
.vc_theme_variant .sezione a:hover {
  text-decoration: underline; }
.vc_theme_variant .didascalia {
  color: #cccccc; }

/*--vc_theme_article customization--*/
body.section_cronaca .vc_preview_big_bt .occhiello,
body.section_cronaca .vc_preview_medium_bt .occhiello {
    color: #34495e;
    border-bottom: 2px solid #34495e;
}
body.section_politica .vc_preview_big_bt .occhiello,
body.section_politica .vc_preview_medium_bt .occhiello {
    color: #0087C1;
    border-bottom: 2px solid #0087C1;
}
body.section_sport .vc_preview_big_bt .occhiello,
body.section_sport .vc_preview_medium_bt .occhiello {
    color: #E2CF1E;
    border-bottom: 2px solid #E2CF1E;
}
body.section_eventi .vc_preview_big_bt .occhiello,
body.section_eventi .vc_preview_medium_bt .occhiello {
    color: #F15A24;
    border-bottom: 2px solid #F15A24;
}
body.section_rubriche .vc_preview_big_bt .occhiello,
body.section_rubriche .vc_preview_medium_bt .occhiello {
    color: #C1272D;
    border-bottom: 2px solid #C1272D;
}


/*-----------------vc_theme_article-----------------*/
.vc_theme_article .occhiello_articolo,
.vc_theme_article .occhiello,
.vc_theme_article .sezione {
  color: #0087C1; }
  .vc_theme_article .occhiello_articolo a,
  .vc_theme_article .occhiello a,
  .vc_theme_article .sezione a {
    color: inherit; }
.vc_theme_article .vc_section,
.vc_theme_article .vc_tags {
  color: #0087C1; }
  .vc_theme_article .vc_section a,
  .vc_theme_article .vc_tags a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_article .vc_section a:hover,
    .vc_theme_article .vc_tags a:hover {
      color: #0087C1; }
.vc_theme_article .titolo {
  color: #212121; }
  .vc_theme_article .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .autore_articolo,
.vc_theme_article .autore {
  color: #0087C1; }
  .vc_theme_article .autore_articolo a,
  .vc_theme_article .autore a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_article .autore_articolo a:hover,
    .vc_theme_article .autore a:hover {
      color: #34495E; }
.vc_theme_article .ora_pubblicazione {
  color: #cccccc; }
.vc_theme_article .sottotitolo,
.vc_theme_article .sommario {
  color: #212121;
  text-decoration: none; }
  .vc_theme_article .sottotitolo a,
  .vc_theme_article .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .testo {
  color: #212121; }
.vc_theme_article .correlati a,
.vc_theme_article .testo a {
  color: #0087C1; }
  .vc_theme_article .correlati a:hover,
  .vc_theme_article .testo a:hover {
    color: #34495E; }
.vc_theme_article .comments a,
.vc_theme_article .comment_article a,
.vc_theme_article .social a {
  color: #212121;
  text-decoration: none; }
.vc_theme_article .comment_article a:before,
.vc_theme_article .comments:before {
  color: #0087C1; }
.vc_theme_article .comments a:hover,
.vc_theme_article .comment_article a:hover,
.vc_theme_article .sezione a:hover {
  text-decoration: underline; }
.vc_theme_article .didascalia {
  color: #cccccc; }

/*---------------------Settings-----------------------*/
.ghost_container {
  float: left;
  clear: left; }

.vc_color_default {
  /*dark-grey*/
  color: #212121; }
  .vc_color_default:hover {
    color: #0087C1; }

.vc_p0 {
  padding: 0; }

.vc_p20 {
  padding: 20px; }

.vc_pr_0 {
  padding-right: 0; }

.vc_p15 {
  padding: 15px; }

.vc_pt_pb_15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.vc_pt_pb_35 {
  padding: 35px 0; }

.vc_pb_30 {
  padding: 0 0 30px 0; }

.vc_mt_0 {
  margin-top: 0px !important; }

.vc_mt_10 {
  margin-top: 10px !important; }

.vc_mt_20 {
  margin-top: 20px !important; }

.vc_mt_30 {
  margin-top: 30px !important; }

.vc_reset_border {
  border: 0 !important; }

/* BACKGROUND */
.vc_bg_black {
  background: #000; }

.vc_bg_white {
  background: #fff; }

.vc_bg_blue {
  background: #0087C1; }

.vc_bg_light-blue {
  background: #E2F4FC; }

.vc_bg_dark-blue {
  background: #34495E; }

.vc_bg_light-grey {
  background: #f1f1f1; }

.vc_bg_grey {
  background: #cccccc; }

.vc_bg_dark-grey {
  background: #212121; }

.vc_bg_yellow {
  background: #E2CF1E; }

.vc_bg_orange {
  background: #F15A24; }

.vc_bg_red {
  background: #C1272D; }

/* BORDER */
.vc_bt_black {
  border-top: 1px solid #000 !important; }

.vc_bb_black {
  border-bottom: 1px solid #000 !important; }

.vc_bt_grey {
  border-top: 1px solid #cccccc !important; }

.vc_bb_grey {
  border-bottom: 1px solid #cccccc !important; }

.vc_bt_white {
  border-top: 1px solid #fff !important; }

.vc_bb_white {
  border-bottom: 1px solid #fff !important; }

.vc_bt_2_grey {
  border-top: 2px solid #cccccc !important; }

.vc_bt_light-grey {
  border-top: 1px solid #f1f1f1 !important; }

.vc_bb_light-grey {
  border-bottom: 1px solid #f1f1f1 !important; }

.vc_bt_dark-grey {
  border-top: 1px solid #212121 !important; }

.vc_bb_dark-grey {
  border-bottom: 1px solid #212121 !important; }

.vc_bt_bb_grey {
  border-top: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important; }

.vc_br_grey {
  border-right: 1px solid #cccccc !important; }

.vc_bl_grey {
  border-left: 1px solid #cccccc !important; }



.vc_bb_2_blue {
  border-bottom: 2px solid #0087C1 !important; }

.vc_bb_2_dark-blue {
  border-bottom: 2px solid #34495E !important; }

.vc_bb_2_yellow {
  border-bottom: 2px solid #E2CF1E !important; }

.vc_bb_2_orange {
  border-bottom: 2px solid #F15A24 !important; }

.vc_bb_2_red {
  border-bottom: 2px solid #C1272D !important; }

.vc_bt_blue {
  border-top: 1px solid #0087C1 !important; }

.vc_bb_blue {
  border-bottom: 1px solid #0087C1 !important; }

.vc_br_blue {
  border-right: 1px solid #0087C1 !important; }

.vc_bl_blue {
  border-left: 1px solid #0087C1 !important; }


.vc_z2 {
  z-index: 2 !important;
  position: relative; }

.vc_z3 {
  z-index: 3 !important;
  position: relative; }

.vc_z8 {
  z-index: 8 !important;
  position: relative; }

.vc_z10 {
  z-index: 10 !important;
  position: relative; }

.vc_bold {
  font-weight: bold; }

.vc_height_230 {
  min-height:230px;    
}

.vc_height_270 {
  min-height:270px;    
}


/*--- OCCHIELLO TITOLO / TEXTEDIT ---*/
.occhiello_titolo .vc_occhiello_titolo,
.vc_textedit_title_block {
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 0;
  display: flex;
  position: relative; }

.occhiello_titolo .vc_occhiello_titolo.vc_underline_full,
.vc_textedit_title_block.vc_underline_full,
.occhiello_titolo .vc_occhiello_titolo.vc_underline_full_dark,
.vc_textedit_title_block.vc_underline_full_dark {
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 0 0 10px 0;
  display: block;
  position: relative; }

.vc_occhiello_titolo,
.vc_textedit_title_block .text {
  float: left;
  clear: left;
  width: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 1.35em;
  line-height: 0.8148148148em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  color: #0087C1; }

.vc_occhiello_titolo.vc_underline_full,
.vc_textedit_title_block.vc_underline_full {
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  border-bottom: 2px solid #0087C1; }

.vc_occhiello_titolo.vc_underline_full_dark,
.vc_textedit_title_block.vc_underline_full_dark {
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  border-bottom: 2px solid #34495e; }

.vc_occhiello_titolo.vc_small,
.vc_textedit_title_block.vc_small .text {
  font-size: 1em;
  line-height: 0.95em; }

.vc_occhiello_titolo.vc_medium,
.vc_textedit_title_block.vc_medium .text {
  font-size: 1.2em;
  line-height: 0.7916666667em; }

.occhiello_titolo .vc_occhiello_white,
.vc_occhiello_white .text {
  color: #fff; }

.occhiello_titolo .vc_occhiello_red,
.vc_occhiello_red .text {
  color: #C1272D; }
  
.occhiello_titolo .vc_occhiello_dark-blue,
.vc_occhiello_dark-blue .text {
  color: #34495e; }
.vc_occhiello_titolo.vc_medium,
.vc_textedit_title_block.vc_medium .text {
  font-size: 1.2em;
  line-height: 0.7916666667em; }

.vc_textedit_title_block.vc_underline_text .text:after {
    float: left;
    width: 75px;
    height: 4px;
    background: #34495e;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -37.5px; }

.occhiello_titolo .vc_occhiello_white.vc_underline_text .text:after,
.vc_occhiello_white.vc_underline_text .text:after {
  background: #fff; }

.occhiello_titolo .vc_occhiello_red.vc_underline_text .text:after,
.vc_occhiello_red.vc_underline_text .text:after {
  background: #C1272D; }

/*--- SECTON LINK ---*/
.vc_section_link {
  float: left;
  clear: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.2em;
  font-weight: normal;
  color: #212121;
  border-top: 1px solid #cccccc;
  position: relative; }

.vc_section_link a {
  color: #212121;
  width: auto;
  padding: 5px 30px;
  border: 1px solid #212121;
  position: absolute;
  top: -20px; }

.vc_section_link a:hover {
  text-decoration: none;
  color: #0087C1; }

.vc_section_link a:after {
  content: "\e649";
  font-family: "themify" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 1em;
  /*float: right;*/
  color: #212121;
  margin-left: 10px; }

/* CUSTOM SHOP CARD */
.vc_card {
  float: left;
  clear: left;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px black;
  margin: 0;
  padding: 30px 25px;
  position: relative;
  text-align: center;
  /*min-height: 565px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }

.vc_card.vc_special {
  background: #f2f2f2; }

.vc_card span.featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #d70000;
  color: #fff; }

/* DEFAULT BANNER SIZE*/
.banner_big_footer_990x250 {
  min-width: 990px;
  min-height: 250px; }

.banner_leaderboard_1_728x90,
.banner_leaderboard_2_728x90,
.banner_leaderboard_3_728x90,
.banner_leaderboard_4_728x90,
.banner_leaderboard_5_728x90,
.banner_leaderboard_autopromo_728x90 {
  min-width: 728px;
  min-height: 90px; }

.banner_rectangle_1_300x250,
.banner_rectangle_2_300x250,
.banner_rectangle_3_300x250,
.banner_rectangle_4_300x250,
.banner_rectangle_5_300x250,
.banner_rectangle_6_300x250,
.banner_rectangle_autopromo_300x250,
.banner_rectangle_autopromo_300x250_2 {
  min-width: 300px;
  min-height: 250px; }

.banner_super_leaderboard_1_990x110 {
  min-width: 990px;
  min-height: 110px; }

.banner_mobile_leaderboard_1_320x50,
.banner_mobile_leaderboard_2_320x50 {
  min-width: 320px;
  min-height: 50px; }

.banner_mobile_ticker_1_300x70 {
  min-width: 300px;
  min-height: 70px; }

/*Paywall Icon*/
.paywall_icon {
  float: left;
  clear: left;
  width: auto;
  position: relative;
  z-index: 999; }

.vc_txt_xl .paywall_icon:before,
.vc_txt_l .paywall_icon:before,
.vc_txt_m .paywall_icon:before {
  display: inline-block;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  border-top: 70px solid #dc3832;
  border-right: 70px solid transparent; }

.vc_txt_xl .paywall_icon:after,
.vc_txt_l .paywall_icon:after,
.vc_txt_m .paywall_icon:after {
  content: " ";
  width: 35px;
  height: 35px;
  background-image: url(../images/CIO-icon_paywall.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  padding: 0px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 7px;
  left: 5px; }

.vc_txt_s .paywall_icon:before,
.vc_txt_xs .paywall_icon:before {
  display: inline-block;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  border-top: 55px solid #dc3832;
  border-right: 55px solid transparent; }

.vc_txt_s .paywall_icon:after,
.vc_txt_xs .paywall_icon:after {
  content: " ";
  width: 25px;
  height: 25px;
  background-image: url(../images/CIO-icon_paywall.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  padding: 0px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 7px;
  left: 5px; }

/*-----------------End-----------------*/
/*---------------- Portrait phones and smaller ---------------------------*/
/*-----------------End-----------------*/
/*---------------- Portrait phones and smaller ---------------------------*/
@media (max-width: 480px) {
  #confirmBox {
    margin-left: -50% !important;
    width: 100% !important; } }
/*-----------------Drag_and_drop------------------*/
.drag_and_drop .toolbar_container {
  z-index: 999999; }
  
  
.icona_tipo {
  display: none !important;
}

.cont_990 {
    margin: 13px auto 0 auto;
    padding: 10px 10px 10px 10px !important;
    width: 1080px;
    background: #fff !important;
    display: table;
    position: relative;
    z-index: 90;
}

.head_col_sx {
    float:left;
    width:250px;
     flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.head_col_mid {
    float:left;
    width:550px;
        flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.head_col_dx {
    float:left;
    width:250px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: end;
    display: flex;
}
.riga_head_top {
   
    float:left;
width:100%;
border-bottom: 3px solid #219C53;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.riga_head_mid {
        float:left;
width:100%;
padding: 7px 0px;
border-bottom: 1px solid #A8A8A8;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.riga_head_bot {
        float:left;
width:100%;
padding: 0px 0px;
margin-bottom: 15px;

}

.col_sx_sito {
    float:right;
    width:330px;
    padding-left: 15px;
}
.col_main_sito {
    float:left;
    width:730px;
}
.cont_footer {
    width:100%;
    float:left;
    clear:left;
    margin: 0 0 0 0;
    padding:25px 0;
    border-bottom: 1.5px solid #219C53;
    border-top: 1.5px solid #219C53;
}
.col_main_article {
    width:850px;
    margin: 0 auto;
}
.col_main_article_v2 {
    width:900px;
    margin: 0 auto;
} 

.col_text_articolo {
    float:left;
    width:520px;
}
.col_text_articolov2 {
    float:left;
    width:100%;
}
.col_text_articolo_sx {
    float:left;
    width:600px;
    padding-right: 30px;
}
.col_text_articolo_dx {
    float:right;
    width:300px;
}
.col_dx_articolo {
    float:right;
    width:320px;
    padding-left:15px;
}
.riga_full {
float:left;
width:100%;
margin-bottom:35px;
padding-bottom:25px;
border-bottom: 1.5px solid #219C53;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.riga_full_v2 {
float:left;
width:100%;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}


.riga_full vcwidget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.col_main_article_singolo {
    width:850px;
    margin: 0 auto 0px auto; 
    
}
.col_main_article_singolo_bordo {
    width:100%;
    float:left;
    padding:25px 35px;
    margin-bottom:55px;
    border: 1.5px solid #219C53;
}



.anteprima_articolo.article_cont.article_300010.article_preview_elenco_sezione_sponsor.null.Corriere.Umbria.vc_section_perugia.vc_macro_section_dal-territorio.vc_macro_section_corriere-umbria.perugia.articolo.cms_article.ui-draggable.ui-draggable-handle.ui-droppable {
  
    content:"CONTENUTO SPONSORIZZATO";
    COLOR:WHITE;
    font-size:23px;
    float:right;
    text-align:right;
    width:300px;
}
.vc_shortcode_article_preview .vc_cont_image .vc_image {
    height: 95px !important;
    object-fit: cover !important;
}

#form-recaptcha {
z-index:999 !important;
}
.vc_popup_login_social {
display:none;
}



.vc_card{
    float: left;
    clear: left;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 18%);
    margin: 0;
    padding: 30px 25px;
    position: relative;
    text-align: center;
    min-height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow:hidden;
}
.vc_card.vc_special{
    background: #b8f1ce6b;
    /*border: 3px solid #038933;*/
}
.vc_card span.featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #d70000;
    color: #fff;
}
.container.vc_order_detail_container {
    FLOAT: left;
    MIN-WIDTH: 100%;
    MAX-width:100%;
}


