/* varibles */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,300i,400,400i,700,700i|Source+Serif+Pro:400,700&display=swap");
/*-- 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
 */
/* 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; }

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; /*this is hidden because there is already 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; }

/*-----------------End-----------------*/
/* 
 * edit bootstrap grid
 */
.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: 40px;
  padding-right: 40px;
  background: #fff;
  z-index: 1;
  position: relative; }

.container.vc_no_padding,
.container-fluid.vc_no_padding {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-left: -20px;
  margin-right: -20px; }

.row.full {
  margin-left: -40px;
  margin-right: -40px; }

/* 
 * add the default dripicons params
 */
 
.vc_generic_sharre_count {
    display: none;
} 
 
.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; }

/*---Nav Controller*/
.vc_slider .bx-controls {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: absolute;
  display: none; }
.vc_slider .bx-prev {
  /*margin: 0px;
  font-size: 0px;
  position: absolute;
  height: 535px;
  width: calc(50% - 469px);
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;*/ }
.vc_slider .bx-next {
  /*margin: 0px;
  font-size: 0px;
  position: absolute;
  height: 535px;
  width: calc(50% - 469px);
  right: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;*/ }
.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 7.5px;
      padding: 0;
      list-style-type: square;
      font-size: 0px;
      width: 10px;
      height: 10px; }
      .vc_slider .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
        content: " ";
        display: block;
        width: 10px;
        height: 10px;
        background: #DBDBDB;
        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: #13294B; }

html {
  font-size: 17px; }

body {
  font-size: 17px;
  line-height: 1.294em;
  font-family: "Source Serif Pro", serif !important;
  color: #000;
  text-rendering: optimizeLegibility;
  /*padding-top: 194px !important;*/ }

a {
  color: #13294B; }
  a:link, a:visited, a:active {
    color: #13294B; }
  a:hover {
    text-decoration: underline; }

/*-----------------vc_txt_xl-----------------*/
/* not used*/
.vc_txt_xl .ora_pubblicazione,
.vc_txt_xl .num_commenti,
.vc_txt_xl .social {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 2.6923076923em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xl .vc_section,
.vc_txt_xl .vc_tags {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 2.6923076923em;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_xl .occhiello,
.vc_txt_xl .occhiello_articolo,
.vc_txt_xl .sezione {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xl .titolo {
  font-size: 2.3529411765em;
  line-height: 1.375em;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: geometricPrecision; }
.vc_txt_xl .sottotitolo
.sommario_articolo,
.vc_txt_xl .sommario {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 1.1538461538em;
  font-weight: normal; }
.vc_txt_xl .correlati {
  font-size: 0.8235294118em;
  line-height: 1.3571428571em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xl .testo {
  font-size: 0.9411764706em;
  line-height: 1.125em;
  font-weight: normal; }
.vc_txt_xl .autore {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_l-----------------*/
/* used for (aggiornare con nome preview) */
.vc_txt_l .ora_pubblicazione,
.vc_txt_l .num_commenti,
.vc_txt_l .social {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_l .vc_section,
.vc_txt_l .vc_tags {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_l .occhiello,
.vc_txt_l .occhiello_articolo,
.vc_txt_l .sezione {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08px; }
.vc_txt_l .titolo {
  /*font-size: 1.8235294118em;
  line-height: 1.2258064516em;*/
  font-size: 2em;
  line-height: 1.23529412em;
  font-weight: normal;
  text-rendering: geometricPrecision;
  letter-spacing: 0.17px; }
.vc_txt_l .sottotitolo,
.vc_txt_l .sommario_articolo,
.vc_txt_l .sommario {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1764705882em;
  line-height: 1.25em;
  font-weight: 300;
  letter-spacing: 0.11px; }
.vc_txt_l .correlati {
  font-size: 0.8235294118em;
  line-height: 1.3571428571em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_l .testo {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: 300; }
.vc_txt_l .autore {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_m-----------------*/
/* used for all the medium previews - da aggiornare con nomi preview*/
.vc_txt_m .ora_pubblicazione,
.vc_txt_m .num_commenti,
.vc_txt_m .social {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_m .vc_section,
.vc_txt_m .vc_tags {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_m .occhiello,
.vc_txt_m .occhiello_articolo,
.vc_txt_m .sezione {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08px; }
.vc_txt_m .titolo {
  font-size: 1.4117647059em;
  line-height: 1.25em;
  font-weight: normal;
  text-rendering: geometricPrecision;
  letter-spacing: 0.13px; }
.vc_txt_m .sottotitolo,
.vc_txt_m .sommario_articolo,
.vc_txt_m .sommario {
  font-family: "Source Sans Pro", sans-serif;
  /*font-size: 1em;
  line-height: 1.2941176471em;*/
  font-size: 0.94117647em;
  line-height: 1.4375em;
  font-weight: 300; }
.vc_txt_m .correlati {
  font-size: 0.8235294118em;
  line-height: 1.3571428571em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_m .testo {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: 300; }
.vc_txt_m .autore {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_s-----------------*/
/* used - aggiornare con nome preview*/
.vc_txt_s .ora_pubblicazione,
.vc_txt_s .num_commenti,
.vc_txt_s .social {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_s .vc_section,
.vc_txt_s .vc_tags {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_s .occhiello,
.vc_txt_s .occhiello_articolo,
.vc_txt_s .sezione {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08px; }
.vc_txt_s .titolo {
  font-size: 1.1764705882em;
  line-height: 1.25em;
  font-weight: normal;
  text-rendering: geometricPrecision;
  letter-spacing: 0.11px; }
.vc_txt_s .sottotitolo
.sommario_articolo,
.vc_txt_s .sommario {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: 300; }
.vc_txt_s .correlati {
  font-size: 0.8235294118em;
  line-height: 1.3571428571em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_s .testo {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: 300; }
.vc_txt_s .autore {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------vc_txt_xs-----------------*/
/* used for widget in right sidebar */
.vc_txt_xs .ora_pubblicazione,
.vc_txt_xs .num_commenti,
.vc_txt_xs .social {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xs .vc_section,
.vc_txt_xs .vc_tags {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_xs .occhiello,
.vc_txt_xs .occhiello_articolo,
.vc_txt_xs .sezione {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08px; }
.vc_txt_xs .titolo {
  font-weight: normal;
  font-size: 0.9411764706em;
  line-height: 1.4375em;
  letter-spacing: 0.09px;
  text-rendering: geometricPrecision; }
.vc_txt_xs .sottotitolo,
.vc_txt_xs .sommario_articolo,
.vc_txt_xs .sommario {
  font-size: 0.9411764706em;
  line-height: 1.125em;
  font-weight: normal; }
.vc_txt_xs .correlati {
  font-size: 0.8235294118em;
  line-height: 1.3571428571em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xs .testo {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: 300; }
.vc_txt_xs .autore {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------vc_occhiello_titolo - vc_textedit-----------------*/
.vc_textedit,
.vc_occhiello_titolo {
  padding: 0;
  float: left;
  width: 100%;
  font-size: 2.3529411765em;
  line-height: 1.25em;
  letter-spacing: 0.22px;
  font-weight: normal;
  color: #000; }

.vc_textedit.vc_column,
.vc_occhiello_titolo.vc_column {
  font-size: 1.88235294em;
  line-height: 1.25em;
  letter-spacing: 0.2px;
  color: #000; }

/*-----------------vc_button - vc_link_button-----------------*/
.vc_button,
.vc_link_button {
  float: left;
  clear: left;
  width: 100%;
  display: flex;
  justify-content: center; }

.vc_button a,
.vc_link_button a {
  font-family: "Source Serif Pro", serif;
  font-size: 0.9411764706em;
  line-height: 1.1875em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08px;
  padding: 12px 30px;
  color: #9A9A9A;
  border: 1px solid #9A9A9A;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  float: left; 
  text-decoration: none;}

.vc_button a:hover,
.vc_link_button a:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #13294B;
  background: #13294B; }

/*-----------------vc_article-----------------*/
.vc_article .num_commenti,
.vc_article .social,
.vc_article .ora_pubblicazione,
.vc_article .autore {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 1.1538461538em;
  text-rendering: geometricPrecision; }
.vc_article .vc_section,
.vc_article .vc_tags {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7647058824em;
  line-height: 1.1538461538em;
  text-rendering: optimizeLegibility; }
.vc_article .occhiello,
.vc_article .occhiello_articolo,
.vc_article .sezione,
.vc_article .data_articolo {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08px; }
.vc_article .vc_story_telling_title,
.vc_article .titolo {
  font-size: 2em;
  line-height: 1.23529412em;
  font-weight: normal;
  letter-spacing: 0.14px;
  text-rendering: geometricPrecision; }
.vc_article .sottotitolo,
.vc_article .sommario_articolo,
.vc_article .sommario {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.05882353em;
  line-height: 1.44444444em;
  font-weight: 300;
  letter-spacing: 0.098px;
  text-rendering: geometricPrecision; }
.vc_article .vc_story_telling_text,
.vc_article .testo {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.47058824em;
  font-weight: 300; }
  .vc_article .vc_story_telling_text a,
  .vc_article .testo a {
    text-decoration: underline; }

/*---formatting*/
.vc_article .testo_articolo h1 {
  font-size: 2.375em;
  line-height: 1.2em; }

.vc_article .testo_articolo h2 {
  font-size: 1.8em;
  line-height: 1.2em; }

.vc_article .testo_articolo h3 {
  font-size: 1.6em;
  line-height: 1.2em; }

.vc_article .testo_articolo h4 {
  font-size: 1.4em;
  line-height: 1.2em; }

.vc_article .testo_articolo h5 {
  font-size: 0.915em;
  /*1.25em;*/
  line-height: 1.2em;
  font-weight: bold; }

.vc_article .testo_articolo h6 {
  font-size: 0.77em;
  /* 1.09em; */
  line-height: 1.2em;
  font-weight: bold; }

.vc_article .testo_articolo p {
  margin: 0 0 10px 0; }

.vc_article .testo_articolo strong {
  font-weight: bold; }

.vc_article .testo_articolo em {
  font-style: italic; }

.vc_article .testo_articolo blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1.05em;
  line-height: 1.2em;
  border-left: 5px solid #eee; }

.vc_article .testo_articolo sup,
.vc_article .testo_articolo sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.vc_article .testo_articolo code {
  padding: 3px 5px;
  font-size: 0.9em;
  color: #c7254e;
  background-color: #f9f2f4;
  /*white-space: nowrap;*/
  white-space: pre-line;
  border-radius: 0; }

.vc_article .testo_articolo code,
.vc_article .testo_articolo kbd,
.vc_article .testo_articolo pre,
.vc_article .testo_articolo samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

.vc_article .testo_articolo ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
  padding-left: 40px; }

.vc_article .testo_articolo ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: decimal;
  padding-left: 40px; }

/*-----------------------end-----------------------*/
/*-----------------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: #9A9A9A; }
  .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: #4D4D4D; }
  .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: #4D4D4D; }
  .vc_theme_default .vc_section p,
  .vc_theme_default .vc_tags p {
    display: inline-block;
    margin: 0; }
  .vc_theme_default .vc_section a,
  .vc_theme_default .vc_tags a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .titolo {
  color: #000; }
  .vc_theme_default .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .autore_articolo,
.vc_theme_default .autore {
  color: #4D4D4D; }
  .vc_theme_default .autore_articolo a,
  .vc_theme_default .autore a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .ora_pubblicazione {
  color: #4D4D4D; }
.vc_theme_default .sottotitolo,
.vc_theme_default .sommario {
  color: #4D4D4D;
  text-decoration: none; }
  .vc_theme_default .sottotitolo a,
  .vc_theme_default .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .testo {
  color: #000; }
.vc_theme_default .correlati a,
.vc_theme_default .testo a {
  color: #4D4D4D; }
.vc_theme_default .comments a,
.vc_theme_default .comment_article a,
.vc_theme_default .social a {
  color: #4D4D4D;
  text-decoration: none; }
.vc_theme_default .comment_article a:before,
.vc_theme_default .comments:before {
  color: #4D4D4D; }
.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: #4D4D4D; }

/*-----------------End-----------------*/
/*-----------------vc_theme_variant-----------------*/
/*------------------- used in R101 - Preview medium left --------------------*/
.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; }
  .vc_theme_variant .vc_section a,
  .vc_theme_variant .vc_tags a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant .titolo {
  color: #fff; }
  .vc_theme_variant .titolo a {
    color: inherit; }
    .vc_theme_variant .titolo a:hover {
      color: inherit;
      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; }
.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 {
      color: inherit;
      text-decoration: none; }
.vc_theme_variant .testo {
  color: #fff; }
.vc_theme_variant .correlati a,
.vc_theme_variant .testo a {
  color: #fff; }
.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: #fff; }
.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: #fff; }

/*-----------------vc_theme_article-----------------*/
.vc_theme_article .occhiello_articolo,
.vc_theme_article .occhiello,
.vc_theme_article .sezione,
.vc_theme_article .data_articolo {
  color: #4D4D4D; }
  .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: #4D4D4D; }
  .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: inherit; }
.vc_theme_article .titolo {
  color: #000; }
  .vc_theme_article .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .autore_articolo,
.vc_theme_article .autore {
  color: #4D4D4D; }
  .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: inherit; }
.vc_theme_article .ora_pubblicazione {
  color: #4D4D4D; }
.vc_theme_article .sottotitolo,
.vc_theme_article .sommario {
  color: #000;
  text-decoration: none; }
  .vc_theme_article .sottotitolo a,
  .vc_theme_article .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .testo {
  color: #000; }
.vc_theme_article .correlati a {
  color: #000; }
  .vc_theme_article .correlati a:hover {
    color: inherit; }
.vc_theme_article .testo a {
    color: #13294B; }
    .vc_theme_article .testo a:hover {
       color: inherit; }
.vc_theme_article .comments a,
.vc_theme_article .comment_article a,
.vc_theme_article .social a {
  color: #4D4D4D;
  text-decoration: none; }
.vc_theme_article .comment_article a:before,
.vc_theme_article .comments:before {
  color: #4D4D4D; }
.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: #4D4D4D; }

/*---------------------Settings-----------------------*/
.ghost_container {
  float: left;
  clear: left;
  width:100%;}

/*body.drag_and_drop .ghost_position .vc_preview_medium_bt:before,
body.drag_and_drop .ghost_container:before {
    content: "\f2ac";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin: 5px;
    padding: 2px;
    color: #d00000;
    width: 100%;
    float: left;
    clear: left;
    text-transform: uppercase;
}*/

.vc_header_fixed {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 0;
    height: 194px;
    left: calc(50% - 498px) !important; }

.vc_cont_download_app {
    display: flex;
    justify-content: center;
    position: relative;
}
.vc_cont_frquenze {
    float: left;
    clear: left;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 35px 0 45px 0;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

.vc_color_default {
  /*blu*/
  color: #13294B; }
  .vc_color_default:hover {
    color: #13294B; }

.vc_p0 {
  padding: 0; }

.vc_p15 {
  padding: 15px; }

.vc_p20 {
  padding: 20px; }

.vc_pr_0 {
  padding-right: 0; }

.vc_pt_195 {
  padding-top: 175px; }

.vc_mt_20 {
  margin-top: 20px !important; }

.vc_mt_28 {
  margin-top: 28px; }

.vc_mt_36 {
  margin-top: 36px; }

.vc_mt_30 {
  margin-top: 30px; }

.vc_mt_70 {
  margin-top: 70px; }

.vc_mt_75 {
  margin-top: 75px; }

.vc_mt_80 {
  margin-top: 80px; }

.vc_mb_1 {
  margin-bottom: 1px; }

.vc_mb_28 {
  margin-bottom: 28px; }

.vc_mb_36 {
  margin-bottom: 36px; }

.vc_mb_70 {
  margin-bottom: 70px; }

.vc_pt_pb_15 {
  padding: 15px 0; }

.vc_pt_pb_35 {
  padding: 35px 0; }

.vc_reset_border {
  border: 0 !important; }

.vc_br_lightgrey {
  border-right: 1px double #ededed; }

.vc_bg_black {
  background: #000; }

.vc_bg_lightgrey {
  background: #DBDBDB; }

.vc_bg_white {
  background: #fff; }

.vc_bg_blue {
  background: #13294B; }

.vc_bg_dark_grey {
  background: #212121; }

.vc_z8 {
  z-index: 8 !important;
  position: relative; }

.vc_z10 {
  z-index: 10 !important;
  position: relative; }

.vc_bold {
  font-weight: bold; }

.vc_cont_article_body {
  width: 100%;
  clear: left;
  float: left; }

.vc_maxwidth_640 {
  max-width: 640px; }

.vc_maxwidth_320 {
  max-width: 320px; }

/*-----------------End-----------------*/
/*-------scroll header ------------*/
.vc_header_container {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vc_header_spacer {
    height:194px;
}
body.scroll .vc_header_spacer {
    /*height: 70px;*/
}
#sticky_head,
#sticky_head * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body.scroll .hidden_scroll {
    display: none;
}
body.scroll .vc_header_fixed {
    height: 70px;
    position: fixed !important;
    left: calc(50% - 498px) !important;
    width: 996px !important;
    z-index: 9 !important;
    top: 0;
}
body.scroll .menu-toggle {
    margin: 20px 0 0 0;
}
body.scroll .vc_logo img {
    margin: 10px 0 0 0;
    width: 25px !important;
}
body.scroll #main-menu-checkbox:checked ~ header .container_fixed {
    top: 70px
}
body.scroll .vc_menu_fixed {
    height: calc(100% - 260px);
}

body.scroll .vc_box_onair_column {
    height: 70px;
}
body.scroll .vc_box_onair_column .onair_preview .artist, 
body.scroll .vc_box_onair_column .onair_preview .song {
    display:none;
}

body.scroll .vc_cont_social_buttons_header{
    display:none;
}
/*-----------------Paywall----------------------*/
/*----article_paywall*/
.article_paywall {
  margin: 60px 0 0 0;
  padding: 0;
  width: 100%;
  float: left;
  clear: left;
  border: 0px #DCDCDC solid;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

/*--title_paywall_intro*/
.article_paywall .title_paywall_intro {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  clear: left; }

.article_paywall .title_paywall_intro .text {
    margin: 0;
    border-bottom: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2.1176470588em;
    line-height: 1.25em;
    letter-spacing: 0.2px;
    color: #000;
    padding: 0;
    float: left;
    width: 100%;
    font-weight: normal; }

/*---article_paywall_controlls*/
.article_paywall_controlls {
  margin: 20px 0 0 0;
  padding: 0px;
  width: 100%;
  float: left;
  clear: left; }

.article_paywall_controlls .article_paywall_btn {
  margin: 0px;
  padding: 0px;
  /*width:48%;*/
  width: 100%;
  float: left; }

.article_paywall_controlls .article_paywall_btn.right {
  float: right;
  clear: right; }

/*--paywall_subscribe*/
.article_paywall .article_paywall_controlls .paywall_subscribe {
  margin: 0px;
  padding: 0px;
  font-family: "Source Serif Pro", serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #308AB7;
  border: 1px solid #E5E5E5;
  background: #fff;
  width: 100%;
  height: 50px;
  float: left;
  clear: left; }

.article_paywall .article_paywall_controlls .paywall_subscribe:hover {
  border: 1px #308AB7 solid; }

/*---article_paywall_controlls*/
.article_paywall .occhiello_titolo {
  display: none; }

/*----button----*/
.article_paywall .apri_login {
    margin: 0 0 20px 0 !important;
    padding: 12px 30px !important;
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    font-family: "Source Serif Pro", serif;
    font-size: 0.9411764706em;
    line-height: 1.1875em;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.08px;
    color: #9A9A9A;
    border: 1px solid #9A9A9A;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    text-decoration: none; }

.article_paywall .apri_login:hover {
    background: rgb(19, 41, 75);
    color: #fff;
    border-color: #13294b; }

.article_paywall .apri_login:hover {
  box-shadow: 0 0px #3d3d3d;
  top: 0; }

.article_paywall .apri_login:active {
  background: rgb(19, 41, 75);
  color: #fff; }

.article_paywall .apri_login:after {
  content: '';
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.vc_article_body_questionnaire .article_paywall .registrati {
  font-family: "Source Serif Pro", serif;
  background: #212121;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0;
  box-shadow: 0 0px #fff; }

/*---user_access_orizzontale--*/
.article_paywall .user_access_orizzontale {
  margin: 10px 0px 20px 0px;
  padding: 0px;
  width: 100%;
  float: left;
  clear: left;
  border-bottom: 1px dashed #dedede; }

.article_paywall .user_access_orizzontale .user_login_button,
.article_paywall .user_access_orizzontale .user_login_input {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  clear: left; }

.article_paywall .user_access_orizzontale .user_login_button input {
  background-color: #dedede; }

.article_paywall .user_access_orizzontale .login_google {
  margin: 0px 1% 0px 0px;
  padding: 0px;
  width: 49%;
  float: left; }

.article_paywall .user_access_orizzontale .login_facebook {
  margin: 0px;
  padding: 0px;
  width: 49%;
  float: left; }

.article_paywall .user_access_orizzontale .login_google input {
  background: url(../images/google_pay.png) center center;
  background-repeat: no-repeat;
  background-color: #dedede; }

.article_paywall .user_access_orizzontale .login_facebook input {
  background: url(../images/facebook_pay.png) center center;
  background-repeat: no-repeat;
  background-color: #dedede; }

.article_paywall .user_access_orizzontale label {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: "Source Serif Pro", serif;
  font-size: 15px;
  color: #000;
  float: left;
  clear: left;
  text-align: center; }

.article_paywall .user_access_orizzontale input {
  margin: 3px 0px 10px 0px;
  padding: 12px 10px 12px 10px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  float: left;
  border: 1px solid #dedede;
  border-radius: 0px 0px 0px 0px; }

.article_paywall .user_access_orizzontale input:hover {
  border: 1px solid #ccc; }

.article_paywall .user_access_orizzontale .ApriPassword {
  margin: 10px 0px 20px 0px;
  padding: 0px;
  width: 100%;
  font-family: "Source Serif Pro", serif;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  float: left;
  clear: left;
  text-align: center; }

.article_paywall .user_access_orizzontale .ApriPassword:hover {
  text-decoration: underline; }

/*-----registrati----*/
.article_paywall .registrati {
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    font-family: "Source Serif Pro", serif;
    font-size: 0.9411764706em;
    line-height: 1.1875em;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.08px;
    padding: 12px 30px !important;
    color: #9A9A9A;
    border: 1px solid #9A9A9A;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    text-decoration: none; }

.article_paywall .registrati a {
  font-family: "Source Serif Pro", serif;
  color: inherit;
  text-decoration: none; }

.article_paywall .registrati a:hover,
.article_paywall .registrati:hover {
  background: rgb(19, 41, 75);
  color: #fff;
  border-color:rgb(19, 41, 75);}

.article_paywall .registrati:active {
  background: rgb(19, 41, 75);
  color: #fff; }

.article_paywall .registrati:after {
  content: '';
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.article_paywall .recupera_password,
.article_paywall .recupera_password form {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  clear: left; }

.article_paywall .recupera_password form p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 100%;
  float: left;
  clear: left;
  font-family: "Source Serif Pro", serif;
  font-size: 15px;
  color: #000; }

.article_paywall .recupera_password form a {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  width: 100%;
  font-family: "Source Serif Pro", serif;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  float: left;
  clear: left;
  text-align: center; }

.article_paywall .recupera_password form a:hover {
  text-decoration: underline; }

/*-----------------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) {
  .container {
    width: 996px; }

  .affix {
    top: 0;
    width: 996px;
    z-index: 9999 !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 996px; }

  .affix {
    top: 0;
    width: 996px;
    z-index: 9999 !important; } }
@media (max-width: 991px) {
  .container {
    width: 970px !important; }

  .affix {
    top: 0;
    width: 970px;
    z-index: 9999 !important; } }
/*-----------------Drag_and_drop------------------*/
.drag_and_drop .toolbar_container {
  z-index: 999999; }

