@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=WindSong:wght@400;500&family=Qwitcher+Grypen:wght@400;700&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Allison&family=Fuggles&family=Licorice&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Qwitcher+Grypen:wght@400;700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Waterfall&family=WindSong:wght@400;500&display=swap');

light blue: #1D97C4   rgba(29,151,196,0.7)
dark blue: #054A68   rgba(5,74,104,0.7)
orange: #F67E43
pink: #F9B7D9
green: #28A528
brown: #996633
red: #E0155A
yellow: #F5C01E  rgba(245,192,30,0.6)
*/
@font-face {
    font-family: 'scriptinaregular';
	src: url('scriptina-webfont.woff') format('woff');
	/*
    src: url('scriptina-webfont.eot');
    src: url('scriptina-webfont.eot?#iefix') format('embedded-opentype'),
         url('scriptina-webfont.woff2') format('woff2'),
         url('scriptina-webfont.woff') format('woff'),
         url('scriptina-webfont.ttf') format('truetype'),
         url('scriptina-webfont.svg#scriptinaregular') format('svg');
	*/
    font-weight: normal;
    font-style: normal;

}

body, html {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "Source Sans 3", Arial, serif;
	font-size: 17px;
	color: #222222;
}
bodyx:before{
    content:"";
    width:100%;
    height:100%;
    display:block;
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	z-index: 100;
}
#headerContent {
	position: relative;
	width: 90%;
	max-width: 1260px;
	height: auto;
	margin: 21px auto 6px auto;
	display: table;
	border-collapse: collapse;
}
#logo {
	position: relative;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
#logoContent {
	position: relative;
	width: auto;
	vertical-align: middle;
	display: table;
}
#logoImage {
	position: relative;
	width: 100px;
	display: table-cell;
	vertical-align: middle;
}
#logoImage img {
	position: relative;
	height: 68px; 
	width: auto; 
	vertical-align: middle;
}
#logoText {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	font-family: "Playfair Display", Times, serif;
	font-weight: 500;
	font-size: calc(19px + 0.4vw);
	color: #054A68;
	text-align: left;
	line-height: 100%;
	margin: 0px auto;
	padding-bottom: 6px;
	white-space: nowrap;
}
#logoText .larger {
	font-size: calc(24px + 0.4vw);
}
#logoText a {
	color: #054A68;
	text-decoration: none;
}
#reserve {
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 500;
	font-size: calc(18px + 0.4vw);
	color: #0082BB;
	text-align: center;
	line-height: 125%;
	margin: 0px auto;
	padding: 0px auto;
}
#reserve a {
	color: #FC9E11;
	text-decoration: none;
	padding-left: 8vw;
	padding-right: 8vw;
	display: inline-block;
}
#menuLink {
	position: relative;
	padding: 11px 22px;
	background-color: #0C709B;
	border-radius: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	display: none;
}

#navigation {
	position: relative;
	display: table-cell;
	min-width: 200px;
	vertical-align: middle;
	text-align: center;
}
#navigation ul {
	position: relative;
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-radius: 0px;
	display: block;
}
#navigation ul li {
	position: relative;
	text-align: center;
	margin-left: 0px;
	padding: 0px;
	line-height: 24px;
	display: inline-block;
	white-space: nowrap;
}
#navigation ul li:last-of-type {
	background-color: #E0155A;
	border-radius: 4px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	margin-left: 12px;
}
#navigation ul li:last-of-type a {
	color: #FFFFFF;
}
#navigation ul li a, #navigation ul li span  {
	position: relative;
	padding: 3px 1vw;
	color: #333333;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.navCheckAvailableButton {
	position: relative;
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 500;
	font-size: 15px;
	background-color: rgba(255,255,255,0.85);
	border: solid 1px #E0155A;
	border-radius: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}
#navigation ul li:hover > ul {
	display: block;
}
#navigation ul ul {
	position: absolute;
	top: 100%;
	left: -150%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: rgba(252,242,212,0.94);
	border-radius: 8px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	display: none;
}
#navigation ul ul li {
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #FFFFFF;
	padding: 0px 32px;
	line-height: 28px;
	display: block;
	white-space: nowrap;
}

#navigation ul ul li a {
	position: relative;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	display: block;
}
#navigation ul li li:last-of-type {
	background-color: transparent;
	border-bottom: solid 0px #FFFFFF;
}
#navigation ul li li:last-of-type a {
	color: #333333;
}
.exploreButton {
	font-weight: 400;
	font-size: calc(14px + 0.1vw);
	background-color: #E0155A;
	border: solid 1px #E0155A;
	border-radius: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 21px;
	display: inline-block;
}
.checkAvailbleButton {
	font-weight: 400;
	font-size: calc(14px + 0.1vw);
	background-color: #FFFFFF;
	border: solid 1px #E0155A;
	border-radius: 4px;
	color: #E0155A;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 21px;
	display: inline-block;
}
.whiteText {
	color: #FFFFFF;
}

.iconContainer {
	position: relative;
	width: 90%;
	max-width: 1400px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto;
	justify-content: center;
	align-items: center;
}
.iconContainerXXXX {
	position: relative;
	width: 90%;
	max-width: 550px;
	display: table;
	border-collapse: separate;
	border-spacing: 25px 0px;
	margin: auto;
}
.iconData {
	position: relative;
	min-width: 100px;
	margin: 5px .7vw;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: calc(14px + .1vw);
}
.iconData img {
	width: 80%;
	max-width: 80px;
	display: block;
	margin: auto;
}
.iconContainer3 {
	position: relative;
	width: 90%;
	max-width: 1400px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto;
	justify-content: center;
	align-items: center;
}
.iconData3 {
	position: relative;
	min-width: 100px;
	margin: 5px 1vw;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: calc(14px + .1vw);
}
.iconData3 img {
	width: 80%;
	max-width: 80px;
	display: block;
	margin: auto;
}
.iconReviewsContainer {
	position: relative;
	width: 90%;
	max-width: 1100px;
	display: table;
	border-collapse: separate;
	border-spacing: 20px 10px;
	margin: auto;
}
.iconDataReviews {
	position: relative;
	width: 20%;
	min-width: 100px;
	margin: auto;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	font-size: 15px;
}
.iconDataReviews img {
	width: 80%;
	max-width: 80px;
	display: block;
	margin: auto;
}
.villaContainer {
	position: relative;
	width: 90%;
	max-width: 950px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 25px;

}
.villaData {
	position: relative;
	width: 50%;
	min-width: 200px;
	margin: auto;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	font-size: 15px;	
}
.villaData img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	display: block;
	margin: auto;
}
.villaDescription {
	position: relative;
	width: 94%;
	margin: 12px auto;
	text-align: center;
}
.villaDescription h3 {
	text-align: center;
	margin-bottom: 7px;
}
.villaDescription p {
	margin-top: 4px;
	margin-bottom: 4px;
}
.smallSerif {
	font-family: "Playfair Display", Times, serif;
	font-weight: 500;
	color: #054A68;
}
.smallSerifRed {
	font-family: "Playfair Display", Times, serif;
	font-weight: 500;
	font-size: calc(18px + 0.2vw);
	color: #E0155A;
	margin-bottom: 0px;
}
.smallSansRed {
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 500;
	font-size: calc(18px + 0.3vw);
	color: #E0155A;
	margin-bottom: 0px;
}
#pageBottom {
	postion: relative;
	width: 100%;
	background-color: #FDF8F7;
	background-image: url(../images/front-page/page-bottom-pic.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 0px;
	padding-top: 15px;
	margin: 0px auto 0px auto;
	border-bottom: solid 1px #054A68;
}
#pageBottom .pbWhite {
	color: #FFFFFF;
}


.loginLink {
	position: relative;
	color: #004165;
	text-decoration: none;
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.loginLink img {
	position: relative;
	width: 26px;
	height: auto;
	vertical-align: middle;
}
.frontpageContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	z-index: 10;
	vertical-align: middle;
	display: block;
	z-index: 10;
}
.frontpageContent {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 25vh auto auto auto;
	text-align: center;
	display: block;
}
.frontpageContent p {
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 500;
	font-size: calc(15px + 0.3vw);
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
	line-height: 140%;
}
#frontLogo {
	max-width: 80%;
	margin: 0px auto;
	filter: drop-shadow(1px 1px 3px #EDEDED);
	-webkit-filter: drop-shadow(1px 1px 3px #EDEDED);
}
.blueButton {
	position: relative;
	text-align: center;
	margin-top: 55px;
}
.blueButton a {
	position: relative;
	padding: 11px 22px;
	background-color: #0082BB;
	border-radius: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Source Sans 3", Times, serif;
	font-weight: 400;
	font-size: calc(14px + 0.4vw);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	display: inline-block;
}
h1 {
	font-family: "Playfair Display", Times, serif;
	font-weight: 500;
	font-size: calc(34px + 0.4vw);
	color: #0C709B;
	text-align: center;
	line-height: 100%;
	margin: 0px auto;
}
h2 {
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 500;
	font-size: calc(21px + 0.1vw);
	color: #E0155A;
	text-align: center;
	line-height: 175%;
	margin: 0px auto 5px auto;
	padding: 0px auto;
}
h3 {
	font-family: "Playfair Display", Times, serif;
	font-weight: 500;
	font-size: calc(28px + 0.4vw);
	color: #0C709B;
	text-align: center;
	line-height: 100%;
	margin: 0px auto;
}
h4 {
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 500;
	font-size: calc(14px + 0.4vw);
	color: #0082BB;
	text-align: left;
	line-height: 225%;
	margin: 0px auto;
}
h5 {
	font-family: "Playfair Display", Times, serif;
	font-weight: 500;
	font-size: calc(24px + 0.4vw);
	color: #0C709B;
	text-align: center;
	line-height: 120%;
	margin: 0px auto;
}
header h1 {
	font-size: calc(34px + 0.1vw);
	color: #0082BB;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	text-align: left;
	line-height: 80%;
	padding-bottom: 0px;
	margin-bottm: 0px;
}
header h1 a {
	color: #2298CB;
	text-decoration: none;
	
}
header h1 .logoText {
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + 0.15vw);
	color: #111111;
	padding-left: 6px;
}

.insidepageContainer {
	position: relative;
	width: 100%;
	height: 10vh;
	z-index: 10;
	vertical-align: middle;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-top: 144px;
	display: block;
	z-index: 10;
}
.insidepageContent {
	position: relative;
	width: 90%;
	max-width: 1300px;
	margin: 5px auto;
	display: block;
}
.ipcPadding {
	padding-top: 25px;
}
.frontProperty {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 0px;
}
.frontPropertyImage {
	position: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
}
.frontPropertyImage img {
	position: relative;
	width: 90%;
	height: auto;
	margin: 20px 35px 20px 0px;
	display: block;
	border: solid 2px #FFFFFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.frontPropertyText {
	position: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
}
.frontPropertySpacer {
	position: relative;
	width: 100%;
	height: 65px;
	vertical-align: middle;
	display: block;
}
.frontPropertySpacer hr {    
    margin-top: 36px;
	border: 1px;
	height: 1px;
	color: #FFFFFF;
    background: linear-gradient(
        to right, transparent 0%, transparent 10%, currentColor 50%, transparent 90%, transparent 100%
    );
}
.frontPropertyButton {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: "Source Sans 3",Arial, sans-serif;
	font-weight: 600;
	font-size: calc(14px + 0.1vw);
}
.frontPropertyButton a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C709B;
	padding: 8px 30px;
	border-radius: 12px;
	border: solid 2px #FFFFFF;
	display: inline-block;
}
.basicText {
	font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: calc(15px + 0.2vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #222222;
	line-height: 150%;
	margin-bottom: 24px;
}
.mediumText {
	font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: calc(15px + 0.4vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #222222;
	line-height: 150%;
	margin-bottom: 24px;
}
.subheadText {
	font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: calc(17px + 0.2vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #222222;
	text-align: left;
	line-height: 150%;
	margin-bottom: 12px;
}
.basicTextWhite {
	font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: calc(15px + 0.1vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #FFFFFF;
	line-height: 150%;
	margin-bottom: 24px;
}
.subheadTextWhite {
	font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: calc(17px + 0.2vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #FFFFFF;
	line-height: 150%;
	margin-bottom: 12px;
}
.basicTextul {
	font-family: "Time New Roman", Times, serif;
	font-weight: 500;
	font-size: calc(14px + 0.1vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #222222;
	text-align: left;
	line-height: 125%;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
#insideLogo {
	width: 375px;
	max-width: 80%;
	margin: 2px auto;
	filter: drop-shadow(1px 1px 3px #EDEDED);
	-webkit-filter: drop-shadow(1px 1px 3px #EDEDED);
}
.fullWhiteContainer {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding-bottom: 12px;
	display: block;
	z-index: 10;
}
.fullBlueContainer {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 1;
	background-color: #2298CB;
	border-top: solid 1px #2298CB;
	border-bottom: solid 6px #FFFFFF;
	padding-bottom: 45px;
	padding-top: 155px;
	display: block;
	z-index: 10;
	background-image: url(../images/front-page/beach-scene-a.webp);
	/* background-image: url(../images/front-page/front-page-v9.webp); */
	background-position: center 81%;
	background-size: cover;
}
.frontpageInset {
	position: relative;
	padding-top: 60px;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
}
.frontpageInset p {
	font-family: "Source Sans 3", Arial, serif;
	font-size: calc(16px + 0.4vw);
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.0);
	text-align: left;
	line-height: 145%;
	padding-bottom: 0px;
	margin-bottm: 0px;
}
.frontpageInset h1 {
	font-size: calc(32px + 2.1vw);
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	text-align: left;
	line-height: 100%;
	padding-bottom: 0px;
	margin-bottm: 0px;
}
.frontPicBottom {
	position: absolute;
	width 100%;
	height: auto;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;"
}
.frontPicBottom img {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
}
.fullinsideContainer {
	position: relative;
	width: 100%;
	aspect-ratio: 8 / 1;
	background-color: #2298CB;
	border-top: solid 1px #2298CB;
	border-bottom: solid 6px #FFFFFF;
	padding-bottom: 45px;
	padding-top: 155px;
	display: block;
	z-index: 10;
	background-image: url(../images/front-page/inside-top.webp);
	background-position: center;
	background-size: cover;
}
.insidepageInset {
	position: relative;
	padding-top: 30px;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
}
.insidepageInset h1 {
	font-size: calc(32px + 1.9vw);
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	text-align: center;
	line-height: 100%;
	padding-bottom: 0px;
	margin-bottm: 0px;
}
.insidepageInset p {
	font-family: "Source Sans 3", Arial, serif;
	font-size: calc(16px + 0.2vw);
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.0);
	text-align: center;
	line-height: 165%;
	padding-bottom: 0px;
	margin-bottm: 0px;
}
.spacer {
	position: relative;
	clear: both;
	width: 100%;
	height: 9px;
	z-index: 0;
}
.spacerLarge {
	position: relative;
	clear: both;
	width: 100%;
	height: 25px;
	z-index: 0;
}
footer {
	position: relative;
	width: 100%;
	background-color: #054A68;
	border-top: solid 1px #054A68;
	border-bottom: solid 1px #054A68;
	border-top: solid 1px #054A68;
	padding-bottom: 8px;
	padding-top: 15px;
	margin: 0px;
	display: block;
	overflow: hidden;
	z-index: 10;
}
#footerContent {
	position: relative;
	width: 90%;
	max-width: 1260px;
	height: auto;
	margin: auto;
	display: table;
	border-collapse: separate;
}
#footerLogoContent {
	position: relative;
	width: 34%;
	vertical-align: middle;
	display: table-cell;
}
	#footerLogo {
		position: relative;
		text-align: left;
		white-space: nowrap;
		vertical-align: middle;
		display: table-cell;
	}
	#footerLogoImage {
		position: relative;
		width: 100px;
		display: table-cell;
		vertical-align: middle;
	}
	#footerLogoImage img {
		position: relative;
		height: 68px; 
		width: auto; 
		vertical-align: middle;
	}
	#footerLogoText {
		position: relative;
		display: table-cell;
		vertical-align: bottom;
		font-family: "Playfair Display", Times, serif;
		font-weight: 500;
		font-size: calc(19px + 0.4vw);
		color: #FFFFFF;
		text-align: left;
		line-height: 100%;
		margin: 0px auto;
		padding-bottom: 6px;
	}
	#footerlogoText .larger {
		font-size: calc(24px + 0.4vw);
	}
	#footerLogoText a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footerLogo h4 {
		color: #FFFFFF;
		padding-left: 15px;
		text-align: center;
	}
	.footerSlogan {
		font-family: "Qwitcher Grypen", Times, serif;
		font-size: calc(32px + 0.5vw);
		font-weight: 400;
		color: #FFFFFF;
		margin-top: 6px;
		text-align: center;
	}

#footerNavigation {
	position: relative;
	width: 33%;
	vertical-align: middle;
	display: table-cell;
}
	#footerNavigation ul {
		position: relative;
		margin: 0px;
		padding: 0px;
		color: #FFFFFF;
	}
	#footerNavigation ul li {
		position: relative;
		margin: 0px;
		padding: 0px;
		color: #FFFFFF;
	}
	#footerNavigation ul li a {
		position: relative;
		margin: 0px;
		padding: 0px;
		color: #FFFFFF;
		text-decoration: none;
	}
#footerAddress {
	position: relative;
	width: 33%;
	vertical-align: middle;
	display: table-cell;
	color: #FFFFFF;
}
	#footerAddress .footerCopyright {
		font-size: 12px;
	}
#footerAddress a {
	color: #FFFFFF;
	text-decoration: none;
}

.midColumn {
	position: relative;
	width: 1%;
	min-width: 40px;
	display: table-cell;
}
.left25Column {
	position: relative;
	width: 25%;
	display: table-cell;
	vertical-align: top;
}
.left50Column {
	position: relative;
	width: 25%;
	display: table-cell;
	vertical-align: top;
}
.rightColumn {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.rightImage {
	position: relative;
	float: right;
	width: 100%;
	min-width: 210px;
	max-width: 280px;
	height: auto;
	margin: auto auto 45px 30px;
	display: block;
}
sup {
	font-size: xx-small;
}
.redText {
	color: #E0155A;
	text-decoration: none;
}
.upperCase {
	text-transform: uppercase;
}
.fullLeft {
	text-align: left;
}
.fullCenter {
	text-align: center;
}
.noMobile {

}
.mobileCenter {
	
}
.noBreak {
	white-space: nowrap;
}
.clearBoth {
	clear: both;
}

/* Back to top */
#back2Top {
    position: fixed;
    bottom: 10px;
    right: 0px;
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    background-color: #0082BB;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    opacity: 0.7;
}
#bottomContainer {
	position: relative;
	width: 98%;
	margin: 0px auto;
}

/* Backgrounds */
.frontBG {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/beach-and-chairs.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;	
	animation: backgrd 15000ms ease-out;
	display: block;
	z-index: 0;
}
.aboutBG {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 50vh;
	/* background-image: url(../images/beach-and-chairs.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	animation: backgrd 15000ms ease-out;*/
	display: block;
	z-index: 0;
}
.aboutBG img {
	animation: backgrd 15000ms ease-out;
}
.leftJustify {
	text-align: left;
}
.leftVilla {
	text-align: left;
}
/* animations */
.faded {
  animation: fadeIn 1100ms both;
}
.fadedslow {
  animation: fadeIn 2500ms both;
}
#checkAvailableDates {
	position: fixed;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100vh;
	background-color: #1D97C4;
	opacity: 0;
	z-index: 200;
}
.checkAvailableContainer {
	position: absolute;
	top: 65px;
	left: 5%;
	right: 5%;
	width: auto;
	height: 82vh;
	overflow: visible;
	margin: 5px auto 30px auto;
	background-color: transparent;
	display: none;
	z-index: 200;
}
.checkAvailableContainer h4, .checkAvailableContainer h3, .checkAvailableContainer h2 {
	color: #FFFFFF;
	margin: 0px auto 5px auto;
	padding: 0px;
	text-align: center;
}
.checkAvailableContainer p {
	color: #FFFFFF;
	text-align: center;
}
.reserveInset {
	position: relative;
	width: 100%;
	max-width: 800px;
	height: 100%;
	overflow: scroll;
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0px;
	margin: auto;
}
.reserveText {
	position: relative;
	vertical-align: top;
	display: table-cell;
}
.reserveCalendar {
	position: relative;
	width: 340px;
	height: 90vh;
	vertical-align: top;
	display: table-cell;
}
#cdsCalendars, #cpaCalendars {
	position: relative;
	width: 100%;
	display: none;
}
#villaCalendars {
	position: relative;
	width: 100%;
	display: block;
	color: #FFFFFF;
	z-index: 200;
}
#villaCalendars h3 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	cursor: pointer;
	line-height: 120%;
}
#villaCalendars p {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}


.bnData {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	min-height: 850px;
	display: block;
	overflow: scroll;
}
#clsAvail {
	position: fixed;
	top: 24px;
	right: 34px;
	background-color: #1D97C4;
	font-size: 32px;
	font-weight: 300;
	text-align: right;
	color: #FFFFFF;
	margin: auto;
	cursor: pointer;
	display: none;
	z-index: 300;
}
.openAvail {
	animation: scrollLeft 1500ms forwards;
}
.closeAvail {
	animation: scrollRight 1500ms forwards;
}
.pmLink {
	color: #1D97C4;
	text-decoration: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes backgrd {
  0% {
     -webkit-transform: scale(1.3);
     transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
     transform: scale(1);
  }
}

@media only screen and (max-width: 1500px) { 
	#pageBottom {
		background-size: 1600px;
	}
}

@media only screen and (max-width: 1300px) {
	#headerContent {
		width: 100%;
		max-width: 1260px;
		height: auto;
		margin: 9px auto 9px auto;
		display: block;
		border-collapse: collapse;
	}
	#logo {
		text-align: center;
		display: block;
		margin: 0px;
	}
	#logoContent {
		position: relative;
		width: auto;
		vertical-align: middle;
		display: table;
		margin: auto;
	}
	#logoImage {
		position: relative;
		width: 100px;
		display: table-cell;
		vertical-align: middle;
	}
	#logoImage img {
		position: relative;
		height: 68px; 
		width: auto; 
		vertical-align: middle;
	}
	#logoText {
		position: relative;
		display: table-cell;
		vertical-align: bottom;
		font-family: "Playfair Display", Times, serif;
		font-weight: 500;
		font-size: calc(19px + 0.4vw);
		color: #054A68;
		text-align: left;
		line-height: 100%;
		margin: 0px auto;
		padding-bottom: 6px;
	}
	#logoText .larger {
		font-size: calc(24px + 0.4vw);
	}
	#logoText a {
		color: #054A68;
		text-decoration: none;
	}
	#navigation {
		position: relative;
		display: block;
		min-width: 200px;
		vertical-align: middle;
		text-align: center;
		margin: 9px 0px 0px 0px;
		padding: 0px;
	}
	.frontpageInset {
		padding-top: 0px;
	}
	.frontpageInsetXXX p {
		font-size: calc(15px + 0.2vw);
	}
	.exploreButton {
		padding: 5px 18px;
	}
	.checkAvailbleButton {
		padding: 5px 18px;
	}
	#footerContent {
		text-align: center;
		display: blcok;
	}
	#footerLogoContent {
		width: 330px;
		margin: auto;
		vertical-align: middle;
		text-align: center;
		display: block;
	}
		#footerLogo {
			position: relative;
			text-align: left;
			white-space: nowrap;
			vertical-align: middle;
			display: table-cell;
		}
		#footerLogoImage {
			position: relative;
			width: 100px;
			display: table-cell;
			vertical-align: middle;
		}
		#footerLogoImage img {
			position: relative;
			height: 68px; 
			width: auto; 
			vertical-align: middle;
		}
		#footerLogoText {
			position: relative;
			display: table-cell;
			vertical-align: bottom;
			font-family: "Playfair Display", Times, serif;
			font-weight: 500;
			font-size: calc(19px + 0.4vw);
			color: #FFFFFF;
			text-align: left;
			line-height: 100%;
			margin: 0px auto;
			padding-bottom: 6px;
		}
		#footerlogoText .larger {
			font-size: calc(24px + 0.4vw);
		}
		#footerLogoText a {
			color: #FFFFFF;
			text-decoration: none;
		}
		#footerLogo h4 {
			color: #FFFFFF;
			padding-left: 15px;
		}

	#footerNavigation {
		display: none;
	}
	#footerAddress {
		width: 100%;
		font-size: 14px;
		text-align: center;
		display: block;
	}
		#footerAddress .footerCopyright {
			font-size: 10px;
		}
}
@media only screen and (max-width: 1100px) {
	.mobileCenter {
	text-align: center;
	}
	#menuLink {
		position: relative;
		padding: 0px;
		margin: 8px 0px 0px 0px;
		background-color: #FFFFFF;
		border-radius: 0px;
		color: #333333;
		text-decoration: none;
		font-family: "Source Sans 3",Arial, sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 18px;
		cursor: pointer;
		display: block;
		width: 100%;
	}
	#navigation ul {
		position: absolute;
		top: 135%;
		background-color: rgba(252,242,212,0.96);
		width: 100%;
		
		font-family: "Source Sans 3",Arial, sans-serif;
		font-weight: 500;
		font-size: 18px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		border-radius: 0px;
		display: none;
		border-top: solid 1px #FFFFFF;
	}
	#navigation ul li {
		position: relative;
		text-align: center;
		margin-left: 0px;
		padding: 0px;
		line-height: 38px;
		white-space: nowrap;
		border-bottom: solid 1px #FFFFFF;
		display: block;
		width: 100%;
	}
	#navigation ul li:last-of-type {
		margin-left: 0px;
		border-radius: 0px;
	}
	#navigation ul li:last-of-type a {
		color: #FFFFFF;
	}
	#navigation ul li a {
		position: relative;
		padding: 3px 12px;
		color: #111111;
		text-decoration: none;
		display: block;
	}
	#navigation ul li:hover > ul {
		
	}
	#navigation ul ul {
		position: relative;
		top: 0;
		left: 0;
		margin: 0px;
		padding: 0px;
		list-style: none;
		background-color: transparent;
		border-radius: 8px;
		box-shadow: none;
		display: block;
	}
	#navigation ul ul li {
		position: relative;
		text-align: center;
		margin-left: 0px;
		border-bottom: solid 1px #FFFFFF;
		padding: 0px;
		line-height: 38px;
		display: block;
		white-space: nowrap;
	}
	
	#navigation ul ul li a {
		position: relative;
		padding: 3px 12px;
		color: #111111;
		text-decoration: none;
		font-family: "Source Sans 3",Arial, sans-serif;
		font-weight: inherit;
		font-size: inherit;
		display: block;
	}
	#navigation ul li li:last-of-type {
		background-color: transparent;
	}
	#navigation ul li li:last-of-type a {
		color: #333333;
	}
	#navigation ul li span  {
	display: none;
	}
	.noMobile {
		display: none;
	}
	.frontpageInset {
		padding-top: 0px;
	}
	.frontpageInsetXXX p {
		font-size: calc(14px + 0.2vw);
	}
	.exploreButton {
		padding: 4px 15px;
		margin-bottom: 13px;
	}
	.checkAvailbleButton {
		padding: 4px 15px;
		margin-bottom: 13px;
	}
	
	.villaContainer {
		position: relative;
		width: 90%;
		max-width: 900px;
		margin: auto;
		display: block;
		text-align: center;
		border-collapse: separate;
		border-spacing: 0px;
	}
	.villaData {
		position: relative;
		width: 90%;
		max-width: 510px;
		min-width: 200px;
		margin: 12px auto;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 15px;
	}
	.villaData img {
		width: 100%;
		height: auto;
		border-radius: 4px;
		display: block;
		margin: auto;
	}
	.villaDescription {
		position: relative;
		margin: 12px auto;
	}
	.villaDescription h3 {
		text-align: left;
		margin-bottom: 7px;
	}
	.villaDescription p {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.leftVilla {
	text-align: center;
	}
	.iconContainer3 {
	max-width: 600px;
	}
	.iconData3 {
	margin: 5px 40px;
	}
	#clsAvail {
	position: fixed;
	top: 0px;
	right: 4px;
	left: 0px;
	font-size: 32px;
	font-weight: 300;
	text-align: right;
	color: #FFFFFF;
	margin: auto;
	padding-right: 12px;
	padding-top: 10px;
	cursor: pointer;
	z-index: 300;
	}
}

@media only screen and (max-width: 800px) {
	.iconContainerXXXXXX {
		position: relative;
		width: 90%;
		max-width: 850px;
		display: block;
		border-collapse: separate;
		border-spacing: 0px;
		margin: auto;
		text-align: center
	}
	.iconContainer3XXXX {
		position: relative;
		width: 90%;
		max-width: 850px;
		display: block;
		border-collapse: separate;
		border-spacing: 30px;
		margin: auto;
		text-align: center
	}
	.iconReviewsContainer {
		position: relative;
		width: 90%;
		max-width: 850px;
		display: block;
		border-collapse: separate;
		border-spacing: 30px;
		margin: auto;
		text-align: center
	}
	.iconDataXXXX {
		position: relative;
		width: 45%;
		min-width: 150px;
		margin: auto;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 14px;	
	}
	.iconData img {
		width: 80%;
		max-width: 60px;
		display: block;
		margin: auto;
	}
	.iconDataReviews {
		position: relative;
		width: 100%;
		min-width: 110px;
		margin: auto;
		display: block;
		vertical-align: top;
		text-align: center;
		font-size: 15px;
	}
	.iconDataReviews img {
		width: 80%;
		max-width: 60px;
		display: block;
		margin: auto;
	}
	h2 {
		line-height: 135%;
	}
	.reserveInset {
	position: relative;
	width: 100%;
	max-width: 800px;
	height: 100%;
	overflow: visible;
	display: block;
	border-collapse: separate;
	border-spacing: 20px 0px;
	margin: auto;
	}
	.reserveText {
	position: relative;
	vertical-align: top;
	display: block;
	}
	.reserveCalendar {
	position: relative;
	width: 322px;
	max-width: 100%;
	height: auto;
	margin: auto;
	vertical-align: top;
	display: block;
	text-align: center;
	}
	.bnData {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	min-height: 850px;
	display: block;
	overflow: scroll;
	}
}
@media only screen and (max-width: 680px) {
		.villaData {
			position: relative;
			width: 98%;
			max-width: 550px;
			min-width: 200px;
			margin: 12px auto;
			display: inline-block;
			vertical-align: top;
			text-align: center;
			font-size: 15px;
		}
		#pageBottom {
			background-image: url(../images/front-page/page-bottom-pic-mobile.webp);
			background-repeat: no-repeat;
			background-size: 1010px;
		}
		.iconData {
		position: relative;
		min-width: 80px;
		margin: 6px 5px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: calc(12px + .1vw);
		}
		
}
@media only screen and (max-width: 400px) {
		.iconContainer {
			display: none;
		}
		#footerLogoContent {
			width: 294px;
			margin: auto;
			vertical-align: middle;
			text-align: center;
			display: block;
		}
		#footerLogo {
			position: relative;
			text-align: left;
			white-space: nowrap;
			vertical-align: middle;
			display: table-cell;
		}
		#footerLogoImage {
			position: relative;
			width: 100px;
			display: table-cell;
			vertical-align: middle;
		}
		#footerLogoImage img {
			position: relative;
			height: 55px; 
			width: auto; 
			vertical-align: middle;
		}
		#footerLogoText {
			position: relative;
			display: table-cell;
			vertical-align: bottom;
			font-family: "Playfair Display", Times, serif;
			font-weight: 500;
			font-size: calc(17px + 0.4vw);
			color: #FFFFFF;
			text-align: left;
			line-height: 100%;
			margin: 0px auto;
			padding-bottom: 6px;
		}
		#footerlogoText .larger {
			font-size: calc(22px + 0.4vw);
		}
		#footerLogoText a {
			color: #FFFFFF;
			text-decoration: none;
		}
		#footerLogo h4 {
			color: #FFFFFF;
			padding-left: 15px;
			text-align: center;
		}
		#footerAddress {
			width: 100%;
			font-size: 13px;
			text-align: center;
			display: block;
		}
		.exploreButton {
			padding: 2px 11px;
		}
		.checkAvailbleButton {
			padding: 2px 11px;
		}
		.iconData {
			position: relative;
			width: 45%;
			min-width: 150px;
			margin: auto;
			display: inline-block;
			vertical-align: top;
			text-align: center;
			font-size: 12px;	
		}
		.iconData img {
			width: 80%;
			max-width: 50px;
			display: block;
			margin: auto;
		}
}