/* 
Theme Name: Travel&Leisure Child Theme
Theme URI: https://travelandleisure.co.uk
Description: TravelandLeisure
Template: responsivepro
Version: 2.2.4
Author: OMNI
Author URI: https://omnisearch.uk
License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 

*/

@import url("../responsivepro/style.css");

/* =Start From Here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');


/* JIM NEW */
span.byline {
    display: none;
    visibility:hidden;
}
/* JIM NEW */

.developer .widget-wrapper{
	background: none !important;
	background-color: none !important;
}

body
{
    overflow-x: hidden; 
}

.col-460 {
	width: 46.66%;
}
.col-600 {
	width: 62%;
}
.col-900 {
	width: 96%;
}
.col-960 {
	width: 100%;
}

#5column .vc_col-sm-1{
	width: 0.1% !important;
}
#5column .vc_col-sm-6{
	width: 23% !important;
}
#wpk_widget-2 .widget-wrapper{
	    background-color: #fff !important;
}
.view-property{
	margin-top: 4em !important;
}
#view-contact-right{
	background: #00a0d2 !important;
}
#view-contact-right .column02_bottom{
	background: none !important;
	padding-right: 2em !important;
}
#view-contact-right .wpcf7{
	padding: 0;
}
.recentpropertydeets{
	max-width: 29.8%;
	height: 390px;
    display: inline-block;
    float: left;
    margin: 0 1.2em;
    background-color: #f9f9f9;
}
.recentpropertytitle{
	color: #00406b;
	font-family: 'Lato', sans-serif !important;
	font-size: 1.5em;
	height: 20%;
}
.recentpropertytext{
	height: 95%;
	padding: 5%;
}
.recentpropertydeets ul{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.recentpropertydeets ul li{
	margin: 0.5em 0 0.5em 0;
}
.recentpropertydeets ul li i{
	width: 1em;
	margin-right: 0.4em;
}
.recentpropertydeets img{
	width: 100%;
	max-height: 200px;
}
.recentpropertydeets img:hover{
	opacity: 0.5 !important;  
}
#homecallbuttons img{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.vc_pageable-slide-wrapper .vc_col-sm-12{
	min-height: 350px;
}
.menu a {
border-left: 1px solid #999;
	font-size: 14px;
	font-weight: 400;
	height: 30px;
	background-color: #f4f4f4;
text-shadow: 0 -1px 0 #f4f4f4;
}

.menu a:hover {
	background-color: #f4f4f4;
}
ul.menu > li:hover {
	background-color: #f4f4f4;
	color: #ff9e1d;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #f4f4f4;
	font-weight: 400;
}

.front-page .menu .current_page_item a {
	background: #f4f4f4;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.footer-menu li a {
	border-left: none;
	color: #fff;
	padding: 0 8px;
}
.main-nav{
	height: 60px;
}
.vc_row{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.vc_btn3.vc_btn3-shape-rounded{
	border-radius: 0 !important;
	background-color: #ff9900 !important;
}
.vc_btn3.vc_btn3-shape-rounded:hover{
	background-color: rgba(214, 129, 0, 1) !important;
}
.tp-caption{
	text-shadow: 0px 1px 24px rgba(0, 0, 0, 0.86) !important;
}
.tp-mask-wrap .rev-btn{
	border-radius: 0px !important;
	line-height: 34px !important;
	text-shadow: none !important;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.5) !important;
	background-color: #ff9900 !important;
	padding: 4px 35px 8px !important;
}

/* =Buttons
-------------------------------------------------------------- */

.vc_btn3-container.vc_btn3-left{
	position: absolute;
	bottom: 12px;
	left: 12px;
	margin-bottom: 0;
}
.vc_btn3-container.vc_btn3-left a{
	background-color: #F90 !important;
}
.home .read-more{
	display: none;
}

.rpwe-block li{
	border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 1em;
}

.rpwe-block li a{
	font-size: 1.6em;
}

#recentlyaddedproperties .widget-title, #recentlyaddedproperties h2{
	text-align: center !important;
}


/* Light blue */

a.button, input[type="reset"], input[type="button"], input[type="submit"] {
	background-color: #00a0d2;
	background: -webkit-linear-gradient(top, #ff9900, #ffa722);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(center top, #ff9900, #ffa722);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(center top, #ff9900, #ffa722);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #ff9900, #ffa722);
	/* Standard syntax */
	background: -ms-linear-gradient(top, #ff9900, #ffa722);
	/* For Internet Explorer */
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#ff9900', endColorstr='#ffa722');
	/* For Internet Explorer */
	border: 1px solid #ff9900;
	border-radius: 2px;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ff9900;
	vertical-align: middle;
	white-space: nowrap;
}
a.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #f77c05;
	background: -webkit-linear-gradient(top, #f77c05, #e97b0f);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(center top, #f77c05, #e97b0f);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(center top, #f77c05, #e97b0f);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #f77c05, #e97b0f);
	/* Standard syntax */
	background: -ms-linear-gradient(top, #f77c05, #e97b0f);
	/* For Internet Explorer */
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#f77c05', endColorstr='#e97b0f');
	/* For Internet Explorer */
	border: 1px solid #f77c05;
	border-radius: 2px;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #f77c05;
	vertical-align: middle;
	white-space: nowrap;
}
a.button:active, input[type="button"]:active, input[type="submit"]:active {
	background-color: #00a0d2;
	background: -webkit-linear-gradient(top, #00a0d2, #4ea9d5);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(center top, #00a0d2, #4ea9d5);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(center top, #00a0d2, #4ea9d5);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #00a0d2, #4ea9d5);
	/* Standard syntax */
	background: -ms-linear-gradient(top, #00a0d2, #4ea9d5);
	/* For Internet Explorer */
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#1bb1db', endColorstr='#42bee1');
	/* For Internet Explorer */
	box-shadow: 0 1px 0 rgba(4, 154, 198, 1) inset;
	border: 1px solid #2c96c9;
	border-radius: 2px;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #2c96c9;
	vertical-align: middle;
	white-space: nowrap;
}

/* Grey Reset */

input[type="reset"] {
	background-color: #f3f3f3;
	background: -webkit-linear-gradient(top, #f3f3f3, #f4f4f4);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(center top, #f3f3f3, #f4f4f4);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(center top, #f3f3f3, #f4f4f4);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #f3f3f3, #f4f4f4);
	/* Standard syntax */
	background: -ms-linear-gradient(top, #f3f3f3, #f4f4f4);
	/* For Internet Explorer */
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4');
	/* For Internet Explorer */
	border: 1px solid #dddddd;
	border-radius: 2px;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
	color: #444444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e8e8e8;
	vertical-align: middle;
	white-space: nowrap;
}
input[type="reset"]:hover {
	background-color: #e8e8e8;
	background: -webkit-linear-gradient(top, #fcfcfc, #f3f3f3);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(center top, #fcfcfc, #f3f3f3);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(center top, #fcfcfc, #f3f3f3);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #fcfcfc, #f3f3f3);
	/* Standard syntax */
	background: -ms-linear-gradient(top, #fcfcfc, #f3f3f3);
	/* For Internet Explorer */
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#fcfcfc', endColorstr='#f3f3f3');
	/* For Internet Explorer */
	border: 1px solid #dddddd;
	border-radius: 2px;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
	color: #444444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e8e8e8;
	vertical-align: middle;
	white-space: nowrap;
}
input[type="reset"]:active {
	background-color: #f3f3f3;
	background: -webkit-linear-gradient(top, #e8e8e8, #f3f3f3);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(center top, #e8e8e8, #f3f3f3);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(center top, #e8e8e8, #f3f3f3);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #e8e8e8, #f3f3f3);
	/* Standard syntax */
	background: -ms-linear-gradient(top, #e8e8e8, #f3f3f3);
	/* For Internet Explorer */
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#e8e8e8', endColorstr='#f3f3f3');
	/* For Internet Explorer */
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.10) inset;
	border: 1px solid #dddddd;
	border-radius: 2px;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
	color: #444444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e8e8e8;
	vertical-align: middle;
	white-space: nowrap;
}

.nomargin, .nomargin img{
	margin: 0 !important;
}

/* =Typography
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Lato', sans-serif !important;
	font-weight: 900;
	line-height: 1.0em;
	word-wrap: normal;
}
h1, .heading {
	font-size: 3em;
	color: #2c3e50;
}
h2 {
	font-size: 2.6em;
	font-weight: 300 !important;
	color: #2c3e50 !important;
}
h3 {
	font-size: 1.8em;
	color: #2c3e50;
}
h4 {
	font-size: 1.7em;
	color: #2c3e50;
}
h5 {
	font-size: 1.6em;
	color: #2c3e50;
}
h6 {
	font-size: 1.5em;
	color: #2c3e50;
}
p{
	font-size: 1.2em;
	line-height: 1.45em;
}
.bigbuttontext a{
	font-size: 2em !important;
}
.bigbuttontext a:after{
	content:' >>';
}
.wp-caption p.wp-caption-text {
	font-family: 'Lato', sans-serif !important;
	font-style: normal;
}
.bold {
	font-family: 'Lato', sans-serif !important;
	font-weight: 900;
}
body {
	font-family: 'Lato', sans-serif !important;
}
.blue-phone {
	font-size: 16px;
	color: #00a0d2;
	font-weight: 900;
	margin-bottom: 0em;
	margin-top: 0.4em;
}
.orange-phone {
	font-size: 16px;
	color: #F90;
	font-weight: 900;
	margin-bottom: 0em;
	margin-top: 0.4em;
}
#TB_caption {
	display: none;
}

/* =Header and Main Stuff
-------------------------------------------------------------- */

#container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0px;
}
@media (max-width: 1100px) {
	#container {
		overflow: inherit;
		overflow-x: hidden;
	}
	::-webkit-scrollbar {
		width: 0px;
		/* remove scrollbar space */
		background: transparent;
		/* optional: just make scrollbar invisible */
	}
}
#top-band {
	margin: 0;
	width: 100%;
	min-height: 30px;
	padding: 0;
	color: #fff;
	background-color: #2c3e50;
	position: relative;
	text-align: right;
	z-index: 1000;
}
#inner-top-band{
	margin: 0 auto;
	padding: 10px 0 4px 0;
	max-width: 999px;
	text-align: center;
}
#inner-top-band ul{
	list-style: none;
}
#top-band a{
	color: #fff;
}
#top-band a span:hover{
	color: #F90;
}
#top-band a span{
	font-weight: 900 !important;
	font-size: 1.3em;
}
#flags {
	float: left;
	clear: none;
	width: 533px;
	display: inline;
}
.clear {
	clear: both;
}
.post-entry {
	clear: inherit !important;
}
#flags img {
	margin: 3px;
}

/*#social-icon-wrapper {
	display: none;
	visibility: hidden;
}*/

#social-icon-wrapper {
	clear: none;
	float: right;
}
#social-icon-wrapper img {
	margin: 3px;
}
#inner-top-band .social-icons {
	list-style: none;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: right;
}
#inner-top-band .rss-icon, #inner-top-band .yelp-icon, #inner-top-band .vimeo-icon, #inner-top-band .youtube-icon, #inner-top-band .twitter-icon, #inner-top-band .facebook-icon, #inner-top-band .linkedin-icon, #inner-top-band .rss-feed-icon, #inner-top-band .instagram-icon, #inner-top-band .pinterest-icon, #inner-top-band .foursquare-icon, #inner-top-band .googleplus-icon, #inner-top-band .google-plus-icon, #inner-top-band .stumbleupon-icon, #inner-top-band .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 20px;
}
#header-wrapper {
	clear: both;
	margin: 0;
	padding: 0px;
	background: #ffffff none repeat scroll 0 0;
	display: block;
	height: 106px !important;
	width: 100%;
	z-index: 999;
}

/* BOF: Intellisearch */

.search {
	float: left;
	margin-top: 35px;
}
.ui-autocomplete {
	z-index: 2000 !important;
}

/* EOF: Intellisearch */

@media (min-width: 1100px) {
	#header-wrapper {
		height: 125px;
		width: 100%;
		z-index: 999;
	}
	#header-wrapper, #top-band, #menu-outer {
		z-index: 900;
	}
	#menu-outer {
		top: 155px;
		z-index: 998;
	}
	#top-band {
		z-index: 999;
	}
	#featured-wrapper, #grey-footer-wrapper, #footer {
		position: relative;
		
	}
}
#header {
	margin: 0 auto;
	max-width: 999px;
}
#header-widgets {
	height: 310px;
	margin: 20px auto 0;
	max-width: 999px;
}
#header-picture {
	float: left;
	margin: 0px;
	padding: 240px 0px 40px 20px;
	background-image: url(core/images/featured-image.png);
	background-repeat: no-repeat;
	width: 100%;
}
#header-search-widget {
	float: right;
}
#wrapper {
	background-color: #ffffff;
	max-width: 1000px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0 20px 20px 20px;
	position: relative;
	border: none;
}
#logo {
	float: left;
	display: inline-block;
	margin: 0;
	width: 25%;
}
#logo img {
    margin: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: -15px;
    margin-left: 10px;
}
#phonenumbers{
	float: left;
	display: inline-block;
	text-align: right;
	width: 25%;
	padding-top: 1.17em;
}
#phonenumbers ul{
	list-style: none;
	font-weight: 400;
	margin-right: 0;
}
#phonenumbers ul a{
	font-size: 1.35em;
	font-weight: 900;
}
#phonenumbers ul a:hover{
	color: #00a0d2;
}
#search {
	float: left;
	margin-top: 44px;
	width: 36%;
	text-align: center;
}
#intellisearch {
	float: left;
	display: inline-block;
	margin-top: 18px;
	text-align: left !important;
	width: 50%;
}
#intellisearch input[type=text]{
	display: inline-block;
    font-weight: 300;
    font-size: 1.1em;
    padding: 2px 10px;
    min-width: 350px !important;
    border: 1px solid #ebebeb;
}
#intellisearch input {
	height: 42px;
	box-shadow: none;
	border-radius: 0;
	margin-left: -14px !important;
}
#intellisearch .searches {
	width: 0;
	padding: 0 .4em;
	margin: 0;
	border: 1px solid transparent;
	position: relative;
	left: -139px;
}
@-moz-document url-prefix() {
	#intellisearch .searches {
		height: 36px;
		left: -139px;
	}
}
#intellisearch .auto {
	width: auto;
}
#ui-id-1, #ui-id-2{
	display: none !important;
}
#ui-id-1 {
	border: none;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 346px;
	background-color: #ffffff;
	width: 187px !important;
	padding: 6px 0 6px 6px;
	margin: 0;
}
#ui-id-2 {
	border: none;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 346px;
	background-color: #ffffff;
	width: 492px !important;
	padding: 6px 6px 6px 6px;
	margin: 0;
}
#ui-id-1 li, #ui-id-2 li {
	list-style-type: none;
}
#ui-id-1 li a, #ui-id-1 li a:hover, #ui-id-1 li a:active {
	width: 96%;
}
#ui-id-2 li a, #ui-id-2 li a:hover, #ui-id-2 li a:active {
	width: 98%;
}
#ui-id-1 li a, #ui-id-2 li a, #ui-id-1 li a:visited, #ui-id-2 li a:visited {
	color: #555555;
	height: 100%;
	display: block;
	padding: 3px;
}
#ui-id-1 li a:hover, #ui-id-2 li a:hover, #ui-id-1 li a:active, #ui-id-2 li a:active {
	color: #ffffff;
	height: 100%;
	display: block;
	background-color: #4ea9d5;
	border-radius: 3px;
	color: #ffffff;
	padding: 3px;
}
.ui-helper-hidden-accessible {
	display: none;
}
@media (max-width: 1024px) {
	#developerleftcol{
		width: 100% !important;
	}
	#developerrightcol{
		width: 100% !important;
	}
	#intellisearch {
		width: 100%;
		text-align: center !important;
	}
	.developer .post-entry{
		padding: 2em 0;
		overflow: hidden;
	}
	#recentlyaddedproperties{
		margin: 0 15px 0 15px;
	}
	.recentpropertydeets{
		min-width: 100%;
		height: auto;
		display: block;
		text-align: center;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.recentpropertydeets img{
		width: 100%;
		max-height: 100%;
		margin: 0 auto;
	}
	.recentpropertytitle{
		margin-bottom: 1em;
	}
	#inner-top-band .lsi-social-icons{
		text-align: center !important;
	}
	#phonenumbers{
		width: 100%;
		text-align: center;
		padding-top: 0em;
	}
	#phonenumbers ul li{
		display: inline-block;
		padding-right: 2em;
	}

    #phonenumbers ul li.gt-hide {display:none;}

	#intellisearch .searches {
		left: -272px;
	}
	#ui-id-1 {
		display: none !important;
	}
	#ui-id-2 {
		border: 1px solid #aaa;
		height: inherit !important;
		background-color: #ffffff;
		width: 352px !important;
		padding: 6px 6px 6px 0;
		position: relative;
	}
	.menu li{
		float: none !important;
	}
	.sub-menu{
		display: block;
	}
	ul.menu > li:hover{
		background-color: #00a0d2 !important;
	}
	.menu li li{
		min-height: 30px;
	}
	.menu {
	clear: both;
	margin: 0 auto;
	background-color: #f4f4f4;
}

#menu-outer {
    top: 180px !important;
    z-index: 998;
    }
}

@media (max-device-width: 1024px) {
	#intellisearch .searches {
		left: -272px;
	}
}
@media (max-width: 445px) {
	#ui-id-2 {
		width: 329px !important;
	}
}
@media (max-device-width: 445px) {
	#intellisearch .searches {
		left: -334px;
	}
}
@media (min-width: 651px) and (max-width: 651px) {
	#intellisearch .auto {
		width: 219px;
	}
}
@media (min-width: 652px) and (max-width: 734px) {
	#intellisearch .auto {
		width: 227px;
	}
}
@media (min-width: 735px) and (max-width: 717px) {
	#intellisearch .auto {
		width: 255px;
	}
}
@media (min-width: 718px) and (max-width: 733px) {
	#intellisearch .auto {
		width: 260px;
	}
}
@media (min-width: 734px) and (max-width: 858px) {
	#intellisearch .auto {
		width: 268px;
	}
}
@media (min-width: 651px) and (max-width: 957px) {
	#ui-id-1 {
		width: 218px;
	}
}
#phone-nos {
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	width: 19%;
	text-align: right;
}

/* =Featured Content
-------------------------------------------------------------- */

#featured {
	background-color: #ffffff;
	padding-bottom: 0px;
	width: 99.8936%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 0px;
}
#featured-wrapper {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
}
.home #featured-wrapper {
	margin-top: 0;
}
.home .entry-title{
	display: none;
}
#featured-image {
	margin: 0px 0 0 0;
	text-align: left;
}
.featured-image img {
	margin-top: 0px;
}
#featured p {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	padding: 0 20px 0 0px;
	text-align: center;
}

/* =Header Menu
-------------------------------------------------------------- */

#menu-outer {
	clear: both;
	width: 100%;
	background-color: #00a0d2;
}
#menu-wrapper {
	clear: both;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.menu {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #00a0d2 !important;
	background-color: #00a0d2 !important;
	background-image: none !important;
}
#menu-main-menu{
	background-color: #00a0d2 !important;
}
.menu a {
	border-left: none !important;
	background-color: #00a0d2 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400;
	padding: 1em 0.8em 0 0.8em;
	line-height: 30px;
	text-shadow: none !important;
}
.menu ul:first-child{
	border-left: none !important;
}

.menu li li{
	background: #00a0d2 !important;
	border: none !important;
}
.menu li li a:hover, .menu li li:hover, .menu li li a:active, .menu li li a:focus{
	background: #1583a4 !important;
}
.menu li li a {
	font-size: 14px;
	padding: 10px 10px;
}
.menu a:hover {
}
ul.menu>li:hover {
	color: #F90;
}
.menu .current_page_item a, .menu .current-menu-item a {
	font-weight: 400;
}
.front-page .menu .current_page_item a {
	background-color: transparent;
	background-image: none;
	filter: none;
}
/*
.sub-menu ul, .sub-menu ul li{
	background-color: #00a0d2 !important;
}
.sub-menu [href="#"]::after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	left: 97%;
	top: -14px;
	position: relative;
}
*/

/* BLOG STYLES */

#content-blog, .blogsidebar, .blogcontent{
	margin-top: 60px !important;
}

#content-blog .featured-image img{
	text-align: left;
	display: inline;
}

#content-blog .post{
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
}
#content .featured-image img{
	display: inline !important;
}

#content #post-entry{
	text-align: left !important;
}
/* =Widgets
-------------------------------------------------------------- */


/* BOF: Blog Social Icons */

.single-post .view-property-wrapper img {
	margin-right: 10px;
}

/* EOF: Blog Social Icons */


/* BOF: Map icon */

.widget_wpm_widget {
	height: 110px;
}
#map-widget {
	height: 105px;
	display: flex;
	width: 100%;
}
#map-widget a {
	font-weight: 900;
}
#map-widget .map-left, #map-widget .map-right {
	float: left;
}
#map-widget .map-left {
	width: 30%;
}
#map-widget .map-right {
	width: 70%;
}
#map-widget .map-right h3 {
	text-align: left;
	font-size: 1.7em;
	margin-top: 0;
}
#map-widget .map-widget-text {
	width: 200px;
	display: block;
	text-align: left;
	float: left;
}
@media (max-width: 768px) {
	#map-widget {
		position: relative;
		display: block;
		width: 330px;
		margin-left: 50%;
		left: -165px;
	}
	
	.client_tab{
		text-align: center;
	}
	.client_tab button{
		width: 50%;
	}
	.client_tab button:nth-child(1){
		width: 100%;
	}
}

/* EOF: Map icon */

#home_widget_1 {
	margin-bottom: 0px;
	margin-top: 0;
}
.home #wrapper {
	margin-bottom: 0px;
	margin-top: 0;
}
#top-widget {
	float: right;
}
.top-widget, #wpk_widget-2 {
	background: none;
	border: none;
	clear: right;
	float: right;
	min-height: 0;
	font-size: 18px;
	font-weight: 900;
	padding: 0;
	text-align: left;
	font: inherit;
}
.top-widget .widget-title h3 {
	font-size: 18px;
	font-weight: 900;
	padding: 0;
	text-align: left;
}
.widget-title h3 b {
	font-weight: 900 !important;
}
.footer-widget-wrapper {
	margin: 0 2% 0 2%;
	text-align: left;
	background: none;
	float: left;
	clear: none;
}
#footer_widget {
	clear: both;
	float: left;
	margin-right: 0;
	margin-bottom: -40px;
}
#text-2 {
	float: left;
	width: 160px !important;
}
#nav_menu-7 {
	float: left;
	width: 160px !important;
}
.widget-wrapper {
	margin: 0px 0 20px;
	text-align: center;
	border-radius: 0 !important;
	border: none !important;
	background-color: #f0f0f0;
}
.wide-widget-wrapper {
	background-color: #f4f4f4;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
	margin: 0 0 20px;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.video-widget-wrapper {
	padding-top: 10px;
	padding-left: 20px;
}
.resort-widget-wrapper {
	background-color: #f4f4f4;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.property-widget-wrapper {
	background-color: #f4f4f4;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
	padding-top: 50px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
#widgets {
	margin-top: 0px;
}
.widget-title h3, .widget-title-home h3 {
	font-weight: 900;
	text-align: center;
}
.wide-widget-title-home h3 {
	font-weight: 900;
	text-align: left;
}
#widget-title-five h3:before {
	content: url(core/images/sell-button.png);
	display: block;
	width: 100%;
	height: 50px;
	margin: -10px 5px 0px 0px;
	text-align: center;
}
#widget-title-six h3:before {
	content: url(core/images/buy-button.png);
	display: block;
	width: 100%;
	height: 50px;
	margin: -10px 5px 0px 0px;
	text-align: center;
}
#widget-title-eight h3:before {
	content: url(core/images/resorts.jpg);
	display: block;
	width: 100%;
	height: 90px;
	margin: -10px 5px 0px 0px;
	text-align: center;
}
#widget-title-ten h3:before {
	content: url(core/images/property.jpg);
	display: block;
	width: 100%;
	height: 90px;
	margin: -10px 5px 0px 0px;
	text-align: center;
}
#fp_widget-7 a, #fp_widget-9 a, #fp_widget-8 a {
	color: #555555;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	margin: 0px auto;
	margin-bottom: -22px;
	max-width: 100%;
	padding: 0px 25px 0;
	background-color: #2c3e50;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5em;
}
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 999px;
}
.footer-menu li {
	display: block;
	list-style-type: none;
}
.footer-menu li a {
	border-left: none;
	color: #fff;
	padding: 0 8px;
}
.footer-menu li a:hover {
	color: #F90;
}
#footer a:hover {
	color: #F90;
}
#grey-footer-wrapper {
	overflow-x: hidden;
	clear: both;
	margin: 0px auto;
	max-width: 100%;
	padding: 20px 0;
	background-color: #F4f4f4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3e3e3;
}
/* JIM CHANGE */
#grey-footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	text-align: -webkit-center;
}
/* JIM CHANGE */
#grey-footer ul {
	display: table;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#grey-footer ul li {
	margin: auto 16px auto auto;
	float: left;
	display: table-cell;
}
#grey-footer img {
	max-height: 50px;
}

.footer-menu li a {
	border-left: 1px solid #cccccc;
	color: #ffffff;
	padding: 0 8px;
}
#footer a {
	color: #ffffff;
	font-weight: 400;
}
.copyright {
	background-color: #2c3e50 !important;
	text-align: center;
	margin: 25px 0;
	font-weight: 300;
}
.copyright a{
	font-weight: 900 !important;
}
.copyright a:hover{
	color: #e44fe4 !important;
}
.footernavlinks{
	text-align: center;
	padding-top: 30px;
}
.footernavlinks a{
	font-size: 1.8em !important;
	font-weight: 900 !important;
	color: #F90 !important;
	padding-left: 15px;
}
.footernavlinks a:first-child{
	padding-left: 0;
}
.footernavlinks a:hover{
	color: #fff !important;
}
.footer-links{
	text-align: center;
	padding-bottom: 20px;
}
.footer-links a:after{
	padding-right: 5px;
}

/* =Form & Padding
-------------------------------------------------------------- */

p, hr, dl, pre, form, table, address, blockquote {
	margin: 0.8em 0;
}
#other-locations-left {
	float: left;
	width: 300px;
	margin-left: 100px;
}
#other-locations-right {
	float: right;
	width: 300px;
	margin-right: 100px;
}
.gform_fields div.gfield, .gform_fields div.gfield div{
	margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
	height: 70px;
}
.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    box-shadow: 1px 1px 3px rgba(1, 1, 1, 0.35) inset;
    border: 1px solid #555555;
    border-radius: 5px;
}

/* Search Results Page */


/* BOF: Filter */

.country_wrapper, .resort_wrapper, .size_wrapper, .weeks_wrapper, .points_wrapper, .season_wrapper, .status_wrapper {
	padding: 0;
	margin: 0;
	width: 116px;
	overflow: hidden;
	background: transparent url("/images/arrowdown.png") no-repeat 98% 50%;
	margin-right: 10px;
}
.country_wrapper {
	width: 154px;
}
#sf_widget-3 .searchform_title, #si_widget-2 .searchform_title {
	margin: 0 0 -30px 0;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
}
#sf_widget-3 select, #si_widget-2 select {
	color: #ffffff;
	margin-right: 10px;
	padding: 32px 8px 5px 0;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#sf_widget-3 select:focus, #si_widget-2 select:focus {
	outline: none;
}
#sf_widget-3 option, #si_widget-2 option {
	color: #555555;
	background: #ffffff none repeat scroll 0 0;
	position: relative;
	left: -4px;
}
#sf_widget-3, #si_widget-2 {
	margin: 0 20px 0 0;
	text-align: center;
	max-width: 1000px;
	width: 100%;
	padding: 1px 0;
	display: flex;
}
.page-template-search-results .col-300, .page-template-content-sidebar-searchresults .col-300 {
	width: 100% !important;
	z-index: 990 !important;
	background: #00a0d2 none repeat scroll 0 0 !important;
}
.page-template-search-results .widget-wrapper, .page-template-search-results .widget-wrapper .widget-title h3{
	background: #f90 !important;
}
#sf_widget-3, #si_widget-2 {
	margin: 0 auto;
	border: none;
	background: transparent;
}
#sf_widget-3 h3, #si_widget-2 h3 {
	float: left;
	font-family: Open Sans;
	font-size: 1.1em;
	font-weight: 300;
	padding: 10px 15px;
	color: #ffffff;
}
#sf_widget-3 div, #si_widget-2 div {
	float: left;
}
@media (max-width: 1100px) {
	.page-template-search-results .col-300, .page-template-content-sidebar-searchresults .col-300 {
		position: relative;
		float: none;
		top: -20px;
		left: 0;
		right: 0;
		width: 100%;
	}
	#sf_widget-3, #si_widget-2 {
		width: 100% !important;
		max-width: auto !important;
	}
	#wrapper {
		padding: 0;
		margin: 0;
		width: 100%;
		max-width: inherit;
	}
	#content-search {
		padding: 0 20px 20px 20px;
		width: auto;
	}
}
@media (max-width: 1024px) {
	.page-template-search-results .widget-wrapper{
		background-color: #ededed !important;
	}
	.page-template-search-results .col-300, .page-template-content-sidebar-searchresults .col-300 {
		position: relative;
		background: #f0f0f0 none repeat scroll 0 0;
		box-shadow: none;
	}
	.country_wrapper, .resort_wrapper, .size_wrapper, .weeks_wrapper, .points_wrapper, .season_wrapper, .status_wrapper {
		width: 100%;
		background: transparent url("/images/arrowdown_blue.png") no-repeat 98% 50%;
	}
	#sf_widget-3, #si_widget-2 {
		width: 100% !important;
	}
	#sf_widget-3 select, #si_widget-2 select {
		padding: 32px 8px 5px 8px;
		color: #00a0d2;
	}
	#sf_widget-3 .searchform_title, #si_widget-2 .searchform_title {
		margin: 0 0 -30px 8px;
		color: #00a0d2;
		font-weight: 800 !important;
		padding: 3px 0;
	}
	#sf_widget-3 .widget-title, #si_widget-2 .widget-title {
		display: none;
	}
}

/* EOF: Filter */

.property-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 20px 0;
	min-height: 96px;
	display: table;
	width: 100%;
}
.widget_wpq_widget {
	background-image: url(core/images/nearby-resorts.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 90px;
}
.widget_tr_widget {
	background-image: url(core/images/resorts.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 90px;
}
.widget_wpi_widget {
	background-image: url(core/images/resorts.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 90px;
}
.widget_tp_widget, .widget_wpj_widget {
	background-image: url(core/images/property.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
}
.widget_tp_widget, .widget_wpj_widget, .widget_tr_widget{
	background-size: contain !important;
	background-position: center top !important;
	padding-top: 160px !important;
}
.property-image {
	float: left;
	margin: 0 20px;
	width: 140px;
}
.property-wrapper hr {
	margin: auto;
	display: inline-block;
}
#property-details {
	float: left;
	width: 55%;
}
.price {
	float: right;
	font-size: 16pt;
	font-weight: 900;
	line-height: initial;
	width: 25%;
	margin-right: 20px;
}
.price input[type="button"] {
	margin-top: 15px;
}
.homeactions a{
	opacity: 1;
}
.homeactions a:hover{
	opacity: 0.75;
}
#sif_widget-4{
	min-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	min-height: 422px !important;
}
#sif_widget-4 .widget-title h3{
	box-shadow: none !important;
}
#sif_widget-4 .search-widget-text{
	font-size: 1.0em;
	padding: 40px !important;
}
#sif_widget-4 .search-widget-text p{
	padding: 0 1em;
	color: #00406b;
	line-height: 1.0em;
}
#sif_widget-4 input{
	background: #00a0d2 !important;
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
	text-shadow: none !important;
	height: 42px !important;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
#sif_widget-4 input:hover{
	color: #1bb1db;
}
@media all and (max-width: 1056px) {
	#property-details {
		width: 60%;
		min-width: 55%;
		margin-right: 20px
	}
	.price {
		width: auto;
		float: left;
	}
	.property-image-wrapper {
		width: 178px;
		display: table-cell;
		vertical-align: top;
		float: left;
	}
}
@media all and (max-width: 1024px) {
	.searchh3 {
		margin-top: 0 !important;
	}
	.page-template-search-results .col-300, .page-template-content-sidebar-searchresults .col-300 {
		margin-bottom: 0;
	}
	#wrapper {
		padding: 0;
	}
	#content-search {
		padding: 0 20px 20px 20px;
	}
}
@media all and (max-width: 590px) {
	.property-image-wrapper {
		display: block;
		float: left;
	}
	#property-details {
		width: 48%;
		float: left;
		margin-right: 0;
	}
	.price {
		width: 100%;
		float: left;
		clear: both;
		margin: 0 20px 0 180px;
	}
	.property-wrapper .description {
		margin-left: 20px !important;
	}
	#content-search .sort-order ul {
		float: left;
		margin: 10px 0 5px 0 !important;
	}
	#content-search .sort-order ul li {
		display: inline;
	}
	.numbers .white, .numbers .current, .total {
		margin-bottom: 15px;
	}
}
@media all and (max-width: 452px) {
	#property-details {
		width: auto;
		float: left;
		margin: 15px 20px;
	}
	.price {
		margin: 0 20px;
	}
}
#search-results-container .no_wrapper {
	clear: both;
	display: block;
}
.numbers {
	display: table;
}
.numbers a:link {
	font-size: 1.0em !important;
	margin-bottom: 0em;
	margin-top: 0.2em;
	text-decoration: none;
}
.numbers a:link, .numbers a:hover, .numbers a:active, .numbers a:visited {
	color: #00a0d2;
	text-decoration: none;
}
.numbers .white, .numbers .total, .numbers .prev, .numbers .next, .numbers a {
	display: table-cell;
	font-size: 16px;
}
.numbers .white {
	color: #555555;
}
.numbers .white, .numbers .prev, .numbers .next, .numbers .current {
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #555555;
	display: table-cell;
	float: left;
	text-align: center;
	vertical-align: middle;
}
.numbers .prev, .numbers .next {
	height: 30px;
	margin-right: 15px;
	line-height: 1.8;
	padding: 0 10px;
}
.numbers .white a, .numbers .current {
	width: 30px;
	height: 30px;
	line-height: 1.8;
}
.numbers .current {
	font-weight: 900;
	font-size: 16px;
}
.numbers .white, .numbers .current {
	margin-right: 15px;
}
.numbers .total {
	height: 30px;
	margin-right: 15px;
	line-height: 1.8;
	padding: 0 10px;
	display: table-cell;
	float: left;
	text-align: center;
	vertical-align: middle;
}

/* BOF: Property Images */


/* Chrome Fix */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.property-wrapper hr {
		top: 5px;
		position: relative;
	}
}
.property-wrapper span {
	display: inline-flex;
}
.property-wrapper span img {
	width: auto;
	padding-left: 20px;
	max-height: 80px;
	max-width: 100%;
	margin-top: 20px;
}
.property-wrapper .view-property-image, .property-image img {
	margin-top: 0 !important;
	max-height: 112px !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	width: auto !important;
}
@media all and (orientation:portrait) and (max-device-width: 630px) {
	.property-wrapper span img {
		width: auto;
		max-height: 60px;
	}
}

/* EOF: Property Images */

#content-search a:link {
	font-size: 1.3em;
	color: #00a0d2;
	margin-bottom: 0em;
	margin-top: 0.2em;
	text-decoration: none;
}
.property-wrapper .description, .property-wrapper .description a {
	color: #555555;
	font-size: 14px;
	margin: 0 20px;
}
.searchcopy {
	color: #00a0d2;
}
.searchh3 {
	margin-top: 20px;
}
#content-search .sort-order {
	float: right;
	clear: both;
	width: 100%;
	text-align: right;
	position: relative;
	top: -6px;
	margin-top: 5px;
}
#content-resort .sort-order {
	clear: both;
	width: 100%;
	text-align: right;
}
#content-search .sort-order ul, #content-resort .sort-order ul {
	padding: 10px 0 0 0;
	margin: 0;
	clear: both;
}
#content-search .sort-order li, #content-resort .sort-order li {
	display: inline;
	padding-left: 12px;
}
#content-search .add-property {
	float: left;
	font-size: 1.1em !important;
	padding: 6px 15px;
	margin-right: 20px;
	color: #ffffff !important;
}
#content-search .add-rental {
	float: left;
	font-size: 1.1em !important;
	padding: 6px 15px;
	color: #ffffff !important;
}
#content-search .contact-form {
	display: table;
	width: 100%;
	margin: 30px 0;
}
.contact-form .left, .contact-form .right{
	padding-left: 1%;
	padding-right: 1%;
}
#content-search .contact-form .left {
	float: left;
	width: 48%;
}
#content-search .contact-form .left, #content-search .contact-form .right {
	float: left;
	width: 48%;
}
#content-search .contact-form h2 {
	margin: 10px 0 40px;
	line-height: 1.2;
}
#content-search .contact-form h2 span {
	font-size: 1.4em;
	line-height: 1.6;
}
#content-search .contact-form .left h2, #content-search .contact-form .right h2 {
	margin-bottom: inherit;
}
#searchandfilter {
	text-align: left;
}
#inventory-header-picture {
	float: left;
	margin: 0px;
	padding: 240px 0px 0px 20px;
	background-image: url(core/images/search-header.jpg);
	background-repeat: no-repeat;
}
@media (max-width: 650px) {
	#content-search .contact-form .left, #content-search .contact-form .right {
		width: 100%;
	}
	#main-property-image-container img {
    width: 100%;
    height: auto !important;
}
}
@media (max-width: 736px) and (orientation: landscape) {
	#content-search .add-property {
		margin-right: 6px;
	}
}
@media (max-width: 736px) and (orientation: portrait) {
	#content-search .add-property {
		margin: 0 6px 10px 0 !important;
	}
}

/* View Property Page */

.view-property-left {
	width: 320px;
	float: left;
}
.view-property-wrapper {
	padding: 0 20px;
	display: block;
	float: left;
	width: 320px;
}
.view-property-details {
	font-size: 1.2em;
	font-weight: 900;
	margin-top: 1em;
	margin-bottom: 0em;
	text-decoration: none;
	display: block;
	line-height: 1.5em;
	min-height: 550px;
}
.view-property-details h1, .resort-address {
	display: block;
	text-align: center;
}
.resort-address {
	font-size: 1.0em;
	font-weight: 400;
}
.view-property-details h1 {
	margin-top: 0;
	font-size: 1.3em;
	line-height: 1.2em;
	padding-bottom: 3px;
}
.view-property-details .price {
	font-size: 1.3em;
	color: #F90;
	float: none;
	width: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.view-property h2 {
	clear: both;
	padding: 0.75em 0;
	margin: 0;
}
.view-property-details .contact-tel {
	position: relative;
	width: 261px;
	margin-left: 50%;
	left: -130.5px;
}
.view-property-details .contact-tel img {
	float: left;
	padding-right: 15px;
}
.view-property-details .contact-tel span {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 1em;
	display: block;
	color: #659a22;
	float: left;
}
.view-property-details .contact-tel span .phone {
	font-size: 27px;
	font-weight: 900;
}
.view-property-image {
	float: left;
	margin: 0;
	width: 74px;
}
.view-property-left .thumbs img {
	cursor: pointer;
}
.single-resort a[rel="lightbox"] span img {
	padding: 0 0 10px 10px;
}
.view-images {
	float: left;
	display: inline-block;
}
#googleMap {
	clear: both;
}
#view-contact-right .column02_top {
	background-color: #04A0D2;
	padding: 20px;
	display: block;
}
#view-contact-right .column02_top h2 {
	color: #ffffff !important;
}
#view-contact-right .column02_bottom {
	background-color: #f4f4f4;
	padding: 10px 20px;
	display: block;
}

/* BOF: Center images */

.view-images{
	width: 100%;
}
.view-images a span {
	height: 253px;
	width: 314px;
	margin: 0;
}
.view-images .small {
	width: auto;
	clear: both;
}
#owners-imagePageLink {
	position: relative;
	top: -200px;
}
#main-property-image-container img{
	width: 100%;
	height: 256px;
}
.view-images div span {
	overflow: hidden;
	height: 57px;
	width: 24%;
	display: inline-block;
	position: relative;
	margin: 5px 1% 0 1%;
}
.view-images div span img{
	width: 100%;
	max-height: 100%;
}
.view-images div span:nth-child(1){
	width: 24%;
	margin: 5px 1.25% 0 0;
}
.view-images div span:nth-child(2){
	width: 24%;
	margin: 5px 0.75% 0 0;
}
.view-images div span:nth-child(3){
	width: 24%;
	margin: 5px 0% 0 0.75%;
}
.view-images div span:nth-child(4){
	width: 24%;
	margin: 5px 0 0 1.25%;
}


/*
.view-images span {
	overflow: hidden;
	height: 57px;
	width: 74px;
	display: inline-block;
	position: relative;
	margin: 5px 6px 0 0;
}
*/
.owners-image span {
	overflow: hidden;
	height: 105px;
	width: 140px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.owners-image img, .view-images img {
	vertical-align: middle;
}
/*
.owners-image img, .view-images img {
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	vertical-align: middle;
}
*/

/* EOF: Center images */

#resort-facilities-section {
	float: left;
	margin-right: 10px;
	width: 23%;
	display: inline-block;
}
#resort-facilities {
	float: left;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
#view-contact-right {
	float: left;
	width: 320px;
}
#view-contact-right .column02_top {
	padding: 20px 40px !important;
}
#view-contact-right h2 {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	text-align: center;
}
#view-contact-right input, #view-contact-right textarea {
	width: 280px !important;
	top: 0;
	position: relative;
	width: 100%;
	height: 43px;
	padding-left: 14px;
	border-radius: 2px;
}
#view-contact-right input {
	height: 35px !important;
	margin-bottom: 5px
}
#view-contact-right .wpcf7-captchac {
	margin-bottom: 5px;
}
#view-contact-right textarea {
	height: 100px !important;
}
#view-contact-right .wpcf7-submit {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	width: auto !important;
	padding: 5px 15px;
}
th, td {
	padding: .5em;
}
.su-box-title {
	font-family: 'Lato', sans-serif !important;
	font-weight: 900;
	line-height: 1.0em;
	word-wrap: normal;
	background-color: #f4f4f4;
	color: #00a0d2;
}
.su-box-content {
	font-family: 'Lato', sans-serif !important;
	color: #555555;
}
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-full{
	margin-top: 40px;
}
#content .alignnone {
	margin: 0 20px 20px 0;
}

/* Top ten arrow */

.toptenarrow {
	border-style: solid;
	border-width: 6.5px 0 6.5px 11px;
	border-color: transparent transparent transparent #ff9d1d;
	display: inline;
	position: absolute;
	margin: 6px 0 0 7px;
}

#blogtitle, #blogtitle a{
	color: #00a0d2 !important;
}

/* Top ten arrow */


/* BOF: Top Ten */

.topresort a {
	color: #00a0d2;
	font-weight: 900;
}
.topproperty a, .topresort a{
	-webkit-transition: all 250ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 250ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}
.topproperty a:hover, .topresort a:hover{
	padding-left: 4px !important;
}
.topproperty {
	text-align: left;
}
.topresort {
	text-align: left;
}
.topresort-list, .topproperty-list {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}
.topresort-list li, .topproperty-list li {
	line-height: 22px !important;
}
.topresort-list span, .topproperty-list span {
	font-weight: 400;
	position: relative;
	top: -2px;
}
.topresort-list, .topproperty-list {
	margin-right: 0 !important;
}
#toptenprice {
	position: relative;
}
.searchform_title {
	text-align: left;
	margin-left: 20px;
	color: #00a0d2;
	font-weight: 900;
	font-size: 1.125em;
	font-weight: 900;
}

/* EOF: Top Ten */

.topproperty a {
	color: #00a0d2;
	font-weight: 900;
}
.topresort a {
	color: #00a0d2;
	font-weight: 900;
}
.topproperty {
	text-align: left;
}
.topresort {
	text-align: left;
}
.topresort-list, .topproperty-list {
	list-style-type: none;
	padding: 0 !important;
}
.topproperty-list {
	text-align: center !important;
}
.topresort-list, .topproperty-list {
	margin-right: 0 !important;
}
#widgets ul, #widgets ol {
	text-align: left;
	color: #00a0d2;
	padding: 14px 0 0 20px;
}
#widgets li {
	line-height: 25px;
}
body.blog .widget-wrapper ul, body.archive .widget-wrapper ul {
	padding: 0 0 0 25px;
}
.widget-wrapper ul{
	list-style: none;
	padding-left: 0 !important;
}
.widget-wrapper ul li a{
	color: #00a0d2;
    font-weight: 900;
    -moz-transition: all 250ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 250ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}
.widget-wrapper ul li a:hover{
	padding-left: 4px !important;
	color: #00406b;
}
#toptenprice {
	float: right;
	color: #00a0d2;
	font-weight: 900;
	font-weight: 900;
}
.widget-title h3 {
	font-weight: 900;
	font-family: 'Lato', sans-serif !important;
	font-weight: 300;
	font-size: 1.8em;
	background: #00a0d2 !important;
	padding: 18px 5px 18px 5px;
	color: #fff !important;
	-webkit-box-shadow: 0px 11px 21px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 11px 21px -14px rgba(0,0,0,0.75);
	box-shadow: 0px 11px 21px -14px rgba(0,0,0,0.75);
}
a.thickbox .widget-title h3 {
	background: #ff9900 !important;
}
.widget_recent_entries ul {
	text-align: left;
	color: #00a0d2;
	font-weight: 900;
}
.widget_categories ul {
	text-align: left;
	color: #00a0d2;
	font-weight: 900;
}
.widget_archive ul {
	text-align: left;
	color: #00a0d2;
	font-weight: 900;
}
#fp_widget-10{
	padding: 0;
	text-align: left;
}
#featuredpropertydeets{
	padding: 20px 20px !important;
	font-weight: 400 !important; 
}
#featuredpropertydeets ul{
	list-style: none;
	padding: 10px 0 0 0;
	line-height: 0.8em;
	font-size: 1.2em;
	color: #00406b;
}
#featuredpropertydeets ul:hover{
	color: #f90;
}
#featuredpropertydeets h4{
	margin: 5px 0;
}
#featuredpropertydeets .fa{
	padding-right: 4px;
}
#fp_widget-10 img{
	width: 100% !important;
	max-height: 200px;
	object-fit: cover;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
.front_feature_box {
	background-color: #f4f4f4;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
	margin: 0 0 20px;
	padding: 0px 20px 20px 20px;
}
#post-34668 .su-column-size-1-2 {
	height: 264px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(244, 244, 244, 1) 100%) repeat scroll 0 0;
}
.front_feature_title {
	color: #00a0d2;
	font-weight: 900;
	font-size: 1.5em;
	font-weight: 900;
	margin-left: 20px;
}
.front_feature_title_center {
	color: #00a0d2;
	font-weight: 900;
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
}
.feature_title_center_blue {
	color: #00a0d2;
	font-weight: 900;
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
}
.feature_title_center_orange {
	color: #F90;
	font-weight: 900;
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
}
.feature_title_center_orange a, .feature_title_center_blue a {
	text-decoration: underline;
	font-weight: 900;
}
.feature_title_center_blue a {
	color: #00a0d2;
}
.feature_title_center_orange a:hover, .feature_title_center_blue a:hover {
	text-decoration: none;
}
.grid col-940 widget_tbc_widget {
	width: 25%;
}
.search-widget-text {
	color: #00a0d2;
	font-size: 12px;
}
#menu-company-info a {
	color: #00a0d2;
	font-weight: 900;
}
#menu-company-info li {
	text-align: left;
	font-size: 14px;
}
.testimonial-title {
	font-family: 'Lato', sans-serif !important;
	font-size: 24px;
	color: #00a0d2;
	font-weight: 900;
}
.view-counter {
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: 900;
}
.next a {
	color: #00a0d2;
	font-size: 16px;
}
.previous a {
	color: #00a0d2;
	font-size: 16px;
}
.telephone-headers {
	font-size: 20px;
}
#colophon-widget h3 {
	color: #ffffff;
	font-family: Open Sans, Arial;
	font-size: 11px;
	font-weight: 900;
	padding: 0 0 10px 20px;
	text-align: left;
}
#recent-posts-7 {
	padding: 10px 0 0 0;
}
.rss-other h3 a {
	font-size: 17px;
}
.rss-other h3 {
	margin-bottom: 0px;
}
.small {
	font-size: 12px;
	height: auto !important;
}

/* BOF: Hidden fields */

.hidden-fields {
	display: none;
}

/* EOF: Hidden fields */


/* BOF: Any Questions */

#attachment_36803 {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}

/* EOF: Any Questions */


/* BOF: Contact Us */

#post-87 .name {
	height: 42px;
}

/* EOF: Contact Us */


/* BOF: Sage page */

#attachment_34591, #attachment_34592, #attachment_34596 {
	min-height: 244px;
}

/* EOF: Sage page */


/* BOF: Developer Page */

#widgets {
	float: right;
}
.developer .col-300 {
	margin-left: 20px !important;
}
#text-21 {
	margin-top: 19px;
}
#wpk_widget-2 h3, #wpl_widget-2 h3 {
	line-height: 1.2;
}
.developer .dev-sub-heading {
	border-bottom: 3px solid #999999;
	padding-bottom: 19px;
	display: -moz-box;
	display: -webkit-box;
}

/* Diamond UK */

#post-37149 .size-medium {
	margin: 5px 20px 40px 0;
}

/* EOF: Developer Page */


/* BOF: Resort Page */

.single-resort h1, .single-country h1 {
	color: #F90;
	font-size: 2.25em;
}
.single-resort .view-property-image {
	margin-left: 15px;
	float: right;
}
.single-resort .social-buttons {
	text-align: left;
	float: left;
	display: block;
	margin: 15px 0;
	width: 100%;
}
.single-resort .social-buttons img {
	margin-left: 5px;
}
.single-resort #main .orange-phone {
	line-height: normal;
	margin-bottom: 10px;
}
.single-resort .container {
	float: left;
}
.single-resort .col-300 {
	float: right;
}
.single-resort .address {
	background-color: inherit;
	border: none;
	color: inherit;
}
#text-15 div.wpcf7, #text-10 div.wpcf7, #text-6 div.wpcf7, #text-12 div.wpcf7, #text-14 div.wpcf7, #text-18 div.wpcf7, #text-21 div.wpcf7 {
	text-align: left;
}
div.wpcf7{
	background-color: #00a0d2;
    padding: 10px 20px;
    display: block;
    color: #ffffff;
}
div.wpcf7 .wpcf7-submit, #post-34301 .wpcf7-submit, #post-34336 .wpcf7-submit{
	background-color: #ff9900 !important;
	background-image: none !important;
    outline: none;
    border-color: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 70px !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    font-size: 21px !important;
    color: #ffffff !important;
    margin-top: 10px;
    min-width: 100%;
    margin-bottom: -25px;
}
div.wpcf7 .wpcf7-submit:hover, #post-34301 .wpcf7-submit:hover, #post-34336 .wpcf7-submit:hover{
	background-color: #ea8d00 !important;
}
#resort-results-sidebar{
	margin-bottom: 45px !important;
}
#resort-results-sidebar .widget-title h3{
	background: none !important;
	margin: 0 0 20px 0 !important;
        line-height: 48px !important;
    font-size: 3em !important;
    font-weight: 300 !important;
    color: #2c3e50 !important;
    box-shadow: none !important;
}
div.wpcf7 input{
	top: 0;
    position: relative;
    width: 100%;
    height: 43px;
    padding-left: 14px;
    box-shadow: 1px 1px 3px rgba(1, 1, 1, 0.35) inset;
    border: 1px solid #555555;
    border-radius: 5px;
}
div.wpcf7 textarea {
	top: 0;
    position: relative;
    width: 100%;
    padding-left: 14px;
    box-shadow: 1px 1px 3px rgba(1, 1, 1, 0.35) inset;
    border: 1px solid #555555;
    border-radius: 5px;
}
div.wpcf7 label {
	width: 100%;
}
.gform_wrapper{
	background-color: #00a0d2;
    padding: 10px 20px;
    color: #ffffff;
}
/* Added by Luigi Bologna  */
.gform_wrapper .gfield_required {
	color: white !important;
}
.gform_wrapper .gfield_label, .gform_wrapper .gfield_label .gfield_required_text, .gform_wrapper .gfield_html {
    font-size: 1.2em;
    line-height: 1.45em;
}
.gform_wrapper .gfield_consent_label {
    display: inline-block;
    max-width: calc(100% - 32px);
    vertical-align: top;
    padding-top: 0;
}
.gform_wrapper .gform_footer input[type="submit"] {
	background-color: #00a0d2;
	background: -webkit-linear-gradient(top, #ff9900, #ffa722);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(center top, #ff9900, #ffa722);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(center top, #ff9900, #ffa722);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #ff9900, #ffa722);
	/* Standard syntax */
	background: -ms-linear-gradient(top, #ff9900, #ffa722);
	/* For Internet Explorer */
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#ff9900', endColorstr='#ffa722');
	/* For Internet Explorer */
	border: 1px solid #ff9900;
	border-radius: 2px;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ff9900;
	vertical-align: middle;
	white-space: nowrap;
}
.gform_confirmation_message {
	font-size: 1.2em;
	line-height: 1.45em;
	color: white;
}
#text-15 .wpcf7-text, #text-10 .wpcf7-text, #text-6 .wpcf7-text, #text-12 .wpcf7-text, #text-14 .wpcf7-text, #text-18 .wpcf7-text, #text-21 .wpcf7-text {
	width: 275px;
}
#text-15 .wpcf7-captchar, #text-10 .wpcf7-captchar, #text-6 .wpcf7-captchar, #text-12 .wpcf7-captchar, #text-14 .wpcf7-captchar, #text-18 .wpcf7-captchar, #text-21 .wpcf7-captchar {
	width: 236px;
}
#text-15 .wpcf7-textarea, #text-10 .wpcf7-textarea, #text-6 .wpcf7-textarea, #text-12 .wpcf7-textarea, #text-14 .wpcf7-textarea, #text-18 .wpcf7-textarea, #text-21 .wpcf7-textarea {
	height: 136px;
	width: 100%;
}
#wph_widget-3 {
	border: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
@media all and (orientation:portrait) and (max-device-width: 767px) {
	.single-resort .container {
		float: left;
		width: auto;
	}
	.single-resort .col-300 {
		float: left;
		display: table;
		width: 100%;
	}
	.single-resort .address {
		clear: both;
	}
	.single-resort a[rel="lightbox"] span img {
		width: 137px;
	}
	.single-resort .view-property-image {
		float: left;
	}
	#content-search .sort-order, #content-resort .sort-order {
		float: inherit;
		clear: both;
		width: 100%;
		text-align: left;
		position: inherit;
		top: 0;
	}
	#content-search .sort-order ul, #content-resort .sort-order ul {
		padding: 0;
		margin: 0;
	}
	#content-search .sort-order li, #content-resort .sort-order li {
		display: block;
		padding-left: 12px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 980px) {
	.single-resort .container {
		float: left;
		width: auto;
	}
	.single-resort .col-300 {
		float: left;
		display: table;
		width: 100%;
	}
}
@media only screen and (max-device-width: 980px) {
	.single-resort .container {
		float: left;
		width: auto;
	}
	#widgets {
		width: 100%;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.single-resort .container {
		float: left;
	}
}

/* EOF: Resort Page */


/* BOF: Buyers and Seller Landing Page */

@media all and (orientation:portrait) and (max-device-width: 767px) {
	#post-34301 .columns, #post-34336 .columns {
		display: block !important;
		clear: both;
	}
	#post-34301 .bottom_wrapper, #post-34336 .bottom_wrapper {
		display: block !important;
		clear: both;
	}
}
@media only screen and (min-device-width: 768px) {
	#post-34301 .bottom_wrapper, #post-34336 .bottom_wrapper {
		display: inline-block;
		clear: none;
	}
	.single-country .column01, .single-country .column02 {
		width: 50%;
	}
	.single-country .column01 {
		padding-right: 12px;
	}
	.single-country .column02 {
		padding-left: 12px;
	}
}
#post-34301 .arrow_box, #post-34336 .arrow_box {
	position: relative;
	background: #f0f0f0;
	border: 1px solid #999;
	border-radius: 15px;
	padding: 4px 34px;
	margin: 40px auto 50px;
	width: 280px;
}
#post-34301 .arrow_box p, #post-34336 .arrow_box p {
	line-height: 37px
}
#post-34301 .arrow_box:after, #post-34301 .arrow_box:before, #post-34336 .arrow_box:after, #post-34336 .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#post-34301 .arrow_box:after, #post-34336 .arrow_box:after {
	border-color: rgba(249, 249, 249, 0);
	border-top-color: #f0f0f0;
	border-width: 30px;
	margin-left: -30px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#post-34301 .arrow_box:after, #post-34336 .arrow_box:after {
		border-width: 29px !important;
		margin-left: -30px !important;
	}
}
#post-34301 .wpcf7-submit:first-line, #post-34336 .wpcf7-submit:first-line {
	background-color: transparent !important;
}
#post-34301 .arrow_box:before, #post-34336 .arrow_box:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #999;
	border-width: 31px;
	margin-left: -31px;
}
#post-34301 .entry-title, #post-34336 .entry-title {
	display: none;
}
#post-34301 .couple-photo h2, #post-34301 .couple-photo img, #post-34336 .couple-photo h1, #post-34336 .couple-photo img {
	float: left;
}

/*#post-34301 .couple-photo h2, #post-34336 .couple-photo h1 {
	margin: 70px auto 0 20px;
	line-height: 35px;
}*/

#post-34301 h2, #post-34336 h1 {
	margin: 0 0 20px 0;
	line-height: 35px;
}
#post-34301 .columns, #post-34336 .columns, .single-country .columns {
	clear: both;
	display: flex;
	padding-top: 20px;
}
#post-34301 .column01, #post-34301 .column02, #post-34336 .column01, #post-34336 .column02, .single-country .column01, .single-country .column02 {
	float: left;
}
#post-34301 .column01 h2, #post-34336 .column01 h2, .single-country .column01 h2 {
	padding-bottom: 19px;
	margin-top: 0;
	line-height: 35px;
}
#post-34301 .bullet-point_right h3, #post-34336 .bullet-point_right h3 {
	line-height: 32px;
}
#post-34301 .column02 h2, #post-34336 .column01 h2, .single-country .column01, .single-country .column02 {
	margin-top: 0;
}
#post-34301 .column01, #post-34336 .column01, .single-country .column01 {
	padding-right: 20px;
}
#post-34301 .column01 ul, #post-34336 .column01 ul {
	margin-top: 30px;
}
@media all and (max-width: 650px) {
	#post-34301 .columns, #post-34336 .columns, .single-country .columns {
		display: block;
	}
	#post-34301 .column01, #post-34336 .column01, .single-country .column01 {
		float: none;
	}
	#post-34301 .column02, #post-34336 .column02, .single-country .column02 {
		float: none;
	}
	#post-34301 .bottom_wrapper, #post-34336 .bottom_wrapper {
		display: block !important;
	}
	#post-34301 .column01_speach, #post-34301 .column02_speach, #post-34336 .column01_speach, #post-34336 .column02_speach {
		width: 100% !important;
	}
	#post-34301 .arrow_box-text, #post-34336 .arrow_box-text {
		width: auto !important;
	}
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (max-width: 700px) {
	#post-34301 .column01, #post-34336 .column01, .single-country .column01 {
		float: left;
		width: 100%;
	}
	#post-34301 .column02, #post-34336 .column02, .single-country .column02 {
		float: left;
		width: 100%;
	}
	#post-34301 .arrow_box, #post-34336 .arrow_box {
		width: 190px;
	}
}
#post-34301 .column01_speach, #post-34301 .column02_speach, #post-34336 .column01_speach, #post-34336 .column02_speach {
	width: 50%;
}
#post-34301 .bullet-point_wrapper, #post-34336 .bullet-point_wrapper {
	display: block;
	clear: left;
}
#post-34301 .bullet-point_left, #post-34336 .bullet-point_left {
	float: left;
	width: 12%;
}
#post-34301 .bullet-point_left img, #post-34336 .bullet-point_left img {
	margin-top: -4px;
}
#post-34301 .bullet-point_right, #post-34336 .bullet-point_right {
	float: left;
	width: 88%
}
#post-34301 .bullet-point_right h3, #post-34336 .bullet-point_right h3 {
	margin: 0;
	font-size: 1.750em;
}
#post-34301 .bullet-point_right h3, #post-34336 .bullet-point_right h3 {
	margin-top: 0;
	font-size: 1.750em;
}
#post-34301 .bullet-point_right p, #post-34336 .bullet-point_right p {
	margin-bottom: 1.6em;
}
#post-34301 .column02_top, #post-34336 .column02_top {
	background-color: #f4f4f4;
	padding: 20px;
	display: block;
}
#post-34301 .column02_bottom, #post-34336 .column02_bottom {
	background-color: #00a0d2;
	padding: 10px 20px;
	display: block;
	color: #ffffff;
}
#post-34301 .column02_bottom form, #post-34336 .column02_bottom form {
	margin: 0;
}
/*#post-34301 .column02_bottom input, #post-34336 .column02_bottom input {
	top: 0;
	position: relative;
	width: 100%;
	height: 43px;
	padding-left: 14px;
	box-shadow: 1px 1px 3px rgba(1, 1, 1, 0.35) inset;
	border: 1px solid #555555;
	border-radius: 5px;
}*/
#post-34301 .privacy, #post-34336 .privacy {
	margin-top: 0;
	position: relative;
	top: -10px;
}
#post-34301 .form-text, #post-34336 .form-text {
	background-color: #ffffff;
	color: #555555;
	font-weight: 400;
	height: 43px;
	line-height: 42px;
	margin-left: 1px;
	padding-left: 15px;
	position: relative;
	border-radius: 4px;
	display: flex;
}
#post-34301 .input, #post-34336 .input {
	display: block;
	height: 40px;
	width: 100%;
}
#post-34301 .bottom_wrapper, #post-34336 .bottom_wrapper {
	clear: both;
	display: flex;
}
#post-34301 .arrow_box-name, #post-34336 .arrow_box-name {
	display: block;
	margin-top: 50px;
}
#post-34301 .arrow_box span, #post-34336 .arrow_box span {
	display: table-cell;
	height: 170px;
	vertical-align: middle;
}
#post-34301 .arrow_box-name img, #post-34336 .arrow_box-name img {
	float: left;
}
#post-34301 .arrow_box-text, #post-34336 .arrow_box-text {
	width: 400px;
}
#post-34301 .arrow_box-text p, #post-34336 .arrow_box-text p {
	display: block !important;
}
#post-34301 .arrow_box-name-content, #post-34336 .arrow_box-name-content {
	display: table;
	margin: auto;
}
#post-34301 .arrow_box-name-content p, #post-34336 .arrow_box-name-content p {
	display: none;
}
#post-34301 .arrow_box-text h2, #post-34301 .arrow_box-text p, #post-34336 .arrow_box-text h2, #post-34336 .arrow_box-text p {
	margin: 0;
}
#post-34301 .arrow_box-text p, #post-34336 .arrow_box-text p {
	padding-top: 12px;
	font-size: 20px;
}
/*#post-34301 input[type="submit"], #post-34336 input[type="submit"] {
	background-color: transparent;
	background-image: none;
}*/
#post-34301 .wpcf7-submit, #post-34336 .wpcf7-submit {
	background-color: #ff9900 !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset !important;
	outline: none;
	border: none !important;
	box-shadow: 0 0 10px #333333 !important;
	border-radius: 0 !important;
	height: 70px !important;
	text-shadow: none !important;
	font-weight: 400 !important;
	font-size: 21px !important;
	color: #ffffff !important;
	margin-top: 10px;
}
#post-34301 .wpcf7-submit:hover, #post-34301 .wpcf7-submit:active, #post-34336 .wpcf7-submit:hover, #post-34336 .wpcf7-submit:active {
	background-color: #ec8f00 !important;
}

/* BOF: Required field notice */

#post-34301 .wpcf7-not-valid-tip, #post-34336 .wpcf7-not-valid-tip {
	bottom: 33px;
	color: #f00;
	display: block;
	font-size: 1em;
	height: 24px;
	left: 207px !important;
	position: relative;
	width: 200px !important;
	cursor: text;
}
#post-34301 .captcha-18 span[role="alert"], #post-34336 .captcha-18 span[role="alert"] {
	color: transparent;
	left: 83px !important;
	width: 325px !important;
	margin-top: 1px;
}
#post-34301 .captcha-18 span[role="alert"]::after, #post-34336 .captcha-18 span[role="alert"]::after {
	content: "Code incorrect.";
	color: #ff0000;
}
#post-34301 .wpcf7-response-output, #post-34336 .wpcf7-response-output {
	margin: 0 0 1em;
	padding: 0.2em 1em;
	position: relative;
	top: -10px;
}

/* EOF: Required field notice */


/* BOF: Property not found */

#post-33988 h1, #post-33988 h2, #post-33988 h3 {
	text-align: center;
}

/* EOF: Property not found */

.selling-page #text-18 {
	margin-top: 4px;
}
.selling-page .front_feature_box {
	clear: both;
}

/* EOF: Buyers and Sellers Landing Page */


/* BOF: Map */

.page-id-34783 .clearfix {
	max-width: 100% !important;
	padding: 0 !important;
}
.page-id-34783 .map-wrapper {
	max-width: 90%;
	margin: 0 auto 20px;
}
@media (max-width: 1100px) {
	.page-id-34783 .map-wrapper {
		max-width: auto;
	}
}
#map-container {
	margin-left: 300px;
}
#panel {
	float: left;
	width: 300px;
	height: 550px;
}
@media all and (max-width: 800px) {
	#map-container {
		margin-left: 35%;
	}
	#panel{
		width: 35%;
	}
	.home .map-wrapper #map-container{
		margin-left: 0;
	}
	.home .map-wrapper #panel{
		max-height: 220px;
		width: 100%;
	}
	#footer .copyright{
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	#footer .footer-links{
		text-align: center;
		width: 100%;
		display: inline-block;
	}
}
@media all and (max-width: 480px) {
	#map-container {
		margin-left: 0;
	}
	#panel {
		display: none;
	}
}

/* BOF: Landscape */

@media (min-device-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	#map-container {
		margin-left: 0;
	}
	#panel {
		display: none;
	}
}

/* EOF: Landscape */

.page-id-34783 .map-wrapper a:hover {
	color: #F90;
}
.page-id-34783 .map-wrapper h3 {
	font-size: 16px;
}
#panel h3 {
	font-size: 1.8em;
	margin: 40px 0 12px
}
#panel strong {
	line-height: 3em;
	margin-left: 3px;
}
.page-id-34783 h4 {
	margin: 5px 0 20px;
}

/* EOF: Map */


/* Responsive Adjustments */

@media (max-width: 1024px) {
	#widgets {
		width: 100%;
	}
	.vc_custom_1496592610132 a{
		font-size: 0.7em !important;
	}
	#content{
		padding-left: 2em;
		padding-right: 2em;
	}
	.developer{
		padding-left: 0 !important;
	}
	.developer .dev-sub-heading{
		padding: 0 10px;
		padding-bottom: 10px;
	}
	.developer h3, .developer p{
		padding: 0 10px;
	}
	.developer #map-widget{
		display: none;
	}
}
@media (max-width: 1024px) {
	#wpk_widget-2{
		display: inline-block;
		float: left;
	}
	.developer .post-entry{
		display: inline-block;
		float: left;
	}
	
}
@media (max-width: 320px) {
	#wrapper {
		padding: 0 5px 20px;
	}
	.toptenarrow {
		display: none;
	}
	#flags {
		display: inline-flex;
	}
}
@media (max-width: 1024px) {

	#social-icon-wrapper {
		display: none;
	}
	.social-icons {
		display: none;
	}
/*
	.sub-menu [href="#"]::after {
		display: none;
	}
*/
	#phone-nos {
		float: left;
		width: 100%;
		text-align: center;
	}
	#logo {
		width: 100%;
		text-align: center;
	}
	#resort-facilities-section {
		display: block;
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	#grey-footer img {
		max-height: 20px;
		max-width: 30px;
	}
	.view-property-left {
		width: 100%;
		display: flex;
	}
	.view-images {
		margin-right: 0;
		width: auto;
		min-width: 320px;
	}
	#googleMap {
		width: 87% !important;
		height: 322px !important;
		border-left: 20px solid #ffffff;
		top: inherit;
	}
	.view-property-wrapper {
		width: 48%;
		padding: 0;
	}
	#view-contact-right {
		width: 48%;
		float: right;
	}
	#view-contact-right label {
		display: block;
	}
	#view-contact-right .wpcf7-form-control-wrap {
		position: relative;
		width: 100%;
		display: -webkit-flex;
	}
	#view-contact-right input, #view-contact-right textarea {
		width: 100% !important;
		-webkit-flex: 1;
	}
	#view-contact-right input {
		margin: -6px 0;
		height: 43px;
	}
	#view-contact-right .wpcf7-captchar {
		margin: 0;
	}
	#view-contact-right .wpcf7-submit {
		margin-top: 10px !important;
	}
	.owners-image span {
		width: 127px;
	}
	.small {
		display: none;
		visibility: hidden;
	}
	.view-property-details {
		font-size: 1.3em;
		font-weight: 800;
		margin-bottom: 0.2em;
		margin-top: 0.2em;
		text-decoration: none;
		width: 100%;
		display: block;
	}
	.view-property-details h1 {
		display: block;
		clear: both;
		padding-top: 0.5em;
	}
	.resort-address {
		padding-bottom: 20px;
	}
/*
	.sub-menu [href="#"]::after {
		display: none;
	}
*/
	#other-locations-left, #other-locations-right {
		margin: auto;
	}
	#view-contact-left {
		min-width: auto;
		width: auto;
	}
	.grid, .grid-right {
		float: left;
	}
	.single-resort .address {
		clear: both;
	}
	#content, #content-search {
		width: auto;
	}
}
@media (max-width: 1024px) {
	.view-property-wrapper {
		width: 100%;
		float: none;
	}
	#view-contact-right {
		width: 100%;
		float: none;
	}
	#view-contact-right .column02_top {
		display: block !important;
		width: 100%;
		padding: 20px 0 !important;
	}
	.view-property-left {
		display: block;
		width: 100%;
		margin-left: -10px;
	}
	.view-property-left, .view-images .thumbs {
		text-align: center;
	}
	.view-images, .view-images .thumbs {
		width: 320px;
	}
	.view-images a, .view-images .thumbs span {
		text-align: left;
	}
	.view-images {
		margin: 0;
		position: relative;
		left: 50%;
		margin-left: -152px;
	}
	#googleMap {
		clear: both;
		width: 90% !important;
		margin: auto;
		top: inherit;
	}
	
}
@media (min-width: 768px) and (max-width: 1024px) {
	#widgets .widget-wrapper {
		width: 43%;
		float: left;
	}
	.developer #widgets {
		width: 45%;
	}
	.developer #widgets .widget-wrapper {
		width: auto;
	}
	.single-resort .widget_text {
		margin-left: 20px;
	}
	.page-id-36787 #tr_widget-13 {
		float: left !important
	}
	#text-7, #text-8, #text-12, #text-14, #text-17, #text-20, .page-id-36787 #tp_widget-15, #tr_widget-8, #tr_widget-9, #tr_widget-10, #tr_widget-11, #tr_widget-13, #tr_widget-14, #tr_widget-15, #wpj_widget-2, #recent-posts-6, #tp_widget-12, #wpm_widget-3, #wpm_widget-4, #wpm_widget-5, #wpm_widget-6, #wpm_widget-7 {
		float: right !important;
	}
	.widget_tp_widget, .widget_tr_widget, .widget_wpq_widget, .widget_wpi_widget, .widget_wpj_widget {
		background-size: 100% 140px;
	}
	.su-column-size-2-2 {
		width: 48%;
	}
	#grey-footer img {
		max-height: 40px;
		max-width: 60px;
	}
}
@media (min-width: 801px) and (max-width: 1024px) {
	#widgets .widget-wrapper {
		width: 44.4%;
		float: left;
	}
	.page-id-36787 #tr_widget-13 {
		float: left !important
	}
	#text-7, #text-8, #text-12, #text-14, #text-17, #text-20, .page-id-36787 #tp_widget-15, #tr_widget-8, #tr_widget-9, #tr_widget-10, #tr_widget-11, #tr_widget-13, #tr_widget-14, #tr_widget-15, #wpj_widget-2, #recent-posts-6, #tp_widget-12, #wpm_widget-3, #wpm_widget-4, #wpm_widget-5, #wpm_widget-6, #wpm_widget-7 {
		float: right !important;
	}
	.widget_tp_widget, .widget_tr_widget, .widget_wpi_widget, .widget_wpj_widget {
		background-size: 100% 140px;
	}
	.su-column-size-2-2 {
		width: 48%;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
	#footer_widget {
		width: 100%;
	}
	.grid, .grid-right {
		float: left;
	}
	/* BOF: Banner */
	/* EOF: Banner */
	/* BOF: Display the mobile menu also for tablets https://cyberchimps.com/guide/display-the-mobile-menu-also-for-tablets/ */
/*
	.main-nav {
		position: relative;
		height: 30px;
		clear: both;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
		margin: 0 auto;
	}
	.main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}
	.main-nav .menu ul {
		margin-top: 1px;
	}
	.main-nav .menu li {
		float: none;
		background-color: #fff;
		border: none;
	}
	.main-nav .menu li a {
		color: #444;
		font-size: 13px;
		font-weight: 400;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
	}
	.main-nav .menu li.current_page_item, .menu .current_page_item a, .menu .current-menu-item a {
		background-color: #f5f5f5;
	}
	.main-nav .menu li li:hover {
		background: none!important;
	}
	.main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}
	.main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}
	.main-nav .menu li a:hover, .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5!important;
	}
	.main-nav .menu li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
	}
	.main-nav .menu li li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
	}
	.main-nav .menu li li li a::after {
		position: absolute;
		top: 0;
		left: 30px;
	}
	.main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #fff;
	}
*/
}

#homeblogposts .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
	background-color: #ff9900 !important;
}

#homeblogposts .vc_gitem_row .vc_gitem-col{
	min-height: 400px;
}

.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption{
	background: none !important;
	background-color: none !important;
}

#testimonialslider .flex-caption{
	margin: 2em 6em !important;
}

#testimonialslider .flexslider{
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0 !important;
	border: 0 !important;
	height: 300px;
}

.homebuttons a{
	font-size: 1.5em !important;
	padding-top: 35px !important;
	padding-bottom: 35px !important; 
}

.whitetext, .whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p {
	color: #fff !important;
}
.entry-title{
	display: none;
}
#blogtitle{
	display: inline-block !important;
}
/* EOF: Display the mobile menu also for tablets*/


/* Responsive Adjustments */

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/

@media (max-width: 767px) {
	.footer-widget-wrapper{
		width: 96%;
	}
    .m-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }
    .m-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }
    .m-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }
    .m-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }
    .m-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }
    .m-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
    #intellisearch input[type=text]{
	    width: 300px;
    }
    .wpb_text_column{
	    padding: 0 20px;
    }
    .vc_custom_1495751146568{
	    padding-right: 50px!important;
	    padding-left: 50px!important;
    }
    .vc_custom_1495751146568 span{
	    font-size: 0.8em;
	    line-height: 0.8em;
    }
    
    /* JIM CHANGE */
        /*    #grey-footer ul{
        margin-left: -320px !important;
        }*/
    /* JIM CHANGE */

    #grey-footer img{
	    max-height: 30px;
	    max-width: 50px;
    }
    .footer-widget-wrapper{
	    text-align: center;
    }
    .footer-widget-wrapper ul{
	    list-style: none;
    }
}
/* Portrait tablet to landscape */

@media (min-width: 768px) and (max-width: 1029px) {
	.footer-widget-wrapper{
		width: 29%;
	}
    .t-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }
    .t-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }
    .t-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }
    .t-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }
    .t-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }
    .t-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
    .t-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }
    .t-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }
    .t-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }
    .t-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }
}
/* Landscape to small desktop */

@media (min-width: 1030px) {
	.d-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }
    .d-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }
    .d-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }
    .d-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }
    .d-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }
    .d-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
    .d-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }
    .d-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }
    .d-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }
    .d-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }
    .d-1of6 {
        float: left;
        padding-right: 0.75em;
        width: 16.6666666667%;
    }
    .d-1of7 {
        float: left;
        padding-right: 0.75em;
        width: 14.2857142857%;
    }
    .d-2of7 {
        float: left;
        padding-right: 0.75em;
        width: 28.5714286%;
    }
    .d-3of7 {
        float: left;
        padding-right: 0.75em;
        width: 42.8571429%;
    }
    .d-4of7 {
        float: left;
        padding-right: 0.75em;
        width: 57.1428572%;
    }
    .d-5of7 {
        float: left;
        padding-right: 0.75em;
        width: 71.4285715%;
    }
    .d-6of7 {
        float: left;
        padding-right: 0.75em;
        width: 85.7142857%;
    }
    .d-1of8 {
        float: left;
        padding-right: 0.75em;
        width: 12.5%;
    }
    .d-1of9 {
        float: left;
        padding-right: 0.75em;
        width: 11.1111111111%;
    }
    .d-1of10 {
        float: left;
        padding-right: 0.75em;
        width: 10%;
    }
    .d-1of11 {
        float: left;
        padding-right: 0.75em;
        width: 9.09090909091%;
    }
    .d-1of12 {
        float: left;
        padding-right: 0.75em;
        width: 8.33%;
    }
}

@media (max-width: 450px) {
	#intellisearch input[type=text]{
		max-width: 260px;
		font-size: 0.8em;
	}
}

/* RESORT IMAGE STYLINGS */

#resortImagesContainer, #resortImageThumbsContainer{
	clear: both;
	padding: 0px;
	margin: 0px;
}

#resortImagesContainer img{
	height: auto;
}

#resortMain{
	text-align: center;
}
#resortMain img{
	height: 400px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.resortImageCol {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.resortImageCol:first-child {
	margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */
}

/***********************************************  GRID OF FOUR **/  
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.resortImageCol {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	#resortMain {display: none}
	#content-search{
		max-width: 100%;
		padding: 0 1em;
		overflow-x: auto;
	}
	#content-search .contact-form{
		display: inline-block;
		max-width: 90%;
	}
	.sort-order{
		display: inline-block;
		float: left;
		clear: all;
	}
	#content-search p{
		max-width: 80%;
	}
}

/***********************************************   **/
@media only screen and (max-width: 1024px) {
	.single-resort .container {
		width: 100% !important;
		margin: 0;
	}
	#content-blog{
		width: 96%;
		padding: 0 2%;
	}
}

/***********************************************   **/
@media only screen and (min-width: 1025px) {
	.single-resort .container {
		width: 660px;
	}
}

.pageDivider{
	margin: 25px 5%;
	width: 90%;
	height: 2px;
	background-color: #C8C8C8;
}


/* Style the tab */
div.client_tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.client_tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 25%;
}

/* Change background color of buttons on hover */
div.client_tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.client_tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.client_tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.author vcard .posted-on {
  display: none;
}



