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

@font-face {
  font-family: 'SimplonBPRegular';
  src: url("../fonts/SimplonBPRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplonBPRegular.otf") format("opentype"), url("../fonts/SimplonBPRegular.woff") format("woff"), url("../fonts/SimplonBPRegular.ttf") format("truetype"), url("../fonts/SimplonBPRegular.svg#SimplonBPRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SimplonBP-Bold';
  src: url("../fonts/SimplonBP-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplonBP-Bold.otf") format("opentype"), url("../fonts/SimplonBP-Bold.woff") format("woff"), url("../fonts/SimplonBP-Bold.ttf") format("truetype"), url("../fonts/SimplonBP-Bold.svg#SimplonBP-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-light {
  font-family: 'SimplonBP-Light'; }

.font-bold {
  font-family: 'SimplonBP-Bold';
    font-weight: normal;
}

.text-white {
  color: #fff; }

.text-yellow {
  color: #fff689; }

  .bg-white {
    background-color: #fff;
  }
  .bg-yellow {
    background-color: #fff689;
  }

.bg-light {
    background-color: #f4f0e2;
}

.background-blue {
    background-color: #384152;
}

.background-green {
    background-color: #95b8a4;
}

a[href^="tel"]{
    color:#fff;
    text-decoration:none;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

#map {
	width: 100%;
	height: 47vw;
}
#map2 {
	width: 100%;
	height: 500px;
}
.spacer1 {
  height: 1em; }

.spacer2 {
  height: 2em; }

.spacer3 {
  height: 3em; }

.spacer4 {
  height: 4em; }

.spacer5 {
  height: 5em; }

.spacer6 {
  height: 6em; }

.spacer7 {
  height: 7em; }

.spacer8 {
  height: 8em; }

.spacer9 {
  height: 9em; }

.spacer10 {
  height: 10em; }

a:hover {
  color: #fff; }

button, button:focus {
  outline: none; }

.divider_primary {
  width: 3em;
  height: .2em;
  background-color: #384152; }
  .divider_primary_small {
    width: 1em;
    height: .1em;
    margin: .5em 0;
    background-color: #4e738a; }

.divider_secondary {
    width: 3em;
    height: .2em;
    background-color: #9cb7a5;
}

.divider_yellow {
  width: 3em;
  height: .2em;
  background-color: #fff689; }

#home-logo {
  height: calc(100vh - 6em); }

#home-arrow {
  position: absolute;
  bottom: 3em;
  right: 8.33333333%;
  width: 3em; }

.owl-carousel .owl-dots {
  position: relative;
  bottom: 3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 100; }

.owl-carousel .owl-dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color:rgba(218, 222, 224, .6) !important;
  margin: 0 5px;
  border-radius: 50%; }

.owl-carousel .owl-dot.active {
  background-color: #95b8a4 !important; }

.image-row {
  margin-left: -0.5em;
  margin-right: -0.5em; }
  .image-row > [class*='col-'] {
    padding-right: 0.5em;
    padding-left: 0.5em; }

.floor-plans, #connections {
  background-color: #f4f0e2; }

#floor-plans .row {
  position: relative;
  padding-bottom: 2em; }

#floor-plans .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-left: 1em;
  background-color: transparent; }

#floor-plans.owl-carousel .owl-nav button.owl-prev img, #floor-plans.owl-carousel .owl-nav button.owl-next img {
  width: 2.25em; }

  #floor-plans.owl-carousel .owl-nav button.owl-prev, #floor-plans.owl-carousel .owl-nav button.owl-next {
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s; }
  
  #floor-plans.owl-carousel .owl-nav button.owl-prev:hover, #floor-plans.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.6; }

#floor-plans.owl-carousel .owl-nav button.owl-prev {
  margin-right: 1.25em; }

.floor-plans img {
    display: block;
    max-width: 100%;
}
.plan-info {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px; }
  .plan-info .icon {
    display: inline-block !important;
    width: 20px !important;
    vertical-align: bottom; }
  .plan-info p {
    margin-top: 5px; }

.square {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px -1px 10px;
  border: 1px solid #4e738a; }

.spec-icon {
  width: 4em; }

.spec-text {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.85em; }

#specs > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em; }

.travel-icon {
  display: inline-block;
  height: 1em;
  vertical-align: top;
  margin-left: 10px; }

.line-1 {
  display: inline-block;
  height: 4px;
  margin-bottom: 3px;
  background: #95b8a4; }

.line-2 {
  display: inline-block;
  height: 4px;
  margin-bottom: 3px;
  margin-left: -5px;
  background: #384152; }

.time {
  margin-right: 10px;
  font-size: 12px; }

.man-icon {
  height: 1.5em; }

.footer {
  padding: 5em 0; }

.download-link {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  border-bottom: 0.1em solid #384152; }

.download-link:hover {
    color: #384152;
}

.download-link img {
    width: 0.5em;
    float: right;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .download-link:hover img {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

.agent-link:hover {
    border-bottom: 0.1em solid #384152; 
}

.agent-logo {
  width: 8em; }

.agent-logo2 {
  width: 12em; }

.terms {
  font-size: 11px; 
}

.terms a {
    color: #ffffff;
    text-decoration: none;
}

.terms a:hover {
    border-bottom: 0.1em solid #384152; 
}

@media (max-width: 991px) {
  body {
    font-size: 10px; } }

@media (max-width: 1199px) {
  body {
    font-size: 14px; } }

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  #home-logo {
    height: calc(100vh - 16em); }
  #home-arrow {
    position: absolute;
    bottom: 3em;
    left: 8.33333333%;
    width: 2em; }
  #floor-plans-xs .owl-nav {
    position: absolute;
    top: 1em;
    right: 0;
    padding-left: 1em; }
  #floor-plans-xs.owl-carousel .owl-nav button.owl-prev img, #floor-plans-xs.owl-carousel .owl-nav button.owl-next img {
    width: 2.25em; }
  #floor-plans-xs.owl-carousel .owl-nav button.owl-prev {
    margin-right: 1.25em; }
  .plan-info {
    position: static; }
  .spec-icon {
    width: 5em; }
  .spec-text {
    padding-left: 1em;
    padding-right: 1em; }
  .footer {
    padding: 3em 0; } }


.nobr {
    white-space: nowrap;
}

h1 {
    font-weight: normal;
}

a.tour {
    background-image: url("../img/tour_button.svg");
    background-repeat: no-repeat;
    display: block;
    width: 300px;
    height: 50px;
    cursor: pointer;
}

a.tour:hover {
    background-image: url("../img/tour_button_hover.svg");
}

@media (min-width: 767px) {
  a.tour {
    width: 350px;
    height: 70px;
    cursor: pointer;
    }
}

table.accommodation {
    width: 100%;
}

table.accommodation thead th:nth-child(1), table.accommodation tbody td:nth-child(1), table.accommodation tfoot td:nth-child(1) {
    text-align: left;
}

table.accommodation thead th {
    text-align: right;
    font-family: 'SimplonBP-Bold';
}

table.accommodation tbody td {
    text-align: right;
    border-bottom:  solid 1px #4e738a;
    padding-top: 20px;
    padding-bottom: 5px;
}

table.accommodation tfoot td {
    text-align: right;
    border-bottom:  solid 3px #4e738a;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: 'SimplonBP-Bold';
}

.address {
    text-transform: uppercase;
    font-size: 16px;
}

.address span {
    font-family: 'SimplonBP-Bold';
    /* color: #384152; */
}

@media (min-width: 767px) {
    .address {
        font-size: 1.2vw;
    }
}

.mobile-image {
    height: 85vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}