@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext'); /* font-family: 'Quicksand', sans-serif; */
@import url("reset.css");
@import url("support.css");
@import url("forms.css");
@import url("font-awesome.css");

html{ height: 100%; }
body{ position: relative; min-height: 100%; margin: 0; padding: 0; background-color: #ebf3f2; font-family: 'Quicksand', sans-serif; font-size: 14px; }
ol li{ margin: 0 0 5px; }
*+br{ display: none; visibility: hidden; }
a,input{ transition: all 0.3s; }
h1{ margin: 0 0 30px; color: #01ad93; font-size: 35px; font-weight: 700; }
	h1 span{ font-size: 18px; font-weight: 400; }
h2{ margin: 0 0 30px; color: #01ad93; font-size: 24px; font-weight: 700; }
	h2.fauxh1{ margin: 0 0 30px; color: #01ad93; font-size: 35px; font-weight: 700; }
		h2.fauxh1 span{ font-size: 18px; font-weight: 400; }
h3{ margin: 0 0 30px; font-size: 18px; font-weight: 700; }

.hideforload{ display: none !important; visibility: hidden !important; }
.mobile{ display: none; }

.flexcontainer{ 
	display: flex; display: -webkit-flex; display: -moz-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap; -moz-flex-flow: row nowrap;
	justify-content: space-around;j -webkit-ustify-content: space-around; -moz-justify-content: space-around;
	align-content: center; -webkit-align-content: center; -moz-align-content: center;
	align-items: center; -webkit-align-items: center; -moz-align-items: center;
}
	.flex-item{
		order: 1; -webkit-order: 1; -moz-order: 1;
		flex: 0 1 auto; -webkit-flex: 0 1 auto; -moz-flex: 0 1 auto;
		align-self: center; -webkit-align-self: center; -moz-align-self: center;
	}

ul.bulletslist{ margin-left: 40px; list-style: disc; }
	ul.bulletslist li{ margin: 0 0 5px; }
	
a.show:after{ 
	font-family: "osprey-simple" !important;
	display: inline-block;
	margin: 0 0 0 10px;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e014";
	vertical-align: 1px;
}
	a.show.closed:after{ content: "\e014"; }
	a.show.open:after{ content: "\e019"; }
	
.columns{ overflow: hidden; }
	.columns .col{ float: left; }
		.columns .col.right{ float: right; }
		.columns .col.quarter{ width: 25%; }
		.columns .col.threequarters{ width: 75%; }
		.columns .col.half{ width: 50%; }
		.columns .col.third{ width: 33%; }
		.columns .col.twothirds{ width: 66%; }
		.columns .col.sixty{ width: 60%; }
		.columns .col.forty{ width: 40%; }
		.columns .col.full{ clear: both; width: 100%; }
		.columns .col>img{ display: block; width: 100%; }
.padleft{ padding-left: 30px; }
	.padleft.smallpad{ padding-left: 10px; }
.padright{ padding-right: 30px; }
	.padright.smallpad{ padding-right: 10px; }
.padbottom{ padding-bottom: 30px; }
	.padbottom.smallpad{ padding-bottom: 10px; }
.padtop{ padding-top: 30px; }
	.padtop.smallpad{ padding-top: 10px; }
.content{  }
	.content p{ margin: 0 0 20px; color: #4c4c4c; font-size: 18px; line-height: 24px; text-align: justify; }
		.content p br{ display: block !important; visibility: visible !important; }
		.content p a{ color: #2e4395; text-decoration: none; }
			.content p a:hover{ text-decoration: underline; }
		.content p+h3{ margin: 30px 0 10px; }
	.content ul{ margin-left: 40px; list-style: disc; }
		.content ul li{ margin: 0 0 20px; font-size: 16px; line-height: 24px; }
.cmsimage{ display: block; max-width: 100%; margin-bottom: 30px; }
.centre{ text-align: center; }
.inner{ clear: both; display: block; width: 100%; max-width: 1260px; margin-left: auto !important; margin-right: auto !important; padding: 0 30px; }
	.inner+.imageedgeblock{ margin-top: 80px; }
.mappane{ display: block; margin: 60px 0 40px; }
	.mappane iframe{ display: block; width: 100% !important; }
a.buttonlink{ display: inline-block; padding: 5px 10px; background-color: #01ad93; color: #ffffff; border: solid 1px #01ad93; border-radius: 2px; text-align: center; text-decoration: none; }
	a.buttonlink:hover{ background-color: #ffffff; color: #01ad93; text-decoration: none; }
	a.buttonlink .fa{ margin-right: 10px; font-size: 10px; vertical-align: 1px; }
.pagebanner{ display: block; width: 100%; margin: 0 0; padding: 0 0 24.40%; background-position: center; background-repeat: no-repeat; background-size: cover; }
.greenband{ display: block; margin: 50px 0 50px; padding: 30px 0; background-color: #3dc4ac; }
.slideroverlay{ display: block; }
	body.homepage .slideroverlay{ position: relative; z-index: 1000; height: 210px; margin-top: -210px !important; }
	.pagebanner+.slideroverlay{ position: relative; z-index: 1000; height: 210px; margin-top: -210px !important; }
	.slideroverlay h3{ margin: 0 0 30px; color: #ffffff; font-size: 48px; font-weight: 300; }
	.slideroverlay.greenbar{ margin: 0; padding: 30px 0; background-color: #3dc4ac; }
		.slideroverlay.greenbar h3{ font-size: 22px; font-weight: 700; }
.searchbar{ display: block; min-height: 90px; padding: 25px; background-color: rgba(255,255,255,0.7); }
	.searchbar form{ display: block; }
		.searchbar form #bttSearch{ display: inline-block; padding: 8px 20px; background-color: #2e4395; color: #ffffff; border: none; cursor: pointer; font-size: 18px; text-transform: uppercase; }
			.searchbar form #bttSearch:hover{ background-color: #3dc4ac; }
.fauxselectblock{ position: relative; display: inline-block; width: 27%; margin-right: 10px; vertical-align: top; }
	.fauxselectblock>a{ display: block; padding: 10px; background-color: #ffffff; color: #4c4c4c; font-size: 18px; overflow: hidden; text-decoration: none; }
		.fauxselectblock>a:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.3); }
		.fauxselectblock>a .fa{ float: right; color: #3dc4ac; }
	.fauxselectblock>ul{ position: absolute; left: 0; top: 38px; z-index: 10000; display: block; padding: 0 0 10px; width: 100%; background-color: #ffffff; }
		.fauxselectblock>ul li{ display: block; padding: 0; }
			.fauxselectblock>ul li a{ display: block; padding: 5px 10px; color: #4c4c4c; font-size: 18px; text-decoration: none; }
				.fauxselectblock>ul li a:hover{ background-color: #eeeeee; color: #3dc4ac; }
.imageedgeblock{ position: relative; display: block; }
	.imageedgeblock .inner{ position: relative; z-index: 10; padding-top: 70px; padding-bottom: 70px; }
	.imageedgeblock .bgimg{ position: absolute; top: 0; bottom: 0; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
		.imageedgeblock.left .bgimg{ left: 0; right: 50%; }
		.imageedgeblock.left .inner .col{ padding-left: 5%; }
		.imageedgeblock.right .bgimg{ left: 50%; right: 0; }
		.imageedgeblock.right .inner .col{ padding-right: 5%; }
.bottombanner{ display: block; width: 100%; margin: 80px 0 30px; padding: 0 0 41.37%; background-position: center; background-repeat: no-repeat; background-size: cover; }
.linkswhitebar{ display: block; margin: 50px 0; padding: 80px 0 50px; background-color: #ffffff; }
.externallinks{ display: block; margin: 0; padding: 0; list-style: none; text-align: center; }
	.externallinks li{ display: inline-block; width: 30%; margin: 0 0 0; text-align: center; }
		.externallinks li:nth-child(3n+2){ margin: 0 4.5% 0; }
		.externallinks li a{ position: relative; display: block; width: 100%; padding: 0 0 75%; color: #4c4c4c; background-position: center; background-repeat: no-repeat; background-size: cover; border: solid 1px #ffffff; font-weight: 700; text-decoration: none; }
			.externallinks li a span{ position: absolute; left: 0; bottom: 0; right: 0; display: block; padding: 10px; background-color: #ffffff; text-align: center; transition: all 0.3s; }
			.externallinks li a:hover{ border: solid 1px #3dc4ac; }
				.externallinks li a:hover span{ background-color: #3dc4ac; color: #ffffff; }

#notfoundmessage{ padding: 100px; /*background-image: url(../images/common/404.jpg);*/ background-repeat: no-repeat; text-align: center; }
#statusmessage{ position: absolute; z-index: 10000; display: block; width: 100%; }
	#statusmessage p{ display: block; width: 30%; margin: 0 auto; padding: 10px 20px; background-color: #ed1c24; color: #ffffff; cursor: pointer; text-align: center; }
		#statusmessage p span{ display: none; visibility: hidden; }
		
#parent{ position: relative; display: block; width: 100%; max-width: 2000px; min-height: 100%; margin: 0 auto; padding: 0 0 150px; }
	#parent > div{ display: block; margin: 0 auto; }
	
#header{ position: relative; z-index: 1001; padding: 20px 0 0; background-color: #ffffff; }
	#header #logo{ display: block; width: 100%; max-width: 160px; }
		#header #logo img{ display: block; width: 100%; }
		#header #logo:hover{ opacity: 0.5; }
	#header .ctablock{ text-align: right; }
		#header .ctablock ul{ display: inline-block; padding-top: 25px; }
			#header .ctablock ul li{ display: inline-block; margin: 0 0 0 45px; }
				#header .ctablock ul li a{ display: block; color: #a00144; font-size: 16px; font-weight: 400; text-decoration: none; }
					#header .ctablock ul li a .fa{ margin-right: 10px; color: #01ad93; font-size: 24px; transition: all 1s; vertical-align: -3px; }
					#header .ctablock ul li a:hover{ color: #01ad93; }
						#header .ctablock ul li a:hover .fa{ color: #a00144; transform: rotateY(360deg); }

.socialnav{  }
	.socialnav>li{ display: inline-block; margin: 0 1px 0 0; }
		.socialnav>li a{ display: block; padding: 5px; color: #000000; font-family: 'pixons'; font-size: 16px; text-decoration: none; }
			.socialnav>li a:hover{ background-color: #000000; color: #ffffff; text-decoration: none; }

#langnav{  }
	#langnav>li{ display: inline-block; margin: 0 1px 0 0; }
		#langnav>li a{ display: block; padding: 5px; }
			#langnav>li a:hover{ opacity: 0.5; }

#mainnav{ clear: both; display: block; padding: 30px 0; }
	#mainnav>li{ position: relative; display: inline-block; margin: 0 0 0 -4px; padding: 0 10px; border-left: solid 2px #01ad93; }
		#mainnav>li:first-child{ border-left: none; }
			#mainnav>li:first-child a{ Xpadding-left: 0; }
		#mainnav>li:last-child{ border-left: none; }
			#mainnav>li:last-child a{ padding-right: 0; }
		#mainnav>li>a{ position: relative; display: block; padding: 0px 10px; color: #2e4395; border-radius: 2px; font-size: 17px; font-weight: 500; text-align: center; text-decoration: none; }
			#mainnav>li>a:after{ content: ''; position: absolute; left: 50%; bottom: -10px; display: inline-block; width: 0%; height: 3px; background-color: #a00144; border-radius: 10px; transition: all 0.6s; }
				#mainnav>li>a:hover:after{ left: 20%; width: 60%; }
			#mainnav>li>a:hover{ color: #a00144; }
			#mainnav>li.selected>a,#mainnav>li>a.selected{ color: #a00144; }
			#mainnav>li.flag{ float: right; border-right: none; }
				#mainnav>li.flag>a{ float: right; background-color: transparent; border: solid 1px transparent; }
					#mainnav>li.flag>a:after{ display: none !important; }
					#mainnav>li.flag>a:hover{ background-color: transparent; border: solid 1px transparent; opacity: 0.5; }
			
			#mainnav>li>ul{ position: absolute; left: 0; top: 26px; display: block; width: 250px; max-height: 0px; overflow: hidden; transition: all 0.75s; }
				#mainnav>li:hover>ul{ max-height: 1000px; }
				#mainnav>li>ul>li{ display: block; }
					#mainnav>li>ul>li>a{ display: block; padding: 5px 10px; background-color: #ffffff; color: #000000; border: solid 1px #000000; text-decoration: none; }
						#mainnav>li>ul>li>a:hover{ background-color: #000000; color: #ffffff; }
						#mainnav>li>ul>li>a.selected{ background-color: #000000; color: #ffffff; }
				
#maincontent{ padding: 80px 0; }
	#maincontent>ul{ margin-left: 40px; list-style: disc; }
		#maincontent>ul li{  margin: 0 0 5px; line-height: 18px; }
		
.ctabar{ position: relative; display: block; margin: 100px 0 0px; padding: 20px; background-color: #2e4395; text-align: right; }
	body.homepage .ctabar{ margin: 100px 0 150px; }
	.ctabar .ctaimage{ position: absolute; left: 10px; top: -60px; display: block; /*width: 120px;*/ }
	.ctabar span{ display: inline-block; color: #ffffff; font-size: 24px; font-weight: 300; vertical-align: middle; }
		.ctabar span strong{ font-size: 30px; font-weight: 700; }
	.ctabar a{ display: inline-block; margin-left: 10px; padding: 10px 20px; background-color: #ffffff; color: #2e4395; font-size: 24px; font-weight: 300; text-decoration: none; text-align: center; vertical-align: -7px; }
		.ctabar a:hover{ background-color: #a00144; color: #ffffff; }

#footercntr{ position: absolute; left: 0; bottom: 0; display: block; width: 100% !important; margin: 30px auto 0 !important; background-color: #01ad93; }
	#footer{ display: block; width: 100%; margin: 0 auto; overflow: hidden; }
		#footer p{ margin: 0; padding: 25px 0px 15px; color: #ffffff; font-size: 13px; font-weight: 300; }
		#footer div{ margin: 0; padding: 20px 0px 15px; color: #ffffff; font-size: 18px; font-weight: 700; text-transform: uppercase; }
			#footer .copyright{ float: left; }
			#footer .credit{ float: right; }
			#footer p a{ color: #666666; }
				#footer p a:hover{  }
				#footer p a img{ vertical-align: -6px; }
			#footer .socialnav{ display: inline-block; margin-left: 15px; vertical-align: middle; }
				#footer .socialnav li{ display: inline-block; vertical-align: middle; }
					#footer .socialnav li a{ display: block; width: 35px; height: 35px; color: #2e4395; border: solid 3px #2e4395; border-radius: 60px; font-size: 20px; text-align: center; text-decoration: none; transition: border 1s; }
						#footer .socialnav li a .fa{ transition: all 1s; }
						#footer .socialnav li a:hover{ background-color: transparent; color: #ffffff; border: solid 3px #ffffff; }
							#footer .socialnav li a:hover .fa{ transform: rotateY(360deg); }
		#footer .scrolllink{ position: absolute; left: 50%; bottom: 0; display: block; width: 80px; height: 85px; margin-left: -40px; padding-top: 30px; background-color: #2e4395; color: #ffffff; font-size: 24px; text-align: center; text-decoration: none; }
			#footer .scrolllink:hover{ padding-top: 25px; background-color: #a00144; }
	
/* VILLAS */
	.villashomelist{  }
		.villashomelist li{ display: inline-block; width: 48%; margin: 0 -4px 50px 0; vertical-align: top; }
			.villashomelist li:nth-child(even){ margin: 0 -4px 50px 3.5%; }
			.villashomelist li .thumb{ position: relative; display: block; width: 100%; height: 0; margin: 0 0 20px; padding: 0 0 75.44%; background-position: center; background-repeat: no-repeat; background-size: cover; }
				.villashomelist li .thumb:hover{ opacity: 0.8; }
				.villashomelist li .thumb .whitebar{ position: absolute; left: 0; bottom: 0; right: 0; height: 46px; background-color: #ffffff; }
					.villashomelist li .thumb .whitebar>span{ display: inline-block; margin: 0 -4px 0 0; padding: 15px 15px 15px 40px; color: #4c4c4c; background-position: 10px center; background-repeat: no-repeat; background-size: auto 25px; font-size: 16px; font-weight: 300; }
						.villashomelist li .thumb .whitebar .mapmarker{ background-image: url(../images/common/icon-map-marker.png); border-right: solid 1px #01ad93; }
						.villashomelist li .thumb .whitebar .rooms{ background-image: url(../images/common/icon-rooms.png); border-right: solid 1px #01ad93; }
						.villashomelist li .thumb .whitebar .persons{ background-image: url(../images/common/icon-persons.png); border-right: solid 1px #01ad93; }
						.villashomelist li .thumb .whitebar .bathrooms{ background-image: url(../images/common/icon-bathrooms.png); }
						.villashomelist li .thumb .whitebar .price{ float: right; color: #4c4c4c; font-size: 18px; font-weight: 400; }
							.villashomelist li .thumb .whitebar .price strong{  font-size: 24px; font-weight: 500; }
						.villashomelist li .thumb .whitebar .rating{ position: absolute; right: 20px; bottom: 66px; display: block; width: 40px; height: 40px; padding: 13px 5px 5px 6px; background-color: #ffffff; color: #ffffff; background-image: url(../images/common/icon-star.png); background-position: center; background-size: 95% auto; text-align: center; }
			.villashomelist li .details{  }
				.villashomelist li .details h4{ margin: 0 0 15px; color: #01ad93; font-size: 24px; font-weight: 700; }
					.villashomelist li .details h4 span{ font-size: 18px; font-weight: 400; }
				.villashomelist li .details p{  }
	#promotedcarouel{ position: relative; display: block; background-color: #3fd9bd; }
		#promotedcarouel .cyclenav{ position: absolute; top: 43%; z-index: 1000; display: inline-block; padding: 15px 20px; background-color: #ffffff; color: #01ad93; text-decoration: none; }
			#promotedcarouel .cyclenav:hover{ background-color: #01ad93; color: #ffffff; }
			#promotedcarouel .cycle-prev{ left: 0; }
			#promotedcarouel .cycle-next{ right: 0; }
		#promotedcarouel li{ display: block; width: 100%; overflow: hidden; }
			#promotedcarouel li .thumb{ float: left; width: 70%; height: 470px; background-position: center; background-repeat: no-repeat; background-size: cover; }
				#promotedcarouel li .thumb .promotitle{ position: absolute; left: 0; top: 40px; display: inline-block; padding: 15px 80px 15px 20px; background-color: #e6204a; color: #ffffff; font-size: 26px; font-weight: 300; text-transform: uppercase; }
			#promotedcarouel li .details{ float: right; width: 29%; height: 470px; padding: 50px 30px; background-color: #3fd9bd; }
				#promotedcarouel li .details h4{ margin: 0 0 50px; color: #ffffff; font-size: 24px; font-weight: 700; }
					#promotedcarouel li .details h4 span{ font-size: 18px; font-weight: 400; }
				#promotedcarouel li .details .whitebar{ display: block; height: 46px; margin: 0 0 30px; background-color: #ffffff; }
					#promotedcarouel li .details .whitebar>span{ display: inline-block; margin: 0 -4px 0 0; padding: 15px 15px 15px 40px; color: #4c4c4c; background-position: 10px center; background-repeat: no-repeat; background-size: auto 25px; font-size: 16px; font-weight: 300; }
						#promotedcarouel li .details .whitebar .mapmarker{ background-image: url(../images/common/icon-map-marker.png); }
						#promotedcarouel li .details .whitebar .rooms{ background-image: url(../images/common/icon-rooms.png); }
						#promotedcarouel li .details .whitebar .persons{ background-image: url(../images/common/icon-persons.png); }
						#promotedcarouel li .details .whitebar .bathrooms{ background-image: url(../images/common/icon-bathrooms.png); }
				#promotedcarouel li .details p{ margin: 0 0 25px; color: #ffffff; }
					#promotedcarouel li .details .summary{ padding-right: 60px; }
	.villadetailstop{ margin-bottom: 80px; }
		.topblock{ display: block; margin: 0 0 50px; }
			.topblock .thumb{ position: relative; display: block; width: 100%; height: 0; margin: 0 0 50px; padding: 0 0 75.44%; background-position: center; background-repeat: no-repeat; background-size: cover; }
				.topblock .thumb .whitebar{ position: absolute; left: 0; bottom: 0; right: 0; /*height: 46px;*/ padding: 15px 10px 10px; background-color: #ffffff; }
					.topblock .thumb .whitebar>span{ display: inline-block; margin: 0 -4px 0 0; padding: 15px 15px 15px 40px; color: #4c4c4c; background-position: 10px center; background-repeat: no-repeat; background-size: auto 25px; font-size: 16px; font-weight: 300; }
						.topblock .thumb .whitebar .mapmarker{ background-image: url(../images/common/icon-map-marker.png); border-right: solid 1px #01ad93; }
						.topblock .thumb .whitebar .rooms{ background-image: url(../images/common/icon-rooms.png); border-right: solid 1px #01ad93; }
						.topblock .thumb .whitebar .persons{ background-image: url(../images/common/icon-persons.png); border-right: solid 1px #01ad93; }
						.topblock .thumb .whitebar .bathrooms{ background-image: url(../images/common/icon-bathrooms.png); }
						.topblock .thumb .whitebar .price{ float: right; color: #4c4c4c; font-size: 18px; font-weight: 400; }
							.topblock .thumb .whitebar .price strong{  font-size: 24px; font-weight: 500; }
			.topblock .details { padding-right: 50px; }
			.topblock .mapcode{ position: relative; display: block; width: 100%; height: 0; margin: 0 0 15px; padding: 0 0 125%; background-color: #eeeeee; }
				.topblock .mapcode iframe{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; width: 100%; height: 100%; }
			.topblock .ctalist{ display: block; }
				.topblock .ctalist li{ display: block; margin: 0 0 15px; }
					.topblock .ctalist li a{ display: block; padding: 18px 25px; background-color: #2e4395; color: #ffffff; border: solid 1px #2e4395; font-size: 24px; text-decoration: none; }
						.topblock .ctalist li a .fa{ margin-right: 10px; color: #ffffff; font-size: 24px; vertical-align: -2px; }
						.topblock .ctalist li a:hover{ background-color: #ffffff; color: #2e4395; }
							.topblock .ctalist li a:hover .fa{ color: #2e4395; }
						.topblock .ctalist li a.whitelink{ background-color: #ffffff; color: #4c4c4c; font-size: 16px; }
							.topblock .ctalist li a.whitelink .fa{ color: #2e4395; }
							.topblock .ctalist li a.whitelink:hover{ background-color: #2e4395; color: #ffffff; }
								.topblock .ctalist li a.whitelink:hover .fa{ color: #ffffff; }
		.secimages{ display: block; text-align: center; }
			.secimages .secimgblock{ display: inline-block; width: 32%; margin: 0 -4px 0 0; }
				.secimages .secimgblock.middle{ margin: 0 1.9%; }
				.secimage{ display: block; width: 100%; margin: 0 0 20px; padding: 0 0 62.50%; background-position: center; background-repeat: no-repeat; background-size: cover; }
	.galleryblock{ display: block; margin-bottom: 80px;  padding: 50px 0; background-color: #ffffff; }
		.gallerythumbs{ display: block; text-align: center; }
			.gallerythumbs li{ display: inline-block; width: 22%; margin: 0 1.9% 30px; }
				.gallerythumbs li:nth-child(4n+1){ margin-left: 0; }
				.gallerythumbs li:nth-child(4n+4){ margin-right: 0; }
				.gallerythumbs li a{ display: block; width: 100%; height: 0; padding: 0 0 62.50%; background-position: center; background-repeat: no-repeat; background-size: cover; }
					.gallerythumbs li a:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.5); }
	.ctabar.villadetails{ /*margin-top: 150px;*/ }
				

/* SERVICES */
	ul.serviceslist{ display: block; margin: 50px 0 30px; padding: 0; list-style: none; text-align: center; }
		ul.serviceslist>li{ display: inline-block; width: 22%; margin: 0 1%; padding: 0 15px; }
			ul.serviceslist>li span{ display: block; margin: 0 0 20px; }
				ul.serviceslist>li .image{ display: inline-block; width: 100%; max-width: 200px; padding: 0 0 90%; background-position: center; background-repeat: no-repeat; background-size: contain; }
				ul.serviceslist>li .label{ font-size: 16px; line-height: 24px; }
					ul.serviceslist>li .label h3{ color: #2e4395; }
		ul.serviceslist.blocklist{  }
			ul.serviceslist.blocklist>li{ display: block; width: 100%; margin: 0 0 30px; padding: 30px 15px; background-color: #ffffff; }
				ul.serviceslist.blocklist>li>span{ display: inline-block; vertical-align: top; }
				ul.serviceslist.blocklist>li>div{ display: inline-block; vertical-align: top; }
					ul.serviceslist.blocklist>li .image{ width: 20%; margin: 0; padding: 0 0 22%; background-position: center top; }
					ul.serviceslist.blocklist>li .label{ width: 75%; margin: 0 0 0 4%; text-align: left; }


/* DISPLAY PANE */
	#displaypane{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000000; display: block; padding: 30px; background-color: #ffffff; overflow: auto; overflow-x: none; }
		#displaypane>.close{ position: absolute; right: 20px; top: 15px; color: #01ad93; font-size: 48px; }
			#displaypane>.close:hover{ color: #a00144; }
		#displaypane #innerpane{ position: absolute; left: 30px; top: 60px; right: 30px; bottom: 60px; background-position: center; background-repeat: no-repeat; /*background-size: contain;*/ }
			#displaypane #innerpane .gallerynav{ position: absolute; top: 45%; color: #01ad93; font-size: 48px; }
				#displaypane #innerpane .gallerynav:hover{ color: #a00144; }
				#displaypane #innerpane .gallerynav.prev{ left: 0; }
				#displaypane #innerpane .gallerynav.next{ right: 0; }


/* MOBILENAV */
	a#mobilenavlink{ position: absolute; right: 30px; top: 30px; display: none; width: 42px; padding: 5px; }
		a#mobilenavlink:after{ content: ""; }
		a#mobilenavlink>span{ display: block; height: 8px; margin: 0 0 3px; background-color: #a00144; border-radius: 2px; }
	#mobilenav{ position: absolute; right: 0; top: 110px; display: block; width: 250px; padding: 10px 0; background-color: #ffffff; }
		#mobilenav li{ display: block; margin: 0 0 1px; }
			#mobilenav li a{ display: block; margin: 0 10px; padding: 10px 10px; background-color: #ffffff; color: #4c4c4c; text-align: center; text-decoration: none; }
				#mobilenav li a:hover{ background-color: #a00144; color: #ffffff; }
				#mobilenav li.selected>a,#mobilenav li a.selected{ color: #a00144; }
			#mobilenav>li>ul{ display: block; margin: 1px 0 1px 30px; }
		#mobilenav li.flag>a{ border: none; text-align: center; }
			#mobilenav li.flag>a>img{ display: inline-block; }
			
/* TINYMCE ASSIGNED CLASSES */
	.alignleft{ text-align: left; }
	.alignright{ text-align: right; }
	.aligncenter{ text-align: center; }
	.alignfull{ text-align: justify; }
	
/* IMGPOOL CLASSES */
	img.imgpoolinline{ display: inline-block; margin: 10px; vertical-align: middle; }
	img.imgpoolleft{ float: left; margin: 0 20px 10px 0; }
	img.imgpoolright{ float: right; margin: 0 0 10px 20px; }
	img.imgpoolblock{ display: block; max-width: 100%; margin: 0 auto 10px; }
	img.bordered{ border: solid 1px; }			
	
/* DOCPOOL CLASSES */
	a.docbutton{ display: inline-block; padding: 5px 10px; background-color: #01ad93; color: #ffffff !important; border: solid 1px #01ad93; border-radius: 2px; text-align: center; text-decoration: none !important; }
		a.docbutton:hover{ background-color: #ffffff; color: #01ad93 !important; text-decoration: none !important; }
		a.docbutton .fa{ margin-right: 10px; font-size: 10px; vertical-align: 1px; }
	/*a.docbutton{ display: inline-block; padding: 5px 10px; background-color: #000000; color: #ffffff; border: solid 1px #000000; border-radius: 2px; text-decoration: none; }
		a.docbutton:hover{ background-color: #ffffff; color: #000000; }*/
	a.docbigbutton{ display: inline-block; padding: 5px 10px; background-color: #01ad93; color: #ffffff !important; border: solid 1px #01ad93; border-radius: 2px; text-decoration: none !important; }
		a.docbigbutton span{ display: block; }
			a.docbigbutton span.title{ text-transform: uppercase; }
			a.docbigbutton span.description{ font-size: 11px; }
		a.docbigbutton:hover{ background-color: #ffffff; color: #01ad93 !important; text-decoration: none !important; }

/* SLIDER STYLES */
	#slider{ display: block; width: 100%; overflow: hidden; }
		#slider li{ position: relative; display: block; width: 100%; height: 0; padding: 0 0 24.40%; background-position: center top; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
		#slider a.navarrow{ position: absolute; top: 45%; z-index: 1000000; display: block; padding: 15px; color: #000000; font-size: 30px; text-decoration: none; }
			#slider a.navarrow:hover{ color: #000000; }
			#slider a.cycle-prev{ left: 50px; }
			#slider a.cycle-next{ right: 50px; }
		#slider p.content{ position: absolute; left: 10%; top: 10%; z-index: 1000; display: block; width: 25%; padding: 20px; background-color: rgba(255,255,255,0.8); border-radius: 3px; font-size: 16px; line-height: 22px; }
			#slider p.content .title{ display: block; margin: 0 0 20px; }
			#slider p.content .description{ display: block; margin: 0 0 20px; }
			#slider p.content a{ display: inline-block; padding: 5px 10px; background-color: #000000; color: #ffffff; text-decoration: none; }
		#slider .cycle-pager{ position: absolute; left: 0; bottom: 10px; z-index: 1000; display: block; width: 100%; text-align: center; }
			#slider .cycle-pager span{ display: inline-block; width: 13px; height: 13px; margin: 0 5px; background-color: #000000; color: #000000; border: solid 1px #000000; border-radius: 20px; cursor: pointer; font-family: arial; overflow: hidden; transition: all 0.3s; }
				#slider .cycle-pager span:hover{ background-color: #ffffff; color: #ffffff; border: solid 1px #000000; }
				#slider .cycle-pager span.cycle-pager-active{ background-color: #ffffff; color: #ffffff; border: solid 1px #000000; }
				
