/* Config Colors
-------------------------------------*/
/* Defaults 
-------------------------------------*/
body {
  color: #716d6e;
}
.default-font {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
.title-font,
h1,
h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn-highlight {
  background-color: #fa6f00;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  border-radius: 4px;
  font-size: 18px;
}
.btn-highlight a {
  color: #fff !important;
  border: none;
}
.phone {
  color: #fff !important;
}
.underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #fa6f00;
  margin: 0 auto;
}
/* Animation Delay
--------------------------------------------*/
.delay05s {
  animation-delay: 0.5s;
}
.delay1s {
  animation-delay: 1s;
}
.delay15s {
  animation-delay: 1.5s;
}
.delay2s {
  animation-delay: 2s;
}
.v-hidden {
  visibility: hidden;
}
.fw-bold {
  font-weight: bold;
}
.fw-normal {
  font-weight: normal;
}
.block-center {
  margin: auto;
}
/* Autocomplete
--------------------------------------------*/
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
  font-size: 14px;
}
.autocomplete-suggestion {
  padding: 10px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.autocomplete-selected {
  background: #f0f0f0;
  font-size: 14px;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-size: 14px;
}
/* Carousel Fade
--------------------------------------------*/
.carousel {
  z-index: 1;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Label
--------------------------------------------*/
.label-default {
  background-color: #fa6f00;
  border-radius: 0;
}
/* Tooltip
--------------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #fa6f00;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip .tooltip-arrow {
  border-top-color: #fa6f00 !important;
}
.my-tooltip {
  border-bottom: 1px dotted #fa6f00;
  color: #fa6f00;
}
/* Links
--------------------------------------------*/
a {
  color: #fa6f00;
}
a:hover {
  color: #fa6f00;
  text-decoration: none;
}
/* Scroll to Top Button 
--------------------------------------------*/
.scrollup {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 44px;
  right: 64px;
  display: none;
  text-indent: -9999px;
  background: url(0a44750e0b7913f79043.png) no-repeat;
  z-index: 1000;
}
/* Header
--------------------------------------------*/
header {
  height: 147px;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
header .box {
  margin: 0 auto;
}
header .brand {
  margin: 45px 0 0 0;
}
header .brand h1 {
  margin: 0;
  padding: 0;
}
header .header-info .contact {
  font-size: 17px;
  font-weight: 900;
  margin-top: 10px;
}
header .header-info .language-switch {
  background-color: #fa6f00;
  margin-left: 24px;
}
header .header-info .language-switch a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 11px 45px 8px 15px;
  background: transparent url(2e70b1ad462dde7e2225.png) no-repeat 154px 14px;
}
header .header-info .language-switch .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  min-width: 188px;
  padding: 0;
}
header .header-info .language-switch .dropdown-menu li a {
  color: #716d6e;
  padding: 5px 15px 5px 15px;
  background-image: none;
}
header .header-info .language-switch .dropdown-menu li a:hover {
  background-color: #efe9e9;
}
header .header-info .language-switch .dropdown-menu li img {
  margin-right: 10px;
}
/* Navbar
--------------------------------------------*/
header .navbar-default {
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
header .navbar-brand {
  display: none;
}
header .navbar-default .container-fluid {
  padding: 0;
}
header .navbar-default .navbar-collapse {
  padding: 0;
}
header .navbar-default .navbar-nav > .active > a {
  background-color: #fff;
  border: 2px solid #b8b6b6;
  color: #716d6e;
  background-color: transparent;
}
header .navbar-default .navbar-nav > li > a {
  background-color: transparent;
  padding: 8px 10px 7px 11px;
  border: 2px solid #fff;
  transition: background 0.4s ease-in-out;
}
header .navbar-default .navbar-nav > li > a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  background-color: #e7e7e7;
  color: #716d6e;
}
header .navbar-default .navbar-nav .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border-color: #fff;
  margin: -2px 2px 0 0;
  border: none;
  border-top: 4px solid #E7E7E7;
  border-bottom: 4px solid #e7e7e7;
  padding: 0;
}
header .navbar-default .navbar-nav .dropdown-menu li a {
  padding: 7px 20px;
}
header .navbar-default .btn-highlight a {
  font-size: 20px !important;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -9px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #ffffff;
}
header.small {
  height: 95px;
  box-shadow: 0 0px 14px -2px gray;
}
header.small .header-info {
  display: none;
}
header.small .brand {
  margin: 24px 0 0 0;
  width: 50%;
}
header.large {
  height: 147px;
  box-shadow: none;
}
header.large .header-info {
  display: block;
}
header.large .brand {
  margin: 45px 0 0 0;
  width: 80%;
}
/* Teaser
-------------------------------------*/
#teaser {
  background-color: #ababae;
  color: #fff;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #ababae;
  margin: 0 auto;
}
/* Services
--------------------------------------------*/
#services,
#advantages {
  margin-top: 65px;
  position: relative;
  z-index: 2;
}
#services .title,
#advantages .title,
#contact .title,
#information .title,
#products .title,
#about .title {
  margin-bottom: 38px;
}
#services h2,
#advantages h2,
#contact h2,
#information h2,
#products h2,
#about h2 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
.service-box {
  background-color: #ededed;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 280px;
}
#services .service-box {
  min-height: 330px;
}
.service-box .service-icon {
  height: 43px;
  width: 43px;
  color: #fff;
  justify-content: center;
  line-height: 43px;
  font-size: 41px;
  font-weight: 900;
  display: flex;
  margin: auto 15px auto 0;
  background: #fa6f00 url(cf92b84ee864b2ec6777.png) no-repeat center;
  background-size: 22px;
}
.service-box .service-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  padding-top: 5px;
  display: flex;
}
.service-box .service-title-container {
  display: flex;
}
.service-box .service-content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.7;
}
/* Newsletter
--------------------------------------------*/
ul li.social-icons a {
  height: 55px;
  width: 65px;
  background-color: #fa6f00;
  display: block;
  margin-left: 10px;
  text-align: center;
  line-height: 55px;
  color: #fff !important;
  font-size: 25px !important;
}
ul li.social-icons a.linkedin {
  background-color: #0077B5 !important;
}
ul li.social-icons a.youtube {
  background-color: #ff0000 !important;
}
ul li.social-icons:hover {
  opacity: 0.8;
}
/* products
--------------------------------------------*/
#products {
  margin-top: 90px;
  position: relative;
  z-index: 2;
  background-color: #ababae;
}
#products .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
  color: #fff;
}
#products .subtitle {
  font-weight: normal;
}
#products .product-nav-row {
  padding-right: 0;
}
#products #product-nav-container {
  position: relative;
  margin-bottom: 1px;
}
#products .product-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#products .product-nav-control {
  padding-right: 10px;
}
#products .product-nav-control a {
  width: 50%;
  height: 40px;
  display: block;
  background-color: #716d6e;
  text-align: center;
  float: left;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
#products .product-nav-control a:first-of-type {
  border-right: 1px solid #fff;
}
#products .product-nav-control a:hover {
  background-color: rgba(250, 111, 0, 0.4);
  color: #716d6e;
}
#products .product-nav li {
  background-color: #fff;
  margin-bottom: 1px;
  position: relative;
  transition: 0.2s;
  margin-right: 10px;
}
#products .product-nav li span {
  width: 0px;
  height: 0px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  position: absolute;
  right: -10px;
  top: 20px;
  transition: 0.2s;
}
#products .product-nav li:hover {
  background-color: #d1cece;
}
#products .product-nav li:hover span {
  border-left: 10px solid #d1cece;
}
#products .product-nav li.active {
  background-color: #fa6f00;
  font-weight: bold;
}
#products .product-nav li.active a {
  color: #fff;
}
#products .product-nav li.active span {
  border-left-color: #fa6f00;
}
#products .product-nav li a {
  font-size: 16px;
  color: #716d6e;
  padding-left: 15px;
  display: block;
  height: 60px;
  line-height: 60px;
}
#products .styled-select-product-data {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
  width: 100%;
  display: none;
}
#products .styled-select-product-data:after {
  content: '';
  background: #fff url(fa9595c845873e62b616.png) no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#products .styled-select-product-data select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 1px 10px;
  height: 39px;
}
#products .product-img {
  text-align: center;
}
#products .product-img img {
  display: inline-block;
  max-height: 400px;
}
#products .product-price {
  background-color: rgba(250, 111, 0, 0.4);
  height: 53px;
  line-height: 53px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 900;
}
#products .product-price .info {
  font-weight: normal;
  font-size: 18px;
}
#products .reserve-button {
  background-color: #fa6f00;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 51px;
  font-size: 24px;
  font-weight: 900;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: 0.2s;
}
#products .reserve-button:hover {
  background-color: #716d6e;
}
#products .reserve-button span {
  margin-right: 7px;
}
#products table {
  color: #fff;
}
#products .container {
  padding: 30px !important;
  margin: 0 auto;
}
#products .product-features ul {
  padding: 0 0 0 20px;
}
/* Reviews
--------------------------------------------*/
#reviews {
  margin-top: 90px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
#reviews .stars {
  font-size: 27px;
  margin-bottom: 10px;
}
#reviews .stars .big {
  font-size: 36px;
}
#reviews .review {
  font-size: 24px;
  line-height: 1.7;
}
#reviews .author {
  font-size: 18px;
  font-weight: 900;
  color: #fa6f00;
  margin-top: 10px;
}
#reviews .carousel-indicators {
  position: absolute;
  bottom: auto;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-top: 25px;
}
#reviews .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ccc;
}
#reviews .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #716d6e;
}
/* Locations
--------------------------------------------*/
#locations {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#locations .location-select-container {
  z-index: 1;
  position: relative;
}
#locations .location-select {
  background-color: #fa6f00;
  height: 93px;
}
#locations .location-select h2 {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  margin: 26px 0 0 21px;
}
#locations .styled-select-location {
  height: 47px;
  position: relative;
  margin: 22px 21px 0 0;
  background-color: #fff;
}
#locations .styled-select-location:after {
  content: '';
  background: #fff url(fa9595c845873e62b616.png) no-repeat 5px 21px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 43px;
  position: absolute;
  pointer-events: none;
}
#locations .styled-select-location select {
  border: none;
  font-size: 18px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 11px 10px;
  height: 43px;
}
#locations .map {
  height: 550px;
  background-color: #ccc;
  top: -70px;
}
#locations .map h2 {
  color: #fa6f00;
  padding: 0 10px;
  margin-bottom: 4px;
}
#locations .map p {
  font-size: 16px;
  padding: 0 10px;
}
.arrow-down-location {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #fa6f00;
  margin: 0 auto;
}
/* Information
--------------------------------------------*/
#about {
  background-color: #ababae;
  color: #fff;
}
#about .container {
  padding: 30px 30px 0 30px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #about img {
    margin: 30px 0;
  }
}
#information,
#about {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#information .row,
#about .row {
  margin-bottom: 90px;
}
#information .title,
#about .title {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 30px 0;
  padding: 0;
}
#information .subtitle,
#about .subtitle {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px 0;
  padding: 0;
}
#information p,
#about p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#information .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#information .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #fa6f00;
  color: #fff;
  border-radius: 0;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  margin-right: 15px;
  transition: 0.2s;
}
#information .btn:hover {
  background-color: #716d6e;
}
#information .btn-gray {
  background-color: #716d6e;
}
#information .btn-gray:hover {
  background-color: #fa6f00;
}
#information .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#information .video iframe,
#information .video object,
#information.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Partners
--------------------------------------------*/
#partners {
  padding: 90px 0;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}
#partners .title {
  margin-bottom: 38px;
}
#partners h2 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
#partners .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #fa6f00;
  margin: 0 auto;
}
#partners p {
  margin: 40px 0 60px 0;
  font-size: 18px;
  line-height: 1.7;
}
/* Contact
--------------------------------------------*/
#contact {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#contact .contact-info {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1.7;
}
#contact .contact-info .address {
  font-weight: 900;
}
#contact .contact-info .highlight {
  color: #fa6f00;
}
#contact form .form-group {
  margin-bottom: 20px;
}
#contact form .text-field {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form textarea {
  background-color: #dbdbdb;
  height: 196px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form ::-webkit-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form ::-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form .first-name {
  float: left;
  width: 49%;
}
#contact form .last-name {
  float: right;
  width: 49%;
}
#contact form .btn-border {
  border: 1px solid #ffd992;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#contact form .submit-message {
  font-size: 24px;
  font-weight: 900;
  background-color: #ffbf00;
  color: #fff;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: 0.2s;
  border-radius: 0;
}
#contact form .submit-message:hover {
  background-color: #716d6e;
}
#contact .contact-box-title {
  font-size: 18px;
  font-weight: bold;
}
#contact .contact-box {
  background-color: #ededed;
  padding: 20px;
}
#contact .contact-box .highlight {
  font-weight: bold;
  color: #fa6f00;
}
#contact .contact-box img {
  border: 1px solid #fa6f00;
  float: left;
  margin-right: 20px;
}
#contact .contact-box-name {
  font-size: 18px;
  font-weight: bold;
}
#contact .contact-box-border {
  background-color: #fa6f00;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 8px;
}
#contact .contact-box-divider {
  height: 10px;
}
/* Footer Bar
--------------------------------------------*/
#footer-bar {
  background-color: #716d6e;
  padding: 25px 0 40px 0;
  color: #fff;
  margin-bottom: -90px;
  margin-top: 90px;
  line-height: 1.7;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
#footer-bar .footer-widget:after {
  clear: both;
}
#footer-bar h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
#footer-bar .gallerywidget a {
  margin: 0 2px 4px 0;
  display: block;
  float: left;
}
/* Footer
--------------------------------------------*/
footer {
  margin-top: 90px;
  padding: 40px 0;
  background-color: #dbdbdb;
  position: relative;
  z-index: 2;
}
footer .footer-nav {
  list-style: none;
  margin: 0 auto 20px auto;
  padding: 0;
}
footer .footer-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
footer .footer-nav li a {
  font-size: 18px;
  text-decoration: underline;
  color: #716d6e;
  font-weight: bold;
}
/* Checkout Modal
--------------------------------------------*/
#checkoutModal .modal-dialog {
  width: 748px;
}
#checkoutModal .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #fff;
}
#checkoutModal .modal-header {
  color: #fff;
  background-color: #fa6f00;
  border-bottom: none;
}
#checkoutModal .modal-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
#checkoutModal .close {
  color: #fff;
  text-shadow: none;
  opacity: 0.6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
#checkoutModal .close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#checkoutModal .modal-body {
  padding: 0;
}
#checkoutModal .modal-body h3 {
  margin: 0;
  font-size: 18px;
  color: #fa6f00;
  font-weight: bold;
  margin-bottom: 25px;
}
#checkoutModal .checkout-info-box {
  background-color: rgba(250, 111, 0, 0.2);
  padding: 20px 30px;
}
#checkoutModal .checkout-info-box h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #716d6e;
}
#checkoutModal .checkout-info-box h3 i {
  font-size: 23px;
}
#checkoutModal .checkout-product-info {
  margin-top: 30px;
}
#checkoutModal .location-date-info {
  padding: 0 0 0 30px;
  float: left;
  max-width: 340px;
}
#checkoutModal .product-info {
  padding: 0 30px 0 0;
  float: right;
  max-width: 360px;
}
#checkoutModal .product-info h3 {
  float: left;
  margin-right: 10px;
}
#checkoutModal .product-info a {
  font-size: 12px;
}
#checkoutModal .product-info .product-image {
  width: 90%;
}
#checkoutModal .info-box {
  margin-bottom: 25px;
}
#checkoutModal .info-box .glyphicon {
  float: left;
  font-size: 17px;
}
#checkoutModal .info-box .info-box-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 25px;
}
#checkoutModal .info-box .info-box-description {
  margin-left: 25px;
  font-size: 14px;
}
#checkoutModal .checkout-personal-info {
  padding: 0 30px;
}
#checkoutModal .checkout-personal-info .form-group {
  float: left;
  width: 335px;
  min-height: 70px;
}
#checkoutModal .checkout-personal-info .form-group.left {
  margin-right: 7px;
}
#checkoutModal .checkout-personal-info .form-group.right {
  margin-left: 7px;
}
#checkoutModal .checkout-personal-info .age {
  float: left;
  width: 140px;
  min-height: 70px;
}
#checkoutModal form .styled-select-age {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
}
#checkoutModal form .styled-select-age:after {
  content: '';
  background: #fff url(fa9595c845873e62b616.png) no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 29px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#checkoutModal form .styled-select-age select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 9px 10px;
  height: 39px;
}
#checkoutModal form input {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  line-height: 45px;
  font-size: 18px;
}
#checkoutModal form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form ::-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-ms-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form .checkbox {
  padding-left: 0;
}
#checkoutModal form input[type=checkbox] {
  display: none;
}
#checkoutModal form .checkbox label {
  font-size: 18px;
}
#checkoutModal form .checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #dbdbdb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  float: left;
}
#checkoutModal form input[type=checkbox]:checked + label:before {
  content: "\2713";
}
#checkoutModal .checkout-address-info {
  padding: 0 30px;
}
#checkoutModal .checkout-address-info .city {
  float: left;
  width: 335px;
  margin-right: 7px;
}
#checkoutModal .checkout-address-info .zip-code {
  float: left;
  width: 335px;
  margin-left: 7px;
}
#checkoutModal .newsletter {
  padding: 0 30px;
  margin: 30px 0;
}
#checkoutModal .modal-footer {
  background-color: #e3e2e2;
}
#checkoutModal .modal-footer .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #fa6f00;
  color: #fff;
  border-radius: 0;
  height: 47px;
  line-height: 47px;
  padding: 0 15px;
}
#checkoutModal .modal-footer .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  background-color: #fff;
}
#checkoutModal .modal-footer .btn-yellow {
  border-color: #ffd992;
}
#checkoutModal .modal-footer .btn-yellow button {
  background-color: #fa6f00;
}
#checkoutModal .modal-footer .btn-gray {
  border-color: #b8b6b6;
}
#checkoutModal .modal-footer .btn-gray button {
  background-color: #716d6e;
}
/* Start Media Queries
------------------------------------------------*/
/* Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
  /* Header
	--------------------------------------------*/
  header.large .brand {
    width: 75%;
  }
  header .header-info .contact {
    font-size: 14px;
  }
  header .navbar-default {
    font-size: 14px;
  }
  header.large {
    height: 133px;
  }
  header.small {
    height: 91px;
  }
  header.small .brand {
    margin: 28px 0 0 0;
  }
  /* Services
	--------------------------------------------*/
  #services h2,
  #advantages h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
  .service-box .service-icon {
    height: 38px;
    width: 38px;
    min-width: 38px;
    line-height: 38px;
    font-size: 36px;
  }
  .service-box .service-title {
    font-size: 24px;
    padding-top: 6px;
  }
  .service-box .service-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  /* Newsletter
	--------------------------------------------*/
  #newsletter .title {
    font-size: 24px;
  }
  #newsletter .subtitle {
    font-size: 15px;
  }
  #newsletter .newsletter-form {
    height: 50px;
    padding: 7px;
  }
  #newsletter .newsletter-form button {
    font-size: 17px;
  }
  #newsletter .social-icons ul li a {
    height: 51px;
    width: 55px;
    line-height: 51px;
    font-size: 31px;
  }
  /* products
	--------------------------------------------*/
  #products .title {
    font-size: 32px;
  }
  #products .product-nav li a {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
  }
  #products .product-price {
    font-size: 20px;
  }
  #products .product-price {
    font-size: 20px;
  }
  #products .product-price .info {
    font-size: 16px;
  }
  #products .table {
    font-size: 12px;
  }
  #products .reserve-button {
    font-size: 22px;
  }
  #products .reserve-button {
    font-size: 22px;
  }
  #reviews .review {
    font-size: 18px;
  }
  #reviews .author {
    font-size: 16px;
  }
  /* Locations
	--------------------------------------------*/
  #locations .location-select h2 {
    font-size: 28px;
    margin: 30px 0 0 21px;
  }
  #locations .map {
    height: 500px;
  }
  /* Information
	--------------------------------------------*/
  #information .title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  #information .subtitle {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #information p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #information .btn {
    font-size: 20px;
  }
  /* Partners
	--------------------------------------------*/
  #partners h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
  #partners p {
    font-size: 16px;
  }
  /* Contact
	--------------------------------------------*/
  #contact .contact-info {
    font-size: 16px;
  }
  #contact form .form-group {
    margin-bottom: 15px;
  }
  #contact form .text-field {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #contact .contact-box {
    font-size: 13px;
  }
  #contact .contact-box img {
    width: 65px;
  }
  #contact .contact-box-name {
    font-size: 18px;
  }
  #contact form ::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  #contact form :-moz-placeholder {
    font-size: 16px !important;
  }
  #contact form ::-moz-placeholder {
    font-size: 16px !important;
  }
  #contact form :-ms-input-placeholder {
    font-size: 16px !important;
  }
  #contact form .submit-message {
    font-size: 20px;
  }
  /* Footer
	--------------------------------------------*/
  footer .footer-nav li a {
    font-size: 16px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* Header
	--------------------------------------------*/
  header .brand {
    display: none;
  }
  .navbar-brand {
    padding: 0;
    width: 230px;
  }
  header .navbar-brand {
    display: block;
  }
  header .navbar-toggle {
    margin-top: 4px;
  }
  header.large {
    height: 91px;
  }
  header.large .header-info {
    display: none;
  }
  header .navbar-default .navbar-collapse {
    background-color: #fff;
    padding: 32px;
    z-index: 1183;
    position: absolute;
    width: 100%;
    margin: 15px 0 0 0;
    border: 14px solid #fa6f00;
    border-top: none;
    box-shadow: 0px 4px 1px -1px rgba(50, 50, 50, 0.32);
  }
  /* Newsletter
	--------------------------------------------*/
  #newsletter .title {
    text-align: center;
    margin-bottom: 25px;
  }
  #newsletter .newsletter-form {
    width: 100%;
  }
  #newsletter .social-icons {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  #newsletter .social-icons ul li {
    display: inline-block;
    float: none;
  }
  /* products
	--------------------------------------------*/
  #products .styled-select-product-data {
    display: block;
  }
  #products #product-nav-container {
    height: auto;
  }
  #products .product-nav {
    display: none;
  }
  #products .product-nav-control {
    display: none;
  }
  #products .product-img {
    margin: 15px 0;
  }
  #products .product-img img {
    display: inline-block;
  }
  /* Locations
	--------------------------------------------*/
  #locations .location-select {
    height: 155px;
  }
  #locations .location-select h2 {
    text-align: center;
  }
  #locations .styled-select-location {
    margin: 22px 21px 0 22px;
  }
  /* Information
	--------------------------------------------*/
  #information {
    text-align: center;
  }
  #information img {
    display: inline-block;
    margin-bottom: 25px;
  }
  #information .video {
    margin-bottom: 25px;
  }
  /* Partners
	--------------------------------------------*/
  #partners {
    padding-bottom: 50px;
  }
  #partners img {
    display: inline-block;
    margin-bottom: 40px;
  }
  /* Contact
	--------------------------------------------*/
  #contact .contact-info {
    margin-top: 40px;
  }
  /* CheckOut Modal
	--------------------------------------------*/
  #checkoutModal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  #checkoutModal .form-group {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #checkoutModal .modal-footer {
    text-align: center;
  }
}
/* Small devices (660px and down) */
@media (max-width: 660px) {
  /* CheckOut Modal
	--------------------------------------------*/
  #checkoutModal .product-info {
    padding: 0 0 0 45px;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0 45px 0 45px;
  }
  #checkoutModal .location-date-info {
    width: 100%;
    padding: 0 0 0 45px;
    float: none;
  }
}
/* Change default Nav Breakpoint */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.block-center {
  display: flex;
  justify-content: center;
}
/* Slider customization
-------------------------------------*/
.swiper {
  text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-prev {
  left: 20px;
}
.swiper-description {
  position: absolute;
  padding: 0 20px 10px 20px;
  top: 50px;
  left: 50px;
  width: 440px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-description p {
  font-size: 1.1em;
  margin-top: 20px;
}
.swiper-description p span {
  font-weight: bold;
}
.swiper .btn-highlight {
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 2em;
  z-index: 9999;
}
@media (max-width: 992px) {
  #teaser .swiper-button-next,
  #teaser .swiper-button-prev {
    top: unset;
    bottom: 35px;
  }
  #teaser .swiper-description {
    position: unset;
    padding: 20px 20px 10px 20px;
    top: unset;
    left: unset;
    width: auto;
    text-align: center;
    min-height: 210px;
  }
  #teaser .swiper .swiper-btn-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #teaser .swiper .btn-highlight {
    position: unset;
    margin-bottom: 30px;
    bottom: unset;
    left: unset;
    font-size: 2em;
    z-index: 9999;
  }
}

