@import url(https://fonts.googleapis.com/css?family=Lora|Cinzel|Ubuntu+Condensed);

* {
	background: none;
	border: 0;
	line-height: 1.5em;
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #60677e;
	font-family: "Ubuntu Condensed", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 58px;
	overflow-x: hidden;
}

p {
	margin: 1em 0;
}

img {
	height: auto;
	max-width: 100%;
}

hr {
	height: 12px;
	margin-top: 30px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.padding { padding: 0 10px;}

header,
footer,
article,
address,
aside,
section,
nav {
	display: block;
}

address {
	font-style: normal;
}

blockquote {
	color: #999;
	display: block;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin: 0 20px;
	padding: 0 50px;
	text-align: center;t
}

/* HEADERS
-------------------------------------------------------------------------------------------------------------------*/
.new .no-bann .page-title {
	top: 0;
}
.new .no-bann .page-title h2 {
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 1em 0;
}

h1 {
	color: #263b84;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 31px;
	text-transform: uppercase;
}

.inner h1 {
	background: #089ddd;
	color: #fff;
	margin: 0;
	padding: 0.5em 0;
}

.inner.specials h1 {
	margin-bottom: 1em;
}

h2 {
	color: #3d3d3d;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: uppercase;
}

h3 {
	color: #a79367;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	text-transform: uppercase;
}

h4 {
	color: #a79367;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

h4.hotelname {
	font-style: normal;
	margin: 0;
}

h5 {
	color: #3d3d3d;
	font-size: 16px;
}

h6 {
	color: #3d3d3d;
	font-size: 16px;
}

/* LINKS
-------------------------------------------------------------------------------------------------------------------*/

a {
	color: #1293da;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* TABLES
-------------------------------------------------------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}

th, td {
	border: 1px solid #ddd;
	padding: 10px;
}

th, .first td {
	background: #333;
	color: #fff;
	text-align: left;
}

tr.odd td {
	background: #f8f8f8;
}

/* LISTS
-------------------------------------------------------------------------------------------------------------------*/

ol, ul, dl {
	margin: 1em 0 1em 20px;
}

ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

ul li {
	background:url(../images/bullet.png) no-repeat left 7px;
	padding-left: 18px;
}

dt {
	color: #222;
}

dd {
	margin: 0 0 20px 20px;
}

.linear-header, .linear-header::before, .linear-header::after, .linear-header .btn-container .btn-container-btn {
	box-sizing: border-box;
}
.linear-header {
	display: flex;
	background: #091233;
	padding: 0 5%;
	align-items: center;
}
.linear-header .logo.big {
	display: block!important;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	margin-left: 0;
	height: 80px;
	background-size: contain;
}
.linear-header .logo.small {
	display: none!important;
}
.linear-header .main-logo {
	width: 9%;
}
.linear-header nav.main {
	position: relative;
	width: 63%;
}
.linear-header .btn-container {
	width: 28%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
body.new .linear-header .btn-container .btn-container-btn {
	height: 55px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	font-size: 15px;
	min-width: 180px;
	justify-content: center;
	white-space: nowrap;
	letter-spacing: 0;
}
.linear-header .btn-container-btn.btn-ghost:hover {
	color: #1293da;
	background-color: white;
	border: 1px solid white;
}
body.new .linear-header .btn-container .btn-container-btn svg {
	margin-right: 8px;
}
.actionbar--line .mdi-close::before {
	content: none!important;
}
.linear-header nav.main a:hover {
	color: #1293da;
}
.linear-header.h-scrolled .logo.big {
	max-height: 60px;
}
.linear-header nav.main ul li ul {
	top: auto;
	z-index: 2;
	background: #091233;
}
.linear-header nav.main .menu > ul > li > a {
	padding: 20px 13px;
}
.linear-header nav.main ul li ul li a {
	color: white;
}
.linear-header nav.main a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 11px;
	width: 0;
	height: 1px;
	background: white;
	transition: .2s all;
}
.linear-header nav.main a:hover:after {
	width: 100%;
	transform: translateX(-50%);
}
.linear-header nav.main .menu > ul > li > ul > li > ul {
	top: 0;
}
.linear-header nav.main ul.right {
	float: none;
	margin-right: 0;
}
.linear-header nav.main ul.left {
	margin-left: 0;
}
.na-searchbox__overlay {
	background: rgba(9, 18, 51, 0.8)!important;
}
@media (max-width: 1600px) {
	.linear-header {
		padding: 0 1%;
	}
	.linear-header nav.main .menu > ul > li > a {
		padding: 7px 8px 4px;
		line-height: 1.2;
	}
	.linear-header nav.main a:after {
		bottom: 1px;
	}
}
@media (max-width: 1440px) {
	body.new .linear-header .btn-container .btn-container-btn {
		padding: 6px 20px;
	}
	body.new .linear-header .btn-container .btn-container-btn svg {
		display: none;
	}
	.linear-header .logo.big {
		width: 125px;
		margin-top: 10px;
	}
}
@media (max-width: 1024px) {
	body.new .linear-header .nav-trigger {
		display: block;
	}
	body.new .linear-header nav.main {
		display: none;
		width: 100%;
		transform: none;
		height: calc(100vh - 120px);
		top: 64px;
		left: 0;
		position: absolute;
		padding-left: 15px;
	}
	.linear-header .btn-container {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	body.new .linear-header .btn-container .btn-container-btn {
		margin-right: 0;
		width: 50%;
	}
	body.new .linear-header .btn-container .btn-container-btn.btn-ghost {
		background: white;
		color: #1293da;
		border-top: 1px solid #1293da;
	}
	body.new .linear-header .btn-container .btn-container-btn svg {
		display: block;
	}
	body.new .linear-header .nav-trigger {
		left: 20px;
		transform: none;
		right: auto;
		display: flex;
		flex-direction: column;
		width: 34px;
		padding-bottom: 0;
		justify-content: center;
		align-items: center;
		text-indent: 0px;
		height: 79px;
		top: 7px;
		-webkit-tap-highlight-color: transparent;
	}
	body.new header.linear-header .logo.big {
		display: block;
		height: 52px;
		background-size: contain;
		width: 90px;
		left: auto !important;
	}
	.linear-header .main-logo {
		width: 100px;
	}
	body.new header.linear-header {
		flex-direction: row-reverse;
		min-height: 64px;
	}
	
	.linear-header nav.main a {
		padding: 5px 20px;
	}
	nav.main .menu > ul > li {
		padding: 2px 0;
	}
}