.footer li {display:block!important; }
.footer li a {color:#fff!important; line-height: 10px;}
.soci {display:inline-block!important;}
#social-menu-footer li {
    display: inline-block !important;
}
.item {height: 370px!important;}
    

.top-slider {height: 370px!important;}
.clients-slider {height: 200px!important;}
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
.certified-row img {margin-bottom: 20px; margin-right: 40px;}
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
.certified-row img {margin-bottom: 20px; margin-right: 40px;}
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
.certified-row img {margin-bottom: 20px; margin-right: 40px;}
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
.certified-row img {margin-bottom: 20px; margin-right: 40px;}
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
.certified-row img {margin-bottom: 20px; margin-right: 40px;}
}