/* varibles */
/*-- border radius 

  @include border-radius(0);

--*/
/*  get the font-size converted in em
 *  $target = size in px of element who want to convert   
 *  $source = font size of body
 *  getSizeEm(10)
 */
/*  get line height converted in em
 *  $size = font size (not body) 
 *  $lineHeight = line height in px of the target 
 *  lineHeightEm(10,18)
 */
/* 
 * get the line height with a font size already set
 * $targetFont = font-size
 * $targetLH  = line-height
 */
/* 
 * add the default heading params
 */
/* cookies, reset style */
/*-----------------Generic Style Reset-----------------*/
.vc_hidden {
  display: none; }

* {
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  /*line-height: 1;*/ }

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

.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: 20px;
  padding-left: 20px; }

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

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

@media (min-width: 1208px) {
  .container {
    width: 1207px; } }
/* 
 * add the default dripicons params
 */
.vc_social_icon .social {
  /*share social*/
  float: right;
  width: auto; }
  .vc_social_icon .social .cont_sharre_fb_tw {
    width: 100%;
    display: block;
    float: left;
    position: relative; }
    .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw {
      width: 100%;
      float: left;
      cursor: pointer;
      position: relative; }
      .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box {
        width: 100%;
        float: left;
        clear: none; }
        .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box:after {
          /*content: "\e004";*/
          content: "\7c";
          font-family: "dripicons-v2" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #fff;
          margin: 0 6px;
          font-size: 23px;
          position: relative;
          top: 6px;
          opacity: 1; }
        .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box .share {
          display: none; }
      .vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw.zero_share_count .box .count {
        display: inline; }
    .vc_social_icon .social .cont_sharre_fb_tw .buttons {
      margin: 0px;
      padding: 0px;
      float: left;
      position: absolute;
      top: 22px;
      right: 0px;
      z-index: 30;
      min-width: 20px;
      line-height: 24px; }
      .vc_social_icon .social .cont_sharre_fb_tw .buttons .share_toolbox {
        margin: 0;
        padding: 10px;
        width: 125px;
        background: #F0EFF0;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px; }
        .vc_social_icon .social .cont_sharre_fb_tw .buttons .share_toolbox .fb-share-button {
          margin: 0px 0 5px 0px;
          padding: 0;
          float: left;
          clear: left; }
.vc_social_icon .num_commenti {
  /*number comments*/
  float: right;
  color: #fff;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top; }
  .vc_social_icon .num_commenti .commenti {
    display: none; }
  .vc_social_icon .num_commenti:after {
    content: "\e021";
    font-family: "dripicons-v2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 1.4375rem;
    color: #fff;
    margin: 0 6px;
    position: relative;
    top: 6px;
    opacity: 1; }
.vc_social_icon .vc_link_button {
  /*
  * Icon of the article preview:
  * gallery - audio - video - team 
  */ }
  .vc_social_icon .vc_link_button a {
    display: inline-block;
    text-rendering: optimizeLegibility;
    margin: 0;
    background-color: #dd0e34 !important;
    color: #fff; }
    .vc_social_icon .vc_link_button a:hover {
      background-color: #ff0442 !important; }
    .vc_social_icon .vc_link_button a:after {
      content: "\63";
      font-family: "dripicons-v2" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      top: 0.2em;
      margin: 0;
      position: relative; }
.vc_social_icon.video .vc_link_button a:after {
  content: "\e01a"; }
.vc_social_icon.gallery .vc_link_button a:after {
  content: "\4f"; }
.vc_social_icon.audio .vc_link_button a:after {
  content: "\e027"; }
.vc_social_icon.team .vc_link_button a:after {
  content: "\e056"; }

/*
 * Icon of the article preview:
 * gallery - audio - video - team 
 */
.vc_icons_multimedia .cont:after {
  content: "\e01a";
  display: table;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  font-size: 64px;
  color: #ffffff;
  position: absolute;
  opacity: 0.54;
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vc_slider {
  /*---Nav Controller*/ }
  .vc_slider .swiper-container-horizontal .swiper-scrollbar {
    background: #b9b9b9;
    height: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    margin-top: 30px;
    left: 0;
    width: 100%; }
    .vc_slider .swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
      background: #043f5e;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .vc_slider .bx-controls-direction {
    font-size: 0; }
  .vc_slider .bx-controls {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px; }
  .vc_slider .swiper-button-prev,
  .vc_slider .bx-prev {
    position: absolute;
    left: -30px;
    top: 51%;
    font-size: 1.2em; }
  .vc_slider .swiper-button-next,
  .vc_slider .bx-next {
    position: absolute;
    right: -30px;
    top: 51%; }
  .vc_slider .swiper-button-next:hover:before,
  .vc_slider .swiper-button-prev:hover:before,
  .vc_slider .bx-prev:hover:before,
  .vc_slider .bx-next:hover:before {
    color: #000; }
  .vc_slider .swiper-button-prev:before,
  .vc_slider .swiper-button-next:before,
  .vc_slider .bx-next:before,
  .vc_slider .bx-prev:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    font-size: 28px;
    color: #ccc; }
  .vc_slider .swiper-button-next,
  .vc_slider .bx-next:before {
    content: "\f105"; }
  .vc_slider .swiper-button-prev,
  .vc_slider .bx-prev:before {
    content: "\f104"; }
  .vc_slider .bx-prev a,
  .vc_slider .bx-next a {
    margin: 0;
    padding: 0;
    display: block; }
    .vc_slider .bx-prev a:hover,
    .vc_slider .bx-next a:hover {
      text-decoration: none; }
  .vc_slider .punti_slide {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center; }
    .vc_slider .punti_slide .bx-pager {
      text-align: center;
      width: 100%;
      float: left;
      clear: left;
      bottom: 10px;
      margin-top: 15px; }
      .vc_slider .punti_slide .bx-pager .bx-pager-item {
        display: inline-block; }
        .vc_slider .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
          font-size: 0;
          margin-right: 8px;
          background: #ccc;
          border-radius: 12px;
          width: 12px;
          height: 12px;
          float: left; }
          .vc_slider .punti_slide .bx-pager .bx-pager-item a.bx-pager-link.active {
            background: #222; }

html {
  font-size: 16px; }

body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
  color: #043f5e;
  text-rendering: optimizeLegibility;
  background-color: #fff; }

a {
  color: #0780bf; }
  a:link, a:visited, a:active {
    color: #0780bf; }
  a:hover {
    color: #0780bf;
    text-decoration: none; }

/*-----------------vc_txt_xl-----------------*/
/*slider in home*/
.vc_txt_xl .occhiello_titolo {
  font-size: 2.25em;
  line-height: 1.05556em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_xl .num_commenti,
.vc_txt_xl .social {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xl .occhiello,
.vc_txt_xl .occhiello_articolo,
.vc_txt_xl .sezione {
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  /*text-rendering: geometricPrecision;*/
  text-rendering: optimizeLegibility; }
.vc_txt_xl .titolo {
  font-size: 3em;
  line-height: 1.20833em;
  font-weight: bold;
  text-transform: uppercase;
  /*text-rendering: geometricPrecision;*/
  text-rendering: optimizeLegibility;  }
.vc_txt_xl .sottotitolo,
.vc_txt_xl .sommario_articolo,
.vc_txt_xl .sommario {
  font-size: 1.125em;
  line-height: 1.33333em;
  /*text-rendering: geometricPrecision;*/
  text-rendering: optimizeLegibility;  }
.vc_txt_xl .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_xl .ora_pubblicazione,
.vc_txt_xl .testo {
  font-size: 1.125em;
  line-height: 1.33333em;
  font-weight: normal; }
.vc_txt_xl .autore {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: initial; }
.vc_txt_xl .vc_link_button a {
  font-size: 1.5rem;
  line-height: 1.25rem;
  padding: 10px 0;
  min-width: 148px; }

/*-----------------End-----------------*/
/*-----------------vc_txt_l-----------------*/
/*prima anteprima della sezione news*/
.vc_txt_l .occhiello_titolo {
  font-size: 2.25em;
  line-height: 1.05556em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_l .ora_pubblicazione,
.vc_txt_l .num_commenti,
.vc_txt_l .social {
  font-size: 1.125em;
  line-height: 1.22222em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_l .vc_section,
.vc_txt_l .vc_tags {
  font-size: 1.125em;
  line-height: 1.22222em;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_l .occhiello,
.vc_txt_l .occhiello_articolo,
.vc_txt_l .sezione {
  font-size: 1.125em;
  line-height: 1.22222em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_l .titolo {
  font-size: 1.5em;
  line-height: 1.16667em;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  /*text-rendering: geometricPrecision;*/
  text-rendering: optimizeLegibility;  }
.vc_txt_l .sottotitolo {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 500;
  /*text-rendering: geometricPrecision;*/
  text-rendering: optimizeLegibility;  }
.vc_txt_l .sommario_articolo,
.vc_txt_l .sommario {
  font-size: 1.25em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  /*text-rendering: geometricPrecision;*/
  text-rendering: optimizeLegibility;  }
.vc_txt_l .vc_link_button a {
  line-height: 4rem;
  font-size: 1.414rem;
  padding: 0 1.414rem;
  min-width: 4rem; }
.vc_txt_l .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_l .testo {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal; }
.vc_txt_l .autore {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_m-----------------*/
/* preview medie della sezione news */
.vc_txt_m .occhiello_titolo {
  font-size: 2.25em;
  line-height: 1.05556em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_m .num_commenti,
.vc_txt_m .social {
  font-size: 0.8125em;
  line-height: 2.69231em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_m .ora_pubblicazione {
  font-size: 0.8125em;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase; }
.vc_txt_m .vc_section,
.vc_txt_m .vc_tags {
  font-size: 1.125em;
  line-height: 1.22222em;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_m .occhiello,
.vc_txt_m .occhiello_articolo,
.vc_txt_m .sezione {
  font-size: 1.125em;
  line-height: 1.22222em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_m .titolo {
  font-size: 1.25em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_m .sottotitolo,
.vc_txt_m .sommario_articolo,
.vc_txt_m .sommario {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 500;
  /*text-rendering: geometricPrecision;*/
  text-rendering: optimizeLegibility; }
.vc_txt_m .vc_link_button a {
  line-height: 2.8rem;
  font-size: 1rem;
  padding: 0 0.9rem; }
.vc_txt_m .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_m .testo {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 500; }
.vc_txt_m .autore {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------End-----------------*/
/*-----------------vc_txt_s-----------------*/
.vc_txt_s .occhiello_titolo {
  font-size: 2.25em;
  line-height: 1.05556em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_s .num_commenti,
.vc_txt_s .social {
  font-size: 0.8125em;
  line-height: 2.69231em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_s .ora_pubblicazione {
  font-size: 0.8125em;
  line-height: 1.1em;
  font-weight: 400; }
.vc_txt_s .vc_section,
.vc_txt_s .vc_tags {
  font-size: 1.125em;
  line-height: 1.11111em;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }
.vc_txt_s .occhiello,
.vc_txt_s .occhiello_articolo,
.vc_txt_s .sezione {
  font-size: 1.125em;
  line-height: 1.11111em;
  font-weight: 500;
  text-transform: uppercase; }
.vc_txt_s .titolo {
  font-size: 1.03813em;
  line-height: 1.12462em;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  text-rendering: optimizeLegibility; }
.vc_txt_s .sottotitolo,
.vc_txt_s .sommario_articolo,
.vc_txt_s .sommario {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  /*text-rendering: geometricPrecision;*/
  text-rendering: optimizeLegibility; }
.vc_txt_s .vc_link_button a {
  line-height: 2.8rem;
  font-size: 1rem;
  padding: 0 0.9rem; }
.vc_txt_s .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_s .testo {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em; }
.vc_txt_s .autore {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: initial; }

/*-----------------vc_txt_xs-----------------*/
/* negli slider dello shop */
.vc_txt_xs .occhiello_titolo {
  font-size: 2.25em;
  line-height: 1.05556em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_xs .ora_pubblicazione,
.vc_txt_xs .num_commenti,
.vc_txt_xs .social {
  font-size: 1.03813em;
  line-height: 1.12041em;
  font-weight: normal;
  text-transform: uppercase; }
.vc_txt_xs .occhiello,
.vc_txt_xs .occhiello_articolo,
.vc_txt_xs .sezione {
  font-size: 0.875em;
  line-height: 1.14286em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_xs .titolo {
  font-weight: 500;
  font-size: 1.03813em;
  line-height: 1.12462em; }
.vc_txt_xs .sottotitolo,
.vc_txt_xs .sommario_articolo,
.vc_txt_xs .sommario {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500; }
.vc_txt_xs .vc_link_button a {
  line-height: 2.8rem;
  font-size: 1rem;
  padding: 0 0.9rem; }
.vc_txt_xs .correlati {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_xs .testo {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal; }
.vc_txt_xs .autore {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal;
  font-style: italic;
  text-transform: initial; }
.vc_txt_xs .vc_tag {
  font-size: 1.03813em;
  line-height: 1.12462em;
  font-weight: bold; }

/*-----------------vc_article-----------------*/
/* fatto */
.vc_article {
  /*---formatting*/ }
  .vc_article .num_commenti,
  .vc_article .social {
    font-size: 1em;
    line-height: 1.05em;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    /*text-rendering: geometricPrecision;*/
    text-rendering: optimizeLegibility; }
  .vc_article .data_articolo,
  .vc_article .ora_pubblicazione {
    font-size: 1em;
    line-height: 1.125em;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    /*text-rendering: geometricPrecision;*/
    text-rendering: optimizeLegibility; }
  .vc_article .autore {
    font-size: 0.875em;
    line-height: 1.28571em;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    /*text-rendering: geometricPrecision;*/
    text-rendering: optimizeLegibility;  }
  .vc_article .vc_section,
  .vc_article .vc_tags {
    font-size: 1em;
    line-height: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
    /*text-rendering: geometricPrecision;*/
    text-rendering: optimizeLegibility; }
  .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 .vc_story_telling_title,
  .vc_article .titolo {
    font-size: 2.25em;
    line-height: 1.11111em;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    /*text-rendering: geometricPrecision;*/
    text-rendering: optimizeLegibility; }
  .vc_article .sottotitolo,
  .vc_article .sommario_articolo,
  .vc_article .sommario {
    font-size: 1.5em;
    line-height: 1.16667em;
    font-weight: 400;
    /*text-rendering: geometricPrecision;*/
    text-rendering: optimizeLegibility;  }
  .vc_article .vc_story_telling_text,
  .vc_article .testo {
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: normal; }
    .vc_article .vc_story_telling_text a,
    .vc_article .testo a {
      text-decoration: underline;
      color: #ff0000; }
  .vc_article .vc_tag a {
    color: inherit; }
  .vc_article .testo_articolo h1 {
    font-size: 2.375em;
    line-height: 1.2em; }
  .vc_article .testo_articolo h2 {
    font-size: 1.8em;
    line-height: 1.2em; }
  .vc_article .testo_articolo h3 {
    font-size: 1.6em;
    line-height: 1.2em; }
  .vc_article .testo_articolo h4 {
    font-size: 1.4em;
    line-height: 1.2em; }
  .vc_article .testo_articolo h5 {
    font-size: 0.915em;
    line-height: 1.2em;
    font-weight: bold; }
  .vc_article .testo_articolo h6 {
    font-size: 0.77em;
    line-height: 1.2em;
    font-weight: bold; }
  .vc_article .testo_articolo p {
    margin: 0 0 10px 0;
    line-height: inherit; }
  .vc_article .testo_articolo b,
  .vc_article .testo_articolo strong {
    font-weight: bold; }
  .vc_article .testo_articolo i,
  .vc_article .testo_articolo em {
    font-style: italic; }
  .vc_article .testo_articolo hr {
    border-top: 1px solid #077fbf; }
  .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: 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; }
  .vc_article .testo_articolo .vc_shortcode_article_preview {
    padding: 15px;
    border-top: 2px solid #043f5e;
    border-bottom: 2px solid #043f5e; }
    .vc_article .testo_articolo .vc_shortcode_article_preview .vc_title {
      color: #043f5e; }
      .vc_article .testo_articolo .vc_shortcode_article_preview .vc_title a {
        color: inherit; }
    .vc_article .testo_articolo .vc_shortcode_article_preview .vc_subtitle {
      color: #043f5e; }
      .vc_article .testo_articolo .vc_shortcode_article_preview .vc_subtitle a {
        color: inherit; }
    .vc_article .testo_articolo .vc_shortcode_article_preview .vc_image {
      margin-right: 15px; }

/*-----------------Article Preview Related----------------------*/
.anteprima_articolo ul.vc_relateds {
  margin-top: 15px;
  width: 100%;
  float: left;
  clear: left; }

.anteprima_articolo ul.vc_relateds .occhiello {
  display: none; }

.anteprima_articolo ul.vc_relateds li {
  margin-top: 5px;
  position: relative; }

.anteprima_articolo ul.vc_relateds li.line_break {
  display: none; }

.anteprima_articolo ul.vc_relateds li.articolo:before,
.anteprima_articolo ul.vc_relateds li.audio:before,
.anteprima_articolo ul.vc_relateds li.scheda:before,
.anteprima_articolo ul.vc_relateds li.gallery:before,
.anteprima_articolo ul.vc_relateds li.sondaggio:before,
.anteprima_articolo ul.vc_relateds li.video:before,
.anteprima_articolo ul.vc_relateds li.blog:before,
.anteprima_articolo ul.vc_relateds li.lettera:before {
  content: ' ';
  font-family: FontAwesome;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  width: 20px;
  margin-bottom: 3px;
  border-bottom: 2px solid #0780bf;
  top: -5px; }

/*.anteprima_articolo ul.vc_relateds li.articolo:before,
.anteprima_articolo ul.vc_relateds li.lettera:before,
.anteprima_articolo ul.vc_relateds li.blog:before {
    content: '\f0c1';
}
.anteprima_articolo ul.vc_relateds li.video:before {
    content: '\f03d';
}
.anteprima_articolo ul.vc_relateds li.sondaggio:before  {
    content: '\f200';
}
.anteprima_articolo ul.vc_relateds li.gallery:before {
    content: '\f030';
}
.anteprima_articolo ul.vc_relateds li.scheda:before{
    content: '\f1e9';
}
.anteprima_articolo ul.vc_relateds li.audio:before {
    content: '\f130';
}

.anteprima_articolo ul.vc_relateds li.articolo:before,
.anteprima_articolo ul.vc_relateds li.audio:before,
.anteprima_articolo ul.vc_relateds li.scheda:before,
.anteprima_articolo ul.vc_relateds li.gallery:before,
.anteprima_articolo ul.vc_relateds li.sondaggio:before,
.anteprima_articolo ul.vc_relateds li.video:before,
.anteprima_articolo ul.vc_relateds li.blog:before,
.anteprima_articolo ul.vc_relateds li.lettera:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}*/
/*-----------------Story telling-----------------*/
.vc_story_telling_nav {
  font-weight: bold; }
  .vc_story_telling_nav li {
    cursor: pointer; }

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

.vc_story_telling_pagination {
  margin-top: 15px;
  padding: 15px 10px 10px 10px;
  display: table;
  background: #ededed;
  color: #bbbbbb; }
  .vc_story_telling_pagination .btn {
    padding: 6px 12px; }
  .vc_story_telling_pagination .vc_prev a,
  .vc_story_telling_pagination .vc_next a {
    color: #2c2c2c; }
  .vc_story_telling_pagination a:hover {
    color: #2c2c2c; }
  .vc_story_telling_pagination .vc_label_pagination {
    font-weight: bold; }

/*-----------------End-----------------*/
/*-----------------vc_theme_default-----------------*/
/* fatto preview standard */
.vc_theme_default .occhiello_titolo {
  color: #043f5e; }
.vc_theme_default .occhiello_articolo,
.vc_theme_default .occhiello,
.vc_theme_default .sezione {
  color: #0780bf; }
  .vc_theme_default .occhiello_articolo a,
  .vc_theme_default .occhiello a,
  .vc_theme_default .sezione a {
    color: inherit; }
.vc_theme_default .vc_section,
.vc_theme_default .vc_tags {
  color: #043f5e; }
  .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 #043f5e; }
  .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: #0780bf !important;
      color: #0780bf; }
.vc_theme_default .titolo {
  color: #043f5e; }
  .vc_theme_default .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .autore_articolo,
.vc_theme_default .autore {
  color: #043f5e; }
  .vc_theme_default .autore_articolo a,
  .vc_theme_default .autore a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .ora_pubblicazione {
  color: #0780bf; }
.vc_theme_default .sottotitolo,
.vc_theme_default .sommario {
  color: #043f5e;
  text-decoration: none; }
  .vc_theme_default .sottotitolo a,
  .vc_theme_default .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_default .testo {
  color: #043f5e; }
.vc_theme_default .correlati a,
.vc_theme_default .testo a {
  color: #0780bf; }
.vc_theme_default .cont_img {
  line-height: 1; }
  .vc_theme_default .cont_img a {
    line-height: inherit;
    display: block;
    font-size: 0; }
.vc_theme_default .cont_foto {
  line-height: 1; }
  .vc_theme_default .cont_foto a {
    line-height: inherit;
    display: block;
    font-size: 0; }
.vc_theme_default .comments a,
.vc_theme_default .comment_article a,
.vc_theme_default .social a {
  color: #0780bf;
  text-decoration: none; }
.vc_theme_default .comment_article a:before,
.vc_theme_default .comments:before {
  color: #0780bf; }
.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: #043f5e; }
.vc_theme_default .tag_31,
.vc_theme_default .tag_25,
.vc_theme_default .tag_8 {
  color: #0780bf; }

/*-----------------End-----------------*/
/*-----------------vc_theme_variant-----------------*/
/*------------------- da usare nei blocchi con sfondo pieno blu, nero, azzurro --------------------*/
.vc_theme_variant .occhiello_titolo {
  color: #fff; }
.vc_theme_variant .occhiello_articolo,
.vc_theme_variant .occhiello,
.vc_theme_variant .sezione {
  color: #fff; }
  .vc_theme_variant .occhiello_articolo a,
  .vc_theme_variant .occhiello a,
  .vc_theme_variant .sezione a {
    color: inherit; }
.vc_theme_variant .vc_section,
.vc_theme_variant .vc_tags {
  color: #fff; }
  .vc_theme_variant .vc_section p,
  .vc_theme_variant .vc_tags p {
    display: inline-block;
    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 #fff; }
  .vc_theme_variant .vc_section a,
  .vc_theme_variant .vc_tags a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_variant .vc_section a:hover,
    .vc_theme_variant .vc_tags a:hover {
      border-color: #fff !important;
      color: #fff; }
.vc_theme_variant .titolo {
  color: #fff; }
  .vc_theme_variant .titolo a {
    color: inherit; }
    .vc_theme_variant .titolo a:hover {
      color: #fff;
      text-decoration: none; }
.vc_theme_variant .autore_articolo,
.vc_theme_variant .autore {
  color: #fff; }
  .vc_theme_variant .autore_articolo a,
  .vc_theme_variant .autore a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant .ora_pubblicazione {
  color: #fff;
  opacity: 0.55; }
.vc_theme_variant .sottotitolo,
.vc_theme_variant .sommario {
  color: #fff; }
  .vc_theme_variant .sottotitolo a,
  .vc_theme_variant .sommario a {
    color: inherit; }
    .vc_theme_variant .sottotitolo a:hover,
    .vc_theme_variant .sommario a:hover {
      color: #fff;
      text-decoration: none; }
.vc_theme_variant .testo {
  color: #fff; }
.vc_theme_variant .correlati a,
.vc_theme_variant .testo a {
  color: #fff; }
.vc_theme_variant .cont_img {
  line-height: 1; }
  .vc_theme_variant .cont_img a {
    line-height: inherit;
    display: block;
    font-size: 0; }
.vc_theme_variant .cont_foto {
  line-height: 1; }
  .vc_theme_variant .cont_foto a {
    line-height: inherit;
    display: block;
    font-size: 0; }
.vc_theme_variant .comments a,
.vc_theme_variant .comment_article a,
.vc_theme_variant .social a {
  color: #fff;
  text-decoration: none; }
.vc_theme_variant .comment_article a:before,
.vc_theme_variant .comments:before {
  color: #fff; }
.vc_theme_variant .comments a:hover,
.vc_theme_variant .comment_article a:hover,
.vc_theme_variant .sezione a:hover {
  text-decoration: underline; }
.vc_theme_variant .didascalia {
  color: #fff; }

/*-----------------vc_theme_article-----------------*/
.vc_theme_variant_article .occhiello_articolo,
.vc_theme_variant_article .occhiello,
.vc_theme_variant_article .sezione {
  color: #fff; }
  .vc_theme_variant_article .occhiello_articolo a,
  .vc_theme_variant_article .occhiello a,
  .vc_theme_variant_article .sezione a {
    color: inherit; }
.vc_theme_variant_article .vc_section,
.vc_theme_variant_article .vc_tag {
  color: #fff; }
  .vc_theme_variant_article .vc_section a,
  .vc_theme_variant_article .vc_tag a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_variant_article .vc_section a:hover,
    .vc_theme_variant_article .vc_tag a:hover {
      color: #fff; }
.vc_theme_variant_article .titolo {
  color: #fff; }
  .vc_theme_variant_article .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant_article .autore_articolo,
.vc_theme_variant_article .autore {
  color: #fff; }
  .vc_theme_variant_article .autore_articolo a,
  .vc_theme_variant_article .autore a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_variant_article .autore_articolo a:hover,
    .vc_theme_variant_article .autore a:hover {
      color: inherit; }
.vc_theme_variant_article .data_articolo,
.vc_theme_variant_article .ora_pubblicazione {
  color: #fff; }
.vc_theme_variant_article .sottotitolo,
.vc_theme_variant_article .sommario {
  color: #fff;
  text-decoration: none; }
  .vc_theme_variant_article .sottotitolo a,
  .vc_theme_variant_article .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_variant_article .testo {
  color: #043f5e; }
.vc_theme_variant_article .correlati a,
.vc_theme_variant_article .testo a {
  color: #ff0000; }
  .vc_theme_variant_article .correlati a:hover,
  .vc_theme_variant_article .testo a:hover {
    color: #ff0000; }
.vc_theme_variant_article .comments a,
.vc_theme_variant_article .comment_article a,
.vc_theme_variant_article .social a {
  color: #043f5e;
  text-decoration: none; }
.vc_theme_variant_article .comment_article a:before,
.vc_theme_variant_article .comments:before {
  color: #043f5e; }
.vc_theme_variant_article .comments a:hover,
.vc_theme_variant_article .comment_article a:hover,
.vc_theme_variant_article .sezione a:hover {
  text-decoration: underline; }
.vc_theme_variant_article .didascalia {
  color: #0780bf; }
.vc_theme_variant_article .vc_add_wishlist,
.vc_theme_variant_article .vc_remove_wishlist {
  color: #fff; }
  .vc_theme_variant_article .vc_add_wishlist a,
  .vc_theme_variant_article .vc_remove_wishlist a {
    color: inherit; }
    .vc_theme_variant_article .vc_add_wishlist a:before,
    .vc_theme_variant_article .vc_remove_wishlist a:before {
      color: inherit; }

.vc_theme_article .occhiello_articolo,
.vc_theme_article .occhiello,
.vc_theme_article .sezione {
  color: #ff0000; }
  .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: #043f5e;
  border-top: 4px solid #043f5e; }
  .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: #0780bf !important;
      color: #0780bf; }
.vc_theme_article .titolo {
  color: #043f5e; }
  .vc_theme_article .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .autore_articolo,
.vc_theme_article .autore {
  color: #043f5e; }
  .vc_theme_article .autore_articolo a,
  .vc_theme_article .autore a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_article .autore_articolo a:hover,
    .vc_theme_article .autore a:hover {
      color: inherit; }
.vc_theme_article .data_articolo,
.vc_theme_article .ora_pubblicazione {
  color: #043f5e; }
.vc_theme_article .sottotitolo,
.vc_theme_article .sommario {
  color: #043f5e;
  text-decoration: none; }
  .vc_theme_article .sottotitolo a,
  .vc_theme_article .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .testo {
  color: #043f5e; }
.vc_theme_article .correlati a,
.vc_theme_article .testo a {
  color: #ff0000; }
  .vc_theme_article .correlati a:hover,
  .vc_theme_article .testo a:hover {
    color: #ff0000; }
.vc_theme_article .comments a,
.vc_theme_article .comment_article a,
.vc_theme_article .social a {
  color: #043f5e;
  text-decoration: none; }
.vc_theme_article .comment_article a:before,
.vc_theme_article .comments:before {
  color: #043f5e; }
.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: #0780bf; }
.vc_theme_article .vc_add_wishlist {
  color: #000; }
  .vc_theme_article .vc_add_wishlist a {
    color: inherit; }
    .vc_theme_article .vc_add_wishlist a:before {
      color: inherit; }

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

.ghost_container.container-fluid {
  width: 100%; }

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

.vc_overflow_hidden {
  overflow: hidden; }

.vc_color_default {
  /*blu*/
  color: #043f5e; }
  .vc_color_default:hover {
    color: #043f5e; }

.vc_color_second {
  /*azzurro*/
  color: #0780bf; }
  .vc_color_second:hover {
    color: #0780bf; }

.vc_color_third {
  /*rosa*/
  color: #ff0000; }
  .vc_color_third:hover {
    color: #f11010; }

.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_pt_pb_35 {
  padding: 35px 0; }

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

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

.vc_mt_30 {
  margin-top: 30px; }

.vc_mb_1 {
  margin-bottom: 1px; }

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

/* flexbox */
.vc_display_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.vc_align_center {
  align-items: center; }

.vc_justify_end {
  justify-content: flex-end; }

.vc_justify_start {
  justify-content: flex-start; }

.vc_justify_center {
  justify-content: center; }

.vc_align_self_center {
  align-self: center; }

/* background */
.vc_bg_dark_blue {
  background: #022a3e; }

.vc_bg_blue {
  background: #043f5e; }

.vc_bg_light_blue {
  background: #0780bf; }

.vc_bg_lightgrey {
  background: #f9f9f9; }

.vc_bg_grey {
  background: #bbbbbb; }

.vc_bg_white {
  background: #fff; }

.vc_bg_black {
  background: #000; }

/* borders */
.vc_reset_border {
  border: 0 !important; }

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

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

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

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

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

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

.vc_bt_2_light_blue {
  border-bottom: 2px #4c9dcd solid; }

.vc_b_blue {
  border: 1px solid #043f5e !important; }

.vc_bt_blue {
  border-top: 1px solid #043f5e !important; }

.vc_bb_blue {
  border-bottom: 1px solid #043f5e !important; }

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

.vc_bb_3_blue {
  border-bottom: 3px solid #0780bf; }

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

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

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

.vc_z12 {
  z-index: 12 !important;
  position: relative; }

.vc_bold {
  font-weight: bold; }

/* 404 */
.container_404 {
  margin: 178px auto 0 auto;
  padding: 0;
  width: 660px;
  height: 340px;
  position: relative;
  background: #fff url(../images/404/back_error_en.jpg) no-repeat right bottom;
  box-shadow: 1px 1px 5px 5px rgba(221, 221, 221, 0.28);
  -webkit-box-shadow: 1px 1px 5px 5px rgba(221, 221, 221, 0.28);
  -moz-box-shadow: 1px 1px 5px 5px rgba(221, 221, 221, 0.28);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.vc_container_buttons_shop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.container-quickview {
  width: 100%;
  height: 850px; }

/*-----------------End-----------------*/
/*---------------- Portrait phones and smaller ---------------------------*/
/*-----------------End-----------------*/
/*---------------- Portrait phones and smaller ---------------------------*/
@media (max-width: 480px) {
  #confirmBox {
    margin-left: -50% !important;
    width: 100% !important; } }
@media (min-width: 1200px) {
  body.background .container,
  body.background .container-fluid {
    width: 1080px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  body.background .container,
  body.background .container-fluid {
    width: 1080px; } }
@media (max-width: 991px) {
  body.background .container,
  body.background .container-fluid {
    width: 1080px; } }
/*-----------------Drag_and_drop------------------*/
.drag_and_drop .toolbar_container {
  z-index: 999999; }
