@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamPro-Light.eot");
  src: local("Gotham Pro Light"), local("GothamPro-Light"), url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamLight.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamBold.ttf");
  font-weight: bold;
  font-style: normal; }

* {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Gotham', Arial, Helvetica,sans-serif;
  font-weight: 300; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

b {
  font-weight: 900; }

sup {
  font-size: 0.7em; }

.fadeInAnim {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.fadeOutAnim {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.fade {
  opacity: 0; }

.mob {
  display: none !important; }

.desk {
  display: block !important; }

body.fixed {
  overflow: hidden; }

.disclamer {
  font-size: 0.875vw;
  position: absolute;
  bottom: 0;
  color: #FFF; }
  .disclamer.black {
    color: #000; }

.mob-menu {
  display: none; }

.button {
  display: inline-block;
  color: #FFF;
  border-radius: 6px;
  background: #a50034;
  border: 1px solid #a50034;
  text-align: center;
  padding: 0.5em 1em;
  font-size: 1.75vw;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .button:hover {
    text-decoration: none;
    background: #e10b4b;
    border: 1px solid #e10b4b;
    color: #fff; }
  .button:active {
    text-decoration: none;
    background: #d7104b;
    border: 1px solid #d7104b;
    color: #fff; }

.bg {
  width: 100%;
  position: relative; }

.owl-dots.disabled,
.owl-nav.disabled,
.owl-prev.disabled,
.owl-next.disabled {
  display: none; }

.section-wrap {
  width: 90%;
  max-width: 1426px;
  margin: auto;
  overflow: hidden; }

.section {
  position: relative; }

.section-bg {
  margin-top: 2.5vw; }

.hero-title-content {
  text-align: center;
  font-size: 4.375vw;
  margin-top: 2.2em;
  margin-bottom: 1.2em;
  text-transform: uppercase;
  position: relative; }
  .hero-title-content:after {
    content: "";
    height: 1.2em;
    left: calc(50% - 1px);
    width: 2px;
    background: #B9B9B9;
    position: absolute; }

.hero-title {
  color: #AD7D60;
  font-weight: 300;
  margin-bottom: 0.2em; }

.hero-subtitle {
  color: #B9B9B9;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .hero-subtitle img {
    width: 6.5em;
    margin-left: 0.5em; }

.services-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section-item {
  width: 49.5%;
  position: relative;
  margin-bottom: 1vw; }

.section-item-content {
  position: absolute;
  width: 80%;
  height: 88%;
  top: 10%;
  left: 10%;
  font-size: 2.875vw; }

.section-item-content-overlay {
  height: 100%;
  width: 100%; }

.section-item-content-title {
  line-height: 1.1;
  color: #AD7D60;
  text-transform: uppercase;
  font-weight: 300; }

.section-item-content-divider {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  width: 12%;
  height: 0.125vw;
  background: #AD7D60; }

.section-item-content-text {
  font-size: 0.41em;
  line-height: 1.4;
  font-weight: 300; }
  .section-item-content-text.white {
    color: #FFF; }
  .section-item-content-text p {
    margin-bottom: 1.3em; }
    .section-item-content-text p:last-child {
      margin-bottom: 0; }

.info-text {
  font-size: 3.75vw;
  color: #FFF;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 7% 0; }

.info-title {
  color: #000;
  text-transform: uppercase; }

.info-divider {
  margin-top: 1px;
  margin-bottom: 1px;
  width: 10%;
  background: #FFF;
  height: 0.125vw;
  margin: 1em auto; }

.info-phone {
  color: #AD7D60;
  text-decoration: none;
  margin-top: 0.5em;
  display: inline-block; }

.disclamer-section {
  border-top: 1px solid #CBCBCB; }

.disclamer-content {
  color: #979797;
  font-size: 14px;
  padding: 5% 0 10%;
  font-weight: normal; }
  .disclamer-content p {
    margin-bottom: 1em; }
    .disclamer-content p:last-child {
      margin-bottom: 0; }

.section-item:nth-child(2n+1).u-animate {
  opacity: 0;
  position: relative;
  left: -10vw;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.section-item:nth-child(2n).u-animate {
  opacity: 0;
  position: relative;
  left: 10vw;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.section-item:nth-child(2n+1).u-animate.u-animated,
.section-item:nth-child(2n).u-animate.u-animated {
  left: 0;
  right: 0;
  opacity: 1; }

@media (min-width: 1601px) {
  .disclamer {
    font-size: 14px; }
  .section-bg {
    margin-top: 40px; }
  .hero-title-content {
    font-size: 70px; }
  .section-item-content {
    font-size: 46px; }
  .section-item {
    margin-bottom: 16px; }
  .section-item-wrap {
    margin-bottom: 80px; }
    .section-item-wrap:last-child {
      margin-bottom: 0; }
  .info-text {
    font-size: 60px; }
  .section-item-wrap-left {
    left: -160px; }
  .section-item-wrap-right {
    left: 160px; } }

@media (max-width: 767px) {
  .desk {
    display: none !important; }
  .mob {
    display: block !important; }
  .disclamer {
    font-size: 2.8vw;
    padding: 0 3.5%; }
  .hero-title-content {
    font-size: 5.8vw; }
  .section-item {
    width: 100%;
    margin-bottom: 2vw; }
  .section-item-content-overlay {
    font-size: 5vw;
    padding: 3.5%; }
  .section-item-content {
    width: 95%;
    height: 90%;
    left: 2.5%;
    top: 5%; }
  .section-item-content-divider {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .info-text {
    font-size: 5.8vw;
    width: 90%; }
  .section-item-content-text {
    font-size: 0.75em; }
  .disclamer-content {
    font-size: 12px; } }
