header {background:#595959;}

footer { padding: 30px 0; }
footer #copyright { margin-top: 60px; }
img { max-width: 100%; }

body .featuredGalleryBlockWrapper { text-align: center; }
body .featuredGalleryBlock { float: none; display: inline-block; }

.featuredGalleryBlock .details { padding: 20px;}

.searchResultsGallery .details {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    height: 100px;
}

.footer-contact {
    text-align: center;
}

.logo-block {
    text-align: left;
    border-left: solid 3px #302f2f;
    padding-left: 100px;
}

@media (max-width: 768px) {
  .logo-block {
    text-align: center;  
    border-left: none;    
    padding-left: 0;      
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .logo-block {
    text-align: center;
    border-left: none;
    padding-left: 0;   
  }
}