h3 {
  text-transform: none !important;
}

.body > #footer .footer-copyright {
    background: #2d3945 !important;
    border-top-color: #2d3945 !important;
}
.body>#footer .copyright {
    color: #dddddd !important;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

/* Make footer less tall */
.body > #footer {
    padding-top: 26px !important;
}
.body > #footer .footer-copyright {
    padding-top: 10px !important; margin-top: 0 !important;
}
.body>#footer {
    margin-top: 0px !important;
}

/* img gallery hp */
.thumb-info.thumb-info-centered-info .thumb-info-title {
    left: 10% !important;
    top: 40% !important;
    text-align: left !important;
}
.sort-destination.full-width .isotope-item2 {
    width: 25%;
    float: left;
}

/* Title Box */
.titleBox {
    background: #2d3945;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    clear: both;
    min-height: 55px;
    padding-top: 14px;
    text-align: center;
    color: #668fb8;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}



