/*-----------------Generic Style Reset-----------------*/

* {
	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;
	overflow-y:hidden;
}
ol, ul, li {
	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;
}
/*-----------------End-----------------*/


/*-----------------Style-----------------*/
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
z-index: 9999;
}

body, html {
    margin:0;
    padding:0;
    width:100%;
    font-size:16px;
    display:block;
    overflow-x:hidden;
}
img {
    border:0;
    text-decoration:none;
    object-fit:cover;
}
iframe {
  /*  object-fit:cover;*/
}
video {
    object-fit:cover;
}
audio {
    object-fit:cover;
}
.bgbanner {
    width:100%;
    height:auto;
    cursor:pointer;
}
.style_drag {
    padding:5px 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
}
/*---struttura*/
.titolo_prov {
    background-color: #118abf;
    color: white;
    text-transform: uppercase;
    margin: 10px 9px 20px 9px;
    padding: 11px 15px 11px 10px;
    padding: 5px 5px 5px 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}
.titolo_rubr_new {
    color:#808080;
    margin:0 0 20px 0;
    padding:10px 0 0 0;
    font-family: 'Oswald', sans-serif;
    font-size:2em;
    letter-spacing:1px;
    text-rendering: optimizeLegibility;
    text-align:center;
    border-bottom:2px solid #eee;
}
.titolo_prov_new {
    background-color: #118abf;
    color: white;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding:10px 0 10px 9px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}
.nuovo_box {
float:left;
width:100%;
}

#container, .container_990 {
  margin:0 auto;
  padding:0;
  background:#fff;
  width:100%;
  position:relative;
  z-index:98;
  clear:both;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#container_video_rete {
  margin:0 auto;
  padding:0;
  background: rgb(143,144,146);
  background: radial-gradient(circle, rgba(143,144,146,1) 0%, rgba(0,0,0,1) 100%);
  width:100%;
  position:relative;
  z-index:98;
  clear:both;
  margin-top:98px;
}
.container_990_dossier {
margin: 0 auto;
  padding: 0 10px;
  background:#fff;
  width: 990px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: table;
  clear: both;
}
.overbox_full {
    margin:0;
    padding:0;
    width:100%;
    background:#fff;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
}
.overbox_full_newsite {
    margin:0 auto;
    max-width:1280px;
    min-width:800px;
    background:#fff;
    clear:both;
    position:relative;
    padding:0 10px 0 10px;
}
.overbox_full_colun_left {
    position:relative;
    float:left;
    width:66.5%;
    margin:0 0 30px 0;
    padding-right:1.5%;
    border-right:1px solid #b0c3d2;
}
.overbox_full_colun_right {
    position:relative;
    float:right;
    width:32%;
    margin:0 0 30px 1.5%;
}
.overbox_full_orizontal {
    position:relative;
    float:left;
    clear:left;
    width:100%;
    background: rgb(245,242,237);
    background: linear-gradient(0deg, rgba(245,242,237,1) 0%, rgba(255,255,255,1) 100%); border-top:1px solid #f3f1ed;
    border-bottom:30px solid #e9e6e2;
}
.overbox_head_dossier {
    border-bottom:1px solid #ccc;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.29);
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.29);
}
.overbox_full_dossier {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  float: left;
  clear: left;
  position: relative;
}
.overbox_full_dossier.head {
  z-index: 99;
}
.distanza_not1 {
  position:relative;
  float:left;
  clear:left;
  height:70px;
}
.distanza_not2 {
  position:relative;
  float:left;
  clear:left;
  height:20px;
}
.distanza_not3 {
  margin-top:-47px;
}
.distanza_not4 {
  clear:both;
  height:10px;
}
.vc_title a span {
    color:#e84e1c !important;
}
.vc_title a:hover span {
    color:#b73513 !important;
}
.vc_relateds li a span {
    color:#e84e1c !important;
}
.vc_relateds li a:hover span {
    color:#b73513 !important;
}
.anteprima_ipiu .schermata .hori_group .box h2 a span {
    color:#e84e1c !important;
}
.anteprima_ipiu .schermata .hori_group .box h2 a:hover span {
    color:#b73513 !important;
}
.container_province_menu {
    margin:10px 0 20px 0;
    padding:10px 0 10px 0;
    width:100%;
    float:left;
    clear:left;
    background:#dee8f0;
    position:relative;
}
/*---menu_generale*/
.container_menu_province {
    margin:0 auto;
    width:100%;
    /*width:964px;*/
    float:left;
    clear:left;
    position:relative;
}
.container_menu_province ul,
.container_menu_province ul li {
    list-style:none;
}
.container_menu_province ul.menu_1 {
    margin:0 auto;
    list-style:none;
    width:500px;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;      
}
.container_menu_province ul.menu_1 li {
    margin:0 0;
    padding:0;
    display:block;
    float:left;
    border-left:0;
    z-index:9;
    position:relative;
}
.container_menu_province ul.menu_1 li:hover {
    background:#517fa2;
}
.container_menu_province ul.menu_1 li:first-child {
    border:0;
}
.container_menu_province ul.menu_1 li a:link,
.container_menu_province ul.menu_1 li a:visited {
    margin:5px 20px 5px 20px;
    text-transform:uppercase;
    font-family: 'Quattrocento', serif;
    font-weight:700;
    text-rendering: optimizeLegibility;
    text-decoration:none;
    font-size:0.95rem;
    color:#000;
    display:block;
    float:left;
    border:0;   
}
.container_menu_province ul.menu_1 li a:hover,
.container_menu_province ul.menu_1 li a:focus,
.container_menu_province ul.menu_1 li a:active,
.container_menu_province ul.menu_1 li:hover a {
    text-decoration:none;
    color:#fff;
    background:#517fa2;
    cursor:pointer;
    -webkit-transition: background 0.6s ease-out;
    -moz-transition: background 0.6s ease-out;
    -o-transition: background 0.6s ease-out;
    transition: background 0.6s ease-out;  
}
/*---selezionato*/
.container_menu_province ul.menu_1 li.attivo a {
    color:#fff;
    background:#395b74;
    text-decoration:none;
}
.container_menu_province ul.menu_1 li.attivo {
    color:#fff;
    background:#395b74;
    text-decoration:none;
}
#wrapper-infinite {
  margin:0 auto;
  width:100%;
  position:relative;
  float:left;
  clear:left;
}
.pubtechArticleInfinite {
  margin:0 auto;
  width:100%;
  position:relative;
  float:left;
  clear:left;
}
/*ADV TALKS DESKTOP*/
.adv_lead_push_masth{
    text-align: center;
    width: 100%;
    min-height:1px;
    margin:20px 0 20px 0;
    position:relative;
    float:left;
    clear:left;
}
.adv_mini_pushbar{
    clear:left;
    margin:0 auto 50px auto;
    width:655px;
    min-height:1px;
}
.adv_ticker{
   position:relative;
   clear:both;
    margin: 0 0 50px 0;
    text-align: center;
    width: 96%;
    min-height:1px;
}
.adv_mr_hfp{
    position:relative;
    clear:both;
    margin-bottom:20px;
    text-align: center;
    width: 100%;
    min-height:1px;
}
.adv_mr_1{
   position:relative;
   clear:both;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    min-height:1px;
}
.adv_mr_2 {
    position:relative;
    clear:both;
    margin:0 auto 10px auto;
    text-align:center;
    width:300px;
    min-height:1px;
}
.adv_rectangle {
    position:relative;
   float:left;
   clear:left;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    min-height:1px;
}
.adv_gtk {
    position:relative;
    clear:both;
    margin:0 auto 50px auto;
    text-align:center;
    width:630px;
    min-height:1px;
}
.adv_gtk_3 {
    position:relative;
    clear:left;
    width:630px;
    min-height:1px;
    margin:0 auto 20px auto;
    text-align:center;
}
.separatore_articoli {
    position:relative;
    width:100%;
    height:30px;
    margin-bottom:20px;
    float:left;
    clear:left;
    border-top:1px solid #eee;
    background: rgb(221,221,221);
    background: radial-gradient(circle, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 75%, rgba(255,255,255,1) 100%);
}
.notification_scroll {
  position: relative;
  float:left;
  clear:left;
  width: 80%;
  margin:20px 0 0 10%;
}

.notification_scroll p {
    text-align:center;
    padding:10px 0 10px 0;
    font-family: 'Libre Franklin', sans-serif;
    font-size:1.2rem;
    color:#fff;
    letter-spacing:1px;
    background: linear-gradient(-45deg, #273f50, #517fa2, #395b74);
    background-size: 400% 400%;
    animation: gradient-bg 5s ease infinite;
}

@keyframes gradient-bg {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.arrows {
  width: 60px;
  height: 72px;
  margin:10px auto 20px auto;
  display: block;
}

.arrows path {
  stroke: #2994D1;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}
.overbox_column_300_right_tv {
    margin:0;
    padding:0;
    width:300px;
    float:right;
    clear:right;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.overbox_column_300_right {
    margin: 20px 7px 0 0;
    padding: 0;
    width: 300px;
    float: right;
    clear: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
}
.overbox_column_300_right_newsite {
    margin:20px 0 0 0;
    padding:0;
    width:300px;
    float:right;
    clear:right;
    background: #fff;
}
.overbox_column_300_right_test {
    margin:20px 2% 0 0;
    padding:0 2% 0 2%;
    width:30%;
    float:right;
    clear:right;
    background: #fff;
    border-right:1px solid #eee;
}
.overbox_main {
    margin:0;
    padding:0 2px 0 0;
    width:675px;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;
    margin-top:13px;
}
.overbox_main_newsite_sec {
    margin:13px 0 0 0;
    padding:0;
    width:66%;
    float:left;
    clear:left;
    background:#fff;
}
.overbox_main_newsite {
    margin:0;
    padding:0;
    width:630px;
    float:left;
    clear:left;
    background:#fff;
    margin-top:13px;
}
.overbox_main33 {
    margin:0;
    padding:0 2px 0 0;
    width:675px;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;
    margin-top:1px;
}
.spazio_not_home_a {
    float:left;
    clear:left;
    margin:0;
    padding:0;
    width:655px;
    height:20px;
}
.spazio_not_home_b {
    float:left;
    clear:left;
    margin:0 0 20px 0;
    padding:0;
    width:655px;
}
.overbox_fifty {
    margin:0;
    padding:0;
    width:50%;
    float:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;
}
.overbox_fifty.right {
    padding-left:15px;
}
.overbox_main_tv {
    margin: 0;
    padding: 0 2px 0 0;
    width: 680px;
    float: left;
    clear: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
}
.overbox_main_shop {
    margin:0;
    padding:0 2px 0 0;
    width:675px;
    float:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.overbox_main_440 {
    margin:0;
    padding:0 2px 0 0;
    width:440px;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;
}
.overbox_column_176 {
    margin:0 0 10px 0;
    padding:0;
    width:25%;
    float:right;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;
}
.overbox_column_220 {
    margin:0;
    padding:0 0 0 10px;
    width:220px;
    float:right;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;	
    border-left:1px dashed #bbb;
}
.float_right {
    float:right;
}
/*---overbox_footer*/
.overbox_footer {
    margin:0;
    padding:30px;
    width:100%;
    background:#052b3c url(../images/overbox_footer.jpg) repeat-x top left;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:relative;
}
.overbox_footer.ticker_footer {
    margin:0 0 38px 0;
    padding:30px;
}
.overbox_footer.footer_tv {
    background:#052b3c url(../images/overbox_footer_tv.jpg) repeat-x top left;
    margin-top:20px;
}
.overbox_footer.footer_shop {
    background:#4d127a url(../images/overbox_footer_shop.jpg) repeat-x top left;
    margin-top:20px;
}
.overbox_footer:before {
    content:"";
    margin:0;
    padding:0;
    width:100%;
    height:4px;
    float:left;
    clear:left;
    background:#000;
    border-bottom:6px #fff solid;
    position:absolute;
    top:0;
    left:0;
}
.overbox_news_footer_ticker_fixed {
    margin:0;
    padding:0;
    width:100%;
    left:0;
    bottom:0;
    position:fixed;
    z-index:2147483647;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.overbox_news_footer_ticker_fixed #close_ticker {
    margin:0;
    position:absolute;
    cursor:pointer;
    text-align:center;
    width:25px;
    height:25px;
    color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.55);
    -moz-box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.55);
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.55);
    background:#0C679C;
    right: 10px;
    bottom: 90px;
}
#overbox_ticker_newsstand {
    /*display:none;*/
}
.overbox_news_main_footer {
    margin:0 auto;
    padding:0;
    width:990px;
    position:relative;
    display:table;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cont_affiancate {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:10px 0;
    padding:0;
}
.border_grey {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:10px 0;
    padding:0;
    float: left;
}
/*---cont_affiancate_variante_sezione*/
.cont_affiancate_variante_sezione {
    margin:0;
    padding-top:0;
    border:0;
}
.cont_affiancate_variante_sezione .anteprima_tre_affiancate {
    margin-top:0;
}
/*---cont_affiancate_no_border*/
.cont_affiancate_no_border {
    border-bottom:0;
}
/*---overbox_copyright*/
.overbox_copyright {
    margin:0;
    padding:0;
    width:450px;
    position:absolute;
    bottom:30px;
    right:30px;
}
/*---container_head*/
.container_head_logo {
    margin:0;
    padding:0;
    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;
    background:#fff;
    position:relative;
   /* min-height: 80px;*/
}
.variante_sezione_container_head {
    margin:5px 0 15px 0;
}
.top_head {
    margin:0;
    padding:5px 0 0 0;
    float:left;
    clear:left;
    width:100%;
    position:relative;
    border-top:1px #838383 solid;
    border-bottom:1px #838383 solid;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.center_head {
    margin:8px 0 0 0;
    padding:0;
    width:100%;
    height:125px;	
    float:left;
    clear:left;
    position:relative;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
}
.bottom_head {
    margin:0;
    padding:0;
    width:100%;
    float:left;
    clear:left;
    position:relative;
    top:-20px;
    z-index:10;
}
.overbox_column_335_left {
    margin:0;
    padding:0;
    width:335px;
    float:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;	
}
.overbox_column_335_left.float_right {
    margin:0;
    padding:0;
    width:335px;
    float:right;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;	
}
/*-overbox_column_320_left--*/
.overbox_column_320_left {
    margin:0 15px 0 0;
    padding:0;
    width:320px;
    float:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;	
}
.overbox_column_300_left {
    margin:0 15px 0 0;
    padding:0;
    width:300px;
    float:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;	
}
.overbox_column_320_left.float_right {
    margin:0;
    padding:0;
    width:320px;
    float:right;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;	
}
/*-overbox_column_320_left--*/
.overbox_column_494_left_new {
    margin:0;
    padding:0;
    width:70%;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;	
}
.overbox_column_494_left {
    margin:0;
    padding:0;
    width:494px;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#fff;	
}
.overbox_column_670_left {
    margin:0;
    padding:0;
    width:675px;
    float:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*---Colonne Articolo*/
.column_articolo_sx {
    margin:0 10px 0 0;
    padding:0;
    width:170px;
    float:left;
}
.column_articolo_sx_flip_gdm {
    margin:0;
    padding:0;
    width:12%;
    float:left;
}
.column_articolo_sx_tv {
    margin:7px 0 0 0;
    padding:0;
    width:170px;
    float:left;
}
.column_articolo_dx {
    margin:0 10px 0 0;
    padding:0;
}
.column_articolo_dx_flip {
    margin:0 0 0 10px;
    padding:0;
    width:990px;
    float:left;
}
.column_articolo_dx_flip_gdm {
    margin:0 10px 0 0;
    padding:0;
    width:86%;
    float:right;
}
.container_editorial {
	display:none;
}
/*css iframe gallery nel testo */ 
 .slide.row .iframe_vc_image.col-xs-12 {
    background: #2c2b2b;
}
.vc_gallery_over {
    background: #2c2b2b;
}
.vc_gallery_over .bx-pager.bx-default-pager {
    color:white;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
}
.iframe_vc_image.col-xs-12 {
    text-align: center;
    padding-top: 0vh;
    top: 5vh;
}
.vc_gallery_over .bx-viewport{
    width:100vw !important;
}
.vc_gallery_over .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction .bx-prev{
    color: #2c2b2b00;
    position: absolute;
    left: 17px;
    top: 50%;
    background-image: url(../images/arrow-gallery-left.png);
    background-size: 30px;
    min-width: 30px;
    min-height: 30px;
}
.vc_gallery_over .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction .bx-next{
    color: #2c2b2b00;
    position: absolute;
    right: 17px;
    top: 50%;
    background-image: url(../images/arrow-gallery-right.png);
    background-size: 30px;
    min-width: 30px;
    min-height: 30px;
}
.iframe_vc_image.col-xs-12{
    text-align: center;
    padding-top: 0vh;
}
.iframe_vc_image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.iframe_article_gallery .row.slide{
    margin-right:0;
    margin-left:0;
}
.fancybox-opened .fancybox-skin {
    background: #2c2b2b !important;
}

@media (max-width: 679px) {
    .iframe_vc_image.col-xs-12 {
    text-align: center;
    padding-top: 0vh;
    width:100%;
    height:100%;
}
.vc_gallery_over .bx-pager.bx-default-pager {
  top: auto;
  bottom: 5vh;
}
.vc_gallery_over .bx-viewport{
    width:100vw !important;
    height:100% !important;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.iframe_vc_image img {
    max-width: 100%;
}

}

@media (max-width: 1000px) and (orientation: landscape)  { 
.iframe_vc_image img{
    max-height: 100%;
    width: auto;
}
}

/*---container_lettere_al_direttore*/
.container_lettere_al_direttore {
    margin:10px 0 0 0;
    padding:0 10px 0 0;
    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;
}
/* main_news */
.main_news_standard{
	margin:0 0 10px 0;
	padding:0;
	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;
}
.main_news_full{
	margin:0 0 10px 0;
	padding:0;
	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;  
    border-bottom: 1px solid #bcdce7;
}
.main_news_standard_double{
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	width:99%;
	float:left;
	clear:left;
	border-top:1px solid #bbb;
	box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;  
    border-bottom: 1px solid #bcdce7;
}
.main_news_standard_triple{
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	width:100%;
	float:left;
	clear:left;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* Legale */
.section-legale {
    position:relative;
    float:left;
    clear:left;
    margin:40px 0 40px 0;
    background:#eee;
}
.article-legale {
    position:relative;
    width:40%;
    margin:20px auto 20px auto;
    padding:1%;
    background:#fff;
}
.article-legale h2 {
    color:#06526F;
    font-size:2em;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.article-legale h3 {
    color:#06526F;
    font-size:1.3em;
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:20px;
}
.article-legale p {
    color:black;
    font-size:1.2em;
    font-family:Arial, Helvetica, sans-serif;
    line-height:24px;
}
.overbox_full_legale {
    margin:35px auto 50px auto;
    width:100%;
    background:#eeeeee;
    float:left;
    clear:left;
    position:relative;
    padding:6% 15% 5% 20%;
}
.overbox_full_legale_article {
    margin:35px auto 50px auto;
    width:100%;
    background:#eeeeee;
    float:left;
    clear:left;
    position:relative;
    padding:5% 0 5% 22%;
}
.read_legale {
    left:46%;
    top:+2%;
    position:absolute;
}



/*---FONT*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,900,700);
@import url(http://fonts.googleapis.com/css?family=Enriqueta:400,700);
@import url(http://fonts.googleapis.com/css?family=Crete+Round:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Bevan);

@font-face {
    font-family: 'CreteRound-Regular';
    src: url('font/CreteRound-Regular.eot');
    src: url('font/CreteRound-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/CreteRound-Regular.woff') format('woff'),
        url('font/CreteRound-Regular.ttf') format('truetype'),
        url('font/CreteRound-Regular.svg#CreteRound-Regular') format('svg');
}
.fontpro,.fontpro-36165 {
    font-family: 'CreteRound-Regular',sans-serif;
}

.cc-cookies {
  display:none;
}

  
  
  /*.cc-cookies {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.2em;
  background: #565656;
    background: rgba(86,86,86,0.95);
text-shadow: 0 -1px 0 rgb(0 0 0 / 35%);
color: #fff;
}




  .cc-cookies > div {
    width: auto;
  }

  .cc-cookies .msg {
    width: 95%;
    float: left;
    clear: left;
    text-align: left;
    color: #fff;
  }

    .cc-cookies .msg a {
      color: #fff;
      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: #fff;
    width: 3%;
    background:#000;
    float: right;
    clear: right;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px #fff solid;
  }*/
  
  

body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .banner_background_controller {
width: 1010px !important;
  float: none !important;
  display: table;
  clear: both;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #fff;
}
@media screen and (max-width:1024px) {
    .overbox_news_footer_ticker_fixed #close_ticker{
        right:0;
    }
    
    }
/*----container_footer*/
.container_footer {
  margin: 0;
  padding: 0;
  width: 990px;
  position:relative;
}
.tre_col {
    float:left;
    width:100%;
}
.container_footer_left{
	margin:0;
	padding:0;
	width:100%;
	position:relative;
}
.container_footer_right{
	margin:0;
	padding:0;
	width:100%;
	position:relative;
}
.container_headdd,
.container_headdd .container_head_centerrr {
    margin:0;
    padding:0;
    width:100%;
    position:relative;
    background:#fff;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
}
.container_headdd .container_head_centerrr {
    margin: 10px 0 0 0;
    height:90px;
}

.container_headdd_video_rete,
.container_headdd_video_rete .container_head_centerrr_video_rete {
    margin:0;
    padding:0;
    width:100%;
    position:relative;
    float:left;
    clear:left;
    background:black;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
}
.container_headdd_video_rete .container_head_centerrr_video_rete {
    margin: 10px 0 0 0;
    height:90px;
}

@media only screen 
and (min-width : 580px) 
and (max-width : 990px){ 
.banner_background {
display:none;
}
}