.gothamRoundedBook {
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gothamRoundedBold {
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
::selection {
  background: #74cce8;
  color: #FFFFFF;
}
::-moz-selection {
  background: #74cce8;
  color: #FFFFFF;
}
/* Border Radius */
.blockPadding {
  margin: 0;
}
.blockPadding div[class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.boxShadow {
  -webkit-box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.15);
}
.outerGlow {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.backgroundSize {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.transitionButton {
  -moz-transition: background-color 0.1s ease, color 0.1s ease;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  color: #5e5e5e;
  font-size: 13px;
}
hr {
  border: 0;
  padding: 8px 0;
}
body,
input,
textarea,
button {
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5e5e5e;
  font-size: 14px;
}
body,
html {
  background: #efefef;
}
a {
  color: #74cce8;
}
a:hover,
a:focus {
  color: #85ddf9;
}
html {
  margin-top: 0 !important;
}
html,
body,
.wrapper,
.scroller {
  height: 100%;
}
.scroller {
  overflow-y: scroll;
}
.wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.disable-hover {
  pointer-events: none;
}
.btn {
  background: #74cce8;
  padding: 12px 18px;
  border: 0;
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #52aac6;
  color: #ffffff;
}
.btn.btn-white {
  background: #ffffff;
  color: #74cce8;
}
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus {
  background: #eeeeee;
  color: #74cce8;
}
.btn.large {
  padding: 16px 26px;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 12px 18px;
  border: 1px solid #ffffff;
  height: 48px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #cccccc;
}
.form-group {
  margin-bottom: 20px;
}
label {
  font-weight: normal;
}
.alert {
  background: #cdcdcd;
  padding: 15px;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert .large {
  font-size: 18px;
  font-weight: 700;
}
.alert p {
  margin-bottom: 0;
  font-size: 14px;
}
.alert.error {
  border-left: 5px solid #b01e52;
  background: #E2CCCC;
  color: #b01e52;
}
.alert.success {
  border-left: 5px solid #1b80be;
}
#container {
  position: relative;
}
.pushy {
  background: #ffffff;
}
.pushy ul {
  padding: 15px;
  list-style: none;
}
.pushy ul li {
  position: relative;
}
.pushy ul li a {
  padding: 10px 0;
  text-shadow: none;
  font-size: 16px;
  border-bottom: 1px solid #D9D9D9;
  color: #5e5e5e;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.pushy ul li a .fa {
  position: absolute;
  right: 0;
  top: 15px;
  color: #74cce8;
  font-size: 25px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.pushy ul li a:hover,
.pushy ul li a:focus,
.pushy ul li a:active {
  text-decoration: none;
  color: #3c3c3c;
  background: #fcfcfc;
  padding: 10px 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.pushy ul li a:hover .fa,
.pushy ul li a:focus .fa,
.pushy ul li a:active .fa {
  right: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.logo_area {
  margin: 0 -15px;
  position: relative;
  background: url('../img/grey-bg-tile.jpg') repeat left top #ededed;
}
.logo_area .logo {
  padding: 15px;
}
.logo_area .btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.logo_area .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.carousel .item {
  width: 100%;
}
.carousel .carousel-caption {
  position: static;
  text-shadow: none;
  padding-bottom: 20px;
}
.carousel .carousel-caption h2 {
  text-transform: uppercase;
  color: #5e5e5e;
  margin-bottom: 0;
}
.carousel .carousel-caption h3 {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 30px;
}
.carousel .carousel_nav {
  background: url('../img/grey-bg-tile.jpg') repeat left top #ededed;
  width: 100%;
  padding: 20px 0;
}
.carousel .carousel-indicators {
  position: static;
  text-align: center;
  width: auto;
  margin: 0;
}
.carousel .carousel-indicators li {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 1px 5px;
  border-radius: 50%;
  background-color: #74cce8;
  border: 1px solid #e8e7e7;
  opacity: .3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.carousel .carousel-indicators li img {
  display: none;
}
.carousel .carousel-indicators li span {
  display: none;
}
.carousel .carousel-indicators li.active {
  opacity: .8;
  height: 14px;
  margin: 0 4px;
  width: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
section .background_image {
  display: none;
}
section.contact_us {
  padding: 40px 0;
  background-color: #45405E;
}
section.contact_us label {
  margin-bottom: 8px;
}
section.contact_us .background_image img {
  margin-left: -800px;
  height: 100%;
  top: 0;
  width: 1600px;
}
section.home .background_image img {
  height: 800px;
  width: auto;
  max-width: 1000%;
  left: 50%;
  margin-left: -800px;
  top: 50%;
  margin-top: -400px;
}
section.top .background_image img {
  top: -8%;
  margin-top: 0;
  margin-left: -1100px;
  left: 57%;
}
section.top h2 {
  color: #5e5e5e;
}
section.top h3 {
  color: #74cce8;
}
section h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
section h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
section p {
  line-height: 1.8;
}
section .fa-ul li {
  margin-bottom: 8px;
}
section.light {
  color: #ffffff;
}
section.grey {
  background: url('../img/grey-bg-tile.jpg') repeat left top #ededed;
}
section.dark_grey {
  background: url('../img/dark-grey-bg-tile.jpg') repeat left top #555555;
}
section.blue {
  background: url('../img/blue-bg-tile.jpg') repeat left top #74cce8;
}
.footer {
  padding: 15px 0;
  background: #444444;
}
.footer .footer_text {
  padding: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
}
.footer .footer_text a {
  color: #74cce8;
}
.footer .footer_text a:hover {
  text-decoration: none;
  color: #52aac6;
}
.footer .footer_text_small {
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
}
.footer .footer_text_small a {
  color: #ffffff;
}
.footer .footer_text_small a:hover {
  text-decoration: none;
  color: #52aac6;
}
.footer .social_links {
  font-size: 12px;
  margin-top: 15px;
}
.footer .social_links .fa-circle {
  color: #74cce8;
}
.footer .social_links .fa-stack-1x {
  color: #ffffff;
}
.footer .social_links a:hover .fa-circle {
  color: #52aac6;
}
.services_nav {
  padding: 0;
  overflow: visible;
  position: relative;
}
.services_nav .services_hover {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
  z-index: 100;
}
.services_nav .services_hover .text_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.services_nav .services_hover .fa {
  font-size: 125px;
}
.services_nav .services_hover .background {
  width: 100%;
  height: 800px;
  position: absolute;
  opacity: 0.5;
  background: #000000;
  z-index: 10;
}
.services_nav .services_hover h3 {
  font-size: 80px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.services_nav .services_hover h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.services_nav .service_link {
  display: block;
  height: 400px;
  width: 100%;
}
.services_nav .service_link .overlay {
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 24px;
  color: #5e5e5e;
  position: absolute;
  background: #ffffff;
  z-index: 5;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.services_nav .service_link .overlay span {
  display: inline-block;
  line-height: 1;
}
.services_nav .service_link .overlay .fa {
  color: #74cce8;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.services_nav .service_link:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 40px 0 90px -30px rgba(0, 0, 0, 0.6);
  box-shadow: 40px 0 90px -30px rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.services_nav .service_link:hover .overlay {
  top: -15px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.services_nav .service_link:hover .shadow {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.services_nav .service_link:hover img {
  top: 48%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.services_nav .image_area {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.services_nav .image_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.services_nav .w2 {
  width: 25%;
  float: left;
  position: relative;
  height: 100%;
}
.services_nav .w3 {
  width: 25%;
  float: left;
  position: relative;
  height: 100%;
}
.services_nav .w4 {
  width: 25%;
  float: left;
  position: relative;
  height: 100%;
}
.services_nav .w7 {
  width: 25%;
  float: left;
  position: relative;
  height: 100%;
}
.more_services {
  padding: 20px 0;
  background: #ffffff;
}
.more_services h3 {
  font-size: 30px;
}
.more_services a {
  text-transform: uppercase;
  color: #5e5e5e;
  float: left;
  display: block;
  width: 31%;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.more_services a .fa {
  color: #74cce8;
}
.more_services a:hover {
  text-decoration: none;
  padding-left: 25px;
  color: #808080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.more_services.related_services a {
  width: auto;
  margin-right: 40px;
}
.more_services.related_services a:hover {
  margin-right: 30px;
}
.more_services.related_services a.back_button {
  padding: 10px 0;
  margin-right: 0;
  float: none;
}
.more_services.related_services a.back_button:hover {
  padding-left: 15px;
}
.more_services.more_images a {
  width: auto;
}
.more_services.more_images a.image_container {
  width: 33%;
  overflow: hidden;
  position: relative;
}
.more_services.more_images a.image_container .inner {
  height: 200px;
  overflow: hidden;
  position: relative;
  /* Extra Small Devices, Phones */
}
@media only screen and (max-width: 480px) {
  .more_services.more_images a.image_container .inner {
    height: 50px;
  }
}
.more_services.more_images a.image_container img {
  display: block;
  max-width: 100%;
  height: auto;
}
.more_services.more_images a.image_container:hover {
  padding: 20px 25px;
}
.more_services.more_images a.back_button {
  padding: 10px 0;
  margin-right: 0;
  float: none;
}
.more_services.more_images a.back_button:hover {
  padding-left: 15px;
}
.product_list {
  padding: 15px;
  list-style: none;
}
.product_list li {
  position: relative;
}
.product_list li a {
  padding: 15px 0;
  display: block;
  text-shadow: none;
  border-bottom: 1px solid #D9D9D9;
  color: #5e5e5e;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.product_list li a .learn_more {
  text-transform: none;
  color: #5e5e5e;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.product_list li a .fa {
  position: relative;
  top: 5px;
  color: #74cce8;
  font-size: 25px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  padding-left: 5px;
}
.product_list li a:hover,
.product_list li a:focus,
.product_list li a:active {
  text-decoration: none;
  color: #3c3c3c;
  background: #fcfcfc;
  padding: 15px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.product_list li a:hover .learn_more,
.product_list li a:focus .learn_more,
.product_list li a:active .learn_more {
  right: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.ekko-lightbox .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.ekko-lightbox .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ekko-lightbox .modal-header {
  padding: 0;
  border-bottom: 0;
  min-height: 0;
}
.ekko-lightbox .modal-header h4 {
  display: none;
}
.modal-backdrop {
  z-index: 10;
  height: 100%;
}
.contact section.top.grey {
  padding: 0;
}
.contact section.top.grey .contact_inner {
  padding: 60px 0;
  position: static;
  background: url('../img/grey-bg-tile.jpg') repeat left top #eeeeee;
}
.contact .fa-ul li .fa {
  color: #74cce8;
}
.contact .fa-ul li a {
  color: #5e5e5e;
}
.map_area .map_overlay {
  display: none;
}
.map_area .map_overlay .background {
  background: url('../img/grey-bg-tile.jpg') repeat left top #eeeeee;
  opacity: 0.8;
  height: 700px;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.map_area #map-canvas {
  height: 350px;
  /* Extra Small Devices, Phones */
}
@media only screen and (max-width: 480px) {
  .map_area #map-canvas {
    height: 250px;
  }
}
.map_area #map-canvas .map_popover {
  padding: 10px 0 10px 15px;
}
.map_area #map-canvas .map_popover img {
  width: 60px;
  height: auto;
}
.gfield {
  list-style: none;
  clear: both;
}
.gf_right_half,
.gf_left_half {
  margin: 0 0px 20px 0;
  width: 100%;
}
.get-in-touch input,
.get-in-touch textarea {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
}
.get-in-touch input:focus,
.get-in-touch textarea:focus {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.get-in-touch textarea {
  height: 124px;
  resize: vertical;
}
.get-in-touch ul {
  padding: 0;
}
.get-in-touch ul:before,
.get-in-touch ul:after {
  content: " ";
  display: table;
}
.get-in-touch ul:after {
  clear: both;
}
.get-in-touch .gform_ajax_spinner {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 10px;
}
.validation_error {
  color: #a94442;
  background-color: #f2dede;
  border-left: 4px solid #a94442;
  padding: 15px 30px;
  margin-bottom: 15px;
}
.gfield_error textarea,
.gfield_error input {
  border-color: #ffafa7;
}
.gfield_error .validation_message {
  color: #ffafa7;
}
.gfield_required {
  padding-left: 5px;
}
.acf_wysiwyg iframe {
  min-height: 250px;
}
#acf-your_acf_key .acf_wysiwyg iframe {
  min-height: 2em;
}
/* ==========================================================================
Mobile First Media Queries
========================================================================== */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ==========================================================================
Non-Mobile First Media Queries
========================================================================== */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
@media (min-width: 768px) {
  .pushy {
    width: 500px;
  }
  .pushy ul {
    padding: 30px;
  }
  .pushy ul li a {
    padding: 20px 0;
    font-size: 24px;
  }
  .pushy ul li a .fa {
    top: 30px;
  }
  .pushy ul li a:hover,
  .pushy ul li a:focus,
  .pushy ul li a:active {
    padding: 20px 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  .pushy ul li a:hover .fa,
  .pushy ul li a:focus .fa,
  .pushy ul li a:active .fa {
    right: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  .pushy-left {
    -webkit-transform: translate3d(-500px, 0, 0);
    -moz-transform: translate3d(-500px, 0, 0);
    -ms-transform: translate3d(-500px, 0, 0);
    -o-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0);
  }
  .pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .container-push,
  .push-push {
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    -ms-transform: translate3d(500px, 0, 0);
    -o-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  section {
    padding: 120px 0;
  }
  section.top {
    padding-top: 320px;
  }
  section.contact_us {
    font-size: 18px;
  }
  section.contact_us label {
    margin-bottom: 15px;
  }
  section .background_image {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
  }
  section .background_image img {
    position: absolute;
    height: 800px;
    width: auto;
    max-width: 1000%;
    left: 50%;
    margin-left: -950px;
    top: -5%;
    margin-top: 0;
  }
  section h2 {
    font-size: 48px;
  }
  section h3 {
    font-size: 36px;
  }
  section p {
    font-size: 16px;
  }
  section .fa-ul {
    font-size: 18px;
  }
  section .fa-ul li {
    margin-bottom: 15px;
  }
  .get-in-touch h3 {
    font-size: 48px;
  }
  .get-in-touch input,
  .get-in-touch textarea {
    padding: 12px 18px;
    height: 48px;
    font-size: 18px;
  }
  .get-in-touch textarea {
    height: 124px;
  }
  .gf_left_half {
    float: left;
    width: 49%;
    padding-right: 8px;
    clear: left;
  }
  .gf_right_half {
    float: right;
    width: 49%;
    padding-left: 8px;
    clear: right;
  }
  .logo_area {
    margin: 0;
    max-width: 210px;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  .logo_area .logo {
    padding: 30px;
  }
  .logo_area .btn {
    position: static;
    display: block;
    width: 100%;
  }
  .logo_area .btn:after {
    content: 'MENU';
  }
  .map_area #map-canvas {
    height: 500px;
  }
  .btn {
    font-size: 16px;
  }
  .btn.large {
    font-size: 20px;
  }
  .product_list li a {
    font-size: 24px;
  }
  .product_list li a .learn_more {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 15px;
  }
  .product_list li a .menu-item-text {
    width: 430px;
  }
  .more_services {
    padding: 50px 0;
  }
  .more_services a {
    font-size: 20px;
  }
  .more_services.related_services a.back_button {
    font-size: 24px;
  }
  .more_services.more_images a.back_button {
    font-size: 24px;
  }
  .carousel .item {
    height: 800px;
    width: 100%;
  }
  .carousel .item img {
    position: absolute;
    height: 800px;
    width: auto;
    max-width: 1000%;
    left: 50%;
    margin-left: -800px;
  }
  .carousel .carousel-caption {
    position: relative;
    bottom: auto;
    top: 300px;
    width: 450px;
    left: 0;
    text-align: left;
    right: auto;
    text-shadow: none;
    padding-bottom: 0;
  }
  .carousel .carousel-caption h2 {
    font-size: 55px;
  }
  .carousel .carousel-caption h3 {
    font-size: 30px;
  }
  .carousel .carousel-caption.light h2,
  .carousel .carousel-caption.light h3 {
    color: #ffffff;
  }
  .carousel .carousel_nav {
    background: #ffffff;
    width: 100%;
    padding: 20px 0;
  }
  .carousel .carousel-indicators {
    position: static;
    padding: 0;
    margin: 0 -10px;
    height: auto;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }
  .carousel .carousel-indicators li {
    float: left;
    text-align: left;
    width: 20%;
    padding: 0 10px;
    height: auto;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-indent: 0;
    border: 0;
    margin: 0;
    position: relative;
    text-align: center;
    opacity: 1;
    background: none;
  }
  .carousel .carousel-indicators li img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
  }
  .carousel .carousel-indicators li span {
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    line-height: 1.1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .carousel .carousel-indicators li:after {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -20px;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    content: '';
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
  }
  .carousel .carousel-indicators li.active {
    position: relative;
    opacity: 1;
    width: 20%;
    margin: 0;
  }
  .carousel .carousel-indicators li.active span {
    color: #74cce8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .carousel .carousel-indicators li.active:after {
    top: -40px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
  }
  .footer .footer_text {
    font-size: 14px;
  }
  .footer .footer_text_small {
    font-size: 11px;
  }
  .footer .social_links {
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  .map_area {
    position: relative;
    height: 700px;
  }
  .map_area #map-canvas {
    height: 700px;
  }
  .map_area #map-canvas .map_popover {
    padding: 20px 0 20px 25px;
  }
  .map_area #map-canvas .map_popover img {
    width: 120px;
    height: auto;
  }
  .map_area .map_overlay {
    display: block;
    width: 55%;
    position: absolute;
    z-index: 1;
  }
  .map_area .map_overlay .background {
    background: url('../img/grey-bg-tile.jpg') repeat left top #eeeeee;
    opacity: 0.8;
    height: 700px;
    position: absolute;
    z-index: 1;
    width: 100%;
  }
  .contact section.top.grey .contact_inner {
    background: none;
    width: 475px;
    right: 50%;
    position: absolute;
    z-index: 2;
    top: 310px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .services_nav .w2 {
    width: 12.5%;
  }
  .services_nav .w3 {
    width: 18.75%;
  }
  .services_nav .w4 {
    width: 25%;
  }
  .services_nav .w7 {
    width: 43.75%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .carousel .carousel-caption {
    width: 430px;
  }
  section .background_image img {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 1000%;
    left: 50%;
    margin-left: -50%;
    top: 50%;
    margin-top: -25%;
  }
  section.contact_us .background_image img {
    position: absolute;
    height: auto;
    width: 130%;
    max-width: 1000%;
    left: 50%;
    margin-left: -50%;
    top: 50%;
    margin-top: -25%;
  }
  section.home .background_image img {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 1000%;
    left: 50%;
    margin-left: -50%;
    top: 50%;
    margin-top: -25%;
  }
}
@media (max-width: 997px) {
  .contact section.top.grey {
    padding: 0;
  }
  .contact section.top.grey .contact_inner {
    right: 0;
    left: 15px;
  }
}
