#home-content .wrap {
    margin: auto;
    max-width: 1420px;
}


/*HIGHLIGHT*/

#home-content .highlight.three article{
    width: 34%;
}

#home-content .highlight.five article{
    width: 25%;
}

#home-content .highlight.three article:first-child{
    width: 66%;
}

#home-content .highlight.five article:first-child{
    width: 50%;
}

#home-content .highlight article{
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    float: left;
    height: 250px;

    background: #000000;
}

#home-content .highlight article:first-child{
    border-right: 1px solid #666666;
    height: 500px;
}

#home-content .highlight article:nth-child(2),
#home-content .highlight article:nth-child(3){
    border-bottom: 1px solid #666666;
}

#home-content .highlight.five article:nth-child(2),
#home-content .highlight.five article:nth-child(4){
    border-right: 1px solid #666666;
}

#home-content .highlight article a{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    color: #ffffff;
}

#home-content .highlight article a:before{
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .55) 66%, rgba(0, 0, 0, 0.86) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.01) 62%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 997;
}

#home-content .highlight article img{
    bottom: -100%;
    height: auto;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto;

    max-width:none !important

    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;

    max-width: none !important;
}

#home-content .highlight article h2{
    position: absolute;
    bottom: 15px;
    left:20px;
    z-index: 999;

    padding-right: 30px;
    text-transform: uppercase;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    font: 700 24px/32px "Oswald";
}

#home-content .highlight article h2 span{
    display: block;
    font: 14px/26px "Open Sans";
	 font-weight:bold;
}

#home-content .highlight article:first-child h2{
    font: 700 36px/46px "Oswald";
    bottom: 23px;
    left:30px;
}

#home-content .highlight article:first-child h2 span{
    font: 14px/26px "Open Sans";
	 font-weight: bold;
}

/*ARTICLE*/

#home-content article{
    position: relative;
}

#home-content article ul.table{
    display: table;
    width: 100%;
}

#home-content article.article-black{
    background: #000000;
    margin-bottom: 30px;
}

#home-content article.article-black a{
    color: #ffffff;
}

#home-content article ul.table li{
    display: table-cell;
    box-sizing: border-box;
}

#home-content article ul.table li > img{
    width: 100%;
}

#home-content article.article-black li:first-child{
    vertical-align: top;
    padding: 3px 13px 3px;
    font: 700 28px/36px "Oswald";
    position: relative;
}

#home-content.active article.article-black li:first-child > div{
	height:227px;
	overflow:hidden
}

#home-content article.article-black.sponsored li:first-child{
    padding: 3px 13px 59px 13px;
}

#home-content article.article-black li:last-child{
    width: 538px;
}

#home-content.active article.article-black li:last-child,
#home-content.active .boxArticolo .boxArticoloImg > div{
    width: 389px;
}


#home-content.active .boxArticoloDx > div{
	height: 255px;
	overflow:hidden
}
.newSkinActive .active {height:250px}
#home-content.active .boxArticolo .boxArticoloImg img{
	width:100% !important;
	height:auto !important;

	max-width:none !important;
   max-height:none !important
}

#home-content article.article-black h2{
    text-transform: uppercase;
    color: #ffffff;
    font: 700 28px/36px "Oswald"
}

#home-content article.article-black h2 span{
    display: block;
    font: 600 14px/30px "Open Sans";
    color: #ff3333;
	 font-weight: bold;
}

#home-content article.article-black p{
    font: 400 13px/20px "Open Sans";
    margin-top: 4px;
}

#home-content article span.produttore{
    display: block;
    font: 400 13px/20px "Open Sans";
}

#home-content article span.produttore img{
    display: block;
    margin: auto;
}

#home-content article:not(.visual) span.produttore{
    position: absolute;
    left: 15px;
    bottom: 15px ;
}

#home-content article.visual{
    margin-bottom: 30px;
    background: #000000;
    color: #ffffff;
}

#home-content article.visual img{
    width: 100%;
    position: relative;
    z-index: 900;

    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

#home-content article.visual.speciale img{
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
}

#home-content article.visual .produttore{
    margin-bottom: 20px;
    text-transform: none;
}

#home-content article.visual .produttore img{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: auto;
}


/*#home-content article.visual a:before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .55) 66%, rgba(0, 0, 0, 0.86) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 997;
}*/


#home-content article.visual .info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    text-transform: uppercase;
    text-align: center;
}

#home-content article.visual:not(.speciale) .info:before{
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .55) 66%, rgba(0, 0, 0, 0.86) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25) 73%, rgba(0, 0, 0, 0.86) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 997;
}

#home-content article.visual .info > div {
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
    z-index: 999;
}

#home-content article.visual .info > div > span{
    display: table-cell;
    padding: 22px;
}

#home-content article.visual.bottom-align .info > div > span{
    vertical-align: bottom;
}

#home-content article.visual.middle-align .info > div > span{
    vertical-align: middle;
}

#home-content article.visual .info h2{
    font: 700 28px/36px "Oswald";
    color: #ffffff;
    display: block;
    text-align: center;
    margin-bottom: 16px;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}

#home-content article.visual.speciale .info h2{
    font: 700 56px/60px "Oswald";
    margin-bottom: 11px;
}

#home-content.active article.visual.speciale .info h2{
    font: 700 48px/52px "Oswald";
}



#home-content article.visual .info h2 > span{
    font: 600 15px/25px "Open Sans";
    display: block;
}

#home-content article.visual .info a{
    font: 400 20px/34px "Oswald";
    background: #ff0000;
    padding: 4px 20px;
    color: #ffffff;
}

#home-content article.sfida .layer{
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #636363;
}

#home-content article.sfida .layer img{
    width: 100%;
}

#home-content article.sfida .layer:first-child{
    border-right: 1px solid ;
}

#home-content article.sfida .layer:last-child{
    float: right;
}

/*SETBLOCK*/
#home-content .sectBlock{
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}

#home-content .sectBlock.boxLiderboard{
    margin-bottom: 5px;
	 margin-left:-15px;
	margin-right:-15px;
}

#home-content .colDx .sectBlock:not(.sponsorized):not(.publiredazionale):not(.boxBanner){margin-bottom: 24px;}
#home-content .colDx #colDx02 .sectBlock:not(.sponsorized):not(.publiredazionale):not(.boxBanner){margin-bottom: 30px;}

#home-content .colDx .sectBlock .sectTit22 {
	line-height: 20px;
	margin-bottom: 15px;
}

#home-content .lt04 li:first-child, #home-content .lt05 li:first-child {margin-top: 0px;}

#home-content .sectBlock .boxArticoloImg.video a{
    position: relative;
}

#home-content .sectBlock .boxArticoloImg.video a:after{
    background: url("../img/ico-video.png") no-repeat scroll center top / 100% auto rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    width: 64px;
    z-index: 998;
}

#home-content .sectBlock.sponsorized{
    display: table;
    width: 100%;
}

#home-content .sectBlock.sponsorized img,
#home-content .sectBlock.sponsorized span{
    display: table-cell;
    vertical-align: top;
}

#home-content .sectBlock.sponsorized span{
    width:57%;
    font: 300 14px/6px "Open Sans";
}

#home-content .sectBlock.sponsorized span h3{
    font: 700 18px/26px "Oswald";
    color: #ff0000;
    margin-top: -4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#home-content .sectBlock.sponsorized span img{
    display: block;
    margin-top: 12px;
}

#home-content .sectBlock.publiredazionale{
    background: #ececec;
    padding: 11px;
}

#home-content .sectBlock.publiredazionale p{
    font: 300 14px/17px "Open Sans";
}

#home-content .sectBlock.publiredazionale h3{
    font: 700 18px/26px "Oswald";
    color: #ff0000;
    text-transform: uppercase;

    margin: 6px 0;
}

/* -------------------------- MEDIAQUERIES ------------------------- */

/*IPAD TABLET PORTRAIT*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

    #home-content .highlight.three article,
    #home-content .highlight.five article{
        width: 50%;
        height: 205px;
    }

    #home-content .highlight.three article:first-child,
    #home-content .highlight.five article:first-child{
        width: 100%;
        border:0;
        border-bottom: 1px solid #666666;
        height: 410px;
    }

    #home-content .highlight article:first-child h2{
        font: 700 30px/36px "Oswald";
        left: 22px;
        bottom: 18px;
    }

    #home-content .highlight article:first-child h2 span,
    #home-content .highlight article h2 span{
        font: 12px/22px "Open Sans";
		  font-weight: bold;
    }


    #home-content .highlight.three article:nth-child(2),
    #home-content .highlight.three article:nth-child(3){
        border: 0;
    }

    #home-content .highlight.three article:nth-child(2){
        border-right: 1px solid #666666;
    }

    #home-content .highlight article h2{
        left:15px ;
        font: 700 20px/26px "Oswald";
    }

    #home-content .sectBlock{
        margin-bottom: 22px;
    }

    .tit26{
        font: 700 24px/32px "Oswald",serif;
    }

    .boxArticolo .boxArticoloDx{
        padding-left: 17px;
    }

    .boxArticolo span{
        font: 700 12px/22px "Open Sans";
        margin-top: -6px;
		  
    }

    .boxArticolo p{
        margin-top:5px;
        margin-bottom: 15px;
    }

    .boxArticolo .boxArticoloImg{
        width: 356px;
    }

    .boxArticolo .boxArticoloImg img{
        max-width: 356px !important;
        height: auto;
    }

    .boxEsperienza span em{
        font: 700 12px/16px "Open Sans";
    }

    .boxEsperienza h3,
    .boxEsperienza span{
        font: 700 24px/40px "Oswald";
    }

    #home-content article.article-black{
        margin-bottom: 22px;
    }

    #home-content article.article-black li:last-child{
        width: 464px;
    }

    #home-content article.article-black h2 span{
        font: 700 12px/30px "Open Sans";
    }

    #home-content article.article-black h2{
        font: 700 24px/28px "Oswald";
    }

    #home-content article.article-black p{
        font: 400 15px/20px "Open Sans";
    }
	.lt03 li h3, .lt03 li span {
  		  max-height: 55px;
	 }


}

/*IPAD TABLET LANDSCAPE*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {


#home-content article.article-black li:first-child > div{
   height:227px;
   overflow:hidden
}

#home-content article.article-black li:last-child,
#home-content .boxArticolo .boxArticoloImg > div{
    width: 389px;
}


#home-content .boxArticoloDx > div{
   height: 245px;
   overflow:hidden
}

#home-content .boxArticolo .boxArticoloImg img{
   width:100% !important;
   height:auto !important;

   max-width:none !important;
   max-height:none !important
}

#video-mobile-slider .rsContent h3, #video-mobile-slider .rsContent span {
  max-height: 52px;
}
.lt03 li h3, .lt03 li span {max-height: 52px;}
#home-content article.visual.speciale .info h2 {
  font: 700 48px/52px "Oswald";
  margin-bottom: 11px;
}

}

/*IPAD TABLET PORTRAIT*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	
	.box-Articoli .lt01 li{
		width:31.5%
	}
}

/*IPHONE MOBILE GENERALE*/
@media only screen and (max-width:767px){

    #wrapPage{
        padding: 15px 0;
    }

    #home-content .highlight.three article:first-child,
    #home-content .highlight.three article,
    #home-content .highlight.five article:first-child,
    #home-content .highlight.five article{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #home-content .highlight article:first-child h2,
    #home-content .highlight article h2{
        bottom: 30px;
        left: 15px;

        font: 700 23px/26px "Oswald";
    }

    #home-content .highlight article:first-child h2 span,
    #home-content .highlight article h2 span{
        display: none;
    }

    #slider-home{
        height: 375px;
        position: relative;
    }

   /*#home-content .highlight article a,
    #home-content .highlight article img {
       position: relative;
       bottom: 0;
       left: 0;
       right: 0;
       top: 0;
       display: block;
       width: auto;
       height: 100%;
   }*/

    .rsBullets{
        text-align: left;
        padding-left: 15px;
        bottom: 10px;
    }

    .rsBullet.rsNavSelected span{
        background: #ff0000;
    }

    .boxArticolo .boxArticoloDx,
    .boxEsperienza > div,
    #home-content article.article-black li:first-child,
    #home-content .sectBlock.listing:not(.box-Articoli),
	 #home-content .sectBlockInfHome .lt01 li .imgCnt + div,
	 #home-content .sectBlock.listing.box-Articoli .imgCnt + div{
        padding: 12px 15px 0;
    }
	
	#home-content .sectBlock.listing.box-Articoli .sectTit25	{
		padding:0 15px;
		margin-bottom:13px
	}
	
	 #home-content .sectBlock.listing.box-Articoli .lt01 li{
		width:100%
	 }
	
	 #home-content .sectBlock.listing.box-Articoli .lt01 li .imgCnt{
		margin:0
	}
	
	#home-content .sectBlock.listing.box-Articoli .lt01 li{
		margin:0;
		margin-bottom:24px
	}
	
	#home-content .sectBlock.listing.box-Articoli .lt01 li p{
      font: 400 14px/20px "Open Sans",serif;
    }	
	
	#home-content .sectBlock.listing.box-Articoli .lt01 li span a{
		font: 700 18px/25px "Oswald",serif;
	}
   
	#home-content article.visual .info > div > span{
        padding: 12px 15px 0 !important;
    }
	 
    #home-content article.article-black li:first-child{
        padding-bottom: 12px;
    }

    #home-content .sectBlock.listing{
        padding-top: 0;
    }

    .boxArticolo span,
    .boxEsperienza span em,
    #home-content article.article-black h2 span,
    #home-content article.visual .info h2 > span{
        font: 700 12px/12px "Open Sans";
        margin: 0;
        color: #Ff0000;
			margin-bottom:3px
    }
	
	#home-content article.visual:not(.fotogallery-article):not(.quiz-article) .info h2 > span{
		color: #FFffff;
	}
	
    .tit26,
    .boxEsperienza h3,
    .boxEsperienza span,
    #home-content article.article-black h2,
    #home-content article.visual.sfida .info h2{
        font: 700 18px/25px "Oswald",serif;
        margin: 0;
    }

    .titoloSfida{
        margin-top: 2px;
    }

    .boxArticolo p,
    .boxEsperienza p,
    #home-content article.article-black p{
        font: 400 14px/20px "Open Sans",serif;
        margin-top:1px;
        margin-bottom: 0;
    }

    .boxArticolo p{
        margin-bottom: 18px;
    }

    .boxArticolo.no-button p{
        margin-bottom: 0px;
    }

    #home-content article.article-black.sponsored p{
        margin-bottom: 25px;
    }

    #home-content .sectBlock,
    #home-content article.article-black,
    #home-content article.visual{
        margin-bottom: 24px;
    }

    #home-content article.article-black ul.table{
		  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		  display: -ms-flexbox;      /* TWEENER - IE 10 */
		  display: -webkit-flex;     /* NEW - Chrome */
		  display: flex;
	
       -ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
    }

    #home-content article.article-black ul > li{
        display: block;
    }

    #home-content article.article-black li:first-child{

		-webkit-box-ordinal-group: 2;  
  		-moz-box-ordinal-group: 2;     
  		-ms-flex-order: 2;     
  		-webkit-order: 2;  
  		order: 2;

    }

    #home-content article.article-black li:last-child{
		-webkit-box-ordinal-group: 1;  
  		-moz-box-ordinal-group: 1;     
  		-ms-flex-order: 1;     
  		-webkit-order: 1;  
  		order: 1;
    }

    #home-content article.article-black li:last-child,
    #home-content article.article-black li{
        width: auto;
    }

    .lt03 li h3, .lt03 li span{
        font: 400 15px/20px "Oswald",serif;
    }

    .sectTit25{
        position: relative;
    }

    .sectTit25 > span{
        transform: scale(.5);
        -ms-transform: scale(.5);
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        -o-transform: scale(.5);

        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        -webkit-transform-origin: right center;
        transform-origin: right center;

        float: none;
        position: absolute;
        right: 0;
    }

    #home-content article.visual{
        min-height: 240px;
        overflow: hidden;
    }
	
	#home-content article.visual.test-article,
	#home-content article.visual.fotogallery-article,
	#home-content article.visual.quiz-article{
       background:none;
		min-height:auto
    }
	
	#home-content article.visual.test-article .info,
	#home-content article.visual.fotogallery-article .info,
	#home-content article.visual.quiz-article .info{
		position:relative;
		text-align:left
	}
	
	#home-content article.visual.test-article .info > div,
	#home-content article.visual.fotogallery-article .info > div,
	#home-content article.visual.quiz-article .info > div	
	{	
	
	
		display:block
	}
	
	#home-content article.visual.test-article .info h2,
	#home-content article.visual.fotogallery-article .info h2,
	#home-content article.visual.quiz-article .info h2
	{
		color:#000000;
		text-shadow:none;
		text-align:left
	}
	
	#home-content article.visual.fotogallery-article .info h2 + a{
		display:none
	}
	
	#home-content article.visual.test-article .info h2 span{
		display:none
	}

	#home-content article.visual.test-article:not(.sfida) > div,
	#home-content article.visual.fotogallery-article:not(.sfida) > div,
	#home-content article.visual.quiz-article:not(.sfida) > div{
		position:relative;
		height:auto
	}

	#home-content article.visual .info:before{
		background:none !important;
		height:auto
	}	

    #home-content article.visual .info > div > span{
        padding: 16px;

    }

    #home-content article.visual .info h2{
        font: 700 18px/25px "Oswald";
        margin-bottom: 13px;
    }

    #home-content article.visual .info h2 > span{
        font: 700 12px/6px "Open Sans";
			margin-bottom:4px
    }

    #home-content article.visual:not(.sfida) > div,
	#home-content article.visual.test-article > div > figure > span,
	#home-content article.visual.fotogallery-article > div > figure > span,
	#home-content article.visual.quiz-article > div > figure > span{
        color: #ffffff;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }
	
	#home-content article.visual.test-article > div > figure,
	#home-content article.visual.fotogallery-article > div > figure,
	#home-content article.visual.quiz-article > div > figure{
		position:relative;
		height:240px;
		overflow:hidden;
		margin-bottom:4px
	}

   #home-content article.visual:not(.sfida) > div > img,
	#home-content article.visual.test-article > div figure  img,
	#home-content article.visual.fotogallery-article > div figure img,
	#home-content article.visual.quiz-article > div figure img
	{
       	bottom: -100%;
        height: auto;
        left: -100%;
        margin: auto;
        max-width: none !important;
        min-height: 100%;
        min-width: 100%;
        opacity: 0.95;
        position: absolute;
        right: -100%;
        top: -100%;
        width: auto;
    }
	
	#home-content article.visual.fotogallery-article > div figure:after{
		
		background: url("//assets.hmai.it/img/ico-photo.png") no-repeat scroll center top / 100% auto rgba(0, 0, 0, 0);
    	content: "";
    	display: inline-block;
    	height: 64px;
    	left: 50%;
    	margin-left: -32px;
    	margin-top: -32px;
    	position: absolute;
    	top: 50%;
    	width: 64px;
    	z-index: 999;
	
	}	

    #home-content article.visual.speciale .info h2{
        font: 700 28px/30px "Oswald";
        margin-bottom: 8spx;
    }

    #home-content article.visual .produttore{
        margin-bottom: 14px;
    }

    #video-mobile-slider,
	 #foto-mobile-slider{
        width: 60%;
       height: 218px;
    }
	
    .lt03 li:nth-child(-n+2){
        margin-top: 13px;
    }

    .sectVideo,
	 .sectPhoto	{
        background: #000000;
    }

    #video-mobile-slider .rsContent h3,
    #video-mobile-slider .rsContent span,
	 #foto-mobile-slider .rsContent h3,
    #foto-mobile-slider .rsContent span{
        font: 400 15px/20px "Oswald",serif;
    }

    #video-mobile-slider .rsContent h3 a,
    #video-mobile-slider .rsContent span a,
	 #foto-mobile-slider .rsContent h3 a,
    #foto-mobile-slider .rsContent span a{
        color: #ffffff;
    }
	
	#foto-mobile-slider.royalSlider > *{
		float:left
	}
	
	#foto-mobile-slider .rsOverflow {
     overflow: visible !important;
	}
	
	#foto-mobile-slider.lt03 li:nth-child(-n+2){
		margin-top: 0 !important
	}

   .sectTit25{
        font-size: 21px;
			margin-bottom:3px
    }
	
	 .sectVideo .sliderContainer,
	 .sectPhoto .sliderContainer{
    	margin: 20px 0 0;
	 }	

    .sectVideo .sectTit25,
	 .sectPhoto .sectTit25{
        padding: 20px 15px 0;
    }

	.sectPhoto .sectTit25 {
    color: #ffffff;
	}	
	
	.sectPhoto .lt03 li{
		width:100%
	}	

	#home-content .sectBlock.listing.sectPhoto{
		padding:0
	}

    #home-content article.sfida .layer{
        float: none;
        width: 100%;
    }

    #home-content article.sfida .layer:nth-child(2){
        display: none;
    }

    #home-content article.visual.sfida{
        background: transparent;
    }

    #home-content article.visual.sfida .info{
        position: relative;
        height: auto;
    }
    #home-content article.visual.sfida .info h2{
        color: #000000;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
        text-align: left;
        margin-bottom: 12px;
    }

    #home-content article.visual.sfida .info:before{
        background: none;
    }

    #home-content article.visual.sfida .info > div > span{
        text-align: left;
    }

	 .boxArticolo .boxArticoloImg img{
       max-width: none !important;
   }

	#home-content .sectBlockInfHome .lt01 li .imgCnt{
		margin-bottom:0
	}
}

/*IPHONE MOBILE PORTARAIT*/
@media only screen and (max-width:767px) and (orientation : portrait) {

   #video-mobile-slider,
    #foto-mobile-slider{
        width: 60%;
       height: 218px;
    }

}


/*IPHONE MOBILE LANDSCAPE*/
@media only screen and (max-width:767px) and (orientation : landscape) {
   #video-mobile-slider,
    #foto-mobile-slider{
       width: 60%;
       height: 318px;
    }

   .boxArticolo .boxArticoloImg a{
      display:block
   }

}
