/* varibles */
/*-- border radius 

  @include border-radius(0);

--*/
/*  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
 */
/* 
 * add the default heading params
 */
/* 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; }

html, body {
  /*height: 100%;*/ }

body {
  line-height: 1; }

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% !Important;
  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; /*this is hidden because there is already iubenda in tag manager*/}

.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; }

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9;
  height: 180px;
  /* opacity: 0.2; */
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.0) 100%);
}
  
body.drag_and_drop .fixed-header {
  position: relative;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /*height: 80px;*/
  /*background: #212121;*/ 
  z-index:99;}

.fixed-footer.vc_bg_transparent{
  background: transparent;
}

/*.fixed-footer.vc_bg_gradient {
    background: transparent;
    }
.fixed-footer.vc_bg_gradient:hover {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    }*/
.fixed-footer.vc_bg_gradient {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
}
    
.vc_bg_gradient_reverse {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+85&0.09+1,0+60,0.7+85 */
    background: -moz-linear-gradient(5deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.85) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(5deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.85) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(5deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.85) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }


/*show-display footer on hover*/
.fixed-footer .vc_show_hover {
    display:none;
}

.fixed-footer:hover .vc_show_hover {
    display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    /*display footer in tablet device*/
    .fixed-footer .vc_show_hover {
        display:block;
    }
    /*.fixed-footer.vc_bg_gradient {
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); 
    }*/

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /*display footer in tablet device*/
    .fixed-footer .vc_show_hover {
        display:block;
    }
    /*.fixed-footer.vc_bg_gradient {
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); 
    }*/
}


@media (max-height: 750px) { /*per evitare che sotto questa altezza dello schermo, l'header e il footer possano andare sopra la slider delle webradio*/
    body.section_webradio .fixed-header{
        position: absolute;
    }
}
@media (max-height: 600px) {
    body.section_webradio .fixed-footer {
        position: relative;
        background-color: rgba(0, 0, 0, 0.15);
    }
}


/*-----------------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: 20px;
  padding-left: 20px; }

.container,
.container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

.row {
  margin-left: -20px;
  margin-right: -20px; }

/* 
 * add the default dripicons params
 */
.vc_social_icon .social {
  /*share social*/
  float: right;
  width: auto; }
  .vc_social_icon .social .cont_sharre_fb_tw {
    width: 100%;
    display: block;
    float: left;
    position: relative; }
    .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw {
      width: 100%;
      float: left;
      cursor: pointer;
      position: relative; }
      .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box {
        width: 100%;
        float: left;
        clear: none; }
        .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box:after {
          /*content: "\e004";*/
          content: "\7c";
          font-family: "dripicons-v2" !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;
          color: #fff;
          margin: 0 6px;
          font-size: 23px;
          position: relative;
          top: 6px;
          opacity: 1; }
        .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box .share {
          display: none; }
      .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw.zero_share_count .box .count {
        display: inline; }
    .vc_social_icon .social .cont_sharre_fb_tw .buttons {
      margin: 0px;
      padding: 0px;
      float: left;
      position: absolute;
      top: 22px;
      right: 0px;
      z-index: 30;
      min-width: 20px;
      line-height: 24px; }
      .vc_social_icon .social .cont_sharre_fb_tw .buttons .share_toolbox {
        margin: 0;
        padding: 10px;
        width: 125px;
        background: #F0EFF0;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px; }
        .vc_social_icon .social .cont_sharre_fb_tw .buttons .share_toolbox .fb-share-button {
          margin: 0px 0 5px 0px;
          padding: 0;
          float: left;
          clear: left; }
.vc_social_icon .num_commenti {
  /*number comments*/
  float: right;
  color: #fff;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top; }
  .vc_social_icon .num_commenti .commenti {
    display: none; }
  .vc_social_icon .num_commenti:after {
    content: "\e021";
    font-family: "dripicons-v2" !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;
    float: right;
    font-size: 1.4375rem;
    color: #fff;
    margin: 0 6px;
    position: relative;
    top: 6px;
    opacity: 1; }
.vc_social_icon .vc_link_button {
  /*
  * Icon of the article preview:
  * gallery - audio - video - team 
  */ }
  .vc_social_icon .vc_link_button a {
    display: inline-block;
    text-rendering: optimizeLegibility;
    margin: 0;
    background-color: #dd0e34 !important;
    color: #fff; }
    .vc_social_icon .vc_link_button a:hover {
      background-color: #ff0442 !important; }
    .vc_social_icon .vc_link_button a:after {
      content: "\63";
      font-family: "dripicons-v2" !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;
      top: 0.2em;
      margin: 0;
      position: relative; }
.vc_social_icon.video .vc_link_button a:after {
  content: "\e01a"; }
.vc_social_icon.gallery .vc_link_button a:after {
  content: "\4f"; }
.vc_social_icon.audio .vc_link_button a:after {
  content: "\e027"; }
.vc_social_icon.team .vc_link_button a:after {
  content: "\e056"; }

/*
 * Icon of the article preview:
 * gallery - audio - video - team 
 */
.vc_icons_multimedia .cont:after {
  content: "\e01a";
  display: table;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  font-size: 64px;
  color: #ffffff;
  position: absolute;
  opacity: 0.54;
  font-family: "dripicons-v2" !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_slider */
/*---Nav Controller*/
.vc_slider_wrapper .bx-controls {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: absolute;
}
.vc_slider_wrapper .bx-prev,
.vc_slider_wrapper .bx-next {
  display: none;
}
.vc_slider_wrapper .bx-controls {
  margin: 0px;
  padding: 0;
  width: 100%;
  float: left;
  clear: left;
  text-align: center;
  position: relative;
}
.vc_slider_wrapper .bx-controls .bx-pager {
  text-align: center;
  width: 100%;
  float: left;
  clear: left;
  max-width: 100%;
}
.vc_slider_wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 15px 5px 0 5px;
  padding: 0;
  list-style-type: square;
  font-size: 0px;
  width: 10px;
  height: 10px;
}
.vc_slider_wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.63);
    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_wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background: #e03e59;
}

html {
  font-size: 16px; }

body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "GTWalsheim", sans-serif;
  /*font-family: Helvetica, Arial, sans-serif;*/
  color: #fff;
  text-rendering: optimizeLegibility;
  background-color: #212121; }

a {
  color: #9e9e9e; }
  a:link, a:visited, a:active {
    color: #9e9e9e; }
  a:hover {
    color: #fff;
    text-decoration: underline; }

/*-----------------vc_txt_xl-----------------*/
.vc_txt_xl .num_commenti,
.vc_txt_xl .social {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xl .occhiello,
.vc_txt_xl .occhiello_articolo,
.vc_txt_xl .sezione {
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_txt_xl .titolo {
  font-size: 4rem;
  line-height: 1.05em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_txt_xl .sottotitolo,
.vc_txt_xl .sommario_articolo,
.vc_txt_xl .sommario {
  font-size: 1.414rem;
  line-height: 1.05em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_txt_xl .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_xl .ora_pubblicazione,
.vc_txt_xl .testo {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal; }
.vc_txt_xl .autore {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_l-----------------*/
.vc_txt_l .ora_pubblicazione,
.vc_txt_l .num_commenti,
.vc_txt_l .social {
  font-size: 0.8125em;
  line-height: 2.6923076923em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_l .vc_section,
.vc_txt_l .vc_tags {
  font-size: 0.8125em;
  line-height: 2.4615384615em;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_l .occhiello,
.vc_txt_l .occhiello_articolo,
.vc_txt_l .sezione {
  font-size: 1em;
  line-height: 1.05em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_l .titolo {
  font-size: 2.827rem;
  line-height: 1.05em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_txt_l .sottotitolo {
  font-size: 1em;
  line-height: 1.125em;
  text-rendering: geometricPrecision; }
.vc_txt_l .sommario_articolo,
.vc_txt_l .sommario {
  font-size: 1em;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_txt_l .vc_link_button a {
  line-height: 4rem;
  font-size: 1.414rem;
  padding: 0 1.414rem;
  min-width: 4rem; }
.vc_txt_l .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_l .testo {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal; }
.vc_txt_l .autore {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_m-----------------*/
.vc_txt_m .num_commenti,
.vc_txt_m .social {
  font-size: 0.8125em;
  line-height: 2.6923076923em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_m .ora_pubblicazione {
  font-size: 0.8125em;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase; }
.vc_txt_m .vc_section,
.vc_txt_m .vc_tags {
  font-size: 0.8125em;
  line-height: 2.4615384615em;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_m .occhiello,
.vc_txt_m .occhiello_articolo,
.vc_txt_m .sezione {
  font-size: 1em;
  line-height: 1.05em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_m .titolo {
  font-size: 2rem;
  line-height: 1.05em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_m .sottotitolo,
.vc_txt_m .sommario_articolo,
.vc_txt_m .sommario {
  font-size: 1em;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_txt_m .vc_link_button a {
  line-height: 2.8rem;
  font-size: 1rem;
  padding: 0 0.9rem; }
.vc_txt_m .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_m .testo {
  font-size: 1em;
  line-height: 1.9em;
  font-weight: normal; }
.vc_txt_m .autore {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_s-----------------*/
.vc_txt_s .num_commenti,
.vc_txt_s .social {
  font-size: 0.8125em;
  line-height: 2.6923076923em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_s .ora_pubblicazione {
  font-size: 0.8125em;
  line-height: 1.1em;
  font-weight: 400; }
.vc_txt_s .vc_section,
.vc_txt_s .vc_tags {
  font-size: 0.8125em;
  line-height: 2.4615384615em;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_s .occhiello,
.vc_txt_s .occhiello_articolo,
.vc_txt_s .sezione {
  font-size: 0.8125em;
  line-height: 2.4615384615em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_s .titolo {
  font-size: 1.414rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_s .sottotitolo,
.vc_txt_s .sommario_articolo,
.vc_txt_s .sommario {
  font-size: 1em;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_txt_s .vc_link_button a {
  line-height: 2.8rem;
  font-size: 1rem;
  padding: 0 0.9rem; }
.vc_txt_s .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_s .testo {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em; }
.vc_txt_s .autore {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------vc_txt_xs-----------------*/
.vc_txt_xs .ora_pubblicazione,
.vc_txt_xs .num_commenti,
.vc_txt_xs .social {
  font-size: 0.8125em;
  line-height: 2.6923076923em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xs .occhiello,
.vc_txt_xs .occhiello_articolo,
.vc_txt_xs .sezione {
  font-size: 0.8125em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_xs .titolo {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.125em; }
.vc_txt_xs .sottotitolo,
.vc_txt_xs .sommario_articolo,
.vc_txt_xs .sommario {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal; }
.vc_txt_xs .vc_link_button a {
  line-height: 2.8rem;
  font-size: 1rem;
  padding: 0 0.9rem; }
.vc_txt_xs .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_xs .testo {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal; }
.vc_txt_xs .autore {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal;
  font-style: italic;
  text-transform: initial; }

/*-----------------vc_article-----------------*/
.vc_article .num_commenti,
.vc_article .social {
  font-size: 1em;
  line-height: 1.05em;
  text-rendering: geometricPrecision; }
.vc_article .ora_pubblicazione,
.vc_article .autore {
  font-size: 0.875em;
  line-height: 1.1428571429em;
  text-rendering: geometricPrecision; }
.vc_article .vc_section,
.vc_article .vc_tags {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_article .occhiello,
.vc_article .occhiello_articolo,
.vc_article .sezione {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_article .vc_story_telling_title,
.vc_article .titolo {
  font-size: 36px;
  line-height: 28px;
  letter-spacing: 0.2px;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_article .sottotitolo,
.vc_article .sommario_articolo,
.vc_article .sommario {
  font-size: 1em;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_article .vc_story_telling_text,
.vc_article .testo {
  font-size: 0.9375em;
  line-height: 1.2em;
  font-weight: normal;
  /*---formatting*/ }
  .vc_article .vc_story_telling_text a,
  .vc_article .testo a {
    text-decoration: underline; }
  .vc_article .vc_story_telling_text h1,
  .vc_article .testo h1 {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 500; }
  .vc_article .vc_story_telling_text h2,
  .vc_article .testo h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 500; }
  .vc_article .vc_story_telling_text h3,
  .vc_article .testo h3 {
    font-size: 1.17em;
    line-height: 1.2em;
    font-weight: 500; }
  .vc_article .vc_story_telling_text h4,
  .vc_article .testo h4 {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 500; }
  .vc_article .vc_story_telling_text h5,
  .vc_article .testo h5 {
    font-size: 0.83em;
    line-height: 1.2em;
    font-weight: 500; }
  .vc_article .vc_story_telling_text h6,
  .vc_article .testo h6 {
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 500; }
  .vc_article .vc_story_telling_text blockquote,
  .vc_article .testo blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.05em;
    line-height: 1.2em;
    border-left: 5px solid #eee; }
  .vc_article .vc_story_telling_text sup,
  .vc_article .vc_story_telling_text sub,
  .vc_article .testo sup,
  .vc_article .testo sub {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .vc_article .vc_story_telling_text code,
  .vc_article .testo code {
    padding: 3px 5px;
    font-size: 0.9em;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: pre-line;
    border-radius: 0; }
  .vc_article .vc_story_telling_text code,
  .vc_article .vc_story_telling_text kbd,
  .vc_article .vc_story_telling_text pre,
  .vc_article .vc_story_telling_text samp,
  .vc_article .testo code,
  .vc_article .testo kbd,
  .vc_article .testo pre,
  .vc_article .testo samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }
  .vc_article .vc_story_telling_text ul,
  .vc_article .testo ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 40px; }
  .vc_article .vc_story_telling_text ol,
  .vc_article .testo ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: decimal;
    padding-left: 40px; }
  .vc_article .vc_story_telling_text p,
  .vc_article .testo p {
    margin: 0 0 25px 0; }
  .vc_article .vc_story_telling_text a,
  .vc_article .testo a {
    text-decoration: underline; }

/*-----------------Article Preview Related----------------------*/
.anteprima_articolo ul.vc_relateds {
  margin-top: 15px;
  width: 100%;
  float: left;
  clear: left; }

.anteprima_articolo ul.vc_relateds .occhiello {
  display: none; }

.anteprima_articolo ul.vc_relateds li {
  margin-top: 5px;
  position: relative; }

.anteprima_articolo ul.vc_relateds li.line_break {
  display: none; }

.anteprima_articolo ul.vc_relateds li.articolo:before,
.anteprima_articolo ul.vc_relateds li.audio:before,
.anteprima_articolo ul.vc_relateds li.scheda:before,
.anteprima_articolo ul.vc_relateds li.gallery:before,
.anteprima_articolo ul.vc_relateds li.sondaggio:before,
.anteprima_articolo ul.vc_relateds li.video:before,
.anteprima_articolo ul.vc_relateds li.blog:before,
.anteprima_articolo ul.vc_relateds li.lettera:before {
  content: ' ';
  font-family: FontAwesome;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  width: 20px;
  margin-bottom: 3px;
  top: -5px; }

/*.anteprima_articolo ul.vc_relateds li.articolo:before,
.anteprima_articolo ul.vc_relateds li.lettera:before,
.anteprima_articolo ul.vc_relateds li.blog:before {
    content: '\f0c1';
}
.anteprima_articolo ul.vc_relateds li.video:before {
    content: '\f03d';
}
.anteprima_articolo ul.vc_relateds li.sondaggio:before  {
    content: '\f200';
}
.anteprima_articolo ul.vc_relateds li.gallery:before {
    content: '\f030';
}
.anteprima_articolo ul.vc_relateds li.scheda:before{
    content: '\f1e9';
}
.anteprima_articolo ul.vc_relateds li.audio:before {
    content: '\f130';
}

.anteprima_articolo ul.vc_relateds li.articolo:before,
.anteprima_articolo ul.vc_relateds li.audio:before,
.anteprima_articolo ul.vc_relateds li.scheda:before,
.anteprima_articolo ul.vc_relateds li.gallery:before,
.anteprima_articolo ul.vc_relateds li.sondaggio:before,
.anteprima_articolo ul.vc_relateds li.video:before,
.anteprima_articolo ul.vc_relateds li.blog:before,
.anteprima_articolo ul.vc_relateds li.lettera:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}*/
/*-----------------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: #909090; }
  .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: #fff; }
  .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: #9e9e9e; }
  .vc_theme_default .vc_section p,
  .vc_theme_default .vc_tags p {
    display: inline-block;
    margin: 0 1px; }
    .vc_theme_default .vc_section p:first-child,
    .vc_theme_default .vc_tags p:first-child {
      margin-left: 0; }
    .vc_theme_default .vc_section p a,
    .vc_theme_default .vc_tags p a {
      border-top: 4px solid #9e9e9e; }
  .vc_theme_default .vc_section a,
  .vc_theme_default .vc_tags a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_default .vc_section a:hover,
    .vc_theme_default .vc_tags a:hover {
      border-color: #fff !important;
      color: #fff; }
.vc_theme_default .titolo {
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.6); }
  .vc_theme_default .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .autore_articolo,
.vc_theme_default .autore {
  color: #fff; }
  .vc_theme_default .autore_articolo a,
  .vc_theme_default .autore a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .ora_pubblicazione {
  color: #fff;
  opacity: 0.55; }
.vc_theme_default .sottotitolo,
.vc_theme_default .sommario {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none; }
  .vc_theme_default .sottotitolo a,
  .vc_theme_default .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .testo {
  color: #fff; }
.vc_theme_default .correlati a,
.vc_theme_default .testo a {
  color: #9e9e9e; }
.vc_theme_default .comments a,
.vc_theme_default .comment_article a,
.vc_theme_default .social a {
  color: #fff;
  text-decoration: none; }
.vc_theme_default .comment_article a:before,
.vc_theme_default .comments:before {
  color: #9e9e9e; }
.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: #9e9e9e; }

/*-----------------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: #9e9e9e; }
  .vc_theme_variant .vc_section p,
  .vc_theme_variant .vc_tags p {
    display: inline-block;
    margin: 0 1px; }
    .vc_theme_variant .vc_section p:first-child,
    .vc_theme_variant .vc_tags p:first-child {
      margin-left: 0; }
    .vc_theme_variant .vc_section p a,
    .vc_theme_variant .vc_tags p a {
      border-top: 4px solid #9e9e9e; }
  .vc_theme_variant .vc_section a,
  .vc_theme_variant .vc_tags a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_variant .vc_section a:hover,
    .vc_theme_variant .vc_tags a:hover {
      border-color: #fff !important;
      color: #fff; }
.vc_theme_variant .titolo {
  color: #fff; }
  .vc_theme_variant .titolo a {
    color: inherit; }
    .vc_theme_variant .titolo a:hover {
      text-decoration: none; }
.vc_theme_variant .autore_articolo,
.vc_theme_variant .autore {
  color: #fff; }
  .vc_theme_variant .autore_articolo a,
  .vc_theme_variant .autore a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant .ora_pubblicazione {
  color: #fff;
  opacity: 0.55; }
.vc_theme_variant .sottotitolo,
.vc_theme_variant .sommario {
  color: #fff; }
  .vc_theme_variant .sottotitolo a,
  .vc_theme_variant .sommario a {
    color: inherit; }
    .vc_theme_variant .sottotitolo a:hover,
    .vc_theme_variant .sommario a:hover {
      text-decoration: none; }
.vc_theme_variant .testo {
  color: #fff; }
.vc_theme_variant .correlati a,
.vc_theme_variant .testo a {
  color: #9e9e9e; }
.vc_theme_variant .comments a,
.vc_theme_variant .comment_article a,
.vc_theme_variant .social a {
  color: #fff;
  text-decoration: none; }
.vc_theme_variant .comment_article a:before,
.vc_theme_variant .comments:before {
  color: #9e9e9e; }
.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: #9e9e9e; }

/*-----------------vc_theme_article-----------------*/
.vc_theme_article .occhiello_articolo,
.vc_theme_article .occhiello,
.vc_theme_article .sezione {
  color: #fff; }
  .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: #9e9e9e;
  border-top: 4px solid #9e9e9e; }
  .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 {
      border-color: #fff !important;
      color: #fff; }
.vc_theme_article .titolo {
  color: #fff; }
  .vc_theme_article .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .autore_articolo,
.vc_theme_article .autore {
  color: #fff; }
  .vc_theme_article .autore_articolo a,
  .vc_theme_article .autore a {
    text-decoration: none; }
.vc_theme_article .ora_pubblicazione {
  color: #fff; }
.vc_theme_article .sottotitolo,
.vc_theme_article .sommario {
  color: #fff;
  text-decoration: none; }
  .vc_theme_article .sottotitolo a,
  .vc_theme_article .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .testo {
  color: #fff; }
.vc_theme_article .correlati a,
.vc_theme_article .testo a {
  color: #9e9e9e; }
  .vc_theme_article .correlati a:hover,
  .vc_theme_article .testo a:hover {
    color: #fff; }
.vc_theme_article .comments a,
.vc_theme_article .comment_article a,
.vc_theme_article .social a {
  color: #fff;
  text-decoration: none; }
.vc_theme_article .comment_article a:before,
.vc_theme_article .comments:before {
  color: #9e9e9e; }
.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: #9e9e9e; }

/*-----------------vc_theme_article_landing-----------------*/
.vc_theme_article_landing .occhiello_articolo,
.vc_theme_article_landing .occhiello,
.vc_theme_article_landing .sezione {
  color: #fff; }
  .vc_theme_article_landing .occhiello_articolo a,
  .vc_theme_article_landing .occhiello a,
  .vc_theme_article_landing .sezione a {
    color: inherit; }
.vc_theme_article_landing .vc_section,
.vc_theme_article_landing .vc_tags {
  color: #fff; }
  .vc_theme_article_landing .vc_section a,
  .vc_theme_article_landing .vc_tags a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_article_landing .vc_section a:hover,
    .vc_theme_article_landing .vc_tags a:hover {
      color: #fff;
      text-decoration: underline; }
.vc_theme_article_landing .titolo {
  color: #fff; 
  text-shadow:0 2px 4px rgba(0,0,0,0.5); }
  .vc_theme_article_landing .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article_landing .autore_articolo,
.vc_theme_article_landing .autore {
  color: #fff; }
  .vc_theme_article_landing .autore_articolo a,
  .vc_theme_article_landing .autore a {
    text-decoration: none; }
.vc_theme_article_landing .ora_pubblicazione {
  color: #fff; }
.vc_theme_article_landing .sottotitolo,
.vc_theme_article_landing .sommario {
  color: #fff;
  text-decoration: none; }
  .vc_theme_article_landing .sottotitolo a,
  .vc_theme_article_landing .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article_landing .testo {
  color: #fff; 
  text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.vc_theme_article_landing .correlati a,
.vc_theme_article_landing .testo a {
  color: #fff; }
  .vc_theme_article_landing .correlati a:hover,
  .vc_theme_article_landing .testo a:hover {
    color: #fff; }
.vc_theme_article_landing .comments a,
.vc_theme_article_landing .comment_article a,
.vc_theme_article_landing .social a {
  color: #fff;
  text-decoration: none; }
.vc_theme_article_landing .comment_article a:before,
.vc_theme_article_landing .comments:before {
  color: #9e9e9e; }
.vc_theme_article_landing .comments a:hover,
.vc_theme_article_landing .comment_article a:hover,
.vc_theme_article_landing .sezione a:hover {
  text-decoration: underline; }
.vc_theme_article_landing .didascalia {
  color: #9e9e9e; }
  
/*----------------------CARDS ------------------------*/
.vc_card {
  margin-top: 0;
  padding: 0;
  width: 100%;
  float: left;
  clear: left;
  position: relative;
  border-radius: 10px;
  /*background: #f5f4f5;*/
}
.vc_card .titolo {
  margin:0;
  padding: 0px;
  display: inline;
  float: left;
}
.vc_card .titolo a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.vc_card .titolo a:hover {
  text-decoration: underline;
  color: inherit;
}
.vc_card .cont {
  padding:20px 25px;
  float:left;
  clear:left;
  /*width:100%;*/
  width:300px;
  height:173px;
  background: #212121;
 /* display: inline-table;*/
}
.vc_card .cont2 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*min-height: 93px;*/
}
.vc_card .cont_img {
  margin: 0 15px 0 0;
  padding: 0px;
  position: relative;
  width: 70px;
  height: inherit;
  float: left;
  z-index: 8;
  background: transparent;
}
.vc_card .cont_img img {
  margin: 0;
  padding: 0px;
  text-decoration: none;
  border: 0px;
  width: 70px;
  height: 70px;
  float: left;
  clear: left;
}
.vc_card .cont_img.lazy {
  min-height: 80px;
}
.vc_card .didascalia {
  margin: 0px;
  padding: 0;
  display: none;
}
.vc_card .social {
  float: left;
  clear: left;
  width: 100%;
}
.vc_card .social .player-container {
  float: left;
  clear: left;
  width: 100%;
}

.vc_card_txt_m .ora_pubblicazione,
.vc_card_txt_m .num_commenti,
.vc_card_txt_m .social {
  font-size: 1.125em;
  line-height: 1.1111111111em;
  font-weight: normal;
  text-transform: uppercase;
}
.vc_card_txt_m .occhiello,
.vc_card_txt_m .occhiello_articolo,
.vc_card_txt_m .sezione {
  font-size: 0.75em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.vc_card_txt_m .titolo {
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.0833333333em;
}
.vc_card_txt_m .sottotitolo,
.vc_card_txt_m .sommario_articolo,
.vc_card_txt_m .sommario {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 300;
}
.vc_card_txt_m .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 600;
}
.vc_card_txt_m .testo {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal;
}
.vc_card_txt_m .autore {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal;
  font-style: italic;
  text-transform: initial;
}
.vc_card_txt_m .vc_link_button {
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 600;
}
/*-----------------vc_theme_default-----------------*/
.vc_card_theme_default .occhiello_articolo,
.vc_card_theme_default .occhiello,
.vc_card_theme_default .sezione {
  color: #f5f4f5;
}
.vc_card_theme_default .occhiello_articolo a,
.vc_card_theme_default .occhiello a,
.vc_card_theme_default .sezione a {
  color: inherit;
}
.vc_card_theme_default .titolo {
 /*color: #212121;*/
  color: #fff;
}
.vc_card_theme_default .titolo a {
  color: inherit;
  text-decoration: none;
}
.vc_card_theme_default .titolo a:hover {
  text-decoration: underline;
}
.vc_card_theme_default .autore_articolo {
  color: #212121;
}
.vc_card_theme_default .sottotitolo {
  color: #212121;
  text-decoration: none;
}
.vc_card_theme_default .sottotitolo a {
  color: inherit;
  text-decoration: none;
}
.vc_card_theme_default .sommario {
  color: #212121;
  text-decoration: none;
}
.vc_card_theme_default .sommario a {
  color: inherit;
  text-decoration: none;
}
.vc_card_theme_default .correlati a,
.vc_card_theme_default .testo a {
  color: #212121;
}
.vc_card_theme_default .correlati a:hover {
  text-decoration: underline;
}
.vc_card_theme_default .comments a,
.vc_card_theme_default .comment_article a,
.vc_card_theme_default .ora_pubblicazione,
.vc_card_theme_default .social a {
  color: #212121;
  text-decoration: none;
}
.vc_card_theme_default .comment_article a:before,
.vc_card_theme_default .comments:before {
  color: #212121;
}
.vc_card_theme_default .comments a:hover,
.vc_card_theme_default .comment_article a:hover,
.vc_card_theme_default .sezione a:hover {
  font-style: italic;
  text-decoration: underline;
}
.vc_card_theme_default .didascalia {
  color: #212121;
}
    
/*-----------------End-----------------*/

/*SLIDER BACKGROUND*/
#vc_slider_backgrounds{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 0;
}
#vc_slider_backgrounds img{
    width: 100vw;
    height: 100vh;
    float:left;
    clear:left;
    object-fit: cover;
}
/*-----------------End-----------------*/

/*---------------------Settings-----------------------*/
.ghost_container {
  float: left;
  clear: left; }

.vc_p0 {
  padding: 0; }

.vc_p20 {
  padding: 20px; }

.vc_pr_0 {
  padding-right: 0; }

.vc_p15 {
  padding: 15px; }

.vc_pt_195 {
  padding-top: 175px; }

.vc_mt_20 {
  margin-top: 20px !important; }

.vc_mt_30 {
  margin-top: 30px; }

.vc_mb_1 {
  margin-bottom: 1px; }

.vc_mb_80 {
  margin-bottom: 80px; }

.vc_pt_pb_15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.vc_cont_article_body {
  width: 100%;
  clear: left;
  float: left; }

.vc_reset_border {
  border: 0 !important; }

.vc_br_lightgrey {
  border-right: 1px double #ededed; }

.vc_bg_black {
  background: #000; }

.vc_bg_lightgrey {
  background: #f9f9f9; }

.vc_bg_white {
  background: #fff; }

.vc_bg_grey {
  background: #212121; }

.vc_br_grey {
  border-right: 1px solid #bbb !important; }

.vc_bb_grey {
  border-bottom: 1px solid #bbb !important; }

.vc_bb_white {
  border-bottom: 1px solid #fff !important; }

.vc_b_blue {
  border: 1px solid #0061a4 !important; }

.vc_bb_grey_dashed {
  border-bottom: 1px #cdcdcd dashed; }

.vc_bb_2_grey_dashed {
  border-bottom: 2px #cdcdcd dashed; }

.vc_bt_blue {
  border-top: 1px solid #0061a4 !important; }

.vc_bb_blue {
  border-bottom: 1px solid #0061a4 !important; }

.vc_bt_bb_grey {
  border-top: 1px solid #bbb !important;
  border-bottom: 1px solid #bbb !important; }

.vc_bb_3_blue {
  border-bottom: 3px solid #017cc5; }

.vc_z8 {
  z-index: 8 !important;
  position: relative; }

.vc_z10 {
  z-index: 10 !important;
  position: relative; }

.vc_bold {
  font-weight: bold; }

.vc_bt_bb_dark_grey {
  border-top: 1px #484848 solid !important;
  border-bottom: 1px #484848 solid !important; }

.vc_pt_pb_35 {
  padding: 35px 0; }

.vc_bg_img {
  background: linear-gradient( rgba(51, 25, 71, 0.25),rgba(51, 25, 71, 0.25)), url("/images/UNI-background-small.jpg");
  height: calc(100% - 1px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.vc_bg_img_dark {
  background: linear-gradient( rgba(51, 25, 71, 0.7),rgba(51, 25, 71, 0.7)), url("/images/UNI-background-small.jpg");
  height: calc(100% - 1px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }


body.section_home {
    background: linear-gradient( rgba(51, 25, 71, 0.25),rgba(51, 25, 71, 0.25)), url(/images/UNI-background-small.jpg);
    /*height:100%;*/
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

body.section_contatti {
  background: linear-gradient( rgba(51, 25, 71, 0.7),rgba(51, 25, 71, 0.7)), url("/images/UNI-background-small.jpg");
  /*height: 100%;*/
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.vc_height100 {
  height: 100%; }

.vc_pos_rel{
    position:relative;
}

/*-----------------End-----------------*/
/*---------------- Portrait phones and smaller ---------------------------*/
/*-----------------End-----------------*/
/*---------------- Portrait phones and smaller ---------------------------*/
@media (max-width: 480px) {
  #confirmBox {
    margin-left: -50% !important;
    width: 100% !important; } }
@media (min-width: 1200px) {
  body.background .container,
  body.background .container-fluid {
    /*width: 1080px;*/ } }
@media (min-width: 992px) and (max-width: 1199px) {
  body.background .container,
  body.background .container-fluid {
    /*width: 1080px;*/ } }
@media (max-width: 991px) {
  body.background .container,
  body.background .container-fluid {
    /*width: 1080px;*/ } }
/*-----------------Drag_and_drop------------------*/
.drag_and_drop .toolbar_container {
  z-index: 999999; }





/*--- TIMER ---*/
.timer {
    position: absolute;
    top: 50px;
    left: 50%;
    border-radius: 100%;
    border: 2px solid #fff;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #000;
    display:none;
}


/*-- Iubenda - privacy policy page --*/
#iubenda_policy h1,
#iubenda_policy h2,
#iubenda_policy h3,
#iubenda_policy h4,
#iubenda_policy h5,
#iubenda_policy h6 {
    color: #cbcbcb !important;
    }

#iubenda_policy .one_line_col {
    color: #9E9E9E !important;
}
#iubenda_policy .box_primary {
    background: transparent !important;
    border-radius: 0 !important;
}


#iubenda_policy .box_10 {
    padding: 5px 15px 15px 15px !important;
}


#iubenda_policy .expand .expand-click,
#iubenda_policy .box_10.expand .expand-click,
#iubenda_policy .expand.expanded .expand-click, 
#iubenda_policy .box_10.expand.expanded .expand-click {
    border-bottom: 1px solid #9E9E9E !important;
}


#iubenda_policy .box_10.expand .expand-click {
    margin: 0;
    padding: 12px 0 13px 45px !important;
}


#iubenda_policy a {
	color: #fff !important;
}
#iubenda_policy a:hover:not(.btn) {
    color: #ccc !important;
}
