body {
  width: 100%;
  height: 100%;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: #182323;
}
html {
  width: 100%;
  height: 100%;
}
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;
}
.content-section p,
.content-section li {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .content-section p,
  .content-section li {
    margin: 0 0 35px;
    font-size: 17px;
    line-height: 1.6;
  }
}
.content-section li {
  margin: 0 0 15px;
}
small {
  font-size: 12px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  small {
    font-size: 16px;
  }
}
a {
  color: #00A499;
  -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: #003e3a;
}
a.bare {
  color: #fff;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #182323;
}
.navbar-custom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-custom .container:before,
.navbar-custom .container:after {
  display: none;
}
.navbar-custom .navbar-toggle {
  margin-top: 8px;
  padding: 4px 0;
  font-size: 16px;
  color: white;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 500;
  padding-right: 0;
  position: relative;
  padding-left: 40px;
  margin-left: 15px;
}
@media (max-width: 400px) {
  .navbar-custom .navbar-brand {
    font-size: 14px;
  }
}
.navbar-custom .navbar-brand .light {
  font-weight: 200;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .navbar-brand .mark {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  content: '';
  margin-top: -5px;
  margin-left: -40px;
  background-color: transparent;
  background-size: 30px 30px;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li {
  border-bottom: 3px solid transparent;
}
.navbar-custom .nav li a {
  padding: 10px 12px;
  line-height: 31px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  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.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  border-bottom: 3px solid #00A499;
}
.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: #182323;
  }
}
.highlight {
  background-color: #222;
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 150px 0 100px 0;
  text-align: center;
  color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 768px) {
  .intro .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 17px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 90px;
    line-height: 82px;
  }
  .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);
  }
}
.content-section {
  padding-top: 100px;
}
.client-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(/img/lobby.jpg) no-repeat bottom center scroll;
  background-color: #182323;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.contact-section {
  background: #000 url('/img/contact-bg.png') repeat;
  padding-bottom: 100px;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 150px;
  }
  .client-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 150px;
  }
}
.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;
}
.btn-default {
  color: white;
  background-color: #00A499;
  padding: 15px;
  border: 1px solid #00A499;
  border-radius: 2px;
}
.btn-default:hover,
.btn-default:focus {
  color: white;
  background-color: #00cdbf;
  border: 1px solid #00cdbf;
  outline: none;
}
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: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
hr {
  max-width: 150px;
  border-color: #fff;
  border-width: 3px;
  margin: 36px auto;
}
.reverse * {
  color: #333 !important;
  text-shadow: none;
}
.reverse .carousel-indicators li {
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.reverse .carousel-indicators .active {
  background-color: #00A499;
  margin-bottom: -1px;
}
.carousel a.carousel-control {
  background: transparent;
  background-image: none;
}
.carousel .carousel-inner {
  height: 460px;
}
.carousel .carousel-inner .carousel-caption {
  top: 20px;
}
.carousel .carousel-inner .carousel-caption p {
  font-size: 21px;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .carousel-caption p {
    font-size: 16px;
  }
}
.carousel .item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
}
@media (min-width: 767px) {
  .carousel .item .carousel-caption {
    top: 22%;
  }
}
@media (min-width: 767px) {
  .carousel .carousel-indicators {
    bottom: -50px;
  }
}
.carousel .carousel-indicators li {
  margin: 0 4px;
}
.carousel .carousel-captions {
  padding-top: 0;
}
.carousel .carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 50px;
}
.icon-inline {
  width: 20px;
  text-align: center;
}
.logo {
  margin: 0 auto;
  width: 260px;
  height: 100px;
}
.logo img {
  height: 100%;
  width: auto;
}
