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

h1 {
  font-size: 28px;
  font-family: 'museo_sans300', Arial, Helvetica, sans-serif;
  margin-top: 25px;
}
h2 {

}
a.link:link, a.link:active, a.link:visited {
	color: #ffffff;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: text;
}
#feature {
	/* height: 640px; */
}
.featuremain {

}
.featureoverlay-fade {

}
.featureoverlay {

}
#header {
}

#booking {
}

.content {
  width: 470px;
	display: none;
}


.content .container {
	position: relative;
}
.content .right {
}
.content p {
  margin: 15px 0 10px 0;
  line-height: 20px;
}
.panel.blog {

}
.panel.blog h3 {

}
.panel.blog ul {
}
.panel.blog li {

}
.panel.blog li:last-child {
	margin: 0;
}
.panel.blog img {

}
.panel.blog .text {

}
.panel.blog .container {

}
.map-wrapper {
	padding-top: 0;
}
.map-shadow {
	top: 0;
}
.topbanner {
	position: relative;
	width: 100%;
	min-width: 1170px;
	height: auto;
	min-height: 0;
	margin: -475px 0 625px 0;
	padding: 0;
	z-index: 9999;
}

.topbanner p {
	font-size: 54px;
	line-height: 65px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.video {
	position: relative;
  float: right;
  width: 570px;
  height: 426px;
  background: center center no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.video a {
	position: absolute;
	color: transparent;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/skin/images/play.png) center center no-repeat;
	cursor: pointer;
}

.bottompanels {
  position: relative;
  display: inline-block;
	float: left;
  background: #f5f5f5;
  padding: 24px 0;
  width: 100%;
  min-width: 1170px;
  height: 598px;
  background: center center no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.bottompanels .left, .bottompanels .mid, .bottompanels .right {
  position: relative;
  width: 500px;
  height: auto;
  padding: 0;
  background-color: rgba(0,0,0,0.8);
  float: left;
  margin: 0 30px 0 0;
  overflow: hidden;
}

.bottompanels .left {
	
}

.bottompanels .mid {
	text-align: center;
	padding-top: 30px;
	height: 470px;
}

.bottompanels .mid p {
	font-weight: 700;
	font-size: 26px;
	line-height: 44px;
	color: #ffffff;
	margin: 0;
	position: relative;
	z-index: 99;
}

.bottompanels .mid a.button {
	padding: 0 46px;
	margin-top: 38px;
}

.bottompanels .right {
	margin-right: 0;
	text-align: center;
	padding-top: 365px;
	height: 135px;
}

.bottompanels .right p, .bottompanels .right p a {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 34px;
	margin: 0;
	position: relative;
	z-index: 99;
	text-transform: uppercase;
}

.bottompanels .right p a  strong {
	font-size: 34px;
}
.midbannerfade {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	background: none;
}
.rightbannerfade {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	background: none;
}
.content .left {
  width: 570px;
  padding-right: 30px;
}
.panel .title a {
  color: #f8e5b6;
  font-size: 18px;
  line-height: 18px;
}
.panel .summary {
  font-family: 'museo_sans300', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #f9f5ea;
}
.banner {
  float: right;
  margin: 300px 0 0 0;
  padding: 20px;
  background: #f7a300;
  width: 259px;
  height: auto;
}
.banner p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 22px;
	background: url(/skin/images/bullet-large.png) left center no-repeat;
}

.banner p:last-of-type {
	background: none;
	padding: 0;
	margin: 0;
}

.banner p a.button {
  margin: 20px 0 0 0;
  padding: 0 18px;
  background: #ecdf08;
  line-height: 41px;
  color: #5e5903;
  font-size: 16px;
  font-weight: bold;
}

.banner p a.button:hover {
	background: #a09069;
	color: #ffffff;
}

#closebtn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 19px;
	height: 19px;
	background: url(/skin/images/btnclose.png) center center no-repeat;
	cursor: pointer;
}