.sans-font {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: #1b1b1b;
  padding-right: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #da7b06;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #774303;
}
.alert {
  text-align: left;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #1b1b1b;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: white;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  text-shadow: 1px 1px black;
}
.navbar-custom .nav li a:hover {
  color: #da7b06;
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a.header-button {
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 7px;
  padding: 7px 10px;
}
.navbar-custom .nav li a.header-button:hover,
.navbar-custom .nav li a.header-button:focus {
  cursor: pointer;
  background-color: #f9951a;
  border: 1px solid #da7b06;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #1b1b1b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar-custom.top-nav-collapse .nav li a {
    text-shadow: none;
  }
  .navbar-custom.top-nav-collapse .nav li a.header-button {
    margin-left: 10px;
    background-color: #da7b06;
    border: 1px solid #a85f05;
  }
  .navbar-custom.top-nav-collapse .nav li a.header-button:hover,
  .navbar-custom.top-nav-collapse .nav li a.header-button:focus {
    background-color: #f9951a;
    border: 1px solid #da7b06;
    cursor: pointer;
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/crowd-grayscale-2.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 1px 2px black;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.brand-img {
  max-width: 150px;
}
.logo {
  max-height: 45px;
}
.vcenter {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .vcenter {
    margin-top: 50px;
  }
}
.vcenter-br {
  margin-top: 20px;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.content-section {
  padding-top: 75px;
}
.about-section {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #1b1b1b;
}
.white-bg {
  background: #f3f3f3;
  color: #1b1b1b;
}
/* .products-section {
    width: 100%;
    //padding: 50px 0;
    color: #fff;
    //background: @darkergray;
     background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url(../img/crowd-grayscale.jpg);
    background:  url(../img/crowd-grayscale.jpg) no-repeat center center scroll; 
    //background-color: @darkergray;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    .gradient-test;
} */
.quote-row {
  margin-bottom: 60px;
}
.product-logo {
  max-height: 100px;
}
.product-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.gradient-test {
  background: -webkit-linear-gradient(top, #1b1b1b 10%, #000000 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #1b1b1b 10%, #000000 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #1b1b1b 10%, #000000 90%);
  /* IE10 */
  background: -o-linear-gradient(top, #1b1b1b 10%, #000000 90%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #1b1b1b 10%, #000000 90%);
  /* W3C */
}
#contact {
  padding-bottom: 40px;
}
#location {
  margin-top: 40px;
}
#testimonials blockquote {
  text-align: left;
  border-left: none;
  margin: 1.5em 10px;
  padding: 0.5em 30px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
#testimonials blockquote p {
  font-size: 18px;
  display: inline;
}
#testimonials blockquote footer {
  font-size: 16px;
  font-style: italic;
  padding: 0;
  color: #4d4d4d;
  margin-left: 15px;
  display: block;
}
#testimonials blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: -0.6em;
  margin-right: 0.5em;
  vertical-align: -0.4em;
}
#testimonials blockquote p:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.5em;
  vertical-align: -0.6em;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .services-section .row {
    padding-top: 60px;
  }
  /*.products-section {
        padding: 100px 0;
    }*/
  #map {
    height: 400px;
    margin-top: 80px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.bold-link {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.copyright {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.form-horizontal {
  text-align: left;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.remodal.login-wrapper {
  max-width: 450px;
}
.remodal iframe {
  z-index: 1;
  overflow: hidden;
  border: none;
  max-width: 100%;
  line-height: 0;
}
.logo-large {
  text-transform: none;
  font-size: 48px;
  margin-bottom: 83px;
}
.btn-default {
  border: 1px solid #da7b06;
  color: #da7b06;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #da7b06;
  outline: none;
  color: black;
  background-color: #da7b06;
}
.btn-primary {
  border: 1px solid #a85f05;
  color: black;
  background-color: #da7b06;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-primary:hover,
.btn-primary:focus {
  border: 1px solid #da7b06;
  color: black;
  background-color: #f9951a;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #D5D5D5;
}
::selection {
  text-shadow: none;
  background: #D5D5D5;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
