@charset "UTF-8";
/* varibles */
/*font icons*/
/*--
  used to load icons with font
  @include fontIconDefault()

--*/
/*-- 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;}

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

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

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

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

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

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px; 
  position: relative; }

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

.container {
  background: #ffffff; }

body.background {
  top: 120px;
  position: relative; }

body.background .container {
  z-index: 3;
  position: relative; }

.vc_sidebar {
    padding-left: 35px;
}

@media (max-width: 992px) {
  .container,
  body.background .container-fluid,
  body.mnzSkin .container-fluid {
    width: 970px !important; } }
@media (min-width: 992px) {
  .container,
  body.background .container-fluid,
  body.mnzSkin .container-fluid {
    width: 970px; } 
  .vc_sidebar {
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .container,
  body.background .container-fluid,
  body.mnzSkin .container-fluid {
    width: 1140px; } 
  .vc_sidebar {
    padding-left: 25px; } }
@media (min-width: 1340px) {
  .container {
    width: 1320px; }
  body.background .container-fluid, 
  body.mnzSkin .container-fluid,
  body.background .container, 
  body.mnzSkin .container {
    width: 1140px; } 
    
  body.mnzSkin .container-fluid.vc_navbar_fixed,
  body.background .container-fluid.vc_navbar_fixed {
    margin-left: -570px;
    left: 50%;  }

}
    
/* 
 * 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: right;
    position: relative; }
    .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw {
      width: 100%;
      float: right;
      cursor: pointer;
      position: relative; }
      .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box {
        width: 100%;
        float: left;
        clear: none;
        display: flex;
        align-items: center; }
        .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box:before {
          content: "";
          font-family: "themify" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #a7a7a7;
          margin: 0 10px 0 0;
          font-size: 20px;
          position: relative;
          float: right;
          opacity: 1; }
        .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box .share {
          display: block;
          text-transform: capitalize;
          color: #212121;
          float: right;
          display: none; }
      .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw.zero_share_count .box .count {
        display: none; }
    .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: "";
    font-family: "themify" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 1.25rem;
    color: #024c9c;
    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: #e9e9e9;
    color: #fff;
    /*&:after {
    	content: "\63";
    	@include fontIconDefault();
    	top: 0.2em;
    	margin: 0;
    	position: relative;
    }*/ }
    .vc_social_icon .vc_link_button a:hover {
      text-decoration: none;
      background-color: rgba(233, 233, 233, 0.8) !important; }
.vc_social_icon.video .vc_link_button a:after {
  content: ""; }
.vc_social_icon.gallery .vc_link_button a:after {
  content: ""; }
.vc_social_icon.audio .vc_link_button a:after {
  content: ""; }
.vc_social_icon.team .vc_link_button a:after {
  /*content: "\e056";*/ }

/*
 * Icon of the article preview:
 * gallery - audio - video - team 
 */
.vc_icons_multimedia .cont_foto,
.vc_icons_multimedia .cont_img {
  position: relative; }
.vc_icons_multimedia .video .cont_foto:before,
.vc_icons_multimedia .gallery .cont_foto:before,
.vc_icons_multimedia.gallery .cont_img:before,
.vc_icons_multimedia.video .cont_img:before {
  display: inline-block;
  position: absolute;
  content: "";
  z-index: 8;
  bottom: 0;
  right: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent; }
.vc_icons_multimedia.medium .video .cont_foto:before,
.vc_icons_multimedia.medium .gallery .cont_foto:before,
.vc_icons_multimedia.medium.gallery .cont_img:before,
.vc_icons_multimedia.medium.video .cont_img:before {
  border-bottom: 60px solid #fff;
  border-left: 60px solid transparent; }
.vc_icons_multimedia .video .cont_foto:after,
.vc_icons_multimedia .gallery .cont_foto:after,
.vc_icons_multimedia.gallery .cont_img:after,
.vc_icons_multimedia.video .cont_img:after {
  position: absolute;
  display: inline-block;
  z-index: 9;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
  color: #024c9c;
  font-family: "themify" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.vc_icons_multimedia.medium .video .cont_foto:after,
.vc_icons_multimedia.medium .gallery .cont_foto:after,
.vc_icons_multimedia.medium.gallery .cont_img:after,
.vc_icons_multimedia.medium.video .cont_img:after {
  font-size: 25px; }
.vc_icons_multimedia .gallery .cont_foto:after,
.vc_icons_multimedia.gallery .cont_img:after {
  content: ""; }
.vc_icons_multimedia .video .cont_foto:after,
.vc_icons_multimedia.video .cont_img:after {
  content: "\e6ad"; }

.vc_slider {
  /*---Nav Controller*/ }
  .vc_slider .bx-controls {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: absolute;
    display: none; }
  .vc_slider .bx-prev {
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 0px; }
  .vc_slider .bx-next {
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 0px; }
  .vc_slider .bx-next:after,
  .vc_slider .bx-prev:after {
    font-size: 1.5rem;
    float: left;
    position: absolute;
    top: 5px;
    /* display: inline; */
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff; }
  .vc_slider .bx-next:after {
    content: ""; }
  .vc_slider .bx-prev:after {
    content: ""; }
  .vc_slider .bx-prev a,
  .vc_slider .bx-next a {
    margin: 0px;
    padding: 0px;
    display: block; }
  .vc_slider .punti_slide {
    margin-top: 15px;
    text-align: left;
    width: 100%;
    float: left;
    clear: left; }
  .vc_slider .punti_slide .bx-pager {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center; }
  .vc_slider .punti_slide .bx-pager .bx-pager-item {
    margin: 0px 10px 0 0;
    padding: 0px;
    width: 10px;
    height: 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 0px;
    color: #024c9c;
    border-radius: 50%; }
  .vc_slider .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
    margin: 0px 3px 0 0;
    padding: 0px;
    width: 10px;
    height: 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 0px;
    color: #fff;
    background: transparent;
    border: 1px solid #024c9c;
    border-radius: 50%; }
  .vc_slider .punti_slide .bx-pager .bx-pager-item a.active {
    background: #024c9c; }

html {
  font-size: 20px; }

body {
  font-size: 20px;
  line-height: 1.35em;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  color: #212121;
  text-rendering: optimizeLegibility;
  background-color: #ffffff; }

a {
  color: #024c9c; 
  transition: .3s color linear;}
  a:link, a:visited, a:active {
    color: #024c9c; }
  a:hover {
    color: #bfd6ee;
    text-decoration: underline; }

/*-----------------vc_txt_xl-----------------*/
/*--- not used ---*/
.vc_txt_xl .num_commenti,
.vc_txt_xl .social {
  font-size: 0.65em;
  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: 1.6em;
  line-height: 1em;
  text-rendering: geometricPrecision; }
.vc_txt_xl .titolo {
  font-size: 4rem;
  line-height: 1.05em;
  text-rendering: geometricPrecision; }
.vc_txt_xl .sottotitolo,
.vc_txt_xl .sommario_articolo,
.vc_txt_xl .sommario {
  font-size: 1.414rem;
  line-height: 1.05em;
  text-rendering: geometricPrecision; }
.vc_txt_xl .correlati {
  font-size: 0.8em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_xl .ora_pubblicazione,
.vc_txt_xl .testo {
  font-size: 0.8em;
  line-height: 1.125em;
  font-weight: normal; }
.vc_txt_xl .autore {
  font-size: 0.65em;
  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.7em;
  line-height: 1.4285714286em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_l .vc_section,
.vc_txt_l .vc_tags {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  font-weight: 100;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_l .occhiello,
.vc_txt_l .occhiello_articolo,
.vc_txt_l .ora_pubblicazione,
.vc_txt_l .sezione {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_l .titolo {
  font-family: "Lora", Georgia, serif;
  font-size: 1.3em;
  line-height: 1.1538461538em;
  font-weight: 600;
  text-rendering: geometricPrecision; }
.vc_txt_l .sottotitolo,
.vc_txt_l .sommario_articolo,
.vc_txt_l .sommario {
  font-size: 0.7em;
  line-height: 1.5714285714em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_txt_l .vc_link_button a {
  font-size: 0.8em;
  line-height: 1.1875em;
  font-weight: bold;
  padding: 5px 60px;
  letter-spacing: 0.5px; }
.vc_txt_l .correlati {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  font-weight: normal; }
.vc_txt_l .testo {
  font-size: 0.7em;
  line-height: 1.5714285714em;
  font-weight: normal; }
.vc_txt_l .autore {
  font-size: 0.7em;
  line-height: 1.2142857143em;
  font-weight: normal;
  text-transform: uppercase; }

/*-----------------End-----------------*/
/*-----------------vc_txt_m - vc_txt_m.variant-----------------*/
/*the difference is the title font-family: for Lora use m - for Manrope use m.variant*/
.vc_txt_m .num_commenti,
.vc_txt_m .social {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_m .vc_section,
.vc_txt_m .vc_tags {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_m .occhiello,
.vc_txt_m .occhiello_articolo,
.vc_txt_m .ora_pubblicazione,
.vc_txt_m .sezione {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_m .titolo {
  font-family: "Lora", Georgia, serif;
  font-size: 1.1em;
  line-height: 1.2272727273em;
  font-weight: 600;
  text-rendering: geometricPrecision; }
.vc_txt_m .sottotitolo,
.vc_txt_m .sommario_articolo,
.vc_txt_m .sommario {
  font-size: 0.7em;
  line-height: 1.5714285714em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_txt_m .correlati {
  font-size: 0.65em;
  line-height: 1.2307692308em;
  font-weight: normal; }
.vc_txt_m .testo {
  font-size: 0.7em;
  line-height: 1.5714285714em;
  font-weight: normal; }
.vc_txt_m .autore {
  font-size: 0.7em;
  line-height: 1.5714285714em;
  font-weight: normal;
  text-transform: uppercase; }

.vc_txt_m.variant .occhiello,
.vc_txt_m.variant .occhiello_articolo,
.vc_txt_m.variant .ora_pubblicazione {
  font-size: 0.7em;
  line-height: 1.3125em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_m.variant .sezione {
  font-size: 0.8em;
  line-height: 1.3125em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_m.variant .titolo {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.0909090909em;
  font-weight: bold;
  text-rendering: geometricPrecision; }
.vc_txt_m.variant .vc_link_button a {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold; }

/*-----------------End-----------------*/
/*-----------------vc_txt_s - vc_txt_s.variant-----------------*/
/* */
.vc_txt_s .ora_pubblicazione,
.vc_txt_s .num_commenti,
.vc_txt_s .social {
  font-size: 0.65em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_s .vc_section,
.vc_txt_s .vc_tags {
  font-size: 0.65em;
  line-height: 1.1538461538em;
  font-weight: 100;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_s .occhiello,
.vc_txt_s .occhiello_articolo,
.vc_txt_s .sezione {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_s .titolo {
  font-family: "Lora", Georgia, serif;
  font-size: 0.9em;
  line-height: 1.3333333333em;
  font-weight: 600;
  text-rendering: optimizeLegibility; }
.vc_txt_s .sottotitolo,
.vc_txt_s .sommario_articolo,
.vc_txt_s .sommario {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  font-weight: 100;
  text-rendering: geometricPrecision; }
.vc_txt_s .vc_link_button a {
  font-size: 0.8em;
  line-height: 1.1875em;
  font-weight: bold;
  letter-spacing: 0.5px; }
.vc_txt_s .correlati {
  font-size: 0.65em;
  line-height: 1.2307692308em;
  font-weight: normal; }
.vc_txt_s .testo {
  font-size: 0.65em;
  line-height: 1.3076923077em;
  font-weight: normal; }
.vc_txt_s .autore {
  font-size: 0.7em;
  line-height: 1.2142857143em;
  font-weight: 100;
  text-transform: uppercase; }

.vc_txt_s.variant .occhiello,
.vc_txt_s.variant .occhiello_articolo,
.vc_txt_s.variant .sezione {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  font-weight: 600;
  text-transform: uppercase; }
.vc_txt_s.variant .titolo {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.2222222222em;
  font-weight: 600; }

/*-----------------End-----------------*/
/*-----------------vc_txt_xs -----------------*/
/* */
.vc_txt_xs .ora_pubblicazione,
.vc_txt_xs .num_commenti,
.vc_txt_xs .social {
  font-size: 0.75em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xs .vc_section,
.vc_txt_xs .vc_tags {
  font-size: 0.65em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_xs .occhiello,
.vc_txt_xs .occhiello_articolo,
.vc_txt_xs .sezione {
  font-size: 0.65em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xs .titolo {
  font-family: "Lora", Georgia, serif;
  font-size: 0.85em;
  line-height: 1.2352941176em;
  font-weight: 500;
  text-rendering: optimizeLegibility; }
.vc_txt_xs .sottotitolo,
.vc_txt_xs .sommario_articolo,
.vc_txt_xs .sommario {
  font-size: 0.65em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_txt_xs .correlati {
  font-size: 0.65em;
  line-height: 1.2307692308em;
  font-weight: normal; }
.vc_txt_xs .testo {
  font-size: 0.65em;
  line-height: 1.1538461538em;
  font-weight: normal; }
.vc_txt_xs .autore {
  font-size: 0.7em;
  line-height: 1.2142857143em;
  font-weight: normal;
  text-transform: uppercase; }

/*-----------------End-----------------*/
/*-----------------vc_txt_xs_variant-----------------*/
/* */
.vc_txt_xs_variant .ora_pubblicazione,
.vc_txt_xs_variant .num_commenti,
.vc_txt_xs_variant .social {
  font-size: 0.65em;
  line-height: 1.1538461538em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xs_variant .vc_section,
.vc_txt_xs_variant .vc_tags {
  font-size: 0.65em;
  line-height: 1.1538461538em;
  font-weight: 100;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_xs_variant .occhiello,
.vc_txt_xs_variant .occhiello_articolo {
  font-size: 0.65em;
  line-height: 1.2307692308em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xs_variant .sezione {
  font-size: 0.65em;
  line-height: 1.3846153846em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_xs_variant .titolo {
  font-size: 0.75em;
  line-height: 1.2em;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
.vc_txt_xs_variant .sottotitolo,
.vc_txt_xs_variant .sommario_articolo,
.vc_txt_xs_variant .sommario {
  font-size: 0.9em;
  line-height: 1.3333333333em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_txt_xs_variant .vc_link_button a {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-weight: 500;
  padding: 5px 10px;
  letter-spacing: 0.5px; }
.vc_txt_xs_variant .correlati {
  font-size: 0.65em;
  line-height: 1.2307692308em;
  font-weight: normal; }
.vc_txt_xs_variant .testo {
  font-size: 0.65em;
  line-height: 1.3076923077em;
  font-weight: normal; }
.vc_txt_xs_variant .autore {
  font-size: 0.65em;
  line-height: 1.3846153846em;
  font-weight: normal;
  text-transform: uppercase; }

/*-----------------End-----------------*/
/*-----------------vc_occhiello_titolo-----------------*/
.vc_occhiello_black .occhiello_titolo,
.vc_occhiello_blue .occhiello_titolo {
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
  clear: left;
  width: 100%;
  font-size: .8em;
  line-height: 1.125em;
  z-index: 9;
  font-weight: 900; }

.vc_occhiello_black .occhiello_titolo a,
.vc_occhiello_blue .occhiello_titolo a {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 10px;
  color: inherit; }

.vc_occhiello_black .occhiello_titolo a:hover,
.vc_occhiello_blue .occhiello_titolo a:hover {
  color: inherit;
  text-decoration: none; }

.vc_occhiello_black .occhiello_titolo:before,
.vc_occhiello_blue .occhiello_titolo:before {
  content: " ";
  height: 4px;
  width: 30px;
  float: left;
  clear: left; }

.vc_occhiello_black .occhiello_titolo {
  color: #212121; }

.vc_occhiello_black .occhiello_titolo:before {
  background: #212121; }

.vc_occhiello_blue .occhiello_titolo {
  color: #024c9c; }

.vc_occhiello_blue .occhiello_titolo:before {
  background: #024c9c; }

/*--- SECTION LINK ---*/
.vc_section_link {
  float: right;
  clear: none;
  width: auto;
  font-size: 0.7em;
  line-height: 1.7857142857em;
  font-weight: normal;
  color: #212121;
  }

.vc_section_link a:hover {
  text-decoration: none; }

.vc_section_link a:after {
  content: "\e649";
  font-family: "themify" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1em;
  float: right;
  color: #212121;
  background: #cccccc;
  border-radius: 50%;
  padding: 6px;
  margin-left: 10px;
  }




/*-----------------vc_article-----------------*/
.vc_article .num_commenti,
.vc_article .social {
  font-size: 0.8em;
  line-height: 1.0625em;
  text-rendering: geometricPrecision; }
.vc_article .ora_pubblicazione,
.vc_article .data_articolo,
.vc_article .autore {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  font-weight: 300;
  text-rendering: geometricPrecision; }
.vc_article .sezione,
.vc_article .vc_section,
.vc_article .vc_tags {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  font-weight: 300;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_article .occhiello,
.vc_article .occhiello_articolo {
  font-size: 0.8em;
  line-height: 1.1875em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_article .vc_story_telling_title,
.vc_article .titolo {
  font-family: "Lora", Georgia, serif;
  font-size: 2.4em;
  line-height: 1.2083333333em;
  font-weight: 600;
  text-rendering: geometricPrecision; }
.vc_article .sottotitolo,
.vc_article .sommario_articolo,
.vc_article .sommario {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  text-rendering: geometricPrecision; }
.vc_article .vc_story_telling_text,
.vc_article .testo {
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 300; }
  .vc_article .vc_story_telling_text a,
  .vc_article .testo a {
    text-decoration: underline; }

/*-----------------Formatting----------------------*/
.vc_article .vc_story_telling_text h1,
.vc_article .testo_articolo h1 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500; }

.vc_article .vc_story_telling_text h2,
.vc_article .testo_articolo h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500; }

.vc_article .vc_story_telling_text h3,
.vc_article .testo_articolo h3 {
  font-size: 1.17em;
  line-height: 1.2em;
  font-weight: 500; }

.vc_article .vc_story_telling_text h4,
.vc_article .testo_articolo h4 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500; }

.vc_article .vc_story_telling_text h5,
.vc_article .testo_articolo h5 {
  font-size: 0.83em;
  line-height: 1.2em;
  font-weight: 500; }

.vc_article .vc_story_telling_text h6,
.vc_article .testo_articolo h6 {
  font-size: 0.75em;
  line-height: 1.2em;
  font-weight: 500; }

.vc_article .vc_story_telling_text blockquote,
.vc_article .testo_articolo blockquote {
  padding: 15px 20px;
  margin: 0 0 20px;
  font-size: 1.05em;
  line-height: 1.2em;
  border-left: 5px solid #eee; }

.vc_article .vc_story_telling_text blockquote p,
.vc_article .testo_articolo blockquote p {
  margin: 0; }

.vc_article .vc_story_telling_text sup,
.vc_article .vc_story_telling_text sub,
.vc_article .testo_articolo sup,
.vc_article .testo_articolo sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.vc_article .vc_story_telling_text code,
.vc_article .testo_articolo 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_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 .vc_story_telling_text ul,
.vc_article .testo_articolo ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
  padding-left: 40px; }

.vc_article .vc_story_telling_text ol,
.vc_article .testo_articolo ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: decimal;
  padding-left: 40px; }

.vc_article .vc_story_telling_text p,
.vc_article .testo_articolo p {
  margin: 0 0 15px 0; }

.vc_article .vc_story_telling_text a,
.vc_article .testo_articolo a {
  text-decoration: underline; }

.vc_article .vc_story_telling_text b,
.vc_article .testo_articolo b,
.vc_article .vc_story_telling_text strong,
.vc_article .testo_articolo strong {
  font-weight: 700; }

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

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

.vc_story_telling_pagination {
  margin-top: 15px;
  padding: 15px 10px 10px 10px;
  display: table;
  background: #ededed;
  color: #a7a7a7; }
  .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-----------------*/
/*-----------------Paywall----------------------*/

/*Box Paywall Article*/
.paywall_cont {
    padding-top: 50px;
    margin-top: -150px;
    float: left;
    clear: left;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 20%,rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.paywall_box {
    margin-top: 150px;
    background: #f2f2f2;
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    z-index: 9;
}

.vc_text_box_paywall {
    margin: -25px 0 40px 0;
    float: left;
    clear: left;
    width: 100%;
    color: #212121;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}
@media (max-width:480px) {
    .vc_text_box_paywall {
        margin: 0px 0 0px 0;
    }
}
.vc_text_box_paywall p {
    margin: 0 !important;
}
.vc_text_box_paywall a{
    color:inherit;
}
.vc_title_box_paywall {
    margin: 30px 0 30px 0;
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.vc_title_box_paywall .text {
    font-size: 40px;
    letter-spacing: 1.5px;
    font-weight: 900;
    position: relative;
    text-align: left;
    /* text-transform: uppercase; */
    color: #024c9c;
    display: table;
    margin: 0 auto 0 auto !important;
    font-family: "Lora", Georgia, serif;
}

.vc_button_subscription {
    float: left;
    clear: left;
    width: 100%;
    max-width: 540px;
    /* max-width: 430px; */
    margin: 0 3px 50px 55px;
    font-size: 0;
}
.vc_button_subscription img {
    width: 100%;
    float: left;
    clear: left;
}
.vc_paywall_button_newsstand {
    float:left;
    clear:left;
    width:100%;
}
.vc_paywall_button_newsstand .vc_shop {
    position: absolute;
    top: 330px;
    right: -15px;
    float: left;
    margin: 0 0 0px 0 !important;
}
.vc_paywall_button_newsstand .vc_shop a {
    text-decoration: none;
    float: left;
    padding: 15px 40px 15px 15px;
    background: #024c9c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 1px;
    -webkit-box-shadow: -1px 3px 6px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 6px -1px rgba(0,0,0,.1);
    box-shadow: -1px 3px 6px -1px rgb(0 0 0 / 10%);
    color: #fff !important;
}
.vc_paywall_button_newsstand .vc_shop a:hover{
    cursor:pointer;
    text-decoration:underline;
}
.vc_paywall_button_newsstand .vc_shop:before {
    content: " ";
    float: left;
    display: inline-block;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 26px solid #024c9c;
    z-index: 9;
    position: relative;
    /*top: -1px;*/
}
.vc_paywall_button_newsstand a:after {
    content: " ";
    float: left;
    display: inline-block;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 26px solid #eeeeee57;
    z-index: 8;
    position: relative;
    position: absolute;
    left: -2px;
    top: 1px;
}
.vc_paywall_column_dx {
    /*float: left;
    width: 190px;
    position: absolute;
    top: 160px;
    top: 120px; con bottone abbonati
    right: 20px; */
    float: left;
    width: 270px;
    position: absolute;
    top: 155px;
    right: 20px;
}

.vc_paywall_login a,
.vc_paywall_subscription input {
    margin: 0 0 10px 0;
    text-decoration: none;
    font-size: 0.95em;
    line-height: 1em;
    font-weight: 400;
    color: #212121;
    padding: 8px 15px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    clear: left;
    width: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #212121;
    display: block;
    background: transparent;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
}
.vc_paywall_login a .fa{
    font-family: "Manrope", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    color: #212121;
}

.vc_paywall_login .fa-user:after{
    content: "\e602";
    font-family: "themify" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    margin: 0 10px 0 0;
    float: left;
}
.vc_paywall_login .fa-user:before {
    content: "";
}

.vc_paywall_login .vc_user_controls_icon:before {
    content: "Profilo";
}
.vc_paywall_login .dropdown-menu {
    /*position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 15px !important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    list-style: none !important;*/
        position: absolute;
    top: 100%;
    right: -25px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0 !important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.vc_paywall_login .dropdown-menu .vc_user_controls_username {
    display: block;
    padding: 5px 20px;
    font-size: 1.2em;
    line-height: 1.42857143;
    color: #1555a0;
    text-align: center;
}
.vc_paywall_login .dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #ccc;
    float: left;
    clear: left;
    width: 100%;
}
.vc_paywall_login .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    font-size: .8em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #212121;
    white-space: nowrap;
    margin: 0;
    text-align: left;
    width: 100%;
    border: 0;
}
.vc_paywall_login .dropdown-menu li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    color: #212121;
    font-style: normal;
    float: right;
    font-size: .8em;
    padding: 4px 0px;
}
.vc_paywall_login .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}


.vc_paywall_text {
    margin-bottom: 10px;
    float: left;
    clear: left;
    width: 100%;
}
.vc_paywall_text .text {
    color: #212121;
    font-size: 1.058em;
    line-height: 1.222em;
    font-weight: 300;
    margin-bottom: 0 !important;
}
.vc_logo_paywall {
    float:left;
    clear:left;
    width:100%;
} 
.vc_logo_paywall img {
    float:left;
    clear:left;
    width:100%;
    padding: 10px 0 !important;
} 


@media (max-width:480px) {
    .vc_button_subscription {
        max-width: 300px;
        margin: 0 3px 20px 3px;
    }
    .vc_paywall_button_newsstand .vc_shop {
        position: absolute;
        top: 180px;
        right: 0px;
        float: left;
        margin: 0 0 0px 0 !important;
    }
    .vc_paywall_button_newsstand .vc_shop a {
        font-size: 0.8088em;
    }
    .vc_paywall_button_newsstand .vc_shop:before {
        border-top: 22px solid transparent;
        border-bottom: 21px solid transparent;
        border-right: 26px solid #fffd52;
    }
    .vc_paywall_button_newsstand a:after {
        border-top: 22px solid transparent;
        border-bottom: 21px solid transparent;
        border-right: 26px solid #eeeeee57;
    }
    .vc_paywall_column_dx {
        float: none;
        width: 60%;
        position: relative;
        margin: 0 auto 20px auto;
        top: 0;
        right: 0;
        display:table;
    }
    .paywall_cont {
        margin-left: -15px;
        width: calc(100% + 30px);
        margin-right: 15px;
    }
    .vc_title_box_paywall {
        margin: 20px 0 15px 0;
    }
    .vc_title_box_paywall .text {
        font-size: 1.25317em;
    }
    .vc_paywall_text .text {
        font-size: .9058em;
    }
    .vc_logo_paywall {
        width:170px
    }
}
@media (max-width:320px) {
    .vc_paywall_button_newsstand .vc_shop {
        top: 170px;
    }
    .vc_paywall_button_newsstand .vc_shop a {
        font-size: 0.7088em;
        padding: 12px;
    }
    .vc_paywall_button_newsstand .vc_shop:before {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-right: 20px solid #fffd52;
    }
    .vc_paywall_button_newsstand a:after {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-right: 22px solid #eeeeee57;
    }

}
@media (min-width:481px) and (max-width:767px) {
    .vc_article_body .testo_articolo .vc_logo_paywall img {
        margin-top: 5px;
        margin-right: 15px;
        margin-bottom: 15px;
        max-width: 100%;
        height: inherit;
        width:auto;
    }
    .vc_article_body .testo_articolo img {
        max-width: calc(100% - 190px);
    }
    .vc_paywall_button_newsstand .vc_shop {
        top: 240px;
        right: -15px;
    }
    .vc_paywall_text .text {
        font-size: .9058em;
    }

}

@media (min-width: 767px) and (max-width: 1200px) {
    .vc_button_subscription {
        width: calc(100% - 190px) !important;
    }
    .vc_button_subscription img,
    .vc_logo_paywall img {
        width: 100% !important;
        height:auto;
    }
}    



/*-----------------vc_theme_default-----------------*/
.vc_theme_default .occhiello_articolo,
.vc_theme_default .occhiello {
  color: #024c9c; }
  .vc_theme_default .occhiello_articolo a,
  .vc_theme_default .occhiello a {
    color: inherit; }
.vc_theme_default .sezione {
  color: #024c9c; }
  .vc_theme_default .sezione a {
    color: inherit; }
.vc_theme_default .vc_section,
.vc_theme_default .vc_tags {
  color: #024c9c; }
  .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 #024c9c; }
  .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: #bfd6ee !important;
      color: #bfd6ee; }
.vc_theme_default .titolo {
  color: #212121; }
  .vc_theme_default .titolo a {
    color: #212121;
    text-decoration: none; }
  .vc_theme_default .titolo a:hover {
    color: #024c9c;
    text-decoration: none; }
.vc_theme_default .autore_articolo,
.vc_theme_default .autore {
  color: #cccccc; }
  .vc_theme_default .autore_articolo a,
  .vc_theme_default .autore a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .ora_pubblicazione,
.vc_theme_default .data_articolo {
  color: #cccccc; }
.vc_theme_default .sottotitolo,
.vc_theme_default .sommario {
  color: #212121;
  text-decoration: none; }
  .vc_theme_default .sottotitolo a,
  .vc_theme_default .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .testo {
  color: #212121; }
.vc_theme_default .correlati a,
.vc_theme_default .testo a {
  color: #024c9c; }
.vc_theme_default .testo a:hover {
  color: #bfd6ee; }
.vc_theme_default .comments a,
.vc_theme_default .comment_article a,
.vc_theme_default .social a {
  color: #cccccc;
  text-decoration: none; }
.vc_theme_default .comment_article a:before,
.vc_theme_default .comments:before {
  color: #cccccc; }
.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: #ffffff; }
.vc_theme_default .vc_link_button a {
  color: #024c9c; 
  background: #f3f3f3;
}

/*-----------------End-----------------*/
/*-----------------vc_theme_variant-----------------*/
/*------------------- --------------------*/
.vc_theme_variant .occhiello_articolo,
.vc_theme_variant .occhiello {
  color: #707070; }
  .vc_theme_variant .occhiello_articolo a,
  .vc_theme_variant .occhiello a {
    color: inherit; }
.vc_theme_variant .sezione {
  color: #024c9c; }
  .vc_theme_variant .sezione a {
    color: inherit; }
.vc_theme_variant .vc_section,
.vc_theme_variant .vc_tags {
  color: #024c9c; }
  .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 #024c9c; }
  .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: #bfd6ee !important;
      color: #bfd6ee; }
.vc_theme_variant .titolo {
  color: #212121; }
  .vc_theme_variant .titolo a {
    color: #212121;
    text-decoration: none; }
  .vc_theme_variant .titolo a:hover {
    color: #024c9c;
    text-decoration: none; }
.vc_theme_variant .autore_articolo,
.vc_theme_variant .autore {
  color: #cccccc; }
  .vc_theme_variant .autore_articolo a,
  .vc_theme_variant .autore a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant .ora_pubblicazione,
.vc_theme_variant .data_articolo {
  /*color: #858585;*/
  color: #cccccc; }
.vc_theme_variant .sottotitolo,
.vc_theme_variant .sommario {
  color: #212121;
  text-decoration: none; }
  .vc_theme_variant .sottotitolo a,
  .vc_theme_variant .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant .testo {
  color: #212121; }
.vc_theme_variant .correlati a,
.vc_theme_variant .testo a {
  color: #024c9c; }
.vc_theme_variant .testo a:hover {
  color: #bfd6ee; }
.vc_theme_variant .comments a,
.vc_theme_variant .comment_article a,
.vc_theme_variant .social a {
  color: #cccccc;
  text-decoration: none; }
.vc_theme_variant .comment_article a:before,
.vc_theme_variant .comments:before {
  color: #cccccc; }
.vc_theme_variant .comments a:hover,
.vc_theme_variant .comment_article a:hover,
.vc_theme_variant .sezione a:hover {
  text-decoration: underline; }
.vc_theme_variant .didascalia {
  color: #cccccc; }
.vc_theme_variant .vc_link_button a {
  color: #024c9c; }

/*-----------------End-----------------*/
/*-----------------vc_theme_article-----------------*/
.vc_theme_article .occhiello_articolo,
.vc_theme_article .occhiello {
  color: #024c9c; }
  .vc_theme_article .occhiello_articolo a,
  .vc_theme_article .occhiello a {
    color: inherit; }
.vc_theme_article .sezione {
  color: #cccccc; }
  .vc_theme_article .sezione a {
    color: inherit; }
.vc_theme_article .vc_section,
.vc_theme_article .vc_tags {
  color: #024c9c;
  border-top: 4px solid #024c9c; }
  .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: #bfd6ee !important;
      color: #bfd6ee; }
.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: #cccccc; }
  .vc_theme_article .autore_articolo a,
  .vc_theme_article .autore a {
    color: #cccccc;
    text-decoration: none; }
    .vc_theme_article .autore_articolo a:hover,
    .vc_theme_article .autore a:hover {
      color: #024c9c;
      text-decoration: underline; }
.vc_theme_article .ora_pubblicazione {
  color: #a7a7a7; }
.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: #024c9c; }
  .vc_theme_article .correlati a:hover,
  .vc_theme_article .testo a:hover {
    color: #bfd6ee; }
.vc_theme_article .comments a,
.vc_theme_article .comment_article a,
.vc_theme_article .social a {
  color: #a7a7a7;
  text-decoration: none; }
.vc_theme_article .comment_article a:before,
.vc_theme_article .comments:before {
  color: #024c9c; }
.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: #a7a7a7; }

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

.container-fluid.vc_navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%; }

.vc_bottombar_fixed {
    position: fixed !important;
    z-index: 9;
    width: 100%;
    bottom: 0;
    left: 0;
    background: transparent;
}

.vc_color_default {
  color: #212121; }

.vc_color_blue {
  color: #024c9c; }

.vc_color_light-blue {
  color: #bfd6ee; }

.vc_color_white {
  color: #fff; }

.vc_color_grey {
  color: #a7a7a7; }

.vc_p0 {
  padding: 0; }

.vc_p10 {
  padding: 10px; }

.vc_p20 {
  padding: 20px; }

.vc_pr_0 {
  padding-right: 0; }

.vc_p15 {
  padding: 15px; }

.vc_pt_195 {
  padding-top: 175px; }

.vc_mt_5 {
  margin-top: 5px !important; }

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

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

.vc_mt_30 {
  margin-top: 30px; }

.vc_mt_40 {
  margin-top: 40px; }

.vc_mb_1 {
  margin-bottom: 1px; }

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

.vc_reset_border {
  border: 0 !important; }

.vc_bg_body {
  background: #f7f7f7; }

.vc_bg_black {
  background: #000; }

.vc_bg_light-grey {
  background: #f3f3f3; }

.vc_bg_grey {
  background: #e9e9e9; }

.vc_bg_medium-grey {
  background: #cccccc; }

.vc_bg_light-blue {
  background: #bfd6ee; }

.vc_bg_white {
  background: #fff; }

.vc_bg_blue {
  background: #024c9c; }

.vc_bg_gradient_newsstand_app {
    float: left;
    clear: left;
    width: 100%;
    /*background: #8e9eab;
    background: -webkit-linear-gradient(to bottom, #ffffff, #eef2f3, #8e9eab);
    background: linear-gradient(to bottom, #ffffff, #eef2f3, #8e9eab); */
    background: #eef2f3;
    /*background: linear-gradient(180deg, #ffffff 0%, #eef2f3 45%, #8e9eab 90%, #024c9c 100%);*/
    background: linear-gradient(180deg, #ffffff 0%, #eef2f3 45%, #8e9eab 100%);
    border-bottom:5px solid #024c9c;
}


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

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

.vc_bt4_blue{
  border-top: 4px solid #024c9c !important; }

.vc_bt5_dark-grey{
  border-top: 5px solid #212121 !important; }
  
.vc_bb5_dark-grey{
  border-bottom: 5px solid #212121 !important; }
  
.vc_b_grey {
  border: 1px solid #e9e9e9 !important; }

.vc_b_medium-grey {
  border: 1px solid #ccc !important; }

.vc_br_lightgrey {
  border-right: 1px double #ededed; }

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

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

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

.vc_bb_grey_dashed {
  border-bottom: 1px #cdcdcd dashed; }

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

.vc_bb_2_grey_dashed {
  border-bottom: 2px #cdcdcd dashed; }

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

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

.vc_bt_dark_grey {
  border-top: 2px solid #212121 !important; }

.vc_bt_bb_dark_grey {
  border-top: 1px #212121 solid !important;
  border-bottom: 1px #212121 solid !important; }

.vc_b_blue {
  border: 1px solid #024c9c !important; }

.vc_bt_blue {
  border-top: 1px solid #024c9c !important; }

.vc_bb_blue {
  border-bottom: 1px solid #024c9c !important; }

.vc_bb_3_blue {
  border-bottom: 3px solid #024c9c; }

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

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

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

.vc_bold {
  font-weight: bold; }

.vc_box_adv,
.vc_box {
  float: left;
  clear: left;
  width: 100%; }

.vc_shadow_box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }


.vc_cont_article_body {
  width: 100%;
  clear: left;
  float: left; }

.vc_cont_title_block {
    float: left;
    clear: left;
    width: 100%;
    /*padding-top: 10px;*/
}

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



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

.display-flex {
  display: flex; }

.vc_box_necro {
  width: 100%;
  height: 100%;
  float: left;
  padding: 20px;
  background: #fff;
  border: 1px solid #bfd6ee; }
