/* Navbar Logo */
.header .navbar-logo {
  width: 200px;
  height: 85px;
  float: left;
  max-height: 130px;
  line-height: 90px;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-logo .navbar-logo-wrap {
  display: inline-block;
  padding: 5px 0;
}

.header .navbar-logo .navbar-logo-wrap:focus, .header-transparent .navbar-logo .navbar-logo-wrap:hover {
  text-decoration: none;
}

.header .navbar-logo .navbar-logo-img {
  display: inline-block;
  width: 200px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.services-v7.services-v7-img-one {
  background: url(../../00_img/970x970_01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.services-v7.services-v7-img-two {
  background: url(../../00_img/970x970_02.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.services-v7.services-v7-img-three {
  background: url(../../00_img/970x970_03.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.promo-block-v6 {
  position: relative;
  z-index: 1;
  background: url(../../00_img/19201080_home_01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-v8 .footer-v8-contact-info-bg {
  background-size: 100%;
  background-position: center center;
  min-height: 220px;
}