.header {
  margin: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.4s easy;
  -o-transition: all 0.4s easy;
  transition: all 0.4s easy;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header .navbar-brand a {
  color: white;
  display: block;
}
.header .navbar-brand a:hover {
  color: white;
  text-decoration: none;
}
.header-menu {
  text-transform: capitalize;
}
.header.affix-top {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: transparent;
}
@media (min-width: 668px) {
  .header-btn {
    margin-left: 5px;
  }
}
@media (max-width: 667px) {
  .header-btn {
    width: 100%;
  }
  .header .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    background: #1d1813;
    border-color: #1d1813;
  }
  .header .navbar-collapse .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header .navbar-collapse .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.maintop {
  position: relative;
  min-height: 280px;
  background-color: #c2c2c2;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 200px 0 200px;
}
@media (max-width: 667px) {
  .maintop {
    padding-top: 140px;
  }
}
.maintop:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.maintop-align {
  position: relative;
  height: 100%;
  display: table;
}
.maintop-align:after,
.maintop-align:before {
  content: none;
}
.maintop-content {
  display: table-cell;
  vertical-align: middle;
}
.maintop-content-t {
  margin: 0 0 .1em;
}
.maintop-content-social {
  color: #92abc0;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 1.1em;
}
.maintop-content-social a {
  display: inline-block;
  color: #cfcfd3;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
  font-size: .5em;
}
.maintop-content-social a:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .maintop-content-t,
  .maintop-content-social {
    font-size: 3.5vw;
  }
}
.maintop-more {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
}
.maintop-more-text {
  display: inline-block;
  margin-bottom: 40px;
  text-decoration: underline;
}
.maintop-more-link {
  color: white;
}
.maintop-more-link:hover,
.maintop-more-link:focus,
.maintop-more-link:visited {
  color: white;
  outline: 0;
  text-decoration: none;
}
.maintop-more-arrow {
  display: block;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  width: 3em;
  height: 3em;
  padding: 1em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: white;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.maintop-more:hover .maintop-more-text {
  text-decoration: none;
}
.maintop-more:hover .maintop-more-arrow {
  color: #1d1813;
  background: #fff;
}
.section {
  padding: 36px 0 40px;
}
.section-title {
  margin: 0 0 24px;
}
.section-lightgray {
  background: #fcfbfb;
}
.section-red {
  background: #de5362;
  color: white;
}
.section-white {
  background: #fff;
}
.section-darkgray {
  background: #545455;
  color: white;
}
.service {
  margin-top: 36px;
}
.service-row {
  background: #d0d0d0;
  display: table;
  width: 100%;
  height: 8em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: inherit;
}
.service-row + .service-row {
  margin-top: 36px;
}
.service-row-pic,
.service-row-text {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-row-pic {
  width: 44%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.service-row-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@supports (object-fit: cover) {
  .service-row-pic img {
    visibility: visible;
    object-fit: cover;
  }
}
.service-row:hover {
  background: #b7b7b7;
  color: inherit;
  text-decoration: none;
}
.service-row:hover .service-row-pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service-row-text {
  padding: .5em 1em .5em 1.5em;
  text-transform: uppercase;
}
@media (min-width: 668px) and (max-width: 991px) {
  .service-row {
    font-size: 1.21vw;
  }
}
@media (max-width: 667px) {
  .service-row {
    font-size: 2.45vw;
  }
  .service-row + .service-row {
    margin-top: 15px;
  }
  .service-col + .service-col {
    margin-top: 20px;
  }
}
.about-pic {
  margin-bottom: 18px;
}
.about-pic img {
  display: block;
  width: 395px;
  max-width: 100%;
}
@media (max-width: 667px) {
  .about-pic img {
    width: 100%;
  }
}
.about-text .btn {
  margin-top: 7px;
}
@media (max-width: 667px) {
  .about-text {
    text-align: center;
  }
}
@media (min-width: 668px) {
  .about-text {
    padding-left: 0;
  }
}
.order {
  margin-top: 36px;
}
.order-group {
  display: block;
  width: 100%;
  margin: 18px 0;
}
@media (max-width: 667px) {
  .order-group {
    margin: 7.5px 0;
  }
}
.order-input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}
.order-input-wrapper {
  display: block;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #d1d1d1;
}
.order-input-label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22;
  padding: 11px 17px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.order-input-label sup {
  color: #d9534f;
}
.order-input:focus + .order-input-label,
.order-input.notempty + .order-input-label {
  font-size: 11px;
  padding: 3px 6px;
  font-weight: 700;
}
.order .checkbox {
  font-size: 18px;
  color: #d1d1d1;
}
.order .checkbox label {
  padding-left: 25px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.order .checkbox label:hover {
  color: #1d1813;
}
.order .checkbox a {
  color: inherit;
  text-decoration: underline;
}
.order input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-left: -25px;
  background: #b5884a;
}
.order input[type="checkbox"]:checked:before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  border: solid;
  border-color: #fff;
  border-width: 0 0 2px 2px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order-btn {
  margin-top: 15px;
}
.order-btn .btn {
  width: 178px;
}
.order-error {
  display: none;
  color: #d9534f;
}
span.order-error {
  position: relative;
  top: 5px;
}
.contact {
  font-size: 18px;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .contact {
    margin-top: 0;
  }
}
.contact a {
  color: inherit;
}
.contact .h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin: 1em 0;
}
.map {
  height: 530px;
  position: relative;
}
.map iframe {
  display: block;
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 668px) and (max-width: 991px) {
  .map {
    height: 400px;
  }
}
@media (max-width: 667px) {
  .map {
    height: 320px;
  }
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 86px;
  border-top: 1px solid #fff;
  background: #e79460;
  color: #fff;
}
.footer-center {
  display: table;
  height: 85px;
  width: 100%;
  text-align: center;
}
.footer-middle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.footer a {
  color: inherit;
}
.footer-social {
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 668px) {
  .footer-social {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
}
@media (max-width: 667px) {
  .footer-social {
    text-align: center;
    margin: .5em 0 0;
  }
}
.footer-social a {
  display: inline-block;
}
.footer-social a + a {
  margin-left: 10px;
}
@media (max-width: 667px) {
  body:after,
  .footer {
    height: 120px;
  }
  .footer-center {
    height: 118px;
  }
  .footer-middle {
    font-size: 14px;
  }
}
.popup {
  max-width: 940px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.fancybox-slide > div.popup {
  padding: 55px;
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 667px) {
  .fancybox-slide > div.popup {
    padding: 7vw;
  }
}
.popup > p:last-of-type {
  margin-bottom: 0;
}
