@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900|Roboto:300,400,500,700");
/* line 12, ../scss/app.scss */
.montserrat, .front__carousel {
  font-family: 'Montserrat', sans-serif;
}

/* line 15, ../scss/app.scss */
.roboto, body {
  font-family: 'Roboto', sans-serif;
}

/* line 18, ../scss/app.scss */
.black {
  font-weight: 900;
}

/* line 21, ../scss/app.scss */
.light {
  font-weight: 300;
}

/* line 25, ../scss/app.scss */
.front, .front .image, .front .video video, .contact, .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 30, ../scss/app.scss */
.relative {
  position: relative;
}

/* line 34, ../scss/app.scss */
.title {
  font-size: 50px;
  color: black;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 34, ../scss/app.scss */
  .title {
    font-size: 30px;
  }
}

/* line 43, ../scss/app.scss */
.button {
  padding: 20px 15px;
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  width: 140px;
  max-width: 100%;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (max-width: 991px) {
  /* line 43, ../scss/app.scss */
  .button {
    padding: 10px;
  }
}
/* line 55, ../scss/app.scss */
.button.button--transparent {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}
/* line 59, ../scss/app.scss */
.button.button--transparent:hover, .button.button--transparent:active, .button.button--transparent:focus {
  background-color: white;
  border-color: transparent;
  color: #30484b;
}

/* line 67, ../scss/app.scss */
.top-gradient:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.45)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 88, ../scss/app.scss */
.form-control, textarea {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  color: black;
  padding: 6px 12px;
}

/* line 96, ../scss/app.scss */
.navigation {
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
  background-color: transparent;
  margin: 0;
  text-align: center;
  border: 0;
}
@media (min-width: 992px) {
  /* line 96, ../scss/app.scss */
  .navigation {
    padding: 55px 0 30px;
  }
}
@media (min-width: 992px) {
  /* line 105, ../scss/app.scss */
  .navigation.affix {
    padding: 15px 0;
    -moz-transform: translateY(-178px);
    -ms-transform: translateY(-178px);
    -webkit-transform: translateY(-178px);
    transform: translateY(-178px);
  }
}
/* line 111, ../scss/app.scss */
.navigation .overlay-bg {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #790e11;
  z-index: 0;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
  -moz-transition-timing-function: cubic-bezier(0.785, 0.105, 0.26, 0.91);
  -o-transition-timing-function: cubic-bezier(0.785, 0.105, 0.26, 0.91);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.105, 0.26, 0.91);
  transition-timing-function: cubic-bezier(0.785, 0.105, 0.26, 0.91);
}
@media (min-width: 992px) {
  /* line 111, ../scss/app.scss */
  .navigation .overlay-bg {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 127, ../scss/app.scss */
.navigation:hover .overlay-bg, .navigation:active .overlay-bg, .navigation:focus .overlay-bg, .navigation.affix:not(.affix-top) .overlay-bg {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  /* line 133, ../scss/app.scss */
  .navigation .navbar-brand, .navigation .navbar-nav, .navigation .navbar-header {
    float: none;
    display: inline-block;
  }
}
/* line 139, ../scss/app.scss */
.navigation .navbar-brand {
  height: auto;
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  /* line 139, ../scss/app.scss */
  .navigation .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  /* line 139, ../scss/app.scss */
  .navigation .navbar-brand {
    width: 150px;
    max-width: 100%;
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  /* line 139, ../scss/app.scss */
  .navigation .navbar-brand {
    float: none;
  }
}
@media (min-width: 768px) {
  /* line 155, ../scss/app.scss */
  .navigation .navbar-nav li {
    float: none;
    display: inline-block;
  }
}
/* line 161, ../scss/app.scss */
.navigation .navbar-nav a {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
}
/* line 170, ../scss/app.scss */
.navigation .navbar-nav a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 182, ../scss/app.scss */
.navigation .navbar-nav a:hover, .navigation .navbar-nav a:active, .navigation .navbar-nav a:focus {
  background-color: transparent;
}
/* line 183, ../scss/app.scss */
.navigation .navbar-nav a:hover:after, .navigation .navbar-nav a:active:after, .navigation .navbar-nav a:focus:after {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 191, ../scss/app.scss */
  .navigation .navbar-toggle {
    margin: 30px 15px;
  }
}
/* line 195, ../scss/app.scss */
.navigation .navbar-toggle .icon-bar {
  background-color: white;
}

/* line 201, ../scss/app.scss */
.front {
  height: 100vh;
  max-height: 1000px;
  background-color: gray;
  background-image: url("../img/front-background.png");
  padding: 315px 0 35px;
  position: relative;
  overflow: hidden;
}
@media (max-height: 768px) {
  /* line 201, ../scss/app.scss */
  .front {
    padding-top: 150px;
    min-height: 800px;
  }
}
@media (max-width: 991px) {
  /* line 201, ../scss/app.scss */
  .front {
    padding: 200px 0 100px;
    min-height: 650px;
  }
}
/* line 218, ../scss/app.scss */
.front__carousel {
  padding-top: 140px;
  text-transform: uppercase;
  color: white;
}
/* line 224, ../scss/app.scss */
.front .image, .front .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 233, ../scss/app.scss */
.front .image.active, .front .video video.active {
  opacity: 1;
}
/* line 237, ../scss/app.scss */
.front .video video {
  object-fit: cover;
  opacity: 1;
  z-index: 0;
}
@media (max-width: 991px) {
  /* line 237, ../scss/app.scss */
  .front .video video {
    display: none;
  }
}
/* line 245, ../scss/app.scss */
.front .text {
  font-size: 84px;
  line-height: 1;
}
@media (max-width: 991px) {
  /* line 245, ../scss/app.scss */
  .front .text {
    font-size: 67px;
  }
}
@media (max-width: 767px) {
  /* line 245, ../scss/app.scss */
  .front .text {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  /* line 256, ../scss/app.scss */
  .front .relative {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* line 265, ../scss/app.scss */
.where {
  padding: 65px 0 100px;
}
@media (max-width: 991px) {
  /* line 265, ../scss/app.scss */
  .where {
    padding: 30px 0 50px;
  }
}
/* line 270, ../scss/app.scss */
.where .title {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  /* line 270, ../scss/app.scss */
  .where .title {
    margin-bottom: 40px;
  }
}
/* line 276, ../scss/app.scss */
.where__places {
  display: flex;
  align-content: center;
}
@media (max-width: 767px) {
  /* line 276, ../scss/app.scss */
  .where__places {
    flex-direction: column;
  }
}
/* line 282, ../scss/app.scss */
.where__places__image {
  flex: 1 0;
  align-self: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  /* line 282, ../scss/app.scss */
  .where__places__image {
    margin-bottom: 20px;
  }
}

/* line 292, ../scss/app.scss */
.contact {
  padding: 50px 0;
  color: white;
  position: relative;
  background-image: url("../img/contact-background.jpg");
  background-color: rgba(48, 72, 75, 0.8);
  background-blend-mode: multiply;
}
/* line 310, ../scss/app.scss */
.contact .title {
  color: white;
  margin-bottom: 35px;
}
/* line 314, ../scss/app.scss */
.contact .subtitle {
  font-size: 23px;
  margin-bottom: 40px;
}
/* line 318, ../scss/app.scss */
.contact label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  /* line 324, ../scss/app.scss */
  .contact .form-control {
    height: 55px;
    margin-bottom: 30px;
  }
}

/* line 331, ../scss/app.scss */
.footer {
  background-color: #790e11;
  padding: 50px 0 30px;
  color: white;
}
/* line 335, ../scss/app.scss */
.footer__information {
  padding: 40px 0;
  margin: 30px 0 20px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
/* line 340, ../scss/app.scss */
.footer__information a {
  color: white;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 346, ../scss/app.scss */
.footer__information h3 {
  font-size: 19px;
  margin: 0;
  margin-bottom: 8px;
  font-weight: 300;
}
/* line 353, ../scss/app.scss */
.footer .icon-instagram {
  padding-left: 8px;
}
