/* 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
 */
/* 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: 'Krub', sans-serif !important;
}

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;
}

  .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-----------------*/
/* 
 * 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;
        padding-right: 10px;
      }

        .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box:before {
          content: "\f1e0";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          position: relative;
          font-size: 20px;
          line-height: 24px;
          margin-right: 10px;
        }

        .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;
        }

/*
 * Icon of the article preview:
 * gallery - audio - video
 */
/*For related previews*/
.vc_icons_multimedia .cont_anteprima_correlati .box .foto a:hover, .vc_icons_multimedia .cont_anteprima_correlati .box .foto a:focus {
  text-decoration: none;
}

.vc_icons_multimedia .cont_anteprima_correlati .box .foto a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 40px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.75;
}

.vc_icons_multimedia .cont_anteprima_correlati .box.video .foto a:before {
  content: "\f04b";
  margin-top: -20px;
  margin-left: -15.72px;
}

.vc_icons_multimedia .cont_anteprima_correlati .box.gallery .foto a a:before {
  content: "\f03e";
  margin-top: -20px;
  margin-left: -21.43px;
}

/*For automatic previews*/
.vc_icons_multimedia .cont_foto a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.75;
}

.vc_icons_multimedia .video .cont_foto a:before {
  content: "\f04b";
  margin-top: -30px;
  margin-left: -23.5px;
}

.vc_icons_multimedia .gallery .cont_foto a:before {
  content: "\f03e";
  margin-top: -30px;
  margin-left: -32px;
}

/*For manual previews*/
.vc_icons_multimedia .cont_img a:hover, .vc_icons_multimedia .cont_img a:focus {
  text-decoration: none;
}

.vc_icons_multimedia .cont_img a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.75;
}

.vc_icons_multimedia.video .cont_img a:before {
  content: "\f04b";
}

.vc_icons_multimedia.video.vc_txt_xs .cont_img a:before, .vc_icons_multimedia.video.vc_txt_s .cont_img a:before {
  font-size: 40px;
  margin-top: -20px;
  margin-left: -15px;
}

.vc_icons_multimedia.video.vc_txt_m .cont_img a:before, .vc_icons_multimedia.video.vc_txt_l .cont_img a:before {
  font-size: 60px;
  margin-top: -30px;
  margin-left: -23.5px;
}

.vc_icons_multimedia.video.vc_txt_xl .cont_img a:before {
  font-size: 80px;
  margin-top: -40px;
  margin-left: -31px;
}

.vc_icons_multimedia.gallery .cont_img a:before {
  content: "\f03e";
}

.vc_icons_multimedia.gallery.vc_txt_xs .cont_img a:before {
  font-size: 40px;
  margin-top: -20px;
  margin-left: -21px;
}

.vc_icons_multimedia.gallery.vc_txt_s .cont_img a:before {
  font-size: 40px;
  margin-top: -20px;
  margin-left: -21px;
}

.vc_icons_multimedia.gallery.vc_txt_m .cont_img a:before {
  font-size: 60px;
  margin-left: -32px;
  margin-top: -30px;
}

.vc_icons_multimedia.gallery.vc_txt_l .cont_img a:before {
  font-size: 60px;
  margin-left: -32px;
  margin-top: -30px;
}

.vc_icons_multimedia.gallery.vc_txt_xl .cont_img a:before {
  font-size: 80px;
  margin-left: -42.5px;
  margin-top: -40px;
}

/*---Nav Controller*/
.vc_slider .bx-controls {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 46%;
}

.vc_slider .bx-prev {
  margin: 0px;
  font-size: 0px;
  position: absolute;
  left: -13px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.vc_slider .bx-next {
  margin: 0px;
  font-size: 0px;
  position: absolute;
  right: 0px;
  -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 {
    background: inherit;
    text-decoration: blink;
    color: initial;
  }

  .vc_slider .bx-next:after,
  .vc_slider .bx-prev:after {
      content:" ";
height: 43px;
    width: 30px;
    float: left;
    clear: left;
    background-size: 37px;
    background-repeat: no-repeat;
  }

  .vc_slider .bx-next:after {
    background-image: url(../images/next.png);
  }

.vc_slider .bx-prev:after {
  background-image: url(../images/prev.png);
}

.vc_slider .bx-prev a,
.vc_slider .bx-next a {
  margin: 0px;
  padding: 0px;
  display: block;
}

.vc_slider .punti_slide {
  margin: -5px 0 15px 0;
  padding: 0px;
  width: 100%;
  float: left;
  clear: left;
  text-align: center;
}

  .vc_slider .punti_slide .bx-pager {
    margin: 25px 0 0 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    float: left;
    clear: left;
  }

    .vc_slider .punti_slide .bx-pager .bx-pager-item {
      display: inline;
      /*margin: 4px;
    padding: 0;
    list-style-type: square;*/
    }

      .vc_slider .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
margin: 0px 4px;
    padding: 0px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 0px;
    color: #fff;
    background: #d2dee8 ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
      }

      .vc_slider .punti_slide .bx-pager .bx-pager-item a.active {
        background: #0F4C81;
      }

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 1.125em;
  font-family: "Open Sans", sans-serif;
  color: #212121;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}

a {
  color: #0173ba;
}

  a:link, a:visited, a:active {
    color: #0F4C81;
  }

  a:hover {
    color: inherit;
    text-decoration: underline;
  }

/*-----------------Structure-----------------*/
.testo_articolo p {
  margin: 0 0 15px;
}

.testo_articolo iframe {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.testo_articolo img,
.testo_articolo .ImageCaptionBox {
  max-width: 100%;
  padding-right: 10px;
  height: auto;
}

.testo_articolo strong, .testo_articolo b {
  font-weight: bold;
}

.testo_articolo em, .testo_articolo i {
  font-style: italic;
}

.testo_articolo ul {
  list-style: inherit;
  padding-left: 40px;
}

.testo_articolo h1,
.testo_articolo h2,
.testo_articolo h3,
.testo_articolo h4,
.testo_articolo h5,
.testo_articolo h6 {
  font-weight: bold;
}

/*-----------------vc_txt_xl-----------------*/
/*first article*/
.vc_txt_xl .num_commenti,
.vc_txt_xl .social {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: 300;
}

.vc_txt_xl .occhiello,
.vc_txt_xl .occhiello_articolo,
.vc_txt_xl .sezione {
  font-size: 0.9375em;
  line-height: 1em;
}

.vc_txt_xl .titolo {
  font-family: Unna;
  font-size: 1.8125em;
  line-height: 1.0689655172em;
}

.vc_txt_xl .sottotitolo,
.vc_txt_xl .sommario_articolo,
.vc_txt_xl .sommario {
  font-family: Unna;
  font-size: 1.1875em;
  line-height: 1.1578947368em;
  font-style: italic;
}

.vc_txt_xl .correlati {
  font-size: 1em;
  line-height: 1.125em;
}

.vc_txt_xl .ora_pubblicazione,
.vc_txt_xl .testo {
  font-size: 1.375em;
  line-height: 1.1818181818em;
}

.vc_txt_xl .autore {
  font-size: 0.9375em;
  line-height: 1em;
}

/*-----------------End-----------------*/
/*-----------------vc_txt_l-----------------*/
/* first article of the block */
.vc_txt_l .ora_pubblicazione,
.vc_txt_l .num_commenti,
.vc_txt_l .social {
  font-size: 0.9375em;
  line-height: 1em;
}

.vc_txt_l .occhiello,
.vc_txt_l .occhiello_articolo,
.vc_txt_l .sezione {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
  text-transform: uppercase;
}

.vc_txt_l .titolo {
  font-size: 1.625em;
  line-height: 1.0769230769em;
  font-weight: 500;
}

.vc_txt_l .sottotitolo,
.vc_txt_l .sommario_articolo,
.vc_txt_l .sommario {
  font-size: 1.375em;
  line-height: 1.0909090909em;
}

.vc_txt_l .correlati {
  font-size: 0.9375em;
  line-height: 1em;
}

.vc_txt_l .testo {
  font-size: 1.25em;
  line-height: 1.15em;
}

.vc_txt_l .autore {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
}

/*-----------------End-----------------*/
/*-----------------vc_txt_m-----------------*/
/*Under of the first Article*/
.vc_txt_m .ora_pubblicazione,
.vc_txt_m .num_commenti,
.vc_txt_m .social {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
}

.vc_txt_m .occhiello,
.vc_txt_m .occhiello_articolo,
.vc_txt_m .sezione {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
}

.vc_txt_m .titolo {
  font-size: 1.5em;
  line-height: 1.0833333333em;
}

.vc_txt_m .sottotitolo,
.vc_txt_m .sommario_articolo,
.vc_txt_m .sommario {
  font-size: 1.25em;
  line-height: 1.1em;
}

.vc_txt_m .correlati {
  font-size: 0.9375em;
  line-height: 1em;
}

.vc_txt_m .testo {
  font-size: 1em;
  line-height: 1.1875em;
}

.vc_txt_m .autore {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
}

/*-----------------End-----------------*/
/*-----------------vc_txt_s-----------------*/
/*under the first article block*/
.vc_txt_s .ora_pubblicazione
.num_commenti,
.vc_txt_s .social {
  font-size: 0.9375em;
  line-height: 1em;
}

.vc_txt_s .occhiello,
.vc_txt_s .occhiello_articolo,
.vc_txt_s .sezione {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
  text-transform: uppercase;
  font-weight: 500;
}

.vc_txt_s .titolo {
  font-size: 1.09375em;
  line-height: 1.0857142857em;
  font-weight: 500;
}

.vc_txt_s .sottotitolo,
.vc_txt_s .sommario_articolo,
.vc_txt_s .sommario {
  font-size: 1em;
  line-height: 1.125em;
}

.vc_txt_s .correlati {
  font-size: 0.875em;
  line-height: 1em;
}

.vc_txt_s .testo {
  font-size: 0.875em;
  line-height: 1.2142857143em;
}

.vc_txt_s .autore {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
}

/*-----------------vc_txt_xs-----------------*/
/* article of the small column right grey*/
.vc_txt_xs .ora_pubblicazione
.num_commenti,
.vc_txt_xs .social {
  font-size: 0.9375em;
  line-height: 1em;
}

.vc_txt_xs .occhiello,
.vc_txt_xs .occhiello_articolo,
.vc_txt_xs .sezione {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
  text-transform: uppercase;
  font-weight: 500;
}

.vc_txt_xs .titolo {
  font-size: 0.90625em;
  line-height: 1.1034482759em;
  font-weight: 500;
}

.vc_txt_xs .sottotitolo,
.vc_txt_xs .sommario_articolo,
.vc_txt_xs .sommario {
  font-size: 0.75em;
  line-height: 1.25em;
  font-weight: 300;
}

.vc_txt_xs .correlati {
  font-size: 0.875em;
  line-height: 1.1428571429em;
}

.vc_txt_xs .testo {
  font-size: 0.75em;
  line-height: 1.25em;
}

.vc_txt_xs .autore {
  font-size: 0.8125em;
  line-height: 1.1538461538em;
}

/*-----------------vc_article-----------------*/
.vc_article {
  /*--formatting*/
}

  .vc_article .ora_pubblicazione,
  .vc_article .data_articolo {
    font-size: 0.8125em;
    line-height: 1.5707692308em;
    text-transform: uppercase;
  }

  .vc_article .num_commenti,
  .vc_article .social,
  .vc_article .autore {
    font-size: 0.8125em;
    line-height: 1.1538461538em;
  }

  .vc_article .vc_section,
  .vc_article .vc_tags {
    font-size: 1em;
    line-height: 1.25em;
    text-transform: uppercase;
  }

  .vc_article .occhiello,
  .vc_article .occhiello_articolo,
  .vc_article .sezione {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    font-weight: 500;
    text-transform: uppercase;
  }

  .vc_article .vc_story_telling_title,
  .vc_article .titolo {
    font-size: 2.25em;
    line-height: 1.1111111111em;
  }

  .vc_article .sottotitolo {
    font-size: 1.25em;
    line-height: 1.1em;
  }

  .vc_article .sommario_articolo,
  .vc_article .sommario {
    font-size: 1em;
    line-height: 1.875em;
  }

  .vc_article .vc_story_telling_text,
  .vc_article .testo {
    line-height: 1.75em;
    font-weight: normal;
  }

    .vc_article .vc_story_telling_text a,
    .vc_article .testo a {
      text-decoration: underline;
    }

  .vc_article .testo_articolo h1 {
    font-size: 2.25em;
    line-height: 1.1111111111em;
  }

  .vc_article .testo_articolo h2 {
    font-size: 1.75em;
    line-height: 1.1428571429em;
  }

  .vc_article .testo_articolo h3 {
    font-size: 1.25em;
    line-height: 1.1em;
  }

  .vc_article .testo_articolo h4 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .vc_article .testo_articolo h5 {
    font-size: .83em;
    line-height: 1.2em;
  }

  .vc_article .testo_articolo h6 {
    font-size: .73em;
    line-height: 1.2em;
  }

  .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;
  }

/*-----------------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;
    font-weight: 200;
  }

    .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;
    border-bottom: 2px solid $blu;
    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: '\f040';
}
.anteprima_articolo ul.vc_relateds li.video:before {
    content: '\f128';
}
.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: '\f016';
}

.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;
    margin-right: 5px;
    color: $blu;     
    font-size:13px;
}*/
.anteprima_articolo ul.correlati li.articolo:before,
.anteprima_articolo ul.correlati li.lettera:before,
.anteprima_articolo ul.correlati li.blog:before,
.anteprima_articolo ul.correlati li.video:before,
.anteprima_articolo ul.correlati li.sondaggio:before,
.anteprima_articolo ul.correlati li.gallery:before,
.anteprima_articolo ul.correlati li.scheda:before,
.anteprima_articolo ul.correlati li.audio:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
      color: white;
    background: #0F4C81;
    padding: 5px;
    border-radius: 100%;
    font-size: 12px;
}

.anteprima_articolo ul.correlati li.articolo:before,
.anteprima_articolo ul.correlati li.lettera:before,
.anteprima_articolo ul.correlati li.blog:before {
  content: "\f5ad";
}

.anteprima_articolo ul.correlati li.video:before {
  content: "\f03d";
}

.anteprima_articolo ul.correlati li.sondaggio:before {
  content: "\f200";
}

.anteprima_articolo ul.correlati li.gallery:before {
  content: "\f030";
}

.anteprima_articolo ul.correlati li.scheda:before {
  content: "\f1e9";
}

.anteprima_articolo ul.correlati li.audio:before {
  content: "\f130";
}

/*-----------------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: #c0c0c0;
}

  .vc_story_telling_pagination .btn {
    padding: 6px 12px;
  }

  .vc_story_telling_pagination .vc_prev a,
  .vc_story_telling_pagination .vc_next a {
    color: #606060;
  }

  .vc_story_telling_pagination a:hover {
    color: #606060;
  }

  .vc_story_telling_pagination .vc_label_pagination {
    font-weight: bold;
  }

/*-----------------End-----------------*/
/*-----------------vc_theme_default-----------------*/
.vc_theme_default {
  /*.testo{}*/
}

  .vc_theme_default .occhiello_articolo,
  .vc_theme_default .occhiello,
  .vc_theme_default .sezione {
    color: #fff;
    background: #0173ba;
    padding: 8px 10px;
  }

    .vc_theme_default .occhiello_articolo a,
    .vc_theme_default .occhiello a,
    .vc_theme_default .sezione a {
      color: #fff;
    }

  .vc_theme_default .titolo {
    color: #212121;
  }

    .vc_theme_default .titolo a {
      color: inherit;
      text-decoration: none;
    }

  .vc_theme_default .autore_articolo,
  .vc_theme_default .autore {
    color: #0173ba;
  }

    .vc_theme_default .autore_articolo a,
    .vc_theme_default .autore a {
      color: inherit;
      text-decoration: none;
    }

  .vc_theme_default .social,
  .vc_theme_default .ora_pubblicazione {
    color: #0173ba;
  }

  .vc_theme_default .sottotitolo,
  .vc_theme_default .sommario {
    color: #212121;
  }

    .vc_theme_default .sottotitolo a,
    .vc_theme_default .sommario a {
      color: inherit;
      text-decoration: none;
    }

  .vc_theme_default .correlati a,
  .vc_theme_default .testo a {
    color: #606060;
  }

  .vc_theme_default .comments a,
  .vc_theme_default .comment_article a,
  .vc_theme_default .social a {
    color: #0173ba;
    text-decoration: none;
  }

    .vc_theme_default .comment_article a:before,
    .vc_theme_default .comments:before {
      color: #0173ba;
    }

    .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: #fff;
  }

  .vc_theme_default .occhiello_titolo {
    color: #fff;
  }

/*-----------------End-----------------*/
/*-----------------vc_theme_variant-----------------*/
.vc_theme_variant .occhiello_articolo,
.vc_theme_variant .occhiello,
.vc_theme_variant .sezione {
  color: #0173ba;
}

  .vc_theme_variant .occhiello_articolo a,
  .vc_theme_variant .occhiello a,
  .vc_theme_variant .sezione a {
    color: inherit;
  }

.vc_theme_variant .titolo {
  color: #212121;
}

  .vc_theme_variant .titolo a {
    color: inherit;
    text-decoration: none;
  }

.vc_theme_variant .social,
.vc_theme_variant .autore_articolo,
.vc_theme_variant .autore {
  color: #0173ba;
}

  .vc_theme_variant .social a,
  .vc_theme_variant .autore_articolo a,
  .vc_theme_variant .autore a {
    color: inherit;
    text-decoration: none;
  }

.vc_theme_variant .ora_pubblicazione a {
  color: #c0c0c0;
}

.vc_theme_variant .sottotitolo a,
.vc_theme_variant .sommario a {
  color: #606060;
}

  .vc_theme_variant .sottotitolo a:hover,
  .vc_theme_variant .sommario a:hover {
    text-decoration: none;
  }

.vc_theme_variant .testo {
  color: #606060;
}

  .vc_theme_variant .correlati a,
  .vc_theme_variant .testo a {
    color: #212121;
  }

    .vc_theme_variant .correlati a .correlati a:hover,
    .vc_theme_variant .testo a .correlati a:hover {
      color: inherit;
    }

.vc_theme_variant .comments a,
.vc_theme_variant .comment_article a,
.vc_theme_variant .social a {
  color: #0173ba;
  text-decoration: none;
}

  .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_light-----------------*/
.vc_theme_light .occhiello_articolo,
.vc_theme_light .occhiello,
.vc_theme_light .sezione {
  color: #fff;
}

  .vc_theme_light .occhiello_articolo a,
  .vc_theme_light .occhiello a,
  .vc_theme_light .sezione a {
    color: inherit;
  }

.vc_theme_light .titolo {
  color: #fff;
}

  .vc_theme_light .titolo a {
    color: inherit;
    text-decoration: none;
  }

.vc_theme_light .social,
.vc_theme_light .ora_pubblicazione,
.vc_theme_light .autore_articolo,
.vc_theme_light .autore,
.vc_theme_light .testo {
  color: #fff;
}

  .vc_theme_light .social a,
  .vc_theme_light .ora_pubblicazione a,
  .vc_theme_light .autore_articolo a,
  .vc_theme_light .autore a,
  .vc_theme_light .testo a {
    color: inherit;
    text-decoration: none;
  }

.vc_theme_light .sottotitolo,
.vc_theme_light .sommario {
  color: #212121;
}

  .vc_theme_light .sottotitolo a,
  .vc_theme_light .sommario a {
    color: inherit;
    text-decoration: none;
  }

.vc_theme_light .correlati a,
.vc_theme_light .testo a {
  color: #212121;
}

  .vc_theme_light .correlati a .correlati a:hover,
  .vc_theme_light .testo a .correlati a:hover {
    color: inherit;
  }

.vc_theme_light .comments a,
.vc_theme_light .comment_article a,
.vc_theme_light .social a {
  color: #0173ba;
  text-decoration: none;
}

  .vc_theme_light .comments a:hover,
  .vc_theme_light .comment_article a:hover,
  .vc_theme_light .sezione a:hover {
    text-decoration: underline;
  }

.vc_theme_light .didascalia {
  color: #fff;
}

/*-----------------vc_theme_tv-----------------*/
.vc_theme_tv .occhiello_articolo,
.vc_theme_tv .occhiello,
.vc_theme_tv .sezione {
  color: #fff;
  padding: 8px 10px;
}

  .vc_theme_tv .occhiello_articolo a,
  .vc_theme_tv .occhiello a,
  .vc_theme_tv .sezione a {
    color: inherit;
  }

.vc_theme_tv .titolo {
  color: #212121;
}

  .vc_theme_tv .titolo a {
    color: inherit;
    text-decoration: none;
  }

.vc_theme_tv .social,
.vc_theme_tv .ora_pubblicazione,
.vc_theme_tv .autore_articolo,
.vc_theme_tv .autore,
.vc_theme_tv .testo {
  color: #fff;
}

  .vc_theme_tv .social a,
  .vc_theme_tv .ora_pubblicazione a,
  .vc_theme_tv .autore_articolo a,
  .vc_theme_tv .autore a,
  .vc_theme_tv .testo a {
    color: inherit;
    text-decoration: none;
  }

.vc_theme_tv .sottotitolo,
.vc_theme_tv .sommario {
  color: #212121;
}

  .vc_theme_tv .sottotitolo a,
  .vc_theme_tv .sommario a {
    color: inherit;
    text-decoration: none;
  }

.vc_theme_tv .correlati a,
.vc_theme_tv .testo a {
  color: #212121;
}

  .vc_theme_tv .correlati a .correlati a:hover,
  .vc_theme_tv .testo a .correlati a:hover {
    color: inherit;
  }

.vc_theme_tv .comments a,
.vc_theme_tv .comment_article a,
.vc_theme_tv .social a {
  color: #fff;
  text-decoration: none;
}

  .vc_theme_tv .comments a:hover,
  .vc_theme_tv .comment_article a:hover,
  .vc_theme_tv .sezione a:hover {
    text-decoration: underline;
  }

.vc_theme_tv .didascalia {
  color: #fff;
}

/*-----------------vc_theme_article-----------------*/
.vc_theme_article .occhiello_articolo,
.vc_theme_article .occhiello,
.vc_theme_article .sezione {
  color: #0173ba;
}

  .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: #212121;
}

  .vc_theme_article .vc_section a,
  .vc_theme_article .vc_tags a {
    color: inherit;
    text-decoration: none;
  }

.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: #c0c0c0;
}

  .vc_theme_article .autore_articolo a,
  .vc_theme_article .autore a {
    text-decoration: none;
  }

    .vc_theme_article .autore_articolo a:hover,
    .vc_theme_article .autore a:hover {
      color: inherit;
      text-decoration: underline;
    }

.vc_theme_article .ora_pubblicazione,
.vc_theme_article .data_articolo {
  color: #c0c0c0;
}

.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: #0173ba;
  }

    .vc_theme_article .correlati a:hover,
    .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: #0173ba;
  text-decoration: none;
}

  .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: #0173ba;
}

/*---------------------Settings-----------------------*/
.vc_container {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
}

.vc_flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.vc_color_default {
  /*nero*/
  color: #212121;
}

  .vc_color_default:hover {
    color: #212121;
  }

.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_pt_pb_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.vc_pl_pr_40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.vc_reset_border {
  border: 0 !important;
}

.vc_br_lightgrey {
  border-right: 1px double #ededed;
}

.vc_bg_red {
  background: #c11319;
}

.vc_bg_blu {
  background: #0173ba !important;
}

.vc_bg_black {
  background: #000;
}

.vc_bg_lightgrey {
  background: #f3f3f3 !important;
}

.vc_bg_darkgrey {
  background: #606060;
}

.vc_bg_white {
  background: #fff;
}

.vc_bg_grey {
  background: #c0c0c0;
}

.vc_bg_red_dark {
  background: #9a0000 !important;
}

.vc_br_grey {
  border-right: 1px solid #c0c0c0 !important;
}

.vc_bb_grey {
  border-bottom: 1px solid #f3f3f3 !important;
}

.vc_bb_greylight {
  border-bottom: 1px solid #f3f3f3 !important;
}

.vc_bb_white {
  border-bottom: 1px solid #fff !important;
}

.vc_bb_grey_dashed {
  border-bottom: 1px #cdcdcd dashed;
}

.vc_bb_2_grey_dashed {
  border-bottom: 2px #cdcdcd dashed;
}

.vc_bt_bb_grey {
  border-top: 1px solid #c0c0c0 !important;
  border-bottom: 1px solid #c0c0c0 !important;
}

.vc_bt_bb_lightgrey {
  border-bottom: 2px solid #f3f3f3 !important;
  border-top: 2px solid #f3f3f3 !important;
}

.vc_b_blue {
  border: 1px solid #0173ba;
}

.vc_z8 {
  z-index: 8 !important;
  position: relative;
}

.vc_z10 {
  z-index: 10 !important;
  position: relative;
}

.vc_zindex_100 {
  z-index: 100 !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_container_newstand {
  width: 34%;
  padding-right: 15px;
  max-width: 34.5%;
}

.vc_small_column {
  position: relative;
  float: left;
  padding: 10px;
}

/*-----------------End-----------------*/
/*---------------- Portrait phones and smaller ---------------------------*/
/*-----------------End-----------------*/
/*---------------- Portrait phones and smaller ---------------------------*/
/* 
 * overwrite weight of boostrap
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
}

/* 
 * Background container
 */
.container,
.container-fluid {
  background: #fff;
  z-index: 1;		
  position: relative;
}

/*-----------------Header--------------------------*/
/*.vc_container_fixed_navbar{       
    position:fixed;     
    top:0;      
    left:0;     
    background:#fff;        
    width:100%;     
    z-index:1000;       
}*/
/*---------------Header - FINE----------------------*/
/*-----------------Drag_and_drop------------------*/
.drag_and_drop .toolbar_container {
  z-index: 999999;
}
.container {
    padding-left: 15px; 
     padding-right: 15px;
         width: 1200px;
}
.container_full_width {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.riga_header_fixed {
    float:left;
    width:100%;
    background:#0F4C81;
    padding:2px 20px;
    top: 0px;
        min-height: 50px;
        position: relative;
    z-index: 3;
}
.sfondo_tit_anteprimaipiu .occhiello_titolo {
float: left;
    clear: left;
    padding: 6px 6px;
    float: left;
    text-transform: uppercase;
 
        color: #0F4C81 !important;
    background:#d2dee8 !important;
    font-family: 'Krub', sans-serif;
    font-size: 19px;
    font-weight: 900;
    border-radius: 5px;

}

.sfondo_tit_anteprimaipiu .occhiello_titolo:before {
content: ".";
background: url(/images/quill.png) no-repeat ;
background-size: 20px 20px;
    BACKGROUND-POSITION-X: -3px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#0F4C81 !important;
    padding-right: 2px;
    /* font-size: 31px; */
    /* LINE-HEIGHT: 31PX; */
    margin-right: 5px;
    min-width: 20px;
    float: left;

}
.riga_header_sx {
    float:left;
    width:500px;
    position:relative;
}
.container_top {
    MARGIN-TOP: 0PX;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.col_sx_piccola {
    float:left;
    width:250px;
    margin-right: 20px;
}
.col_dx_grande {
      float:left;
    width:900px;
    padding-left: 20px;
    border-left: 1px solid #0F4C8182;
    
}
.riga_col_dx {
      float:left;
    width:100%;
    
}
.col_preefoter_notizie {
    float:left;
    width: 262px;
    margin-RIGHT:40PX;
}
.col_preefoter_notizie_last {
    float:left;
    width: 262px;
    PADDING-RIGHT:0PX;
}
body.drag_and_drop .riga_header_fixed {
    position: relative !important;
}
.sfondo_griglio_fullwidth_edicola {
    width: 100%;
    background: #EEEEEE;
    padding: 30px 0 30px 23px;
    margin: 35px 0;
    float: left;
    position:relative;
    z-index: 2;
}
.sfondo_griglio_fullwidth {
    width: 100%;
    background: #EEEEEE;
    padding: 30px 2px !important;
    margin: 0px 0;
    float: left;
    position:relative;
    z-index: 2;
}
.sfondo_griglio_fullwidth.articolo {

    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

    
    
.container_articolo {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    position: relative;
    z-index: 2;
}
.container_abbonamenti {
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    text-align: center;
}

@media (max-width: 1160px) {
    .container_sito {
    max-width: 990px;
    min-width: 990px;
        margin: 0 auto;
}
.col_article_banner {
    float: left;
    max-width: 38%;
}

.col_sx_piccola {
    float: left;
    width: 20%;
    margin-right: 2%;
}
.col_dx_grande.row_griglia {
       float: left;
       clear:left;
    width: 100%;
    padding: 4px 0px; 
    border-top:1px solid black;
    border-bottom: 1px solid black;
    
}
.col_dx_grande {
    width: 78%;
}
.riga_header_fixed {
    width: 100%;
}
.container_full_width {
    width: 100%;
   
}
.container_top {
    width: 100%;
}
.col_preefoter_notizie {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.col_preefoter_notizie_last {
    float: left;
    width: 23.5%;
    margin-right: 0%;
}
}

.testo_articolo .vc_read_free_article {
       padding: 11px 13px;
    background: #bfd6ee;
    margin: 20px 0px 41px 0px;
}
.testo_articolo .vc_read_free_article a {
color: #075081;
    font-weight: 800;
}
.col-sx-shop {
   float: left;
    width: 300px; 
}
.col-dx-shop {
   float: left;
    width: 500px; 
   padding-left: 35px;
}
.sfondo_azzurro_col_sx {
    float:left;
    clear:left;
    margin-bottom:20px;
}

/* story telling */
.vc_container_stories {
    display: block;
    position: relative;
}
.vc_story_telling {
    position: relative !important;
}

.vc_story_telling_pagination.vc_pagination_counter {
    position: fixed !important;
    top: 68px !important;
    width: 803px !important;
    z-index: 99999 !important;
}
.vc_story_telling {
    position: relative;
}
.vc_story_telling .vc_story_telling_pagination .btn a {
    background: #075081 !important;
}

.vc_story_telling_pagination.vc_pagination_counter {
    background: #075081 !important;
}


/* GDP */
.gdp_main_container {
     float:left;
     width: 652.5px;
     border-right: 1px solid #CCCCCC;
}
.gdp_col_dx {
     float:right;
     width: 320px;
     padding-left:22.5px;
    
}
.gdp_cont_990 {
    margin: 0px auto 0 auto;
    padding: 10px 22.5px 0px 22.5px;
    width: 1020px;
    background: #fff !important;
    display: table;
    position: relative;
    z-index: 999;
}

.gdp_cont_990_bordo {
    margin: 0px auto 0 auto;
    padding: 22.5px 22.5px 22.5px 22.5px;
    width: 1020px;
    background: #fff !important;
    display: table;
    position: relative;
    z-index: 999;
    border: 1px solid #CCCCCC;
}
.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 {
    background: #0f4c81 !important;
    border: 1px solid #0f4c81 !important;
    color:white !important;
}

#container, .container_template {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width:auto !important;
    z-index:100 !important;
}

