/* varibles */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap");
/*-- border radius 
  @include border-radius(0);

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

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

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input:not([type='checkbox']):not([type='radio']), button, textarea {
  outline: none;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button; }

.cc-cookies {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.2em;
  background: #f8f8f8;
  -webkit-box-shadow: 0 8px 6px -6px #dfdfe2;
  -moz-box-shadow: 0 8px 6px -6px #dfdfe2;
  box-shadow: 0 8px 6px -6px #dfdfe2; 
  display:none; /*this is hidden because there is already iubenda in tag manager*/ }

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

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

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

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

/*-----------------End-----------------*/
/* 
 * edit 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: 30px;
  padding-right: 30px; }

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

.row.variant {
  margin-left: -30px;
  margin-right: -30px; }


/* className: vc_social_icons */
.zero_share_count .count {
  display: none; }

.vc_social_icon_small .social .cont_sharre_fb_tw .sharre_fb_tw .box:before {
  content: '\f1e0';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 5px;
  float: left;
  border: 2px solid #000;
  border-radius: 50% 50%;
  width: 30px;
  height: 30px;
  line-height: 27px;
  color: #000; }

.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;
  margin-right: 5px;
  float: left;
  border: 2px solid #000;
  border-radius: 50% 50%;
  width: 35px;
  height: 35px;
  line-height: 32px;
  color: #000; }

.vc_social_icon .social .cont_sharre_fb_tw .sharre_fb_tw .box .count {
  margin-top: 5px;
  float: left;
  border: 2px solid #000;
  border-radius: 50% 50%;
  width: 35px;
  height: 35px;
  line-height: 32px;
  color: #000;
  display: none; }


.vc_slider {
  /*---Nav Controller*/ }
  .vc_slider .bx-controls {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -25px; 
    display:none; }
    
.vc_slider:hover .bx-controls{ 
    display:block;
}
  .vc_slider .bx-prev {
    font-size: 0px;
    background: url(../images/105-icon_arrow_left.png) no-repeat center center;
    background-size: 50px;
    width: 45px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    }
  .vc_slider .bx-next {
    font-size: 0px;
    background: url(../images/105-icon_arrow_right.png) no-repeat center center;
    background-size: 50px;
    width: 45px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;}
  .vc_slider .bx-prev:hover,
  .vc_slider .bx-next:hover {
         }
  .vc_slider .bx-next:after,
  .vc_slider .bx-prev:after {
    }
  .vc_slider .bx-next:after {
    }
  .vc_slider .bx-prev:after {
     }
  .vc_slider .bx-prev a,
  .vc_slider .bx-next a {
    margin: 0px;
    padding: 0px;
    display: block; }
  .vc_slider .punti_slide {
    margin: 0px;
    padding: 0;
    width: 100%;
    float: left;
    clear: left;
    text-align: center;
    position: absolute;
    display: none; }
  .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;
    margin: 4px;
    padding: 0;
    list-style-type: square; }
  .vc_slider .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
    content: " ";
    display: block;
    width: 40px;
    height: 6px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
    color: transparent;
    outline: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }

/*New Slider*/

.vc_slider .swiper-button-next,
.vc_slider .swiper-button-prev{
    display:none;
}

.vc_slider:hover .swiper-button-next,
.vc_slider:hover .swiper-button-prev{
    display:block;
}

.vc_slider .swiper-button-prev,
.vc_slider .swiper-container-rtl .swiper-button-next{
    background: url(/images/105-icon_arrow_left.png) no-repeat center center;
    background-size: 50px;
    width: 45px;
    height: 40px;	
}

.vc_slider .swiper-button-next, 
.vc_slider .swiper-container-rtl .swiper-button-prev {
    background: url(/images/105-icon_arrow_right.png) no-repeat center center;
    background-size: 50px;
    width: 45px;
    height: 40px;
}

.vc_slider .swiper-button-next:after, 
.vc_slider .swiper-container-rtl .swiper-button-prev:after,
.vc_slider .swiper-button-prev:after, 
.vc_slider .swiper-container-rtl .swiper-button-next:after{
	content:none
}

.vc_slider .swiper-button-next.swiper-button-disabled,
.vc_slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

/*padding added to show icon multimedia video */
.vc_slider .schermata {
    padding-top: 5px;
}


body.drag_and_drop .swiper-wrapper {
    flex-wrap: wrap !important;
}

html {
  font-size: 17px; }

body {
  font-size: 17px;
  line-height: 1.294em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #000;
  text-rendering: optimizeLegibility;
  background-color: #ffffff; }

a {
  color: #FFDD00; }
  a:link, a:visited, a:active {
    color: #FFDD00; }
  a:hover {
    color: #FFDD00;
    text-decoration: underline; }

/*-----------------vc_txt_xl-----------------*/
/*-----------------non usato-----------------*/
.vc_txt_xl .ora_pubblicazione,
.vc_txt_xl .num_commenti,
.vc_txt_xl .social {
  font-size: 1em;
  line-height: 1.1764705882em;
  font-weight: bold; }
.vc_txt_xl .occhiello,
.vc_txt_xl .occhiello_articolo,
.vc_txt_xl .sezione {
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: bold;
  text-transform: uppercase; }
.vc_txt_xl .titolo {
  font-size: 1.4117647059em;
  line-height: 1.2083333333em;
  font-weight: 800;
  text-transform: uppercase; }
.vc_txt_xl .sottotitolo,
.vc_txt_xl .sommario_articolo,
.vc_txt_xl .sommario {
  font-size: 1.2352941176em;
  line-height: 1.1904761905em;
  font-weight: 500; }
.vc_txt_xl .correlati {
  font-size: 0.9411764706em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_xl .testo {
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: normal; }
.vc_txt_xl .autore {
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  font-style: italic; }

/*-----------------End-----------------*/
/*-----------------vc_txt_l-----------------*/
/*----------------- -----------------*/
.vc_txt_l .ora_pubblicazione,
.vc_txt_l .num_commenti,
.vc_txt_l .social {
  font-size: 1em;
  line-height: 1.1764705882em;
  font-weight: bold; }
.vc_txt_l .occhiello,
.vc_txt_l .occhiello_articolo,
.vc_txt_l .sezione {
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: 900;
  text-transform: uppercase; }
.vc_txt_l .titolo {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 800;
  text-transform: uppercase; }
.vc_txt_l .sottotitolo,
.vc_txt_l .sommario_articolo,
.vc_txt_l .sommario {
  font-size: 1.2352941176em;
  line-height: 1.1904761905em;
  font-weight: 500; }
.vc_txt_l .correlati {
  font-size: 0.9411764706em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_l .testo {
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: normal; }
.vc_txt_l .autore {
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  font-style: italic; }

/*-----------------End-----------------*/
/*-----------------vc_txt_m-----------------*/
/*----------------- .variant - class for title extrabold and uppercase -----------------*/
.vc_txt_m .ora_pubblicazione,
.vc_txt_m .num_commenti,
.vc_txt_m .social,
.vc_txt_m .autore {
  font-size: 1em;
  line-height: 1.1764705882em;
  font-weight: bold; }
.vc_txt_m .occhiello,
.vc_txt_m .occhiello_articolo,
.vc_txt_m .sezione, 
.vc_txt_m .tipo {
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: 900;
  text-transform: uppercase; }
.vc_txt_m .titolo {
  font-size: 1.2352941176em;
  line-height: 1.1904761905em;
  font-weight: bold; }
.vc_txt_m .sottotitolo,
.vc_txt_m .sommario_articolo,
.vc_txt_m .sommario {
  font-size: 1.2352941176em;
  line-height: 1.1904761905em;
  font-weight: 500; }
.vc_txt_m .correlati {
  font-size: 0.9411764706em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_m .testo {
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: normal; }

.vc_txt_m.variant .titolo {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 900;
  text-transform: uppercase; }

/*-----------------End-----------------*/
/*-----------------vc_txt_s-----------------*/
/*----------------- -----------------*/
.vc_txt_s .ora_pubblicazione,
.vc_txt_s .num_commenti,
.vc_txt_s .social {
  font-size: 1em;
  line-height: 1.1764705882em;
  font-weight: bold; }
.vc_txt_s .occhiello,
.vc_txt_s .occhiello_articolo,
.vc_txt_s .sezione {
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: 900;
  text-transform: uppercase; }
.vc_txt_s .titolo {
  font-size: 0.95em;
  line-height: 1.2em;
  font-weight: bold; }
.vc_txt_s .sottotitolo,
.vc_txt_s .sommario_articolo,
.vc_txt_s .sommario {
  font-size: 1.2352941176em;
  line-height: 1.1904761905em;
  font-weight: 500; }
.vc_txt_s .correlati {
  font-size: 0.9411764706em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_s .testo {
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: normal; }
.vc_txt_s .autore {
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  font-style: italic; }

/*-----------------vc_txt_xs-----------------*/
/*----------------- preview palinsesto -----------------*/
.vc_txt_xs .ora_pubblicazione,
.vc_txt_xs .num_commenti,
.vc_txt_xs .social {
  font-size: 1em;
  line-height: 1.1764705882em;
  font-weight: bold; }
.vc_txt_xs .occhiello,
.vc_txt_xs .occhiello_articolo,
.vc_txt_xs .sezione {
  font-size: 0.9411764706em;
  line-height: 1.375em;
  font-weight: 500;
  text-transform: uppercase; }
.vc_txt_xs .titolo {
  font-size: 1.2352941176em;
  line-height: 1.0476190476em;
  font-weight: 800;
  text-transform: uppercase; }
.vc_txt_xs .sottotitolo,
.vc_txt_xs .sommario_articolo,
.vc_txt_xs .sommario {
  font-size: 1.2352941176em;
  line-height: 1.1904761905em;
  font-weight: 500; }
.vc_txt_xs .correlati {
  font-size: 0.9411764706em;
  line-height: 1.125em;
  font-weight: 500; }
.vc_txt_xs .testo {
  font-size: 1em;
  line-height: 1.2941176471em;
  font-weight: normal; }
.vc_txt_xs .autore {
  font-size: 0.8235294118em;
  line-height: 1.2857142857em;
  font-weight: normal;
  font-style: italic; }

/*-----------------vc_article-----------------*/
.vc_article .occhiello,
.vc_article .occhiello_articolo,
.vc_article .sezione {
  font-size: 1em;
  line-height: 1.1764705882em;
  font-weight: 500;
  text-transform: uppercase; }
.vc_article .data_articolo,
.vc_article .autore_articolo,
.vc_article .autore {
  font-size: 1.05em;
  line-height: 1.333em;
  font-weight: 900; 
  text-transform:uppercase;}
.vc_article .social {
  font-size: 0.9411764706em;
  line-height: 1.125em;
  font-weight: normal; }
.vc_article .vc_story_telling_title,
.vc_article .titolo {
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 800; }
.vc_article .sottotitolo {
  font-size: 1.2352941176em;
  line-height: 1.1904761905em;
  font-weight: 500; }
.vc_article .sommario_articolo,
.vc_article .sommario {
  font-size: 1.2352941176em;
  line-height: 1.1904761905em;
  font-weight: 500;
  font-style: italic; }
.vc_article .vc_story_telling_text,
.vc_article .testo {
  font-size: 1.05em;
  line-height: 1.6em;
  font-weight: 500; }
  .vc_article .vc_story_telling_text a,
  .vc_article .testo a {
    text-decoration: underline; }

/*-----------------Story telling-----------------*/
.vc_story_telling_nav {
  font-weight: bold; }
  .vc_story_telling_nav li {
    cursor: pointer; }

.vc_story_telling {
    display: flex;
    flex-direction: column;
}

.vc_story_telling_link {
    font-style: normal !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .9em !important;
    color: #000000 !important;
    background: #FFDD00 !important;
    padding: 2px 15px !important;
    margin: 0 auto !important;
    float: left;
    margin-top: 30px !important;
}

.vc_story_telling_link:after {
    content:">";
    margin-left:7px;
}

.vc_story_telling_pagination {
  margin-top: 15px;
  padding: 15px 10px 10px 10px;
  display: table;
  background: #000000 !important;
  color: #ffffff !important; }
  .vc_story_telling_pagination .btn {
    padding: 6px 12px; }
  .vc_story_telling_pagination .btn a {
    background: #000000 !important;
    color: #ffffff !important;
}
  .vc_story_telling_pagination .vc_prev a,
  .vc_story_telling_pagination .vc_next a {
    color: #202020; }
  .vc_story_telling_pagination a:hover {
    color: #202020; }
  .vc_story_telling_pagination .vc_label_pagination {
    font-weight: bold; }

/*-----------------End-----------------*/

/*---formatting*/
.vc_article .testo_articolo h1 {
    font-size:2em;
    line-height:1.2em;
    font-weight: bold;
}
.vc_article .testo_articolo h2 {
    font-size:1.8em;
    line-height:1.2em;
    font-weight: bold;
}
.vc_article .testo_articolo h3 {
    font-size:1.6em;
    line-height:1.2em;
    font-weight: bold;
}
.vc_article .testo_articolo h4 {
    font-size:1.4em;
    line-height:1.2em;
    font-weight: bold;
}
.vc_article .testo_articolo h5 {
    font-size:1.25em;
    line-height:1.2em;
    font-weight: bold;
}
.vc_article .testo_articolo h6 {
    font-size: 1.09em;
    line-height:1.2em;
    font-weight: bold;
}
.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 p {
    margin:0 0 10px 0;
}


/*-----------------vc_theme_dark-----------------*/
.vc_theme_dark .occhiello_articolo,
.vc_theme_dark .occhiello,
.vc_theme_dark .sezione,
.vc_theme_dark .tipo {
  background: #FFDD00;
  color: #000;
  border-bottom: 4px solid #000;
  padding: 5px 22px; }
  .vc_theme_dark .occhiello_articolo a,
  .vc_theme_dark .occhiello a,
  .vc_theme_dark .sezione a {
    color: inherit; }
.vc_theme_dark .titolo {
  color: #000; }
  .vc_theme_dark .titolo a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_dark .titolo a:hover {
      text-decoration: underline; }
.vc_theme_dark .autore_articolo,
.vc_theme_dark .autore {
  color: #000; }
.vc_theme_dark .sottotitolo {
  color: #000;
  text-decoration: none; }
  .vc_theme_dark .sottotitolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_dark .testo {
  color: #000; }
.vc_theme_dark .correlati a,
.vc_theme_dark .testo a {
  color: #000; }
.vc_theme_dark .comments a,
.vc_theme_dark .comment_article a,
.vc_theme_dark .ora_pubblicazione,
.vc_theme_dark .social a {
  color: #000;
  text-decoration: none; }
.vc_theme_dark .comment_article a:before,
.vc_theme_dark .comments:before {
  color: #000; }
.vc_theme_dark .comments a:hover,
.vc_theme_dark .comment_article a:hover,
.vc_theme_dark .sezione a:hover {
  font-style: italic;
  text-decoration: underline; }
.vc_theme_dark .didascalia {
  color: #000; }

/*-----------------End-----------------*/
/*-----------------vc_theme_light-----------------*/
.vc_theme_light .occhiello_articolo,
.vc_theme_light .occhiello,
.vc_theme_light .tipo {
  background: #FFDD00;
  color: #000;
  border-bottom: 4px solid #000;
  padding: 3px 22px; }
.vc_theme_light .sezione {
  color:#fff;  }
  .vc_theme_light .occhiello_articolo a,
  .vc_theme_light .occhiello a,
  .vc_theme_light .sezione a,
  .vc_theme_light .tipo a {
    color: inherit; }
.vc_theme_light .titolo {
  color: #fff; }
  .vc_theme_light .titolo a {
    color: inherit;
    text-decoration: none; }
    .vc_theme_light .titolo a:hover {
      text-decoration: underline; }
.vc_theme_light .autore_articolo,
.vc_theme_light .autore {
  color: #fff; }
.vc_theme_light .sottotitolo {
  color: #fff;
  text-decoration: none; }
  .vc_theme_light .sottotitolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_light .testo {
  color: #fff; }
.vc_theme_light .correlati a,
.vc_theme_light .testo a {
  color: #fff; }
.vc_theme_light .comments a,
.vc_theme_light .comment_article a,
.vc_theme_light .ora_pubblicazione,
.vc_theme_light .social a {
  color: #fff;
  text-decoration: none; }
.vc_theme_light .comment_article a:before,
.vc_theme_light .comments:before {
  color: #fff; }
.vc_theme_light .comments a:hover,
.vc_theme_light .comment_article a:hover,
.vc_theme_light .sezione a:hover {
  font-style: italic;
  text-decoration: underline; }
.vc_theme_light .didascalia {
  color: #fff; }

/*-----------------vc_theme_article-----------------*/
.vc_theme_article .occhiello_articolo,
.vc_theme_article .occhiello,
.vc_theme_article .sezione {
  color: #000; }
  .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: #000; }
  .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: #000 !important;
      color: #000; }
.vc_theme_article .titolo {
  color: #000; }
  .vc_theme_article .titolo a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .autore_articolo,
.vc_theme_article .autore {
  color: #000; }
  .vc_theme_article .autore_articolo a,
  .vc_theme_article .autore a {
    color: #000;
    text-decoration: none; }
    .vc_theme_article .autore_articolo a:hover,
    .vc_theme_article .autore a:hover {
      color: #000; }
.vc_theme_article .ora_pubblicazione {
  color: #000; }
.vc_theme_article .sottotitolo,
.vc_theme_article .sommario {
  color: #000;
  text-decoration: none; }
  .vc_theme_article .sottotitolo a,
  .vc_theme_article .sommario a {
    color: inherit;
    text-decoration: none; }
.vc_theme_article .testo {
  color: #000; }
.vc_theme_article .correlati a,
.vc_theme_article .testo a {
  color: #FFDD00; }
  .vc_theme_article .correlati a:hover,
  .vc_theme_article .testo a:hover {
    color: #FFDD00; }
.vc_theme_article .comments a,
.vc_theme_article .comment_article a,
.vc_theme_article .social a {
  color: #000;
  text-decoration: none; }
.vc_theme_article .comment_article a:before,
.vc_theme_article .comments:before {
  color: #000; }
.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: #000; }

/*-----------------icons multimedia-----------------*/
/*just video icon*/
.vc_theme_dark.video .cont_foto a:before,
.vc_theme_dark .video .cont_foto a:before,
.vc_theme_dark.video .cont_img a:before,
.vc_theme_dark .video .cont_img a:before,
.vc_theme_light.video .cont_foto a:before,
.vc_theme_light .video .cont_foto a:before,
.vc_theme_light .video .cont_img a:before,
.vc_theme_light.video .cont_img a:before {
    content: " ";
    background: url(../images/105-icon_video.png);
    background-size: 50px;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat; 
    position:absolute;
    top:-5px;
    right:-5px;
    z-index:10;}

/*slider*/
.vc_theme_dark.video .cont_foto a:before,
.vc_theme_dark .video .cont_foto a:before,
.vc_theme_light.video .cont_foto a:before,
.vc_theme_light .video .cont_foto a:before,
.vc_theme_dark.vc_slider.video .cont_img a:before,
.vc_theme_dark.vc_slider .video .cont_img a:before,
.vc_theme_light.vc_slider.video .cont_img a:before,
.vc_theme_light.vc_slider .video .cont_img a:before{
    background-size: 36px;
    height: 36px;
    width: 36px; }

/*preview*/
.vc_theme_dark.video .cont_img a:before,
.vc_theme_dark .video .cont_img a:before,
.vc_theme_light .video .cont_img a:before,
.vc_theme_light.video .cont_img a:before {
    background-size: 50px;
    height: 50px;
    width: 50px; }

/**/





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

.palinsesto_box,
.palinsesto_box_tv {
    margin: 31px 0 !important;
    padding: 0!important;
    border: 0px!important;
}

.vc_color_default {
  /*nero*/
  color: #000; }
  .vc_color_default:hover {
    color: #000; }

.vc_color_second {
  /*giallo*/
  color: #FFDD00; }
  .vc_color_second:hover {
    color: #FFDD00; }

.vc_p0 {
  padding: 0; }

.vc_p20 {
  padding: 20px; }

.vc_p15 {
  padding: 15px; }

.vc_pl_pr_30 {
  padding: 0 30px; }

.vc_pl_0_pr_30 {
  padding: 0 30px 0 0; }

.vc_pl_30_pr_0 {
  padding: 0 0 0 30px; }

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

.vc_mt_30 {
  margin-top: 30px; }

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

.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_z50 {
  z-index: 50 !important;
  position: relative; }

.vc_pos_rel{
  position:relative;    
}

.vc_cont_menu_bar {
    display: flex;
    width: 100%;
    justify-content: center;
}
.affix .vc_cont_menu_bar {
    display: block;
}

.vc_cont_download_app {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.vc_cont_download_app_button {
    float: left;
    clear: left;
    height: 110px;
    margin-top: 8px;
}

.vc_cont_4news_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.affix .vc_affix_flex_row-reverse{
    display:flex;
    flex-direction: row-reverse;
}

.vc_cont_article{
    float:left;
    clear:left;
    width:100%;
    padding:0 100px;
}
.vc_cont_article_body{
    float:left;
    clear:left;
    width:100%;
    padding:0 90px;
}

.vc_cont_search_frequencies{
    float:left;
    width:calc(100% - 70px);
    padding-right: 70px;
}

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

.vc_bt3_darkgrey {
  border-top: 3px solid #202020; }

.vc_bb3_darkgrey {
  border-bottom: 3px solid #202020; }

.vc_bb6_darkgrey {
  border-bottom: 6px solid #202020; }

.vc_bb4_darkgrey {
  border-bottom: 4px solid #202020; }

.vc_bt7_yellow {
  border-top: 7px solid #FFDD00; }

.vc_bt3_yellow {
  border-top: 3px solid #FFDD00; }

/*--- BORDER RADIUS ---*/
.vc_br_28 .cont_img img,
.vc_br_28 .cont_foto img,
.vc_br_28 .foto img{
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    overflow: hidden;
}
.vc_br_14 .cont_img img,
.vc_br_14 .cont_foto img,
.vc_br_14 .foto img{
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
}
.vc_br_25 .cont_img img,
.vc_br_25 .cont_foto img,
.vc_br_25 .foto img{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}
.vc_br_8 .cont_img img,
.vc_br_8 .cont_foto img,
.vc_br_8 .foto img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.vc_br_60 .cont_img img,
.vc_br_60 .cont_foto img,
.vc_br_60 .foto img{
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
}
.vc_br_100 .cont_img img,
.vc_br_100 .cont_foto img,
.vc_br_100 .foto img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.vc_br_33 .foto_articolo img{
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    overflow: hidden;
}

/*--- BG - COLOR ---*/
.vc_bg_black {
  background: #000; }

.vc_bg_white {
  background: #fff; }

.vc_bg_yellow {
  background: #FFDD00; }

.vc_bg_darkgray {
  background: #202020; }

.vc_bg_darkblue {
  background: #17256C; }

/*different background color for program section */
.vc_bg_color_program {
  background: #4EC3D4; /*cyan*/}

body.section_tutto_esaurito .vc_bg_color_program,
body.section_105_indaklubb .vc_bg_color_program,
body.section_a_me_mi_piace .vc_bg_color_program {
  background: #E969EB; /*fucsia*/}

body.section_avanti_avanti_c_e_posto .vc_bg_color_program,
body.section_mamacita_radio_show .vc_bg_color_program,
body.section_105_music_and_cars .vc_bg_color_program,
body.section_105_weekend_ludovica_pagani12058 .vc_bg_color_program {
  background: #FD9243; /*orange*/}

body.section_105_take_away .vc_bg_color_program,
body.section_105_trap1949 .vc_bg_color_program,
body.section_105_trend_topic .vc_bg_color_program {
  background: #7F98F8; /*iris*/}

body.section_13_pm .vc_bg_color_program,
body.section_105_night_express12023 .vc_bg_color_program,
body.section_jake_hit_up .vc_bg_color_program {
  background: #80D564; /*green*/}

body.section_105-autogol .vc_bg_color_program,
body.section_tutto_bene_a_105 .vc_bg_color_program {
  background: #B37EF2; /*violet*/}




/*--- BG - GRADIENT ---*/
/* box 105 wake up */
.vc_bg_grad_rainbow-tone {
  background: linear-gradient(46deg, #0567FB 0%, #E45EEC 24%, #ED462F 61%, #D3B929 100%); }

/* box interviste */
.vc_bg_grad_blue-tone {
  background: linear-gradient(-45deg, #6387C1 0%, #51C9C4 97%); }

/* box concorsi */
.vc_bg_grad_orange-tone {
  background: linear-gradient(-45deg, #F2BA1E 0%, #F0762B 97%); }

/* box diretta - pagina diretta - podcast elenco - repliche elenco*/
.vc_bg_grad_fucsia-orange-tone {
  background: linear-gradient(223deg, #D76417 0%, #8C2A7D 100%); }

/* box eventi live */
.vc_bg_grad_blue-fucsia-tone {
  background: linear-gradient(-45deg, #EB35B4 0%, #4D88E3 97%); }

/* box podcast */
.vc_bg_grad_gray-tone {
  background: linear-gradient(225deg, #202020 0%, #303030 100%); }

/* box repliche (in podcast section) */
.vc_bg_grad_fucsia-violet-tone {
  background: linear-gradient(225deg, #7F66B8 0%, #DD577F 100%); }

/* Box trend (in article)*/
.vc_bg_grad_orange-fucsia-tone {
  background: linear-gradient(-45deg, #E6871C 0%, #D15EE6 97%);}

/* foto elenco */
.vc_bg_grad_violet-fucsia-tone {
  background: linear-gradient(-45deg, #DC35EB 0%, #6462EB 97%); }

/* Fascia preview manuali - pagina programma */
.vc_bg_grad_green-blu-tone {
  background: linear-gradient(-45deg, #4EB96A 0%, #5198C9 97%); }
  
/* News contenitore - tutto news */
.vc_bg_grad_fucsia-darkorange-tone {
  background: linear-gradient(-45deg, #EB7435 0%, #E34DA6 97%); }
.vc_bg_grad {
  background: linear-gradient(-45deg, #EB7435 0%, #E34DA6 97%); }
body.section_tutto_news .vc_bg_grad {
  background: linear-gradient(-45deg, #EB7435 0%, #E34DA6 97%); }

/* News contenitore - music biz */
.vc_bg_grad_blu-green-tone {
  background: linear-gradient(-45deg, #4FC660 0%, #4D68E3 97%); }
body.section_music_biz .vc_bg_grad {
  background: linear-gradient(-45deg, #4FC660 0%, #4D68E3 97%); }

/* News contenitore - 105 cinema */
.vc_bg_grad_red-orange-tone {
  background: linear-gradient(-45deg, #EA9E33 0%, #D15944 97%); }
body.section_105_cinema .vc_bg_grad {
  background: linear-gradient(-45deg, #EA9E33 0%, #D15944 97%); }

/* TV */
.vc_bg_grad_rose-fucsia-tone {
  background: linear-gradient(-45deg, #BB49F1 0%, #E34D60 97%); }

/* Palinsesto */
.vc_bg_grad_palinsesto_1 {
  background: linear-gradient(0deg, #912D78 0%, #8C2A7D 100%); }

.vc_bg_grad_palinsesto_2 {
  background: linear-gradient(180deg, #922E76 0%, #963170 100%); }

.vc_bg_grad_palinsesto_3 {
  background: linear-gradient(180deg, #97326E 0%, #9C3668 100%); }

.vc_bg_grad_palinsesto_4 {
  background: linear-gradient(180deg, #9D3767 0%, #A13A61 100%); }

.vc_bg_grad_palinsesto_5 {
  background: linear-gradient(180deg, #A23B60 0%, #A63D59 100%); }

.vc_bg_grad_palinsesto_6 {
  background: linear-gradient(180deg, #A73E58 0%, #AB4252 100%); }

.vc_bg_grad_palinsesto_7 {
  background: linear-gradient(0deg, #B1464B 0%, #AD4350 100%); }

.vc_bg_grad_palinsesto_8 {
  background: linear-gradient(180deg, #B34849 0%, #B64B43 100%); }

.vc_bg_grad_palinsesto_9 {
  background: linear-gradient(180deg, #B84B42 0%, #BC4F3C 100%); }

.vc_bg_grad_palinsesto_10 {
  background: linear-gradient(180deg, #BD4F3A 0%, #C15334 100%); }

.vc_bg_grad_palinsesto_11 {
  background: linear-gradient(180deg, #C25333 0%, #C7572D 100%); }

.vc_bg_grad_palinsesto_12 {
  background: linear-gradient(180deg, #C7582B 0%, #CC5B26 100%); }

.vc_bg_grad_palinsesto_13 {
  background: linear-gradient(180deg, #CC5C24 0%, #D1601F 100%); }

.vc_bg_grad_palinsesto_14 {
  background: linear-gradient(180deg, #D2601D 0%, #D76417 100%); }

.vc_bg_grad_palinsesto_15 {
  background: linear-gradient(180deg, #D76417 0%, #E17126 100%); }

/* Palinsesto TV*/
.vc_bg_grad_palinsestoTv_1 {
  background: linear-gradient(0deg, #9E3865 0%, #8C297D 100%); }

.vc_bg_grad_palinsestoTv_2 {
  background: linear-gradient(180deg, #A13A5F 0%, #B1464C 100%); }

.vc_bg_grad_palinsestoTv_3 {
  background: linear-gradient(180deg, #B44946 0%, #C35432 100%); }

.vc_bg_grad_palinsestoTv_4 {
  background: linear-gradient(180deg, #C7582D 0%, #D66317 100%); }

/*--- BG - GRAPHIC ---*/
.vc_bg_grap_pois_yellow {
  background-image: url("../images/105-bg_pois_yellow.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right center; 
  background-size: 490px; }
body.section_105_consiglia .vc_bg_grad {
  background-image: url("../images/105-bg_pois_yellow.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right center; 
  background-size: 490px; 
}
.vc_bg_grap_pois_big_black {
  background-image: url("../images/105-bg_pois_big_black.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom; 
  background-size: 500px; }

.vc_bg_grap_pois_big_black_full {
  background-image: url("../images/105-bg_pois_big_black-full.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right center; 
  background-size: 500px; }

.vc_bg_grap_ticket_left {
  background-image: url("../images/105-bg_ticket.png");
  background-size: 336px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 10% center; }

.vc_bg_grap_ticket_right {
  background-image: url("../images/105-bg_ticket.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 80% center; }


/*--- BG - GRADIENT - GRAPHIC ---*/
/* box concorsi */
.vc_bg_grad_orange-tone.vc_bg_grap_ticket_left{
  background: url(../images/105-bg_ticket_small.png), linear-gradient(-45deg, #F2BA1E 0%, #F0762B 97%);
  background-repeat: no-repeat;
  background-position: 10% center;
}
/* pagina concorsi */
.vc_bg_grad_orange-tone.vc_bg_grap_ticket_right{
    background: url(../images/105-bg_ticket_small.png), linear-gradient(-45deg, #F2BA1E 0%, #F0762B 97%);
    background-repeat: no-repeat;
    background-position: 97% center;
}

/* articolo concorso */
.vc_bg_grad_orange-tone.vc_bg_grap_ticket_left_dark{
    background: url(../images/105-bg_ticket_small.png), linear-gradient(-45deg, #F2BA1E 0%, #F0762B 97%);
    background-repeat: no-repeat;
    background-position: 2% 85%;
}

/* palinsesto */
.vc_bg_grad_gray-tone.vc_bg_grap_pois_big_black_full{
  background: url("../images/105-bg_pois_big_black-full.png"), linear-gradient(225deg, #202020 0%, #303030 100%);
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: fixed;
}

/*--- OCCHIELLO TITOLO / TEXTEDIT ---*/
.vc_occhiello_titolo,
.vc_textedit_box_previews .text {
  float: left;
  position: relative;
  display: block;
  z-index: 1;
  padding: 10px 22px;
  transform: rotate(-4deg);
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 0.5882352941em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000; }

.vc_occhiello_titolo.vc_txt_bg_white,
.vc_textedit_box_previews.vc_txt_bg_white .text {
  background-color: #fff; }

.vc_occhiello_titolo.vc_txt_bg_yellow,
.vc_textedit_box_previews.vc_txt_bg_yellow .text {
  background-color: #FFDD00; }

/*.vc_occhiello_titolo:before,*/
.anteprima_ipiu .occhiello_titolo:before,
.vc_article_related .occhiello_titolo:before,
.vc_article_related_mobile .occhiello_titolo:before,
.vc_article_related_dj .occhiello_titolo:before,
.vc_box_tgcom .occhiello_titolo:before,
.vc_textedit_box_previews:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
  top: -8px;
  left: -8px; 
  transform: rotate(-4deg);
}

/*.vc_occhiello_titolo.vc_shadow_black:before,*/
.vc_shadow_black .occhiello_titolo:before,
.vc_textedit_box_previews.vc_shadow_black:before {
  border: 4px solid #000; }

/*.vc_occhiello_titolo.vc_shadow_yellow:before,*/
.vc_shadow_yellow .occhiello_titolo:before,
.vc_textedit_box_previews.vc_shadow_yellow:before {
  border: 4px solid #FFDD00; }

/*--- SECTON LINK ---*/
.vc_section_link {
  float: left;
  clear: left;
  width: auto;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.0588235294em;
  line-height: 1.2222222222em; }

.vc_section_link a {
  padding-bottom: 4px; }

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

.vc_section_link.vc_bb_yellow a {
  border-bottom: 4px solid #FFDD00; }

.vc_section_link.vc_bb_white a {
  border-bottom: 4px solid #fff; }

.vc_section_link.vc_txt_white a  {
  color: #fff; }

.vc_section_link.vc_txt_black a {
  color: #000; }

.vc_section_link a .vc_arrow_yellow {
  font-size: 21px;
  color: #FFDD00;
  margin-left:16px;
  margin-right:19px;}

.vc_section_link a .vc_arrow_yellow.vc_mr90 {
  margin-right: 90px;}

.vc_section_link a .vc_arrow_black {
  font-size: 21px;
  color: #000;
  margin-left:16px;
  margin-right:19px;}

.vc_section_link a .vc_arrow_white {
  font-size: 21px;
  color: #fff;
  margin-left:16px;
  margin-right:19px;}

/*-----------------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: 768px) {
  .container {
    width: 720px; } }

@media (max-width: 991px) {
  .container {
    width: 970px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 990px; } }*/


@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

.affix {
    top: 0;
    position: fixed !Important;
    width:100%;
}


/*-----------------Drag_and_drop------------------*/
.drag_and_drop .toolbar_container {
  z-index: 999999; }

/*# sourceMappingURL=style_site.css.map */




/*----article_paywall*/
.article_paywall {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: left;
    border: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*--title_paywall_intro*/
.article_paywall .title_paywall_intro {
    margin:0;
    padding:0;
    width:100%;
    float:left;
    clear:left;    
}
.article_paywall .title_paywall_intro .text {
    margin:0px 0 15px 0;
    padding:0px 0 15px 0;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:400;
    color:#171717;
    display:table;
    table-layout:fixed;
    width:100%;
    float:left;
    clear:left;
    border-bottom:1px #DCDCDC dashed;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*---article_paywall_controlls*/
.article_paywall_controlls {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.article_paywall_controlls .article_paywall_btn {
    margin:0px;
    padding:0px;
    /*width:48%;*/
    width:100%;
    float:left;
}
.article_paywall_controlls .article_paywall_btn.right {
    float:right;
    clear:right;
}

.article_paywall_controlls .article_paywall_btn .vc_mediaset_buttons_pw {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    margin-top:15px;
    display: flex;
    justify-content: center;
}

.article_paywall_controlls .article_paywall_btn .vc_mediaset_buttons_pw a{
    text-transform:uppercase;
    background:#ffdd02;
    border:3px solid #000;
    padding: 7px 30px;
    color:#000 !important;
    font-size:20px;
    line-height: 25px;
    font-weight:800;
}
/*--paywall_subscribe*/
.article_paywall .article_paywall_controlls .paywall_subscribe {
    margin:0px;
    padding:0px;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:600;      
    text-transform:uppercase;
    text-align:center;
    color:#308AB7;
    border:1px solid #E5E5E5;
    background:#fff;
    width:100%;
    height:50px;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.article_paywall .article_paywall_controlls .paywall_subscribe:hover {
    border:1px #308AB7 solid;
}
/*---article_paywall_controlls*/
.article_paywall .article_paywall_controlls {}

.article_paywall .occhiello_titolo{
    display:none;
}
/*----button----*/
.article_paywall .apri_login {
    margin: 0px 0px 15px 0px;
    padding: 5px 10px !important;
    width: 100%;
    font-weight: 500;
    border: 1px solid #000;
    font-size: 13px;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    background: #fff;
    color: #000;
    border-radius: 3px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.article_paywall .apri_login:hover {
    background:#fde000;
    box-shadow: 0 0px #176d98;
    top: 0px;
}
.article_paywall .apri_login:active  {
    background:#fde000;
    box-shadow: 0 0px #176d98;
    top: 0px;
}
.article_paywall .apri_login:after {
    content: '';
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/*---user_access_orizzontale--*/
.article_paywall .user_access_orizzontale{
    margin:10px 0px 20px 0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    border-bottom:1px dashed #dedede;
}
.article_paywall .user_access_orizzontale .user_login_button,
.article_paywall .user_access_orizzontale .user_login_input {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
}
.article_paywall .user_access_orizzontale .user_login_button input{
    background-color:#dedede;
}
.article_paywall .user_access_orizzontale .login_google{
    margin:0px 1% 0px 0px;
    padding:0px;
    width:49%;
    float:left;
}
.article_paywall .user_access_orizzontale .login_facebook {
    margin:0px;
    padding:0px;
    width:49%;
    float:left;
}
.article_paywall .user_access_orizzontale .login_google input {
    background:url(../images/google_pay.png) center center;
    background-repeat:no-repeat;
    background-color:#dedede;
}
.article_paywall .user_access_orizzontale .login_facebook input {
    background:url(../images/facebook_pay.png) center center;
    background-repeat:no-repeat;
    background-color:#dedede;
}
.article_paywall .user_access_orizzontale label {
    margin:0px;
    padding:0px;
    width:100%;
    font-size:13px;
    color:#000;
    float:left;
    clear:left;
    text-align:center;
}
.article_paywall .user_access_orizzontale input{
    margin: 3px 0px 10px 0px;
    padding: 12px 10px 12px 10px;
    width:100%;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    float:left;
    border: 1px solid #dedede;
    border-radius: 3px 3px 3px 3px;
}
.article_paywall .user_access_orizzontale input:hover{
    border: 1px solid #ccc;
}
.article_paywall .user_access_orizzontale .ApriPassword{
    margin:10px 0px 20px 0px;
    padding:0px;
    width:100%;
    font-size:13px;
    font-weight:500;
    cursor:pointer;
    color:#000;
    float:left;
    clear:left;
    text-align:center;
}
.article_paywall .user_access_orizzontale .ApriPassword:hover{
    text-decoration:underline;
}
/*-----registrati----*/
.article_paywall .registrati{
    margin: 0px 0px 15px 0px;
    padding:0 !important;
    width: 100%;
    font-weight: 500;
    border: 1px solid #000;
    font-size: 13px;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    background: #fff;
    color: #000 !important;
    border-radius: 3px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    box-shadow: 0 0px #f4dd1a;
}
.article_paywall .registrati a{
    padding: 5px 10px !important;
    color:#000 !important;
    display:block;
}
.article_paywall .registrati:hover,
.article_paywall .registrati a:hover {
    background:#fde000;
    box-shadow: 0 0px #176d98;
    top: 0px;
}
.article_paywall .registrati:active  {
    background:#fde000;
    box-shadow: 0 0px #176d98;
    top: 0px;
}
.article_paywall .registrati:after {
    content: '';
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.article_paywall .recupera_password,
.article_paywall .recupera_password form {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
}
.article_paywall .recupera_password form p{
    margin:0px 0px 10px 0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    font-size:15px;
    color:#000;
}
.article_paywall .recupera_password form a{
    margin: 10px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    float: left;
    clear: left;
    text-align: center;
}
.article_paywall .recupera_password form a:hover{
    text-decoration:underline;
}


/*drag & drop*/
.banner_drag_and_drop {
    float: left;
}



/*---------------- MEDIA QUERIES ---------------------------*/

@media (max-width: 1200px) {
    .vc_section_link a .vc_arrow_yellow.vc_mr90 {
        margin-right: 19px;
    }
    
    .vc_cont_article_body {
        padding: 0 40px;
    }
    
}
@media (max-width: 991px) {
    .vc_bg_grap_pois_yellow.vc_nobg_mobile{
        background: none;
    }
    
    .vc_p0.vc_p_reset {
        padding: 0 15px; }

    .vc_cont_article {
        padding: 0 50px;
    }

    /*--- BG - GRAPHIC ---*/
    .vc_bg_grap_pois_yellow,
    body.section_105_consiglia .vc_bg_grad {
      background-size: 390px;
    }
    .vc_bg_grap_pois_big_black,
    .vc_bg_grap_pois_big_black_full {
      background-size: 400px; 
    }


}

@media (max-width: 767px) {
    body {
        padding-top: 59px;
    }
    .vc_pl_pr_0_mobile{
        padding-left:0 !important;        
        padding-right:0 !important;        
    }
    .vc_pl_pr_30_mobile{
        padding-left:30px !important;        
        padding-right:30px !important;        
    }
    .vc_pl_pr_25_mobile{
        padding-left:25px !important;     
        padding-right:25px !important;        
    }
    .vc_pl_25_pr_0_mobile{
        padding-left:25px !important;     
        padding-right:0px !important;        
    }
    
    .pull-right-mobile{
        float: right!important;
    }
    .pull-left-mobile{
        float: left!important;
    }
    
    .vc_mobile_flex_column-reverse{
        display:flex;
        flex-direction: column-reverse;
    }
    
    .vc_cont_article {
        padding: 0 10px;
    }
    .vc_cont_article.vc_video {
        padding: 0;
    }
    .vc_cont_article_body {
        padding: 0 20px;
    }
    
    .vc_cont_download_app_button {
        width:100%;
        height: auto;
        margin-top: 0;
        text-align: center;
    }    
    
    .vc_cont_dowload_app_bottom{
        float: left;
        clear: left;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center; 
    }
    
    .vc_cont_available{
        float: left;
        clear: left;
        width: 120px;
    }
    .vc_cont_search_frequencies{
        width:100%;
        padding:0;
    }

    .vc_bg_grad_orange-tone.vc_bg_grap_ticket_left_dark{
        background: linear-gradient(-45deg, #F2BA1E 0%, #F0762B 97%);
    }
    
    .vc_bg_yellow_mobile{
        background:#ffdd00;
    }
    
    .vc_bg_grad_orange-tone.vc_bg_grap_ticket_left.vc_nobg_grap_mobile{
        background: linear-gradient(-45deg, #F2BA1E 0%, #F0762B 97%);
        background-repeat: no-repeat;
        background-position: 10% center;
    }
    /*--- BG - GRAPHIC ---*/
    .vc_bg_grap_pois_yellow,
    body.section_105_consiglia .vc_bg_grad {
      background-size: 290px;
    }
    .vc_bg_grap_pois_big_black,
    .vc_bg_grap_pois_big_black_full {
      background-size: 300px; 
    }

    
    /*-----------------vc_txt_m-----------------*/
    .vc_txt_l .ora_pubblicazione,
    .vc_txt_l .num_commenti,
    .vc_txt_l .social,
    .vc_txt_l .autore,
    .vc_txt_m .ora_pubblicazione,
    .vc_txt_m .num_commenti,
    .vc_txt_m .social,
    .vc_txt_m .autore {
      font-size: 1em;
      line-height: 1.1764705882em;
      font-weight: bold; }
    .vc_txt_l .occhiello,
    .vc_txt_l .occhiello_articolo,
    .vc_txt_l .sezione, 
    .vc_txt_l .tipo,
    .vc_txt_m .occhiello,
    .vc_txt_m .occhiello_articolo,
    .vc_txt_m .sezione, 
    .vc_txt_m .tipo,
    .vc_txt_s .occhiello,
    .vc_txt_s .occhiello_articolo,
    .vc_txt_s .sezione, 
    .vc_txt_s .tipo {
      font-size: 0.5882em;
      line-height: 1.3em;
      font-weight: bold;
      text-transform: uppercase; }
    .vc_txt_l .titolo,
    .vc_txt_m .titolo {
      font-size: 0.764em;
      line-height: 1.307em;
      font-weight: bold; }
    .vc_txt_l .sottotitolo,
    .vc_txt_l .sommario_articolo,
    .vc_txt_l .sommario,
    .vc_txt_m .sottotitolo,
    .vc_txt_m .sommario_articolo,
    .vc_txt_m .sommario {
      font-size: 1.2352941176em;
      line-height: 1.1904761905em;
      font-weight: 500; }
    .vc_txt_l .correlati,
    .vc_txt_m .correlati {
      font-size: 0.9411764706em;
      line-height: 1.125em;
      font-weight: 500; }
    .vc_txt_l .testo,
    .vc_txt_m .testo {
      font-size: 1em;
      line-height: 1.2941176471em;
      font-weight: normal; }
    
    .vc_txt_m.variant .titolo {
      font-size: 0.764em;
      line-height: 1.307em;
      font-weight: 900;
      text-transform: uppercase; }  

    /*-----------------End-----------------*/
    /*-----------------vc_txt_s-----------------*/
    .vc_txt_s .ora_pubblicazione,
    .vc_txt_s .num_commenti,
    .vc_txt_s .social {
      font-size: 0.70588em;
      line-height: 1.25em;
      font-weight: bold; }
    .vc_txt_s .titolo {
      font-size: 0.70588em;
      line-height: 1.25em;
      font-weight: bold; }
    .vc_txt_s .sottotitolo,
    .vc_txt_s .sommario_articolo,
    .vc_txt_s .sommario {
      font-size: 1.2352941176em;
      line-height: 1.1904761905em;
      font-weight: 500; }
    .vc_txt_s .correlati {
      font-size: 0.9411764706em;
      line-height: 1.125em;
      font-weight: 500; }
    .vc_txt_s .testo {
      font-size: 1em;
      line-height: 1.2941176471em;
      font-weight: normal; }
    .vc_txt_s .autore {
      font-size: 0.8235294118em;
      line-height: 1.2857142857em;
      font-weight: normal;
      font-style: italic; }
      
    /*-----------------End-----------------*/
    
    /*-----------------vc_article-----------------*/
    .vc_article .occhiello,
    .vc_article .occhiello_articolo,
    .vc_article .sezione {
      font-size: 0.8em;
      line-height: 1.2307em; }
    .vc_article .data_articolo,
    .vc_article .autore_articolo {
      font-size: 0.7058em;
      line-height: 1.4166em; }
    .vc_article .social {
      font-size: 0.9411764706em;
      line-height: 1.125em;}
    .vc_article .vc_story_telling_title,
    .vc_article .titolo {
      font-size: 1.3em;
      line-height: 1.3em;}
    .vc_article .sottotitolo {
      font-size: 0.875em;
      line-height: 1.4em; }
    .vc_article .sommario_articolo,
    .vc_article .sommario {
      font-size: 0.875em;
      line-height: 1.4em; }
    .vc_article .vc_story_telling_text,
    .vc_article .testo {
      font-size: 0.875em;
      line-height: 1.7em; }
    .vc_article .didascalia {
      font-size: 0.625em;}

    .vc_theme_light .occhiello_articolo,
    .vc_theme_light .occhiello,
    .vc_theme_light .tipo,
    .vc_theme_dark .occhiello_articolo,
    .vc_theme_dark .occhiello,
    .vc_theme_dark .tipo {
        padding:3px 15px;
    }
    
    .vc_occhiello_titolo,
    .vc_textedit_box_previews .text {
        padding: 10px 22px;
        font-size: 1.5em;
        line-height: 1em;
    }
    
    .vc_br_8 .cont_img img, 
    .vc_br_8 .cont_foto img,
    .vc_br_8 .foto img,
    .vc_br_28 .cont_img img,
    .vc_br_28 .cont_foto img,
    .vc_br_28 .foto img {
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        overflow: hidden;
    }

    .vc_br_60 .cont_img img,
    .vc_br_60 .cont_foto img,
    .vc_br_60 .foto img{
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        overflow: hidden;
    }
    /*--- SECTON LINK ---*/
    .vc_section_link {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 0.647em;
        line-height: 1.1818em; }
    
    .vc_section_link a {
        border-bottom-width: 2px !important;
        font-size: 12px;
        padding-bottom: 2px;
        }
    .vc_section_link a span {
        margin-left: 10px !important;
    }

    .vc_section_link a .vc_arrow_yellow{
        font-size: 13px;
    }
    
    .vc_section_link a .vc_arrow_yellow.vc_mr90 {
        margin-right: 0; }
    
    .vc_section_link a .vc_arrow_black,
    .vc_section_link a .vc_arrow_white {
        font-size: 13px;
        margin-left:10px; }
    
    /*-----------------icons multimedia-----------------*/
    .vc_theme_dark.video .cont_foto a:before,
    .vc_theme_dark .video .cont_foto a:before,
    .vc_theme_light.video .cont_foto a:before,
    .vc_theme_light .video .cont_foto a:before,
    .vc_theme_dark.video .cont_img a:before,
    .vc_theme_dark .video .cont_img a:before,
    .vc_theme_light .video .cont_img a:before,
    .vc_theme_light.video .cont_img a:before {
        background-size: 30px !important;
        height: 30px !important;
        width: 30px !important; }
    
}

@media (max-width: 576px) {
    body {
        padding-top: 64px;
    }
    
    .vc_occhiello_titolo,
    .vc_textedit_box_previews .text {
        padding: 7px 22px;
        font-size: 1.176em;
        line-height: 1em;
    }

    .anteprima_ipiu .occhiello_titolo:before,
    .vc_article_related .occhiello_titolo:before,
    .vc_article_related_mobile .occhiello_titolo:before,
    .vc_article_related_dj .occhiello_titolo:before,
    .vc_box_tgcom .occhiello_titolo:before,
    .vc_textedit_box_previews:before{
        border-width:2px !important;
        top: -5px;
        left: -5px;
    }

    .vc_slider .swiper-button-next,
    .vc_slider .swiper-button-prev,
    .vc_slider:hover .swiper-button-next,
    .vc_slider:hover .swiper-button-prev{
        display:none;
    }

    /*--- BG - GRAPHIC ---*/
    .vc_bg_grap_pois_yellow,
    body.section_105_consiglia .vc_bg_grad {
      background-size: 290px;
    }
    .vc_bg_grap_pois_big_black,
    .vc_bg_grap_pois_big_black_full {
      background-size: 300px; 
    }

    
}


/*-----------------End-----------------*/