h1 {
	color:#0396ca;
	font-weight:normal;
	font-size:30px;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
}
h2 {
	color:#0396ca;
	font-size:20px;	
	font-weight:normal;
	margin: 20px 0 10px 0;
	line-height:1.5em;
}
h3 {
	color:#333;
	font-size:1em;
	font-weight:bold;
	margin: 1em 0 0.5em 0;
}
/* h4 {
	
} */
p, li, td {
	font-size:14px;
	line-height:1.7em;
	color:#434343;
}
#content p {
  margin: 1em 0;
  }
#content li {
	margin-bottom: 4px;
}
#content ul, #content ol {
	margin: 1em 0 1em 2em;
}
#content a {
	color:#0396ca;
}
#content a:hover {
	color:#264784;	
}
#content a.button {
	background: transparent url('../images/g-button.gif') repeat-x;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	padding: 0 7px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	border-top:1px solid #6dc8e7;
	border-right:1px solid #0d91bf;
	border-bottom:1px solid #007aa5;
	border-left: 1px solid #39b4df;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#content a.button:hover {
	background-position: right bottom;
}

#content a.button-large-feature {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background: #089BCF url('../images/i-palm-2.png') 50% 0% no-repeat;
	color:#fff;
  text-align: center;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	padding: 1.5em;
	font-size: 22px;
	font-weight:bold;
	line-height: 1em;
	border-top:1px solid #6dc8e7;
	border-right:1px solid #0d91bf;
	border-bottom:1px solid #007aa5;
	border-left: 1px solid #39b4df;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;  
  width: 48%;
  margin-right: 1.5%;
  margin-bottom: 2%;
  
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;  
}
#content a.button-large-feature:hover {
	background-color: #EE9D21;
  border-width: 1px;
  border-style: solid;
  border-color: #F1C250 #D58A1D #BE6D1D #EFB537;
}


blockquote {
	background:#eee;
	padding: 10px;
	margin: 1em 0;
}
blockquote p {
	margin: 0;
}

hr {
	height:1px;
	background:#ccc;
	color:#ccc;
	margin: 1em 0;
}

#content table {
	border-collapse:collapse;
    margin: 1em 0;
}
#content table td, #content table th {
	font-size:14px;
	background:#eee;
	border:1px solid #ccc;
	padding:5px;
}
  #content table th {
		text-align:left;
  }
  #content table.table-invisible {
    margin: 0;
    }
  #content table.table-invisible td, #content table.table-invisible th {
    background:transparent;
    border: 0;
    padding: 0;
    }
#content table p, #content table li {
	font-size:14px;
}
img.right {
	margin: 0 0 20px 30px;
}
img.left {
	margin: 0 30px 20px 0;
}
.txt-right {
  text-align:right;
  }
.txt-center {
  text-align:center;
  }
 .txt-left {
  text-align:left;
  }
#content img.noborder {
  border:0;
  }


/* Forms */

.form-row {
	padding: 8px 0;
}
label, .field {
	font-size:14px;
	color:#333;
}
input, select, textarea {
	border: 1px solid #ababab;
	font-size: 14px;
	padding: 5px;
	background: #e5e5e5; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #e5e5e5, #ffffff); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#ffffff'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#ffffff')"; /* IE8 */
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
	input:focus {
	background: #fff; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e5e5e5'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e5e5e5')"; /* IE8 */
	}
	input.radio, input.radio:focus {
		background:none;
		filter: none;
		-ms-filter:none;
		border:0;
		padding:0;
	}
input.medium {
	width: 200px;
}

.submit, #content .submit {
	background: #49aa3e; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#49aa3e), to(#197a0e)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #49aa3e, #197a0e); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49aa3e', endColorstr='#197a0e'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49aa3e', endColorstr='#197a0e')"; /* IE8 */

	color:#fff;
	text-decoration:none;
	padding: 4px 10px;
	font-weight:bold;
	cursor:pointer;
	border-top: 1px solid #79c071;
	border-right: 1px solid #2d6a25;
	border-bottom: 1px solid #115209;
	border-left: 1px solid #70b268;
}
.submit:hover, .submit:focus, #content .submit:hover, #content .submit:focus {
	background: #58bf4c; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#58bf4c), to(#1f8613)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #58bf4c, #1f8613); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#58bf4c', endColorstr='#1f8613'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#58bf4c', endColorstr='#1f8613')"; /* IE8 */
}
#content .validation-advice {
	font-size:12px;
	background:#790000;
	padding: 2px 5px;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	margin: 0 2px;
}
.note, .captcha-instructions {
	font-size:12px;
	color:#666;
}
#review-box-mobile{
	display: none;
}
/* Columns */
.column-right {
	float:right;
	margin: 0 0 0 60px;
	width:375px;
	}
.column-left {
	margin: 0 435px 0 0;
	}
	
/* Messages */
.messages { 
	background:#184e70;
	padding: 5px 10px;
	margin: 1em 0;
}
	#content .messages ul {
		list-style-type:none;
		margin:0;
	}
	#content .messages ul li {
		color:#fff;
	}
	
#content p.big-text, #content .big-text p {
	font-size:18px;
	color:#787878;
	margin: 1em 0;
}

div.grey-box {
	background:#ededed;
	border: 1px solid #d0d0d0;
	display:inline-block;
	vertical-align:top;
	width:463px;
	padding:10px 10px 0 10px;
	margin: 0 15px 0 0;
}
	div.grey-box h2 {
		background: #3d3d3d; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#323232)); 
		background-image: -moz-linear-gradient(top, #4b4b4b, #323232); 
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4b4b4b', endColorstr='#323232'); 
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4b4b4b', endColorstr='#323232')"; 
		color:#fff;
		padding:6px 10px;
		font-size:14px;
		font-weight:bold;
		margin: -10px -10px 0 -10px;
	}
	
	
/* Property listing thumbnail
.property-wrap {
} */

.property-wrap:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}
.product-thumbnail {
	border:1px solid #d0d0d0;
	padding:6px;
	float:left;
	margin: 0 15px 15px 0;
	position:relative;
	background:#fff;
	width:306px;
}
.product-thumbnail-noimg
{
  background-image: url('../images/i-palm-2.png');
}
	.product-thumbnail:hover {
		border-color:#00a4d9;
		-webkit-box-shadow: 0px 0px 3px 0px #666666;
		box-shadow: 0px 0px 3px 0px #666666; 
		
		transition: border-color linear 0.2s, box-shadow linear 0.2s;
		-moz-transition: border-color linear 0.2s, box-shadow linear 0.2s;
		-webkit-transition: border-color linear 0.2s, -webkit-box-shadow linear 0.2s;

	}
	#content .product-thumbnail a {
		display:block;
		position:relative;
		top:0;
		bottom:0;
		right:0;
		left:0;
		overflow:hidden;
		text-decoration:none;
		color:#ccc;
	}
	.product-thumbnail .property-thumbnail {
		position:relative;
		z-index:1;
		width:306px;
		height:198px;
	}
	.product-thumbnail .product-img-placeholder {
	  display: inline-block;
	  width: 306px;
	  height: 35px;
	}
	.product-sleeps {
		background: #414141; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#3d3d3d)); /* WebKit */
		background-image: -moz-linear-gradient(top, #4c4c4c, #3d3d3d); /* Gecko */
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c4c4c', endColorstr='#3d3d3d'); /* IE6 & IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c4c4c', endColorstr='#3d3d3d')"; /* IE8 */
		border-left: 1px solid #5a5a5a;
		border-right: 1px solid #303030;
		border-bottom:1px solid #222;
		border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
		position:absolute;
		z-index:2;
		right:5px;
		top:0;
		display:inline-block;
		color:#fff;
		font-size:10px;
		text-transform:uppercase;
		padding:0 5px;
		font-weight:bold;
		-webkit-box-shadow: 0px 0px 2px 0px #000000;
		box-shadow: 0px 0px 2px 0px #000000;
	}
	.product-price {
		background: #414141; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#3d3d3d)); /* WebKit */
		background-image: -moz-linear-gradient(top, #4c4c4c, #3d3d3d); /* Gecko */
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c4c4c', endColorstr='#3d3d3d'); /* IE6 & IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c4c4c', endColorstr='#3d3d3d')"; /* IE8 */
		border-left: 1px solid #616161;
		border-top: 1px solid #797979;
		border-right: 1px solid #393939;
		border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		position:absolute;
		z-index:5;
		right:5px;
		top:144px;
		display:inline-block;
		-webkit-box-shadow: 0px 0px 2px 0px #000000;
		box-shadow: 0px 0px 2px 0px #000000;
		font-size:11px;
		line-height:16px;
		color:#939393;
		text-align:center;
		padding: 1px 7px 4px 7px;
	}
		.product-price-from {
			display:block;
		}
		.product-price-value {
			font-size:18px;
			color:#00a4d9;
			font-weight:bold;
			display:block;
			position:relative;
		}
			.product-price-special {
				color:#bf46f7;
				padding-left:3px;
			}
			.product-price-crossout {
				background: transparent url('../images/i-crossout.png');
				width:47px;
				height:16px;
				display:block;
				position:absolute;
				left:-2px;
				top:1px;
			}
		.product-price-desc {
			color:#fff;
			display:block;
		}
	.product-caption {
		position:absolute;
		z-index:3;
		left:0;
		right:0;
		/*top:133px; */
		bottom:0;
		top:auto !important;
		background: transparent url('../images/i-white-gradient.png') repeat-x left bottom;	
		min-height:32px;
		padding: 32px 10px 2px 10px;
	}
	.product-thumbnail-noimg .product-caption {
	  top: 0px;
	  padding-top: 0;
	  background: transparent;	
	}
		.product-title {
			color:#3d3d3d;
			font-size:12px;
			display:block;
			background: transparent url('../images/g-arrow-blue.gif') no-repeat left 5px;
			padding: 0 0 0 8px;
			font-weight:bold;
			line-height:14px;
		}
		.product-thumbnail-noimg .product-title {
		  font-size: 15px;
		}
		.product-description {
			color:#BF46F7;
			text-transform:uppercase;
			font-weight:bold;
			font-size:12px;
			display:block;
			padding: 0 0 0 8px;
			line-height:14px;
		}
		.product-caption-inner {
			display:inline-block;
			vertical-align:middle;
			width:98%;
		}
		.product-caption-nudge {
			display:inline-block;
			vertical-align:middle;
			height:32px;
			width:1px;
		}
		.product-description-2 {
			display:block;
			padding:10px;
			font-size:12px;
			height:120px;
			overflow:hidden;
			position:relative;
			z-index:6;	
			background:#3d3d3d;			
			background-image: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#1e1e1e)); /* WebKit */
			background-image: -moz-linear-gradient(top, #3d3d3d, #1e1e1e); /* Gecko */
			filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3d3d3d', endColorstr='#1e1e1e'); /* IE6 & IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3d3d3d', endColorstr='#1e1e1e')"; /* IE8 */
		}
		.product-description-fade {
			position:absolute;
			z-index:7;
			left:0;
			right:0;
			bottom:0;
			height:69px;
			background: transparent url('../images/i-description-fade.png') repeat-x left bottom;
		}
		.search-results-image {
			position:relative;
			display:block;
		}
/* Property Listing*/
.property-content {
	margin-right: 435px;
}
.features {
	margin: 15px -2px 0 0;
}
.feature {
	background:#fff;
	border:1px solid #c2c2c2;
	padding: 5px 10px 5px 53px;
	font-size:12px;
	color:#6e6e6e;
	float:left;
	width:121px;
	margin: 0 2px 2px 0;
	height:38px;
	overflow:hidden;
	line-height:14px;
}
	.feature-nudge {
		height:38px;
		width:1px;
		vertical-align:middle;
		display:inline-block;
	}
	.feature-text {
		vertical-align:middle;
		display:inline-block;
	}
	.feature-guests {
		background:#fff url('../images/i-icon-guests.png') no-repeat;
	}
	.feature-bedding {
		background:#fff url('../images/i-icon-bedding.png') no-repeat;
	}
	.feature-bedrooms {
		background:#fff url('../images/i-icon-bedrooms.png') no-repeat;
	}
	.feature-parking {
		background:#fff url('../images/i-icon-parking.png') no-repeat;
	}
	.feature-bathrooms {
		background:#fff url('../images/i-icon-bathrooms.png') no-repeat;
	}
	.feature-map {
		background:#fff url('../images/i-icon-map.png') no-repeat;
	}
	.feature-facilities {
		background:#fff url('../images/i-icon-pool.png') no-repeat;
	}
	
  .feature-floorplan {
    width: 309px;
    position: relative;
    text-align: center;
  }

  .feature-floorplan .feature-text {
    display: block;
    margin-top: 3px;
  }

  .feature-floorplan:before {
    content: ' ';
    display: block;
    background-color: #5C5C5C;  /* fallback */
    background-image: url('../images/i-icon-floorplan.svg'); /* fallback */
    background: url('../images/i-icon-floorplan.svg') 0 0 / 30px 30px, linear-gradient(#5C5C5C, #313131);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
  }
	
  #content .feature-floorplan .button-grey {
    text-align: left;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 9px 30px 7px 20px;
  }

  #content .feature-floorplan .button-grey, #content .feature-floorplan .button-grey:hover {
    background-image: url('../images/right-chevron.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 13px;
  }

#content .button-book {
	background: #ee9d21; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#edb01e), to(#f08b24)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #edb01e, #f08b24); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#edb01e', endColorstr='#f08b24'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#edb01e', endColorstr='#f08b24')"; /* IE8 */
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	display:block;
	border-top:1px solid #f1c250;
	border-right:1px solid #d58a1d;
	border-bottom:1px solid #be6d1d;
	border-left:1px solid #efb537;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	padding:12px 10px;
}
	#content .button-book:hover {
		color:#fff;
		background: #f5a730; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f2c239), to(#f4a441)); /* WebKit */
		background-image: -moz-linear-gradient(top, #f2c239, #f4a441); /* Gecko */
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2c239', endColorstr='#f4a441'); /* IE6 & IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2c239', endColorstr='#f4a441')"; /* IE8 */
	}
	#content .column-right .button-book {
		text-align:center;
	}
	#content .button-book .arrow {
		background: transparent url('../images/g-arrow-white.gif') no-repeat;
		margin-top:6px;
		vertical-align:top;
	}
.box {
	border:1px solid #ccc;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:7px;
	background:#fff;
	margin: 12px 0;
}
	.box h3 {
		background: #3d3d3d; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#323232)); 
		background-image: -moz-linear-gradient(top, #4b4b4b, #323232); 
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4b4b4b', endColorstr='#323232'); 
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4b4b4b', endColorstr='#323232')"; 
		color:#fff;
		padding:6px 10px;
		font-size:14px;
		font-weight:bold;
		margin: -7px -7px 0 -7px;
		border-radius:2px 2px 0 0;
	}
	.box.review-box h3 {
		margin-bottom:10px;
	}
#map {
	padding:0;
	overflow:hidden;
	height: 475px;
}
	#map p {
		padding: 7px;
	}

#content p.property-address {
	margin: -20px 0 0 0;
	font-style:italic;
	color:#6e6e6e;
}
#property-facebook {
	margin: 10px 0;
}

/* Rates Tables */
#content table.rates-table {
	border-collapse:collapse;
	width:97%;
	margin:10px 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
	#content table.rates-table td  {
		background:#fff;
		border:1px solid #adadad;
		padding: 4px 6px;
	}
	#content table.rates-table th {
		text-transform:uppercase;
		font-weight:normal;
		padding: 6px 6px;
		color:#000;
		background: #bababa; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#a2a2a2)); 
		background-image: -moz-linear-gradient(top, #d2d2d2, #a2a2a2); 
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d2d2d2', endColorstr='#a2a2a2'); 
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d2d2d2', endColorstr='#a2a2a2')"; 
	}
	#content table.rates-table-discounted td {
		border:1px solid #0396ca;
	}
		#content table.rates-table-discounted th {
			background: #0897cc; 
			border:1px solid #0396ca;
			color:#fff;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#12aed9), to(#077ebb)); 
			background-image: -moz-linear-gradient(top, #12aed9, #077ebb); 
			filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#12aed9', endColorstr='#077ebb'); 
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#12aed9', endColorstr='#077ebb')"; 
		}
	#content table.rates-table-summer th {
		background: #f8da55; 
		color:#fff;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fae572), to(#f5ce33)); 
		background-image: -moz-linear-gradient(top, #fae572, #f5ce33); 
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fae572', endColorstr='#f5ce33'); 
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fae572', endColorstr='#f5ce33')"; 
	}

#content p.txt-sml {
	font-size:11px;
	margin: 5px 0;
}
	#content p.txt-sml a {
		color:#949494;
		text-decoration:none;
	}
	
#content .button-grey {
	background: #c2c2c2; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#acacac)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #d8d8d8, #acacac); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d8d8d8', endColorstr='#acacac'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d8d8d8', endColorstr='#acacac')"; /* IE8 */
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	display:block;
	border-top:1px solid #e7e7e7;
	border-right:1px solid #bbb;
	border-bottom:1px solid #888;
	border-left:1px solid #cecece;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#3a3a3a;
	font-size:14px;
	padding:12px 10px;	
	margin: 5px 0;
}
	#content .button-grey:hover {
		color:#3a3a3a;
		background: #d1d1d1; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#bfbfbf)); /* WebKit */
		background-image: -moz-linear-gradient(top, #e2e2e2, #bfbfbf); /* Gecko */
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e2e2e2', endColorstr='#bfbfbf'); /* IE6 & IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e2e2e2', endColorstr='#bfbfbf')"; /* IE8 */
	}
	#content .button-grey .arrow {
		background: transparent url('../images/g-arrow-grey.gif') no-repeat;
		margin-top:6px;
		vertical-align:top;
	}
	
#content ul.column-list:after {   
  content: ".";
  height: 1px;
  display: block;
  clear: left;
  visibility: hidden;
 }
	#content ul.column-list li {
		float:left;
		width:45%;
		margin: 0 3% 0 0;
	}
	
	.form-subform-add-button
{
  cursor: pointer;
}
.delete-subform-row 
{
  font-size: 11px;
  cursor: pointer;
  float: right;
}

#content table.summer-specials td, #content table.summer-specials th
{
  border: 0;
  border-bottom: 1px solid #adadad;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#content table.summer-specials a
{
  color: #000;
}


/* Similar Properties */
.similar-properties-sidebar > div {
  margin-top: 15px;
  /*margin-left: 19px;*/
}

.similar-properties-sidebar {
  padding: 0;
  /*border: none;*/
}
#similar-properties-sidebar-mobile{
	display:none;
}
.similar-properties-sidebar h3 {
  margin: 0;
}

.similar-properties-sidebar .product-thumbnail:hover {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.similar-properties-sidebar .product-thumbnail {
  border: none;
  padding:6px;
  float:left;
  margin: 0 0 15px 0;
  position:relative;
  background:#fff;
  width:361px;
}

.similar-properties-sidebar .product-thumbnail img {
  width: 361px; 
  height: 214px; 
}

/* Call to actions */
.cta {
	width: 226px;
	display:inline-block;
	vertical-align:top;
	margin: 0 10px 10px 0;
	border:1px solid #d0d0d0;
	padding:6px;
	position:relative;
	background:#fff;
}
	.cta:hover {
		border-color:#00a4d9;
		-webkit-box-shadow: 0px 0px 3px 0px #666666;
		box-shadow: 0px 0px 3px 0px #666666; 
		transition: border-color linear 0.2s, box-shadow linear 0.2s;
		-moz-transition: border-color linear 0.2s, box-shadow linear 0.2s;
		-webkit-transition: border-color linear 0.2s, -webkit-box-shadow linear 0.2s;
	}
	.cta .media-thumbnail {
		display:block;
	}
	.cta .media-thumbnail img {
		padding:0;
	}
	.cta .cta-title {
		display:block;
		padding:6px;
		font-size:12px;
		background:#3d3d3d;			
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#1e1e1e)); /* WebKit */
		background-image: -moz-linear-gradient(top, #3d3d3d, #1e1e1e); /* Gecko */
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3d3d3d', endColorstr='#1e1e1e'); /* IE6 & IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3d3d3d', endColorstr='#1e1e1e')"; /* IE8 */
	}
	#content .cta a {
		color:#fff;
		text-decoration:none;
	}

h1.news-post-heading
{
	margin-bottom: 0.3em;
}

#content div.news-right-column
{
  width: 220px;
}

#content div.news-right-column h3
{
  color: #000;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.4em;
  
  margin: 1.3em 0 0.6em 0;
  border-bottom: 1px solid #d0d0d0;
}

#content div.news-right-column h3:first-child
{
  margin-top: 0;
}

#content div.news-right-column ul
{
  margin :0;
  padding :0;
  list-style-type: none;
}

#content div.news-right-column ul li a {
	text-decoration: none;
}
	#content div.news-right-column ul li ul {
		margin: 3px 0 7px 10px;
	}

#content div.news-right-column div.archive-list ul li a {
	font-weight:bold;
	color:#666;
	text-decoration: none;
}
	#content div.news-right-column div.archive-list ul li ul {
		margin: 3px 0 7px 10px;
	}
	#content div.news-right-column div.archive-list ul li ul li a {
		color:#0296ca;
		font-weight:normal;
	}


div.news-post
{
	position: relative;
	width: 730px;
}

div.news-posts-list div.news-post
{
	padding: 5px;
	background: rgba(255, 255, 255, 0.7);
}

div.news-posts-list div.news-post h3
{
  margin-top: 0;
}

div.news-post-header
{
	font-size: 13px;
	color: #333;
}

div.news-post-social
{
	position: absolute;
	right: 0;
	top: 0;
}

h2.cms-page-comments-heading
{
	border-top: 1px solid #d0d0d0;
	padding-top: 0.5em;
}

form#cms_page_comment_form img.captcha
{
	margin-bottom: 3px;
	border: 1px solid #afafaf;
	border-radius: 3px;
}

form#cms_page_comment_form input#verify_field
{
  width: 165px;
}



@media handheld,only screen and (max-width: 1000px) {

	h1 {
		line-height: 1.2em;
	}

	.cta {
		display: block;
		margin: auto;
	}

	.product-thumbnail {
		float: none;
		margin: auto;
		display: block;
	}

	div.grey-box h2 {
		margin: 0;
	}

	.column-right {
		float: none;
		margin: 0;
		width: auto;
	}
	.column-left {
		margin: 0;
	}

	#content ul {
		margin: 1em 0 1em 1em;
	}
	#content ul.column-list li {
		width: 40%;
		margin: 0 5% 0 0;
	}
	#review-box-desktop{
		display:none;
	}
	#similar-properties-sidebar-mobile{
		display:block;
	}
	#review-box-mobile{
		display:block;
	}
	#similar-properties-sidebar-desktop{
		display:none;
	}
  
  #content a.button-large-feature {
    width: 100%;
    margin: 10px 0px;
  }

	.feature {
		margin: 0;
		margin-right: 1%;
		width: 49%;
		height: 50px;
	}

	#map {
		margin: 1em auto;
		width: 90%;
		height: 200px;
	}

	.box h3 {
		margin: 0 0 12px 0;
		width: 100%;
	}

	.property-content {
		margin: 0;
	}

}

@media handheld, only screen and (min-width: 691px) and (max-width: 1000px) {

	#content-inner {
		width: 644px;
		margin: auto;
	}

	div.grey-box {
		width: 100%;
		margin: auto;
	}

	.product-thumbnail {
		float: left;
		margin: 15px;
		width: 292px;
	}

	.cta {
		float: left;
		width: 212px;
		margin: 1px;
	}

}

@media handheld, only screen and (min-width: 500px) and (max-width: 1000px) {

	/**/

}