* {
    box-sizing: border-box;
	margin: 0px;
    padding: 0px;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	background-color: #fff;
}

body a {
	color: #333;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#location {
	
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
clear: both;
}

 
p {
	font-size: 17px;
	line-height: 22px;
	padding: 5px 0;
}

a {
	text-decoration: none;
}

ul {margin:0;}
ul li {margin:0;}

h1, h2, h3, h4 {
	padding: 0; margin: 0;
	font-weight: 600;
}

h1 {
	font-size: 27px;
	line-height: 28px;
}

h2 {
	font-size: 26px;
	line-height: 29px;
}

h3 {
	font-size: 25px;
	line-height: 28px;
}

h4 {
	font-size: 18px;
	line-height: 21px;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.flex {
	display: flex;
  align-items: center;
  justify-content: center;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1032px;
}

header {
	width: 100%;
	margin: 0 auto;
	float: left;
}

#header-content {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 28px 0;
}

.logo {
	float: left;
	width: 100%;
	display: block;
	color: #e16230;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 23px;
	line-height: 27px;
	padding-top: 3px;
	text-align: center;
	overflow: hidden;
	font-family: 'Oswald', sans-serif;
}

.logo span, .logo span a {
	color: #439292; 
}

.logo a {
	color: #76b6bb;
}

/* Navigation */
nav {
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	position: relative;
	z-index: 1;
	font-family: 'Oswald', sans-serif;
	background-color: #0290a9;
	float: left;
	margin: 7px auto 0 auto;
	padding: 5px 0;
	border-top: 3px solid #9dd0d5;
	border-bottom: 3px solid #9dd0d5;
	font-weight: 400;
}

#cssmenu,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu ul {
	    position: relative;
		margin: 5px 0;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  padding-bottom: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li {
  display: inline-block;
  float: none;

}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
  
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 0 30px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-right: 2px solid #9dd0d5;
}

#cssmenu > ul > li:hover > a {
  color: #9dd0d5; 
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px; 
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 14px;
  height: 2px;
  display: block;
  background: #7ddcfa;
  content: '';
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 1px;
  right: 14px;
  display: block;
  width: 2px;
  height: 14px;
  background: #7ddcfa;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 2px;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 40px;
  font-size:18px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
	padding: 11px 15px;
	width: 170px;
	text-decoration: none;
	color: #333;
	background: #fff;
	border: 1px solid #333;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
padding-left: 0;
}

#cssmenu li:last-child a {
    padding-right: 0;
	border-right: none;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  background: #e16230;
  color: #fff;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #F00;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul li:last-child a {
    border: 1px solid #333;
}

#emblem {
	margin: 0 auto;
	text-align: center;
	width: 239px; height: auto;
	position: relative;
}

/* Home-Main */

.intro, .location-intro {
	width: 59%;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}

.intro_wrapper, .surf_wrapper {
	float: left;
	width: 100%;
	padding-top: 10px;	
}

.intro-featured, .apt-featured {
	width: 100%;
    float: left;
    text-align: center;
}

.intro-featured {
	margin-bottom: 10px;
}


.intro-featured ul, .apt-featured ul {
	width: 100%;
    float: left;
    text-align: center;
}

.intro-featured li, .apt-featured li {
	font-size: 17px;
	line-height: 22px;
	float: left;
    width: 33.333%;
    padding: 5px;
	list-style: none;
}

.apt-featured li {
    width: 50%;
	font-family: 'Open Sans', sans-serif;
}

.intro-tabs_wrapper {
	width: 100%;
	float: left;
	padding-top: 5px;
}

.intro-tabs {
	width: 100%;
	float: left;
	text-align: left;
	color: #fff;
}

.intro-tabs-icon {
	float: left;
	text-align: center;	
	padding: 3px 3px 1px 3px;
	border-radius: 5px;	
}

.bluebg {
	background-color: #299ab7;
}

.greybg {
	background-color: #B4B4B4;
}

.intro-tabs-icon img {
	width: 40px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.intro-tabs-info, .apt-featured-info {
	width: 85%;
	float: right;
	padding: 11px 12px 11px 7px;
	color: #333;
	background-color:#fff;
	border-bottom: 1px #9dd0d5 solid;
	border-top: 1px #9dd0d5 solid;
	font-weight: 400;
}

.intro-tabs-info {
	font-size: 17px;
}

.apt-featured-info {
	font-size: 17px;
}

.intro-featured span {
	color: #6d6e72;
	position: relative;
	left: -15px;
}

/* Home Apartment Section */

.apt-section {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
}

.apt-section h2 {
	font-size: 20px;
	line-height: 29px;
	font-weight: 400;
}

.apts {
	width: 33.33%;
	padding: 5px;
	float: left;
}

.apt-section a {
	color: #fff;
	text-decoration: none;
}

.apts img {
	position: relative;
}

.apts-info, .block-info, .book-pc {
	width: 100%;
	padding: 5px;
	background: #ccc;
	float: left;
	background: linear-gradient(180deg, #ccc 40%, #fff 100%);
}

.book-pc {
	padding: 5px 0;
}

.block-info {
	background: none;
	float: left;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
	line-height: 21px;
	padding: 0 5px;
}

.apts-title {
	width: 100%;
	float: left;
	border-bottom: 2px solid #fff;
}

.block-title {
	background: none;
	border-bottom: none;
}

.block-contact {
	background: none;
	border-bottom: none;
	color: #333;
	border-top: 1px solid #18a3bc;
	padding: 6px 0 5px 0;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;	
}

.line-lb-t {
	border-top: 1px solid #9dd0d5;
}

.line-lb-b {
	border-top: 1px solid #9dd0d5;
}

.line-db-t {
	border-top: 1px solid #18a3bc;
}

.line-db-b {
	border-top: 1px solid #18a3bc;
}

.block-contact-email {
	background: none;
	border-bottom: none;
	color: #333;
	line-height: 23px;
	padding: 6px 0 6px 0;
	margin-top: 10px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	border-top: 1px solid #9dd0d5;
}

.block-title h4, .book-pc h4 {
	border-bottom: 1px solid #18a3bc;
	border-top: 1px solid #18a3bc;
	margin: 5px 0;
	padding: 6px 0 5px 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
}

.book-pc h4 {
	border-bottom: 1px solid #9dd0d5;
	border-top: 1px solid #9dd0d5;
}

.at-studio {
	background: #226498;
}

.at-1bed {
	background: #e85e22;
}

.at-2bed {
	background: #5fa50c;
}


.apts-title img {
	width: 52px;
	margin: 0 auto;
}

.block-title img {
	width: 175px; height: auto;
}

.block-contact span, .block-contact-email span {
	color: #197881;
}

.book-pc {
	background: none;
	float: left;
	padding-top: 0;
	text-align: center;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.book-pc img {
	width: 55px; height: auto;
}


.apts-price {
	text-align: center;
	padding: 0 15px;
	margin: 0 auto;
	padding: 5px 0 7px 0;
	border-top: 2px #fff solid;
	padding-bottom: 5px;
	font-size: 20px;
}

.apts-price span {
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	text-decoration: underline;
	font-size: 17px;
}

.apts-spec, .block-spec {
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	padding-top: 7px;
}

.block-spec {
	padding-top: 0;
}

.apts-spec p {
	font-size: 17px;
	line-height: 13px;
	text-transform: none;
	padding-bottom: 7px;
}

.apts-more {
	margin: 0 auto;
}

.apts-read-more, .other-apts-price {
    margin: 0 auto;
    width: 118px;
    padding: 6px 5px 7px 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
	border-bottom: 3px #CCC solid;
	text-align: center;
	text-transform: uppercase;
	margin-top: 3px;
	border-radius: 6px;
}

.blocks-readmore {
	margin-top: 10px;
}

.s-t5 {
	margin-top: 5px;
}

.s-t10 {
	margin: 10px 0;
}

.s-m10 {
	margin-top: 10px;
}

.s-tp5 {
	padding-top: 5px;
}

.s-b10 {
	margin-bottom: 10px;
}

.s-t {
	padding: 5px 0;
}

/* End Home Apartment Section */

/* Footer Section */

.location, .blocks3 {
	background-color: #0290a9;
	padding: 5px 0 25px 0;
	border-top: 3px solid #9dd0d5;
}

.blocks3 {
	background-color: #9dd0d5;
	border-top: 3px solid #5eaab1;
	border-bottom: 3px solid #5eaab1;
	margin-top: 0;
	color: #333;
	padding: 10px 0 15px 0;
}

.location h2, .blocks3 h3 {
	color: #fff;
	text-align: center;
}

.location p, .blocks3 p {
	color: #fff;
	text-align: center;	
}

.blocks3 p, .blocks3 h3 {
	color: #333;
}

.location-info p a {
	color: #b2e7ec;
	text-decoration: underline;
}

.block-spec p {
	text-transform: none;
	padding: 0;	
}

.location-info {
	float: right;
	width: 100%;
}


.location-info ul {
	float: left;
	width: 100%;
	list-style: none;
	color: #fff;
	font-size: 17px;
	border-top: 1px solid #b2e7ec;	
	border-bottom: 1px solid #b2e7ec;
	margin: 8px 0 8px 0;
	padding-top: 10px;
	padding: 10px 0 13px 0;
}

.location-info li {
	float: left;
	width: 100%;
	list-style-position: inside;
    list-style: none;
    padding: 5px 14px 0 14px;
    background-image: url(../images/bullet2.png);
    background-position: 0 14px;
    background-size: 6px 6px;
    background-repeat: no-repeat;
	position: relative;
}

.location-info li span {
	position: absolute;
    left: 87px;
}

.location-info li span a {
	text-decoration: underline;
	color: #b2e7ec;
}

.location-info p {
	color: #fff;
	text-align: left;
}

.footer-block {
	width: 49%;
	background-color: #fff;
}

.location-info {
	width: 49%;
}

.footer-block p {
	padding: 0 0 15px 0;
}

.footer-block-full {
	width: 100%;
	margin-top: 20px 0;
	float: left;
}

.google-map, .location-info {
	width: 49%;
	padding-top: 5px;
}	

#gmap_canvas {
	height: 287px;
	border: 2px solid #edebe8;
	margin: 5px 0 10px 0;
}

/* End Footer Info */

.final-section {
	margin: 0 auto;
	padding: 16px 0;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}

.site-rights {
	width: 100%;
	float: left;
	font-size: 10px;
	line-height: 21px;
	padding: 10px 0 15px 0;
}

/* End Home-Main */

/* Apartments-Page */

.apt-info {
    width: 100%;
    float: left;
    display: flex;
    padding: 8px 0 0 0;
}

.sidebar-sticky {
	position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.apt-info a {
	text-decoration: underline;
	color: #0290a9;
}

.apt-info-main {
	width: 67%;
	float: left;
	padding-bottom: 10px;
}

.sidebar {
	width: 33%;
	float: right;
	padding: 0 0 20px 20px;
}

.mobile-main {
	display: none;
}

.apt-info2 {
	width: 100%;
    float: left;
	border-top: 1px solid #9dd0d5;
	border-bottom: 1px solid #9dd0d5;
	padding: 10px 0;
}

.apt-info2 img {
	width: 44px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
}

.apt-info3 {
	width: 100%;
	float: right;
}

.rates-box {
  width: 92%;
  max-width: 279px;
  margin: 0 auto;
}

.rate-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}

.rate-left {
  width: 150px;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
}

.minstay {
  margin-top: 2px;
  font-size: 14px;
  color: #666;
}

.divider {
  border-top: 1px solid #CCC;
  margin: 8px 0;
  padding-top: 10px;
}

.price.orange {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 42px;
  padding: 0 10px;
  border-radius: 6px;
  background: #ff6600;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

.price.orange::before {
  content: attr(data-amount);
  font-size: 26px;
  line-height: 1;
}

.price.orange span {
  font-size: 12px;
  letter-spacing: .4px;
  margin: 3px 0 0 4px;
  line-height: 1;
}

.price-inline {
  font-size: 20px;
  font-weight: 700;
  color: #ff6600;
}

.minstay2 {
  font-size: 15px;
  margin-left: 15px;
  font-style: italic;
  color: #666;
}

.discount {
  list-style: none;
  margin-top: 12px;
  color: #0290a9;
  font-weight: 700;
  margin-left: 15px;
}

.rate-notes {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
  text-align: center;
}

.longstay {
  margin: 6px 0 10px;
  font-size: 14px;
  color: #0290a9;
  font-style: italic;
  text-align: center;
  width: 100%;
  font-weight: bold;
}


.terms {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0;
	padding-bottom: 5px;
}

.terms p {
	font-size: 17px;
	line-height: 22px;
	padding: 0;
}

.apt-info2-main {
	width: 67%;
    margin: 0 auto;
	padding-bottom: 5px;
}

.gallery {
	float: left; width: 100%;	
	padding-top: 5px;
	text-align: center;
	position: relative;
}

.morepics {
	position: absolute;
	bottom: 20px;
	right: 13px;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	pointer-events: none;
	z-index: 20;
}

.pic-gallery-col1 {
	width: 50%;
	float: left;
	padding-top: 5px;
}

.pic-gallery-col2 {
	width: 42%;
	float: right;
	padding-top: 5px;
}

.picg-col2-1, .picg-col2-2 {
	width: 50%;
	padding-left: 8px;
	padding-bottom: 9px;
}

.picg-col2-1 {
	float: left;
}

.picg-col2-2 {
	float: right;
}

.videoWrapper {
    float: left;
    margin: 0 auto;
	width: 100%;
	
}
.videoWrapper video {
	float: left;
	width: 100% !important;
	height: 100% !important;	
}

.main-nav {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}

.main-nav a {
	text-decoration: none; color: #fff;
}

.main-nav ul {
	width: 100%;
	margin: 0 auto;
	background-color: #A4A4A4;
	padding: 5px 0 6px 0;
	float: left;
	border-bottom: 1px solid #333;
}

.main-nav li {
	width: 33.3%;
	margin: 0 auto;
	padding: 0 5px;
	display: inline-block;
  	float: none;
	border-right: 1px solid #ccc;
	list-style: none;
	float: left;
}

.main-nav li a {
	color: #fff;
}

.main-nav li:hover > a {
  color: #333;
}

.main-nav li:last-child {
  border: none;
}

.amenities, .amenities-c1, .amenities-c2, .a-title {
	float: left;
	width: 100%;
}

.amenities li span {
	color: #0290a9;
	font-weight: bold;
}

.a-title {
	padding: 10px 0 0 0;
}


.amenities p, .amenities-c1 p, .amenities-c2 p {
	float: left;
	width: 100%;
	padding: 5px 0;
}

.amenities-c1 {
	padding: 0;
}

.amenities ul, .amenities-c1 ul, .amenities-c2 ul, .amenities-nb ul {
	float: left;
	width: 100%;
	border-bottom: 1px solid #9dd0d5;
	padding-bottom: 10px;
	list-style: none;
}

.amenities-nb ul, .amenities-c2 ul {
	border-bottom: none;
	padding: 0;
}

.amenities li, .amenities-c1 li, .amenities-nb li  {
	list-style-position: inside;
    list-style: none;
    padding: 5px 14px 0 14px;
    background-image: url(../images/bullet.png);
    background-position: 0 14px;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}

.amenities-c1 ul, .amenities-nb ul {
	padding-bottom: 10px;
}

.amenities li {
	float: left;
	width: 33.33%;	
}

.amenities-c1 li {
	float: left;
	width: 100%;
	list-style-position: inside;
    list-style: none;
    padding: 5px 14px 0 14px;
    background-image: url(../images/bullet.png);
    background-position: 0 14px;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}

.rate {
	font-weight: 600;
	padding: 8px 0 5px 0;
	border-bottom: #9dd0d5 1px solid;
}

#rates {
	float: left; width: 100%;
}

.rate span {
	font-size: 33px;
	line-height: 26px;
}

.other-apts {
	float: left;
	width: 100%;
	border-bottom: 1px solid #18a3bc;
	padding: 6px 0;
}

.other-apts-price {
	background: #108897;
	margin-top: 5px;
	width: 180px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	background: #0290a9;
	border-radius: 6px;
}

.orange {
	background: #f9710f;
    border-bottom: 2px #a60e01 solid;
}

.blue {
	background: #ff6600;
    border-bottom: 2px #097183 solid;
}

.green {
	background: #2eb518;
    border-bottom: 2px #1f910d solid;
}
    

.other-nb {
	border-bottom: none;
}

.other-apts-price span {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-style: italic;
	text-decoration: underline;
	font-size: 17px;	
}

.surf_wrapper {
	padding-bottom: 10px;
	margin-bottom: 10px;	
}

.surf_wrapper p {
	color: #333;	
}

.surf-links, .surf-links_wrapper, .surf-videos {
	width: 100%;
	float: left;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px #9dd0d5 solid;
}

.surf-links_wrapper {
	margin-top: 20px;
	padding: 0;
	border-top: 1px #9dd0d5 solid;
	border-bottom: none;
}

.surf-links img {
	border: 1px solid #999;
}

.surf1 {
	width: 49%;
	float: left;
}

.surf2 {
	width: 49%;
	float: right;
}

.surf-links ul, .surf-videos ul {
	width: 100%;
	margin: 0 auto;
}

.surf-links li, .surf-videos li {
	width: 25%;
	float: left;
	list-style: none;
	padding: 3px;
}

.surf-videos li {
	width: 33.33%;
}

.surf-links li {
	width: 25%;
}

.surf-videos span {
	text-decoration: underline;
	color: #ff00b8;
}

.video-responsive {
    overflow:hidden;
    padding-bottom: 56.25%;
    position:relative;
    height:0;
	margin-top: 10px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.read_more_content {
	display: none;
}

.read_more_content.open {
	display: block;
}




/* End-Apartments-Page */

/* Media Queries
--------------------------------------------- */

@media (max-width: 1199.98px) {

.intro, .location-intro {
    width: 75%;
}

.container {
    max-width: 950px;
}

.apt-info-main {
	width: 67%;
}

.apt-info2 {
	width: 100%;
    padding-left: 0;
}

.apt-info2-main {
    width: 100%; }

.apt-info3 {
    padding-top: 0;
}

.intro-tabs-info {
	width: 84%; }

}

@media (max-width: 991.98px) {

.container {
    max-width: 700px;
}

header {
    width: 100%;
}

.intro, .location-info, .google-map  {
    width: 100%;
}

.logo {	
	width: 100%;
	display: block;
    text-align: center;
}

nav {
	width: 100%;
	padding-bottom: 0;
}

nav ul {
	position: fixed;
	z-index: 1;
	padding: 0;
}
  
#cssmenu {
    width: 100%;
  }
  
  #cssmenu ul {
    width: 100%;
    display: none;
	background-color: #fff;
	padding-bottom: 0;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
	border-top: 1px solid #0290a9;
	border-right: 1px solid #0290a9;
	border-left: 1px solid #0290a9;
	width: 100%;
  }
  
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
	border: 0;
  }
  
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border: 0;
	padding: 17px 17px 14px 17px;
	background-color: #fff;
	text-align: left;
	color: #333;
  }

  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 17px;
	border: 0;
	
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
	border: 0;
  }
  #cssmenu ul ul li a {
	background-color: #0290a9;
	color: #fff;
	border-bottom: solid #FFF 1px;
  }
  
    #cssmenu ul ul li:last-child a {
	border-bottom: 0;
	padding: 15px;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff; 
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 7px 7px 11px 7px;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
	background-color: #0290a9;
  }
  
  #cssmenu #menu-button:after {
    position: absolute;
    top: 15px;
    right: 17px;
    display: block;
    height: 4px;
	padding-bottom: 1px;
    width: 33px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
  }
  
  #cssmenu #menu-button:before {
    position: absolute;
    top: 7px;
    right: 17px;
    display: block;
    height: 3px;
    width: 33px;
    background: #fff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 15px;
    border: 0;
    height: 2px;
    width: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #cssmenu #menu-button.menu-opened:before {
    top: 15px;
    background: #fff;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #0290a9;
    height: 49px;
    width: 49px;
    cursor: pointer;
	background-color: #0290a9;
  }
  
  #cssmenu .submenu-button.submenu-opened {
	color: #fff;
	border-color: #fff;
	border-left: 1px solid #0290a9;
	height: 47px;
  }
  
  #cssmenu ul {
	  margin-bottom: 0;
  }
  
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 21px;
    right: 15px;
    width: 18px;
    height: 3px;
    display: block;
    background: #fff;
    content: '';
  }
    
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 13px;
    right: 22px;
    display: block;
    width: 3px;
    height: 18px;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  
  #cssmenu > ul > li.has-sub > a {
    background-color: #fff;
	color: #333;
}

#cssmenu ul ul li:last-child a {
    border: 0;
}

#about-us {
	padding-top: 15px;
}

.apts {
    width: 100%;
	padding-bottom: 5px;
}

.apt-section {
    max-width: 480px;
}

.intro-featured li  {
    width: 50%;
	
}

.apt-info-main {
	width: 100%;
	padding-bottom: 5px;
}

.apt-info2, .apt-info3 {
	width: 50%;
}

.apt-info2 {
	width: 100%;
}

.intro-tabs-info {
	width: 85%; }

.apt-info3 {
	width: 100%;
}

.apt-featured li {
    padding: 5px 5px 5px 0;
}

.amenities li {
    width: 100%;
}

.sidebar {
	display: none;
}

.mobile-main {
	width: 100%;
	float: left;
	border-top: 1px solid #9dd0d5;
	padding-top: 15px;
	margin: 10px 0;	
	display: block;
}

.mobile-main-title {
	width: 100%;
	float: left;
	padding-top: 10px;
	margin-bottom: -10px;
}

.intro, .location-intro {
	width: 100%;
}

}

@media (max-width: 768px) {
.surf-links li {
    width: 50%;
}

}
	
@media (max-width: 767.98px) {
	
.container {
    width: 90%;
}	

.intro-featured li {
    width: 50%;
}

.blocks {
	padding-bottom: 5px;	
}

.intro-featured li {
    width: 100%;
}

.gallery {
    padding: 7px 0 0 0;
	margin-bottom: -8px;
}

.pic-gallery-col1 {
    width: 100%;
	padding-bottom: 3px;
}

.picg-col2-1 {
	padding-right: 4px;
	padding-left: 0;
}

.picg-col2-2 {
	padding-left: 4px;
}

.apt-featured li, .apt-info-main, .surf1, .surf2 {
    width: 100%;}

.intro-tabs-info {
    width: 90%;
}

.apt-featured li {
    padding: 5px 0 5px 0;
}

.surf-links li {
    width: 25%;
}

}
	
@media (max-width: 575.98px) {

.container {
    max-width: 100%;
}

.intro-featured li {
    width: 100%;
}

.apt-section {
    width: 100%;
}

.intro-featured li {
    width: 100%;
	padding: 5px 0;
}

#emblem {
    width: 211px;
}

.gallery {
	margin-bottom: 0;
}

.morepics {
    right: 7px;
}

.apt-info2 {
    padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #9dd0d5;
}

.apt-info2-main, .apt-info3 {
	width: 100%;
}

.apt-info3 {
	padding-bottom: 0;
	float: left;
	width: 100%;
}

.terms p {
    font-size: 17px;
    line-height: 22px;
}

.intro-tabs-info {
	width: 84%;
}

.apt-featured  {
	width: 100%;
	padding: 0;
}

.block-info {
	padding: 0;
	margin: 0 0 10px 0;
}

.surf1 {
	width: 100%;
	border-bottom: 1px solid #9dd0d5 ;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.surf-videos li {
	width: 100%;
}

.surf-links li {
	width: 50%;
}

.surf-links {
	width: 100%;
	padding-bottom: 5px;
}

.surf_wrapper {
    margin-bottom: 0;
}

}

@media (max-width: 320px) {

.logo img {
    width: 288px;
}

.site-rights {
    font-size: 9px;
}

.intro-tabs-info {
	width: 81%;
}

.location-info li {
	font-size: 15px
}

.location-info li span {
    left: 75px;
}

.apt-featured-info {
    width: 81%;
	
}

	}
	
/* Popup background */
#galleryPopup {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  backdrop-filter: blur(2px);
}

/* Close button - same size as arrows with big white cross */
#galleryPopup .close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 35px;
  height: 35px;
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  transition: background 0.3s, color 0.3s, transform 0.2s;
}
#galleryPopup .close-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: scale(1.1);
}

/* Swiper container fills screen */
#galleryPopup .swiper {
  width: 100%;
  height: 100%;
}

/* Centre slides */
#galleryPopup .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Images inside slides */
#galleryPopup .swiper-slide img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.6);
  transition: transform 0.3s;
}
#galleryPopup .swiper-slide img:hover {
  transform: scale(1.02);
}

/* Captions */
#galleryPopup .caption {
  margin-top: 12px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  max-width: 90%;
  line-height: 1.5;
  font-weight: 300;
}

/* Thumbnails */
.gallery-thumbs img {
  width: 130px;
  margin: 6px;
  cursor: pointer;
  border: 2px solid #eee;
  border-radius: 4px;
  transition: border 0.25s ease, transform 0.25s;
}
.gallery-thumbs img:hover {
  border: 2px solid #0077cc;
  transform: scale(1.05);
}

/* Modern arrows – scoped to popup only */
#galleryPopup .swiper-button-next,
#galleryPopup .swiper-button-prev {
  color: #fff !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(0,0,0,0.55) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: background 0.3s, transform 0.2s;
}
#galleryPopup .swiper-button-next:hover,
#galleryPopup .swiper-button-prev:hover {
  background: rgba(255,255,255,0.25) !important;
  transform: scale(1.1) !important;
}

/* Bigger, bolder chevrons */
#galleryPopup .swiper-button-next::after,
#galleryPopup .swiper-button-prev::after {
  font-size: 16px !important;
  font-weight: bold !important;
}

/* Ensure the thumbnail grid is a positioning context */
#thumbGrid { position: relative; }

/* Keep anchors behind the overlay */
#thumbGrid a { position: relative; z-index: 1; }

.picg-col2-2 {
  position: relative; /* keep for positioning */
}

.morepics {
  position: absolute;
  bottom: 20px;   /* or 50% if you want to center vertically */
  right: 10px;    /* or 50% if you want to center horizontally */
  transform: translate(0,0); /* adjust if centering */
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 10; /* ensure it’s above the image */
}

.airbnb {
  text-align: center;
  margin: 60px 0 20px 0;
  color: #333;
  font-family: 'Oswald', sans-serif;
}

.airbnb img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}

.reviews-link {
  display: block;
  font-size: 17px;
  padding-top: 10px;
}

.reviews-link span{
  color: #333;
}

.reviews-link a {
  color: #0290a9;
  text-decoration: underline;
}