body {
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.nav-link {
  padding: 10px 30px;
}
.nav-link:hover {
  background-color: #eb733f;
  color: white;
}
.nav-link.w--current {
  background-color: #eb733f;
  color: white;
}
.nav-menu {
  float: none;
  text-align: center;
}
.nav-bar {
  background-color: white;
}
.nav-bar-bottom {
  background-color: #ddd;
}
.slide1 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/82829/slider-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide2 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/82829/slider-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.callus {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  line-height: 24px;
}
.footer {
  background-color: #eb733f;
}
.footer-container {
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer-text {
  color: white;
  text-align: center;
}
.slide {
  height: 301px;
  min-height: 600px;
}
.nav-bar-top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-column-right {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.home-heading {
  color: #eb733f;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}
.home-heading.home {
  margin-bottom: 20px;
  text-align: center;
}
.service {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c0b1b1;
}
.gallery-row {
  margin-bottom: 30px;
}
.location-row {
  margin-bottom: 20px;
}
.location-column-right {
  text-align: right;
}
.location-heading {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.location-box {
  display: inline-block;
  margin-left: 12px;
}
.location-icon {
  float: left;
}
.slide-container {
  position: absolute;
  left: 0px;
  top: 244px;
  right: 0px;
  font-size: 46px;
  line-height: 54px;
}
.slide-text {
  color: white;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.page-heading {
  color: #eb733f;
  text-transform: uppercase;
}
.page-subheading {
  font-size: 18px;
  font-weight: 700;
}
.page-banner {
  text-align: center;
}
.banner-image {
  width: 100%;
}
.about-image {
  float: right;
}
.slide3 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/82829/slider-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-gallery {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.project-image {
  margin-right: 10px;
  margin-left: 10px;
}
.showcase-row {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.showcase-image {
  margin: 5px;
}
.infrared-row {
  text-align: center;
}
.infrared-image {
  margin: 5px;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .top-column {
    text-align: center;
  }
  .top-column-right {
    text-align: center;
  }
  .brand {
    float: none;
  }
}
@media (max-width: 479px) {
}

