@charset "UTF-8";

/* :: Contents */
/* ----------------------------------------------------- */

/* 1. Colours */
/* 2. Reset */
/* 3. Base */
/* 4. Hero */
/* 5. Navigation */
/* 6. Container */
/* 7. Text */
/* 8. Headers */
/* 9. Secondary Sliders */
/* 10. From */
/* 11. Footer */
/* 12. Video */
/* 13. Language */
/* 14. Animation */
/* 15. Flexslider */
/* 16. Media Queries */


/* :: 1. Colours */
/* ----------------------------------------------------- */

/* Dark-blue: #001f2a; */


/* :: 2. Reset */
/* ----------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

button, input {
	line-height: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	*overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}


/* :: 3. Base */
/* ----------------------------------------------------- */

html, body {
	min-height: 100%;
}

body {
	background: #747c76;
	font-family: "brandon-grotesque", "Brandon Grotesque", Futura, "Futura PT", "Gill Sans", sans-serif;
}

a {
	text-decoration: none;
}

.italic {
	font-style: italic;
}

#wrapper {
	width: 100%;
	overflow-x: hidden;
}

#container, #nav-container, .hero-container, #footer-container, #video-top {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
}


/* :: 4. Hero */
/* ----------------------------------------------------- */

#hero {
	height: 800px;
	background-size: 100% auto;
	margin-top: 0;
}

.hero-slide {
	padding: 150px 15px 100px 15px;
	height: 800px;
	color: #d8c29b;
	text-shadow: rgba(0,0,0,0.3) 0 1px;
	font-size: 1.8em;
	line-height: 1.5em;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

#hero-slide-1 {
	background-image: url(../library/images/sliders/hero-1.jpg);
}

#hero-slide-2 {
	background-image: url(../library/images/sliders/hero-2.jpg);
}

#hero-slide-3 {
	background-image: url(../library/images/sliders/hero-3.jpg);
}

#hero-slide-4 {
	background-image: url(../library/images/sliders/hero-4.jpg);
}

#hero-slide-5 {
	background-image: url(../library/images/sliders/hero-5.jpg);
}
#hero-slide-6 {
	background-image: url(../library/images/sliders/hero-6.jpg);
}

#hero-slide-7 {
	background-image: url(../library/images/sliders/hero-7.jpg);
}


.hero-overlay {
	width: 100%;
	height: 100%;
	background: transparent;
	background: rgba(116,124,118,0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 200px;
}

.hero-container p {
	z-index: 100;
}

#footer-hero {
	height: 650px;
	background: url(../library/images/footer-hero.jpg) center top no-repeat;
	background-size: 100% auto;
	position: relative;
	margin-top: -200px;
	z-index: -1;
}

#hero-slider-overlay-1, #hero-slider-overlay-2, #hero-slider-overlay-3 {
	opacity: 0;
	display: none;
}


/* :: 5. Navigation */
/* ----------------------------------------------------- */

nav {
	padding: 10px 0;
	background: #002A5B;
	position: fixed;
	top: 0;
	z-index: 2000;
	width: 100%;
	box-shadow: #001f2a 0 0 20px;
	opacity: 0.8;
}

nav:hover {
	opacity: 1;
}

#nav-container {
	position: relative;
	min-height: 70px;
}

#nav-logo {
	width: 257px;
	height: 77px;
	background: url(../library/images/nav-logo@2xnew.png) center top no-repeat;
	background-size: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-indent: -9999px;
	vertical-align: middle;
	position: absolute;
	cursor: pointer;
}

#nav-container ul {
	width: 100%;
	float: right;
	list-style: none;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: right;
}

#nav-container ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}

#nav-container ul li a {
	font-family: "Catorze27Style1-Bold", Catorze27, Furura, "Futura PT", sans-serif;
	font-size: 1.26em;
	line-height: 1.4em;
	color: #d8c29b;
	padding: 40px 10px 0px 10px;
	display: block;
	cursor: pointer;
	opacity: 0.7;
	text-align: left;
	text-transform: uppercase;
}

#nav-container ul li a:hover, #nav-container ul li a.active {
	color: #fff;
	opacity: 1;
}


/* :: 6. Container */
/* ----------------------------------------------------- */

#container {
	min-height: 800px;
	background: #404041;
	position: relative;
	top: -100px;
	z-index: 20;
}

.section-dark, .section-light, #footer-container {
	background-color: #404041;
	padding: 90px 15px;
	color: #FFFFFF;
	text-shadow: #08323f 0 1px;
	overflow: hidden;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
}

.section-dark p::selection {
	background: #d8c29b;
	color: #404041;
	text-shadow: rgba(255,255,255,0.3) 0 1px;
}

.section-light {
	background-color: #d8c29b;
	color: #071f28;
	text-shadow: #fff 0 1px;
}

.section-light p::selection {
	color: #d8c29b;
	background: #404041;
	text-shadow: rgba(0,0,0,0.3) 0 1px;
}

.section-overlap {
	height: 450px;
	position: relative;
	left: -5%;
	width: 110%;
}

.section-overlap-background {
	height: 440px;
	left: -100%;
	right: -100%;
	position: absolute;
	margin-top: -20px;
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 0.5;
}

.s-first {
	background-image: url(../library/images/section-bc.jpg);
}

.s-heritage {
	background-image: url(../library/images/section-facilities.jpg);
}

.s-riviera {
	background-image: url(../library/images/section-riviera.jpg);
}

.s-amenities {
	background-image: url(../library/images/section-grounds.jpg);
}

.s-residences {
	background-image: url(../library/images/section-bc.jpg);
}

.s-interior {
	background-image: url(../library/images/section-interior.jpg);
}

.s-bespoke {
	background-image: url(../library/images/section-bespoke.jpg);
}

.s-contact {
	background-image: url(../library/images/section-contact.jpg);
	box-shadow: none;
	border-bottom: none;
}

.s-map {
	background: url(../library/images/map.jpg);
}

.s-map-bg {
	background-image: url(../library/images/map-bg.jpg);
}

.s-bedroom {
	background: url(../library/images/bedroom.jpg);
}

.s-photo1 {
	background: url(../library/images/photo1.jpg);
}

.s-photo2 {
	background: url(../library/images/photo2.jpg);
}

.s-photo3 {
	background: url(../library/images/photo3.jpg);
}
.s-photo4 {
	background: url(../library/images/photo4.jpg);
}


/* :: 7. Text */
/* ----------------------------------------------------- */

.body-text {
	font-size: 1.3em;
	line-height: 1.5em;
}

.body-text p {
	margin-bottom: 0.85em;
}

.body-text p:last-child {
	margin-bottom: 0;
}

.rlh {
	margin-top: -130px;
}

.text-right, .text-left {
	width: 58%;
}

.text-right, .header-right {
	float: right;
	margin-right: 8%;
}

.text-left, .header-left {
	margin-left: 8%;
	float: left;
}


/* :: 8. Headers */
/* ----------------------------------------------------- */

h1, h2 {
	font-family: "Catorze27Style1-Bold";
	text-transform: uppercase;
	font-weight: inherit;
	font-size: 2.3em;
	position: relative;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

h1 span.goto {
	position: absolute;
	top: -190px;
}

h2 span.goto {
	position: absolute;
	top: -630px;
}

h3 {
	font-family: "Catorze27Style1-Bold";
	text-transform: uppercase;
	font-weight: inherit;
	font-size: 1.5em;
	position: relative;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

h3 span.goto {
	position: absolute;
	top: -630px;
}

#header-logo, #footer-logo {
	background: url(../library/images/nav-logo@2x.png) center top no-repeat;
	background-size: 100%;
	display: block;
	text-indent: -9999px;
	height: 100px;
	margin-top: 10px;
}

#rlh-logo {
	background: url(../library/images/rlh.png) left top no-repeat;
	background-size: 70%;
	display: block;
	text-indent: -9999px;
	height: 150px;
	clear:  left;
}

.header-right, .header-left {
	width: 23%;
}


/* :: 9. Secondary Sliders */
/* ----------------------------------------------------- */

.secondary-slides {
	height: 450px;
	width: 100%;
	display: block;
}

#location-flexslider .slide-1 {
	background: url(../library/images/sliders/location-1.jpg) center bottom;
}

#location-flexslider .slide-2 {
	background: url(../library/images/sliders/location-2.jpg) center bottom;
}

#location-flexslider .slide-3 {
	background: url(../library/images/sliders/location-3.jpg) center bottom;
}

#location-flexslider .slide-4 {
	background: url(../library/images/sliders/location-4.jpg) center bottom;
}

#grounds-flexslider .slide-1 {
	background: url(../library/images/sliders/grounds-1.jpg) center bottom;
}

#grounds-flexslider .slide-2 {
	background: url(../library/images/sliders/grounds-2.jpg) center bottom;
}

#grounds-flexslider .slide-3 {
	background: url(../library/images/sliders/grounds-3.jpg) center bottom;
}

#grounds-flexslider .slide-4 {
	background: url(../library/images/sliders/grounds-4.jpg) center bottom;
}

#chateau-flexslider .slide-1 {
	background: url(../library/images/sliders/chateau-1.jpg) center bottom;
}

#chateau-flexslider .slide-2 {
	background: url(../library/images/sliders/chateau-2.jpg) center bottom;
}

#chateau-flexslider .slide-3 {
	background: url(../library/images/sliders/chateau-3.jpg) center bottom;
}

#chateau-flexslider .slide-4 {
	background: url(../library/images/sliders/chateau-4.jpg) center bottom;
}

#chateau-flexslider .slide-5 {
	background: url(../library/images/sliders/chateau-5.jpg) center bottom;
}

#chateau-flexslider .slide-6 {
	background: url(../library/images/sliders/chateau-6.jpg) center bottom;
}

#contact-flexslider .slide-1 {
	background: url(../library/images/sliders/contact.jpg) center bottom;
}


/* :: 10. Form */
/* ----------------------------------------------------- */

#ajax-contact-form div {
	clear: both;
	margin-bottom: 0.85em;
	overflow: hidden;
	font-size: 1em !important;
}

#ajax-contact-form label {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 2.6em;
	font-weight: 600;
	font-family: "brandon-grotesque", "Brandon Grotesque", Futura, "Futura PT", "Gill Sans", sans-serif;
	letter-spacing: 1px;
	text-align: right;
	width: 27%;
	float: left;
}

#ajax-contact-form div input, #ajax-contact-form div textarea {
	float: right;
	width: 70%;
	font-size: inherit;
	font-size: 1em;
	font-family: "brandon-grotesque", "Brandon Grotesque", Futura, "Futura PT", "Gill Sans", sans-serif;
	padding: 5px 10px;
	outline:  none; 
	background: #FFFFFF;
	opacity: 0.8;
	border-style: none !important;  
}

#ajax-contact-form div input: focus, #contact-form textarea: focus {
	opacity: 1;
}

#ajax-contact-form div textarea {
	resize: none;
	height: 200px;
	display: block;
}

#ajax-contact-form .send-button, .button {
	padding: 10px;
	display: block;
	float: right;
	width: 70%;
	text-align: center;
	background: #747C76;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	font-family: "brandon-grotesque", "Brandon Grotesque", Futura, "Futura PT", "Gill Sans", sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-shadow: none;
	cursor: pointer;
	border:none;
}

#note
{ text-align:right;
padding-bottom:20px;
	}
.button { width: 100%;
	color: #FFFFFF;
	margin-bottom: 2em;
}

::-webkit-input-placeholder {
   color: #FFFFFF;
   opacity: 0.5;
}

:-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF;
   opacity: 0.5;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF;
   opacity: 0.5;  
}

:-ms-input-placeholder {  
   color: #FFFFFF;
   opacity: 0.5;  
}


/* :: 11. Footer */
/* ----------------------------------------------------- */

#footer-container {
	padding: 50px 15px 0px 15px;
	background: none;
	box-shadow: none;
	border-bottom: none;
	min-height: 0;
}

#footer-container p a {
	float: right;
	margin-top: 100px;
	color: #d8c29b;
	display: none;
}

#footer-container p a:hover {
	color: #FFF;
}

#footer-logo {
	cursor: pointer;
	float: right;
}

#partnership-container {
	width: 750px;
	margin-top: 300px;
}

#partnership-container ul {
	list-style: none;
	padding: 0;
}

#partnership-container ul li {
	float: left;
	margin: 0 30px 10px 0;
}

.partnership a {
	width: 220px;
	height: 180px;
	background-size: 100%;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

.p-cpi a {
	background-image: url(../library/images/p-cpi@2x.png);
	width: 105px;
	height: 105px;
}

.p-jeanpaulgomis a {
	background-image: url(../library/images/p-jeanpaulgomis@2x.png);
	margin-right: 0;
	width: 200px;
	height: 35px;
}

.p-barclays a {
	background-image: url(../library/images/p-barclays@2x.png);
	width: 200px;
	height: 40px;
}

.p-sothebys span {
	text-indent: 10px;
}

.p-sothebys a {
	background-image: url(../library/images/p-sothebys@2x.png);
	width: 150px;
	height: 150px;
}

.p-ralph {
}

.p-ralph a {
	background-image: url("../library/images/p-ralph@2x.png");
    height: 120px;
    margin-left: 10px;
    margin-top: 30px;
    width: 120px;
}

.partnership span {
	font-weight: normal;
	color: #d8c29b;
	font-size: 0.7em;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}


/* :: 12. Video */
/* ----------------------------------------------------- */

#video-top {
	overflow: hidden;
	height: auto;
	position: relative;
	padding: 0;
	width: 58%;
	float: right;
	margin-right: 8%;
	margin-bottom: 0.8em;
}

#video-holder {
	
}


/* :: 13. Language */
/* ----------------------------------------------------- */

#language {
	position: absolute;
	top: 100%;
	right: 10px;
	list-style: none;
	padding: 0;
}

#language li {
	float: left;
	display: block;
}

#language li a {
	padding: 5px 10px;
	display: block;
	background: #404041;
	background: rgba(64,64,65,0.5);
	color: #FFFFFF;
	font-weight: 600;
	font-size: 0.9em;
}

#language li a:hover {
	background: rgba(19,28,64,0.8);
}


/* :: 14. Animation */
/* ----------------------------------------------------- */

a, nav {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}


/* :: 15. Flexslider */
/* ----------------------------------------------------- */

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	background: #001f2a;
	position: relative;
	zoom: 1;
	width:100%;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin: -20px 0 0;
	display: block;
	background:url(../library/images/slider-nav.png) no-repeat 0 0;
	background-size:50px 25px;
	position: absolute;
	top:210px;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	opacity:0.2;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -30px;
}

.flex-direction-nav .flex-prev {
	left: -30px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}

.secondary-flexslider .flex-control-nav {
	width:auto;
	position: absolute;
	bottom: 10px;
	right:10px;
	text-align: center;
}

.secondary-flexslider .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.secondary-flexslider .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.secondary-flexslider .flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}

.secondary-flexslider .flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}


/* :: 16. Media Queries */
/* ----------------------------------------------------- */

@media screen and (max-width: 1600px) {

	.hero-slide, #hero, #footer-hero {
		background-size: 1600px 800px;
	}

}

@media screen and (max-width:1081px) {
	
	#container, #nav-container, .hero-container, #footer-container {
		width: 95%;
	}
	
	.flex-direction-nav .flex-next {
		right: 10px;
	}
	
	.flex-direction-nav .flex-prev {
		left: 10px;
	}
	
	nav {
		opacity: 0.9;
	}
	
	nav:hover {
		opacity: 0.9;
	}
	
	.section-overlap {
		left: -2.5%;
		width: 105%;
	}

}

@media screen and (max-width:900px) {
	
	#nav-container ul li a {
		font-size: 0.9em;
		padding: 16px 8px;
	}
	
	#nav-logo {
		width: 106px;
		background-position: center;
		height: 70px;
	}

}

@media screen and (max-width: 860px) {

	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}

}

@media screen and (max-width:767px) {

	#container {
		width: 100%;
	}

	nav {
		opacity: 1;
		position: inherit;
		width: 100%;
	}

	#nav-container {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	#header-logo {
		position: inherit;
		background-size: 133px 70px;
		width: 100%;
	}

	#nav-logo {
		position: inherit;
		margin-left: 5%;
	}

	#header-logo {
		background-position: left;
		padding-left: 2.5%;
		width: 95%;
		background-size: 200px auto;
		height: 100px;
	}

	#rlh-logo {
		background-size: auto;
		height: 160px;
	}

	#footer-logo {
		display: none;
	}

	#nav-container ul {
		display: none;
	}

	.text-right, .text-left, .header-right, .header-left {
		width: 95%;
		margin: 0;
		float: none;
		margin: 0 auto;
	}

	.section-overlap {
		left: 0%;
		width: 100%;
	}

	h1, h2 {
		margin-bottom: 0.85em !important;
		font-size: 2em;
		line-height: 1.3em;
	}

	.body-text {
		font-size: 1.2em;
		line-height: 1.7em;
	}

	#partnership-container {
		width: 100%;
		text-align: center;
	}
	
	#partnership-container ul li {
		float: none;
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}
	
	.partnership {
		width: 224px;
		height: 160px;
	}
	
	#contact-form label {
		text-align: left;
		width: 100%;
		float: left;
	}
	
	#contact-form div input, #contact-form div textarea, .send-button {
		float: left;
		width: 100%;
	}
	
	.send-button {
		margin-top: 25px;
	}
	
	#language {
		top: 30px;
		right: 10px;
		text-align: right;
		display: block;
		overflow: hidden;
		margin-bottom: 10px;
		z-index: 2000;
	}
	
	#language li {
	}
	
	#language li a {
		background: none;
		color: #d8c29b;
		margin: 0;
		padding: 5px;
	}
	
	#language li a:hover {
		color: #d8c29b;
	}
	
	#video-top {
		width: 100%;
		margin: 0 0 20px 0;
		float: left;
		clear: both;
	}
	
	h1 {
		display: none !important;
	}	
	
	#hero {
		height: 500px;
	}
	
	.hero-overlay {
		padding-top: 40px;
	}
	
	.hero-slide {
		padding: 50px 15px;
	}
	
	#facilities ul li {
		font-size: 0.2em;
		padding: 16px 8px;
	}

}