/* 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; }

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; 
  z-index: 9999999; }

.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-----------------*/
.vc_social_icon .social {
  margin: 0 0px 0 10px;
  padding: 0;
  min-width: 20px;
  line-height: 24px;
  z-index: 30;
  float: right; }

.vc_social_icon .social .cont_sharre_fb_tw {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
  float: left;
  position: relative; }

.vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw {
  margin: 0px;
  padding: 0;
  width: 100%;
  float: left;
  cursor: pointer;
  position: relative; }

.vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box {
  margin: 0px;
  padding: 0;
  text-align: center;
  width: 100%;
  float: left; }

.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;
  color: #c0c0c0; }

.vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box .count {
  margin: 0 0 0 10px;
  padding: 0px;
  font-weight: normal;
  font-size: 1em;
  line-height:1em;
  text-align: center;
  text-decoration: 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 .sharre_fb_tw .box .share {
  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:10;}

.vc_social_icon .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 .cont_sharre_fb_tw .buttons .share_toolbox .fb-share-button {
  margin: 0px 0 5px 0px;
  padding: 0;
  float: left;
  clear: left; }

/* comments */
.vc_social_icon .comments {
  float: left;
  font-weight: normal; }
  .vc_social_icon .comments a:after {
    content: "\f0e5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
    float: left; }
  .vc_social_icon .comments span {
    margin-right: 5px; }

.vc_social_icon .num_commenti {
  float: right;
  font-size: 0.8em;
  color: #c0c0c0;
  height: 30px; }
  .vc_social_icon .num_commenti .commenti {
    display: none; }
  .vc_social_icon .num_commenti:before {
    content: "  \f0e5  ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; }

.vc_theme_default .gallery .cont_img a:before,
.vc_theme_default .video .cont_img a:before,
.vc_theme_default .gallery .cont_foto a:before,
.vc_theme_default .video .cont_foto a:before,
.vc_theme_default.gallery .cont_img a:before,
.vc_theme_default.video .cont_img a:before {
  color: #fff;
  opacity: 1;
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 15px; }

.vc_theme_default .gallery .cont_foto a:before,
.vc_theme_default .gallery .cont_img a:before,
.vc_theme_default.gallery .cont_img a:before {
  content: "\f03e"; }

.vc_theme_default .video .cont_foto a:before,
.vc_theme_default .video .cont_img a:before,
.vc_theme_default.video .cont_img a:before {
  content: "\f144"; }

/*  variant */
.vc_theme_variant .gallery .cont_foto a:before,
.vc_theme_variant .video .cont_foto a:before,
.vc_theme_variant .gallery .cont_img a:before,
.vc_theme_variant .video .cont_img a:before,
.vc_theme_variant.gallery .cont_img a:before,
.vc_theme_variant.video .cont_img a:before {
  color: #fff;
  opacity: 1;
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 15px; 
  z-index:2; }

.vc_theme_variant .gallery .cont_foto a:before,
.vc_theme_variant .gallery .cont_img a:before,
.vc_theme_variant.gallery .cont_img a:before {
  content: "\f03e"; }

.vc_theme_variant .video .cont_foto a:before,
.vc_theme_variant .video .cont_img a:before,
.vc_theme_variant.video .cont_img a:before {
  content: "\f144"; }

body {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #212121;
  text-rendering: optimizeLegibility; }

a {
  color: #212121; }
  a:hover, a:link, a:visited, a:active {
    text-decoration: none;
    outline: none; }
  a:focus {
     text-decoration: underline;
  }

/*-----------------vc_txt_xl-----------------*/
.vc_txt_xl .ora_pubblicazione,
.vc_txt_xl .num_commenti,
.vc_txt_xl .social {
  font-size: 0.9375em;
  line-height: 1.13333em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xl .occhiello,
.vc_txt_xl .occhiello_articolo,
.vc_txt_xl .sezione {
  font-size: 0.9375em;
  line-height: 1.13333em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_xl .titolo {
  font-family: "Lora", serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.05714em; }
.vc_txt_xl .sottotitolo,
.vc_txt_xl .sommario_articolo,
.vc_txt_xl .sommario {
  font-size: 1.5625em;
  line-height: 1.08em;
  font-weight: 400; }
.vc_txt_xl .correlati {
  font-size: 0.9375em;
  line-height: 1.13333em;
  font-weight: 400; }
.vc_txt_xl .testo {
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: normal; }
.vc_txt_xl .autore {
  font-size: 0.9375em;
  line-height: 1.13333em;
  font-weight: normal;
  font-style: italic;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_l-----------------*/
.vc_txt_l .ora_pubblicazione,
.vc_txt_l .num_commenti,
.vc_txt_l .social {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_l .occhiello,
.vc_txt_l .occhiello_articolo,
.vc_txt_l .sezione {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_l .titolo {
  font-family: "Lora", serif;
  font-weight: normal;
  font-size: 1.5625em;
  line-height: 1.08em; }
.vc_txt_l .sottotitolo,
.vc_txt_l .sommario_articolo,
.vc_txt_l .sommario {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: normal; }
.vc_txt_l .correlati {
  font-size: 0.875em;
  line-height: 1.14286em;
  font-weight: 600; }
.vc_txt_l .testo {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: normal; }
.vc_txt_l .autore {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: normal;
  font-style: italic;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_m-----------------*/
.vc_txt_m .ora_pubblicazione,
.vc_txt_m .num_commenti,
.vc_txt_m .social {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_m .occhiello,
.vc_txt_m .occhiello_articolo,
.vc_txt_m .sezione {
  font-size: 0.8125em;
  line-height: 1.15385em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_m .titolo {
  font-family: "Lora", serif;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.15em; }
.vc_txt_m .sottotitolo,
.vc_txt_m .sommario_articolo,
.vc_txt_m .sommario {
  font-size: 0.875em;
  line-height: 1.21429em;
  font-weight: normal; }
.vc_txt_m .correlati {
  font-size: 0.875em;
  line-height: 1.21429em;
  font-weight: 600; }
.vc_txt_m .testo {
  font-size: 0.875em;
  line-height: 1.21429em;
  font-weight: normal; }
.vc_txt_m .autore {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: normal;
  font-style: italic;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_s-----------------*/
.vc_txt_s .ora_pubblicazione,
.vc_txt_s .num_commenti,
.vc_txt_s .social {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase; }
  .vc_txt_s .ora_pubblicazione a,
  .vc_txt_s .num_commenti a,
  .vc_txt_s .social a {
    color: inherit; }
.vc_txt_s .occhiello,
.vc_txt_s .occhiello_articolo,
.vc_txt_s .sezione {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: bold;
  text-transform: uppercase; }
  .vc_txt_s .occhiello a,
  .vc_txt_s .occhiello_articolo a,
  .vc_txt_s .sezione a {
    color: inherit; }
.vc_txt_s .titolo {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.11111em; }
  .vc_txt_s .titolo a {
    color: inherit; }
.vc_txt_s .sottotitolo,
.vc_txt_s .sommario_articolo,
.vc_txt_s .sommario {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 600; }
  .vc_txt_s .sottotitolo a,
  .vc_txt_s .sommario_articolo a,
  .vc_txt_s .sommario a {
    color: inherit; }
.vc_txt_s .correlati {
  font-size: 0.9375em;
  line-height: 1.13333em;
  font-weight: 400; }
.vc_txt_s .testo {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal; }
.vc_txt_s .autore {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: normal;
  font-style: italic;
  text-transform: initial; }

/*-----------------vc_txt_xs-----------------*/
/* non viene ancora usata da nessuna parte  */
.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 .occhiello,
.vc_txt_xs .occhiello_articolo,
.vc_txt_xs .sezione {
  font-size: 0.8125em;
  line-height: 1.15385em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_xs .titolo {
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.13333em; }
.vc_txt_xs .sottotitolo,
.vc_txt_xs .sommario_articolo,
.vc_txt_xs .sommario {
  font-size: 0.875em;
  line-height: 1.14286em;
  font-weight: 600; }
.vc_txt_xs .correlati {
  font-size: 0.875em;
  line-height: 1.14286em;
  font-weight: 400; }
.vc_txt_xs .testo {
  font-size: 0.875em;
  line-height: 1.14286em;
  font-weight: normal; }
.vc_txt_xs .autore {
  font-size: 0.875em;
  line-height: 1.14286em;
  font-weight: normal;
  font-style: italic;
  text-transform: initial; }

/*-----------------vc_article-----------------*/
.vc_article .occhiello,
.vc_article .occhiello_articolo,
.vc_article .sezione {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_article .data_articolo,
.vc_article .autore_articolo {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: normal; }
.vc_article .social {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: normal; }
.vc_article .vc_story_telling_title,
.vc_article .titolo {
  font-family: "Lora", serif;
  font-size: 2.375em !important;
  line-height: 1.05263em !important;
  font-weight: normal !important; }
.vc_article .sottotitolo {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: normal; }
.vc_article .sommario_articolo,
.vc_article .sommario {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: bold; }
.vc_article .vc_story_telling_text,
.vc_article .testo {
  font-size: 1em;
  line-height: 1.5625em;
  font-weight: normal; }
  .vc_article .vc_story_telling_text a,
  .vc_article .testo a {
    text-decoration: underline; }

/*---formatting*/
.vc_article .testo_articolo h1 {
    font-size:2.375em;
    line-height:1.2em;
    font-family: "Lora", serif;
}
.vc_article .testo_articolo h2 {
    font-size:1.8em;
    line-height:1.2em;
    font-family: "Lora", serif;
}
.vc_article .testo_articolo h3 {
    font-size:1.6em;
    line-height:1.2em;
    font-family: "Lora", serif;
}
.vc_article .testo_articolo h4 {
    font-size:1.4em;
    line-height:1.2em;
    font-family: "Lora", serif;
}
.vc_article .testo_articolo h5 {
    font-size: 0.915em; /*1.25em;*/
    line-height:1.2em;
    font-weight: bold;
}
.vc_article .testo_articolo h6 {
    font-size: 0.77em; /* 1.09em; */
    line-height:1.2em;
    font-weight: bold;
}
.vc_article .testo_articolo p {
    margin:0 0 10px 0;
}
.vc_article .testo_articolo strong {
    font-weight:bold;
}
.vc_article .testo_articolo em {
    font-style:italic;
}
.vc_article .testo_articolo blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.05em;
    line-height: 1.2em;
    border-left: 5px solid #eee;
}
.vc_article .testo_articolo sup,
.vc_article .testo_articolo sub {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.vc_article .testo_articolo code {
    padding: 3px 5px;
    font-size: 0.9em;
    color: #c7254e;
    background-color: #f9f2f4;
    /*white-space: nowrap;*/
    white-space: pre-line;
    border-radius: 0;
}
.vc_article .testo_articolo code,
.vc_article .testo_articolo kbd,
.vc_article .testo_articolo pre,
.vc_article .testo_articolo samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.vc_article .testo_articolo ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 40px;
}
.vc_article .testo_articolo ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: decimal;
    padding-left: 40px;
}
/*-----------------------end-----------------------*/    
/*-----------------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; }

.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: '\f0c1';
  font-family: FontAwesome;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  float: left;
  margin-right: 10px;
  color: #c0c0c0; }

/*.anteprima_articolo ul.vc_relateds li.articolo:before,
.anteprima_articolo ul.vc_relateds li.lettera:before,
.anteprima_articolo ul.vc_relateds li.blog:before {
    content: '\f0c1';
}
.anteprima_articolo ul.vc_relateds li.video:before {
    content: '\f03d';
}
.anteprima_articolo ul.vc_relateds li.sondaggio:before  {
    content: '\f200';
}
.anteprima_articolo ul.vc_relateds li.gallery:before {
    content: '\f030';
}
.anteprima_articolo ul.vc_relateds li.scheda:before{
    content: '\f1e9';
}
.anteprima_articolo ul.vc_relateds li.audio:before {
    content: '\f130';
}

.anteprima_articolo ul.vc_relateds li.articolo:before,
.anteprima_articolo ul.vc_relateds li.audio:before,
.anteprima_articolo ul.vc_relateds li.scheda:before,
.anteprima_articolo ul.vc_relateds li.gallery:before,
.anteprima_articolo ul.vc_relateds li.sondaggio:before,
.anteprima_articolo ul.vc_relateds li.video:before,
.anteprima_articolo ul.vc_relateds li.blog:before,
.anteprima_articolo ul.vc_relateds li.lettera:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}*/
/*-----------------Story telling-----------------*/
.vc_story_telling_nav {
  font-weight: bold; }
  .vc_story_telling_nav li {
    cursor: pointer; }

.vc_story_telling_link {
    float:left;
    margin: 10px 0 0 0;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    padding: 6px 15px;
    background: #007dbf;
    color: #fff !important; }

.vc_story_telling_pagination {
  margin-top: 15px;
  padding: 10px;
  display: table;
  color: #fff !important; }
  .vc_story_telling_pagination .btn {
    padding: 6px 12px; }
  .vc_story_telling_pagination .vc_prev a,
  .vc_story_telling_pagination .vc_next a {
    color: #111; }
  .vc_story_telling_pagination a:hover {
    color: #333; }
  .vc_story_telling_pagination .vc_label_pagination {
    font-weight: bold; }

.vc_story_telling_pagination.vc_pagination_counter {
    background: #007dbf !important;
}
.vc_story_telling_pagination .btn a {
    background: #007dbf !important;
}
.vc_story_telling_pagination .vc_prev a,
.vc_story_telling_pagination .vc_next a {
    color: #fff !important;
}

/*-----------------End-----------------*/
/*-----------------vc_theme_default-----------------*/
.vc_theme_default .occhiello_articolo,
.vc_theme_default .occhiello,
.vc_theme_default .sezione {
  color: #007dbf; }
  .vc_theme_default .occhiello_articolo a,
  .vc_theme_default .occhiello a,
  .vc_theme_default .sezione a {
    color: inherit; }
.vc_theme_default .titolo {
  color: #212121; }
  .vc_theme_default .titolo a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_default .titolo a:hover {
      text-decoration: underline; }
.vc_theme_default .autore_articolo {
  color: #212121; }
.vc_theme_default .sottotitolo {
  color: #212121;
  text-decoration: none; }
  .vc_theme_default .sottotitolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .correlati a,
.vc_theme_default .testo a {
  color: #007dbf; }
.vc_theme_default .correlati a:hover {
  text-decoration: underline; }
.vc_theme_default .comments a,
.vc_theme_default .comment_article a,
.vc_theme_default .ora_pubblicazione,
.vc_theme_default .social a {
  color: #c0c0c0;
  text-decoration: none; }
  
.vc_theme_default .comment_article a:before,
.vc_theme_default .comments:before {
  color: #c0c0c0; }
.vc_theme_default .comments a:hover,
.vc_theme_default .comment_article a:hover,
.vc_theme_default .sezione a:hover {
  /*font-style:italic;
  text-decoration:underline;*/ }
  
/*hide the commenti word*/
.vc_theme_default .vc_comments_anchor a,
.vc_theme_default .comments a{
    font-size:0;
}
.vc_theme_default .comments a span,
.vc_theme_default .comments a:after,
.vc_theme_default .vc_comments_anchor a span,
.vc_theme_default .vc_comments_anchor a:after{
    font-size:16px;
}

.vc_theme_default .didascalia {
  color: #007dbf; }

/*-----------------End-----------------*/
/*-----------------vc_theme_variant-----------------*/
.vc_theme_variant .occhiello_articolo,
.vc_theme_variant .occhiello,
.vc_theme_variant .sezione {
  color: #007dbf; }
  .vc_theme_variant .occhiello_articolo a,
  .vc_theme_variant .occhiello a,
  .vc_theme_variant .sezione a {
    color: inherit; }
.vc_theme_variant .titolo {
  color: #fff; }
  .vc_theme_variant .titolo a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_variant .titolo a:hover {
      text-decoration: underline; }
.vc_theme_variant .text {
  color: #fff; }
.vc_theme_variant .autore_articolo {
  color: #212121; }
.vc_theme_variant .sottotitolo {
  color: #212121;
  text-decoration: none; }
  .vc_theme_variant .sottotitolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant .correlati a,
.vc_theme_variant .testo a {
  color: #007dbf; }
.vc_theme_variant .correlati a:hover {
  text-decoration: underline; }
.vc_theme_variant .comments a,
.vc_theme_variant .comment_article a,
.vc_theme_variant .ora_pubblicazione,
.vc_theme_variant .social a {
  color: #007dbf;
  text-decoration: none; }
.vc_theme_variant .comment_article a:before,
.vc_theme_variant .comments:before {
  color: #007dbf; }
.vc_theme_variant .comments a:hover,
.vc_theme_variant .comment_article a:hover,
.vc_theme_variant .sezione a:hover {
  /*font-style:italic;
  text-decoration:underline;*/ }
  /*hide the commenti word*/
.vc_theme_variant .vc_comments_anchor a{
    font-size:0;
}
.vc_theme_variant .vc_comments_anchor a span,
.vc_theme_variant .vc_comments_anchor a:after{
    font-size:16px;
}
.vc_theme_variant .didascalia {
  color: #007dbf; }

/*----------------------end---------------------------*/
/*-----------------vc_theme_article-----------------*/
.vc_theme_article .occhiello_articolo,
.vc_theme_article .occhiello,
.vc_theme_article .sezione {
  color: #007dbf; }
.vc_theme_article .titolo {
  color: #212121; }
  .vc_theme_article .titolo a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_article .titolo a:hover {
      text-decoration: underline; }
.vc_theme_article .autore_articolo {
  color: #c0c0c0; }
.vc_theme_article .sommario_articolo {
  color: #007dbf; }
  .vc_theme_article .sommario_articolo a {
    color: inherit; }
.vc_theme_article .testo {
  color: #212121; }
  .vc_theme_article .testo a {
    color: #007dbf; }
.vc_theme_article .correlati a {
  color: inherit; }
  .vc_theme_article .correlati a:hover {
    text-decoration: underline; }
.vc_theme_article .comments a,
.vc_theme_article .comment_article a,
.vc_theme_article .ora_pubblicazione,
.vc_theme_article .sezione a,
.vc_theme_article .social a {
  color: inherit;
  text-decoration: none; }
.vc_theme_article .comment_article a:before,
.vc_theme_article .comments:before {
  color: #007dbf; }
.vc_theme_article .comments a:hover,
.vc_theme_article .comment_article a:hover,
.vc_theme_article .sezione a:hover {
  font-style: italic;
  text-decoration: underline; }
.vc_theme_article ul.correlati li:before,
.vc_theme_article .vc_theme_article.vc_box_preview_link_correlated .box .titolo:before {
  color: #007dbf; }
.vc_theme_article .didascalia {
  color: #007dbf; }

/*---------------------Settings-----------------------*/
body.drag_and_drop .ghost_container {
    margin-top:30px;
    padding:2px;
    width:100%;
    float: left;
    clear: left;
    position:relative;
    background:#fff4f4;
}
body.drag_and_drop .ghost_container:before{
    content:"\f2ac  ghost position";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin:5px;
    padding:2px;
    color:#d00000;
    font-weight:bold;
    text-align:center;
    width:100%;
    float: left;
    clear: left;
    text-transform:uppercase;
}
body.drag_and_drop .container.vc_z_higher{
    z-index:9998 !important;
}

.vc_p0 {
  padding: 0; }

.vc_pr_0 {
  padding-right: 0; }
  
.vc_pr_15{
    padding-right: 15px; }
    
.vc_p15 {
  padding: 15px; }

.vc_pt_195 {
  padding-top: 175px; }

.vc_pt_20 {
  padding-top: 20px; }

.vc_mt_20 {
  margin-top: 20px; }
  
.vc_mb_20 {
  margin-bottom: 20px; }

.vc_mb_1 {
  margin-bottom: 1px; }

.vc_pt_pb_15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.vc_pr_5 {
  padding-right: 5px; }
.vc_pl_5 {
  padding-left: 5px; }

.vc_container {
  width: 100%;
  clear: left;
  float: left; }

.vc_cont_article_body {
  width: 100%;
  clear: left;
  float: left; }

.vc_reset_border {
  border: 0 !important; }

.vc_br_lightgrey {
  border-right: 1px solid #ccc; }

.vc_bb_grey {
  border-bottom: 1px solid #bbb !important; }

.vc_bb_green {
  border-bottom: 1px solid #017a46 !important; }

.vc_bb_white {
  border-bottom: 1px solid #fff !important; }

.vc_bb_dark_grey {
  border-bottom: 1px solid #212121 !important; }

.vc_b_blue {
  border: 1px solid #0061a4 !important; }

.vc_bb_grey_dashed {
  border-bottom: 1px #cdcdcd dashed; }

.vc_bb_2_grey_dashed {
  border-bottom: 2px #cdcdcd dashed; }

.vc_bt_blue {
  border-top: 1px solid #0061a4 !important; }

.vc_bb_blue {
  border-bottom: 1px solid #0061a4 !important; }

.vc_bt_bb_grey {
  border-top: 1px solid #bbb !important;
  border-bottom: 1px solid #bbb !important; }

.vc_bl_grey {
  border-left: 1px solid #bbb !important; }

.vc_bb_3_blue {
  border-bottom: 3px solid #017cc5; }

.vc_bb_0{
    border-bottom:0; }

.vc_b_blu{
    border:1px solid #108dc5; }
.vc_z0 {
  z-index: 0 !important;
  position: relative; }

.vc_z1 {
  z-index: 1 !important;
  position: relative; }

.vc_z8 {
  z-index: 8 !important;
  position: relative; }

.vc_z10 {
  z-index: 10 !important;
  position: relative; }

.vc_z_higher {
  /*z-index: 9999 !important;*/
  z-index: 999 !important;
  position: relative; }

.vc_bold {
  font-weight: bold; }

.vc_shadow_box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1); }

.vc_extra_light_grey {
  background: #e0e0e0; }
  
 .vc_box_shadow{
    -webkit-box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 4px 12px -4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 4px 12px -4px rgba(0, 0, 0, 0.1);
 }
 .vc_bg_grey{
    background:#ededed !important;
 }
 .vc_bg_dark_blue{
    background:#102635 !important;
 }
 .vc_box_special_stories{
    border:1px solid #d1d1d1;    
    border-top:3px solid #d1d1d1;    
 }
 .vc_box_sport{
    background:#d7eefa;
 }
 .vc_box_section_tab {
    border-bottom: 1px #5297c9 solid;
    border-left: 1px #5297c9 solid;
    border-right: 1px #5297c9 solid;
 }
 
/*-----------------End-----------------*/
/*-----------------Paywall-----------------*/
.paywall_box {
  background: #ebebeb;
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 2px solid #ccc; }

.cont_paywall {
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0; }
  .cont_paywall .cont_testo {
    float: left;
    clear: left;
    text-align: left;
    padding-top: 15px; }
    .cont_paywall .cont_testo .vc_paywall_title {
      margin: 15px 0 0 0;
      padding: 0 0 15px 0;
      float: left;
      clear: left; }
      .cont_paywall .cont_testo .vc_paywall_title .text {
        margin: 0px;
        padding: 0px;
        font-weight: bold;
        color: #007dbf;
        font-size: 1em;
        line-height: 18px; }
    .cont_paywall .cont_testo .vc_paywall_text {
      float: left;
      clear: left;
      margin: 0;
      padding: 0 0 15px 0; }
      .cont_paywall .cont_testo .vc_paywall_text .text {
        margin: 0px;
        padding: 0px;
        color: #8f8f8f;
        font-size: 0.9em;
        line-height: 22px; }

.vc_paywall_icon {
  margin: 0 0 5px 0;
  float: left;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  clear: left;
  border-radius: 50% 50%;
  background: #007dbf;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center; }

.vc_paywall_icon:after {
  content: "A";
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif; }
  
#vc_banner_id_forebase_990x400{
    float:left;
    clear:left;
    width:100%;
}

/*vc_social_general_icons*/
.vc_social_general_icons {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 20px;
}
.vc_social_general_icons .sharre_fb_tw {
    display: none;
}
.vc_social_general_icons .social .cont_sharre_fb_tw .buttons {
    display: block !important;
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
}
.vc_social_general_icons .cont_sharre_fb_tw .buttons .share_toolbox {
    background: #fff;
    width: 100%;
    padding: 0;
}
.vc_social_general_icons .social {
    width: 100%;
    margin: 0;
    text-align: center;
}
.vc_social_general_icons .social > div {
    display: table;
    margin: 0 auto;
}
.vc_social_general_icons .social div[data-type="button_count"] {
    display:inline;
}
.vc_social_general_icons .social a {
    display: inline;
    font-size: 0;
}
.vc_social_general_icons .social a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 11px;
    color: #fff;
    background-color: #77a8e2;
    padding: 1px;
    margin: 0 5px;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    float: left;
}
.vc_social_general_icons .social a:hover:before {
    background-color: #007cbf;
}
.vc_social_general_icons .social a.addthis-facebook-button:before,
.vc_social_general_icons .social a.vc_share_link_facebook:before {
    content: "\f09a";
}
.vc_social_general_icons .social a.addthis-twitter-button:before,
.vc_social_general_icons .social a.vc_share_link_twitter:before {
    content: "\f099";
}
.vc_social_general_icons .social a.addthis-messenger-button:before,
.vc_social_general_icons .social a.vc_share_link_messenger:before {
    /*content: "\f39f";*/
    content: " ";
    background-image: url(../images/messanger_facebook_small.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

/* banner cookie */
.cc-cookies {
    display: none;
}
.qc-cmp-ui, .qc-cmp-ui-container {
    bottom: unset  !important;
    left: unset  !important;
    opacity: unset  !important;
    overflow-y: unset;
    position: fixed  !important;
    float: left;
    clear: left;
    width: 100%;
    top: 0  !important;
    min-height: unset !important;
}
.qc-cmp-button {
    margin:0 0 0 0;
    height:40px;
}
.qc-cmp-ui-container {
    box-shadow: -1px -2px 1px rgba(33,41,52,.85);
    display: unset;
    top: unset;
    transition: unset;
}
.qc-cmp-ui {
    box-shadow: 1px 1px 1px rgba(33, 41, 52, 0.36);
}
.qc-cmp-ui-content {
    padding:15px;
}
.qc-cmp-title,
.qc-cmp-publisher-logo,
.qc-cmp-alt-buttons,
.qc-cmp-alt-action {
    display:none;
}
.qc-cmp-qc-link-container {
    display:none;
    opacity:0;
} 
.qc-cmp-persistent-link {
    display: none !important;
}

@media (max-width: 767px) {
  .cont_paywall .cont_testo .vc_paywall_title {
    margin: 0; }

  .vc_article_body .testo_articolo img {
    margin: 0 auto 15px auto;
    display: table;
    float: none; } }
/*---------------- Portrait phones and smaller ---------------------------*/
@media (max-width: 480px) {
  #confirmBox {
    margin-left: -50% !important;
    width: 100% !important; } }
@media (min-width: 1200px) {
  .container,
  .background .container-fluid,
  .backgroundAdv .container-fluid {
    width: 990px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container,
  .background .container-fluid,
  .backgroundAdv .container-fluid {
    width: 970px; } }
@media (max-width: 991px) {
  .container,
  .background .container-fluid,
  .backgroundAdv .container-fluid {
    width: 970px !important; } }
/*-----------------Drag_and_drop------------------*/
.drag_and_drop .toolbar_container {
  z-index: 999999; }

.container{
    background:#fff;
}

