@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 60px;
	line-height: 60px;
}
#feature {
	background: repeat url(/skin/images/feature-bg.jpg);
	height: 1000px;
	padding-bottom: 400px;
}
#feature .fade {
	position: absolute;
	background: bottom repeat-x url(/skin/images/feature-fade.png);
	width: 100%;
	height: 370px;
	bottom: 400px;
}
.featuremain {
	height: 1000px;
}

#booking {
	top: 500px;
}

.feature-banners {
	margin: 730px auto 80px auto;
}
.feature-banners .banner {
	position: relative;
	float: right;
	width: 370px;
}
.feature-banners .banner p {
	margin: 0;
}
.feature-banners .banner .text {
	position: absolute;
	width: 370px;
	bottom: 20px;
	text-align: center;
}

.content {
	background: no-repeat center;	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	margin-bottom: 120px;
	padding: 0;
	border: 0;
	color: #FFFFFF;
}
.content .container {
	width: 570px;
	padding: 150px 0 150px 600px;
}
.content * {
	color: #FFFFFF;
}

.panel.blog {
	float: left;
	width: 370px;
	margin: 0;
	padding: 0;
}
.panel.blog img {
	margin-bottom: 20px;
}

.video {
	position: relative;
	float: right;
	width: 670px;
	height: 350px;
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;	
}
.video h3 {
	margin: 0 0 20px 0;
}
.video p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}
.video p a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(/skin/images/play-button.png) center center no-repeat;
	color: transparent;
	opacity: 0.75;
}

.video p a:hover {
	opacity: 1.0;
}

.bottom-banners {
	margin-top: 100px;
}

#footer {
	margin-top: 55px;
}