/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearleft {
  clear: left;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clr { clear: both;}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

img{ max-width:100%; border:none;}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	
	font-family: 'helvetica';
	font-size:15px;
	font-weight:normal;
	color:#4e4e4e;
	margin:0px;
	padding:0px;
	margin-top: 60px;
	}


body.iframe {
	margin-top: 0px!important;
	background: #7876d8;
	color: #fff;
}

body.fullpage {
	margin-top: 70px!important;
	background: #7876d8;
	color: #fff;
}

body.editor {
	margin-top: 0px!important;
}

a {
	color: #2B3648;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.smalltext {
	font-size: 13px;
}

/* Wrapper
---------------------------------*/
.wrapper
{
	max-width:990px;
	margin:0 auto;
}

.wrapper.standard {
	color: white;
}

.headerwrapper
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}

.header {
	width:990px;
	height: 60px;
	margin:0 auto;
	position: relative;
	}
	
.logo {
	/*float:left;*/
	padding:0;
	position:absolute;
	bottom:-10px;
	left:26px;
	}
.logo #smalllogo {
	display: none;
	padding-bottom: 5px;
		
}

.logo a {
	display:block;
	margin:0px;
	}
	
.header_cont {
	/*float:right;*/
	width: 990px;
	position:relative;
	
	}
	
.navigation {
	clear:both;
	} 
	
.navigation ul {
	float: right;
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
.navigation li {
	background:url(../img/bullets.png) right 19px no-repeat;
	float:left;
	padding:12px 10px 0px 5px;
	}
	

.navigation li.no_bg {
	background:none !important;
	padding-right: 0;
	}
	
.navigation li a {
	display:block;
	font-family: 'misoregular';
	font-size:17px;
	color:#4e4e4e;
	text-decoration:none;
	text-transform:uppercase;
	}	
	
.navigation li a:hover {
	text-decoration:underline;
	color:#7876D8;
	}

.social_icon {
	float:right;
	padding:7px 0 0px;
	}
	
.social_icon ul {
	padding:0px;
	margin:0px;
	list-style:none;
	}

.social_icon li {
	float:left;
	margin:0 0 0 10px;
	}
	
.social_icon li a {
	display:block;
	
	}
	
.social_icon .icon1 {
	background:url(../img/sprite.png) left top no-repeat;
	width:17px;
	height:16px;
	}
.social_icon .icon1:hover {
	background:url(../img/sprite2.png) left top no-repeat;
	width:17px;
	height:16px;
	}
	
.social_icon .icon2 {
	background:url(../img/sprite.png) -17px 2px no-repeat;
	width:17px;
	height:16px;
	}
.social_icon .icon2:hover {
	background:url(../img/sprite2.png) -17px 2px no-repeat;
	width:17px;
	height:16px;
	}	
	
.social_icon .icon3 {
	background:url(../img/sprite.png) -34px 0 no-repeat;
	width:17px;
	height:14px;
	}
.social_icon .icon3:hover {
	background:url(../img/sprite2.png) -34px 0 no-repeat;
	width:17px;
	height:14px;
	}	
	
.social_icon .icon4 {
	background:url(../img/sprite.png) -51px 0 no-repeat;
	width:17px;
	height:14px;
	}
	
.social_icon .icon4:hover {
	background:url(../img/sprite2.png) -51px 0 no-repeat;
	width:17px;
	height:14px;
	}	
	
.banner {
	background:url(../img/banner_img10C.jpg) left bottom no-repeat;
	height:520px;
	clear:both;
	width:100%;
	position:relative;
	}

.banner.video {
	background: none;
	background-size: cover; 
	height:600px;
	clear:both;
	width:100%;
	position:relative;
	overflow: hidden;
	}

.banner.video #video_background {
	background:url(../img/banner_imgHOME.jpg) center bottom no-repeat;
    background-size: cover;
	position: absolute;
	top: 0;
    width: 100%;
    height: 100%;  
    z-index: -100;
}

video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;    
    width: auto;
    height: auto;
    z-index: -99;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../video/CHALETS_DIRECT_BACKGROUND.jpg) no-repeat;
    background-size: cover; 
}

video#bgvid2 { 
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;    
    width: auto;
    height: auto;
    z-index: -99;
    /*-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
}

.banner.mainsearch {
	background:url(../img/banner_img_tall4.jpg) right top no-repeat;
	height: 630px;
}

.banner.forsale {
	background:url(../img/banner_img_forsale2.jpg) left bottom no-repeat;
	height: auto;
}

.banner.advertise {
	background:url(../img/banner_img10E.jpg) left center no-repeat;
	height:325px;
	background-size: cover;
}

.banner_cont {
	width:555px;
	float:right;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	color:#fff;
	padding:65px 0 0;
	font-weight:normal;
	font-weight:900;
	}
	
.forsale-banner h1 {
	font-size:62px; 
	margin:0px;
	line-height:75px; 
	font-weight:900;
}
	
.banner_cont h3 {
	font-size:40px; 
	margin:0px;
	font-weight:900;
	}
		
.banner_cont h4 {
	font-size:62px; /*previously 62px*/
	margin:0px;
	line-height:75px;
	font-weight:900;
	text-transform:uppercase;
	}
	
.banner_cont p {
	line-height:22px; /*previously 25px*/
	padding-left:10px;
	font-weight:700; /*previously none*/
	}
/*added for home page styling */

#banner_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(6,17,38,0.65);
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#fff;
	padding:10px 0;
	font-weight:normal;
	font-weight:400;
	}

#banner_footer #description {
	float: left;
	width: 640px;
}

#banner_footer #quick_links {
	float: right;
	text-align: right;
	width: 325px;
	padding-top: 7px;
	font-weight:700;
}

#banner_footer #quick_links .main_btn a {
	width: 130px;
	margin: 0 0 5px 2px;
}

.homepage a {
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	color:#fff;
	margin:0px;
	font-weight:300;
	font-style:italic;
	text-align:center;
	
}
.homepage h2 {
	font-size:60px; 
	margin:0px;
	line-height:75px;
	font-weight:900;
	text-transform:uppercase;
}

/* The switch - the box around the slider */
.search_selector {
  position: relative;
  display: inline-block;
  width: 60px;
   height: 34px;
   vertical-align: middle;
}

/* Hide default HTML checkbox */
.search_selector input {display:none;}

/* The slider */
.search_switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   background-color: transparent;/*#9290df;*/
  border: 2px white solid;
  -webkit-transition: .4s;
  transition: .4s;
}

.search_switch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .search_switch {
   background-color: #f16743;
}

input:focus + .search_switch {
  box-shadow: 0 0 1px #f16743;
}

input:checked + .search_switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

#search_switch {
	margin-bottom: 8px;
}

#search_switch .choice {
	display: inline-block;
	width: 105px;
	font-family: "misolight";
	font-size: 21px;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
}

}
/*Form elements for search form styling*/

.searchformstyling select {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}

.searchformstyling input[type=checkbox] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}

.searchformstyling input[type=checkbox] + label {
	padding-left:30px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-image:url(../img/checkbox.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

.searchformstyling input[type=checkbox]:checked + label {
	background-image:url(../img/checkbox.png);
	background-position: 0 -15px;
}

/*Formk elements for contact form styling*/

.contactformstyling {
	width: 475px;
	margin: 0 auto;
}

.contactformstyling #group1 {
	display:inline;
}

.contactformstyling.thankyou {
	text-align: center;
	margin-top: 25px;
}

.contactformstyling strong {
	font-size: 15px;
	display: block;
	padding: 10px 0 5px;
}

.contactformstyling p {
	padding: 0;
	margin: 0;
}

.contactformstyling.thankyou p {
	padding: 10px 0 0;
}

.contactformstyling .footnote {
	color: #fff9b7;
	padding: 0 2px;
}

.contactformstyling #title {
	width: 55px;
	margin-right: 5px;
}

.contactformstyling #initial {
	width: 40px;
	margin-right: 5px;
	margin-left: 3px;
}

.contactformstyling #surname {
	width: 180px;
}

.contactformstyling #requestdetails.short {
	width: 453px;
	height: 50px;
	margin-bottom: 10px;
}

.contactformstyling #requestdetails.long {
	width: 453px;
	height: 75px;
	margin-bottom: 10px;
}

.contactformstyling .budgetrow {
	padding: 0;
}

.contactformstyling #budget {
	width: 100px;
	margin-right: 10px;
	margin-left: 5px;
}

.contactformstyling .formblockrow {
	display: block;
	height: 25px;
}

.contactformstyling .formblock label {
	display: inline-block;
	width: 125px;
}

.contactformstyling #email {
	width: 328px;
}

.contactformstyling .formblock select {
	width: 100px;
	margin-left: -4px;
	height: 20px;
}

.contactformstyling #phone {
	width: 224px;
}

.contactformstyling .formfootnote {
	float: right;
	margin: 5px 0;
}

.quicksearch {
	background:url(../img/form_bg.png) center top no-repeat;
	color:#fff;
	padding:35px 20px 0;
	float:left;
	position:relative;
	width: 280px;
	height: 390px;
	}
.quicksearch-new {
	background:url(../img/form_bg.png) center top no-repeat;
	color:#fff;
	padding:35px 20px 0;
	float:left;
	position:relative;
	width: 280px;
	height: 200px;
	}

.quicksearch-new a, .infoblock a {
	color: #fff9b7;
}


.quicksearch a, .infoblock a {
	color: #fff9b7;
}

	
.quicksearch a:hover, .infoblock a:hover {
	color: #fff9b7;
	text-decoration: underline;
}

.quicksearch h1, .quicksearch h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:23px;
	margin:5px 0 0;
	font-style:italic;
	font-weight:300;
	text-align:center;
	padding-bottom:10px;
	}

.mainsearch h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:30px;
	margin:0px;
	font-style:italic;
	font-weight:300;
	text-align:center;
	padding-bottom:26px;
	}

.select_box1 {
	background:none;
	border:0;
	width:278px;
	font-size:21px;
	text-transform:uppercase;
	margin-bottom:10px;
	}

#quickSearch2 {
	display: none;
}

#quickSearch .dd .ddTitle, #quickSearch1 .dd .ddTitle, #quickSearch2 .dd .ddTitle {
	height: 29px;
	padding:7px 3px 0;
	text-indent:2px;
}

#quickSearch .dd .ddTitle span.arrow, #quickSearch1 .dd .ddTitle span.arrow, #quickSearch2 .dd .ddTitle span.arrow {
	background:url(../img/sprite.png) no-repeat -138px -20px !important; float:right; display:inline-block;width:11px; height:6px; cursor:pointer; margin:9px;
}

#quickSearch .calendar, #quickSearch1 .calendar {
	width:280px;
	height:37px;
	margin:0 0 15px;
	position:relative;
	vertical-align: top;
	}
	
#quickSearch .ui-datepicker-trigger, #quickSearch1 .ui-datepicker-trigger {
	position:absolute;
	right:152px;
	top:10px;
	}
	
.input_txt1 {
	background:none;
	border:2px solid #fff;
	padding:5px 3px 2px;
	text-indent:2px;
	width:268px;
	height:29px;
	font-family: 'misolight';
	font-size:21px;
	color:#fff;
	text-transform:uppercase;
	}

#quickSearch1 .input_txt1 {
	width: 125px;
	float: left;
}

.select_box2 {
	background:none;
	border:0;
	width:178px;
	font-size:21px;
	text-transform:uppercase;
	margin-bottom:30px;
	}

#quickSearch .select_box2, #quickSearch1 .select_box2 {
	width: 135px;
	margin: 0 0 0 8px;
	display:inline-block;
}

.srch_btn, .action_btn {
	background:#f16743;
	display:block;	
	font-family: 'misobold';
	font-size:21px;
	text-align:center;
	padding:8px 0;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;
	border: none;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
    border-radius: 0;
	}
	
.srch_btn:hover, .action_btn:hover {
	color:#fff !important;
	background:#db3c13;
	text-decoration:none;
	}

.animated_bar {
	display: none;
	font-family: 'misobold';
	font-size:21px;
	text-align:center;
	padding:8px 0;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;
	border: none;
	width: 100%;
    background-color:#B42C00; /*previously FCC284*/
    background-image:
        -webkit-linear-gradient(
        -45deg,
        #DC3A04 25%,
        transparent 25%,
        transparent 50%,
        #DC3A04 50%,
        #DC3A04 75%,
        transparent 75%,
        transparent
    );
    background-image:
        -moz-linear-gradient(
        -45deg,
        #DC3A04 25%,
        transparent 25%,
        transparent 50%,
        #DC3A04 50%,
        #DC3A04 75%,
        transparent 75%,
        transparent
    );
    background-image:
        -ms-linear-gradient(
        -45deg,
        #DC3A04 25%,
        transparent 25%,
        transparent 50%,
        #DC3A04 50%,
        #DC3A04 75%,
        transparent 75%,
        transparent
    );
    background-image:
        linear-gradient(
        -45deg,
        #DC3A04 25%,
        transparent 25%,
        transparent 50%,
        #DC3A04 50%,
        #DC3A04 75%,
        transparent 75%,
        transparent
    );
    -webkit-background-size:50px 50px;
    -moz-background-size:50px 50px;
    -ms-background-size:50px 50px;
    background-size:50px 50px;
    -webkit-animation:move 2s linear infinite;
    -moz-animation:move 2s linear infinite;
    -ms-animation:move 2s linear infinite;
    animation:move 2s linear infinite;
    overflow: hidden;
}

/*
Animate the stripes
*/   
@-webkit-keyframes move{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}    
@-moz-keyframes move{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}    
@-ms-keyframes move{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}    
@keyframes move{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}    

.reset_btn {
	background:#f16743;
	display:block;	
	font-family: 'misobold';
	font-size:15px;
	text-align:center;
	padding:4px 10px;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
    border-radius: 0;
	}
	
.reset_btn:hover {
	color:#fff !important;
	background:#db3c13;
	text-decoration:none;
	}

.srch_luxury_btn {
	background:#f16743;
	display:block;	
	font-family: 'misobold';
	font-size:15px;
	text-align:center;
	padding:4px 10px;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
    border-radius: 0;
	}
	
.srch_luxury_btn:hover {
	color:#fff !important;
	background:#db3c13;
	text-decoration:none;
	}

a.srch_link {
	display:block;
	font-size:16px;
	text-align:center;
	color:#fff;
	text-decoration:underline;
	margin:15px 0px;
	font-family: 'misobold';
	font-weight:normal;
	}
	
.container {
	background:url(../img/bg1.png) left top repeat-y;
	padding:0 0 50px;
	}

.cont1 {
	position:relative;
	}

.infoblock {
	color: #fff;
	padding: 25px 0 0;
}

.banner .infoblock {
	padding-bottom: 25px;
}

a.button1 {
	background:#F16743 url(../img/arrow.png) 445px 33px no-repeat;
	display:block;	
	position:relative;
	height:75px;
	text-decoration:none;
	width:280px;
	padding:0 100px;
	margin: 50px 0 0;
	}

a.button1:hover {
	background:#DD3A00 url(../img/arrow.png) 445px 33px no-repeat;
	}	

.cont1.forsale a.button1 {
	background:#F16743 url(../img/arrow.png) 945px 33px no-repeat;
	width: 790px;
}

.cont1.forsale a.button1:hover {
	background:#DD3A00 url(../img/arrow.png) 945px 33px no-repeat;
	}	
	
a.button1 span {
	background:#2b3648 url(../img/sprite.png) 0 -148px;
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:75px;
	text-align:center;
	}
	
.cont1.forsale a.button1 span {
	background:#2b3648 url(../img/sprite.png) -148px -148px;
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:75px;
	text-align:center;
	}
	
a.button1 em {
	background:#2b3648 url(../img/sprite.png) -75px -148px;
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:75px;
	text-align:center;
	}
	
a.button1 small {
	display:block;
	font-family: 'misolight';
	font-size:24px;
	color:#fff;
	padding:20px 0px;
	}
	
a.button1 b {
	font-family: 'misobold';
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
	}

.slider_txt {
	position:relative;
	padding:30px 0px 27px;
	}
	
.text1 h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:45px;
	color:#fff;
	margin:0px;
	font-weight:300;
	font-style:italic;
	text-align:center;
	}
	
.text1 h2 a {
	
	color:#fff;
	
	}
	
.text1 h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:35px;
	color:#fff;
	margin:0px;
	font-weight:300;
	font-style:italic;
	text-align:center;
	}
	
.slider_txt .left_line {
	background:#fff;
	width:210px;
	height:1px;
	position:absolute;
	left:0px;
	bottom:53px;
	}
	
.slider_txt .right_line {
	background:#fff;
	width:210px;
	height:1px;
	position:absolute;
	right:0px;
	bottom:53px;
	}
	
.results {
	position:relative;
	}
	
.results ul {
	margin:0px;
	list-style:none;
	padding:0px;
	}

.results a {
	display: inline-block;
	text-decoration: none;
	}

.results ul li:hover {
	background-color:#ECECEC;
}
 	
.results li {
	background:#fff;
	float:left;
	text-align:center;
	margin-right:1px;
	position:relative;
	cursor: pointer;
	}

.results li.luxury {
	
	/*background:url(../img/bg_yellow.png) left top repeat-y;*/
	background:url(../img/bg_yellow2.png) left bottom repeat-x;
}
.results li.luxury:hover  {
	background: #fff9b7;
	
}
	
.results li .luxurytab {
	position: absolute;
	top: 5px;
	right: 5px;
	/*width: 170px;
	height: 23px;*/
	width: 69px;
	height: 69px;
	background-image: url(/assets/css/images/luxury-logo-diamond4.png); /*luxurytab170x23.png*/
	background-repeat: no-repeat;
	z-index: 900;
}
	
.prev {
	background:url(../img/sprite.png) 0 -57px no-repeat;
	width:42px;
	height:42px;
	position:absolute;
	left:-72px;
	top:46%;
	z-index:999;
	}
	
.next {
	background:url(../img/sprite.png) -42px -57px no-repeat;
	width:42px;
	height:42px;
	position:absolute;
	right:-72px;
	top:46%;
	z-index:999;
	}

.forsaleblock {
	position:relative;
	}

.forsaleblock p {
	margin-top: 0;
	color: #fff;
}

.forsaleblock ul {
	margin:0 0 10px;
	list-style:none;
	padding:0px;
	}

.forsaleblock a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	}
 	
.forsaleblock li {
	float:left;
	width: 490px;
	position:relative;
	cursor: pointer;
	margin-top: 10px;
	}

.forsaleblock li.cell1, .forsaleblock li.cell3 {
	margin-right: 10px;
}

.forsaleblock li.cell2, .forsaleblock li.cell3 {
	background:#fff;
	color: #2b3648;
}

.forsaleblock li.cell2:hover, .forsaleblock li.cell3:hover {
	background-color:#ECECEC;
	color: #2b3648;
}


.forsaleblock li.cell1, .forsaleblock li.cell4 {
	background:#2b3648;
	color: #fff;
}

.forsaleblock li.cell1:hover, .forsaleblock li.cell4:hover {
	background-color:#ECECEC;
	color: #2b3648;
}

.forsaleblock li img.thumbnail {
	float: left;
	width: 250px;
	margin: 0 15px 0 0;
}

.forsaleblock .type {
	margin-left: 270px;
	font-size: 20px;
	padding: 15px 0 0;
	text-transform: capitalize;
}

.forsaleblock .location {
	margin-left: 270px;
	font-style: italic;
	padding: 15px 0 0;
}

.forsaleblock .price {
	margin-left: 270px;
	font-size: 16px;
	color: #F93;
	font-weight: bold;
	padding: 20px 0 0;
}

.luxuryblock p {
	margin-top: 0;
	color: #fff;
}

.holiday_outer {
	background:url(../img/cont_bg.jpg) left top no-repeat;
	width:100%;
	background-size:cover;
	}
	
.holiday_cont {
	padding:0px 0px 97px;
	}
	
.holiday_cont h3 {
	font-family: 'Source Sans Pro';
	font-size:24px;
	line-height:27px;
	color:#fff;
	margin:0px;
	padding-bottom:10px;
	font-weight:300;
	}
	
.holiday_cont span {
	display:block;
	font-size:13px;
	color:#fff;
	}

.holiday_cont a {
	display: inline-block;
	text-decoration: none;
}

.holiday_cont h4 {
	font-family: 'Source Sans Pro';
	font-size:24px;
	line-height:27px;
	color:#2b3648;
	margin:0px;
	padding-bottom:10px;
	font-weight:300;
	}
	
.holiday_cont em {
	display:block;
	font-size:13px;
	color:#2b3648;
	font-style:normal;
	}
	
.spacer1 {
	min-height:60px;
	position:relative;
	}
	
.star_img1 {
	background:url(../img/sprite.png) -65px -20px no-repeat;
	width:27px;
	height:30px;
	position:absolute;
	left:0px;
	top:20px;
	}
	
.star_img2 {
	background:url(../img/sprite.png) -95px -20px no-repeat;
	width:33px;
	height:32px;
	position:absolute;
	left:0px;
	top:20px;
	}
	
.star_img3 {
	background:url(../img/sprite.png) -0px -225px no-repeat;
	width:33px;
	height:32px;
	position:absolute;
	left:0px;
	top:20px;
	}

.luxury_icon {
	margin:0px 0 30px;
	/*width: 34px;
	height: 34px;
	position: absolute;
	top: 20px;
	background-image: url(../img/luxury-icon.png);
	background-repeat: no-repeat;*/
	}

.holiday_cont .text1 {
	padding-bottom:30px;
	}
	
.holiday_block1 {
	background:#2b3648;
	width:183px;
	height:247px;
	float:left;
	padding:0px 32px;
	cursor: pointer;
	}

.holiday_block1:hover {
	background:#9290df;
	}

.holiday_block2 {
	background:#fff;
	width:183px;
	height:247px;
	float:left;
	padding:0px 32px;
	cursor: pointer;
	/*line-height: 10px;*/
	}

.holiday_block2:hover {
	background:#ECECEC;
	}

.holiday_block3 {
	background:#9290df;
	width:183px;
	height:247px;
	float:left;
	padding:0px 32px;
	cursor: pointer;
	}
	
.holiday_block3:hover {
	background:#2b3648;
	}

.instagram_block {
	width:247px;
	height:247px;
	overflow: hidden;
	float:left;
	background: #2b3648;
}
		
.footer {
	padding:65px 0px;
	}
	
.footer_nav_cont {
	width:400px;
	float:left;
	}
	
.footer_nav {
	float:left;
	}
	
.no_padding {
	padding-top:0px !important;
	}
	
.footer_nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	margin-right:30px;
	}
	
.footer_nav li {
	width:170px;
	border-bottom:1px solid #dcdcdc;
	padding:16px 0px;
	}
	
.footer_nav li a {
	display:block;
	font-family: 'misobold';
	font-size:19px;
	color:#4e4e4e;
	text-decoration:none;
	}
	
.footer_nav li a:hover {
	text-decoration:underline;
	}
	
.footer_icon {
	width:200px;
	float:left;
	text-align:center;
	}
	
.icon_cont {
	width:188px;
	margin:0px auto;
	}
	
.icon_cont a:hover {
	background: #ECECEC;

}
	
.icon_box {
	width:90px;
	height:90px;
	border:1px solid #ececec;
	float:left;
	margin:1px;
	}
	
.icon_img1 {
	background:url(../img/sprite.png) 0 -104px no-repeat;
	width:14px;
	height:31px;
	margin:28px 36px;
	}
	
.icon_img2 {
	background:url(../img/sprite.png) -17px -104px no-repeat;
	width:46px;
	height:32px;
	margin:28px 23px;
	}
	
.icon_img3 {
	background:url(../img/sprite.png) -65px -104px no-repeat;
	width:37px;
	height:32px;
	margin:28px 26px;
	}
	
.icon_img4 {
	background:url(../img/sprite.png) -103px -104px no-repeat;
	width:32px;
	height:32px;
	margin:28px 29px;
	}
	
.icon_box span {
	display:block;
	}
	
.newsletter {
	float:right;
	width:360px;
	padding:42px 0px 42px 30px;
	}
	
.newsletter h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	color:#4e4e4e;
	margin:0px;
	font-style:italic;
	font-weight:300;
	padding-bottom:16px;
	}
	
.input_field {
	width:100%!important;
	
	}
	
.input_txt2 {
	width:220px;
	height:23px;
	border:1px solid #d6d6d6;
	font-size:16px;
	color:#4e4e4e;
	padding:10px 15px;
	margin:0px 1px 0 0;
	float:left;
	text-transform:inherit;
	}


.text_fullwidth {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
	height:43px;
	border:1px solid #d6d6d6;
	font-size:16px;
	color:#4e4e4e;
	padding:10px 15px;
	margin:0px 1px 0 0;
	float:left;
	text-transform:inherit;
}

.textarea_fullwidth {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	height: 125px;
	border:1px solid #d6d6d6;
	background-color: white;
	font-family: 'helvetica';
	font-size:16px;
	color:#4e4e4e;
	padding:10px 15px;
	margin:0 0 10px;
}

.select_fullwidth {
    width: 100%;
    height: 43px;
	border:1px solid #d6d6d6;
	background-color: white;
	font-family: 'helvetica';
	font-size:16px;
	color:#4e4e4e;
	padding:10px 15px;
	margin:0 0 10px;
}

.submit_btn {
	background:#7876d8;
	width:107px;
	height:45px!important;
	font-family: 'misobold';
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	float:left;
	border:0px;
	cursor:pointer;
	
	-moz-border-radius: 0;
	-webkit-appearance: none;
    border-radius: 0;
	}
	
.footer_txt span {
	display:block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	font-style: italic;
	font-weight:300;
	color:#4e4e4e;
	padding:17px 0px;
	}
	
	
/*Property pages
--------------------*/
	
a img {
	border:0;
	}

.header_bottom_outer {
	background:#2b3648;
	margin-bottom: 0;
	}

.header_bottom_outer.luxury {
	background:#000;
	}
		
.header_bottom {
	width:990px;
	/*height: 170px;*/
	margin:0 auto;
	padding:20px 0 40px 0;
	position:relative;
	}

.header_info {
	padding:30px 0 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:900;
	}

.header_info.luxury {
	padding: 20px 0 0 0;
}

.header_info .standard {
	width:780px;
}

.header_info h1 {
	font-size:45px;
	color:#fff;
	margin:0;
	text-transform:uppercase;
	padding:0px 0 6px;
	}

.header_info span {
	display:block;
	font-size:20px;
	color:#fff;
	padding:0 0 0 0;
	line-height:23px;
	}
		
.header_info em {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:16px;
	color:#fff;
	}	

.header_info em span {
	display:inline-block;
	}

/* header bottom end
---------------------------------*/
/* slider secton start
---------------------------------*/
.slider_section {
	background:#9797ff;
	}

.slider_section.luxury{
	background:#181818;
	}
	
.banner2 {
	width:100%;
	padding:0px 0;
	}

.slider {position:relative;}

a.arrow {
	position:absolute;
	z-index:500;
	top:110px;
	opacity:0.9;
	}
	
a.arrow.left {
	left:23.7%;
	}
	
a.arrow.right {
	right:23.7%;
	}


.images ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.images ul li {
	display:block;
	float:left;
	padding:14px 0;
	overflow:hidden;
	width:352px;
	height:231px;
	text-align:center;
	}
	
/*.images ul li img {
	vertical-align:top;
	margin-top:14px;
	}

 .images ul li.selected img, .images ul li:hover img {
	width:352px;
	margin:0px;
	}*/
	
.pager_section {
	background:#30309c;
	padding:6px 0 0;
	}

.pager {
	
	text-align:center;
	}

	
.pager a {
	margin:0px 5px;
	padding:0;
	width:8px;
	height:8px;
	display:inline-block;
	text-indent:-9999px;
	background:url(../img/pager.png) no-repeat left top;
	}
	
.pager a.selected {
	background:url(../img/pager.png) no-repeat left -8px;
	}


/* slider secton end
---------------------------------*/


.content_outer {
	background:#7876d8;
	width:100%;
	}
	
.content {
	width:1000px;
	margin:0 auto;
	padding:50px 0;
	color:#fff;
	}

.content h2 {
	font-family: 'Source Sans Pro';
	margin:0;
	padding:10px 0 14px 0;
	font-size:20px;
	font-weight:700;
	}
	
.content h3 {
	font-family: 'Source Sans Pro';
	margin:0;
	padding:5px 0 2px 0;
	font-size:18px;
	font-weight:700;
	}

.content h4 {
	font-family: 'Source Sans Pro';
	margin:0;
	padding:10px 0 14px 0;
	font-size:20px;
	font-weight:700;
	}

.content_top {
	padding:0 5px;
	}
		
.menu1 {
	padding-bottom:30px;
	}

.menu1 ul {
	padding:0;
	margin: 0 auto;
	list-style:none;
	}
	
.menu1 ul li {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	}
	
.menu1 ul li a {
	background:#f16743;
	display:block;
	width:142px;
	height:32px;
	text-align:center;
	line-height:32px;
	font-family: 'misobold';
	font-size:18px;
	color:#fff;
	text-decoration:none;
	}
	
.menu1 ul li a:hover , .menu1 ul li a.active {
	background:#db3c13;
	}
	
.menu1 ul li.nomargin3 {
	margin-left:0;
	}
	
.menu1 ul li.nomargin4 {
	margin-right:0;
	}	

.content_list {
	padding-bottom:8px;
	}

.content_list ul {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	}
	
.content_list ul li {
	background:url(../img/bullet.png) no-repeat 35px 8px;
	display:block;
	margin:0;
	padding:0 0 0 50px;
	line-height:20px;
	}
	
.content_list ul li ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.content_list ul li ul li {
	background:url(../img/bullet1.png) no-repeat 24px 8px !important;
	display:block;
	margin:0;
	padding:0 0 0 40px !important;
	}
	
.side_bar {
	width:310px;
	padding:0 10px;
	margin-left: 20px;
	}

.standard .side_bar{
	background:#9797ff;
	}

.luxury .side_bar{
	background:#181818;
	}	

.top_list, .top_list1 {
	padding:20px 0 20px 0;
	border-bottom:1px solid #7876d8;
	}
	
.top_list ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
.top_list ul li {
	display:block;
	padding:0;
	margin:0;
	}
	
.top_list ul li a {
	background:url(../img/star.png) no-repeat 15px 8px;
	display:block;
	text-decoration:none;
	font-size:13px;
	color:#fff;
	padding:0 0 0 35px;
	line-height:24px;
	}

.top_list1 ul {
	list-style:none;
	padding:0;
	margin:0;
	width: 100%;
	}
	
.top_list1 ul li {
	display:block;
	padding:0px 0 0 35px;
	margin:0;
	line-height:20px;
	}

.top_list1 ul li.icon_wifi {
	background: url(../img/icon-wifi.jpg) no-repeat 8px 1px;
	}
	
.top_list1 ul li.icon_parking {
	background: url(../img/icon-parking.jpg) no-repeat 8px 2px;
	}

.top_list1 ul li.icon_pool {
	background: url(../img/icon-swim-BLACK.png) no-repeat 8px 1px;
	}

.top_list1 ul li.icon_hottub {
	background: url(../img/icon-hottub.jpg) no-repeat 8px 1px;
	}

.top_list1 ul li.icon_sauna {
	background: url(../img/icon-sauna-BLACK.png) no-repeat 8px 1px;
	}

.top_list1 ul li.icon_pets {
	background: url(../img/icon-pets-BLACK.png) no-repeat 8px 1px;
	}

.top_list1 ul li.icon_creditcard {
	background: url(../img/icon-creditcard.jpg) no-repeat 8px 2px;
	}
	
.top_list1 ul li.icon_heart {
	background: url(../img/icon-heart.jpg) no-repeat 8px 2px;
	}

.top_list2 ul li a.icon_location {
	background: url(../img/icon-location.jpg) no-repeat 8px center;
	}
	
.top_list2 ul li a.icon_star {
	background: url(../img/icon-star.jpg) no-repeat 8px center;
	}
	
.top_list2 ul li a.icon_facilities {
	background: url(../img/icon-facilities.jpg) no-repeat 8px center;
	}
	
.top_list2 ul li a.icon_guestbook {
	background: url(../img/icon-guestbook.jpg) no-repeat 8px center;
	}
	
.top_list2 ul li a.icon_owneroverview {
	background: url(../img/icon-owneroverview.jpg) no-repeat 8px center;
	}

.top_list2 ul li a.icon_special {
	background: url(../img/icon-smiley-BLACK.png) no-repeat 8px center;
	}

.top_list2 ul li a.icon_video {
	background: url(../img/icon-video.png) no-repeat 8px center;
	}

.top_list2 ul li a.icon_email {
	background: url(../img/icon-email.jpg) no-repeat 8px center;
	}

.top_list1 ul li {
	background:url(../img/star2.png) no-repeat 14px 8px;
	display:block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
	padding:5px 40px 9px 36px;
	}
	
.top_list2 ul li {
	padding-bottom:10px;
	}
	
.top_list2 ul li a {
	color:#fff894;
	}
	
.facebook_like {
	padding:18px 0;
	}
	
.like {
	padding-left: 10px;
	padding-bottom:16px;
	}

.like1 {
	width:55px;
	}
	
.facebook a {
	background: url(../img/facebook_icon.jpg) no-repeat left 6px;
	text-decoration:none;
	padding:4px 0 0 18px;
	color:#fff;
	display:block;
	}

.standard h2.promos {
	padding-left: 26px;
	background:url(../img/star1.jpg) no-repeat left center;
	}

.luxury h2.promos {
	padding-left: 26px;
	background:url(../img/star3.png) no-repeat left center;
	}	

.content_box {
	overflow: hidden;
	margin:0 0 20px 0;
	padding:24px 52px 30px 36px;
	}

.standard .content_box{
	background:#2a3649;
}

.luxury .content_box{
	border:2px solid #7876d8;
	}	

.content_box.promo-overview {
	overflow: hidden;
	margin:0 0 30px;
	padding:25px 25px 10px;
	}

.content_box.promo-overview {
	background:#2a3649;
}

.content_box.promo-overview h3 {
	font-family: 'helveticabold';
	padding:0 0 0 0px;
	margin:0;
	color:#fff799;
	font-weight:normal;
	font-size: 16px;
	}

.content_box.promo-overview strong {
	font-family: 'helveticabold';
	display:block;
	padding:10px 0 17px 0;
	font-weight:normal;
	color: #fff;
	}

.promologo {
	float: right;
	padding: 10px 0 5px;
}

.content_box h3 {
	font-family: 'helveticabold';
	padding:0 0 0 0px;
	margin:0;
	color:#fff799;
	font-weight:normal;
	}

.content_box em{
	display:block;
	margin:5px 0 10px;
	}	
	
.content_box strong {
	font-family: 'helveticabold';
	font-weight:normal;
	}
	
.content_box span {
	display:block;
	padding:0 0 0 0;
	line-height:20px;
	}
	
.enquire-btn{
	padding:20px 0 0;
	}	

.enquire-btn a{
	display:block;
	width:142px;
	height:32px;
	text-align:center;
	line-height:32px;
	font-family: 'misobold';
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
	}

.standard .enquire-btn a{
	background:#F16743;
	color:#FFF;
	}	

.luxury .enquire-btn a{
	background:#181818;
	color:#FFF799;
	}	

.standard .enquire-btn a:hover{
	background:#DD3A00;
}

.luxury .enquire-btn a:hover{
	background:#000;
}

.content_list2 {
	padding-bottom:45px;
	}
	
.location_info {
	margin:0 0 30px;
}

.location_info small {
	display:block;
	color:#cbcbff;
	font-size:13px;
	padding-bottom:15px;
	}
	
.location_info h3{
	margin:0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#c4c3f5;
	}	
	
.location_info span{
	margin:0 0 10px;
	padding:0;
	color:#fff;
	display:block;
	}	

.location_info span em {
	display: inline-block;
	width: 80px;
	}

.location_info strong{
	margin:0 0 10px;
	padding:0;
	color:#fff;
	display:block;
	font-weight:normal;
	}

.map img {
	margin-bottom:2px;
	}
	
.map span {
	display:block;
	text-align:center;
	}

div.gps {
	HEIGHT: 100%;
		
}

div.gps img {
	max-width: none;
}

div.gpscontainerright {
	position: relative;
	float: right;
	HEIGHT: 300px;
	WIDTH: 300px;
	margin: 15px;
}

div.gpscontainer {
	position: relative;
	clear: left;
	HEIGHT: 600px;
	WIDTH: 100%;
	margin-left: auto ;
 	margin-right: auto ;
 	margin-bottom: 30px;
}

div.fullscreen {  	 
	position: relative;
	clear: left;
	HEIGHT: 500px;
	WIDTH: 100%;
	margin-left: auto ;
 	margin-right: auto ;
 	margin-bottom: 30px;
}

.expandbutton {
	position: absolute;
	top: -11px;
	right: -11px;
	width: 22px;
	height: 22px;
	z-index: 900;
	cursor: pointer;
	background-image: url(/include/template/images/maximise.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#fbframetop {
	border: none; 
	overflow: hidden; 
	width: 250px; 
	height: 50px;
}

#fbframebottom {
	border: none; 
	overflow: hidden; 
	width: 450px; 
	height: 41px;
}

.smalldescription {
	font-size: 0.85em;
	text-align: center;
	padding: 5px;	
}

.contact-section {
	padding:38px 20px 30px 35px;
	margin:0 0 10px 0;
	position:relative;
	}		

.standard .contact-section {
	border:1px solid #cbcbff;
}

.luxury .contact-section {
	border:2px solid #7876d8;
}
.luxury .contact-section a{
	color: #fff9b7;
}

.contact-section strong {
	display:block;
	color:#fff894;
	padding-bottom:20px;
	}

.contact-section small{
	font-size:15px;
	color:#fff;
	display:block;
	padding:28px 0 36px;
	}

.contact-row {
	padding-bottom:3px;
	}

.contact-row em {
	margin:0px 0 9px;
	font-family: 'helveticabold';
	font-size:18px;
	display:block;
	color:#fff;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
	}	

.contact-row em span{
	display:inline-block;
	width: 125px;
	padding:0;
	font-weight:bold;
	}

.contact-row em a{
	color:#fff894;
	text-decoration:none;
	}

.contact_top {
	font-size:20px;
	color:#fff;
	position:absolute;
	left:5px;
	top:-16px;
	font-weight:bold;
	}

.standard .contact_top {
	background:#7876d8;
	}
	
.luxury .contact_top {
	background:#2b3648;
	}
		
.contact_top span {
	font-family: 'Source Sans Pro';
	font-weight: 900;
	display:block;
	padding:0 2px;
	}

.back {
	position:absolute;
	right:20px;
	bottom:19px;
	}
	
.back a {
	display:block;
	font-family: 'misobold';
	font-size:18px;
	color:#fff;
	text-decoration:none;
	padding:0 22px 0 0;
	}

.standard .back a {
	background:url(../img/top_arrow.jpg) no-repeat right center;
	}	

.luxury .back a {
	background:url(../img/arrow03.png) no-repeat right center;
	}	

.nopadding {
	padding-bottom:0;
	}
	
.content_bottom {
	padding: 0;
	}
	
.bottom_block {
	width:955px;
	margin:0 0 22px 15px;
	border-bottom:2px solid #9697ff;
	padding-bottom:5px;
	}

.content_bottom h2 {
	margin:0;
	padding:0 0 0 0;
	font-family: 'Source Sans Pro';
	font-size:20px;
	float:left;
	font-weight:900;
	}
	
.add_review a {
	background:#F16743;
    color: #FFFFFF;
    display: block;
	font-family: 'misobold';
    font-size: 18px;
    font-weight:normal;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    width: 142px;
	float:right;
	}

.add_review:hover a {
	background:#DD3A00;
}

.facebook_like2 {
	margin-bottom: 35px;
	padding: 15px 10px 10px 15px;
	}
	
.standard .facebook_like2 {
	border: solid white 1px;
	background-color: #9797ff;
}

.luxury .facebook_like2 {
	background-color: #181818;
}
	
.bottom_block h3 {
	display:block;
	font-family: 'Source Sans Pro';
	font-size:16px !important;
	font-weight:900;
	}
	
.bottom_block span {
	display:block;
	line-height:20px;
	font-style:italic;
	margin-bottom: 10px;
	}
.bottom_block img {
	padding-right: 16px;
	}
.bottom_block1 span {
	padding-bottom:16px;
	}
	
.bottom_block1 span.nopadding1 {
	padding-bottom:0;
	}
	
.nopadding2 {
	padding-top:20px;
	}
	
.back1 {
	float:right;
	position:inherit;
	margin:7px 16px 0 0;
	}

.dropmenu {
	background:#fff;
	display:none;
	}
	
.dropmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
.dropmenu ul li {
	display:block;
	}
	
.dropmenu ul li a{
	display:block;
	color:#2B3648;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-size:18px;
	padding:8px 20px;
	text-decoration:none;
	border-bottom:1px solid #7d7bd9;
	}

	
.dropmenu ul ul {
	display:none;
	}
	
.dropmenu ul li li a {
	padding:8px 40px;
	}



/* Mobile Menu
---------------------------------*/
.menu-controller{
	display:none;
	position:absolute;
	}
.menu-toggle{
	width:24px;
	height:20px;
	}
#mobile-menu {
	width:276px;
	display:none;
	position:absolute;
	left:4px;
	top:45px;
	z-index:501;
	}
	
#mobile-menu li {
	display:block;
	color:#fff;
	position:relative;
	}
	
#mobile-menu li h2{
	display:block;
	color:#2a2b31;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	background:#5b6770;
	padding:5px 10px;
	}
	
#mobile-menu li a{
	display:block;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	padding:10px 20px;
	text-transform:uppercase;
	background:#2a2b31;
	border-bottom:1px solid #383e42;
	font-family: 'misoregular';
	}
	
#mobile-menu li:hover a {
	background:#4b555c;
	}
	
/*#mobile-menu .menu-category li.color7 a {color:#e40085;}*/
#mobile-menu .menu-category li.color7:hover a {color:#fff;background:#e40085;border-bottom:1px solid #e40085;}
#mobile-menu .menu-category li.color7:hover i {background-position:0 0px;}

#mobile-menu .menu-category li:hover a {border-bottom:1px solid #383e42; color:#2a2b31;}
#mobile-menu .menu-category li:hover i {background-position:0 -10px;}

#mobile-menu .menu-category li.color1:hover a {background:#f9c30a;}
#mobile-menu .menu-category li.color2:hover a {background:#fce300;}
#mobile-menu .menu-category li.color3:hover a {background:#c4d600;}
#mobile-menu .menu-category li.color4:hover a {background:#00b2a9;}
#mobile-menu .menu-category li.color5:hover a {background:#4ec3e0;}
#mobile-menu .menu-category li.color6:hover a {background:#9d5bae;}
	
#mobile-menu .menu-find li a {
	text-transform:capitalize;
	font-family: 'KorolevCondensed-Medium';
	}
	
/* Mobile Menu end
---------------------------------*/	



/*inner2 start - weekends etc
-------------------------------*/

img.luxury_logo {
	display: inline-block;
	padding-right: 10px;
}

.header_bottom_outer.new-color {
	background:#2b3648;
	}
	
.container.container2 {
	padding:56px 0 100px;
	}
.inner-body{
	margin:0;
	}	
	
.inner-body .side_bar{
	background:none;
	width:350px;
	padding:0;
	margin-bottom:50px;
	}
	
		
a.heading{
	background:#9797ff;
	border:1px solid #2b3648;
	border-right:none;
	padding:9px 0px 6px 15px;
	font-family: 'misobold';
	color:#fff799;
	font-size:21px;
	text-decoration:none;
	display:block;
	position:relative;
	}	
	
	
.inner-body .side_bar ul{
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	}	
.inner-body .side_bar ul li{
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	}
.inner-body .side_bar ul li:hover{
	margin:0;
	padding:0;
	border-bottom:1px solid transparent;
	}	
.inner-body .side_bar ul li a{
	margin:0;
	padding:9px 17px 7px;
	font-family: 'misoregular';
	font-size:21px;
	min-height:25px;
	color:#fff;
	text-decoration:none;
	display:block;
	position:relative;
	}		
	
.inner-body .side_bar ul li a:hover{
	background:#9797ff;
	border:1px solid #2b3648;
	border-right:none;
	padding:8px 17px 7px;	
	font-family: 'misobold';
	color:#fff799;
	display:block;
	margin:-1px 0 0 0;
	}
.inner-body .side_bar ul li a:hover i{
	width:22px;
	height:42px;
	display:block;
	position:absolute;
	right:-22px;
	top:-1px;
	background:url(../img/arrow02.png) no-repeat 0px 0px;
	}
.current{ 
	border:none !important;
	margin:-1px 0 0 !important;
	}
.current a{
	border:1px solid #2b3648;
	border-right:none;	
	font-family: 'misobold' !important;
	color:#fff799 !important;
	display:block;
	padding-top:8px !important;
	padding-bottom:8px !important;
	background:#9797ff ;
	position:relative;
	}
.current i{	
	background: url(../img/arrow02.png) no-repeat 0px 0px;
	width:22px;
	height:42px;
	display:block;
	position:absolute;
	right:-22px;
	top:-1px;
	}
	
a.trigger{
	display:block;
	border-bottom: 1px solid #FFFFFF;
	clear:both;
	color: #FFFFFF;
    display: block;
    font-family: 'misoregular';
    font-size: 21px;
    margin: 0px 0px -1px;
    min-height: 25px;
    padding: 9px 17px 7px;
    text-decoration: none;
	position:relative;
	}	
															

a.trigger i{
	width:22px;
	height:42px;
	display:none;
	position:absolute;
	right:-22px;
	top:-1px;
	background:url(../img/arrow02.png) no-repeat 0px 0px;
	}
a.trigger:hover,a.trigger.active{
	background:#9797ff;
	border:1px solid #2b3648;
	border-right:none;
	padding:8px 17px 7px;	
	font-family: 'misobold';
	color:#fff799;
	display:block;
	}	
a.trigger:hover i,a.trigger.active i{
	display:block;
	}
	
.togglecontainer{
	width:590px;
	font-size:15px;
	color:#fff;
	position:absolute;
	right:0px;
	top:0px;
	}
	
.inner-body{
	position:relative;
	}				

.togglecontainer strong{
	
	font-size:18px;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	color:#fff799;
	display: block;
	margin-bottom:15px;
	}
	
.togglecontainer h2{
	
	font-size:18px;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	color:#fff799;
	display: block;
	margin-bottom:15px;
	}
p.strongsmall{
	font-size:18px;
	font-family: 'Source Sans Pro'!important;
	font-weight: 500;
	color:#fff799!important;
	display: block;
	margin-bottom:5px!important;
}
		
.img-box{
	margin:0 0 15px;
	}	
	
.togglecontainer span{
	color:#fff;
	font-size:15px;
	display: block;
	margin-bottom:18px;
	}	
	
	
.social-section{
	background:#9797ff;
	border:1px solid #fff;
	margin:0;
	}	
.facebook_like4{
	margin:0;
	float:left;
	padding:14px 0px 10px 15px;
	width:325px;
	}	
.google_link{
	margin:0;
	float:left;
	padding:18px 0 0;
	}		
	
/*inner2 end
-------------------------------*/	
	
	
	
/*inner3 start
-------------------------------*/	

.luxury_icon{
	margin:0px 0 30px;
	}
.logo3{
	margin:0px;
	}	
.header_bottom_right{
	margin-left: 5px;
	float:right;
	text-align: center;
	}	
		
.pager_section.add-bg {
	background:#090909;
	padding:5px 0 0;
	}

.pager.pager02 {
	text-align:center;
	}	
	
.pager.pager02 a {
	margin:0px 5px;
	padding:0;
	width:8px;
	height:8px;
	display:inline-block;
	text-indent:-9999px;
	background:url(../img/pager02.png) no-repeat left top;
	}
	
.pager.pager02 a.selected {
	background:url(../img/pager02.png) no-repeat left -8px;
	}	

.content_outer.luxury{
	background:#2b3648;
	}
.luxury .menu1{
	padding-bottom:34px;
	}
.luxury .menu1.new-pad{
	padding-top:30px;
	}
.luxury .menu1 ul li a{
	background:#181818;
	color:#fff799;
	}	
.luxury .menu1 ul li a:hover , .luxury .menu1 ul li a.active {
	background:#161616;
	}
	
.luxury .top_list {
	padding:23px 0 19px 0;
	border-bottom:1px solid #303030;
	}

.luxury .top_list ul li a {
	background:url(../img/star2.png) no-repeat 14px 8px;
	display:block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
	padding:5px 40px 9px 36px;
	}

.luxury .top_list1 ul li.icon_wifi {
	background: url(../img/icon-wifi.png) no-repeat 8px center;
	width:inherit;
	height:inherit;
	}
	
.luxury .top_list1 ul li.icon_parking {
	background: url(../img/icon-parking.png) no-repeat 8px center;
	width:inherit;
	height:inherit;
	}

.luxury .top_list1 ul li.icon_pool {
	background: url(../img/icon-swim-BLUE.png) no-repeat 8px 1px;
	}

.luxury .top_list1 ul li.icon_hottub {
	background: url(../img/icon-hottub.png) no-repeat 4px center;
	width:inherit;
	height:inherit;
	}

.luxury .top_list1 ul li.icon_sauna {
	background: url(../img/icon-sauna-BLUE.png) no-repeat 8px 1px;
	}

.luxury .top_list1 ul li.icon_pets {
	background: url(../img/icon-pets-BLUE.png) no-repeat 8px 1px;
	}
	
.luxury .top_list1 ul li.icon_creditcard {
	background: url(../img/icon-creditcard.png) no-repeat 8px center;
	width:inherit;
	height:inherit;
	}
	
.luxury .top_list1 ul li.icon_heart {
	background: url(../img/icon-heart.png) no-repeat 8px center;
	}
.luxury .top_list2 {
	padding-left:5px;
	}
.luxury .top_list2 ul li {
	padding-bottom:0px;
	}
.luxury .top_list2 ul li a.icon_location {
	background: url(../img/icon-location.png) no-repeat 8px center;
	}
	
.luxury .top_list2 ul li a.icon_star {
	background: url(../img/icon-star.png) no-repeat 8px center;
	}
	
.luxury .top_list2 ul li a.icon_facilities {
	background: url(../img/icon-facilities.png) no-repeat 8px center;
	}
	
.luxury .top_list2 ul li a.icon_guestbook {
	background: url(../img/icon-guestbook.png) no-repeat 8px center;
	}
	
.luxury .top_list2 ul li a.icon_owneroverview {
	background: url(../img/icon-owneroverview.png) no-repeat 8px center;
	}

.luxury .top_list2 ul li a.icon_special {
	background: url(../img/icon-smiley-WHITE.png) no-repeat 8px center;
	}

.luxury .top_list2 ul li a.icon_video {
	background: url(../img/icon-video-BLUE.png) no-repeat 8px center;
	}
		
.luxury .top_list2 ul li a.icon_email {
	background: url(../img/icon-email.png) no-repeat 8px center;
	}

.like1 {
	width:55px;
	}
	
.facebook a {
	background: url(../img/facebook_icon.jpg) no-repeat left 6px;
	text-decoration:none;
	padding:4px 0 0 18px;
	color:#fff;
	display:block;
	}
		
.content_list span{
	margin:0;
	padding:8px 0 10px;
	font-size:15px;
	display:block;
	}
	

/*inner3 end
-------------------------------*/	



/*promotions
-------------------------------*/
.container.container3{
	padding: 10px 0 40px;
	background:#7876d8;
	}

.inner-content{
	margin:0;
	}
	
.inner-content h2 {
	font-family: 'Source Sans Pro';
	margin:0;
	padding:20px 0 14px 0;
	font-size:24px;
	font-weight:700;
	color: #fff;
	}

.inner-content-top{
	margin:0;
	}
.inner-content-top h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:30px; /*changed from 35px*/
	color:#fff;
	font-weight:normal;
	line-height:normal;
	margin:0px 0 5px;
	padding:0px;
	}

.inner-content-top span{
	font-size:15px;
	color:#fff;
	display:block;
	}
.inner-content-top .menu1{
	padding:48px 0 50px;
	}
.inner-content-middle{
	margin:0;
	}
.inner-content-middle .results ul{
	margin-bottom:1px;
	clear:both;
	overflow:hidden;
	}
.inner-content-middle .results ul li.last{
	margin:0;
	}
.inner-content-middle .results ul li span {
	font-size:15px;
	}
.inner-content-middle .results ul li em{
	font-size:15px;
	}

/*promotion specific lists*/

.results.promo li strong {
	display:block;
	font-family: 'Source Sans Pro';
	font-size:18px;
	color:#2b3648;
	text-align:left;
	text-transform: uppercase;
	line-height:21px;
	height: 84px;
	padding:5px 20px 15px;
	font-weight:700;
	}

.results.promo li span {
	display:block;
	font-size:13px;
	color:#4e4e4e;
	height: 55px;
	text-align:left;
	padding:0px 20px 15px;
	}
	
.results.promo li em {
	display:block;
	font-family: 'helveticabold';
	font-size:13px;
	color:#4e4e4e;
	text-align:left;
	font-style:normal;
	padding:0px 20px 0px;
	}
	
.results.promo li em i {
	font-style:italic;
	}

/*Promotion overview*/
.results.promo-overview p {
	color: #fff;
	font-size: 15px;
}

.results.promo-overview li.gallery {
	height: 325px;
}

.results.promo-overview li strong {
	display:block;
	font-family: 'Source Sans Pro';
	font-size:18px;
	color:#2b3648;
	text-align:center;
	text-transform: uppercase;
	line-height:21px;
	height: 35px;
	padding:5px 5px 15px;
	font-weight:700;
	}

.results.promo-overview li span {
	display:block;
	font-size:13px;
	font-style: italic;
	color:#4e4e4e;
	height: 25px;
	text-align:center;
	padding:0px 5px 15px;
	}

.results.promo-overview .icons .icon {
	width: 25px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

.results.promo-overview .icons .icon img {
	vertical-align: middle;
}

.results.promo-overview li em {
	display:block;
	font-family: 'helveticabold';
	font-size:13px;
	color:#4e4e4e;
	text-align:center;
	font-style:normal;
	padding:0px 5px 0px;
	}
	
.results.promo-overview li em i {
	font-style:italic;
	}

/*List view*/
.inner-content-middle .results ul li.list{
	width:990px;
	border-bottom: 2px solid #7876d8;
	min-height: 200px;
	height: 200px;
	text-align: left;
	}

li.list .thumbnailholder {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

li.list img.thumbnail {
	max-width: none;
	margin-bottom: 0;
	}

li.list .resulttext {
	display: inline-block;
	vertical-align: top;
	width: 672px;
	margin-top: 5px;
	overflow: hidden;
}

.forsale li.list .resulttext {
	margin-right: 3px;
}

li.list h3 {
	font-family: 'Source Sans Pro';
	font-size:22px;
	color:#2b3648;
	text-align:left;
	line-height:21px;
	padding:0px;
	margin: 0 0 10px;
	font-weight:700;
	max-width: 500px;
	float: left;
}

.forsale li.list div.type {
	text-align: right;
	margin-right: 3px;
}

.forsale li.list div.price {
	font-size: 20px;
	text-align: right;
	margin-right: 3px;
	margin-bottom: 10px;
	color: #F93;
	font-weight: bold;
	
}

li.list .location {
	text-align: right;
	font-style: italic;
	padding: 3px
}

li.list .description {
	clear: left;
	float: left;
	text-align: left;
	padding-bottom: 12px;
}

li.list span.highlight {
	display: inline;
	color: #F93;
	font-weight: bold;
	padding: 0;
}

li.list .icons {
	text-align: right;
	margin-right: 3px;
}

li.list .icons .icon {
	display: inline-block;
	width: 25px;
	text-align: center;
	vertical-align: middle;
}

li.list .listavailability {
	display: inline-block;
	padding-bottom: 10px;
}

li.list .availabilityupdated {
	display: inline-block;
	margin-left: 20px;
	padding-bottom: 10px;
}

li.list .listavailability .listhighlight {

}

li.list .strapline {
	clear: both;
	font-weight:600;
}

.forsale li.list .strapline {
	margin-top: 15px;
}

li.list .facilities {
	margin-top: 10px;
	font-size: 10px;
}

/*gallery view*/
li.gallery {
	border-bottom: 1px solid #7876d8;
	width: 246px;
	height: 395px;
}

.caroufredsel_wrapper {
	width: 984px !important;
}

.forsale li.gallery {
	height: 445px;
}

li.gallery.withavailability {
	height: 445px;
}

li.gallery img.thumbnail {
	margin-top: 0;
	width: 246px;
	height: 164px;
	}

li.gallery .resulttext {
	position: absolute;
	width: 246px;
	text-align: center;
	font-size: 12px;
}

li.gallery h3 {
	font-family: 'Source Sans Pro';
	font-size:18px;
	color:#2b3648;
	line-height:21px;
	padding:0px;
	margin: 0 5px 10px;
	font-weight:700;
}

.rental li.gallery h3 {
	height: 32px;
}

.forsale li.gallery h3 {
	height: 86px;
}

.forsale li.gallery div.type {
	float: left;
	margin-left: 10px;
}

.forsale li.gallery div.price {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #F93;
	font-weight: bold;
	
}

li.gallery .location {
	font-style: italic;
	height: 32px;
	margin: 0 3px;
}

li.gallery .description {
	text-align: left;
	margin: 5px 0 5px 10px;
}

li.gallery span.highlight {
	display: inline;
	color: #F93;
	font-weight: bold;
	padding: 0;
}

li.gallery .listavailability {
	text-align: center;
	padding-bottom: 5px;
}

li.gallery .availabilityupdated {
	text-align: center;
	padding-bottom: 10px;
}

li.gallery .listavailability .listhighlight {
	font-size: 12px;
}

li.gallery .icons {
	height: 30px;
}

li.gallery .icons .icon {
	width: 25px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

li.gallery .strapline {
	clear: both;
	font-weight:600;
	padding: 0 5px;
}

.forsale li.gallery .strapline {
	font-weight:400;
	margin: 0 5px;
}

li.gallery .facilities {
	display: none;
}

.sign_up{
	background:#9797FF;
	margin-right:4px;
	padding:22px 30px 30px;
	}
.text_info{
	float:left;
	width:530px;
	}
.text_info strong{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	color:#fff;
	font-style:italic;
	font-weight:600;
	}
.text_info span{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	color:#fff;
	font-style:italic;
	font-weight:300;
	margin:0;
	padding:0;
	line-height:24px;
	}
.sign_up .input_field{
	width:360px;
	float:right;
	margin-top:8px;
	}
.sign_up .input_field .input_txt2{
	width:218px;
	height:21px;
	border:2px solid #D6D6D6;
	}
/*inner4 end
-------------------------------*/


/*inner5 start
-------------------------------*/
.container.sales{
	padding: 10px 0 40px;
	background:#7876d8;
	}	
	
.inner-content.inner-content2{
	margin:0;
	}
.left-content{
	width:250px;
	float:left;
	padding:14px 0 0 0;
	}
.photo-gallery{
	margin:0;
	
	}
.photo-gallery h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	display:block;
	color:#fff;
	text-align:center;
 	margin-bottom: 6px;
	}
.photo-gallery span{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	display:block;
	color:#fff;
	text-align:center;
	}
.photo-slider{
	padding:62px 0 55px;
	position:relative;
	}
.photo-slider-bg{
	background:#2b3648;
	padding-bottom:2px;
	}
.photo-slider-gallery{
	padding:23px 24px 0px;
	height:835px;
	overflow:hidden;
	}
.photo-slider-bg img{
	margin: 0 0 13px;
	}
a.arrow-up{
	background:url(../img/arrow-sprite.png) no-repeat 0px 0px;
	width:42px;
	height:42px;
	display:block;
	position:absolute;
	left:50%;
	top:9px;
	margin-left:-21px;
	}
a.arrow-down{
	background:url(../img/arrow-sprite.png) no-repeat 0px -43px;
	width:42px;
	height:42px;
	display:block;
	position:absolute;
	left:50%;
	bottom:3px;
	margin-left:-21px;
	}
.main-content{
	width:680px;
	float:right;
	}
.main-content h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	display:block;
	color:#fff;
	line-height: 24px;
	font-weight:900;
	margin:0 0 24px;
	}
.main-content h2 span{
	text-transform:uppercase;
	}
.main-content h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	display:block;
	color:#fff;
	font-weight:600;
	margin:0px;
	line-height:26px;
	}
.main-content h3 span{
	font-style:italic;
	}
.main-content h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	display:block;
	color:#c4c3f5;
	font-weight:900;
	margin:0px 0 30px;
	line-height:23px;
	}
.main-content h2 span{
	text-transform:uppercase;
	}
.logo4{
	text-align: center;
	margin:0;
	padding:0;
	}
.logo5{
	width:166px;
	margin:0 auto;
	padding:0;
	display:none;
	}
.at-a-glance{
	margin:0 0 26px;
	padding:24px 0 0;
	}
.at-a-glance ul{
	margin:0;
	padding:0;
	list-style:none;
	width:335px;
	}
.at-a-glance ul li{
	margin:0;
	padding:9px 11px 8px;
	color:#fff;
	border-top:1px solid #9391e2;
	}
.at-a-glance ul li.last{
	border-bottom:1px solid #9391e2;
	}
.property-details{
	margin:0 0 30px;
	padding:0 0 23px;
	border-top:1px solid #9391e2;
	border-bottom:1px solid #9391e2;
	}
.heading2{
	margin:0;
	padding:23px 0 2px;
	clear:both;
	overflow:hidden;
	}
.heading2 h2{
	float:left;
	font-size:20px;
	display:block;
	color:#fff;
	margin:0px;
	line-height:32px;
	}
.property-row{
	margin:0;
	color: #fff;
	}
a.request-more-info{
	background:#f16743;
	width:202px;
	height:32px;
	line-height:32px;
	font-family: 'misobold';
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:center;
	float:right;
	}

a.request-more-info:hover{
	background:#DD3A00;
	}

.property-row h4{
	font-size:15px;
	color:#fff;
	display:block;
	padding:12px 0 10px;
	margin:0;
	}
.property-row strong{
	font-size:15px;
	color:#fff;
	display:block;
	padding:8px 0 0px;
	margin:0;
	}
.property-row strong span{
	font-weight:normal;
	}
.property-row small{
	font-size:15px;
	color:#fff;
	display:block;
	font-weight: normal;
	padding:12px 0 7px;
	}
.property-row small strong{
	font-size:21px;
	display: inline;
	padding:0;
	}
.property-row small span{
	color:#fff799;
	}
.property-row small em{
	text-transform:uppercase;
	font-style:normal;
	float:none;
	}
.property-row em{
	/*float:left;*/
	display: block;
	font-size:15px;
	color:#fff;
	padding:15px 0 0px;
	font-weight: normal;
	}
.further-info-row{
	margin:8px 0 0;
	clear:both;
	overflow:hidden;
	}
.further-info-row strong{
	width:145px;
	float:left;
	padding:0px;
	}
.further-info-row span{
	float:left;
	font-size:15px;
	color:#fff;
	padding:0px;
	font-weight: normal;
	}
a.view-featured-properties{
	background:#f16743;
	width:342px;
	height:32px;
	line-height:32px;
	font-family: 'misobold';
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:center;
	margin-left: 312px;
	}

a.view-featured-properties:hover{
	background:#DD3A00;
	}

#requestinfo {
	padding: 0px;
	background:#7876d8;
}

#requestform {
	display: none;
}

#requestinfo iframe {
	width: 100%;
	height: 400px;
	border: none;
}

/*vertical-slider
-------------------------------*/	
.caroufredsel_wrapper{
	/*height: 423px !important;REMOVED BY AARON AS RESTRICTS SALES VERTICAL CAROUSEL*/
}

.sales .caroufredsel_wrapper {
	height: 830px !important;
}

			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				float:none;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
/*inner5 end
-------------------------------*/

/*Matt - styles for promotions search pages*/

.promo-header-spacing {
	height:40px;
}

.promo-info-right {
	float:right;
	padding: 0 45px 45px 45px;
}

.promo-search-title h2, .promo-search-title p {
	text-align: center;
	color:#FFFFFF;
	padding-top:0;
}

.promo-search-form {
	width:280px;
	/*height:472px;*/
	color:#fff;
	/*padding:48px 45px 0;*/
	padding: 0 45px;
	float:left;
	position:relative;
	}
	
.promo-search-form .calendar {
	margin:0;
	position:relative;
}

.promo-search-form .ui-datepicker-trigger {
	position:absolute;
	right:12px;
	top:10px;
}

.promo-search-form .promo-search-label {
	font-size: 16px;
	margin: 0 0 15px 0;
}

.promo-search-form .promo-search-label-to {
	font-size: 16px;
	margin: 45px 0 15px 0;
}

.promo-search-submit {
	padding: 40px 0;
}

.promo-search-checkboxes .results ul li.check-list {
	background: rgb(120, 118, 216);
	width: 300px;
	text-align:left;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 40px;
}

.promo-search-checkboxes .results ul li strong {
	display: block;
	padding-left:5px;
	color:#FFFFFF;
	text-transform:uppercase;
}

.promo-search-checkboxes .results .check-submit {
	padding-left:20px;
}

.promo-search-area-submit-container {
	padding:0 45px;
}

/*Matt - end of promo search pages*/

/*styles added by caro for short breaks etc*/
/*if this works it will be a bloody miracle*/

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.togglecontainer p{
	color:#fff;
	font-size:15px;
	display: block;
	margin-bottom:18px;
	}
.togglecontainer ul {
	margin-left: 20px!important;
	padding-left: 10px!important;
	margin-bottom: 10px!important;
	font-size:15px;	
}
	
.togglecontainer ul li{
	list-style-type: circle!important;
	border-bottom: none!important;		
	}

	
.popout {
	background-color: #2b3648;
	border: 1px solid #2b3648;
	-moz-box-shadow: 1px 1px 3px #336;
	-webkit-box-shadow: 1px 1px 3px #336;
	box-shadow: 1px 1px 3px #336;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding: 10px 15px ;
	color: #ffffff;
	font-size: 13px!important;
	/*font-size: 0.95em;
	float: right;
	width: 260px;*/
}
.popout a {
	color: #fff9b7;
	text-decoration:none;
}
.popout a:hover {
	color: #f16743;
	text-decoration: underline;
}	

/*remove rounded corners on input buttons in ios*/
input {
    /*-webkit-appearance: none;*/
    border-radius: 0;
}

/*top menu styles */
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}


/* top menu - Link Appearance*/
.sub-menu li {
	display: block !important;
	float: none;
   	padding: 5px 5px 0 5px!important;
	background-image: none!important;
}

.sub-menu li a {
    text-decoration: none;
    /*display:inline-block;
	width: 190px;*/
}

.sub-menu li a:hover {
    background: #7876d8;
	color: #ffffff;	
}
	
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}

/*sub menu*/
ul.sub-menu {
	background-color: #ffffff;
	border: #7876d8 1px solid;
}

ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    left: 0;
    width: 200px;
}

ul#menu li:hover ul.sub-menu {
    display:block;
}

/*added by Caro - to create a subheading within menu*/	
ul#menu li.subheading {
	font-family: 'misoregular';
	font-size:19px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #7876d8;
	margin: 5px 1px 0;
	padding: 2px 5px !important;
	}	

/*end top menu styles */
/*google translate div*/
#google_translate_element {
	/*float:right;*/
	position: absolute;
	right: 0;
	top: 10px;
	
}
.translate {
	float: right;
	margin-right:10px;
	
}
.translate a:link {
	color: #4e4e4e;
	font-style:italic!important;
	
}
.translate a:visited {
	color: #4e4e4e;
	font-style:italic!important;
}

/*groups page specific styles*/

.spacer {
	min-height: 450px;
	
}
/*transfer page*/
.spacer2 {
	min-height: 350px;
}

/*longstay page*/

.spacer3 {
	min-height: 550px;
}

/*luxury page specific styles*/
/*change to bg color, bottom padding sets height*/
.container.luxury {
	padding: 10px 0 20px;
	background: #161616;
	color: #fff;
	}

.container.luxury .inner-body h2{
	font-family: 'Source Sans Pro';
	margin:0;
	padding:20px 0 14px 0;
	font-size:24px;
	font-weight:700;
	color: #fff799;
	}

.container.luxury .inner-body h4{
	font-size: 16px;
	font-style: italic;
	text-align: center;
	}

.cd-grid-wrapper
{
	position: relative;
	max-width:1010px;
	margin:0 auto;
	padding-left: 10px;
}

.cd-grid-wrapper *,
.cd-grid-wrapper *:after,
.cd-grid-wrapper *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.cd-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

.cd-grid li.top-level {
	display: inline-block;
	margin: 0 7px 13px 6px;
	vertical-align: top;
	text-align: center;
	width: 234px;
	border: 2px #2b3648 solid;
	height: 424px;
	-webkit-transition: height 750ms ease; /* For Safari 3.1 to 6.0 */
    transition: height 750ms ease;
}

.cd-grid li.top-level:hover {
	background-color:#2b3648;
}

.cd-grid li.top-level > a {
	height: 420px;
	overflow: hidden;
}

.cd-grid li > a,
.cd-grid li > a img {
	color: #fff;
	border: none;
	outline: none;
	display: block;
	position: relative;
	text-decoration: none;
}

.cd-grid .banner-holder {
	width: 230px;
	height: 200px;
	overflow: hidden;
}

.cd-grid .banner-holder img {
	min-height: 200px;
}

.cd-grid .luxury-overview {
	margin: 0 3px;
}

.cd-grid h2 {
	font-family: 'Source Sans Pro';
	font-size: 16px;
	margin-top: 10px;
	height: 130px;
	overflow: hidden;
}

.cd-grid h3 {
	font-size: 15px;
	margin-top: 10px;
	color: #fff799;
	
}

.cd-grid h4 {
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
}

.cd-grid li.cd-expanded {
	background: #2b3648;
}

.cd-expander {
	position: absolute;
	background: #2b3648;
	top: auto;
	left: 0;
	margin: 10px 17px 0 16px;
	text-align: left;
	height: 0;
	width: 987px;
	overflow: hidden;
	-webkit-transition: height 750ms ease; /* For Safari 3.1 to 6.0 */
    transition: height 750ms ease;
}

.cd-expander-inner {
	padding: 25px 0 10px;
	height: 100%;
}

.cd-close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.cd-close::before,
.cd-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-close:hover::before,
.cd-close:hover::after {
	background: #fff;
}

.cd-details {
	width: 100%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.cd-details {
	padding: 10px 20px 20px;
}

.cd-details a {
	color: #fff799;
	}

.cd-details .contact span {
	display: inline-block;
	width: 75px;
}

.cd-details img.luxury-logo {
	float: right;
	margin: 0 20px 20px;
}

.cd-details .cd-details-title {
	margin-bottom: 20px;
}

.cd-details h3 {
	display: inline;
	font-weight: 300;
	font-size: 25px;
	vertical-align: middle;
}

.cd-details p {
	margin: 0 0 15px;
}

.cd-details > ul {
	margin: 0 0 15px 15px;
	list-style-type: disc;
}

.cd-details div.contact {
	margin-bottom: 15px;
}

.cd-details .luxury-properties {
	margin: 0 auto;
	text-align: center;
}

.cd-details .luxury-properties li {
	display: inline-block;
	margin: 0 7px 13px 6px;
	vertical-align: top;
	text-align: center;
	width: 230px;
	height: 220px;
	font-size: 13px;
	color: #fff;
}

.cd-details .luxury-properties li:hover {
	background-color:#b4bfd2;
	color: black;
}

.cd-details .luxury-properties a {
	color: inherit;
}

.cd-details .luxury-properties .property-details {
	margin: 10px 5px 0;
	border: none;
}

.cd-details .luxury-properties .property-details strong {
	font-size: 15px;
	color: #fff799;
}

#luxuryfilter {
	/*position: relative;
	float: right;*/
	background: none;
	font-family: 'misolight';
	font-size: 20px;
	text-transform:uppercase;
	color: white;
	margin: 0;
	padding-top: 0; 
}

#luxuryfilter p {
	display:inline-block;
	vertical-align:middle;
	margin: 0 5px 0 0;
}

#luxuryfilter span {
	color: inherit;
	font-size: 20px;
	display: block;
}

#luxuryfilter .dd {
	display: inline;
	margin: 0 2px;
}

#luxuryfilter .dd .ddTitle {
	padding:2px;
	
}
	
#luxuryfilter .dd .ddTitle span.ddTitleText {
	text-indent:2px; 
	overflow:hidden; 
	line-height:16px;
}

#luxuryfilter .dd .ddTitle span.arrow {
	background:url(../img/sprite.png) no-repeat -138px -20px !important; 
	float:right; 
	display:inline-block;
	width:11px; 
	height:6px; 
	cursor:pointer; 
	margin:5px 3px 5px 0px;
}

#luxurysearch {
	float: right;
}

/*ultra luxury and luxury heading rows*/	
.category{
	display: block;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	color: #FFFFFF;
	
	font-family: 'misoregular';
	font-size: 21px;
	margin: 0px 0px -1px;
	min-height: 25px;
	padding: 9px 17px 7px 30px;
	text-decoration: none;
	position: relative;
	background-color: #2b3648;
	background-image: url(../img/luxury-bg.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	}
/*container for luxury properties*/	
.luxuryproperties {
	background-color:#2b3648;
	overflow: hidden;
	padding:0!important;
	margin:0;
	/*color: #ffffff;*/
	
	
}
.luxuryproperties td span {
	font-size: 11px;
}

.luxuryproperties td a:hover {
	color:#7876d8;
	
}

	
.luxuryproperties .multipleproperties {
	
	text-align:center;
	padding:10px;
	}

/*resize thumbnail images on luxury page*/	
.luxurythumbnail {
	max-width: 70%!important;
}
	
/*single div styles*/
.nomargin-top {
	margin-top: 20px;
	background-color:#7876d8;
}

.singlecontainer {
	
	/*padding:10px;
	margin: 10px 20px;
	text-align:center;*/
	
	padding: 20px;
	background-color: #2B3648;
	
	width:990px;
	margin:0 auto;
	}
	
.singlecontainer a, .singlecontainer a:visited {
	color:#fff9b7;
}

.singlecontainer a:hover {
	
	color:#f16743;
}

.calendar_wrapper {
	background-color: #2B3648;
	
}
.calendar_inner {
	text-align: left;
	color:#fff;
	padding:5px;
	
	
}

.col-md-4 {
	color: #fff!important;
}

.contact_btn a{
	background:#f16743;
	/*display:block;*/	
	font-family: 'misobold';
	font-size:18px;
	text-align:center;
	padding:5px 10px;
	color:#fff!important;
	text-decoration:none !important;
	text-transform:uppercase;
	border: none;
	/*width: auto;*/
	cursor: pointer;
	}
	
.contact_btn a:hover {
	color:#fff !important;
	background-color:#dd3a00;
	text-decoration:none;
	}

/*main block buttons on home page*/
.main_btn a{
	display: inline-block;
	/*width: 132px;*/
	padding:5px 2px;
	background:#f16743;
	font-family: 'misobold';
	font-size:16px;
	vertical-align: bottom;
	text-align:center;
	color:#fff!important;
	text-decoration:none !important;
	text-transform:uppercase;
	white-space: nowrap;
	border: none;
	cursor: pointer;
	margin: 0 5px 10px 0;
}

.iframe .main_btn a {
	display: inline;
}
	
.main_btn a:hover {
	color:#fff !important;
	background: #dd3a00;
	text-decoration:none;
	}	

/*inline buttons on home and landing page*/
.inline_btn a{
	padding:5px 11px;
	background:#f16743;
	font-family: 'misobold';
	font-size:16px;
	vertical-align: bottom;
	text-align:center;
	color:#fff!important;
	text-decoration:none !important;
	text-transform:uppercase;
	white-space: nowrap;
	border: none;
	cursor: pointer;
	margin: 0 5px 0 0;
}
	
	
.inline_btn.minheight a {
	line-height: 35px;
}

.inline_btn a:hover {
	color:#fff !important;
	background: #dd3a00;
	text-decoration:none;
	}	

	
/*for contact.asp. prices.asp, reserve.asp and propavailability.asp*/
.contactform {
	 margin-top: 10px!important;
 }


.subscribe {
	background-color: #2b3648;
	
	/*min-height: 200px;*/
	color: #fff;
	padding: 10px 10px;
	width: 400px;
	margin-left: auto ;
  margin-right: auto ;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}


.subscribe h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	color:#fff;
	margin:0px;
	font-style:italic;
	font-weight:300;
	padding-bottom:8px;
	}
.subscribe h2 {
	display: inline-block;
	background: #F16743;
	font-family: 'misobold', sans-serif;
	text-transform: uppercase;
	font-size:21px;
	color:#fff;
	margin:0px;
	font-weight:600;
	padding:8px;
	}
	
.subscribe .input_txt2 {
	width:180px;
	height:23px;
	border:1px solid #d6d6d6;
	font-size:11px;
	color:#4e4e4e;
	padding:5px;
	/*margin:0px 1px 0 0;
	float:left;*/
	text-transform:inherit;
	}
.subscribe .text {
	border: 0;
	padding: 5px;
}


.subscribe .selectcell {
	background:none;
	border:0;
	
	}
	
.subscribe .submit {
	background:#7876d8;
	/*width:107px;*/
	height:30px;
	width: 200px;
	font-family: 'misobold';
	font-size:14px;
	color:#fff;
	padding:5px;
	text-transform:uppercase;
	text-align:center;
	/*float:left;*/
	border:0px;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
	
.subscribe .enquire {
	
	background:#7876d8;
	/*width:107px;*/
	height:20px;
	width: 150px;
	font-family: 'misobold';
	font-size:14px;
	color:#fff!important;
	padding:5px;
	text-transform:uppercase;
	text-align:center;
	/*float:left;*/
	border:0px;
	cursor:pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.subscribe a {
	
	
	color:#fff;
	
	}
.alert {
	font-size: 15px;
	color: #fff9b7;
	padding-bottom: 10px;
}
	

	
/*styles for owner-overview pages*/

#overview {
	background-color: #2b3648;
	
	/*min-height: 200px;*/
	color: #fff;
	padding: 10px 5px;
	width: 90%;
	margin-left: auto ;
  margin-right: auto ;
  margin-bottom: 20px;
}

#overview h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:26px;
	color:#fff;
	margin:0px;
	font-style:italic;
	font-weight:300;
	padding-bottom:8px;
	}
#overview h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:22px;
	color:#fff;
	margin:0px;
	font-style:italic;
	font-weight:300;
	padding-bottom:8px;
	}
	
.luxury .luxuryOverview {
	float: right;
	/*width: 170px;
	height: 23px;*/
	background-image: url(/assets/css/images/luxurytabOverview.png);
	background-position: right top;
	background-repeat: no-repeat;
}

/*OwnerOverview styles */

.advertisedsince {
	color: #fff;
}
.ownerlogo {
	/*max-height: 50px;*/
	float:right;
	padding: 20px 0 0 0;
}
.overview .icons {
	text-align: left!important;
	padding: 5px 0;
	
}
.resortname h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:25px;
	color:#fff!important;
	font-weight:normal;
	line-height:normal;
	margin:0px 0 5px;
	padding:0px;
	}



/*end of Caro*/

/*Resort pages*/
.resort_wrapper {
	background-color: #2B3648;
}

.resort_wrapper td, .resort_wrapper th {
	vertical-align: top;
	text-align: left;
}

.resort_wrapper h1 {
	margin-top: 8px;
}

.resort_wrapper #more_info td {
	padding-bottom: 10px;
}

.resort_block1 #photos {
	text-align: center;
	margin: 0 auto;
}

.resort_block1 #photos span {
	font-size: 9px;
}

.resort_block1{
	float: left;
	width: 250px;
	padding: 20px 40px;
	color: #FFF;
}

.resort_block1 a, .resort_block1 a:visited, .resort_block3 a, .resort_block3 a:visited{
	color:#fff9b7;
}
.resort_block2 a, .resort_block2 a:visited {
	color:#7876d8;
}

.resort_block1 a:hover, .resort_block2 a:hover, .resort_block3 a:hover {
	
	color:#f16743;
}

.resort_block2 {
	background-color: #fff;
	width: 620px;
	padding: 20px;
}

.resort_block3 {
	background-color: #7876D8;
	width: 620px;
	min-height: 200px;
	color: #fff;
	padding: 20px;
}




/*Royalslider specific css*/

.standard .royalSlider {
	width: 100%;
	height: 300px;
	position: relative;
	direction: ltr;
}

.luxury .royalSlider {
	width: 100%;
	height: 400px;
	position: relative;
	direction: ltr;
}

.royalSlider > * {
	float: left;
}

.royalSlider .rsSlide img {
    opacity: 1.0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: scale(0.8);  
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.royalSlider .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);  
    -moz-transform: scale(1); 
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #151515;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}

a.rsImg {
	/*display: none;*/
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(images/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(images/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(images/blank.gif);
}

/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url('images/rs-default.png');
	border-radius: 2px;
}

.standard .rsDefault .rsArrowIcn {
	background-color: #339;
	background-color: rgba(51,51,153,0.75);
	*background-color: #339;
}

.standard .rsDefault .rsArrowIcn:hover {
	background-color: rgba(51,51,153,0.9);
}

.luxury .rsDefault .rsArrowIcn {
	background-color: rgba(0,0,0,0.75);
}

.luxury .rsDefault .rsArrowIcn:hover {
	background-color: #000;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.standard .rsDefault .rsBullets{
	background-color:#30309C;
	}
	
.luxury .rsDefault .rsBullets{
	background-color:rgba(0,0,0,0.75);
	}

.rsDefault .rsBullets {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}

/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('images/rs-default.png') 0 0;
	border-radius: 2px;

}

.standard .rsDefault .rsFullscreenIcn {
	background-color: #339;
	background-color: rgba(51,51,153,0.75);
	*background-color: #339;
}

.stdanrd .rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(51,51,153,0.9);
}

.luxury .rsDefault .rsFullscreenIcn {
	background-color: rgba(0,0,0,0.75);
}

.luxury .rsDefault .rsFullscreenIcn:hover {
	background-color: #000;
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(images/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('images/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(images/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

/***************
*
*  8. Global caption
*
**************/

.rsDefault .rsGCaption {
  width: 100%;
  position: absolute;
  float: left;
  left: auto;
  bottom: 15px;
  text-align: center;
}

.stadard .rsDefault .rsGCaption span {
	background: rgb(0, 0, 0);
    background: rgba(51,51,153,0.75);
    display: inline-block;
	max-width: 340px;
	color: #FFF;
	padding: 2px 8px;
	border-radius: 2px;
}

.luxury .rsDefault .rsGCaption span {
	background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.75);
    display: inline-block;
	max-width: 340px;
	color: #FFF;
	padding: 2px 8px;
	border-radius: 2px;
}

/***************
*
*  9. Video
*
**************/

.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

/*Dynamic menus
---------------*/

.menuheader {
	height: 60px;
	background: #fff;
}

.menuheader img {
	position: absolute;
	left: 18px;
	Top: 16px;
}
.menuwrapper{
	margin: 20px;
	width: 200px;
}

#dmenu {
    float: left;
    width: 180px;
	list-style-type: none;
	margin: 0px 0 0;
	padding: 0;
}

#dmenu ul {
	list-style-type: none;
}

#dmenu li.baselocation {
	display: block;
	padding: 7px 15px;
	color: #fff;
	background-color: #2B3648;
	border-bottom: 1px solid #fff;
	font-family: "misobold";
    font-size: 22px;
}

#dmenu li.summer {
	display: block;
	height: 18px;
	padding: 4px 15px 10px 40px;
	background-color: #F16743;
	background-image: url(/assets/img/summer-icon-32x32.png);
	background-repeat: no-repeat;
	background-position: Left center;
	border-bottom: 1px solid #fff;
    font-family: "misobold";
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

#dmenu li.luxury {
	display: block;
	height: 18px;
	padding: 4px 15px 10px 40px;
	background-color: #2b3648;
	background-image: url(/assets/img/luxury-icon32x32.png);
	background-repeat: no-repeat;
	background-position: Left center;
	border-bottom: 1px solid #fff;
    font-family: "misobold";
    font-size: 22px;
    color: #fff;/*799;*/
    text-transform: uppercase;
}

#dmenu .myfilters {
	padding: 1px 5px 1px 15px;
	display: block;
	color: #FFF;
	background-color: #2b3648;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#dmenu .myfilters span {
	float: right;
	font-size: 0.7em;
	color: #f16743;
	cursor: pointer;
	padding-top: 3px;
}

#dmenu .myfilters span:hover {
	color: #DD3A00;
}

#dmenu li.menuspacer {
	height: 5px;
}

#dmenu li.noresults {
	padding: 5px 20px 5px 15px !important;
	display: block;
	color: #fff9b7;
	font-style: normal;
	font-weight: bold;
	background-color: #4D4D4D;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#dmenu li a {
    display: block;
    padding: 7px 15px;
    background: #7876D8;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}

#dmenu li a:hover, #dmenu li a.active {
    background: #2B3648;
    color: #fff;
}

#dmenu .cursearch a {
	padding: 1px 20px 1px 20px !important;
	display: block;
	color: #FFF;
	background-color: #7876d8;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	background-image: url(images/Button-delete-icon.png);
	background-repeat: no-repeat;
	background-position: 162px 50%;
}

#dmenu .cursearch a:hover {
	color: black;
	background-color: #DD3A00;
	background-image: url(images/Button-delete-icon.png);
	background-repeat: no-repeat;
	background-position: 162px 50%;
}

#dmenu .addfilter a {
	padding: 1px 20px 1px 20px !important;
	display: block;
	color: #FFFFFF;
	background-color: #2b3648;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	background-image: url(images/Button-add-icon.png);
	background-repeat: no-repeat;
	background-position: 162px 50%;
}

#dmenu .addfilter a:hover {
	color: #fff9b7;
	background-color: #4e4e4e;
	background-image: url(images/Button-add-icon.png);
	background-repeat: no-repeat;
	background-position: 162px 50%;
}

#dmenu .showall a {
	padding: 5px 20px 5px 17px;
	display: block;
	color: #FFF9B7;
	background-color: #9999FF;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#dmenu .showall a:hover {
	color: #FFF9B7;
	background-color: #2B3648
}

#dmenu li.availabilityheader {
	padding: 1px 5px 1px 6px !important;
	display: block;
	color: #FFF9B7 !important;
	background-color: #7876d8;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	border-top: 1px solid #000066;
	
	border-bottom: 1px solid #9999FF;
	text-decoration: none;
}

#dmenu li.available a, #dmenu li.available a:hover {
	/*background-color: #7876d8;*/
	background-image: url(images/icon_available.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
	/*padding-left: 0!important;
	margin-left: 0!important;*/
}

#dmenu li.partavailable a, #dmenu li.partavailable a:hover {
	/*background-color: #7876d8;*/
	background-image: url(images/icon_partavailable.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
	/*padding-left: 0!important;
	margin-left: 0!important;*/
}

#dmenu li.maybeavailable a, #dmenu li.maybeavailable a:hover {
	/*background-color: #7876d8;*/
	background-image: url(images/icon_maybeavailable.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
	/*padding-left: 0!important;
	margin-left: 0!important;*/
}

#dmenu li ul {
    display: none; // used to hide sub-menus
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#dmenu li ul li a {
    padding: 7px 25px;
    color: #4D4D4D;
    font-size: 12px;
    background: #ececec;
    border-bottom: 1px dotted #ccc;
}

.menuwrapper a.button1 {
	background:#F16743 url(../img/arrow.png) 160px 13px no-repeat;
	display:block;	
	position:relative;
	height:40px;
	text-decoration:none;
	width:160px;
	padding:0 10px 0 10px;
	}
	
.menuwrapper a.button1:hover {
	background:#DD3A00 url(../img/arrow.png) 160px 13px no-repeat;
	}	
	
.menuwrapper a.button1 em {
	background:#2b3648 url(../img/sprite.png) -75px -148px;
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:75px;
	text-align:center;
	}
	
.menuwrapper a.button1 small {
	display:block;
	font-family: 'misolight';
	font-size:24px;
	color:#fff;
	padding:7px 0px 3px 2px;
	}
	
.menuwrapper a.button1 b {
	font-family: 'misobold';
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
	}
	
.menuwrapper .dropmenu {
	background:#fff;
	width: 175px;
	display:none;
	}
	
.menuwrapper .dropmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
.menuwrapper .dropmenu ul li {
	display:block;
	}
	
.menuwrapper .dropmenu ul li a{
	display:block;
	color:#2B3648;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-size:14px;
	padding:4px 10px;
	text-decoration:none;
	border-bottom:1px solid #7d7bd9;
	}

	
.menuwrapper .dropmenu ul ul {
	display:none;
	}
	
.menuwrapper .dropmenu ul li li a {
	padding:4px 0px 4px 20px;
	}

/*Main Search
---------------*/

#searchForm {
	color: #fff;
}

#searchForm a {
	color: #fff;
	text-decoration: underline;
}

#searchForm a:hover {
	color: #FFF9B7;
	text-decoration: underline;
}

.searchform {
	background:url(../img/searchform_bg.png) repeat;
	color:#fff;
	padding:20px 45px;
	position:relative;
	}

#resetsearch {
	float: right;
}

.leftlabel {
	display: inline-block;
	width: 150px;
}

#searchForm .search_form_row {
	margin: 3px 0;
	height: 45px;
}

#searchForm .search_form_row span.smalltext {
	margin-left: 5px;
	margin-bottom: 3px;
}

#searchForm .dd .ddTitle {
	padding:7px 3px 0;
	height: 29px;
	text-indent:2px;
	overflow:hidden;
	white-space: nowrap;
}

#searchForm .dd .ddTitle span.ddTitleText {
	text-indent:1px; 
	overflow:hidden; 
	line-height:16px;
}

#searchForm .dd .ddTitle span.arrow {
	background:url(../img/sprite.png) no-repeat -138px -20px !important; float:right; display:inline-block;width:11px; height:6px; cursor:pointer; margin:9px;
}

#searchForm .calendar {
	width:440px;
	height:45px;
	margin:0 0 0px;
	position:relative;
	}
	
#searchForm .ui-datepicker-trigger {
	position:absolute;
	right:18px;
	top:10px;
	}

#searchForm #basisboxes {
	margin: 0 auto 10px;
	text-align: center;
	
}

#searchForm #basisboxes .basisboxgroup {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#searchForm .basisbox {
	width: 200px;
	height: 25px;
}

.mainsearch .container {
	padding:0px 0 74px;
}

.mainsearch .slider_txt {
	padding:35px 0px 27px;
}

/*Search results*/

#searchoptions {
	/*position: relative;
	float: right;*/
	text-align: right;
	background: none;
	font-family: 'misolight';
	font-size: 15px;
	text-transform:uppercase;
	color: white;
	margin: 0;
	padding-top: 0; 
}

#searchoptions p {
	display:inline-block;
	vertical-align:middle;
}

#searchoptions span {
	color: inherit;
}

#searchoptions .dd {
	margin: 0 2px;
}

#searchoptions .dd .ddTitle {
	padding:2px;
	
}

#searchoptions .dd .ddTitle span.ddTitleText {
	text-indent:2px; 
	overflow:hidden; 
	line-height:16px;
}

#searchoptions .dd .ddTitle span.arrow {
	background:url(../img/sprite.png) no-repeat -138px -20px !important; 
	float:right; 
	display:inline-block;
	width:11px; 
	height:6px; 
	cursor:pointer; 
	margin:5px 3px 5px 0px;
}

/*Sales Search results*/

#salessearchoptions {
	/*position: relative;
	float: right;*/
	text-align: center;
	background: none;
	font-family: 'misolight';
	font-size: 20px;
	text-transform:uppercase;
	color: white;
	margin: 0;
	padding-top: 0; 
}

#salessearchoptions div.group1, #salessearchoptions div.group2 {
	display: inline;	
}

#salessearchoptions div.option1, #salessearchoptions div.option2, 
	#salessearchoptions div.option3, #salessearchoptions div.option4 {
	display: inline;
	}

#salessearchoptions p {
	display:inline-block;
	vertical-align:middle;
	margin: 0 5px;
}

#salessearchoptions span {
	color: inherit;
	font-size: 20px;
}

#salessearchoptions .dd {
	margin: 0 2px;
}

#salessearchoptions .dd .ddTitle {
	padding:2px;
	
}
	
#salessearchoptions .dd .ddTitle span.ddTitleText {
	text-indent:2px; 
	overflow:hidden; 
	line-height:16px;
}

#salessearchoptions .dd .ddTitle span.arrow {
	background:url(../img/sprite.png) no-repeat -138px -20px !important; 
	float:right; 
	display:inline-block;
	width:11px; 
	height:6px; 
	cursor:pointer; 
	margin:5px 3px 5px 0px;
}

/*Results page navigation*/
.pagenav {
	position: relative;
	width: 100%;
	text-align: center;
}

.pagelinks {
	padding-bottom: 15px;
}

.pagelinks span {
	display: inline;
	margin: 0 2px;
}

.pagelinks A {
	text-decoration: none;
}

.pagelinks #curpage {
	font-size: 125%;
}

.pagenav .prevbtn {
	position: absolute;
	left: 0px;
}

.pagenav .nextbtn {
	position: absolute;
	right: 0px;
}
/*styles for moreservices.htm*/
.dk-bg {
	background-color: #2b3648;
	padding: 10px;
	margin-bottom: 10px;
	min-height: 150px;
	color:#fff!important;
}

.dk-bg:hover {
	background-color: #F16743;
}

.col-md-4 a:hover {
	text-decoration: none !important;
	color: #fff!important;
}

.go_btn a{
	background:#f16743;
	/*display:block;*/	
	font-family: 'misobold';
	font-size:12px;
	text-align:center;
	padding:2px 5px;
	color:#fff!important;
	text-decoration:none !important;
	text-transform:uppercase;
	border: none;
	/*width: auto;*/
	cursor: pointer;
	}
	
.go_btn a:hover {
	color:#fff !important;
	background-color:#dd3a00;
	text-decoration:none;
	}
/*btn style for solutionsroominfo.htm */
.go_btn2 a{
	background:#f16743;
	/*display:block;*/	
	font-family: 'misobold';
	font-size:18px;
	text-align:center;
	padding:2px 5px;
	color:#fff!important;
	text-decoration:none !important;
	text-transform:uppercase;
	border: none;
	/*width: auto;*/
	cursor: pointer;
	}
	
.go_btn2 a:hover {
	color:#fff !important;
	background-color:#dd3a00;
	text-decoration:none;
	}
/*Page editor specific styles*/

.editor .smallexplanation {
	font-size: 15px;
	font-weight: 600;
	color: #db3c13;
}

.editor .smallexplanation a {
	color: #db3c13;
	text-decoration: underline;
}

.images .smallexplanation {
	background-color: #151515;
	margin: 0;
	padding: 5px 10px 0;
}

.mailing-options {
	color: #fff;
	text-align: left;
}

.mailing-options p.newsletter-description {
	font-size: 11px;
	margin: 5px 0 0 10px;
}

/* Christmas Styles */

.bannerXMASbg {
	background:url(../img/banner-xmas7.jpg) left center no-repeat;
	height:300px;
	clear:both;
	width:100%;
	position:relative;
	}

.banner_xmas,
.banner_content {
	/*width:570px;
	float:right;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	color:#fff;
	padding:86px 0 0;
	font-weight:normal;
	font-weight:900;
	
	}
		
.banner_xmas h1,
.banner_content h1 {
	font-size:62px; /*previously 62px*/
	margin:0px;
	line-height:75px;
	font-weight:900;
	text-transform:uppercase;
	}
	
.banner_xmas p,
.banner_content p {
	line-height:22px;
	padding-left:0px;
	font-weight:600;
	font-size: 21px;
	}
	
.banner_content span {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 0 0 0 0;
    line-height: 23px;
}

.xmas-text {
	color:#fff;
	padding-top: 20px;
	line-height: 25px;
	
}
/* New Year Styles */

.bannerNYbg {
	background:url(../img/banner-ny2.jpg)  center center no-repeat;
	height:300px;
	clear:both;
	width:100%;
	position:relative;
	}

/*Half term banner*/
.banner-HalfTermbg {
	background:url(../img/banner-halfterm2.jpg) right center no-repeat;
	height:300px;
	clear:both;
	width:100%;
	position:relative;
	}
/*Easter banner*/
	
.bannerEasterbg {
	background:url(../img/banner-easter2.jpg) right center no-repeat;
	height:300px;
	clear:both;
	width:100%;
	position:relative;
	}
	
/*banner catered*/	
.bannercateredbg {
	background:url(../img/banner-catered.jpg) right center no-repeat;
	height:300px;
	clear:both;
	width:100%;
	position:relative;
	}

/*banner self-catered*/	
.bannerselfcateredbg {
	background:url(../img/banner-selfcatered.jpg) left top no-repeat;
	height:300px;
	clear:both;
	width:100%;
	position:relative;
	}
	
/*banner skiholidays*/	
.bannerskiholidaysbg {
	background:url(../img/banner-skiholidays.jpg) right center no-repeat;
	height:300px;
	clear:both;
	width:100%;
	position:relative;
	}
	
/*Competition block*/


.competitionblock a, .competitionblock a:visited {
	color:#7876d8;
}

.competitionblock a:hover, .competitionblock a:hover {
	
	color:#f16743;
}

.competitionblock {
	background-color: #fff;
	/*width: 620px;*/
	padding: 20px;
}

/*Rating bars*/

.ratings .rating {
  max-width:400px;
  margin:0 auto;
}

.ratings h4 {
	font-size:15px;
	padding:10px 0px 4px;
	font-style: normal;
}

.ratings .rating-bar {
  background:#2b3648;
  padding:3px;
}
.ratings .rating-bar span {
  display:block;
  height:18px;
  margin:0px;
  background:#fff9b7;
  text-align: center;
  font-style: normal;
  font-size: 11px;
  color: black;
}

.ratings .recommendation h4 {
	color:#fff;
}

.ratings .recommendation .rating-bar span {
	background: #F16743;
}

.ratings .rating-bar, .ratings .rating-bar span {
  border-radius:5px;
}

.errormessage {
	padding: 60px 0 40px;
}

.errormessage h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:30px;
	color:#fff;
	margin: 0 0 10px;
	font-weight:500;
	text-align:center;
	}

.errormessage p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:25px;
	color:#fff;
	margin: 0 0 10px;
	font-weight:250;
	text-align:center;
	}	
	
/*Standard classes for for homepage/landing pages*/

.img-circle {
    border-radius: 50%;
    vertical-align: middle;
    min-height: 60px;
}

.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    padding: 20px 0 10px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

row::before, row::after, {
	display:table;
	content:" ";
}

row::after {
	clear:both;
}

.col-md-4 {
    margin-bottom: 20px;
    text-align: center;
}

/*Advertise with us specific styling*/

.container.advertise {
	padding-bottom: 0;
}

.advertise .row h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    height: 50px;
    color: #fff;
    margin: 0px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}

.container.featurette {
	background: none;
    background-color: #2b3648;
    color: #fff;
}

.featurette .wrapper {
	padding: 100px 10px 50px;	
}

.featurette h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 35px;
    color: #fff;
    margin: 0px;
    font-style: italic;
}

.featurette h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0px;
    font-style: italic;
}

.featurette a, .featurette a:visited {
    color: #fff9b7;
    text-decoration: underline;
}

.featurette a:hover {
    color: #f16743;
    text-decoration: underline;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.featurette .star {
    line-height: 1.5;
    background-image: url(images/star-advertising.png);
    background-repeat: no-repeat;
    padding-left: 28px;
}

.text-muted {
    color: #fff9b7;
}

/*Contact form styling*/

.contact-section #contact_wrapper {
	margin: 0 13px 25px 0;
	position: relative;
}

#contact_form *, #contact_form *:before, #contact_form *:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

#contact_form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contact_form li {
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	position: relative;
}

#contact_form ul label, #contact_form ul input, #contact_form ul textarea {
	display: block;
	border: 0;
}

#contact_form  ul input, #contact_form ul textarea {
	width: 100%;
	height: 100%;
	padding: 1.5em 1em 0.75em;
	font: 1.03em/1.5 Helvetica, sans-serif;
    color: #4e4e4e;
}

#contact_form ul textarea {
	height: 16em;
	resize: none;
}

#contact_form label {
	font-size: .8125em;
	position: absolute;
	top: 0.63em;
	left: 1.33em;
	color: #f1773b;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}

#contact_form .js-hide-label label {
	opacity: 0;
	top:1.5em;
}

#contact_form .js-unhighlight-label label {
	color: #999;
}

#contact_form .text_fullwidth {
	margin-bottom: 10px;
}

#contact_form *:focus {  
	border: 1px solid #7876d8;  
}

#contact_form .required:valid {  
	background: #dfd;
}

#contact_form .required:error {
	background: #999;
}

#contact_form .alert {
	text-align: center;
}

#contact_form .alert span {
	display: block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 25px;
	margin-bottom: 15px;
}

#contact_form .footnote {
	float: right;
	color: #fff;
	margin-top: 10px;
}

#contact_wrapper .status_message {
	display: none;
	position: fixed;
	width: 50%;
	background: white;
	color: #4e4e4e;
	top: 30%;    
	left: 0;  
	right: 0;  
	margin: auto;  
	padding: 20px;
	text-align: center;
	font-size: 15px;
}

#contact_wrapper .status_message span {
	display: block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 25px;
	margin-bottom: 15px;
}

.content #videoplayer {
	display:block;
	margin: 15px auto 40px;
	width: 400px;
	height: 225px;
}

.property-details #videoplayer {
	display:block;
	margin: 20px auto 0;
	width: 400px;
	height: 225px;
}

.content p.videolinks {
	margin-bottom: 30px;
}

.fancybox #PlaceHolderImage {
	position: relative;
	margin-bottom: 13px;
}

.fancybox .PlayBtnIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    display: block;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url(/assets/css/images/rs-default.png) no-repeat -7px -39px;
    background-color: rgba(0,0,0,0.75);
}

.photo-slider-bg .fancybox #PlaceHolderImage img {
    margin: 0;
}

