@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}

img {border:none;}
*{outline:0px !important;}
html, body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: #6f7477 !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  color: #000000;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
}
a {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  color: #39f;
  transition: all .2s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}
a:focus { outline: thin dotted }
a:hover, a:active { outline: 0 }

.width-set {
  max-width: 1080px;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 2;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ 
}
.header_logo {
  float: left;
}
.header_logo img {
  width: 100px;
  height: auto;
}
.header_info {
  padding: 0 20px 0 30px;
  float: left;
}
.header_info p {
  margin-bottom: 0;
  line-height: 20px;
}
.header_info p strong {
  font-weight: 600;
  color: #333;
}
.header_info .contact-left {
  display: none;
}
.header_contact {
  padding-top: 20px;
  text-align: right;
  line-height: 20px;
  float: right;
}
.header_contact a {
  padding-right: 28px;
  position: relative;
  display: inline-block;
}
.header_contact span {
  top: 3px;
  right: 0;
  position: absolute;
}

.carousel {
  margin-top: 80px;
  height: 50% !important;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}
.carousel-inner h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 4em;
  color: #fff;
}
.carousel-inner h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
}
.carousel-caption {
  padding-bottom: 60px !important;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-banner {
  height: auto;
  min-height: 500px;
  margin-top: 60px;
  width: 100%;
  text-align: center;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  /*background-attachment: scroll !important;*/
  background-attachment: fixed !important;
  background-size: cover;
  position: relative; 
}
.header-banner-text {
  padding: 70px 0 30px;
}
.header-banner-text h1, .header-banner-text h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 60px;
  color: #555;
}
.header-banner-text h1 {
  font-size: 84px;
  font-weight: 700;
}
.header-banner .ti-angle-down {
  font-size: 44px;
  color: #555;
}
.review-links-row {
  padding: 40px;
}
.review-links-row img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 860px) {
  .header .container-fluid {
    padding-left: 10%;
  }
  .header_logo img {
    width: 150px;
  }
  .header_info {
    padding-top: 10px;
  }
  .header_info .contact-left {
    display: block;
  }
  .header_contact {
    display: none;
  }
  .header-banner-text {
    padding-top: 100px;
  }
  .header-banner-text h1 {
    font-size: 70px;
  }
  .header-banner-text h2 {
    font-size: 48px;
  }
}

.priority {
  padding: 30px 0 10px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #666;
  border-top: 1px solid #937e39;
}
.priority h1 {
  font-size: 56px;
  color: #937e39;
}
.priority h3 {
  font-size: 30px;
}

.three_up {
  margin: 20px 0;
  padding-top: 30px;
  background-color: #fffae9;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #666;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.three_up .col-sm-4 {
  padding-bottom: 30px;
}
.three_up_pic {
  height: 150px;
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.three_up h3 {
  padding-top: 30px;
  font-size: 30px;
}

.cta {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.cta .btn {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  white-space: normal;
}

.divider {
  margin: 20px auto 0;
  width: 30%;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background: #937e39;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-section {
  padding: 20px;
  border: 1px solid #666;
}
.footer-section img {
  max-width: 100%;
  height: auto;
}
.footer .contact-left a {
  padding-left: 28px;
  position: relative;
  display: inline-block;
}
.footer .contact-left span {
  top: 5px;
  left: 0;
  position: absolute;
}

#map {
  width: 100%;
  height: 350px;
}

.copyright {
  padding: 30px 20px 15px;
  background-color: #333;
  font-size: 12px;
  color: #dbcc98;
}

@media (max-width: 767px) {
  .header {
    position: relative;
  }
  .header .container-fluid {
    padding-left: 15px;
    text-align: center;
  }
  .header_logo {
    display: none;
  }
  .header_info {
    padding-top: 0;
    float: none;
  }
  .header-banner {
    margin-top: 0;
  }
  .header-banner-text {
    padding-top: 30px;
  }
  .header-banner-text h1 {
    font-size: 54px;
  }
  .header-banner-text h2 {
    font-size: 36px;
  }
  .carousel {
    margin-top: 0;
  }
  .review-links-row .col-sm-4 {
    padding-bottom: 30px;
  }
  .footer {
    text-align: center;
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}