@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import "fonts//baskerville/stylesheet.css";
@import "fonts/stylesheet.css";
/*slick css*/
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #ffffff;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slide,
.slick-slide img,
.slick-slider .slick-list,
.slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  left: 0;
  top: 0;
  zoom: 1;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  background: 0 0;
  font-size: 34px;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li,
.slick-dots li button {
  height: 10px;
  width: 10px;
  cursor: pointer;
}
.slick-dots li {
  float: none;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  border: 0;
  background: #fff;
  text-indent: -20000px;
  display: block;
  outline: 0;
  border-radius: 50%;
}
/* End Fonts */
body:before {
  position: fixed;
  left: 0;
  top: 0;
  color: red;
  font-size: 10px;
  z-index: 99999999;
  display: none;
}
@media only screen and (min-width: 200px) and (max-width:550px) {
  body:before {
    content: "mobile";
  }
  #bigScreen,
  #desktop,
  #ipad {
    display: none;
  }
  #mobile {
    display: block;
  }
}
@media only screen and (min-width: 551px) and (max-width:978px) {
  body:before {
    content: "tablet";
  }
  #bigScreen,
  #desktop,
  #mobile {
    display: none;
  }
  #ipad {
    display: block;
  }
}
@media only screen and (min-width: 979px) and (max-width:1569px) {
  body:before {
    content: "desktop";
  }
  #bigScreen,
  #mobile,
  #ipad {
    display: none;
  }
  #desktop {
    display: block;
  }
}
@media only screen and (min-width: 1570px) {
  body:before {
    content: "bigScreen";
  }
  #ipad,
  #desktop,
  #mobile {
    display: none;
  }
  #bigScreen {
    display: block;
  }
}
@media only screen and (min-width: 200px) and (max-width:550px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 979px) and (max-width:1569px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clr {
  clear: both;
}
a {
  text-decoration: none;
  color: inherit;
  text-align: left;
  outline: none;
}
table,
tr,
td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
p,
h1,
h2,
h3,
h4,
ul,
li,
img,
input {
  text-align: left;
  float: left;
}
b,
strong {
  font-family: 'BourtonLineBold';
  font-weight: bold;
}
input,
textarea {
  font-family: 'BourtonLine';
  font-weight: normal;
  padding: 9px 6px;
  font-size: 13px;
}
button {
  cursor: pointer;
  font-family: 'BourtonLine';
  font-weight: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}
ul,
li {
  list-style: none;
}
header,
footer {
  float: left;
  width: 100%;
}
body {
  font-size: 14px;
  background: white;
  color: #707070;
  font-family: 'BourtonLine';
  font-weight: normal;
}
.bl {
  position: fixed;
  left: 0;
  top: 0;
  width: 20px;
  background: white;
  height: 100%;
  z-index: 99999;
}
.br {
  position: fixed;
  right: 0;
  top: 0;
  width: 20px;
  background: white;
  height: 100%;
  z-index: 99999;
}
.bt {
  position: fixed;
  left: 0;
  top: 0;
  height: 20px;
  background: white;
  width: 100%;
  z-index: 99999;
}
.bb {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 20px;
  background: white;
  width: 100%;
  z-index: 99999;
}
.slick-prev,
.slick-next {
  margin: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
#main {
  width: 100%;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}
.container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  max-width: 95%;
  width: 85%;
}
@media only screen and (min-width: 551px) and (max-width:978px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 979px) and (max-width:1569px) {
  .container {
    width: 85%;
  }
}
.front_hide {
  visibility: hidden;
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  left: -500px;
  top: -500px;
}
.btn {
  border-radius: 3px;
}
.nav {
  position: fixed;
  top: 80vh;
  left: 0;
  width: 100%;
  background: #15728c;
  padding: 6px 50px 9px;
  z-index: 88;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.nav .nav_bg {
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  height: 110px;
  background: url(../images/header_menu.jpg) no-repeat right top #f3e9e7;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.nav ul {
  position: relative;
  z-index: 2;
}
.nav ul li {
  position: relative;
}
.nav ul li a {
  font-size: 21px;
  text-transform: uppercase;
  color: white;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  float: left;
  margin: 0 45px 0 0;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.nav ul li a:hover {
  color: #fccd2c;
}
.nav ul li:last-child a {
  margin-right: 0 !important;
}
.nav ul li:hover .dropdown {
  display: block;
}
.nav ul li .dropdown {
  position: absolute;
  left: 0;
  top: 39px;
  background: white;
  width: 270px;
  display: none;
}
.nav ul li .dropdown:after {
  content: "";
  position: absolute;
  left: 0px;
  top: -13px;
  background: none;
  height: 20px;
  width: 100%;
}
.nav ul li .dropdown li {
  width: 100%;
}
.nav ul li .dropdown li:last-child a {
  border-bottom: none;
}
.nav ul li .dropdown li a {
  width: 100%;
  border-bottom: 1px solid #15728c;
  font-size: 16px !important;
  padding: 8px 10px;
  color: #15728c;
  font-family: 'BourtonLineBold' !important;
  font-weight: bold !important;
  -webkit-transition: all 100ms ease !important;
  -moz-transition: all 100ms ease !important;
  -o-transition: all 100ms ease !important;
  transition: all 100ms ease !important;
  margin: 0 !important;
}
.nav ul li .dropdown li a:hover {
  background: #fccd2c;
  color: #707070;
}
.nav .socials {
  position: relative;
  z-index: 2;
  float: right;
  z-index: 10;
  margin-top: 4px;
}
.nav .socials a {
  color: white;
  font-size: 26px;
  margin-left: 13px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.nav .socials a:hover {
  color: #fccd2c;
}
.nav p {
  position: relative;
  float: right;
  margin-top: 2px;
  color: white;
  right: 50px;
  font-size: 20px;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  opacity: 0.5;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
body.scrolled .nav,
body.sub_page .nav {
  padding: 4px 80px 7px;
  top: 115px;
}
body.scrolled .nav .nav_bg,
body.sub_page .nav .nav_bg {
  opacity: 0.9;
}
body.scrolled .nav ul li a,
body.sub_page .nav ul li a {
  font-size: 20px;
  margin: 0 50px 0 0;
}
body.scrolled .nav ul li .dropdown,
body.sub_page .nav ul li .dropdown {
  top: 33px;
}
body.scrolled .nav .socials,
body.sub_page .nav .socials {
  margin-top: 4px;
}
body.scrolled .nav .socials a,
body.sub_page .nav .socials a {
  font-size: 20px;
  margin-left: 10px;
}
body.scrolled .nav p,
body.sub_page .nav p {
  font-size: 18px;
}
#menu_btn {
  position: fixed;
  right: 20px;
  top: 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  width: 36px;
  height: 22px;
  z-index: 9999999;
}
#menu_btn.active span {
  background: white;
}
#menu_btn span {
  width: 100%;
  height: 2px;
  background: #15728c;
  position: absolute;
  left: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#menu_btn span.one {
  top: 0;
}
#menu_btn span.two {
  top: 50%;
}
#menu_btn span.three {
  bottom: 0;
}
.mobile_socials {
  display: none;
}
.mobile_menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #15728c;
  z-index: 999999;
  display: none;
}
.mobile_menu ul {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 15px;
}
.mobile_menu ul li {
  width: 100%;
  padding: 0 20px;
}
.mobile_menu ul li a {
  color: white;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 5px;
  float: left;
}
.home {
  float: left;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.home .home_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 00%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: right top;
  z-index: 1;
}
.home .home_img img {
  display: none;
}
.home #logo {
  position: fixed;
  z-index: 99;
  top: 143px;
  right: 133px;
  float: right;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  width: 547px;
  /*.translate(0%,0);*/
  margin-right: 0;
}
.home #logo img {
  width: 100%;
}
.home h1 {
  color: #15728c;
  font-family: 'Baskerville';
  font-style: italic;
  font-weight: normal;
  position: absolute;
  z-index: 9;
  font-size: 50px;
  right: 70px;
  top: 59vh;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  text-align: right;
}
body.scrolled .home #logo {
  left: 50%;
  top: 40px;
  width: 180px;
  margin-left: -90px;
  /*.translate(-50%,0);*/
}
body.scrolled .home h1 {
  opacity: 0;
}
body.noscroll {
  overflow: hidden;
}
.reservations {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.reservations .top {
  float: left;
  width: 100%;
  padding: 65px 0;
  position: relative;
  z-index: 2;
}
.reservations .top .top_img {
  background: url(../images/beach.jpg) no-repeat;
  background-position: center bottom;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  float: left;
  -webkit-transition: all 4000ms ease;
  -moz-transition: all 4000ms ease;
  -o-transition: all 4000ms ease;
  transition: all 4000ms ease;
}
.reservations .top .top_img.animate {
  background-position: center top;
}
.reservations .text1 {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 31px 40px 40px;
  width: 38%;
  float: left;
  margin: 0px 0 0 8%;
  z-index: 2;
  opacity: 0;
  top: -200px;
}
.reservations .text1 h2 {
  color: #15728c;
  font-size: 37px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  line-height: 1em;
}
.reservations .text2 {
  position: relative;
  width: 28%;
  float: left;
  margin: 10% 0 0 2.5%;
  z-index: 2;
  top: 0;
  opacity: 0;
  left: 0;
  -webkit-transform: translate(0, 200px);
  -moz-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.reservations .text2.animated {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.reservations .text2 h2 {
  color: #15728c;
  font-size: 45px;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  margin-left: -5px;
}
.reservations .text2 p {
  font-family: 'Open Sans', sans-serif;
  color: #15728c;
  letter-spacing: 1.4px;
  font-size: 16px;
  margin: 15px 0;
}
.reservations .text2 .button {
  clear: left;
  float: left;
  margin: 20px 0 0 0;
}
.reservations .text2 .button a {
  background: #fccd2c;
  color: #707070;
  padding: 9px 20px 12px;
  font-size: 24px;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  float: left;
  margin: 22px 0 0 25px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.reservations .text2 .button a:hover {
  background: #15728c;
  color: white;
}
.reservations .text3 {
  position: relative;
  width: 80%;
  float: left;
  margin: 3% 0 50px 8%;
  z-index: 2;
  left: -200px;
  opacity: 0;
}
.reservations .text3 h2 {
  color: #15728c;
  font-size: 45px;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  margin-left: -5px;
}
.reservations .text3 p {
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  letter-spacing: 1.4px;
  font-size: 16px;
  margin: 15px 0;
}
.reservations .text3 .button {
  clear: left;
  float: left;
  margin: 20px 0 0 0;
}
.reservations .text3 .button a {
  background: #fccd2c;
  color: #707070;
  padding: 9px 20px 12px;
  font-size: 24px;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  float: left;
  margin: 22px 0 0 25px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.reservations .text3 .button a:hover {
  background: #15728c;
  color: white;
}
.reservations .right {
  position: absolute;
  z-index: 1;
  width: 57%;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  float: right;
}
.reservations .right .img {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.reservations .right .img.animate img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.reservations .right .img img {
  min-width: 100%;
  min-height: 133%;
  margin-right: -20%;
  margin-top: -14%;
  float: right;
  -webkit-transition: all 4000ms ease;
  -moz-transition: all 4000ms ease;
  -o-transition: all 4000ms ease;
  transition: all 4000ms ease;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.reservations .right .bar_img {
  width: 100%;
  height: 50%;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  overflow: hidden;
}
.reservations .right .bar_img img {
  float: right;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.reservations .reservation_section {
  float: left;
  width: 200%;
  background: #e8eaee;
  z-index: 10;
  position: relative;
  display: none;
  overflow-x: hidden;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}
.reservations .reservation_section .reservation_form {
  float: left;
  width: 50%;
  padding: 1% 5%;
  left: 0;
  top: 0;
  position: relative;
}
.reservations .reservation_section .reservation_form h2 {
  color: #15728c;
  font-size: 34px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  margin-top: 20px;
}
.reservations .reservation_section .lounger_selection {
  float: left;
  width: 50%;
  padding: 1% 5%;
  left: 0;
  top: 0;
  position: relative;
}
.reservations .reservation_section .lounger_selection h2 {
  color: #15728c;
  font-size: 34px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
}
.reservations .reservation_section .lounger_selection .l_column {
  width: 100%;
  float: left;
}
.reservations .reservation_section .lounger_selection .l_column.cright {
  padding-left: 1%;
}
.reservations .reservation_section .lounger_selection .l_column .l_row {
  float: left;
  width: 25%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 0 5px;
}
.reservations .reservation_section .lounger_selection .l_column .l_row .thumb {
  width: 100%;
  position: relative;
  float: left;
}
.reservations .reservation_section .lounger_selection .l_column .l_row .thumb img {
  width: 100%;
}
.reservations .reservation_section .lounger_selection .l_column .l_row .text {
  position: relative;
  width: 100%;
  padding-top: 20px;
  float: left;
}
.reservations .reservation_section .lounger_selection .l_column .l_row .text h4 {
  color: #707070;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  margin-top: -7px;
}
.reservations .reservation_section .lounger_selection .l_column .l_row .text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
  letter-spacing: 1.2px;
}
.reservations .reservation_section .lounger_selection .l_column .l_row .text p strong {
  font-size: 14px;
  color: #15728c;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.reservations .reservation_section .lounger_selection .l_selectors_wrap {
  float: left;
  width: 100%;
  border-top: 2px solid white;
  margin: 20px 0 0 0;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
.reservations .reservation_section .lounger_selection .l_selectors_wrap h4 {
  color: #15728c;
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 8px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
}
.reservations .reservation_section .lounger_selection .l_selectors_wrap .l_selector_container {
  float: left;
  width: 28%;
  margin-right: 2%;
}
.reservations .reservation_section .lounger_selection .l_selectors_wrap .lounger_continue {
  float: right;
  background: #fccd2c;
  color: #707070;
  padding: 10px 25px 11px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  margin: 35px 0 0 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
}
.reservations .reservation_section .lounger_selection .l_selectors_wrap .lounger_continue:hover {
  background: #15728c;
  color: white;
}
.reservations .reservation_section .reservation_form .r_s_sub_headings {
  color: #15728c;
  opacity: 0.7;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  margin: 0 0 20px;
  float: left;
  width: 100%;
  font-size: 24px;
}
.reservations .reservation_section .reservation_form .calendar_wrap {
  float: left;
  clear: left;
  width: 30%;
  margin: 40px 0 0 0;
  position: relative;
}
.reservations .reservation_section .reservation_form .form_wrap {
  float: left;
  width: 48%;
  margin: 40px 0 0 4%;
}
.reservations .reservation_section .reservation_form .form_wrap .f_row {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.reservations .reservation_section .reservation_form .form_wrap .f_row input {
  width: 100%;
  height: 50px;
  padding: 5px 15px 8px;
  font-size: 20px;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
}
.reservations .reservation_section .reservation_form .form_wrap .f_row textarea {
  width: 100%;
  height: 204px;
  padding: 5px 15px 8px;
  font-size: 20px;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
}
.reservations .reservation_section .reservation_form .form_submit {
  float: right;
  background: #fccd2c;
  color: #707070;
  padding: 0 20px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  font-size: 14px;
  height: 40px;
  padding-bottom: 3px;
  margin: 466px 0 0 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.reservations .reservation_section .reservation_form .form_submit:hover {
  background: #15728c;
  color: white;
}
.reservations .reservation_section .reservation_form #reservation_thanks {
  width: 100%;
  text-align: center;
  color: #15728c;
  margin: 30px 0 10px 0;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  display: none;
}
.reservations .reservation_section .reservation_form .back_to_reservation_selection {
  position: absolute;
  left: 10%;
  bottom: 20px;
  color: #15728c;
  font-size: 20px;
}
.reservations .reservation_section .reservation_form .back_to_reservation_selection span {
  font-family: 'BourtonLineMedium';
  font-weight: 500;
}
.slider {
  float: left;
  width: 100%;
  height: 82vh;
  margin-bottom: 20px;
}
.slider .slide {
  width: 100%;
  height: 82vh;
  float: left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}
.slider .slick-prev,
.slider .slick-next {
  font-size: 70px;
}
.slider .slick-prev {
  left: 35px;
}
.slider .slick-next {
  right: 35px;
}
.contact {
  width: 100%;
  position: relative;
  background: #f1f5f6;
  padding: 50px 0;
  float: left;
}
.contact .left {
  width: 35%;
  float: left;
}
.contact .left h3 {
  width: 100%;
  font-size: 36px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  color: #15728c;
  line-height: 0.5em;
  margin-bottom: 15px;
  opacity: 0.5;
  margin-left: -3px;
}
.contact .left p {
  width: 100%;
  margin: 3px 0 38px;
  color: black;
  font-size: 16px;
  letter-spacing: 1.2px;
  font-family: 'Open Sans', sans-serif;
}
.contact .left #map {
  float: left;
  width: 100%;
  height: 404px;
}
.contact .left a {
  clear: left;
  float: left;
  font-size: 16px;
  margin: 15px 0 0 0;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.2px;
  color: black;
}
.contact .right {
  width: 60%;
  float: right;
}
.contact .right h3 {
  width: 100%;
  font-size: 36px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  color: #15728c;
  line-height: 0.5em;
  margin-bottom: 15px;
  opacity: 0.5;
  margin-left: -3px;
}
.contact .right p {
  width: 100%;
  margin: 3px 0 38px;
  color: black;
  font-size: 16px;
  letter-spacing: 1.2px;
  font-family: 'Open Sans', sans-serif;
}
.contact .right p span {
  font-style: italic;
  color: #707070;
  font-size: 14px;
}
.contact .right .form {
  float: left;
  width: 100%;
}
.contact .right .form input {
  width: 70%;
  margin: 10px 0 0 0;
  height: 40px;
  padding: 5px 15px 8px;
  font-size: 20px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
}
.contact .right .form button {
  float: left;
  background: #fccd2c;
  color: #707070;
  padding: 0 20px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  font-size: 20px;
  height: 40px;
  padding-bottom: 3px;
  margin: 10px 0 0 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact .right .form button:hover {
  background: #15728c;
  color: white;
}
.instagram {
  width: 100%;
  position: relative;
  float: left;
}
.instagram h1 {
  width: 100%;
  text-align: center;
  color: #15728c;
  opacity: 0.7;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  margin: 20px 0;
}
.instagram .instagram_wrap {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 10px;
}
.instagram .instagram_wrap .grid-item {
  width: 14.2%;
  height: 14vw;
  background-color: #f1f1f1;
  border: 5px solid #fff;
}
.instagram .instagram_wrap .grid-item--width2 {
  width: 28.4%;
  height: 28vw;
}
.instagram .instagram_wrap .grid-item img {
  width: 100%;
}
.instagram .instagram_grid_wrap {
  float: left;
  width: 100%;
  position: relative;
}
.instagram .instagram_grid_wrap .col_small {
  float: left;
  width: 13.25%;
  margin-right: 1%;
}
.instagram .instagram_grid_wrap .col_small.last_col {
  margin-right: 0;
}
.instagram .instagram_grid_wrap .col_big {
  float: left;
  width: 27.75%;
  margin-right: 1%;
}
.instagram .instagram_grid_wrap .col_big .col_smaller {
  float: left;
  width: 48%;
}
.instagram .instagram_grid_wrap .col_big .col_smaller.right {
  float: right;
}
.instagram .instagram_grid_wrap .insta_block {
  float: left;
  width: 100%;
  background: #ccc;
  margin-bottom: 0.9vw;
}
.instagram .instagram_grid_wrap .insta_block img {
  width: 100%;
}
@media only screen and (min-width: 200px) and (max-width:550px) {
  .instagram .instagram_wrap .grid-item {
    width: 50%;
    height: 47vw;
  }
  .instagram .instagram_wrap .grid-item.grid-item--width2 {
    height: 47vw;
  }
}
.select2-container {
  width: 100% !important;
  float: left;
}
.select2-selection {
  border: 1px solid #d2d5d7 !important;
  color: #747474 !important;
  width: 100% !important;
  float: left;
  padding: 5px 7px 0;
  height: 40px !important;
  text-align: left;
  font-size: 13px;
  border-radius: 0!important;
  font-family: 'Open Sans', sans-serif;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #15728c;
}
.select2-search__field {
  margin-bottom: 6px;
  padding: 7px 10px !important;
}
.select2-selection__arrow {
  top: 6px !important;
  right: 5px !important;
}
.select2-results__options {
  width: 100%;
}
.select2-results__option {
  width: 100%;
  padding: 8px 15px 6px!important;
  font-size: 13px;
  border-radius: 0!important;
  margin: 0 !important;
  font-family: 'Open Sans', sans-serif;
}
.cal__header button {
  background: none;
  border: 0;
  outline: none;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
.cal button:active {
  border-radius: 3px;
  box-shadow: 0 0 0 2px rgba(10, 146, 151, 0.1);
}
.cal {
  float: left;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e7e9ed;
}
.cal__header {
  display: flex;
  padding: 1.2rem 1.4rem;
  align-items: center;
}
.cal__header svg {
  fill: #15728c;
}
.cal__header__label {
  width: 100%;
  text-align: center;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  font-size: 22px;
  margin-top: -4px;
  color: #15728c;
}
.cal__week {
  display: flex;
  flex-wrap: wrap;
  background-color: #E7E9ED;
}
.cal__week span {
  font-size: 0.8rem;
  max-width: 14.28%;
  padding: 1.2rem 0;
  flex: 0 0 14.28%;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.cal__body {
  display: flex;
  flex-wrap: wrap;
  background-color: #fafafa;
}
.cal__date {
  background-color: #fff;
  display: flex;
  max-width: 14.28%;
  flex: 0 0 14.28%;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem 0;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.cal__date--active:hover {
  cursor: pointer;
}
.cal__date--today {
  background-color: #15728c;
  color: #fff;
}
.cal__date--selected {
  background-color: #E7E9ED;
  color: #333;
}
.cal__date--disabled {
  opacity: 0.5;
}
.cal__date--disabled:hover {
  cursor: not-allowed;
}
.demo-picked {
  font-size: 1.2rem;
  text-align: center;
}
.demo-picked span {
  font-weight: bold;
}
/*.picked_date{
    position: fixed;
    visibility: hidden;
    left: -500px;
    top: -500px;
}*/
.mobile_contact_buttons {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.mobile_contact_buttons .mc_row {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
}
.mobile_contact_buttons .mc_row i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  color: #15728c;
}
.mobile_contact_buttons .mc_row a {
  background: #fccd2c;
  float: left;
  width: 100%;
  position: relative;
  color: #707070;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  font-size: 18px;
  padding: 5px 20px 8px;
  text-align: center;
}
#mobile_fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #15728c;
  z-index: 9999;
  color: white;
  text-align: center;
  width: 100%;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  padding: 8px 0;
}
#reserve_widget {
  float: right;
  width: 57%;
  z-index: 10;
  position: relative;
  display: none;
}
#reserve_widget .widget_content {
  float: left;
  background: white;
  padding: 38px 30px 0px 20px;
}
#reserve_widget .widget_content iframe {
  width: 300px !important;
  height: 450px !important;
}
#reserve_widget .widget_content .d_close_widget {
  display: none;
}
#success_for_db_interest {
  float: left;
  clear: left;
  color: #15728c;
  margin: 10px 0 0 0 !important;
  font-size: 13px;
  display: none;
}
.grid-item {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
.grid-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#insta_feed_plugin_content {
  position: fixed;
  left: -5000px;
  top: -5000000px;
  opacity: 0;
  width: 1920px;
  z-index: -1;
}
#menus_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: auto;
  text-align: center;
}
#menus_popup .popup_content {
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  margin-bottom: 30px;
  max-width: 85%;
  position: relative;
}
#menus_popup .popup_content img {
  max-width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#menus_popup .popup_content .close {
  display: inline-block;
  float: none;
  vertical-align: top;
  border: 1px solid white;
  padding: 5px 14px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
#menus_popup .popup_content .close:hover {
  background: white;
  color: #15728c;
}
.ramadan_banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.ramadan_banner .ramadan_content {
  max-width: 85%;
  width: 800px;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ramadan_banner .ramadan_content img {
  max-width: 100%;
  max-height: 80vh;
  position: relative;
  z-index: 2;
  float: none;
  vertical-align: top;
  display: inline-block;
}
.ramadan_banner .ramadan_content .text {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 3;
  /*background: rgba(21, 114, 140,0.6);*/
  padding-top: 22px;
  width: 100%;
}
.ramadan_banner .ramadan_content .text h3 {
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  width: 100%;
  color: white;
  font-size: 24px;
  padding: 0 12%;
  text-align: center;
}
.ramadan_banner .ramadan_content .text p {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  text-align: center;
  color: white;
  margin: 13px 0 0;
  font-size: 14px;
}
.ramadan_banner .ramadan_content .text p a {
  text-decoration: underline;
}
.ramadan_banner .ramadan_content .close {
  display: inline-block;
  float: none;
  vertical-align: top;
  border: 1px solid white;
  padding: 5px 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}
.ramadan_banner .ramadan_content .close:hover {
  background: white;
  color: #15728c;
}
.drift_menu {
  float: left;
  width: 100%;
  padding: 30px 8%;
}
.drift_menu h2 {
  width: 100%;
  float: left;
  clear: left;
  text-transform: uppercase;
  color: #15728c;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.drift_menu .menu_items {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.drift_menu .menu_items.center-align {
  display: block;
  text-align: center;
}
.drift_menu .menu_items.center-align .menu {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 20px;
}
.drift_menu .menu_items.beta .menu {
  width: 15%;
}
.drift_menu .menu_items.beta .menu .links a {
  font-size: 13px;
}
.drift_menu .menu_items .menu {
  width: 21%;
  float: left;
  margin-top: 30px;
}
.drift_menu .menu_items .menu .thumbnail {
  float: left;
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  position: relative;
}
.drift_menu .menu_items .menu .thumbnail a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.drift_menu .menu_items .menu .thumbnail img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.drift_menu .menu_items .menu .links {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.drift_menu .menu_items .menu .links a {
  color: #15728c;
  font-size: 15px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-right: 20px;
  padding-bottom: 2px;
  border-bottom: 2px solid #E5E3D7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.drift_menu .menu_items .menu .links a:hover {
  color: #707070;
}
.beach_menus {
  float: left;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.beach_menus img {
  width: 49.5%;
  float: left;
}
.bar_section {
  float: left;
  width: 100%;
  position: relative;
  margin: 40px 0;
}
.bar_section .text3 {
  position: relative;
  width: 28%;
  float: left;
  margin: 3% 0 50px 6%;
  z-index: 2;
  left: -200px;
  opacity: 0;
}
.bar_section .text3 h2 {
  color: #15728c;
  font-size: 45px;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  margin-left: -5px;
}
.bar_section .text3 p {
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  letter-spacing: 1.4px;
  font-size: 16px;
  margin: 15px 0;
}
.bar_section .text3 .button {
  clear: left;
  float: left;
  margin: 20px 0 0 0;
}
.bar_section .text3 .button a {
  background: #fccd2c;
  color: #707070;
  padding: 9px 20px 12px;
  font-size: 24px;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  float: left;
  margin: 22px 0 0 25px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bar_section .text3 .button a:hover {
  background: #15728c;
  color: white;
}
.bar_section .right {
  position: absolute;
  z-index: 1;
  width: 57%;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  float: right;
}
.bar_section .right .image {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page_footer {
  width: 100%;
  background: #15728c;
  padding: 8px 0 9px;
  z-index: 9999;
  margin-bottom: 25px;
  margin-top: 20px;
}
.page_footer p {
  font-size: 12px;
  color: white;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.2px;
}
.gallery_page_wrap {
  height: calc(100vh - 20px);
  width: 100%;
  float: left;
  position: relative;
  padding-top: 210px;
  background: #f1f5f6;
}
.gallery_content_wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery_content_wrap ul,
.gallery_content_wrap li,
.gallery_content_wrap img {
  float: none;
}
.gallery_content_wrap .ScrollBar .dragArea {
  border: 1px solid #15728c;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gallery_content_wrap .ScrollBar .tracker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #15728c;
  margin: 0;
  height: 18px;
}
.gallery_content_wrap .ScrollBar .tracker:after {
  position: absolute;
  right: -2px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #15728c;
  content: "";
}
.gallery_content_wrap #relativediv #pause-span {
  display: inline-block;
  vertical-align: top;
}
.sub_page .page_footer {
  margin-bottom: 0;
  display: none;
}
#coverflow {
  float: left;
  width: 100%;
  background: #f1f5f6;
}
#coverflow .Preloader {
  display: none !important;
}
@media only screen and (max-width: 974px) {
  #coverflow .imgdiv {
    width: 380px !important;
  }
  #coverflow .imgdiv img {
    width: 380px !important;
  }
  .gallery_page_wrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 740px) {
  #coverflow .imgdiv {
    width: 100% !important;
  }
  #coverflow .imgdiv img {
    width: 100% !important;
  }
  #coverflow ul li.leftLI {
    -webkit-transform: translate3d(-20px, 0, 0) !important;
    transform: translate3d(-20px, 0, 0) !important;
  }
  #coverflow ul li.rightLI {
    -webkit-transform: translate3d(20px, 0, 0) !important;
    transform: translate3d(20px, 0, 0) !important;
  }
  .gallery_page_wrap {
    padding-top: 50px;
  }
  #coverflow {
    height: 400px !important;
  }
  .ScrollBar {
    margin-top: 290px !important;
  }
  .Controller {
    margin-top: 325px !important;
  }
}
#coverflow ul {
  width: 20000px !important;
}
.events_page_wrap {
  min-height: calc(100vh - 20px);
  width: 100%;
  float: left;
  position: relative;
  padding-top: 170px;
  background: #f1f5f6;
  padding-left: 20px;
  padding-right: 20px;
}
.events_slider {
  float: left;
  width: 100%;
}
.events_slider .slide {
  background-image: none !important;
}
.events_slider .slide img {
  width: 100%;
}
.events_content_wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.events_content_wrap.media_events {
  padding: 0 50px;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 70px;
}
.events_content_wrap.media_events h1 {
  width: 100%;
  float: left;
  clear: left;
  text-transform: uppercase;
  color: #15728c;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  font-size: 30px;
  margin-top: 30px;
}
.events_content_wrap.media_events h1:first-child {
  margin-top: 0;
}
.events_content_wrap.media_events .articles_wrap {
  float: left;
  width: 100%;
}
.events_content_wrap.media_events .articles_wrap h2 {
  width: 100%;
  float: left;
  clear: left;
  text-transform: uppercase;
  color: #15728c;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #bebfc1;
}
.events_content_wrap.media_events .articles_wrap .articles {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
  align-items: flex-start;
}
.events_content_wrap.media_events .articles_wrap .articles .article {
  width: 24%;
  float: left;
  margin-top: 20px;
  position: relative;
  margin: 30px 0.6% 0;
}
.events_content_wrap.media_events .articles_wrap .articles .article:first-child,
.events_content_wrap.media_events .articles_wrap .articles .article:nth-child(4n+1) {
  margin-left: 0;
}
.events_content_wrap.media_events .articles_wrap .articles .article:nth-child(4n) {
  margin-right: 0;
}
.events_content_wrap.media_events .articles_wrap .articles .article .image {
  width: 100%;
  float: left;
}
.events_content_wrap.media_events .articles_wrap .articles .article .image img {
  width: 100%;
}
.events_content_wrap.media_events .articles_wrap .articles .article .title {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.events_content_wrap.media_events .articles_wrap .articles .article .title h3 {
  width: 100%;
  color: #15728c;
  font-size: 20px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 5px;
}
.events_content_wrap.media_events .articles_wrap .articles .article .title h3 span {
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  vertical-align: top;
  display: inline-block;
  margin-top: 2px;
  font-weight: 400;
}
.events_content_wrap.media_events .articles_wrap .articles .article .title h4 {
  width: 90%;
  color: #15728c;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
}
.events_content_wrap.private_events {
  padding: 0 50px;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 70px;
}
.events_content_wrap.private_events .events_text {
  float: left;
  width: 100%;
  padding-right: 350px;
}
.events_content_wrap.private_events .events_text .center {
  width: 100% !important;
  text-align: center !important;
}
.events_content_wrap.private_events .events_text h2 {
  width: 100%;
  float: left;
  clear: left;
  text-transform: uppercase;
  color: #15728c;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  font-size: 24px;
  margin-top: 30px;
}
.events_content_wrap.private_events .events_text h2:first-child {
  margin-top: 0;
}
.events_content_wrap.private_events .events_text h3 {
  color: white;
  text-transform: uppercase;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  color: #15728c;
  opacity: 0.4;
  font-size: 24px;
}
.events_content_wrap.private_events .events_text p {
  margin: 20px 0 0 0;
  width: 100%;
  clear: left;
  color: #707070;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.4px;
}
.events_content_wrap.private_events .events_text p strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: black;
}
.events_content_wrap.private_events .events_text p a {
  color: #15728c;
  text-decoration: underline;
}
.events_content_wrap.private_events .events_actions {
  position: absolute;
  right: 50px;
  top: 0;
  width: 250px;
}
.events_content_wrap.private_events .events_actions a {
  float: left;
  clear: left;
  background: #fccd2c;
  color: #15728c;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
  margin: 20px 0 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-decoration: none;
  width: 100%;
}
.events_content_wrap .news_row {
  float: left;
  width: 100%;
  padding: 20px 50px;
  position: relative;
  border-bottom: 2px solid white;
}
.events_content_wrap .news_row.highlighted {
  background: #e7e7e7;
}
.events_content_wrap .news_row.month_07 .not_in_07 {
  display: none;
}
.events_content_wrap .news_row.month_07 .only_in_07 {
  display: block;
}
.events_content_wrap .news_row .only_in_07 {
  display: none;
}
.events_content_wrap .news_row .news_img {
  float: left;
  background: white;
  width: 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}
.events_content_wrap .news_row .news_img img {
  width: 100%;
  float: left;
}
.events_content_wrap .news_row .news_text {
  float: right;
  width: 47%;
}
.events_content_wrap .news_row .news_text h2 {
  width: 100%;
  float: left;
  clear: left;
  text-transform: uppercase;
  color: #15728c;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  font-size: 24px;
}
.events_content_wrap .news_row .news_text h3 {
  color: white;
  text-transform: uppercase;
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  color: #15728c;
  opacity: 0.4;
  font-size: 24px;
}
.events_content_wrap .news_row .news_text p {
  margin: 20px 0 0 0;
  width: 100%;
  clear: left;
  color: #707070;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.4px;
}
.events_content_wrap .news_row .news_text p strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: black;
}
.events_content_wrap .news_row .news_text p a {
  color: #15728c;
  text-decoration: underline;
}
.events_content_wrap .news_row .news_text a.mailto {
  float: left;
  clear: left;
  background: #fccd2c;
  color: #15728c;
  text-transform: uppercase;
  padding: 8px 15px;
  margin: 20px 0 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-decoration: none;
}
.months_nav {
  float: left;
  width: 100%;
  margin: 10px 0 30px 0;
}
.months_nav .months_nav_wrap {
  display: inline-block;
  vertical-align: top;
}
.months_nav a {
  width: 127px;
  float: left;
  padding: 7px 10px;
  margin: 0 17px;
}
.months_nav a span {
  width: 100%;
  float: left;
  color: #15728c;
  text-align: center;
}
.months_nav a .month {
  font-size: 20px;
  font-family: 'BourtonLineBold';
  font-weight: bold;
}
.months_nav a .events {
  font-family: 'BourtonLineMedium';
  font-weight: 500;
  font-size: 15px;
}
.months_nav a.selected {
  border: 1px solid #15728c;
}
.covers {
  overflow: visible !important;
}
.months_nav_selector {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .months_nav a {
    width: 100px;
    padding: 7px 7px;
    margin: 0 7px;
  }
  .months_nav a .month {
    font-size: 16px;
  }
  .months_nav a .events {
    font-size: 13px;
  }
}
@media only screen and (max-width: 974px) {
  .months_nav {
    display: none;
  }
  .months_nav_selector {
    display: block;
  }
  .events_content_wrap .news_row {
    padding: 20px 0;
  }
  .events_content_wrap .news_row.highlighted {
    margin-top: 20px;
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .events_page_wrap {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 740px) {
  .events_content_wrap .news_row .news_img {
    width: 100%;
  }
  .events_content_wrap .news_row .news_text {
    width: 100%;
    margin-top: 20px;
  }
}
.fancybox-container {
  z-index: 99999999;
}
.media_content_wrapper {
  float: left;
  width: 100%;
  padding: 30px 50px;
}
.media_content_wrapper p {
  color: #707070;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.4px;
  margin-left: 1%;
}
.media_content_wrapper .media_posts {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.media_content_wrapper .media_posts .media_post {
  float: left;
  margin-top: 20px;
}
.media_content_wrapper .media_posts .media_post.landscape {
  width: 32%;
  margin-left: 1%;
}
.media_content_wrapper .media_posts .media_post .media_img {
  float: left;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}
.media_content_wrapper .media_posts .media_post .media_img img {
  width: 100%;
}
.media_content_wrapper .media_posts .media_post a {
  color: #15728c;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 10px;
  float: left;
}
@media only screen and (max-width: 974px) {
  .media_content_wrapper {
    padding: 0;
  }
  .media_content_wrapper p {
    font-size: 15px;
  }
  .media_content_wrapper .media_posts .media_post {
    margin-top: 15px;
  }
  .media_content_wrapper .media_posts .media_post.landscape {
    width: 49%;
    margin-left: 1%;
  }
}
@media only screen and (max-width: 740px) {
  .media_content_wrapper p {
    font-size: 14px;
  }
  .media_content_wrapper .media_posts .media_post.landscape {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 200px) and (max-width:550px) {
  .only_desktop {
    display: none;
  }
  .only_tablet {
    display: none;
  }
  .desktop_and_tablet {
    display: none;
  }
}
@media only screen and (min-width: 551px) and (max-width:978px) {
  .only_desktop {
    display: none;
  }
  .only_mobile {
    display: none;
  }
}
@media only screen and (min-width: 979px) and (max-width:1569px) {
  .only_tablet {
    display: none;
  }
  .only_mobile {
    display: none;
  }
  .mobile_and_tablet {
    display: none;
  }
}
@media only screen and (min-width: 1570px) {
  .only_tablet {
    display: none;
  }
  .only_mobile {
    display: none;
  }
  .mobile_and_tablet {
    display: none;
  }
}
@media only screen and (min-width: 200px) and (max-width:550px) {
  .events_content_wrap.media_events .articles_wrap .articles .article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .events_content_wrap.media_events {
    padding: 0;
  }
  .drift_menu .menu_items .menu {
    width: 100%;
  }
  .ramadan_banner .ramadan_content .text p {
    padding: 0 5%;
    font-size: 12px;
  }
  .ramadan_banner .ramadan_content .text h3 {
    padding: 0 6%;
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .ramadan_banner .ramadan_content .text {
    padding-top: 0;
  }
  .home .home_img img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .home h1 {
    font-size: 34px;
    right: 50px;
    top: auto;
    bottom: 120px;
  }
  .home h1 span {
    margin-left: 50px;
  }
  .nav {
    display: none;
  }
  .home #logo {
    left: 50%;
    top: 100px;
    width: 65%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    margin-left: 0;
  }
  body.scrolled .home #logo,
  body.sub_page .home #logo {
    left: 50%;
    top: 100px;
    width: 65%;
    margin-left: 0;
  }
  #mobile_fixed_footer {
    font-size: 16px;
  }
  .body_border {
    display: none;
  }
  .mobile_socials {
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    z-index: 10;
  }
  .mobile_socials a {
    color: #15728c;
    font-size: 24px;
    margin-right: 25px;
  }
  .reservations .text1 {
    width: 84%;
    padding: 20px;
    margin-bottom: 70px;
  }
  .reservations .text1 h2 {
    font-size: 18px;
  }
  .reservations .text2 {
    width: 84%;
    margin: 10% 0 0 8%;
  }
  .reservations .text2 h2 {
    font-size: 30px;
  }
  .reservations .text2 p {
    font-size: 12px;
    margin: 10px 0;
  }
  .reservations .text2 .button {
    margin: 10px 0 0 0;
    float: right;
  }
  .reservations .text2 .button img {
    width: 55px;
  }
  .reservations .text2 .button a {
    padding: 9px 15px 10px;
    font-size: 14px;
    margin: 14px 0 0 20px;
  }
  .reservations .text3 {
    width: 84%;
    margin: 10% 0 0 8%;
  }
  .reservations .text3 h2 {
    font-size: 30px;
  }
  .reservations .text3 p {
    font-size: 12px;
    margin: 10px 0;
  }
  .reservations .text3 .button {
    float: right;
    margin: 10px 0 0 0;
  }
  .reservations .text3 .button img {
    width: 55px;
  }
  .reservations .text3 .button a {
    padding: 9px 15px 10px;
    font-size: 14px;
    margin: 14px 0 0 20px;
  }
  .slider {
    height: 50vh;
    margin-bottom: 20px;
  }
  .slider .slide {
    height: 50vh;
  }
  .slider .slick-prev,
  .slider .slick-next {
    font-size: 40px;
  }
  .slider .slick-prev {
    left: 15px;
  }
  .slider .slick-next {
    right: 15px;
  }
  .contact .left {
    width: 100%;
  }
  .contact .left #map {
    height: 230px;
  }
  .contact .left a {
    font-size: 12px;
  }
  .contact .left h3 {
    font-size: 24px;
  }
  .contact .left p {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .contact .left p span {
    color: #707070;
    font-size: 11px;
  }
  .contact .right {
    width: 100%;
    margin-top: 20px;
  }
  .contact .right h3 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .contact .right p {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .contact .right p span {
    font-size: 11px;
  }
  .contact .right .form input {
    height: 33px;
    padding: 5px 15px 6px;
    font-size: 16px;
    width: 100%;
  }
  .contact .right .form button {
    font-size: 14px;
    height: 33px;
    padding-bottom: 1px;
    margin: 16px 0 0 0;
    float: right;
  }
  .about_img_right {
    display: none;
  }
  .reservations .top_img {
    display: none;
  }
  .reservations .top {
    float: left;
    width: 100%;
    padding: 65px 0;
    position: relative;
    z-index: 2;
    background: url(../images/beach-mobile.jpg?id=1) right top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }
  .reservations .reservation_section .lounger_selection {
    padding: 1% 2%;
  }
  .reservations .reservation_section .lounger_selection .l_column {
    width: 100%;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .thumb {
    width: 100%;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .thumb img {
    max-width: 100%;
    width: auto;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text {
    padding-left: 0;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text h4 {
    font-size: 16px;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text p {
    font-size: 11px;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text p strong {
    font-size: 10px;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .l_selector_container {
    width: 100%;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .l_selector_container.number_of_loungers {
    margin-top: 20px;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .l_selector_container h4 {
    font-size: 18px;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .lounger_continue {
    margin-top: 25px;
  }
  .reservations .reservation_section .reservation_form h2 {
    margin-top: 25px;
    font-size: 24px;
  }
  .reservations .reservation_section .reservation_form {
    padding: 1% 2%;
  }
  .reservations .reservation_section .reservation_form .calendar_wrap {
    width: 100%;
  }
  .reservations .reservation_section .reservation_form .form_wrap {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .reservations .reservation_section .reservation_form .form_submit {
    margin-top: 0;
  }
  .page_footer {
    margin-bottom: 30px;
  }
  #reserve_widget {
    width: 100%;
    padding-top: 80px;
  }
  #reserve_widget #logo {
    display: inline-block;
    float: none;
    width: 50%;
  }
  #reserve_widget #logo img {
    width: 100%;
  }
  #reserve_widget .widget_content {
    padding: 25px 0;
    width: 100%;
  }
  #reserve_widget .widget_content .d_close_widget {
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 35px;
    cursor: pointer;
    background: #15728c;
    padding: 10px;
    margin-left: -17px;
    display: block;
    z-index: 9999999999;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .back_to_reservation_selection {
    left: 0;
  }
  .events_content_wrap.private_events {
    padding: 0;
  }
  .events_content_wrap.private_events .events_actions {
    float: left;
    width: 100%;
    position: relative;
    right: 0;
    margin: 30px 0 60px 0;
  }
  .events_content_wrap.private_events .events_text {
    width: 100%;
    padding-right: 0;
  }
  .drift_menu .menu_items.center-align .menu {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 551px) and (max-width:978px) {
  .home .home_img img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .nav {
    display: none;
  }
  .home #logo {
    left: 50%;
    top: 100px;
    width: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    margin-left: 0;
  }
  body.scrolled .home #logo,
  body.sub_page .home #logo {
    left: 50%;
    top: 100px;
    width: 50%;
    margin-left: 0;
  }
  #mobile_fixed_footer {
    font-size: 15px;
  }
  .body_border {
    display: none;
  }
  .mobile_socials {
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    z-index: 10;
  }
  .mobile_socials a {
    color: #15728c;
    font-size: 22px;
    margin-right: 10px;
  }
  .reservations .text1 {
    width: 54%;
    padding: 20px;
    margin-bottom: 70px;
  }
  .reservations .text1 h2 {
    font-size: 18px;
  }
  .reservations .text2 {
    float: right;
    width: 48%;
    margin: 0 8% 0 0;
  }
  .reservations .text2 h2 {
    font-size: 30px;
  }
  .reservations .text2 p {
    font-size: 12px;
    margin: 10px 0;
  }
  .reservations .text2 .button {
    margin: 10px 0 0 0;
  }
  .reservations .text2 .button img {
    width: 55px;
  }
  .reservations .text2 .button a {
    padding: 9px 15px 10px;
    font-size: 14px;
    margin: 14px 0 0 20px;
  }
  .reservations .text3 {
    width: 55%;
    margin: 10% 0 30px 8%;
  }
  .reservations .text3 h2 {
    font-size: 30px;
  }
  .reservations .text3 p {
    font-size: 12px;
    margin: 10px 0;
  }
  .reservations .text3 .button {
    margin: 10px 0 0 0;
  }
  .reservations .text3 .button img {
    width: 55px;
  }
  .reservations .text3 .button a {
    padding: 9px 15px 10px;
    font-size: 14px;
    margin: 14px 0 0 20px;
  }
  .about_img_right {
    display: none;
  }
  .reservations .top_img {
    display: none;
  }
  .reservations .top {
    float: left;
    width: 100%;
    padding: 65px 0;
    position: relative;
    z-index: 2;
    background: url(../images/beach-tablet.jpg) right top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }
  .reservations .reservation_section .lounger_selection {
    padding: 1% 2%;
  }
  .reservations .reservation_section .lounger_selection .l_column {
    width: 100%;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .thumb {
    width: 100%;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .thumb img {
    max-width: 100%;
    width: auto;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text {
    padding-left: 0px;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text h4 {
    font-size: 15px;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text p {
    font-size: 11px;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text p strong {
    font-size: 10px;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .l_selector_container {
    width: 100%;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .l_selector_container.number_of_loungers {
    margin-top: 20px;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .l_selector_container h4 {
    font-size: 18px;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .lounger_continue {
    margin-top: 25px;
  }
  .reservations .reservation_section .reservation_form h2 {
    margin-top: 25px;
    font-size: 24px;
  }
  .reservations .reservation_section .reservation_form {
    padding: 1% 2%;
  }
  .reservations .reservation_section .reservation_form .calendar_wrap {
    width: 100%;
  }
  .reservations .reservation_section .reservation_form .form_wrap {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .reservations .reservation_section .reservation_form .form_submit {
    margin-top: 0;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .back_to_reservation_selection {
    left: 0;
  }
  #reserve_widget {
    width: 100%;
    padding-top: 80px;
  }
  #reserve_widget #logo {
    display: inline-block;
    float: none;
    width: 50%;
  }
  #reserve_widget #logo img {
    width: 100%;
  }
  #reserve_widget .widget_content {
    padding: 25px 0;
    width: 100%;
  }
  #reserve_widget .widget_content .d_close_widget {
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 35px;
    cursor: pointer;
    background: #15728c;
    padding: 10px;
    margin-left: -17px;
    display: block;
    z-index: 9999999999;
  }
  /*reservations code*/
  /*reservations code*/
  .slider {
    height: 50vh;
    margin-bottom: 20px;
  }
  .slider .slide {
    height: 50vh;
  }
  .slider .slick-prev,
  .slider .slick-next {
    font-size: 40px;
  }
  .slider .slick-prev {
    left: 15px;
  }
  .slider .slick-next {
    right: 15px;
  }
  .contact .left {
    width: 100%;
  }
  .contact .left #map {
    height: 280px;
  }
  .contact .left a {
    font-size: 12px;
  }
  .contact .right {
    width: 100%;
    margin-top: 20px;
  }
  .contact .right h3 {
    font-size: 24px;
  }
  .contact .right p {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .contact .right p span {
    font-size: 11px;
  }
  .contact .right .form input {
    height: 33px;
    padding: 5px 15px 6px;
    font-size: 16px;
    width: 100%;
  }
  .contact .right .form button {
    font-size: 14px;
    height: 33px;
    padding-bottom: 1px;
    margin: 16px 0 0 0;
    clear: left;
  }
  .page_footer {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 979px) and (max-width:1569px) {
  .nav ul li a {
    font-size: 18px;
    margin: 0 23px 0 0;
  }
  .nav {
    padding: 6px 50px 9px;
  }
  .home #logo {
    top: 93px;
    right: 153px;
    width: 376px;
  }
  .nav p {
    font-size: 16px;
    right: 0;
  }
  .nav .socials {
    margin-top: 3px;
  }
  .nav .socials a {
    font-size: 20px;
    margin-left: 8px;
  }
  body.scrolled .nav ul li a,
  body.sub_page .nav ul li a {
    font-size: 17px;
    margin: 1px 28px 0 0;
  }
  body.scrolled .nav p,
  body.sub_page .nav p {
    font-size: 16px;
  }
  body.scrolled .nav .socials,
  body.sub_page .nav .socials {
    margin-top: 2px;
  }
  body.scrolled .nav,
  body.sub_page .nav {
    padding: 4px 50px 7px;
  }
  .reservations .text1 {
    width: 40%;
  }
  .reservations .text1 h2 {
    font-size: 20px;
  }
  .reservations .text2 {
    width: 36%;
    margin: 8% 0 0 2.5%;
  }
  .reservations .text2 h2 {
    font-size: 32px;
  }
  .reservations .text2 p {
    font-size: 12px;
    margin: 10px 0;
  }
  .reservations .text2 .button img {
    width: 48px;
  }
  .reservations .text2 .button a {
    padding: 5px 15px 8px;
    font-size: 19px;
    margin: 11px 0 0 25px;
  }
  .reservations .text3 {
    width: 32%;
  }
  .reservations .text3 h2 {
    font-size: 32px;
  }
  .reservations .text3 p {
    font-size: 12px;
    margin: 10px 0;
  }
  .reservations .text3 .button img {
    width: 48px;
  }
  .reservations .text3 .button a {
    padding: 5px 15px 8px;
    font-size: 19px;
    margin: 11px 0 0 25px;
  }
  .bar_section .text3 {
    width: 32%;
  }
  .bar_section .text3 h2 {
    font-size: 32px;
  }
  .bar_section .text3 p {
    font-size: 12px;
    margin: 10px 0;
  }
  .bar_section .text3 .button img {
    width: 48px;
  }
  .bar_section .text3 .button a {
    padding: 5px 15px 8px;
    font-size: 19px;
    margin: 11px 0 0 25px;
  }
  .reservations .reservation_section .reservation_form h2,
  .reservations .reservation_section .lounger_selection h2 {
    font-size: 26px;
    margin-top: 15px;
  }
  .reservations .reservation_section .lounger_selection h2 {
    margin-bottom: 15px;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text p {
    font-size: 11px;
  }
  .reservations .reservation_section .lounger_selection .l_column .l_row .text p strong {
    font-size: 10px;
    color: #15728c;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .l_selector_container {
    width: 27%;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap h4 {
    font-size: 16px;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .lounger_continue {
    margin: 32px 0 0 0;
  }
  .reservations .reservation_section .reservation_form .r_s_sub_headings {
    font-size: 20px;
  }
  .reservations .reservation_section .reservation_form .calendar_wrap {
    width: 38%;
  }
  .reservations .reservation_section .reservation_form .form_wrap {
    width: 39%;
    margin: 40px 0 0 3%;
  }
  .reservations .reservation_section .reservation_form .form_submit {
    font-size: 15px;
    height: 37px;
    margin: 448px 0 0 0;
  }
  .reservations .reservation_section .reservation_form .form_wrap .f_row {
    margin: 0 0 15px 0;
  }
  .reservations .reservation_section .lounger_selection .l_selectors_wrap .back_to_reservation_selection {
    left: -70px;
    bottom: 30px;
    font-size: 16px;
  }
  #reserve_widget .widget_content {
    padding: 24px 30px 0 20px;
  }
  .contact .left {
    width: 40%;
  }
  .contact .left #map {
    height: 293px;
  }
  .contact .left a {
    font-size: 12px;
  }
  .contact .right {
    width: 55%;
  }
  .contact .right h3 {
    font-size: 24px;
  }
  .contact .right p {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .contact .right p span {
    font-size: 11px;
  }
  .contact .right .form input {
    height: 33px;
    padding: 5px 15px 6px;
    font-size: 16px;
  }
  .contact .right .form button {
    font-size: 14px;
    height: 33px;
    padding-bottom: 1px;
  }
  .cal__date {
    font-size: 12px;
  }
  .nav ul li .dropdown {
    top: 33px;
  }
  .nav ul li .dropdown li a {
    font-size: 14px !important;
  }
  body.scrolled .nav ul li .dropdown,
  body.sub_page .nav ul li .dropdown {
    top: 30px;
  }
}
