
/*---vc_preview_slider_auto_gallery*/
.vc_preview_slider_auto_gallery {
	margin:30px 0 0 0;
	float:left;
	clear:left;
	width:100%;
	min-height:250px;
	
}
.vc_preview_slider_auto_gallery .occhiello_titolo{
    width: 100%;
    float: left;
    clear: left;
    padding-top: 10px;
    position: relative;
}
.vc_preview_slider_auto_gallery .occhiello_titolo a,
.vc_preview_slider_auto_gallery .occhiello_titolo {
    color: #fff;
    color: var(--alpha-fg);
    font-weight: 400;
    font-size: 1.3em;
    line-height: 0.9em;
    width: 100%;
    float: left;
    clear: left;
    background-color:#D8002D;
    background-color: var(--alpha-bg);
    padding:5px;
    text-transform:uppercase;
}
.vc_preview_slider_auto_gallery .occhiello_titolo a:after{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    font-size: 0.5em;
    line-height: 2em;
}
.vc_preview_slider_auto_gallery .bx-wrapper,
.vc_preview_slider_auto_gallery .bx-wrapper .bx-window,
.vc_preview_slider_auto_gallery .bx-wrapper .bx-window .cont,
.vc_preview_slider_auto_gallery .bx-wrapper .bx-window .cont .schermata {
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
}
.vc_preview_slider_auto_gallery .cont{
    float: left;    
    clear: left;
}
.vc_preview_slider_auto_gallery .bx-wrapper{
    /*padding:5px 15px;*/
}
.vc_preview_slider_auto_gallery .cont .schermata .box .icona_tipo {
	display:none;
}
.vc_preview_slider_auto_gallery .cont .schermata .box {
    margin: 15px 0.5%;
    padding: 0px;
    width: 32.333%;
    float:left;
	position:relative;
	overflow:hidden;
	opacity: 0.95;
}
.vc_preview_slider_auto_gallery .cont .schermata .box:hover {
    opacity: 1;
}
.vc_preview_slider_auto_gallery .cont .schermata .box .divcont {
    padding: 0;
    position:relative;
    width:100%;
    float:left;
    z-index:9;
}
.vc_preview_slider_auto_gallery .cont .schermata .box .divcont2 {
    padding: 5px;
    position: relative;
    width: 100%;
    float: left;
    z-index: 9;
    background: #2D3437;
}
.vc_preview_slider_auto_gallery .cont .schermata .box .cont_foto {
	width:100%;
	float:left;
	clear:left;
	position: relative;
}
.vc_preview_slider_auto_gallery .video .cont_foto a:before {
    /* content: "\f144"; */
    content: "Watch video";
    color: #fff;
    opacity: 1;
    font-family: inherit;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 5px 2px 25px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    display: none;
    top: 0px;
    right: -60px;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
}
.vc_preview_slider_auto_gallery .gallery .cont_foto a:before {
    /* content: "\f144"; */
    content: "Watch gallery";
    color: #fff;
    opacity: 1;
    font-family: inherit;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 5px 2px 30px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    display: none;
    top: 0px;
    right: -65px;
    background: url(/images/icon_open_gallery_white.png) 7px 3px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: #0077b3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.vc_preview_slider_auto_gallery .box:hover .cont_foto a:before {
    right: 0px;
}
/*.vc_preview_slider_auto_gallery .cont .schermata .box .cont_foto:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    }*/
.vc_preview_slider_auto_gallery .cont .schermata .box .cont_foto img {
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	text-decoration:none;
	float:left;
}
.vc_preview_slider_auto_gallery .cont .schermata .occhiello {
    margin-bottom:5px;
    width:100%;
    float:left;
    clear:left;
    font-size: 1em;
}
.vc_preview_slider_auto_gallery .cont .schermata .titolo {
    width: 100%;
    float: left;
    clear: left;
    font-size: 0.9em;
    color: #fff;
    height: 4.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.vc_preview_slider_auto_gallery .cont .schermata .titolo a {
    color: inherit !important;
}

/*---punti_slider*/
.vc_preview_slider_auto_gallery .punti_slide {
    bottom:5px;
    position: relative;
}
.vc_preview_slider_auto_gallery .punti_slide .bx-pager {
    margin:0 auto;
    padding:0px;
    text-align:center;    
    width:100%;
    float:left;
    clear:left;
}
.vc_preview_slider_auto_gallery .punti_slide .bx-pager .bx-pager-item {
    margin:0px 3px 0 0;
    padding:0px;
    width:10px;
    height:10px;
    display:inline-block;
    text-decoration:none;
    font-size:0px;
    color:#fff;
}
.vc_preview_slider_auto_gallery .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
    margin:0px 4px;
    padding:0px;
    width:10px;
    height:10px;
    display:inline-block;
    text-decoration:none;
    font-size:0px;
    color:#fff;
    background:transparent;
    border:2px solid #373E41;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.vc_preview_slider_auto_gallery .punti_slide .bx-pager .bx-pager-item a.active {
    background:#373E41;
}
/*---Arrows*/
.vc_preview_slider_auto_gallery .bx-controls .bx-controls-direction .bx-prev {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 98;
}
.vc_preview_slider_auto_gallery .bx-controls .bx-controls-direction .bx-prev:after {
    content: "\f0a8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    top: 40%;
    left: 15px;
    position: absolute;
}
.vc_preview_slider_auto_gallery .bx-controls .bx-controls-direction .bx-next {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 98;
}
.vc_preview_slider_auto_gallery .bx-controls .bx-controls-direction .bx-next:after {
    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    top: 40%;
    right: 15px;
    position: absolute;
}
.vc_preview_slider_auto_gallery .bx-controls .bx-controls-direction .bx-prev a,
.vc_preview_slider_auto_gallery .bx-controls .bx-controls-direction .bx-next a {
    margin:0px;
    padding:0px;
    display:block;
}
@media only screen and (max-width : 480px) {/* Extra Small Devices, Phones */ 
    .vc_preview_slider_auto_gallery .cont .schermata .box {
        width: 99%;
    }
}

@media only screen and (max-width : 767px) {
    .vc_preview_slider_auto_gallery_mobile .occhiello_titolo a, .vc_preview_slider_auto_gallery_mobile .occhiello_titolo{
        background-color: var(--alpha-bg) !important;
        color: var(--alpha-fg) !important;
    }
}


/*---banner_rectangle_300x250_1*/
.banner_mpu1 {
    width:100%;
    float:right;
    clear:left;
    text-align:center;
}
.banner_mpu1 img {
   float:right;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation:portrait) {
    .banner_mpu1{
        margin-bottom:30px;
    }
}
@media (max-width: 1200px) {
    .banner_mpu1 img{
        float:none;
        margin:0 auto;
    }
}


/*---spacer*/
.spacer {
    width:100%;
    height:0px;
    float:left;
    clear:left;
    font-size:0px;
    line-height:0px;
}
.spacer.t_5 {
    margin-top:5px;
}
.spacer.t_8 {
    margin-top:8px;   
}
.spacer.t_10 {
    margin-top:10px;
}
.spacer.t_15 {
    margin-top:15px;
}
.spacer.t_20 {
    margin-top:20px;   
}
.spacer.t_25 {
    margin-top:25px;   
}
.spacer.t_30 {
    margin-top:30px;   
}
.spacer.t_35 {
    margin-top:35px;   
}
.spacer.t_40 {
    margin-top:40px;   
}
.spacer.t_45 {
    margin-top:45px;   
}
.spacer.t_50 {
    margin-top:50px;   
}
.spacer.t_55 {
    margin-top:55px;   
}
.spacer.t_60 {
    margin-top:60px;   
}
.spacer.t_65 {
    margin-top:65px;   
}
.spacer.t_70 {
    margin-top:70px;   
}
.spacer.t_75 {
    margin-top:75px;   
}
.spacer.t_80 {
    margin-top:80px;   
}
.spacer.t_85 {
    margin-top:85px;   
}
.spacer.t_90 {
    margin-top:90px;   
}
.spacer.t_95 {
    margin-top:95px;   
}
.spacer.t_100 {
    margin-top:100px;   
}
/*---banner_rectangle_300x250_1*/
.banner_doublempu {
    width:100%;
    float:right;
    clear:left;
    text-align:center;
}
.banner_doublempu img {
   float:right;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation:portrait) {
    .banner_doublempu1{
        margin-bottom:30px;
    }
}
@media (max-width: 1200px) {
    .banner_doublempu img{
        float:none;
        margin:0 auto;
    }
}

/*---vc_article_preview_medium*/
.vc_article_preview_medium {
    width:100%;
    float:left;
    clear:left;
    background:#fff;
    position:relative;
    box-shadow: 5px 5px 10px #4c4c4c; 
    /*margin: 0 3px 0 3px;*/
    /*rgba(136, 136, 136, 0.67)*/
}
.nwn-medium-plus .vc_article_preview_medium {
    margin-left:0;
}
.vc_large_5_small{
    height:276px;
}
/*.vc_article_preview_medium .small_title{
    margin-left:-15px;
}*/
.vc_article_preview_medium .didascalia{
    display:none;
    font-size:0;
}
.vc_article_preview_medium .cont_img {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_medium .cont_img img {
    width:100%;
    height:inherit;
    float:left;
    clear:left;
}
.nomargin{
    margin-left: -15px;
    margin-right: -15px;
}
.vc_article_preview_medium .titolo {
    margin: 8px 0px 12px 0px;
    width:100%;
    float:left;
    clear:left;
    font-size:1em;
    line-height:1.4em;
    font-weight:400;
    padding:5px 0 5px 0;
}
/* Begin required CSS. */
.vc_article_preview_medium .taglia_testo
{
	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;

	line-height        : 1.4em;
	overflow           : hidden;
	text-overflow      : ellipsis;
	-webkit-line-clamp : 3;
	height             : calc(1.4em * 1 * 3);
	padding            : 0 !important;
	letter-spacing:-.3px;
}
@media only screen and (max-width : 1200px) {/* Large Devices, Wide Screens */
    .vc_article_preview_medium {
        width:100%;
        margin-right: 0;
    }
    .vc_article_preview_medium.weekly {
        width:100%;
        margin-left: 0;
        margin-right: 0;
    }
    .nwn-shift-col {
        margin-left:-5px;
    }  
    .nwn-medium-plus .vc_article_preview_medium {
        margin-left:0;
    }
}
@media only screen and (max-width : 992px) {/* Medium Devices, Desktops */
    .nwn-shift-col {
        margin-left:0;
    }  
    .vc_article_preview_medium {
        width:100%;
        height:auto;
        margin: 0;
    }
    .vc_large_5_small.vc_article_preview_medium {
        width:100%;
        margin: 0;
    }
    .nwn-medium-plus .vc_article_preview_medium {
        margin-left:0;
    }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {}
@media only screen and (max-width : 767px) {/* Small Devices, Tablets */
    .vc_article_preview_medium {
        width:100%;
        height:auto;
        margin: 0;
    }
    .nwn-large-story-blk .vc_article_preview_medium {
        width:calc(100% + 3px);
    }
    .nwn-shift-col {
        margin-left:0;
    }    
    .nwn-medium-plus .vc_article_preview_medium {
        margin-left:0;
    }
    .vc_article_preview_medium .cont_img {
        text-align: center;
    }
    .vc_article_preview_medium .cont_img img {
        float: none;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        display: block !important;
    }
}
@media (min-width:481px) and (max-width:767px) { 
    .vc_article_preview_medium .taglia_testo,
    .vc_article_preview_medium .titolo {
        font-size: 1.45em !important;
        line-height: 1.3em !important;
    }
    .nwn-vert-sect .vc_article_preview_medium{
        margin-bottom:0;
    }
}
@media only screen and (max-width : 480px) {/* Extra Small Devices, Phones */ 
    .vc_article_preview_medium {
        width:100%;
        height:auto;
        margin: 0 0 10px 0;
    }
    .nwn-shift-col {
        margin-left:0;
    }    
    .nwn-vert-sect .vc_article_preview_medium{
        margin-bottom:0;
    }
}
@media only screen and (max-width : 320px) {/* Custom, iPhone Retina */ 
    .vc_article_preview_medium {
        width:100%;
        height:auto;
        margin: 0;
    }
    .nwn-shift-col {
        margin-left:0;
    }
    .nwn-vert-sect .vc_article_preview_medium{
        margin-bottom:0;
    }
}

/*---banner_rectangle_300x250_4*/
.banner_mpu4 {
    width:100%;
    float:left;
    clear:left;
    text-align:center;
    margin-bottom:30px;
}
.banner_mpu4 img {
    float:left;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation:portrait) {
    .banner_mpu4{
        margin-bottom:30px;
    }
}
@media (max-width: 1200px) {
    .banner_mpu4 img{
        float:none;
        margin:0 auto;
    }
}
/*---vc_article_preview_small*/
.vc_article_preview_small {
    /*width:100%;
    float:left;
    clear:left;*/
    background:#fff;
    position:relative;
    box-shadow: 5px 5px 10px #4c4c4c; 
}
.nwn-medium-plus .vc_article_preview_small {
        margin-left:0;
    }
/* This is necessary to center the text against the picture */
.vc_article_preview_small .vertical-align {
  display: -ms-flex;
  display: -webkit-flex;  
  display: flex;
  flex-direction: row;
}

.vc_article_preview_small .vertical-align > article > [class^="col-"],
.vc_article_preview_small .vertical-align > article > [class*=" col-"] {
  display: -ms-flex;
  display: -webkit-flex;  
  display: flex;
  align-items: center;
}
.vc_article_preview_small .vcenter{
    /*width:330px;*/
    height:80px;
    display: -ms-flex;
    display: -webkit-flex;    
    display:flex;
    align-items:center;
    vertical-align:middle;
}
/* Begin required CSS. */
.vc_article_preview_small .taglia_testo{
	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;
    overflow:hidden;
    width:95%;
	line-height        : 1.2em;
	text-overflow      : ellipsis;
	-webkit-line-clamp : 4;
	/*height             : calc(1.1em * 1 * 4);*/
	padding            : 0 !important;
	letter-spacing: -.3px;
}
/* End required CSS. */
.vc_article_preview_small .cont_img {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_small .cont_img img {
    clear:left;
    display:block;
    vertical-align:middle;
    max-width:100%;
    max-height:100%;
    object-fit:cover;
    margin:0 auto;
    float:left;
}
.nomargin{
    margin-left: -15px;
    margin-right: -15px;
}

.vc_article_preview_small .cont {
    /*width: auto;
    float: left;
    clear: left;*/
    padding:0;
}
.vc_article_preview_small .cont2 {
    /*padding-right: 15px;
    padding-left: 13px;
    font-size:0.9em;
    display: table;
    table-layout: fixed;
    */
    padding:0;
}

.vc_article_preview_small .titolo {
    margin:20px 9px 9px 0px;
    /*width:100%;*/
    float:left;
    clear:left;
    font-size:1em;
    line-height:1.4em;
    font-weight:400;
    height: 65px;
    /*padding:5px 0 5px 0;*/
    /*text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;*/
}
.vc_article_preview_small .titolo a{
    display: inline-block;
    vertical-align: middle;
    float:none;
}
.vc_article_preview_small .didascalia{
    display:none;
    font-size:0;
}
@media only screen and (max-width : 1200px) {/* Large Devices, Wide Screens */
    .vc_article_preview_small.vc_generic_section,
    .vc_article_preview_small {
        /*width:100%;*//*300px;*/
        margin-left:0;
    }
    .vc_article_preview_small.vc_large_story {
        /*width:100%;*/
        margin-left:3px;
    }
    .vc_article_preview_small .titolo{
        margin:20px 9px 9px 9px;
        width:93%;
    }
}

@media only screen and (max-width : 1024px) and (orientation:portrait){
    .vc_article_preview_small .titolo{
        margin:20px 9px 9px 10px !important;
    }
}

@media only screen and (max-width : 1024px) and (orientation:landscape){
    .vc_article_preview_small .titolo{
        margin:20px 9px 9px 10px !important;
    }
}


@media only screen and (max-width : 991px) {/* Medium Devices, Desktops */
    .vc_article_preview_small.vc_generic_section,
    .vc_article_preview_small.vc_large_story {
        /*width:100%;*/
        height:auto;
        margin-left:0;
    }
}
@media only screen and (max-width : 768px) {/* Small Devices, Tablets */
    .vc_article_preview_small {
        /*width:50% !important;*/
        /*width:100%;
        height: auto;*/
        width:100%;/*300px;*/
        margin-left:0;
    }
    .vc_article_preview_small .titolo{
        font-size:0.9em;
        margin:20px 9px 9px 9px;
        width:90%;
    }
    .nwn-large-story-blk .vc_article_preview_small {
        width:calc(100% + 3px);/*300px;*/
    }
}

@media only screen and (max-width : 480px) {/* Extra Small Devices, Phones */ 
    .vc_article_preview_small {
        width:100%;
    }
    .vc_article_preview_small .cont_img img {
        text-align:center;
        margin:0 auto;
        width:126px;
        height:84px;
    }
     .vc_article_preview_small .titolo{
        letter-spacing:-.3px;
        margin:8px;
        padding:5px !important;
    }
}
@media only screen and (max-width : 568px) and (orientation:landscape) {/* Extra Small Devices, Phones */ 
     .vc_article_preview_small .titolo{
        margin:20px 9px 9px -50px !important;
        font-size:1em;
    }
    .vc_article_preview_small_sport_homepage .titolo{
        margin:20px 9px 9px -50px !important;
        font-size:1em !important;
    }
}


/*---banner_rectangle_300x250_5*/
.banner_mpu5 {
    width:100%;
    float:left;
    clear:left;
    text-align:center;
    margin-bottom:30px;
}
.banner_mpu5 img {
    margin:0 auto;
    position:relative;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation:portrait) {
    .banner_mpu5{
        margin-bottom:30px;
    }
}
@media (max-width: 1200px) {
    .banner_mpu5 img{
        float:none;
        margin:0 auto;
    }
}
/*---vc_header_section_with_link*/
.vc_header_section_with_link {
    width:100%;
    float:left;
    clear:left;
    padding:5px;
    position:relative;
    background-color:#D8002D;
    background-color:var(--alpha-bg);
}
.vc_header_section_with_link p.sezione {
    width:100%;
    float:left;
    clear:left;
    
}
.vc_header_section_with_link p.sezione a {
    color:#fff;
    color:var(--alpha-fg);
    font-weight:400;
    font-size:1.4em;
    line-height:0.9em;
    width:100%;
    float:left;
    clear:left;
    /*
    cursor:default;
    pointer-events:none;*/
    text-transform:uppercase;
}

.vc_header_section_with_link p.sezione a:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float:right;
    font-size:0.5em;
    line-height:2em;
    /*display:none;*/
}

.vc_header_section_with_link p.testo_link {
    display:none;
}
@media only screen and (min-width: 1025px) {
    .head-container{
        padding:0;
    }
}
@media only screen and (min-width : 960px) and (max-width: 1024px) {
    .head-container{
        padding-right:0;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
      
    
}

/*---vc_article_preview_large*/
.vc_article_preview_large_mm {
    float:left;
    clear:left;
    background:#2D3437;
    width:100%;
    height:auto;
    box-shadow: 5px 5px 10px #4c4c4c; 
}
.vc_article_preview_large_mm .nopadding{
    padding:0;
}
.vc_article_preview_large_mm .cont{
    margin: 0;
}
.vc_article_preview_large_mm .cont .cont_img img{
    display:table-cell;
    vertical-align:middle;
    max-width:100%;
    max-height:100%;
    /*zoom:2\9;
    object-fit:contain;*/
}
.vc_article_preview_large_mm .titolo {
    width:100%;
    float:left;
    clear:left;
    font-weight:400;
    font-size:1.1em;
    line-height:1.4em;
    height:auto; /*calc(1.4em * 1 * 2);*//* same formula as medium preview */
    margin: 8px 0 8px 0;
}
.vc_article_preview_large_mm .cont_img .didascalia {
display: none;
}
@media only screen and (min-width : 1025px){
    /*
    .vc_article_preview_large_mm {
        width:675px;
        height:490px;
    }*/
    .vc_article_preview_large_mm .titolo {
        line-height: 1.2em;
        font-size: 1.6em;
        /*height: calc(1.65em * 1 * 2.5);*/
        overflow: hidden;
        -webkit-line-clamp: 3;
    }
}
@media only screen and (max-width : 1024px) and (orientation:portrait){
    .vc_article_preview_large_mm .cont_img img{
        width:708px;
        height:478px;
    }
}

@media only screen and (max-width : 1024px) and (orientation:landscape){
    .vc_article_preview_large_mm .cont_img img{
        width:660px;
        height:410px;
    }
}

@media only screen and (max-width : 1024px) {
   .vc_article_preview_large_mm {
        margin-left: 0;
        /*width:345px;
        height: 289px;*/
    }
    .vc_article_preview_large_mm .titolo {
        margin: 2px 0 12px 0;
    }
}
@media only screen and (width : 1024px){
    .vc_article_preview_large_mm {
        width:auto;
    }
    .vc_article_preview_large_mm .titolo {
        font-size:1.4em;
        line-height:1.2em;
    }    
}
@media only screen and (max-width : 1023px) {
   .vc_article_preview_large_mm {
        margin-left: 0;
    }
    .vc_article_preview_large_mm .titolo {
        margin: 2px 0 12px 0;
    }
}
@media only screen and (max-width : 960px) {
   .vc_article_preview_large_mm {
        margin-left: 0;
        width:100%;
        margin-bottom:10px;
    }
    .vc_article_preview_large_mm .cont_img img{
        /*max-width:420px;*/
        text-align:center;
        display:block;
        margin:0 auto;
    }
    .vc_article_preview_large_mm .titolo {
        margin: 8px 0 12px 0;
    }
}
@media only screen and (max-width : 767px) {
    .vc_article_preview_large_mm {
        margin-left: 0;
        width:100%;
        margin-bottom:10px;
    }    
    .vc_article_preview_large_mm .titolo {
        margin: 8px 0 12px 0;
        font-size:1.45em;
        line-height:1.3em;
    }
    .vc_article_preview_large_mm .cont_img img{
        height:auto;
    }
}
@media only screen and (width : 768px) {
    .vc_article_preview_large_mm .titolo {
        font-size:1.1em;
    }
    
}
@media only screen and (max-width : 480px) {
    .vc_article_preview_large_mm {
        margin-left: 0;
        width:100%;
        margin-bottom:10px;
    }    
    .vc_article_preview_large_mm .titolo {
        margin: 8px 0 12px 0;
        font-size:1.1em;
        line-height:1.4em;
    }    
}
@media only screen and (max-width : 360px) {
    .vc_article_preview_large_mm {
        margin-left: 0;
        width:100%;
        margin-bottom:10px;
    }    
    .vc_article_preview_large_mm .titolo {
        line-height:1.4em;
    }    
}
@media only screen and (max-width : 320px) {
    .vc_article_preview_large_mm {
        margin-left: 0;
        width:100%;
        margin-bottom:10px;
    }    
    .vc_article_preview_large_mm .titolo {
        line-height:1.3em;
    }   
}
/*leaderboard_728x90*/
.banner_leaderboard_2_728x90 {
    width:100%;
    clear:left;
    text-align:center;
    margin-top:35px;
}
.banner_leaderboard_2_728x90 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
    display:table;
    height: auto;
}
/*---vc_box_newsstand*/
.vc_box_newsstand {
    padding:0 0 50px 0;
    width:100%;
    float:left;
    clear:left;
    position:relative;
    border: 1px #e5e5e5 solid;
}
.vc_box_newsstand {
    border: 2px #750b00 solid;
}
.vc_box_newsstand .cont_img {
    padding:5px 0px 65px 0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
    border-bottom: 1px solid #dedede;
}
.vc_box_newsstand .cont_img img {
    margin:0 auto;
    max-width:100%;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.18);
    -moz-box-shadow:0px 3px 5px 0px rgba(50, 50, 50, 0.18);
    box-shadow:0px 3px 5px 0px rgba(50, 50, 50, 0.18);
}
.vc_box_newsstand .vc_label {
    padding:5px;
    width:100%;
    font-size:1.3em;
    font-weight:400;
    text-transform:uppercase;   
    text-align:left;
    color:#fff;
    color:var(--alpha-fg);
    border-bottom:1px #e5e5e5 solid;
    background-color:#D8002D;
    background-color:var(--alpha-bg);
}
.vc_box_newsstand .vc_label {
    color: #fff;
    border-bottom: 1px #750b00 solid;
    background: #750b00;
}
.vc_box_newsstand .vc_label a {
    color:#0f0605;
    text-decoration:none;
}
.vc_box_newsstand .vc_label span {
    font-size:0.8em;
    position: absolute;
    width: 100%;
    right: 0px;
    text-align: center;
    text-transform: none;
    font-size: 1em;
    bottom: 65px;
    color:#2D3437;
}
.vc_box_newsstand .data {
    font-size:12px;
    font-weight:600;
    position:absolute;
    top:0px;
    right:0px;
}
.vc_box_newsstand .data a {
    color:#666;
    text-decoration:none;
}
.vc_box_newsstand .sfoglia_edizione {
    background:#D8002D;
    background-color:var(--alpha-bg);
    
}
.vc_box_newsstand .shop {
    background:#D8002D;
    background-color:var(--alpha-bg);
}
.vc_box_newsstand .sfoglia_edizione,
.vc_box_newsstand .shop {
    width:50%;
    position:absolute;
    bottom:0px;
    right:0px;
}
.vc_box_newsstand .shop {
    left:0px;
}
.vc_box_newsstand .sfoglia_edizione a,
.vc_box_newsstand .shop a {
    padding:15px 5px;
    font-size:0.8em;   
    color:var(--alpha-fg) !important;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    font-weight:400;
    width:100%;
    float:left;
    clear:left;
}
.vc_box_newsstand .sfoglia_edizione a:hover,
.vc_box_newsstand .shop a:hover {
    opacity:0.9;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .vc_box_newsstand .vc_label{
        text-align:center;
    }
    .vc_box_newsstand .vc_label span{
        font-size:0.7em;
    }
}
/*leaderboard_728x90*/
.banner_leaderboard_1_728x90 {
    width:100%;
    clear:left;
    text-align:center;
    margin-top:20px;
}
.banner_leaderboard_1_728x90 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
    display:table;
    height: auto;
}
/*---vc_article_preview_small*/
.vc_article_preview_small_sport_homepage {
    /*width:100%;
    float:left;
    clear:left;*/
    background:#fff;
    position:relative;
    box-shadow: 5px 5px 10px #4c4c4c; 
}
.nwn-medium-plus .vc_article_preview_small_sport_homepage {
        margin-left:0;
    }
/* This is necessary to center the text against the picture */
.vc_article_preview_small_sport_homepage .vertical-align {
  display: -ms-flex;
  display: -webkit-flex;  
  display: flex;
  flex-direction: row;
}

.vc_article_preview_small_sport_homepage .vertical-align > article > [class^="col-"],
.vc_article_preview_small_sport_homepage .vertical-align > article > [class*=" col-"] {
  display: -ms-flex;
  display: -webkit-flex;  
  display: flex;
  align-items: center;
}
.vc_article_preview_small_sport_homepage .vcenter{
    /*width:330px;*/
    height:80px;
    display: -ms-flex;
    display: -webkit-flex;    
    display:flex;
    align-items:center;
    vertical-align:middle;
}
/* Begin required CSS. */
.vc_article_preview_small_sport_homepage .taglia_testo{
	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;
    overflow:hidden;
    width:95%;
	line-height        : 1.2em;
	text-overflow      : ellipsis;
	-webkit-line-clamp : 4;
	/*height             : calc(1.1em * 1 * 4);*/
	padding            : 0 5px 5px 10px !important;
	letter-spacing: -.3px;
}
/* End required CSS. */
.vc_article_preview_small_sport_homepage .cont_img {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_small_sport_homepage .cont_img img {
    clear:left;
    display:block;
    vertical-align:middle;
    max-width:100%;
    max-height:100%;
    object-fit:cover;
    margin:0 auto;
    float:left;
}
.nomargin{
    margin-left: -15px;
    margin-right: -15px;
}

.vc_article_preview_small_sport_homepage .cont {
    /*width: auto;
    float: left;
    clear: left;*/
    padding:0;
}
.vc_article_preview_small_sport_homepage .cont2 {
    /*padding-right: 15px;
    padding-left: 13px;
    font-size:0.9em;
    display: table;
    table-layout: fixed;
    */
    padding:0;
}

.vc_article_preview_small_sport_homepage .titolo {
    margin:10px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    font-size:1em;
    line-height:1.4em;
    font-weight:400;
    height: 65px;
    /*padding:5px 0 5px 0;*/
    /*text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;*/
}
.vc_article_preview_small_sport_homepage .titolo a{
    display: inline-block;
    vertical-align: middle;
    float:none;
}
.vc_article_preview_small_sport_homepage .didascalia{
    display:none;
    font-size:0;
}
@media only screen and (max-width : 1200px) {/* Large Devices, Wide Screens */
    .vc_article_preview_small_sport_homepage.vc_generic_section,
    .vc_article_preview_small_sport_homepage {
        /*width:100%;*//*300px;*/
        margin-left:-30px;
    }
    .vc_article_preview_small_sport_homepage.vc_large_story {
        /*width:100%;*/
        margin-left:3px;
    }
}



@media only screen and (min-width: 748px) and (max-width : 1024px) and (orientation:portrait){
    .vc_article_preview_small_sport_homepage .titolo{
        margin:20px 0 0 10px !important;
        font-size:0.9em;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px){
    .vc_article_preview_small_sport_homepage {
        margin-left:-20px;
        margin-right:0;
    }
}
@media only screen and (max-width : 991px) {/* Medium Devices, Desktops */
    .vc_article_preview_small_sport_homepage.vc_generic_section,
    .vc_article_preview_small_sport_homepage.vc_large_story {
        /*width:100%;*/
        height:auto;
        margin-left:0;
    }
}

@media only screen and (max-width : 767px) {/* Small Devices, Tablets */
    .vc_article_preview_small_sport_homepage {
        /*width:50% !important;*/
        /*width:100%;
        height: auto;*/
        /*300px;*/
        margin-left:0px;
        margin-right:0;
    }
    .vc_article_preview_small_sport_homepage .titolo{
        font-size:0.9em;
        margin-left:10px;
        width:90%;
    }
    .nwn-large-story-blk .vc_article_preview_small_sport_homepage {
        width:calc(100% + 3px);/*300px;*/
    }
}
@media only screen and (min-width : 569px) and (max-width: 747px) and (orientation : landscape) {
    .vc_article_preview_small_sport_homepage .titolo{
        margin:20px 9px 9px 10px !important;
        width:95%;
        font-size:1em;
    }
    
    .vc_article_preview_small .titolo{
        margin:20px 9px 9px 10px !important;
        width:95%;
        font-size:1em;
    }
    .vc_article_preview_small_sport_homepage .cont_img img{
        height:116px;
        width:168px;
    }
}
@media only screen and (max-width : 568px) and (orientation : landscape) {
    .vc_article_preview_small_sport_homepage .cont_img img{
        height:116px;
        width:168px;
    }
}

@media only screen and (max-width : 480px) {/* Extra Small Devices, Phones */ 
    .vc_article_preview_small_sport_homepage {
        width:100%;
    }
    .vc_article_preview_small_sport_homepage .cont_img img {
        text-align:center;
        margin:0 auto;
        width:126px;
        height:84px;
    }
     .vc_article_preview_small_sport_homepage .titolo{
        letter-spacing:-.3px;
        margin:8px;
        padding:5px !important;
    }
    
}

@media only screen and (max-width : 375px) and (orientation : portrait){
    .vc_article_preview_small_sport_homepage .titolo{
        letter-spacing:-.3px;
        margin:8px;
        width:100%;
        margin:10px 0 0 0px;
    }
    .vc_article_preview_small .titolo{
        width:100%;
        margin:10px 0 0 0px !important;
    }
}

@media only screen and (max-width : 320px) and (orientation : portrait){
    .vc_article_preview_small_sport_homepage .titolo{
        letter-spacing:-.3px;
        margin:8px;
        width:100%;
        margin:10px 0 0 0px;
    }
    .vc_article_preview_small .titolo{
        width:87%;
        margin:10px 0 0 0px !important;
    }
}

.emag_button{
    display:inline-grid;
}
.emag_button img{
    display:block;
}
.emagazine{
    width:100%;
    background-color:#D8002D;
    display:inline-block;
    padding:5px;
    border:1px #750b00 solid;
}
.emagazine a{
    font-size: 0.8em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    display:block;
}
body.background .nwn-padding-head{
    padding-top:0px;    
}
body.background .banner_background_dpf1 {
    /*margin-top: 100px;*/
}
@media screen and (max-width: 991px) {/* hide wrap on devices < than desktops */
    body {
        background-image: none !important;
    }
}
@media (max-width: 991px) {/* close gap for missing wrap < than desktops */
    body.background {
        margin-top:58px !important;
    }
}
@media (max-width: 767px){
    
    body.background{
        background-position:center 60px !important;
    }
}
@media (min-width: 768px){
    body.background .container-fluid,
    body.background .container {
        max-width:750px;
        margin: 0 auto;
    }
    body.background{
        background-position:center 60px !important;
    }
}
@media (min-width: 769px){
    /*body.background .nwn_hamb_menu .top_menu {
	   margin: 61px 0 20px 0px;
    }
    body.background .nwn_hamb_menu .vc_menu_mobile {
        margin: 0px 0 5px 0px;
        left: auto;
    }*/
}
@media (min-width: 992px) {
    body.background .container-fluid,
    body.background .container {
        max-width:970px;
        margin: 0 auto;
    }
    
    body.background {
        background-position:center 205px !important;
    }
}
@media (min-width: 1200px) {
    body.background .container-fluid,
    body.background .container {
        max-width:1050px;
        margin: 0 auto;
    }
}
body.background .vc_menu_header ul.menu_1 li a{
    font-size: 0.75em;
}
body.background .vc_menu_header ul.menu_1 li a span {
    padding: 9px 10px;
    display: inline-block;
    cursor: pointer;
}

body.background .vc_search_horizontal form {
    /*max-width: 1050px;*/
    max-width: 100%;
    margin: 0 auto;
}
/*body.background .nwn-padding-head {
    padding-top:49px;  
}*/
/*body.background .container {
    width:100%;
    margin-left:inherit;
    margin-right:inherit;
    margin:0 auto;
    padding-left:0;
    padding-right:0;
    background:#fff;
}
body.background .container-fluid {
    z-index:2;
    position:relative;
}
body.background .row {
    margin-left:inherit;
    margin-right:inherit;
    margin:0px;
    padding-left:0;
    padding-right:0;
}
body.background .col-xs-1,
body.background .col-sm-1,
body.background .col-md-1,
body.background .col-lg-1,
body.background .col-xs-2,
body.background .col-sm-2,
body.background .col-md-2,
body.background .col-lg-2,
body.background .col-xs-3,
body.background .col-sm-3,
body.background .col-md-3,
body.background .col-lg-3,
body.background .col-xs-4,
body.background .col-sm-4,
body.background .col-md-4,
body.background .col-lg-4,
body.background .col-xs-5,
body.background .col-sm-5,
body.background .col-md-5,
body.background .col-lg-5,
body.background .col-xs-6,
body.background .col-sm-6,
body.background .col-md-6,
body.background .col-lg-6,
body.background .col-xs-7,
body.background .col-sm-7,
body.background .col-md-7,
body.background .col-lg-7,
body.background .col-xs-8,
body.background .col-sm-8,
body.background .col-md-8,
body.background .col-lg-8,
body.background .col-xs-9,
body.background .col-sm-9,
body.background .col-md-9,
body.background .col-lg-9,
body.background .col-xs-10,
body.background .col-sm-10,
body.background .col-md-10,
body.background .col-lg-10,
body.background .col-xs-11,
body.background .col-sm-11,
body.background .col-md-11,
body.background .col-lg-11,
body.background .col-xs-12,
body.background .col-sm-12,
body.background .col-md-12,
body.background .col-lg-12 {
    margin-left:inherit;
    margin-right:inherit;
}*/


/*---vc_preview_slider_auto_gallery_mobile_mobile*/
.vc_preview_slider_auto_gallery_mobile {
	margin:30px 0 0 0;
	float:left;
	clear:left;
	width:100%;
	min-height:250px;
	
}
.vc_preview_slider_auto_gallery_mobile .occhiello_titolo{
    width: 100%;
    float: left;
    clear: left;
    padding-top: 10px;
    position: relative;
}
.vc_preview_slider_auto_gallery_mobile .occhiello_titolo a,
.vc_preview_slider_auto_gallery_mobile .occhiello_titolo {
    color: #fff;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 0.9em;
    width: 100%;
    float: left;
    clear: left;
    background-color:#D8002D;
    padding:5px;
    text-transform:uppercase;
}
.vc_preview_slider_auto_gallery_mobile .occhiello_titolo a:after{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    font-size: 0.5em;
    line-height: 2em;
}
.vc_preview_slider_auto_gallery_mobile .bx-wrapper,
.vc_preview_slider_auto_gallery_mobile .bx-wrapper .bx-window,
.vc_preview_slider_auto_gallery_mobile .bx-wrapper .bx-window .cont,
.vc_preview_slider_auto_gallery_mobile .bx-wrapper .bx-window .cont .schermata {
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
}
.vc_preview_slider_auto_gallery_mobile .cont{
    float: left;    
    clear: left;
}
.vc_preview_slider_auto_gallery_mobile .bx-wrapper{
    padding:5px 15px;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .icona_tipo {
	display:none;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box {
    margin: 15px 0.5%;
    padding: 0px;
    width: 99%;
    float:left;
	position:relative;
	overflow:hidden;
	opacity: 0.95;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box:hover {
    opacity: 1;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .divcont {
    padding: 0;
    position:relative;
    width:100%;
    float:left;
    z-index:9;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .divcont2 {
    padding: 5px;
    position: relative;
    width: 100%;
    float: left;
    z-index: 9;
    background: #2D3437;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .cont_foto {
	width:100%;
	float:left;
	clear:left;
	position: relative;
}
.vc_preview_slider_auto_gallery_mobile .video .cont_foto a:before {
    /* content: "\f144"; */
    display:none !important;
    content: "Watch video";
    color: #fff;
    opacity: 1;
    font-family: inherit;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 5px 2px 25px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    display: inline-block;
    top: 0px;
    right: -60px;
    background: url(/images/icon_open_playlist_white.png) 8px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #0077b3;
    -webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
}
.vc_preview_slider_auto_gallery_mobile .gallery .cont_foto a:before {
    /* content: "\f144"; */
    content: "Watch gallery";
    color: #fff;
    opacity: 1;
    font-family: inherit;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 5px 2px 30px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    display: inline-block;
    top: 0px;
    right: -65px;
    background: url(/images/icon_open_gallery_white.png) 7px 3px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: #0077b3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display:none !important;
}
.vc_preview_slider_auto_gallery_mobile .box:hover .cont_foto a:before {
    right: 0px;
}
/*.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .cont_foto:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    }*/
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .cont_foto img {
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	text-decoration:none;
	float:left;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .occhiello {
    margin-bottom:5px;
    width:100%;
    float:left;
    clear:left;
    font-size: 1em;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .titolo {
    width: 100%;
    float: left;
    clear: left;
    font-size: 0.9em;
    color: #fff;
    height: 4.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .titolo a {
    color: inherit !important;
}

/*---punti_slider*/
.vc_preview_slider_auto_gallery_mobile .punti_slide {
    bottom:5px;
    position: relative;
}
.vc_preview_slider_auto_gallery_mobile .punti_slide .bx-pager {
    margin:0 auto;
    padding:0px;
    text-align:center;    
    width:100%;
    float:left;
    clear:left;
}
.vc_preview_slider_auto_gallery_mobile .punti_slide .bx-pager .bx-pager-item {
    margin:0px 3px 0 0;
    padding:0px;
    width:10px;
    height:10px;
    display:inline-block;
    text-decoration:none;
    font-size:0px;
    color:#fff;
}
.vc_preview_slider_auto_gallery_mobile .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
    margin:0px 4px;
    padding:0px;
    width:10px;
    height:10px;
    display:inline-block;
    text-decoration:none;
    font-size:0px;
    color:#fff;
    background:transparent;
    border:2px solid #373E41;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.vc_preview_slider_auto_gallery_mobile .punti_slide .bx-pager .bx-pager-item a.active {
    background:#373E41;
}
/*---Arrows*/
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-prev {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 98;
}
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-prev:after {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    color: #373E41;
    top: 40%;
    left: 5px;
    position: absolute;
}
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-next {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 98;
}
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-next:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    color: #373E41;
    top: 40%;
    right: 4px;
    position: absolute;
}
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-prev a,
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-next a {
    margin:0px;
    padding:0px;
    display:block;
}


/* paywall*/
.paywall_box{
    background:#ebebeb;
    float: left;
    clear:left;
    width: 100%;
    margin: 0;
    padding:0;
    border:2px solid #ccc;
}
.cont_paywall {
    float: left;
    clear:left;
    width: 100%;
    margin: 0;
    padding:0;
}
.cont_paywall .cont_testo {
    float:left;
    clear:left;
    text-align: left;
    padding-top: 15px;
}
.cont_paywall .cont_testo .vc_paywall_title {
    margin:15px 0 0 0;
    padding:0 0 15px 0;
    float:left;
    clear:left;
}
.cont_paywall .cont_testo .vc_paywall_title .text {
    margin:0px;
    padding:0px;
    font-weight: bold;
    color: #0061a4;
    font-size: 1em;
    line-height: 18px;	
}
.cont_paywall .cont_testo .vc_paywall_text {
    float:left;
    clear:left;
    margin:0;
    padding:0 0 15px 0;
}
.cont_paywall .cont_testo .vc_paywall_text .text {
    margin:0px;
    padding:0px;
    color:#8f8f8f;
    font-size:0.9em;
    line-height: 22px;
}
.vc_paywall_icon {
    margin: 0 0 5px 0;
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size:20px;
    cursor: pointer;
    clear: left;
    border-radius: 50% 50%;
    background:#0061a4;
    color:#fff;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align:center;
}
.vc_paywall_icon:after{
    content:"A";
    color:#fff;
    text-transform:uppercase;
}
.cont_paywall .fa.fa-user{
    font-size:1.7em;
}
@media (max-width:767px) {
    .cont_paywall .cont_testo .vc_paywall_title {
        margin:0 0 0 0;
    }
    
}

.vc_article_preview_medium .taglia_testo a{
    color:#0f0605;
}

.vc_article_preview_large_mm .titolo a {
    color:#fff;
}

/* Setting Page width */

.all_content{
    max-width:1070px;
    margin:0 auto;
    background-color:white;
    margin-top:200px;
    padding:10px 10px 0 10px;
    position:relative;
    z-index:2;
}
.all_content2{
    max-width:1050px;
    margin:0 auto;
    background-color:white;
}

.all_footer{
    max-width:1070px;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    background-color:white;
    z-index:2;
}

.padding{
    background-color:#fff;

}

.padding2{
    background-color:#fff;
    margin-top:400px !important;
}

.static_mpu a{
    width:100%;
    display:inline-block;
} 
.static_mpu img{
    float:right;
} 
/* Setting Footer color */

.info_footer{
    background-color:#EDEDED;
}

/* Setting top header width */

.top_header{
    margin:0 auto;
    width:100%;
    background-color:#ffffff;
    position:fixed;
    z-index:99;
    top:0;
}

.navbar{
    max-width:100%;
}

.inner_nav{
    max-width:1050px;
    margin:0 auto;
    
}

.logo_top{
    float:left;
}

.nav_links{
    background-color:#EDEDED;
}

.line_up{
    margin:0 15px 30px -15px;
}

.at-icon-wrapper .at-icon-twitter .at-icon-facebook{
    height:25px !important;
    width:25px !important;
}

.archive_rail{
    margin-left:-30px;
}

.heading{
    color:#2D3437;
    font-weight:bold;
    font-size:1.3em;
    line-height:0.9;
}

.buttons{
    float:right;
}

.align{
    margin-left:-15px !important;
    margin-right:-15px !important;
}

.results{
    float:right;
}

.galleria-container{
    width:100% !important;
}

.banner_mpu1{
    float:right;
}

.lined{
    margin-left:-15px !important;
    margin-right:-15px !important;
}
.top_header{
    height:auto !important;
}
.newsstandSpace{
    padding-left:35px;
}
@media (max-width: 768px) {
    .paddingrightdesktop{
        padding:0;
    }
    .paddingmobile{
        padding:0;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .static_mpu img{
        margin: 0 auto;
        float:none;
        display:block;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .vc_sign_in .user_access_orizzontale{
        width:275px;
        left:-20px;
    }
    
    .galleria-container{
        height:250px !important;
    }
    
    .all_content{
        margin-top:40%;
    }
    
    .line_up{
        margin:0 0 30px 0;
    }
    
    .align{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    
    .archive_rail{
        margin-left:0px;
    }
    .lined{
        margin-left:0 !important;
        margin-left:0 !important;
    }
}

@media only screen and (max-width : 1024px) and (orientation:landscape){
    .padding{
        padding-right:30px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) and (orientation:landscape) {
    .all_content{
        margin-top:13%;
    }
    
    .bottom_logo{
        width:65%;
    }
    .padding{
        padding-right:15px !important;
    }
}

/* Tablets */
@media (min-width : 768px) and (max-width : 1199px) {
    .align{
        margin-left:0;
    }
    .lined{
        margin-left:0 !important;
        margin-right:0 !important;
        padding-right:5px !important
    }
    .align{
        margin-left:0px !important;
        margin-right:0px !important;
}
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation:portrait) {
    .galleria-container{
        height:470px !important;
    }
    .smlBlk{
        padding-left:-15px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation:landscape) {
    .spacing{
        height:70px;
    }
}

@media (max-width: 320px) and (orientation: portrait) {
    .static_mpu{
        margin-left:-30px !important;
    }
}

@media (max-width: 320px) and (orientation: landscape) {
    .static_mpu{
        margin-left:-30px !important;
    }
}

@media (max-width: 748px) and (orientation: landscape) {
    .static_mpu{
        margin:0 auto;
        width:290px;
    }
}

@media (min-width: 748px) and (max-width:1024px) and (orientation: landscape) {
    #content-player-video{
        padding-right:20px;
    }
}

@media (max-width: 748px) and (orientation: portrait) {
    .static_mpu{
        margin:0 auto;
        width:290px;
    }
}




