/* font-family:'TradeGothicLTStdCnNo.18',sans-serif; */

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 13px;
	line-height: 22px;
	background: #fff;
}
img {
	border: 0;
}
.frame {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.body a {
	text-decoration: none;
	color: #154a8e;
}
.body a:hover {
	color: #000;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 140px;
	background: url(../img/ui/header-bg.gif) repeat-x #eee;
	border-bottom: 1px solid #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.25);
	z-index: 999;
	font-family: 'TradeGothicLTStdCnNo.18', sans-serif;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100px;
	background: #ccc;
	border-style: none;
}
.top-nav {
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #eee;
}
.top-nav li {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 10px;
}
.top-nav a {
	text-decoration: none;
	color: #E5743A;
}
.top-nav a:hover {
	color: #616161;
}
.main-nav {
	position: absolute;
	top: 60px;
	right: 10px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #eee;
}
.main-nav li {
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 5px;
}
.main-nav a {
	text-decoration: none;
	color: #555;
}
.main-nav a:hover {
	color: #616161;
}
.main-nav .selected a {
	text-decoration: none;
	color: #17498e;
}
.main-nav-sub {
	position: absolute;
	top: 40px;
	right: -10px;
	width: 1000px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: none;
	font-size: 0px;
	line-height: 40px;
	text-transform: uppercase;
	background: url(../img/ui/main-nav-sub-bg.gif) repeat-x;
}
.main-nav-sub li {
	display: inline-block;
	padding: 0 10px;
	background: #E5743A;
	font-size: 15px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.40);
}
.main-nav-sub li:hover {
	background: #356db5;
}
.main-nav-sub a {
	text-decoration: none;
	color: #fff;
}
.main-nav-sub a:hover {
	color: #fff;
}
.mobile-nav-trigger {
	display: none;
}
.mobile-nav-frame {
	display: none;
}
.selected .main-nav-sub {
	display: block;
}
.selected .main-nav-sub a {
	color: #fff;
}
.main-nav-sub li.selected {
	background: #aca65c !important;
}
.body {
	margin: 0 auto;
	width: 1000px;
}
.content {
	float: right;
	width: 720px;
	padding: 5px 15px;
	text-align: justify;
	min-height: 650px;
}
.sidebar {
	float: left;
	width: 220px;
	padding: 2px 15px;
	margin-top: 20px;
	position: relative;
}
.secondary-sidebar {
	float: left;
	width: 220px;
	padding: 0 15px 30px 15px;
	position: relative;
}
.body.no-slideshow {
	padding-top: 160px;
}
.body.no-slideshow .sidebar {
	margin-top: 0;
}
.content button {
	background: #616161;
	color: #fff;
	font-family: sans-serif;
	padding: 5px 10px;
	display: block;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}
.content button:hover {
	background: #29619e;
}
.content .slideshow {
	display: none;
}
.content .body {
	left: 0;
	right: 0;
	width: auto;
	overflow: auto;
}
.content .body-columns {
	overflow: hidden;
	padding: 0 20px 0 1px;
}
.content .column-1x4 {
	float: left;
	width: 32%;
}
.column-btn {
	display: block;
	padding: 10px;
	margin: 20px 0;
	text-decoration: none;
	position: relative;
}
.column-img {
	display: block;
	width: 100%;
	height: auto;
}
.column-title {
	display: block;
	background: #616161;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 12px;
	padding: 15px;
	margin-bottom: 10px;
}
.column-btn b {
	display: block;
	font-weight: normal;
	padding: 3px 10px;
	border-bottom: 1px solid #b1afac;
	color: #2E2D2C;
}
.column-btn b:nth-of-type(1) {
	border-top: 1px solid #b1afac;
}
.footer {
	background: #62615f;
	padding-bottom: 40px;
	color: #bbb;
}
.footer a:hover {
	text-decoration: underline;
}
.sitemap-btn {
	background: #eee;
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 12px;
	padding: 10px 20px;
	cursor: pointer;
	color: #555;
}
.sitemap-frame {
	background: #6e6e6e;
	display: none;
}
.sitemap {
	margin: 0 auto;
	padding: 60px 0 40px 15px;
	list-style: none;
	width: 985px;
	overflow: hidden;
}
.sitemap li {
	float: left;
	padding-right: 30px;
}
.sitemap li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.sitemap ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}
.sitemap li li {
	float: none;
	padding: 0;
}
.sitemap li li a {
	color: #bbb;
	font-size: 12px;
}
.footer-nav {
	margin: 0 auto;
	padding: 60px 0 20px;
	list-style: none;
	width: 1000px;
	text-align: center;
}
.footer-nav li {
	display: inline-block;
	font-size: 12px;
}
.footer-nav li a {
	color: #bbb;
	text-decoration: none;
}
.footer .social {
	width: 195px;
	margin: 0 auto;
}
.galleria {
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
}
.galleria-thumbnails .galleria-image {
	width: 232px
}
.breadcrumbs {
	font-size: 11px;
	color: #999;
}
.breadcrumbs a {
	text-decoration: none;
	color: #999;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.tabs-frame {
	margin-top: 30px;
}
.tabs-frame ul.tabs {
	margin: 0 10px -1px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.tabs-frame ul.tabs li {
	float: left;
	width: 25%;
}
.tabs-frame ul.tabs li a {
	display: block;
	text-align: center;
	height: 30px;
	background: url(../img/ui/tab-bg.jpg);
	margin-top: 5px;
	line-height: 30px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
.tabs-frame ul.tabs li.ui-tabs-active a {
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	background: #fff;
	margin-top: 0;
	height: 34px;
	line-height: 34px;
}
.tabs-frame .tab {
	border: 1px solid #ccc;
	padding: 0 20px;
}
.social {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.social li {
	float: left;
	margin-right: 10px;
	width: 29px;
	height: 28px;
	overflow: hidden;
}
.social a {
	display: block;
	width: 29px;
	height: 56px;
	position: relative;
}
.social .facebook a {
	background: url(../img/ui/icon_facebook.gif);
}
.social .twitter a {
	background: url(../img/ui/icon_twitter.gif);
}
.social .youtube a {
	background: url(../img/ui/icon_youtube.gif);
}
.social .pinterest a {
	background: url(../img/ui/icon_pinterest.gif);
}
.social .gplus a {
	background: url(../img/ui/icon_gplus.gif);
}
.booking-frame {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-top: 4px;
	background: #E5743A;
	padding: 15px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.40);
	color: #fff;
}
.booking-frame h2 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.booking-frame hr {
	clear: both;
	margin-bottom: 15px;
}
.booking-frame input {
	width: 95%;
	margin: 0 0 10px 0;
	background: url(../img/ui/calendar.png) right center no-repeat #fff;
	padding: 5px;
	;
}
.booking-frame .select-col {
	width: 45%;
	float: left;
	margin: 0 0 10px 0;
}
.booking-frame .select-col select {
	width: 80%;
}
.booking-frame a {
	color: #5a8db9;
}
.booking-frame button {
	background: #fff;
	color: #000;
	font-family: sans-serif;
	padding: 5px 10px;
	display: block;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}
.booking-frame button:hover {
	background: #5a8db9;
}
.booking-form {
	display: block;
}
.booking-form-mobile {
	display: none;
}
.sidebar-promo {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 30px;
	color: #0f324e;
}
.sidebar-promo a {
	color: #0f324e;
	text-decoration: none;
}
.sidebar-promo .icon {
	float: left;
	font-size: 26px;
	margin-right: 10px;
}
.specials-frame {
	box-shadow: 0 2px 20px rgba(0,0,0,0.25);
	padding: 10px;
	position: relative;
	margin-bottom: 30px;
	background: #EBEBEB;
}
.specials-frame h2 {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.specials-frame hr {
	clear: both;
	margin-bottom: 15px;
}
.specials-frame h4 {
	margin: -30px 5px 0 5px;
	color: #fff;
}
.specials-frame a {
	color: #616161;
}
.specials-frame .bx-pager {
	position: absolute;
	top: 48px;
	left: 10px;
}
.specials-frame .bx-pager-item {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 2px;
	border: 2px solid #ccc;
}
.specials-frame .bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	text-indent: -9999px;
}
.specials-frame .bx-pager-item a.active {
	background: #616161;
}
.sidebar-slider-frame {
	margin-top: 25px;
}
.rfp_submit {
	background: #616161;
	color: #fff;
	font-family: sans-serif;
	padding: 5px 10px;
	display: block;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}
.rfp_submit:hover {
	background: #29619e;
}
h1 {
	margin: 20px 0;
	font-family: 'TradeGothicLTStdCnNo.18', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	margin: 30px 0 10px;
	font-family: 'TradeGothicLTStdCnNo.18', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	margin-top: 0px;
	font-family: 'TradeGothicLTStdCnNo.18', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #0059aa;
}
hr {
	border: none;
	margin: 10px 0 20px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.package {
	margin-bottom: 10px;
	overflow: hidden;
}
.package img {
	float: left;
	margin: 13px 24px 13px 0;
}
.package-details {
	overflow: auto;
}
.package button {
	background: #0059aa;
	color: #fff;
	font-family: sans-serif;
	padding: 5px 10px;
	display: block;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}
.package button:hover {
	background: #616161;
}
.form {
}
.form table {
	border-collapse: collapse;
}
.form td {
	vertical-align: top;
	text-align: left;
	padding: 8px;
	border-top: 1px solid #eee;
}
.form td span {
	display: block;
	font-size: 9px;
}
.form td b {
	color: #ddd;
}
.form td:first-child {
	width: 200px;
}
.form td.heading {
	background: #eee;
	font-weight: bold;
	border-top: 30px solid #fff;
	font-size: 16px;
	font-family: 'Radikal-Medium', sans-serif;
}
.form td.submit {
	text-align: center;
	border-bottom: 5px solid #eee;
	border-top: 20px solid #fff;
	padding-bottom: 30px;
}
.form input[type=text] {
	width: 300px;
	padding: 5px;
}
.form textarea {
	width: 300px;
	height: 150px;
	padding: 5px;
}
.form button {
	background: #616161;
	color: #fff;
	font-family: sans-serif;
	padding: 5px 10px;
	display: block;
	border: none;
	margin-top: 0px;
	cursor: pointer;
}
.form button:hover {
	background: #29619e;
}
.form .other {
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.promo-box {
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 200px;
	height: 0;
	background: url(../img/ui/bg-sliders-popup.png);
	color: #fff;
	overflow: hidden;
	text-align: center;
	z-index: 999;
}
.promo-box-close {
	position: absolute;
	top: 0;
	left: 180px;
	width: 20px;
	height: 20px;
	background: url(../img/ui/close-btn.png);
	cursor: pointer;
}
.promo-box h2 {
	width: 200px;
	padding: 18px 0;
	margin: 0;
	color: #fff;
	font-size: 18px;
}
.promo-box a {
	display: block;
	width: 100px;
	margin: 0 50px;
	background: #0059aa;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	font-size: 14px;
}
.promo-box a:hover {
	background: #616161;
	text-decoration: none;
}
.rooms-left {
	background: #616161;
	color: #fff;
	text-align: center;
	padding: 5px;
	position: relative;
	top: -20px;
	display: none;
}
.slideshow-frame {
	height: 350px;
	background: #fff;
	margin-top: 150px;
	position: relative;
}
.slideshow-frame .bxslider {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slideshow-frame .bx-prev {
	display: block;
	position: absolute;
	top: 120px;
	left: 0px;
	height: 104px;
	width: 52px;
	background: url(../img/ui/slideshow-arrow-left.png);
	text-indent: -9999px;
}
.slideshow-frame .bx-next {
	display: block;
	position: absolute;
	top: 120px;
	right: 0px;
	height: 104px;
	width: 53px;
	background: url(../img/ui/slideshow-arrow-right.png);
	text-indent: -9999px;
}
.slideshow-frame a:focus {
	outline: none;
}
.mobile-cta-btns {
	display: none;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}
.mobile-cta-btns a {
	background: #0059aa;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	font-weight: bold;
}
.mobile-cta-btns a img {
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
.mobile-cta-btns a:hover {
	background: #29619e;
}
 @media screen and (min-width: 1260px) {
.frame {
	width: 1250px;
}
.top-nav {
	right: 150px;
}
.main-nav {
	right: 150px;
}
.body {
	width: 1250px;
	position: relative;
}
.content {
	margin-right: 250px;
}
.secondary-sidebar {
	float: none;
	position: absolute;
	top: 20px;
	right: 0;
	overflow: hidden;
}
.body.no-slideshow .secondary-sidebar {
	top: 160px;
	padding-top: 30px;
}
}
 @media screen and (max-width: 767px) {
.mobile-cta-btns {
	display: block;
}
.frame {
	width: auto;
}
.header {
	position: static;
	width: auto;
}
.logo {
	position: static;
	width: 250px;
	height: 100px;
	background: #ccc;
	display: block;
	margin: 0 auto;
}
.top-nav {
	display: none;
}
.main-nav {
	display: none;
}
.body {
	margin: 0;
	width: auto;
	overflow: hidden;
	padding-top: 0 !important;
}
.content {
	float: none;
	width: auto;
	padding: 15px 15px 45px 15px;
	margin-bottom: 30px;
	border-bottom: 10px solid #616161;
}
.sidebar {
	float: none;
	width: auto;
	padding: 15px;
	margin: 0;
}
.sidebar .social {
	display: none;
}
.galleria {
	height: 250px;
}
.tabs-frame ul.tabs li a {
	font-size: 10px;
}
.slideshow-frame {
	margin-top: 0;
}
.footer {
}
.footer-nav {
	width: auto;
	padding-top: 40px;
}
.footer-nav li {
	display: none;
}
.footer-nav li:last-child {
	display: block;
}
.footer .sitemap-btn {
	display: none;
}
.footer .sitemap-frame {
	display: none;
}
.mobile-nav-trigger {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: right;
}
.mobile-nav-trigger img {
	vertical-align: middle;
	margin-top: -3px;
}
.mobile-nav-close-trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 1001;
}
.mobile-nav-frame {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 100px;
	right: 0;
	height: auto;
	width: 0;
	background: #616161;
	z-index: 999;
}
.mobile-nav {
	padding: 15px;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
.mobile-nav li {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
.mobile-nav hr {
	margin: 10px 0;
	border-color: #fff;
}
.mobile-nav a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}
.mobile-nav .icon {
	margin-left: 30px;
}
.mobile-nav .sm a {
	font-size: 14px;
}
.booking-form {
	display: none;
}
.booking-form-mobile {
	display: block;
}
.booking-form-mobile button {
	width: 100%;
	padding: 10px 0;
}
.package img {
	display: none;
}
.booking-frame {
	display: none;
}
.promo-box {
	display: none !important;
}
}
