@charset "UTF-8";
/* Body */
* {
  box-sizing: border-box;
}
body {
  font-family: source-sans-pro;
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 200;
}
.banner_notice {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #3EAAD2;
  color: white;
  text-align: center;
  text-decoration: none;
	padding: 0 35px 0 35px;
}
.banner_notice p {
  font-size: 13px;
}
@-webkit-keyframes yellow-fade {
  from {
    background: #f96;
  }
  to {
    background: #f2f2f2;
  }
}
@-moz-keyframes yellow-fade {
  from {
    background: #f96;
  }
  to {
    background: #f2f2f2;
  }
}
@keyframes yellow-fade {
  from {
    background: #f96;
  }
  to {
    background: #f2f2f2;
  }
}
.fade-it {
  -webkit-animation: yellow-fade 1s ease-in-out 0s;
  -moz-animation: yellow-fade 1s ease-in-out 0s;
  -o-animation: yellow-fade 1s ease-in-out 0s;
  animation: yellow-fade 1s ease-in-out 0s;
}
/* Container */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background-color: #FFFFFF;
}
/* Navigation */
header {
  width: 100%;
  /*
		left:50px;
		right:50px;
	*/
  height: 5%;
  max-height: 25px;
  position: absolute
}
.logo_img {
  float: left;
  padding-top: 1%;
  padding-left: 1%;
  margin-right: -1%;
  width: 3%;
  min-width: 20px;
}
.logo {
  color: #444;
  font-weight: bold;
  text-align: undefined;
  float: left;
  margin-top: 1.5%;
  margin-left: 2%;
  letter-spacing: 4px;
}
nav {
  float: right;
  /*	width: 50%;*/
  margin-top: 1.5%;
  text-align: right;
}
ul {
  list-style-type: none;
}
header nav ul {
  list-style: none;
  float: right;
  font-size: 0px;
}
nav ul li {
  float: left;
  color: #444444;
  font-size: 14px;
  text-align: left;
  margin-right: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s linear;
}
ul li a {
  color: #444444;
  text-decoration: none;
}
ul li:hover a {
  color: #2C9AB7;
}
.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 4px;
}
/* Hero Section */
.hero {
  background: url("../images/desktop/V2-Hero-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.light {
  font-weight: bold;
  color: #717070;
}
.tagline {
  text-align: center;
  color: #FFFFFF;
  margin-top: 4px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*Info Bar*/
.info_bar {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 50px;
  padding-bottom: 70px;
}
.left_bar {
  width: 60%;
  float: left;
}
.amenities {
  margin-top: -10px;
}
.amenities span {
  background-color: #d5e9f3;
  border-radius: 10px;
  padding: 5px 15px 5px 15px;
  margin-left: 10px;
  font-weight: bold;
  line-height: 3;
  white-space: nowrap;
}
.accomodations {
  margin-left: -20px;
  width: 100%;
}
.accomodations span {
  line-height: 2;
}
.acc_under {
  float: left;
  margin-left: 30px;
}
.right_bar {
  float: right;
}
.right_bar .price {
  margin-top: -5px;
}
.right_bar .stars {
  margin-top: -20px;
  float: right;
}
/* About Section */
.title {
  padding-left: 25px;
}
.text_column_outer {
  width: 50%;
  float: left;
}
.text_column {
  text-align: justify;
  font-weight: lighter;
  line-height: 25px;
  padding-left: 25px;
  padding-right: 25px;
  color: #444;
}
.about {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  display: inline-block;
  background-color: #FFFFFF;
  margin-top: 0px;
}
/* Nearby Amenities */
.stats {
  color: #717070;
  margin-bottom: 5px;
}
.nearby_stats {
  clear: both;
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 35px;
  padding-top: 0px;
  margin-top: -5px;
  margin-bottom: 0px;
}
.nearby_block {
  width: 25%;
  text-align: center;
  float: left;
  margin-top: 35px;
}
.nearby_stats .nearby_block h4 {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #52BAD5;
}
.nearby_stats .nearby_block p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #444;
}
/* Gallery */
.gallery {
  width: 100%;
  padding: 50px 50px 50px 50px;
}
.gallery_container {
  display: flex;
  height: 500px;
  overflow: hidden;
}
.gallery_1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.66667%;
}
.gallery_2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 512px;
}
.gallery_2_1 {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  height: 50%;
}
.gallery_2_2 {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.gallery_1_pad, .gallery_2_1_pad, .gallery_2_2_pad {
  height: 100%;
  width: 100%;
}
.gallery_1_pad {
  padding-right: 12.5px;
}
.gallery_2_1_pad {
  padding: 0 0 12.5px 12.5px;
}
.gallery_2_2_pad {
  padding: 12.5px 0 0 12.5px;
  position: relative;
}
.gallery_1_img, .gallery_2_1_img, .gallery_2_2_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.gallery_1_img {
  background-image: url("../images/gallery_v2/3ff3b217.f10.webp");
  cursor: pointer;
}
.gallery_2_1_img {
  background-image: url("../images/gallery_v2/13fbf1c3.f10.webp");
  cursor: pointer;
}
.gallery_2_2_img {
  background-image: url("../images/gallery_v2/91b2fba5.f10.webp");
}
.gallery_2_2_text {
  position: absolute;
  width: 100%;
  top: 50%;
  color: white;
  font-weight: bold;
  align-items: center;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.gallery_2_2_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, .6);
  transition: .2s;
  cursor: pointer;
}
.gallery_2_2_shadow:hover {
  background-color: rgba(0, 0, 0, .8);
}
/* More info */
footer {
  background-color: #FFFFFF;
  padding-bottom: 35px;
}
.footer_column {
  width: 50%;
  text-align: center;
  padding-top: 30px;
  float: left;
}
footer .footer_column h3 {
  color: #B3B3B3;
  text-align: center;
}
footer .footer_column p {
  color: #717070;
  background-color: #FFFFFF;
}
.cards {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 200px;
}
footer .footer_column p {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  line-height: 25px;
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 20px;
}
.button {
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.button:hover {
  background-color: #FEFEFE;
  color: #C4C4C4;
  cursor: pointer;
}
.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #444;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
}
.footer_banner {
  background-color: #444444;
  padding-top: 10px;
  padding-bottom: 10PX;
  margin-bottom: 0px;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
}
footer {
  display: inline-block;
}
.hidden {
  display: none;
}
/* All mobile nav css */
.topnav {
  overflow: hidden;
  position: relative;
  display: none;
}
.topnav i {
  color: #444;
}
.topnav #myLinks {
  display: none;
}
.topnav a {
  color: white;
  padding-right: 10px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/*Nearby Amenities*/
.nearby {
  padding-left: 20px;
  padding-right: 20px;
}
/*All Amenities*/
.amenities-subsection {
  border-top: 1px solid #ddddde;
  padding-top: 32px;
}
.amenity-single {
  display: flex;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}
.padding-bottom-2x {
  padding-bottom: 16px;
}
.amenity-single__content {
  display: inline-block;
  flex: 1;
}
.amenity-single__description {
  color: #717171;
  display: block;
  margin-top: 4px;
}
small {
  font-weight: 100;
  font-size: .75rem;
}
.button_center {
  width: 100%;
  text-align: center;
}
.accordion {
  background-color: #76c0dd;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 30%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  min-width: 200px;
}
.active, .accordion:hover {
  background-color: #5d9caf;
}
.active, .accordion:active {
  background-color: #76c0dd;
}
.amenities_list_more {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
ul[data-wdio="amenities-list"] {
  column-count: 3;
  column-gap: 32px;
}
.review_comment {
  display: none;
  margin: auto;
  max-width: 800px;
}
/* Slideshow container */
.review_section {
  color: white;
  position: relative;
  margin: auto;
  background-color: #76c0dd;
  height: 100%;
  padding: 50px 50px 20px 50px;
}
.author {
  font-size: 15px;
  position: absolute;
  padding-top: 10px;
  right: 0px;
  text-align: center;
  padding-right: 350px;
}
/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}
.active {
  background-color: #717171;
}
/*social icons*/
.footer_banner {
  padding: 25px 0 25px 50px;
}
.textwidget {
  display: flex;
  flex-direction: row;
  width: 150px;
}
a.icon_bar {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  margin: 0 2px 2px 0;
  border-width: 1px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
}
a.icon_bar span {
  display: block
}
a.icon_bar, a.icon_bar span {
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 20px
}
a.icon_bar_small, a.icon_bar_small span {
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 15px
}
a.icon_bar span.t {
  position: relative
}
a.icon_bar span.b {
  position: absolute;
  top: 100%
}
a.icon_bar span {
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s
}
a.icon_bar span.b {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
a:hover.icon_bar span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%)
}
.wpb_wrapper a.icon_bar {
  margin-bottom: 2px
}
/* social */
a.icon_bar_facebook {
  order: 1;
}
a.icon_bar_instagram {
  order: 2;
  margin-left: 25px;
}
a.icon_bar_facebook span.b {
  background: white;
  color: black;
}
a.icon_bar_instagram span.b {
  background: white;
  color: black;
}
a.icon_bar_facebook span.t {
  background: #3a589b;
  color: #fff
}
a.icon_bar_instagram span.t {
  background: #e13967;
  color: #fff
}
/* mobile_nav */
@media (max-width: 500px) {
  .topnav {
    display: block;
    /*	padding-right: 10px;*/
  }
  nav > ul {
    display: none;
  }
  .nearby {
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /*	All Amenities*/
  ul[data-wdio="amenities-list"] {
    column-count: 1 !important;
  }
  .hero {
    background: url("../images/mobile/V2-Hero-01.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* Mobile */
@media (max-width: 321px) {
  .logo {
    color: #444;
    font-weight: bold;
    text-align: undefined;
    float: left;
    margin-top: 1.5%;
    margin-left: 3%;
    letter-spacing: 4px;
    font-size: 12px;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    /*    display: none;*/
  }
  header nav ul {}
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .text_column_outer {
    width: 100%;
    text-align: justify;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .nearby_block {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .banner {
    background-color: #2D9AB7;
    background-image: none;
  }
  .tagline {
    margin-top: 20px;
    line-height: 22px;
  }
  .hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
  .footer_banner {
    padding: 25px 0 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
  .logo {
    color: #444;
    font-weight: bold;
    text-align: undefined;
    float: left;
    margin-top: 1.5%;
    margin-left: 3%;
    letter-spacing: 4px;
    font-size: 12px;
  }
  nav {
    margin-top: 1.5%;
  }
  header nav ul {
    padding: 0px;
    float: none;
    font-size: 0px;
  }
  header > nav > ul > li {
    font-size: 12px;
  }
  .accomodations {
    width: 80%;
  }
  .text_column_outer {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .nearby_block {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 30%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .parallax {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 20%;
  }
  .parallax_description {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
  .gallery_container {
    display: flex;
    flex-direction: column;
    height: 500px;
    overflow: hidden;
  }
  .gallery_1 {
    flex-grow: none;
    flex-shrink: none;
    flex-basis: 66.66667%;
  }
  .gallery_2 {
    flex: none;
    display: flex;
    flex-direction: row;
    height: calc(500px * 0.3333333);
    width: 100%;
  }
  .gallery_2_1 {
    display: flex;
    position: relative;
    flex: 0 0 auto;
    width: 50%;
    height: 100%;
  }
  .gallery_2_2 {
    display: flex;
    justify-content: space-between;
    flex: 1;
  }
  .gallery_1_pad, .gallery_2_1_pad, .gallery_2_2_pad {
    height: 100%;
    width: 100%;
  }
  .gallery_1_pad {
    padding: 0 0 12.5px 0;
  }
  .gallery_2_1_pad {
    padding: 12.5px 12.5px 0 0;
  }
  .gallery_2_2_pad {
    padding: 12.5px 0 0 12.5px;
  }
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_column {
    width: 100%;
  }
  .author {
    padding-right: 50px;
  }
  .footer_banner {
    padding: 25px 0 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
	
		  .chatsupport-button {
    margin-bottom: 50px!important;
  }
}
/* Custom for the info bar */
@media (max-width:675px) {
  .info_bar {
    text-align: center;
    /*	padding-bottom: 150px;*/
  }
  .left_bar {
    width: calc(100%/1);
    margin-right: 50px;
    padding-bottom: -30px;
  }
  .left_bar span {
    font-size: 12px;
  }
  .accomodations {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-top: 10px;
  }
  .right_bar_behind {
    padding-top: 10px;
    background-color: #d5e9f3;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    margin-right: -50px;
  }
  .right_bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .right_bar .price {
    padding-right: 0px;
    margin-top: 0px;
    color: black;
  }
  .right_bar .stars {
    padding-right: 0px;
    color: black;
  }
  .author {
    padding-right: 50px;
  }
  .footer_banner {
    padding: 25px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
  .text_column_outer {
    width: 100%;
  }
  .nearby_block {
    width: 50%;
  }
  .text_column_outer {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .banner {
    margin-top: 0px;
    padding-top: 0px;
  }
  .author {
    padding-right: 50px;
  }
  .footer_banner {
    padding: 25px 0 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}