
/* ---------- Fonts CSS ------------- */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900');
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/* ---------- Global CSS ------------- */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	line-height: 24px;
	color: #505658;
	font-weight: normal !important;
}
a, p, img, div, ul, li, span, h1, h2, h3, h4, h5, h4, form, input, select, hr, header, main, footer, section, article, nav, iframe {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	background: none;
	border: none;
}
a {
	color: #b9945b;
	text-decoration: none !important;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
a:hover {
	color: #004964;
	text-decoration: none !important;
	outline: none !important;
}
/* --- Headings CSS --- */
h1, h2, h3, h4, h5 {
	display: block;
	margin: 0 0 30px 0;
	font-size: 48px;
	line-height: 54px;
	color: #004964;
	font-family:"Times New Roman", Times, serif !important;
	text-align: left;
	background: none;
	border: none;
	position: relative;
	text-transform: none;
}
h2 {
	font-size: 36px;
	line-height: 42px;
}
h3 {
	font-size: 30px;
	line-height: 36px;
}
h4 {
	font-size: 24px;
	line-height: 30px;
}
h5 {
	font-size: 20px;
	line-height: 24px;
}
@media screen and (max-width:750px) {
h1 {
	font-size: 42px;
	line-height: 48px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}
h5 {
	font-size: 18px;
	line-height: 24px;
}	
}
.margin-auto {
	margin: 0 auto !important;
}
.margin0, .padding0 {
	margin: 0 !important;
	padding: 0 !important;
}
.margin-btm0 {
	margin-bottom: 0 !important;
}
.margin-btm10 {
	margin-bottom: 10px !important;
}
.margin-btm20 {
	margin-bottom: 20px !important;
}
.margin-btm40 {
	margin-bottom: 40px !important;
}
.margin-btm60 {
	margin-bottom: 60px !important;
}
.margin-btm80 {
	margin-bottom: 80px !important;
}
@media screen and (max-width:1024px) {
.margin-btm10-md {
	margin-bottom: 10px !important;
}
.margin-btm20-md {
	margin-bottom: 20px !important;
}
.margin-btm40-md {
	margin-bottom: 40px !important;
}
.margin-btm60-md {
	margin-bottom: 60px !important;
}
.margin-btm80-md {
	margin-bottom: 80px !important;
}
}
@media screen and (max-width:980px) {
.margin-btm10-sm {
	margin-bottom: 10px !important;
}
.margin-btm20-sm {
	margin-bottom: 20px !important;
}
.margin-btm40-sm {
	margin-bottom: 40px !important;
}
.margin-btm60-sm {
	margin-bottom: 60px !important;
}
.margin-btm80-sm {
	margin-bottom: 80px !important;
}
}
@media screen and (max-width:750px) {
.margin-btm10-xs {
	margin-bottom: 10px !important;
}
.margin-btm20-xs {
	margin-bottom: 20px !important;
}
.margin-btm40-xs {
	margin-bottom: 40px !important;
}
.margin-btm60-xs {
	margin-bottom: 60px !important;
}
}
.text-blue {
	color: #004964;
}
.text-gold {
	color: #b9945b;
}
.text-white {
	color: #ffffff;
}
hr {
	height: 1px;
	margin: 60px 0;
	padding: 0;
	border-bottom: 1px solid #e5ecef;
}
.img-border {	
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	outline: 1px solid rgba(255,255,255,.3);
	outline-offset: -10px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img-border:hover {
	outline: 10px solid rgba(255,255,255,.3);
}
/* --- Form Elements CSS --- */
.form-group {
	margin-bottom: 30px;
}
.form-control {
	display: block;
	width: 100%;
	height: auto !important;
	padding: 10px 15px;
	font-size: 16px;
	line-height: auto !important;
	color: #505658;
	font-family:"Times New Roman", Times, serif !important;
	background: none;
	border: 1px solid #d8dfe2;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}
.form-control:focus {
	color: #505658 !important;
	border-color: #b9945b !important;
	outline: 0;
}
.btn {
	display: inline-block;
	padding: 15px 30px;
	margin: 0;
	color: #505658 !important;
	font-size: 16px;
	line-height: 16px !important;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	vertical-align: middle;
	font-family:"Times New Roman", Times, serif !important;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	border: 1px solid #d8dfe2 !important;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	text-decoration: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none !important;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fff !important;
	text-decoration: none !important;
	background: #505658 !important;
	border: 1px solid #505658 !important;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn a {
	display: inline-block;
	color: #505658 !important;
	text-decoration: none !important;
}
.btn:hover a {
	color: #fff !important;
	text-decoration: none !important;
}
.btn-blue {
	color: #fff !important;
	background: #004964 !important;
	border: 1px solid #004964 !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue.focus {
	color: #fff !important;
	border: 1px solid #003447 !important;
	background: #003447 !important;
}
.btn-gold {
	color: #b9945b !important;
	border: 1px solid #b9945b !important;
	background: #fff !important;
}
.btn-gold:hover, .btn-gold:focus, .btn-gold.focus {
	color: #fff !important;
	border: 1px solid #b9945b !important;
	background: #b9945b !important;
}
/* ########## Homepage CSS ########## */

/* --- Header CSS --- */
header {
	position:relative;
	z-index:2;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background:#fff;
}
.header-top {
	padding:15px 0;
	color:#fff;
	background: #004964;
	line-height:16px;
}
.header-top ul.top-links {
	margin:0;
	padding:0;
	float:left;
}
.header-top ul.top-links li {
	display:inline-block;
	margin:0 20px 0 0;
	padding:0;	
}
.header-top ul.top-links li i {
	margin-right:5px;
}
.header-top ul.social-links {
	margin:0;
	padding:0;
	float:right;
}
.header-top ul.social-links li {
	display:inline-block;
	margin:0 0 0 5px;
	padding:0;	
}
.header-top ul.social-links li i {
	margin:0;
	padding:0;
}
.header-top a {
	color:#fff !important;
}
.header-top a:hover {
	color:#b9945b !important;
}
.header-bottom {
	padding:20px 0;
}
.header-bottom .logo {
	float: left;
}
.header-bottom .callus {
	float: right;
}
.header-bottom .callus h5 {
	margin: 0;
	font-size:16px;
	text-align:right;
	font-weight:bold;
}
.header-bottom .callus h2 {
	margin:0;
	font-size: 36px;
	line-height: 36px;
	color: #b9945b;
}
@media screen and (max-width:750px) {
.header-bottom {
	padding:20px 0;
}
.header-bottom .callus h2 {
	font-size: 24px;
	line-height: 24px;
}
}
@media screen and (max-width:640px) {
.header-top {
	font-size:12px !important;
}
.header-top ul.top-links li {
	margin:0 10px 0 0;
}
.logo img {
	width:auto;
	height:50px;
}
}
/* --- Banner CSS --- */
.banner {
	width:100%;
	position:relative;
	z-index:0;
	padding-top:20px;
}
.banner-top {
	width:100%;
	position:absolute;
	left:0;
}
.banner-top img {
	width:100%;
	height:auto;
}
.banner-bottom {
	width:100%;
	position:absolute;
	left:0;
	bottom:-50px;	
}
.banner-bottom img {
	margin:0 auto;
}
.banner-slider {
	display:block;
}
.banner-slider img {
	width:100%;
	height:auto;
}
@media screen and (max-width:960px) {
	.banner {
		padding-top:30px;
	}
	.banner-bottom {
		bottom:-30px;	
	}
}
@media screen and (max-width:750px) {
	.banner {
		padding-top:0;
	}
	.banner-bottom {
		bottom:-15px;	
	}
}
/* --- Nav CSS --- */
.main-nav {
	width:100%;
	position:absolute;
	top:0;
	z-index:1;
}
.navbar {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #fff;
	font-weight:bold;
	text-align: left;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif !important;
	background:none !important;
	border-top:1px solid #d8dfe2;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	clear: both !important;	
}
.navbar-header, .navbar-collapse, .navbar-nav {
	margin: 0 !important;
	padding: 0 !important;
}
.nav {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.nav>li {
	margin: 0 !important;
	padding: 0 !important;
}
.nav>li>a {
	position: relative;
	padding: 20px 30px;
	color: #004964;
	text-decoration: none !important;
	background: none;
	border: none;
}
.nav>li>a:hover, .nav>li>a:focus, .nav>li>a:after, .nav>li:hover a {
	text-decoration: none;
	color: #b9945b;
	background:none !important;
}
.nav>li>a.active {
	color: #b9945b;
}
@media screen and (max-width:1024px) {
.nav>li>a {
	padding: 20px 15px;
}
}
@media screen and (max-width:960px) {
.navbar {
	font-size: 14px !important;
	line-height: 14px !important;
}	
.nav>li>a {
	padding: 20px 10px;
}	
}
.navbar-toggle {
	width:100%;
	position: relative;	
	float: none;
	padding: 12px 15px;
	font-size:14px !important;
	text-transform:uppercase;
	color: #fff;
	margin:0 !important;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #004964 !important;
}
.navbar-toggle:hover {
	background: #003447 !important;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-toggle:hover .icon-bar {
	background: #fff;
}
@media screen and (max-width:750px) {
.main-nav {
	position:relative;
	padding-bottom:10px;
}
.navbar {
	border-top:none;	
}
.nav {
	float: none;
	clear: both;
	padding:0  !important;
	margin:5px 0 0 0 !important;
	background:#004964;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	overflow:hidden;
}
.nav>li {
	border-bottom:1px solid #00506d;
}
.nav>li>a {
	margin: 0 !important;
	padding: 10px 15px !important;
	text-align: left;
	border-radius: 0;
	color:#fff !important;
	border: none !important;
}
.nav>li>a:hover {
	padding: 10px 15px !important;
	color: #fff !important;
	background: #b9945b !important;
	border: none !important;
}
.nav>li>a:focus, .nav>li>a.active, .nav>li>a:after {
	padding: 10px 15px !important;
	color: #fff !important;
	background: #b9945b !important;
	border: none !important;
}
.navbar-collapse {
	margin: 0 !important;
	padding: 0 !important;
}
.dropdown-menu {
	padding:0 !important;
}
.dropdown-menu>li>a {
	display: block;
	padding:10px 15px !important;
	clear: both;
}
}
/* --- Main CSS --- */
main {
	position:relative;
	z-index:1;
	display: block;
	margin: 0;
	padding: 0;
}
section {
	position: relative;
	padding: 60px 0 !important;
}
section.padding-top0 {
	padding-top:0 !important;
}
@media screen and (max-width:750px) {
section {
	padding: 40px 0 !important;
}	
section.padding-top0 {
	padding-top:20px !important;
}
}
.intro {
	display:block;
	margin-bottom:80px;
	text-align:center;
}
.intro h1 {
	font-style:italic;
}
.intro .btn {
	margin:0 10px;
}
ul.awards {
	margin:0;
	padding:0;
}
ul.awards li {
	display:inline-block;
	margin:0 30px;
	padding:0;
	text-align:center;
}
@media screen and (max-width:960px) {
	ul.awards li {
		margin:0 15px;
	}
	ul.awards li img {
		width:auto;
		height:80px;
	}
}
@media screen and (max-width:750px) {
	ul.awards li {
		width:50%;
		float:left;
		margin:0 0 20px 0;
	}
	ul.awards li img {
		margin:0 auto;
	}
}
@media screen and (max-width:640px) {
	ul.awards li {
		width:100%;
		float:none;
		margin:0 0 20px 0;
	}
	ul.awards li img {
		margin:0 auto;
	}
}
/* --- Footer CSS --- */
footer {
	margin: 0;
	padding:0;
	font-size:14px !important;
	line-height:18px;
}
.footer-top {
	padding:27px 0;
	line-height:16px;
	background:#fff;	
	border-top:1px solid #d8dfe2;
}
.footer-top ul.footer-nav {
	margin:0;
	padding:0;
	float:left;
}
.footer-top ul.footer-nav li {
	display:inline-block;
	margin:0 30px 0 0;
	padding:0;
}
.footer-top ul.social-links {
	margin:0;
	padding:0;
	float:right;
}
.footer-top ul.social-links li {
	display:inline-block;
	margin:0 0 0 5px;
	padding:0;	
}
.footer-top ul.social-links li i {
	margin:0;
	padding:0;
}
.footer-top a {
	color:#505658 !important;
}
.footer-top a:hover {
	color:#b9945b !important;
}
.footer-bottom {
	padding:40px 0 20px 0;
	color:#fff;
	background:#004964;
}
.footer-bottom h5 {
	margin-bottom:20px !important;
	color:#fff;
	line-height:20px;
}
.footer-bottom hr {
	margin:40px 0 20px 0 !important;
	border-bottom: 1px solid #4d8093;
}
.footer-bottom a {
	color: #fff;
}
.footer-bottom a:hover {
	color: #b9945b;
}
.footer-bottom i {
	display:block;
	margin-top:5px !important;
}
.copyright {
	display: block;
	text-align: center;
	line-height:14px;
}
@media screen and (max-width:960px) {
	.footer-top ul.footer-nav li {
		margin:0 15px 0 0;
	}
}
@media screen and (max-width:750px) {
	.footer-bottom h5 {
		margin-bottom:10px !important;
	}
}
@media screen and (max-width:960px) {
	.footer-top ul.footer-nav li {
		margin:0 15px 0 0;
	}
}
@media screen and (max-width:640px) {
.footer-top ul.footer-nav {
	text-align:center;
}
.footer-top ul.footer-nav li {
	margin:0 20px 10px 0;
}
.footer-top ul.social-links {
	float:none;
	text-align:center;
}
}
/* --- Reservation Page CSS --- */
ul.terms {
	margin:0;
	padding:0;
}
ul.terms li {
	position:relative;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	font-size:13px;
	line-height:18px;
}
ul.terms li i {
	position:absolute;
	left:0;
	top:5px;	
	font-size:8px;
	color:#b9945b;
}
.map {
	width:100%;
	height:auto;
}
.map iframe {
	width:100%;
	height:450px;
	pointer-events:none;
}
@media screen and (max-width:750px) {
.map iframe {
	height:250px;
}
}
.overlay {
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;	
	background:rgba(0,0,0,.95);
	z-index:8;
}
.comingsoon  {
	position:absolute;
	 width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index:9;	
}
.comingsoon .container-block {
	position:relative;
	margin:60px 0 0 0;
	background:#fff url(../images/bg-comingsoon.jpg) 0 0 no-repeat;
	background-size:cover;
}
.comingsoon .container-block-inner {
	padding:30px 60px;
	text-align:center;
}
.comingsoon h5 {
	margin-bottom:5px;
	line-height:24px !important;
}
.contact-form {
	padding:15px 60px 15px 60px !important;
	color:#fff;
	background:#004964;
}
.contact-form h5 {
	color:#fff;
	font-size:24px;
}
.contact-form .form-group {
	margin-bottom:20px;
}
.contact-form textarea {
	min-height:120px;
}
.contact-form .form-control:focus {
	color:#fff !important;
}
.contact-form .btn-gold {
	color: #fff !important;
	border: 1px solid #b9945b !important;
	background: #b9945b !important;
}
.contact-form .btn-gold:hover, .btn-gold:focus, .btn-gold.focus {	
	color: #b9945b !important;
	border: 1px solid #b9945b !important;
	background: #fff !important;
}
.comingsoon a {
	color: #b9945b !important;
}
.comingsoon a:hover {
	color: #fff !important;
}