body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #4B4B4A;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #112438;
	box-shadow: 0 -2px 10px rgba(1,1,1,1);
	z-index: 40;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	height: 65px;
}

header nav {
	position: relative;
	display: block;
}

header nav .mobile-menu {
	display: none;
	font-size: 20pt;
	cursor: pointer;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 50px;
}

header nav li {
	display: inline-block;
}

header nav li a {
	display: block;
	padding: 10px;
	padding-top: 23px;
	padding-bottom: 23px;
	color: inherit;
	text-decoration: none;
}

header nav li a:hover {
	color: #606060;
	text-decoration: none;
}

header .logo {
	position: absolute;
	width: 250px;
	top: 0;
	left: calc(50% - 125px);
	margin-top: -2px
}

header .book-now {
	background-color: rgba(40,168,224,1);
	color: white;
	position: absolute;
	right: 50px;
	top: 8px;
	padding: 15px;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

header .sold-out {
	position: absolute;
	right: 300px;
	top: 25px;
	color: yellow;
}

.banner {
	position: relative;
	width: calc(100% - 100px);
	margin: auto;
	text-align: center;
	overflow: hidden;
	height: 700px;

}

.banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(40,168,224,0.1);
	z-index: 20;
}

.banner h1 {
	color: white;
	text-shadow: 2px 2px 3px black;
	position: relative;
	z-index: 1;
	margin-top: 180px;
	font-family: 'Playfair Display', serif;
	font-size: 40pt;
}

.banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;

}

.bg-video, .bg-video-static-thumb {
	position: absolute;
	z-index: -99;
	width: 100%;
	height: 160%;
	left: 0;
	top: -30%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-video-static-thumb {
	z-index: -98;
}

.feature-boxes {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 50px;
	perspective: 400px;
}

.feature-boxes .feature {
	display: inline-block;
	margin: 10px;
	border: 3px solid white;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 250px;
	height: 150px;
	position: relative;
	transition: 0.5s box-shadow, 0.5s transform, 1s opacity;
	opacity: 0;
}

.feature-boxes .feature h2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	background-color: rgba(40,168,224,0.4);
	margin: 0;
	padding: 10px;
	font-size: 14pt;
	text-shadow: 1px 1px 2px black;
	transition: 0.5s padding;
}

.feature:hover {
	box-shadow: 0 5px 20px rgba(0,0,0,0.6);
	transform: scale(1.03);
}

.feature:hover h2 {
	padding-top: 30px;
	padding-bottom: 30px;	
}

.main {
	margin-top: 60px;
}

section {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: calc(100% - 100px);
	margin: auto;
	position: relative;
	max-width: 1600px;

	border: 1px solid #f4f4f4;
}

.secondary-section {
	margin-top: 50px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Playfair Display', serif;
}

img {
	max-width: 100%;
}

h3 a {
	visibility: hidden;
	position: relative;
	top: -80px;
	display: block;
}

.btn-primary {
	background: rgba(40,168,224,1);
	color: white;
	padding: 15px;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
}

section .floaty {
	max-width: 600px;
	background-color: rgba(255,255,255,0.7);
	padding: 50px;
	margin: auto;
	opacity: 0;
	transition: 2s opacity;
}

section.with-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}

.section-floating-box {
	background-attachment: fixed;
	background-size: cover;
}

.section-top {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.section-top h2 {
	position: absolute;
	bottom: 20px;
	left: 50px;
	color: white;
	text-shadow: 1px 1px 2px black;
}

.section-image-top .section-content {
	padding: 50px;
    font-weight: 100;
}

.section-image-top .section-content p,
.section-image-top .section-content li {
	font-size: 14pt;
}

.section-image-top .content-aside,
.section-image-top .content-container {
	display: inline-block;
	vertical-align: top;
}

.section-image-top .content-aside {
	width: 450px;
	margin-right: -50px;
	float: right;
}

.section-image-top .content-container {
	width: calc(100% - 454px);
}

.section-image-top h2
{
	font-size: 50px;
}

.section-image-top {
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, white,white,white , whitesmoke); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, white,white,white,  whitesmoke); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, white,white,white,  whitesmoke); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, white,white,white ,  whitesmoke); /* Standard syntax */
}

.section-aside {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
}

.section-aside.left {
	left: 0;
}

.section-aside.right {
	right: 0;
}

.section-aside h2 {
	position: absolute;
	color: white;
	text-shadow: 1px 1px 2px black;
	text-align: center;
	left: 0;
	right: 0;
	top: calc(50% - 35px);
	font-size: 40px;
}

.section-image-aside {
	opacity: 0;
	transition: 2s opacity;
}

.section-image-aside .section-content {
	display: inline-block;
	width: calc(66.67% - 4px);
	vertical-align: top;
	padding: 50px;
}

.section-image-aside .section-content.left {
	float: left;
}

.section-image-aside .section-content.right {
	float: right;
}

section.with-border {
	border-top: 3px solid rgba(40,168,224,1);
	border-bottom: 3px solid rgba(40,168,224,1);
}

.contact-form {
	max-width: 800px;
	margin: auto;
}

footer {
	background-color: #112438;
	padding: 50px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	font-family: 'Playfair Display', serif;
}

footer .col2-pad {
	text-align: left;
}

footer nav ul {
	list-style: none;
	padding: 0;
}

footer nav li {
	display: inline-block;
}

footer li a {
	color: inherit;
	padding: 10px;
}

footer .contact li {
	margin-bottom: 10px;
}

footer .social-icons {
	margin-top: 25px;
}

footer .social-icons li {
	display: inline-block;
	margin-left: 0;
	margin-right: 20px;
}

footer .sitemap {
	text-align: right;
}

footer .credit {
	text-align: center;
	font-size: 11pt;
}

footer .credit a {
	color: inherit;
}

@media (max-width: 1600px) {
	.bg-video, .bg-video-static-thumb {
		height: 135%;
		top: -18%;
	}
}

@media (max-width: 1400px) {
	.bg-video, .bg-video-static-thumb {
		height: 120%;
		top: -10%;
	}

	header nav ul {
		display: none;
	}

}

@media (max-width: 1360px) {
	.bg-video, .bg-video-static-thumb {
		width: 125%;
		left: -12.5%;
	}

	.section-image-top .content-aside {
		width: 350px;
	}

	.section-image-top .content-container {
		width: calc(100% - 354px);
	}

	header nav .mobile-menu {
		display: block;
		position: absolute;
		left: 20px;
		top: 15px;
	}

	header nav ul {
		display: none;
		background-color: white;
		color: #303030;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		top: 65px;
		margin: 0;
		box-shadow: 0 5px 10px rgba(0,0,0,0.5);
		max-width: 300px;
	}

	header nav li {
		display: block;
	}
}

@media (max-width: 1100px) {
	header .logo {
		left: 100px;
	}

	section, section.banner {
		width: 100%;
	}

	.bg-video, .bg-video-static-thumb {
		width: 160%;
		left: -30%;
	}

	.section-image-top .content-aside, .section-image-top .content-container {
		width: 100%;
		float: none;
		display: block;
	}

	.section-image-top {
		background: transparent; /* For browsers that do not support gradients */
	}
}

@media (max-width: 800px)
{

	header .sold-out {
		display: none;
	}

	.mobile-menu {
		display: block;
		margin: auto;
		cursor: pointer;
		font-size: 32px;
		position: absolute;
		left: 5px;
		top: 5px;
	}

	.main-nav ul {
		display: none;
		position: absolute;
		z-index: 30;
		top: 45px;
		left: 0;
		right: 0;
		background-color: white;
		border-bottom: 2px solid #a0a0a0;
	}

	.main-nav li {
		display: block;
		width: 100%;
	}

	.banner {
		height: 500px;
	}

	.section-aside {
		width: 100%;
		display: block;
		position: relative;
		height: 300px;
	}

	.section-image-aside .section-content {
		display: block;
		width:100%;
		vertical-align: top;
		float: none;
	}

	header .book-now {
		display: none;
	}

	.banner h1 {
		margin-top: 30px;
	}

	.feature-boxes {
		margin-top: 20px;
	}

	.feature-boxes .feature {
		width: 180px;
		height: 100px;
	}
}

@media (max-width: 600px) {
	.bg-video, .bg-video-static-thumb {
		width: 260%;
		left: -80%;
	}

	header .logo {
		left: auto;
		right: 10px;
	}

	.banner h1 {
		font-size: 30pt;
		margin-top: 20px;
	}

	.feature-boxes .feature {
		width: 180px;
		height: 100px;
	}
}