﻿/*IMAGE, VIDEO & AUDIO*/
.caption, .media 
{ 
	clear:both;
	width:236px; 
	float:right; 
	padding:0; 
	margin:0 0 12px 15px; 
	border:none; 
	position:relative; 
}
.caption strong, .media strong 
{ 
	font-size:1.4em; 
	color:#FFF; 
	padding:6px 10px; 
	margin:0; 
	width:230px; 
	float:left; 
}
.caption.large
{ 
	clear:both;
	width:536px;
	float:none;
	margin:0 0 12px 0;
}
.caption.large strong
{ 
	width:536px;
}
/*.caption img, .media img 
{ 
	margin:0; 
	padding:0; 
	float:left; 
}*/
	
/*QUOTE*/
.quote 
{ 
	clear:both;
	width:236px; 
	float:right; 
	margin:0 0 8px 16px;
}
.quote blockquote 
{ 
	color: #ACC0D6;
	font-size:16pt; 
	line-height:1em; 
	padding-bottom:9px; 
}
.quote blockquote p 
{ 
	color: #717074;
	font-size: 9pt;
	padding: 10px 0 6px 0;
	margin: 0;
}
.quote blockquote a
{
	color: #717074;
	font-size: 9pt;
	font-weight: bold;	
	padding: 0;
	margin: 0;
} 
.quote blockquote a:hover
{
	color: #ACC0D6;
} 

/*IMAGE AND TEXT*/
.image-text 
{ 
	clear:both; 
	padding:15px 0 20px 0; 
	margin:0; 
	width:536px; 
}
.image-text img 
{ 
	float: right;
	padding: 0 0 5px 15px; 
}

.image-text h2
{
	color: #7FCEEE !important;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.image-text p
{
	padding: 0 0 15px 0;
	margin: 0;	
}

.image-text a
{
	color: #7FCEEE;	
	text-decoration: underline;
}

.image-text a:hover
{
	color: #717074;
}
/* GALLERY */
#image_wrap {
	width: 536px;
	height: 322px;
	margin: 0 0 10px 0;
}
#property-gallery-wrap
{
		width: 536px;
}
.scrollable-wrap
{
		position:relative;
		width: 536px;
		height: 90px;
}
/* BUTTONS */
.book-button
{
	padding:8px 0;
	width:100%;
}
.book-button a
{
	float:right;
}

/*REVIEW */
.review
{ 
	clear:both; 
	padding:15px 0 20px 0; 
	margin:0; 
	width:536px; 
}
.review blockquote 
{ 
	color: #ACC0D6;
	font-size:16pt; 
	line-height:1em; 
	padding:0 0 15px 0; 
	margin: 0;
	width: 300px;
}
.review img 
{ 
	float: right;
	padding: 0 0 5px 15px; 
}

.review h2
{
	color: #7FCEEE !important;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.review p
{
	padding: 0 0 10px 0;
	margin: 0;	
}

.review a
{
	color: #717074;
	text-decoration: none;
	font-weight: bold;
}

.review a:hover
{
	
	color: #7FCEEE;	
}
