.partners{}


/** section.MAIN **/
.partners section.main{
	background-image:url(/img/lp/partners/top_cover.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    min-height:500px;
}


/** section.LOGOS **/
.partners section.logos{}
.partners section.logos .summary{display:none;}
.partners section.logos .items{text-align:center;}
.partners section.logos .items .item{
     display:inline-block;
     margin:40px 20px;
     vertical-align:middle;
     width:180px;
}
.partners section.logos .items .item img{margin-bottom:15px; max-width:100%; max-height:60px;}
.partners section.logos .items .item p{display:none;}
@media screen and (max-width:990px){
 .partners section.logos .items .item{width:120px; margin:30px 15px;}
 .partners section.logos .items .item img{max-height:40px;}
}
@media screen and (max-width:768px){
 .partners section.logos .items .item{width:90px; margin:20px 10px;}
 .partners section.logos .items .item img{max-height:30px;}
}