html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

.cc_container {
    left: 20px !important;
	}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover,a:focus  {
	outline:0;
}
*:focus, :focus, :active, :hover {
    outline: none !important;
}
abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}


legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	select {
		background: #fff !important
	}
	.navbar {
		display: none
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td,
	.table th {
		background-color: #fff !important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important
	}
}

* {
	box-sizing: border-box
}

*:before,
*:after {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.429;
	color: #333;
	background-color: #fff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #122332;
	text-decoration: none
}

a:hover,
a:focus {
	color: #87A9CC;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 28px;
	margin-bottom: 28px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role="button"] {
	cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 28px;
	margin-bottom: 14px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 14px;
	margin-bottom: 14px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%
}

h1,
.h1 {
	font-size: 36px
}

h2,
.h2 {
	font-size: 32px
}

h3,
.h3 {
	font-size: 25px
}

h4,
.h4 {
	font-size: 25px
}

h5,
.h5 {
	font-size: 20px
}

h6,
.h6 {
	font-size: 17px
}

p {
	margin: 0 0 14px
}

.lead {
	margin-bottom: 28px;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width: 768px) {
	.lead {
		font-size: 30px
	}
}

small,
.small {
	font-size: 85%
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase,
.initialism {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #e74439
}

a.text-primary:hover {
	color: #d3251a
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #e74439
}

a.bg-primary:hover {
	background-color: #d3251a
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 13px;
	margin: 56px 0 28px;
	border-bottom: 1px solid #eee
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 14px
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0
}

.list-unstyled,
.responsive-menu nav ul {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 28px
}

dt,
dd {
	line-height: 1.429
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 14px 28px;
	margin: 0 0 28px;
	font-size: 25px;
	border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.429;
	color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right,
blockquote.masthead-links,
blockquote.feature-items {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.masthead-links footer:before,
blockquote.feature-items footer:before,
blockquote.pull-right small:before,
blockquote.masthead-links small:before,
blockquote.feature-items small:before,
blockquote.pull-right .small:before,
blockquote.masthead-links .small:before,
blockquote.feature-items .small:before {
	content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.masthead-links footer:after,
blockquote.feature-items footer:after,
blockquote.pull-right small:after,
blockquote.masthead-links small:after,
blockquote.feature-items small:after,
blockquote.pull-right .small:after,
blockquote.masthead-links .small:after,
blockquote.feature-items .small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 28px;
	font-style: normal;
	line-height: 1.429
}

.container,
.main-navigation .menu-container,
.footer-links .inner,
.ftg-footer-to-grid>div {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%
}

.container:before,
.main-navigation .menu-container:before,
.footer-links .inner:before,
.ftg-footer-to-grid>div:before,
.container:after,
.main-navigation .menu-container:after,
.footer-links .inner:after,
.ftg-footer-to-grid>div:after {
	content: " ";
	display: table
}

.container:after,
.main-navigation .menu-container:after,
.footer-links .inner:after,
.ftg-footer-to-grid>div:after {
	clear: both
}

@media (min-width: 768px) {
	.container,
	.main-navigation .menu-container,
	.footer-links .inner,
	.ftg-footer-to-grid>div {
		width: 750px
	}
}

@media (min-width: 992px) {
	.container,
	.main-navigation .menu-container,
	.footer-links .inner,
	.ftg-footer-to-grid>div {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.container,
	.main-navigation .menu-container,
	.footer-links .inner,
	.ftg-footer-to-grid>div {
		width: 1430px
	}
}

.container-fluid,
.footer-links,
.footer-copyrights,
.ftg-footer-full-width>div {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid:before,
.footer-links:before,
.footer-copyrights:before,
.ftg-footer-full-width>div:before,
.container-fluid:after,
.footer-links:after,
.footer-copyrights:after,
.ftg-footer-full-width>div:after {
	content: " ";
	display: table
}

.container-fluid:after,
.footer-links:after,
.footer-copyrights:after,
.ftg-footer-full-width>div:after {
	clear: both
}

.row,
.twoup,
.room-overview,
.room-overview-icons {
	margin-left: -15px;
	margin-right: -15px
}

.row:before,
.twoup:before,
.room-overview:before,
.room-overview-icons:before,
.row:after,
.twoup:after,
.room-overview:after,
.room-overview-icons:after {
	content: " ";
	display: table
}

.row:after,
.twoup:after,
.room-overview:after,
.room-overview-icons:after {
	clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.instafeed-item,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.rooms-carousel .carousel-caption-block,
.room-overview-content,
.whatson-item,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.instafeed-item,
.col-sm-6,
.whatson-item,
.col-md-6,
.review-panel,
.alternative-room-link,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.rooms-carousel .carousel-caption-block,
.caption-block,
.col-sm-8,
.col-md-8,
.room-overview-carousel,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.review-panel,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.instafeed-item,
.col-xs-7,
.col-xs-8,
.rooms-carousel .carousel-caption-block,
.caption-block,
.col-xs-9,
.col-xs-10,
.review-panel,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.333%
}

.col-xs-2 {
	width: 16.667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.333%
}

.col-xs-5 {
	width: 41.667%
}

.col-xs-6,
.instafeed-item {
	width: 50%
}

.col-xs-7 {
	width: 58.333%
}

.col-xs-8,
.rooms-carousel .carousel-caption-block,
.caption-block {
	width: 66.667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10,
.review-panel {
	width: 83.333%
}

.col-xs-11 {
	width: 91.667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.333%
}

.col-xs-pull-2 {
	right: 16.667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.333%
}

.col-xs-pull-5 {
	right: 41.667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.333%
}

.col-xs-pull-8 {
	right: 66.667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.333%
}

.col-xs-pull-11 {
	right: 91.667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.333%
}

.col-xs-push-2 {
	left: 16.667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.333%
}

.col-xs-push-5 {
	left: 41.667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.333%
}

.col-xs-push-8 {
	left: 66.667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.333%
}

.col-xs-push-11 {
	left: 91.667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0%
}

.col-xs-offset-1 {
	margin-left: 8.333%
}

.col-xs-offset-2 {
	margin-left: 16.667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.333%
}

.col-xs-offset-5 {
	margin-left: 41.667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.333%
}

.col-xs-offset-8 {
	margin-left: 66.667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.333%
}

.col-xs-offset-11 {
	margin-left: 91.667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.instafeed-item,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.whatson-item,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-1 {
		width: 8.333%
	}
	.col-sm-2 {
		width: 16.667%
	}
	.col-sm-3,
	.instafeed-item {
		width: 25%
	}
	.col-sm-4 {
		width: 33.333%
	}
	.col-sm-5 {
		width: 41.667%
	}
	.col-sm-6,
	.whatson-item {
		width: 50%
	}
	.col-sm-7 {
		width: 58.333%
	}
	.col-sm-8 {
		width: 66.667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.333%
	}
	.col-sm-11 {
		width: 91.667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.333%
	}
	.col-sm-pull-2 {
		right: 16.667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.333%
	}
	.col-sm-pull-5 {
		right: 41.667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.333%
	}
	.col-sm-pull-8 {
		right: 66.667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.333%
	}
	.col-sm-pull-11 {
		right: 91.667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.333%
	}
	.col-sm-push-2 {
		left: 16.667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.333%
	}
	.col-sm-push-5 {
		left: 41.667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.333%
	}
	.col-sm-push-8 {
		left: 66.667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.333%
	}
	.col-sm-push-11 {
		left: 91.667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
	.col-sm-offset-1 {
		margin-left: 8.333%
	}
	.col-sm-offset-2 {
		margin-left: 16.667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.333%
	}
	.col-sm-offset-5 {
		margin-left: 41.667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.333%
	}
	.col-sm-offset-8 {
		margin-left: 66.667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.333%
	}
	.col-sm-offset-11 {
		margin-left: 91.667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.rooms-carousel .carousel-caption-block,
	.room-overview-content,
	.whatson-item,
	.col-md-5,
	.col-md-6,
	.review-panel,
	.alternative-room-link,
	.col-md-7,
	.col-md-8,
	.room-overview-carousel,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-1 {
		width: 8.333%
	}
	.col-md-2 {
		width: 16.667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4,
	.rooms-carousel .carousel-caption-block,
	.room-overview-content,
	.whatson-item {
		width: 33.333%
	}
	.col-md-5 {
		width: 41.667%
	}
	.col-md-6,
	.review-panel,
	.alternative-room-link {
		width: 50%
	}
	.col-md-7 {
		width: 58.333%
	}
	.col-md-8,
	.room-overview-carousel {
		width: 66.667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.333%
	}
	.col-md-11 {
		width: 91.667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.333%
	}
	.col-md-pull-2 {
		right: 16.667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.333%
	}
	.col-md-pull-5 {
		right: 41.667%
	}
	.col-md-pull-6,
	.twoup.alt .twoup-text {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.333%
	}
	.col-md-pull-8,
	.room-overview.alt .room-overview-content {
		right: 66.667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.333%
	}
	.col-md-pull-11 {
		right: 91.667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.333%
	}
	.col-md-push-2 {
		left: 16.667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4,
	.room-overview.alt .room-overview-carousel {
		left: 33.333%
	}
	.col-md-push-5 {
		left: 41.667%
	}
	.col-md-push-6,
	.twoup.alt .twoup-carousel {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.333%
	}
	.col-md-push-8 {
		left: 66.667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.333%
	}
	.col-md-push-11 {
		left: 91.667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
	.col-md-offset-1 {
		margin-left: 8.333%
	}
	.col-md-offset-2 {
		margin-left: 16.667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.333%
	}
	.col-md-offset-5 {
		margin-left: 41.667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.333%
	}
	.col-md-offset-8 {
		margin-left: 66.667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.333%
	}
	.col-md-offset-11 {
		margin-left: 91.667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.333%
	}
	.col-lg-2 {
		width: 16.667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.333%
	}
	.col-lg-5 {
		width: 41.667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.333%
	}
	.col-lg-8 {
		width: 66.667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.333%
	}
	.col-lg-11 {
		width: 91.667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.333%
	}
	.col-lg-pull-2 {
		right: 16.667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.333%
	}
	.col-lg-pull-5 {
		right: 41.667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.333%
	}
	.col-lg-pull-8 {
		right: 66.667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.333%
	}
	.col-lg-pull-11 {
		right: 91.667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.333%
	}
	.col-lg-push-2 {
		left: 16.667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.333%
	}
	.col-lg-push-5 {
		left: 41.667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.333%
	}
	.col-lg-push-8 {
		left: 66.667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.333%
	}
	.col-lg-push-11 {
		left: 91.667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 8.333%
	}
	.col-lg-offset-2 {
		margin-left: 16.667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.333%
	}
	.col-lg-offset-5 {
		margin-left: 41.667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.333%
	}
	.col-lg-offset-8 {
		margin-left: 66.667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.333%
	}
	.col-lg-offset-11 {
		margin-left: 91.667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 28px;
	font-size: 30px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 20px;
	line-height: 1.429;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 42px;
	padding: 6px 12px;
	font-size: 20px;
	line-height: 1.429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"] {
		line-height: 42px
	}
	input[type="date"].input-sm,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm input[type="month"] {
		line-height: 37px
	}
	input[type="date"].input-lg,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg input[type="month"] {
		line-height: 70px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	min-height: 28px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 48px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 37px;
	padding: 5px 10px;
	font-size: 17px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 37px;
	line-height: 37px
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 37px;
	padding: 5px 10px;
	font-size: 17px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 37px;
	line-height: 37px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 37px;
	padding: 5px 10px;
	font-size: 17px;
	line-height: 1.5;
	min-height: 45px
}

.input-lg {
	height: 70px;
	padding: 10px 16px;
	font-size: 36px;
	line-height: 1.333;
	border-radius: 6px
}

select.input-lg {
	height: 70px;
	line-height: 70px
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 70px;
	padding: 10px 16px;
	font-size: 36px;
	line-height: 1.333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 70px;
	line-height: 70px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 70px;
	padding: 10px 16px;
	font-size: 36px;
	line-height: 1.333;
	min-height: 64px
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 52.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback {
	width: 70px;
	height: 70px;
	line-height: 70px
}

.input-sm+.form-control-feedback {
	width: 37px;
	height: 37px;
	line-height: 37px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 33px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 35px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.333px
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 20px;
	line-height: 1.429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #75A2DB;
	border-color: #4B78B1
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #75A2DB;
	border-color: #4B78B1
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	background-color: #e74439;
	border-color: #e42f22
}

.btn-primary .badge {
	color: #e74439;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #e74439;
	font-weight: normal;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #bd2117;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg,
.btn-standout {
	padding: 10px 16px;
	font-size: 36px;
	line-height: 1.333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 17px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 17px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block,
.btn-standout {
	display: block;
	width: 100%
}

.btn-block+.btn-block,
.btn-standout+.btn-block,
.btn-block+.btn-standout,
.btn-standout+.btn-standout {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="submit"].btn-standout,
input[type="reset"].btn-block,
input[type="reset"].btn-standout,
input[type="button"].btn-block,
input[type="button"].btn-standout {
	width: 100%
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup,
.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 20px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right,
.dropdown-menu.masthead-links,
.dropdown-menu.feature-items,
.main-navigation a.dropdown-menu.reservations-dropdown-btn.responsive {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 13px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.429;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #e74439
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 17px;
	line-height: 1.429;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu,
.masthead-links>.dropdown-menu,
.feature-items>.dropdown-menu,
.main-navigation a.reservations-dropdown-btn.responsive>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:before,
.nav:after {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #87A9CC
}

.nav>li.active>a {
	text-decoration: none;
	background-color: #87A9CC
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #222;
	border-color: #e74439
}

.nav .nav-divider {
	height: 1px;
	margin: 13px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #e74439
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 768px) {
	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
		padding: 20px 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 28px;
	border: 1px solid transparent
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

@media (min-width: 768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

.container>.navbar-header,
.main-navigation .menu-container>.navbar-header,
.footer-links .inner>.navbar-header,
.ftg-footer-to-grid>div>.navbar-header,
.container>.navbar-collapse,
.main-navigation .menu-container>.navbar-collapse,
.footer-links .inner>.navbar-collapse,
.ftg-footer-to-grid>div>.navbar-collapse,
.container-fluid>.navbar-header,
.footer-links>.navbar-header,
.footer-copyrights>.navbar-header,
.ftg-footer-full-width>div>.navbar-header,
.container-fluid>.navbar-collapse,
.footer-links>.navbar-collapse,
.footer-copyrights>.navbar-collapse,
.ftg-footer-full-width>div>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width: 768px) {
	.container>.navbar-header,
	.main-navigation .menu-container>.navbar-header,
	.footer-links .inner>.navbar-header,
	.ftg-footer-to-grid>div>.navbar-header,
	.container>.navbar-collapse,
	.main-navigation .menu-container>.navbar-collapse,
	.footer-links .inner>.navbar-collapse,
	.ftg-footer-to-grid>div>.navbar-collapse,
	.container-fluid>.navbar-header,
	.footer-links>.navbar-header,
	.footer-copyrights>.navbar-header,
	.ftg-footer-full-width>div>.navbar-header,
	.container-fluid>.navbar-collapse,
	.footer-links>.navbar-collapse,
	.footer-copyrights>.navbar-collapse,
	.ftg-footer-full-width>div>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 11px 15px;
	font-size: 36px;
	line-height: 28px;
	height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width: 768px) {
	.navbar>.container .navbar-brand,
	.main-navigation .navbar>.menu-container .navbar-brand,
	.footer-links .navbar>.inner .navbar-brand,
	.ftg-footer-to-grid.navbar>div .navbar-brand,
	.navbar>.container-fluid .navbar-brand,
	.navbar>.footer-links .navbar-brand,
	.navbar>.footer-copyrights .navbar-brand,
	.ftg-footer-full-width.navbar>div .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 5.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 28px
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 28px
	}
	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 11px;
		padding-bottom: 11px
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 4px;
	margin-bottom: 4px
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 4px;
	margin-bottom: 4px
}

.navbar-btn.btn-sm {
	margin-top: 6.5px;
	margin-bottom: 6.5px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 11px;
	margin-bottom: 11px
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 28px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.429;
	text-decoration: none;
	color: #e74439;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	color: #bd2117;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #e74439;
	border-color: #e74439;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 36px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 17px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 28px 0;
	list-style: none;
	text-align: center
}

.pager:before,
.pager:after {
	content: " ";
	display: table
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #e74439
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #d3251a
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c
}

.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.main-navigation .menu-container .jumbotron,
.footer-links .inner .jumbotron,
.ftg-footer-to-grid>div .jumbotron,
.container-fluid .jumbotron,
.footer-links .jumbotron,
.footer-copyrights .jumbotron,
.ftg-footer-full-width>div .jumbotron {
	border-radius: 6px
}

.jumbotron .container,
.jumbotron .main-navigation .menu-container,
.main-navigation .jumbotron .menu-container,
.jumbotron .footer-links .inner,
.footer-links .jumbotron .inner,
.jumbotron .ftg-footer-to-grid>div {
	max-width: 100%
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding: 48px 0
	}
	.container .jumbotron,
	.main-navigation .menu-container .jumbotron,
	.footer-links .inner .jumbotron,
	.ftg-footer-to-grid>div .jumbotron,
	.container-fluid .jumbotron,
	.footer-links .jumbotron,
	.footer-copyrights .jumbotron,
	.ftg-footer-full-width>div .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 90px
	}
}

.alert {
	padding: 15px;
	margin-bottom: 28px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-right,
.media>.pull-right,
.media>.masthead-links,
.media>.feature-items,
.main-navigation .media>a.reservations-dropdown-btn.responsive {
	padding-left: 10px
}

.media-left,
.media>.pull-left,
.media>.masthead-logo {
	padding-right: 10px
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #e74439;
	border-color: #e74439
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #fdf0ef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.close {
	float: right;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "effra", sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #e74439;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #e74439
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #e74439
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #e74439
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #e74439
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #e74439
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #e74439
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #e74439
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #e74439
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "effra", sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.429;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 20px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000
	}
	.carousel-inner>.item.next,
	.carousel-inner>.item.active.right {
		transform: translate3d(100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
		transform: translate3d(-100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

body {
	font-weight: 300
}

.top-bottom-pushed {
	margin-top: 30px;
	margin-bottom: 30px
}

.contrast,
.rooms-background,
.location-filter {
	background: #000;
	color: #fff;
	padding: 70px 0
}

@media (max-width: 768px) {
	.contrast,
	.rooms-background,
	.location-filter {
		padding: 30px 0
	}
}

.rooms-background {
	background: #000
}

.location-filter {
	background: #000;
	color: #fff
}

.location-filter .contrast-header {
	color: #e74439
}

.home-contrast {
	background: #000;
	padding-top: 30px;
	padding-bottom: 30px
}

@media (max-width: 768px) {
	.home-contrast {
		background-image: none
	}
}

.home-contrast .contrast-header {
	margin-bottom: 15px
}

.home-contrast .twoup-btn {
	margin-top: 15px
}

.home-contrast h4 {
	height: auto !important
}

.contrast-header {
	color: #e74439;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 0 55px
}

@media (max-width: 768px) {
	.contrast-header {
		font-size: 24px;
		margin: 0 0 20px
	}
}

.bordered {
	border-top: solid 4px #000;
	border-bottom: solid 4px #000
}

.bordered-white {
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff
}

.row-full-height {
	height: 100%
}

.col-full-height,
.room-overview-carousel,
.room-overview-content {
	height: 100%;
	vertical-align: top
}

.col-full-height.alt,
.alt.room-overview-carousel,
.alt.room-overview-content {
	background: #000;
	color: #fff
}

.col-full-height.alt.grey,
.alt.grey.room-overview-carousel,
.alt.grey.room-overview-content {
	background: #535353
}

.col-full-height .liner,
.room-overview-carousel .liner,
.room-overview-content .liner {
	margin-top: 60px;
	margin-bottom: 60px
}

@media (min-width: 768px) {
	.col-full-height .liner,
	.room-overview-carousel .liner,
	.room-overview-content .liner {
		margin-left: 60px;
		margin-right: 60px
	}
}

@media (min-width: 1200px) {
	.col-full-height .liner,
	.room-overview-carousel .liner,
	.room-overview-content .liner {
		margin-left: 120px;
		margin-right: 120px
	}
}

.col-full-height .sidebar-liner,
.room-overview-carousel .sidebar-liner,
.room-overview-content .sidebar-liner {
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 60px;
	margin-right: 60px
}

@media (max-width: 991px) {
	.col-full-height .sidebar-liner,
	.room-overview-carousel .sidebar-liner,
	.room-overview-content .sidebar-liner {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0
	}
}

.col-full-height .sidebar-liner a,
.room-overview-carousel .sidebar-liner a,
.room-overview-content .sidebar-liner a {
	color: #e74439
}

.col-full-height .sidebar-liner a.btn,
.room-overview-carousel .sidebar-liner a.btn,
.room-overview-content .sidebar-liner a.btn {
	color: #fff
}

.row-same-height {
	display: table;
	width: 100%;
	table-layout: fixed
}

.col-xs-height {
	display: table-cell;
	float: none !important
}

@media (min-width: 768px) {
	.col-sm-height {
		display: table-cell;
		float: none !important
	}
}

@media (min-width: 992px) {
	.col-md-height,
	.room-overview-carousel,
	.room-overview-content {
		display: table-cell;
		float: none !important
	}
}

@media (min-width: 1200px) {
	.col-lg-height {
		display: table-cell;
		float: none !important
	}
}

.main-header {
	text-transform: uppercase;
	font-size: 30px;
	color: #e74439
}

.sidebar-header {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500
}

.dl-inline dt {
	text-transform: uppercase
}

.dl-inline dd {
	margin-bottom: 10px
}

.dl-inline dd:before,
.dl-inline dd:after {
	content: " ";
	display: table
}

.dl-inline dd:after {
	clear: both
}

@media (min-width: 768px) {
	.dl-inline dt {
		float: left;
		margin-right: 10px;
		clear: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}

.btn-standout {
	background: #e74439;
	color: #fff;
	border: solid 3px #fff;
	text-transform: uppercase;
	border-radius: 0
}

.btn-standout:hover {
	color: #fff;
	background: #a61d14
}

.gallery-thumb {
	margin-bottom: 30px;
	position: relative
}

.gallery-thumb-title {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	background: #e74439;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	transform: translate(-50%, -50%)
}

hr.spacer {
	background: transparent;
	border: none !important;
	margin-top: 45px;
	margin-bottom: 45px;
	height: 1px;
	display: block !important
}

.container.no-header,
.main-navigation .no-header.menu-container,
.footer-links .no-header.inner,
.ftg-footer-to-grid>div.no-header,
.container-fluid.no-header,
.no-header.footer-links,
.no-header.footer-copyrights,
.ftg-footer-full-width>div.no-header {
	margin-top: 180px
}

.container.no-header h1,
.main-navigation .no-header.menu-container h1,
.footer-links .no-header.inner h1,
.ftg-footer-to-grid>div.no-header h1,
.container-fluid.no-header h1,
.no-header.footer-links h1,
.no-header.footer-copyrights h1,
.ftg-footer-full-width>div.no-header h1 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px
}

.container,
.main-navigation .menu-container,
.footer-links .inner,
.ftg-footer-to-grid>div,
.container-fluid,
.footer-links,
.footer-copyrights,
.ftg-footer-full-width>div {
	word-wrap: break-word
}

button,
input[type="submit"] {
	border-radius: 0
}

.site-header {
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%
}

@media (max-width: 768px) {
	.site-header {
		padding-bottom: 42px
	}
}

.masthead {
	position: relative;
	background: #446a8b;
	color: white
}

.masthead-logo {
	margin: 0
}

.masthead-logo a {
	display: block;
	width: 179px;
	height: 113px;
	background: url(../images/logo.png) no-repeat;
	background-size: 179px 113px;
	font: 0/0;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

@media (max-width: 1199px) {
	.masthead-logo {
		margin: 0;
		margin-left: -10px !important
	}
	.masthead-logo a {
		width: 113px;
		height: 64px;
		background-size: 100% auto;
	}
}

.feature-items {
	color: #fff;
	clear: right;
	font-size: 14px;
	margin-top: 30px
}

.feature-items li {
	padding: 0 10px;
	border-right: solid 1px #fff
}

.feature-items li:last-child {
	padding-right: 0;
	border: none
}

.abey-link {
	width: 50px;
}

.adge-link {
	width: 143px;
}

.cambridge-link {
	width: 101px;
}

.offers-tab {
	display: block;
	position: absolute;
	top: 150px;
	right: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 30px;
	text-transform: uppercase;
	transform: rotate(-90deg) translate(-100%, 100%)
}

.offers-tab:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.9)
}

@media (max-width: 1199px) {
	.offers-tab {
		display: none
	}
}

.top-secondary-menu {
	height: 50px;
	padding-top: 10px;
	line-height: 40px;
	width: 100%;
	display: inline-block;
}

@media (max-width: 1199px) {
	.top-secondary-menu {
		display: none
	}
}

.top-secondary-menu .fa {
	font-size: 25px;
	vertical-align: middle
}

.top-secondary-menu a {
	color: inherit;
	display: block
}

.top-secondary-menu ul {
	margin-bottom: 0
}

.secondary-nav-phone {
	margin-left: 5px
}

.responsive-navigation {
	position: absolute;
	right: 0;
	top: 0;
	display: block
}

.responsive-navigation>a {
	font-size: 26px;
	color: #87A9CC;
	width: 62px;
	display: inline-block;
	text-align: center;
	margin: 0 -2px
}

.responsive-navigation button {
	height: 62px;
	width: 62px;
	font-size: 26px;
	border: none;
	background: #87A9CC;
	color: #fff
}

.responsive-navigation .nav {
	display: none;
	position: absolute;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999
}

.responsive-navigation .nav a {
	white-space: nowrap;
	padding-right: 170px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px
}

.responsive-navigation .nav a:hover {
	background: #87a9cc
}

.responsive-navigation .nav.open {
	display: block
}

.main-navigation {
	position: relative
}

.main-navigation:before,
.main-navigation:after {
	content: " ";
	display: table
}

.main-navigation:after {
	clear: both
}

@media (max-width: 1199px) {
	.main-navigation {
		position: absolute;
		left: 0;
		right: 0;
		background: transparent
	}
}

.main-navigation.pinned {
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

.main-navigation.pinned.dark {
	top: 42px
}

@media (max-width: 1199px) {
	.main-navigation.pinned.dark {
		top: 0
	}
}

.main-navigation .menu-container {
	position: relative
}

.main-navigation .menu-container:before,
.main-navigation .menu-container:after {
	content: " ";
	display: table
}

.main-navigation .menu-container:after {
	clear: both
}

.main-navigation a {
	text-transform: uppercase;
	color: inherit;
	white-space: nowrap;
	font-weight: 300;
	font-size: 16px
}

.main-navigation a.reservations-dropdown-btn {
	background: #e74439;
	color: #fff
}

.main-navigation a.reservations-dropdown-btn:hover {
	background: #bd2117
}

.main-navigation a.reservations-dropdown-btn:focus {
	background: #e74439
}

.main-navigation a.reservations-dropdown-btn.responsive {
	display: block;
	padding: 10px;
	margin-top: 15px
}

.main-navigation a.reservations-dropdown-btn.responsive:hover,
.main-navigation a.reservations-dropdown-btn.responsive:focus {
	text-decoration: none
}

@media (max-width: 767px) {
	.main-navigation a.reservations-dropdown-btn.responsive {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		text-align: center;
		margin-top: 0;
		background: #bd2117
	}
	.main-navigation a.reservations-dropdown-btn.responsive:hover {
		background: #78150f
	}
}

.reservations-dropdown-box {
	display: none;
	position: absolute;
	right: 15px;
	z-index: 9999
}

@media (max-width: 1199px) {
	.reservations-dropdown-box {
		top: 57px
	}
}

@media (max-width: 767px) {
	.reservations-dropdown-box {
		left: 15px
	}
}

.reservations-dropdown-box.open {
	display: block
}

.reservations-dropdown-box form {
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 10px 5px
}

.reservations-dropdown-box form fieldset legend {
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	margin: 0 0 10px 0
}

.reservations-dropdown-box form fieldset .form-group {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
	background: #ccc;
	position: relative
}

.reservations-dropdown-box form fieldset .control-icon {
	position: absolute;
	right: 5px;
	top: 50%;
	color: #e74439;
	transform: translate(0, -50%)
}

.reservations-dropdown-box form fieldset input[type="text"],
.reservations-dropdown-box form fieldset input[type="number"],
.reservations-dropdown-box form fieldset select {
	background: #fff;
	border-color: #000;
	border-radius: 0;
	max-width: 150px;
	min-width: 90px;
	-webkit-appearance: none
}

.reservations-dropdown-box form fieldset input[type="text"]::-moz-placeholder,
.reservations-dropdown-box form fieldset input[type="number"]::-moz-placeholder,
.reservations-dropdown-box form fieldset select::-moz-placeholder {
	color: #000;
	opacity: 1
}

.reservations-dropdown-box form fieldset input[type="text"]:-ms-input-placeholder,
.reservations-dropdown-box form fieldset input[type="number"]:-ms-input-placeholder,
.reservations-dropdown-box form fieldset select:-ms-input-placeholder {
	color: #000
}

.reservations-dropdown-box form fieldset input[type="text"]::-webkit-input-placeholder,
.reservations-dropdown-box form fieldset input[type="number"]::-webkit-input-placeholder,
.reservations-dropdown-box form fieldset select::-webkit-input-placeholder {
	color: #000
}

.reservations-dropdown-box form fieldset .btn {
	float: left
}

.responsive-menu {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999
}

.responsive-menu.open {
	display: block
}

.responsive-menu .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	background: transparent;
	border: none;
	font-size: 26px
}

.responsive-menu .close-btn:hover {
	color: #e74439
}

.responsive-menu nav {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%)
}

.responsive-menu nav ul li {
	margin: 5px 0
}

.responsive-menu nav ul li a {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase
}

.responsive-menu nav ul li a:hover {
	text-decoration: none;
	color: #e74439
}

.carousel-overlay-title {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(0, 0, 0, 0.5);
	padding: 25px;
	text-align: center;
	color: #fff;
	z-index: 999;
	font-size: 70px;
	text-transform: uppercase;
	transform: translate(-50%, -50%)
}

@media (max-width: 992px) {
	.carousel-overlay-title {
		font-size: 30px
	}
}

@media (max-width: 768px) {
	.carousel-overlay-title {
		font-size: 20px;
		width: 80%
	}
}

@media (max-width: 768px) {
	.carousel-indicators {
		display: none
	}
}

.hero-carousel,
.blog-bottom-carousel {
	position: relative;
	height: calc(100vh - 52px);
	min-height: 260px;
}

.hero-carousel .carousel-inner,
.blog-bottom-carousel .carousel-inner {
	position: absolute;
	top: 112px;
	left: 0;
	right: 0;
	bottom: 0
}

.hero-carousel .carousel-control,
.blog-bottom-carousel .carousel-control {
	top: 112px;
	background-image: none;
	width: 60px
}

.hero-carousel .carousel-control .icon-prev,
.hero-carousel .carousel-control .icon-next,
.blog-bottom-carousel .carousel-control .icon-prev,
.blog-bottom-carousel .carousel-control .icon-next {
	height: 25px;
	width: 25px
}


.inner-carousel {
	position: relative;
	height: calc(60vh - 52px);
	min-height: 240px
}

@media (min-width: 992px) {
	.hero-carousel .carousel-control,
	.blog-bottom-carousel .carousel-control {
		width: 120px
	}
	.hero-carousel .carousel-control .icon-prev,
	.hero-carousel .carousel-control .icon-next,
	.blog-bottom-carousel .carousel-control .icon-prev,
	.blog-bottom-carousel .carousel-control .icon-next {
		height: 50px;
		width: 50px
	}
}

.hero-carousel.full .carousel-inner,
.blog-bottom-carousel.full .carousel-inner {
	top: 0
}

@media (max-width: 1199px) {
	.hero-carousel .carousel-inner,
	.hero-carousel .carousel-control,
	.blog-bottom-carousel .carousel-inner,
	.blog-bottom-carousel .carousel-control {
		top: 60px
	}
}

@media (max-width: 767px) {
	.hero-carousel,
	.blog-bottom-carousel {
		max-height: 260px;
	}
	.hero-carousel .carousel-inner,
	.hero-carousel .carousel-control,
	.blog-bottom-carousel .carousel-inner,
	.blog-bottom-carousel .carousel-control {
		top: 0 !important
	}
}

.hero-carousel .item,
.blog-bottom-carousel .item {
	background-color: #221113;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

.hero-carousel .item img,
.blog-bottom-carousel .item img {
	width: 100%
}

.hero-carousel .carousel-caption-block,
.blog-bottom-carousel .carousel-caption-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	padding: 25px 45px;
	text-align: left;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6)
}

@media (min-width: 992px) {
	.hero-carousel .carousel-caption-block,
	.blog-bottom-carousel .carousel-caption-block {
		padding: 25px 120px
	}
}

.hero-carousel .carousel-caption-block .container,
.hero-carousel .carousel-caption-block .main-navigation .menu-container,
.main-navigation .hero-carousel .carousel-caption-block .menu-container,
.hero-carousel .carousel-caption-block .footer-links .inner,
.footer-links .hero-carousel .carousel-caption-block .inner,
.hero-carousel .carousel-caption-block .ftg-footer-to-grid>div,
.blog-bottom-carousel .carousel-caption-block .container,
.blog-bottom-carousel .carousel-caption-block .main-navigation .menu-container,
.main-navigation .blog-bottom-carousel .carousel-caption-block .menu-container,
.blog-bottom-carousel .carousel-caption-block .footer-links .inner,
.footer-links .blog-bottom-carousel .carousel-caption-block .inner,
.blog-bottom-carousel .carousel-caption-block .ftg-footer-to-grid>div {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.hero-carousel .carousel-caption-block h4,
.blog-bottom-carousel .carousel-caption-block h4 {
	font-size: 70px;
	font-weight: 400;
	margin: 0;
	padding: 0
}

@media (max-width: 992px) {
	.hero-carousel .carousel-caption-block h4,
	.blog-bottom-carousel .carousel-caption-block h4 {
		font-size: 45px
	}
}

@media (max-width: 768px) {
	.hero-carousel .carousel-caption-block h4,
	.blog-bottom-carousel .carousel-caption-block h4 {
		font-size: 28px
	}
}

.hero-carousel .carousel-caption-block h5,
.blog-bottom-carousel .carousel-caption-block h5 {
	font-size: 45px;
	font-weight: 400
}

@media (max-width: 992px) {
	.hero-carousel .carousel-caption-block h5,
	.blog-bottom-carousel .carousel-caption-block h5 {
		font-size: 30px
	}
}

@media (max-width: 768px) {
	.hero-carousel .carousel-caption-block h5,
	.blog-bottom-carousel .carousel-caption-block h5 {
		font-size: 20px
	}
}

.hero-carousel .carousel-caption-block .btn,
.blog-bottom-carousel .carousel-caption-block .btn {
	padding: 15px 0;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 20px
}

@media (max-width: 768px) {
	.hero-carousel .carousel-caption-block .btn,
	.blog-bottom-carousel .carousel-caption-block .btn {
		font-size: 14px
	}
}

.hero-carousel .carousel-caption-block .btn svg,
.blog-bottom-carousel .carousel-caption-block .btn svg {
	vertical-align: middle;
	margin-left: 15px;
	width: 27px;
	height: 27px
}

.rooms-carousel .item {
	background-color: #221113;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width: 768px) {
	.rooms-carousel .item {
		height: 300px
	}
}

.rooms-carousel .item img {
	width: 100%
}

@media (max-width: 768px) {
	.rooms-carousel .item img {
		display: none
	}
}

.rooms-carousel .carousel-caption-block {
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	text-align: center;
	transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
	.rooms-carousel .carousel-caption-block {
		padding: 10px
	}
}

.rooms-carousel .carousel-caption-block h4 {
	font-size: 36px;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase
}

@media (max-width: 768px) {
	.rooms-carousel .carousel-caption-block h4 {
		font-size: 20px;
		margin: 0 0 10px
	}
}

.rooms-carousel .carousel-caption-block span {
	font-size: 66px;
	padding: 0;
	line-height: 30px
}

@media (max-width: 768px) {
	.rooms-carousel .carousel-caption-block span {
		font-size: 20px
	}
}

.rooms-carousel .carousel-caption-block span small {
	font-size: 22px
}

@media (max-width: 768px) {
	.rooms-carousel .carousel-caption-block span small {
		font-size: 12px
	}
}

.rooms-carousel .carousel-caption-block .excerpt {
	margin-top: 20px
}

@media (max-width: 768px) {
	.rooms-carousel .carousel-caption-block .excerpt {
		display: none
	}
}

.rooms-carousel .carousel-caption-block .btn {
	margin: 20px 0 0;
	text-transform: uppercase
}

@media (max-width: 768px) {
	.rooms-carousel .carousel-caption-block .btn {
		margin: 10px 0 0;
		font-size: 14px
	}
}

.review-panel {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%)
}

.room-panel {
	border: solid 5px #fff;
	height: 450px;
	position: relative;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width: 768px) {
	.room-panel {
		height: 250px
	}
}

.twoup-wrapper {
	overflow: hidden
}

.twoup-wrapper.rooms-wrapper {
	border: solid 5px #fff
}

.twoup {
	padding: 0;
	background: #fff
}

.twoup.alt {
	background: #000;
	color: #fff
}

.twoup.alt .twoup-title {
	color: #e74439
}

.twoup.alt .twoup-btn {
	background: #e74439;
	color: #fff
}

.twoup-carousel {
	padding: 0;
	height: 450px;
	position: relative
}

@media (max-width: 992px) {
	.twoup-carousel {
		height: 250px
	}
}

.twoup-carousel .carousel-inner {
	height: 100%
}

.twoup-carousel .item {
	background-color: #221113;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

.twoup-text {
	padding: 0;
	height: 450px;
	position: relative
}

@media (max-width: 992px) {
	.twoup-text {
		height: auto
	}
}

.twoup-text-content {
	position: absolute;
	width: 80%;
	left: 50%;
	top: 50%;
	text-align: left;
	transform: translate(-50%, -50%)
}

@media (min-width: 1200px) {
	.twoup-text-content {
		width: 60%
	}
}

@media (max-width: 992px) {
	.twoup-text-content {
		position: relative;
		margin: 30px 0;
		transform: translate(-50%, 0)
	}
}

.twoup-title {
	font-size: 30px;
	color: #e74439;
	text-transform: uppercase;
	margin: 0 0 50px
}

.twoup-btn {
	margin: 50px 0 0;
	text-transform: uppercase;
	border: none
}

.caption-block {
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	text-align: center;
	transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
	.caption-block {
		padding: 10px
	}
}

.caption-block h4 {
	font-size: 36px;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase
}

@media (max-width: 768px) {
	.caption-block h4 {
		font-size: 20px;
		margin: 0 0 10px
	}
}

.caption-block span {
	font-size: 66px;
	padding: 0;
	line-height: 30px
}

@media (max-width: 768px) {
	.caption-block span {
		font-size: 20px
	}
}

.caption-block span small {
	font-size: 22px
}

@media (max-width: 768px) {
	.caption-block span small {
		font-size: 12px
	}
}

.caption-block .excerpt {
	margin-top: 20px
}

@media (max-width: 768px) {
	.caption-block .excerpt {
		display: none
	}
}

.caption-block .btn {
	margin: 20px 0 0;
	text-transform: uppercase
}

@media (max-width: 768px) {
	.caption-block .btn {
		margin: 10px 0 0;
		font-size: 14px
	}
}

.google-map {
	height: 550px
}

@media (max-width: 992px) {
	.google-map {
		height: 250px
	}
}

.hero-wrapper {
	position: relative
}

.hero-wrapper.with-top-margin {
	margin-top: 160px
}

.hero-wrapper h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-transform: uppercase;
	z-index: 99999;
	transform: translate(-50%, -50%)
}

.location-filter {
	text-transform: uppercase;
	font-size: 22px
}

.location-filter a {
	color: #fff;
	border: solid 1px #fff
}

.location-filter a:hover {
	color: #e74439
}

.location-filter li {
	padding: 0 5px
}

.location-filter li.active a {
	background: #e74439;
	color: #fff;
	border-color: #e74439
}

.location-filter li.active a:hover {
	background: #e74439;
	color: #fff
}

.venue-gmap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999
}

.location-address-string {
	font-size: 18px;
	color: #777
}

.location-address-string i {
	color: #e74439
}

.room-overview {
	position: relative;
	margin-bottom: 70px
}

.room-carousel {
	height: 500px
}

.room-overview-carousel {
	height: 100%;
	padding: 0
}

.room-overview-carousel .carousel-inner {
	height: 100%
}

.room-overview-content {
	background: #fff;
	padding: 0;
	color: #000
}

.room-overview-content .inner {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	text-align: center
}

.room-overview-content .inner .btn {
	position: absolute;
	bottom: 0;
	text-transform: uppercase
}

@media (max-width: 992px) {
	.room-overview-content .inner {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 20px
	}
	.room-overview-content .inner .btn {
		position: relative
	}
}

.room-overview-icons {
	border-bottom: solid 1px #ccc;
	margin: 0 0 30px;
	font-size: 35px;
	text-align: center
}

.room-overview-heading {
	font-size: 30px;
	margin: 25px 0 40px;
	color: #e74439;
	text-transform: uppercase
}

.room-overview-price {
	display: block;
	margin: 0 0 40px;
	font-size: 30px
}

.room-overview-price small {
	font-size: 20px
}

.availability-form .btn-primary {
	margin-bottom: 45px;
	border-radius: 0;
	border-color: #fff;
	text-transform: uppercase;
	border-width: 3px
}

button.calendar-btn {
	background: #fff;
	border: solid 3px #fff;
	padding: 0;
	border-radius: 0;
	color: #000;
	margin-bottom: 45px
}

button.calendar-btn h5 {
	margin: 0;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 10px
}

button.calendar-btn span.date {
	display: block;
	font-size: 70px;
	line-height: 50px
}

button.calendar-btn span.date small {
	display: block;
	font-size: 24px;
	text-transform: uppercase
}

button.calendar-btn span.chevron {
	display: block;
	margin-top: 10px;
	border-top: solid 1px #000
}

.room-price-block {
	border-bottom: solid 3px #fff;
	margin-bottom: 45px;
	padding-top: 40px;
	padding-bottom: 40px
}

.room-price-block .price-from {
	text-align: right;
	font-size: 32px;
	line-height: 50px
}

.room-price-block .price-from.text-center {
	text-align: center
}

.room-price-block .price-from span {
	font-size: 55px;
	font-weight: 900
}

.room-price-block .price-from small {
	display: block;
	font-size: 16px;
	line-height: 0.9
}

.room-price-block .best-rate-guarantee {
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase
}

.room-price-block .best-rate-guarantee i {
	float: left;
	font-size: 50px;
	margin-right: 5px
}

.room-price-block .best-rate-guarantee em {
	float: left;
	font-style: normal
}

.btn-hollow {
	background: transparent;
	border: solid 3px #e74439;
	color: #e74439;
	text-transform: uppercase;
	border-radius: 0
}

.btn-hollow:focus,
.btn-hollow:active {
	box-shadow: none !important;
	outline: none
}

.popover-wrapper {
	position: relative
}

.popover-wrapper .features-popover {
	display: none;
	position: absolute;
	bottom: 83px;
	left: 0;
	right: 0;
	padding: 20px 5px 5px 5px;
	background: #fff;
	border: solid 3px #e74439
}

.popover-wrapper .features-popover:before,
.popover-wrapper .features-popover:after {
	content: " ";
	display: table
}

.popover-wrapper .features-popover:after {
	clear: both
}

.popover-wrapper .features-popover .icon {
	font-size: 50px;
	color: #e74439;
	float: left;
	margin: 15px 20px
}

.popover-wrapper .features-popover .close {
	position: absolute;
	top: 2px;
	right: 10px;
	color: #e74439;
	opacity: 1
}

.tooltip {
	font-weight: 300 !important;
	text-transform: uppercase;
	font-size: 14px
}

.alternative-room-link a {
	position: relative;
	display: block;
	height: 150px;
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px
}

.alternative-room-link a span {
	display: block;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.alternative-room-link a small {
	font-size: 12px
}

.alternative-room-link a strong {
	font-weight: 300;
	font-size: 20px
}

.alt-rooms-header {
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: solid 1px #b5b5b5;
	margin: 30px 0 10px 0;
	padding-bottom: 5px
}

.whatson-wrapper {
	overflow: hidden
}

.whatson-item {
	padding-left: 0;
	padding-right: 0
}

.whatson-item-inner {
	display: block;
	position: relative;
	height: 0;
	padding-top: 50%;
	padding-bottom: 50%;
	background-color: #bbb;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover
}

.whatson-item-details {
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	text-align: center;
	min-width: 80%;
	max-width: 90%;
	transform: translate(-50%, -50%)
}

.whatson-item-details h4 {
	color: #e74439;
	margin: 0;
	text-transform: uppercase;
	font-size: 25px
}

.whatson-item-details h4 small {
	display: block;
	font-weight: 100;
	font-size: 16px;
	margin: 5px 0
}

.whatson-item-details h4 small span {
	text-transform: lowercase
}

.whatson-item-details .btn {
	text-transform: uppercase
}

form.minimal-form .form-group {
	position: relative
}

form.minimal-form .control-icon {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%)
}

form.minimal-form input[type="text"],
form.minimal-form input[type="email"],
form.minimal-form select {
	background: #000;
	border: none;
	border-radius: 0;
	border-bottom: solid 1px #fff;
	-webkit-appearance: none;
	color: #fff;
	box-shadow: none
}

form.minimal-form input[type="text"]::-moz-placeholder,
form.minimal-form input[type="email"]::-moz-placeholder,
form.minimal-form select::-moz-placeholder {
	color: #fff;
	opacity: 1
}

form.minimal-form input[type="text"]:-ms-input-placeholder,
form.minimal-form input[type="email"]:-ms-input-placeholder,
form.minimal-form select:-ms-input-placeholder {
	color: #fff
}

form.minimal-form input[type="text"]::-webkit-input-placeholder,
form.minimal-form input[type="email"]::-webkit-input-placeholder,
form.minimal-form select::-webkit-input-placeholder {
	color: #fff
}

form.minimal-form textarea {
	border: none;
	border-radius: 0
}

.instagram-grid {
	padding: 15px 0;
	position: relative;
	max-width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: stretch;
	align-items: stretch
}

.instagram-section-column {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

@media (min-width: 991px) {
	.instagram-section-column {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
}

.instagram-grid-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 15px
}

.instagram-grid-link>div {
	max-width: 100%
}

.instagram-grid-link p {
	width: 540px;
	margin: 0 auto 40px;
	max-width: 100%
}

.instagram-grid-instafeed {
	overflow: hidden;
	padding-right: 15px
}

@media (min-width: 992px) {
	.instagram-grid-instafeed {
		padding: 15px 15px 0 15px
	}
}

.instafeed-link {
	color: inherit;
	font-weight: 400
}

.instafeed-link .fa {
	color: #ed3e36
}

.instagram-section-title {
	text-transform: uppercase;
	font-weight: 400;
	color: #cd2419;
	margin-bottom: 50px
}

.instafeed-item {
	padding-left: 15px;
	padding-right: 0;
	padding-bottom: 15px
}

.instafeed-item-image {
	display: block;
	position: relative;
	height: 0;
	padding-top: 50%;
	padding-bottom: 50%;
	background-color: #bbb;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover
}

.footer-phone {
	margin-bottom: 15px
}

.footer-hotels {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px
}

.footer-hotels-title {
	display: inline-block
}

@media (max-width: 992px) {
	.footer-hotels,
	.footer-hotels-title {
		text-align: left;
		display: block;
		margin-left: 0;
		margin-right: 15px
	}
}

.abey-link,
.adge-link,
.cambridge-link {
	display: block;
	height: 50px;
	background-size: 100% auto;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.footer-links {
	background-color: #122332;
	color: white;
	padding-top: 40px;
	padding-bottom: 25px;
}

.footer-links .abey-link {
	width: 47px;
	height: 47px;
	background-image: url("../img/abey-link-light.png")
}

.footer-links .adge-link {
	height: 47px;
	width: 106px;
	background-image: url("../img/adge-link-light.png")
}

.footer-links a {
	color: inherit
}

.social-links {
	font-size: 25px;
	margin-bottom: 75px;
}

.footer-nav {
	margin-bottom: 40px
}

.footer-nav a {
	text-transform: uppercase
}

.footer-nav a:hover {
	text-decoration: none
}

.footer-form fieldset legend {
	border: none;
	text-transform: uppercase;
	color: #e74439;
	margin: 0;
	margin-bottom: 15px
}

.footer-form fieldset .list-inline {
	margin-bottom: 45px
}

.footer-form fieldset .list-inline li input {
	background: transparent;
	border: solid 2px #fff;
	color: #fff;
	padding: 12px;
	width: 160px
}

.footer-form fieldset .list-inline li input::-moz-placeholder {
	color: #fff;
	opacity: 1
}

.footer-form fieldset .list-inline li input:-ms-input-placeholder {
	color: #fff
}

.footer-form fieldset .list-inline li input::-webkit-input-placeholder {
	color: #fff
}

.footer-form fieldset .list-inline li input:placeholder-shown {
	font-style: italic;
	text-transform: uppercase
}

.footer-form fieldset .list-inline li button {
	width: 160px;
	background: #fff;
	color: #000;
	padding: 14px;
	border: none;
	border-radius: 0;
	text-transform: uppercase
}

@media (max-width: 992px) {
	.footer-form {
		text-align: left
	}
	.footer-form fieldset .list-inline li,
	.footer-form fieldset .list-inline li input,
	.footer-form fieldset .list-inline li button {
		width: 100%
	}
}

.footer-copyrights {
	border-top: 1px solid white;
	background: #000;
	color: #c0c0c0;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px
}

.footer-copyrights a {
	color: #c0c0c0
}

.footer-copyrights a:hover {
	text-decoration: none
}

.footer-copyrights p {
	margin: 0
}

footer {
	font-size: 15px
}

footer address {
	margin-bottom: 5px
}

.offer-block {
	position: fixed;
	right: -500px;
	top: 200px;
	color: #fff;
	font-size: 14px;
	padding-left: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url("../img/offers-tab.png");
	background-repeat: no-repeat;
	background-position: 10px 50%
}

@media (max-width: 1199px) {
	.offer-block {
		display: none
	}
}

.offer-block.open {
	right: 0px
}

.offer-block .handle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	cursor: pointer
}

.offer-block .handle:hover {
	background: rgba(255, 255, 255, 0.2)
}

.offer-block h3 {
	font-size: 30px;
	font-weight: 300
}

.offer-block h3 small {
	display: block;
	float: right;
	color: #000;
	background: #fff;
	font-style: italic;
	padding: 10px;
	border-radius: 5px
}

.offer-block em {
	font-size: 14px;
	color: #e74439
}

.offer-block a {
	font-size: 16px
}

.offer-block .btn {
	border-radius: 0;
	border: solid 2px #fff;
	text-transform: uppercase
}

.offer-block .offers-carousel {
	padding-bottom: 10px
}

.offer-block .offers-carousel .item {
	width: 500px;
	padding: 5px 100px
}

.offer-block .offers-carousel .carousel-control {
	width: 100px;
	background: transparent
}

.ftg-footer {
	background-color: #000000;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: thin;
	border-top: 1px solid white
}

.ftg-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14px
}

.ftg-footer li {
	display: inline-block;
	margin-right: 10px;
	font-weight: thin
}

.ftg-footer li,
.ftg-footer a {
	color: #c0c0c0;
	vertical-align: middle;
	line-height: 27px
}

.ftg-footer img {
	margin-left: 5px
}

.ftg-footer-left {
	float: left
}

.ftg-footer-right {
	float: right
}

@media (max-width: 768px) {
	.ftg-footer-right {
		float: left
	}
}

.ftg-footer-uppercase {
	text-transform: uppercase
}

.ftg-footer-uppercase ul {
	text-transform: uppercase
}

.offer-flash {
	background: #e42f22;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px
}

.offer-flash h3 {
	margin: 0
}

.offer-flash .btn-standout {
	font-size: 18px
}

.offer-flash .row,
.offer-flash .twoup,
.offer-flash .room-overview,
.offer-flash .room-overview-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1199px) {
	.offer-flash .row,
	.offer-flash .twoup,
	.offer-flash .room-overview,
	.offer-flash .room-overview-icons {
		display: block
	}
}

@media (max-width: 1199px) {
	.offer-flash {
		text-align: center
	}
	.offer-flash h3 {
		font-size: 20px
	}
	.offer-flash p {
		font-size: 14px
	}
	.offer-flash .btn-standout {
		font-size: 16px
	}
}

.reasons .reason {
	text-align: center;
	font-size: 18px
}

.reasons .reason h4 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	height: 50px;
	margin-top: 30px
}

.reasons-media .media {
	margin-bottom: 30px
}

.reasons-media .media .media-left {
	padding-right: 30px
}

.booking-panel {
	background-color: #fff;
	border: 1px solid #e74439;
	overflow: hidden;
	position: absolute;
	right: 10%;
	text-align: center;
	z-index: 1000;
	width: 250px;
	border-radius: 0 0 3px 3px
}

.booking-panel.pinned {
	position: fixed;
	top: 84px
}

@media (max-width: 1200px) {
	.booking-panel {
		display: none
	}
}

.booking-panel legend {
	background-color: #e74439;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	margin: 0 0 10px 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.booking-panel .row,
.booking-panel .twoup,
.booking-panel .room-overview,
.booking-panel .room-overview-icons {
	margin-left: 0;
	margin-right: 0
}

.booking-panel .booking-panel-date-btn {
	background-color: #f5f5f5;
	border: 1px solid #959595;
	width: 100%;
	padding: 10px
}

.booking-panel .booking-panel-date-btn:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.booking-panel .button-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.booking-panel .button-content p {
	margin: 10px 0 0 0;
	font-size: 12px;
	text-transform: uppercase
}

.booking-panel .button-content i {
	color: #e74439;
	font-size: 25px
}

.booking-panel .select-wrapper {
	background-color: #f5f5f5;
	position: relative;
	margin-bottom: 15px;
	margin-top: 10px
}

.booking-panel .select-wrapper:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.booking-panel .select-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}

.booking-panel .select-content p {
	margin: 15px 0 0 0;
	font-size: 14px;
	text-transform: uppercase
}

.booking-panel select {
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	left: 0;
	right: 0;
	background-color: transparent;
	border: 1px solid #959595;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 100%;
	padding-left: 5px;
	font-weight: 300;
	color: #000;
	border-radius: 0;
	z-index: 2
}

.booking-panel select::-ms-expand {
	display: none
}

.booking-panel .btn-default {
	background-color: #e74439;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 0;
	border: 0
}

.booking-panel .reasons-to-book {
	background-color: #f5f5f5;
	padding: 10px;
	color: #4c4c4c
}

.booking-panel .reasons-to-book h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold
}

.booking-panel .reasons-to-book li {
	font-size: 16px;
	text-align: left
}

.booking-panel .promo-area {
	text-align: right
}

.booking-panel .promo-text {
	font-size: 12px;
	margin: 5px 0;
	display: inline
}

.booking-panel .promo-text a:link,
.booking-panel .promo-text a:visited {
	color: #000;
	text-decoration: none
}

.booking-panel .promo-text a:hover,
.booking-panel .promo-text a:active {
	color: #4d4d4d;
	text-decoration: none
}

.booking-panel .promotional-code {
	display: none;
	margin-bottom: 5px;
	width: 100%
}

.booking-panel .promotional-code input {
	width: 100%;
	height: 25px;
	font-size: 14px;
	text-align: center
}

.booking-panel .promotional-code input::-webkit-input-placeholder {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center
}

.booking-panel .promotional-code input:-moz-placeholder {
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center
}

.booking-panel .promotional-code input::-moz-placeholder {
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center
}

.booking-panel .promotional-code input:-ms-input-placeholder {
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center
}

.blog-article-title {
	color: #e74439;
	margin-bottom: 2.5rem;
	text-transform: uppercase
}

.blog-article h1,
.blog-article h2,
.blog-article h3,
.blog-article h4,
.blog-article h5,
.blog-article h6 {
	color: #e74439
}

.blog-article img {
	max-width: 100%
}

.blog-article-sidebar h3 {
	color: #000;
	margin-bottom: 2.5rem;
	text-transform: uppercase
}

.blog-article-sidebar article {
	margin-bottom: 50px;
	width: 100%
}

.blog-article-sidebar article .btn-primary {
	padding: 15px 35px
}

.blog-article-sidebar article h4 {
	margin-bottom: 2rem
}

@media (max-width: 992px) {
	.blog-article-sidebar article {
		margin-bottom: 30px;
		padding-right: 15px;
		width: 50%
	}
}

@media (max-width: 767px) {
	.blog-article-sidebar article {
		padding-right: 0;
		width: 100%
	}
}

.blog-article-slider {
	margin: 40px 0
}

@media (min-width: 992px) {
	.blog-article-slider {
		margin: 100px 0
	}
}

@media (max-width: 1200px) {
	.blog-article-slider .blog-bottom-carousel {
		max-height: 500px
	}
}

.blog-article-slider .blog-bottom-carousel .carousel-inner {
	top: 0
}

.virtual-tour {
	padding: 20px 0
}

.virtual-tour iframe {
	max-width: 100%
}

@media (max-width: 992px) {
	.virtual-tour iframe {
		max-height: 320px
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.clearfix:before,
.reservations-dropdown-box form fieldset:before,
.room-price-block .best-rate-guarantee:before,
.clearfix:after,
.reservations-dropdown-box form fieldset:after,
.room-price-block .best-rate-guarantee:after {
	content: " ";
	display: table
}

.clearfix:after,
.reservations-dropdown-box form fieldset:after,
.room-price-block .best-rate-guarantee:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right,
.masthead-links,
.feature-items,
.main-navigation a.reservations-dropdown-btn.responsive {
	float: right !important
}

.pull-left,
.masthead-logo {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg,
.masthead-links,
.feature-items,
.main-navigation ul.nav {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg,
	.masthead-links,
	.feature-items,
	.main-navigation ul.nav {
		display: block !important
	}
	table.visible-lg,
	table.masthead-links,
	table.feature-items {
		display: table
	}
	tr.visible-lg,
	tr.masthead-links,
	tr.feature-items {
		display: table-row !important
	}
	th.visible-lg,
	th.masthead-links,
	th.feature-items,
	td.visible-lg,
	td.masthead-links,
	td.feature-items {
		display: table-cell !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg,
	.responsive-navigation,
	.main-navigation a.reservations-dropdown-btn.responsive {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@media (min-width: 992px) {
	.booking-strip {
		background-color: rgba(0, 0, 0, 0.4);
		padding: 20px 0;
		height: auto
	}
}

.booking-strip-container {
	width: 1050px;
	margin: 0 auto;
	max-width: 100%
}

@media (max-width: 991px) {
	.booking-strip-container {
		display: none;
		background-color: black;
		height: 100vh;
		overflow: scroll;
		padding: 85px 20px 0
	}
	.booking-strip-container[aria-hidden="false"] {
		display: block
	}
	.booking-strip-container label {
		margin-bottom: 15px
	}
}

.booking-strip-datepicker,
.booking-strip-dropdown {
	position: relative
}

.booking-strip-datepicker:after,
.booking-strip-dropdown:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 34px;
	width: 34px;
	line-height: 34px;
	background-repeat: no-repeat;
	text-align: center
}

.booking-strip-datepicker:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.8 48" fill="#a30700"><path d="M44,3.2h-5.6V0.8C38.4,0.4,38,0,37.6,0H32c-0.4,0-0.8,0.4-0.8,0.8v2.4H13.6V0.8c0-0.4-0.4-0.8-0.8-0.8H7.2 C6.8,0,6.4,0.4,6.4,0.8v2.4H0.8C0.4,3.2,0,3.6,0,4v43.2C0,47.6,0.4,48,0.8,48H44c0.4,0,0.8-0.4,0.8-0.8V4C44.8,3.6,44.4,3.2,44,3.2 L44,3.2z M32.8,1.6h4v4.8h-4V1.6z M8,1.6h4v4.8H8V1.6z M1.6,4.8h4.8v2.4C6.4,7.6,6.8,8,7.2,8h5.6c0.4,0,0.8-0.4,0.8-0.8V4.8h17.6 v2.4C31.2,7.6,31.6,8,32,8h5.6c0.4,0,0.8-0.4,0.8-0.8V4.8h4.8V12H1.6V4.8z M1.6,46.4V13.6h41.6v32.8H1.6z M1.6,46.4"/><path d="M28.8,18.4H7.2v23.2h30.4V18.4H28.8z M23.2,20h5.6v5.6h-5.6V20z M28.8,32.8h-5.6v-5.6h5.6V32.8z M16,20h5.6v5.6H16V20z M8.8,20h5.6v5.6H8.8V20z M8.8,27.2h5.6v5.6H8.8V27.2z M14.4,40H8.8v-5.6h5.6V40z M21.6,40H16v-5.6h5.6V40z M28.8,40h-5.6v-5.6h5.6 V40z M36,40h-5.6v-5.6H36V40z M36,32.8h-5.6v-5.6H36V32.8z M36,20v5.6h-5.6V20H36z M36,20"/></svg>');
	background-size: auto 34px
}

.booking-strip-dropdown:after {
	font-family: 'Fontawesome';
	content: '\f0d7';
	color: #a30700;
	font-size: 20px
}

.booking-strip-label {
	background-color: white;
	color: #2e2e2e;
	font-weight: 300;
	font-size: 16px;
	border: 1px solid #d9d9d9;
	padding: 8px 15px 6px;
	width: 100%;
	margin-bottom: 0;
	pointer-events: none
}

.booking-strip-label input,
.booking-strip-label select {
	border: none;
	display: block;
	width: 100%;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 20px;
	line-height: 20px;
	height: 42px;
	padding-top: 22px;
	margin-top: -22px;
	pointer-events: auto;
	font-weight: 400
}

.booking-strip-label .picker {
	pointer-events: auto
}

.booking-strip-toggler.btn {
	padding: 10px 25px;
	margin-bottom: -85px;
	margin-top: 15px;
	margin-right: 15px;
	position: relative;
	z-index: 1;
	font-size: .9em
}

.booking-strip-toggler.btn .closer {
	display: none
}

.booking-strip-toggler.btn[target-hidden="false"] {
	padding: 10px 20px
}

.booking-strip-toggler.btn[target-hidden="false"] .closer {
	display: block
}

.booking-strip-toggler.btn[target-hidden="false"] .opener {
	display: none
}

@media (min-width: 992px) {
	.booking-strip-toggler.btn {
		display: none
	}
}

.booking-strip [type=submit] {
	background-color: #446a8b;
	color: white;
	height: 32px;
	width: 100%;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
	white-space: normal
}

.booking-strip [type=submit]:hover {
	background-color: #6E6E6C;
}

.icon-list-coloured {
	margin-bottom: 30px
}

.icon-list-coloured .fa {
	color: #87A9CC;
	font-size: 32px;
	margin-right: 5px
}

.icon-list-coloured img {
	margin-right: 5px
}

.top-features-list {
	font-size: 1.1em;
	font-weight: 400;
	word-wrap: break-word
}

.home-review {
	margin-bottom: 30px;
	position: relative
}

@media (min-width: 992px) {
	.home-review p {
		font-size: 1.12em
	}
}

.home-review:before,
.home-review:after {
	display: none;
	font-size: 210px;
	color: #e2e2e2;
	position: absolute;
	font-family: "Times", "Times New Roman", serif
}

@media (min-width: 1200px) {
	.home-review:before,
	.home-review:after {
		display: block
	}
}

.home-review:before {
	content: "“";
	left: -100px;
	top: -160px
}

.home-review:after {
	content: "”";
	right: -20px;
	bottom: -160px
}

.review-star {
	color: #f4949b
}

.new-room-carousel {
	margin-top: 50px
}

.new-room-carousel .item {
	background-color: #122332;
	color: white;
	padding: 80px 0 40px;
	margin-top: 30px
}

.new-room-carousel .item .read-more-link {
	margin-bottom: 20px;
	display: block
}

@media (min-width: 992px) {
	.new-room-carousel .item .read-more-link { margin-bottom: 70px; }
}

.new-room-carousel-image { position: relative; top: -110px; margin-bottom: -80px }

@media (min-width: 992px) {
	.new-room-carousel-image { margin-bottom: -110px; top: -110px }
}

.new-room-carousel-image .carousel-control { background: none; bottom: 0px; top: auto; opacity: 1; height: 90px; width: 90px; }

.new-room-carousel-image .carousel-control.left { left: 0 }

.new-room-carousel-image .carousel-control.right { right: auto; left: 90px }

.new-room-carousel-image .carousel-control .icon-prev,
.new-room-carousel-image .carousel-control .icon-next { height: 45px; width: 45px; bottom: 15px; top: auto; }

.new-room-carousel-stats { font-size: 25px; font-weight: 400; margin-top: 15px; margin-bottom: 30px }

.new-room-carousel-stats li { margin-top: 15px; margin-right: 30px }

.btn-primary { border-radius: 0; background-color: #75A2DB; padding: 15px 70px }

.btn-primary:hover { background-color: #4B78B1 }

.read-more-link { color: #f4949b; text-decoration: underline; text-transform: uppercase; font-weight: 400 }

.new-home-map-holder { padding-top: 45px; position: relative; margin-bottom: 50px }

.new-home-map-body { margin-bottom: 50px }

.new-home-map-body h2,
.new-home-map-body h4,
.new-home-map-body p { margin: 0 30px 40px 30px; }

.new-home-map-body h4 { font-size: 16px; text-transform: uppercase; line-height: 1.4; font-weight: 600; }

@media (min-width: 992px) {
	.new-home-map-body { padding-top: 110px }
}

.map-filters { height: 90px; margin-bottom: -45px; position: relative; z-index: 1 }

@media (max-width: 768px) {
	.map-filters { display: none }
}

.map-filters li { vertical-align: top; }

.map-filter { height: 90px; background-color: white; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #cd2419; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; text-align: center; -ms-flex-pack: center; justify-content: center; width: 120px; text-transform: uppercase; cursor: pointer; -ms-flex-flow: column nowrap; flex-flow: column nowrap; margin-bottom: 10px; }

.map-filter .active-icon { display: none }

.map-filter.active { background-color: #cd2419; color: white }

.map-filter.active .active-icon { display: block }

.map-filter.active .inactive-icon { display: none }

.map-filter div { -ms-flex-preferred-size: 100%; flex-basis: 100% }

.nav.open { max-height: calc(100vh - 62px); overflow: scroll }

.new-twoup { background-color: #122332; color: white; margin: 30px 0 }

.new-twoup .carousel { height: 500px }

@media (min-width: 992px) {
	.new-twoup .carousel { margin-top:0;margin-bottom:0 }
}

.new-twoup .carousel-control { background: none; top: auto; bottom: 0; height: 80px; width: 80px; opacity: 1; padding: 10px }

.new-twoup .carousel-control svg { height: 50px; width: 50px; margin-top: -25px }

.new-twoup .carousel-control.right { right: 0 }

.new-twoup .carousel-control.right svg { left: 10px }

.new-twoup .carousel-control.left { left: auto; right: 80px }

.new-twoup .carousel-control.left svg { right: 10px }

@media (min-width: 992px) {
	.new-twoup:not(.alt) .carousel { float: right }

	.new-twoup:not(.alt) .carousel-control.right { right: auto; left: 80px }

	.new-twoup:not(.alt) .carousel-control.left { left: 0; right: auto }
}

.new-twoup .twoup-title { color: inherit }

.new-twoup h4 { font-size: 16px; text-transform: uppercase; line-height: 1.4; font-weight: 600; }

.new-twoup .twoup-text { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center }

.new-twoup .twoup-text-content { transform: none; position: relative; left: auto; top: auto; width: 650px; max-width: 100%; padding: 30px }

.new-twoup .twoup-text-content p a { color:#fff; text-decoration:underline; }

.new-twoup .twoup-text-content p a:hover { text-decoration:none; cursor:pointer; }

.img--cover { -o-object-fit: cover; object-fit: cover; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100% !important; height: 100% !important; font-family: 'object-fit:cover;' }

[cover-parent] {position: relative}

iframe[name=google_conversion_frame] {display: none}

.colour-text {color: #122332;}

h1, h2, h3 {font-weight: 400}

.shout {text-transform: uppercase}

.mt-70 {margin-top: 30px;}

.fs-20 {font-size: 20px}

#location-image-holder img {margin-bottom: 20px;display: block;margin-left: auto;margin-right: auto}

/*Newly Added */
.main_book_form_item {background: #122332;border: 1px solid #fff;float: left;font-size: 18px;height: 34px;margin: 1px;padding: 1px;position: relative;width: 16%;}

.main_book_form_item label {color: #122332;float: left;text-transform: uppercase;width: 100%;font-size: 14px;padding: 0 3px;margin: 3px 0;}

.main_book_form_item input[type="text"],
.main_book_form_item select {background: #446a8b;border: 1px solid #fff;color: #000;margin: 0;padding: 3px 5px;width: 100%;font-size: 16px;height: 30px;color: #c9ebfc;}

.ui-datepicker-trigger {position: absolute;right: 15px;top: 10px;}

.main_book_form_item select {-webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: '';}

.main_book_form_item select option {font-size: 14px;line-height: normal;padding: 3px 0;background: #fff;color: #000;}

.form_submit {background: #87A9CC;border: none;bottom: 0;color: #fff;left: 0;position: absolute;right: 0;top: 0;width: 100%;cursor: pointer;}

.sb-spcl li {float: left;width: 50%;}

.sb-spcl li:last-child:nth-child(odd) {float: left;width: 100%;}

.sb-spcl li span {width: 42px;text-align: center;margin-top: 12px;}

.room-service-home {margin: 0;padding: 0;list-style: none;text-align: left;}

.footer-links h3 {margin-top: 10px;}

.cc_container {padding-bottom: 25px !important;padding-top: 25px !important;position: relative;font-family: Arial, " Helvetica", sans-serif !important;}

.cc_container .cc_logo {display: none !important;}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {height: 20px !important;left: auto !important;padding: 1px 0 !important;position: absolute !important;right: 4px !important;top: 4px !important;width: 19px !important;}

.cc_btn_accept_all i {font-size: 17px !important;}

.cc_container .cc_message {font-family: Arial, " Helvetica", sans-serif;font-size: 14px !important;letter-spacing: 0;}

.cc_message {color: #fff !important;}

#ui-datepicker-div {font-size: 12px;}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {text-align: center;}

.new-home-map-body {text-align: left;}

.new-home-map-body ul {margin: 0 30px 40px 30px;padding: 0;list-style: none;}

.new-home-map-body li {font-size: 20px;}

.new-home-map-holder iframe {width: 100%;}

.mobile-book {width: 100%;padding: 20px;margin: 0;display: block;}

.mobile-book .main_book_form_item {width: 100%;margin: 5px 0;float: left;}

.member-deals {background: #47748F;display: block;margin: 0;padding: 0;text-align: center;}

.member-deals img{max-width: 100%;width: 1170px;height: auto;}

.gmap {float: left;width: 100%;}

.hover-map{width:100%;margin:0;padding:0;border:1px solid #000000;background:#fff;position:relative;text-align:left;}

.hover-map:after, .hover-map:before{right:100%;top:84%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}

.hover-map:after{border-color:rgba(255, 255, 255, 0);border-right-color:#ffffff;border-width:8px;margin-top:-8px;}

.hover-map:before{border-color:rgba(204, 204, 204, 0);border-right-color:#000000;border-width:9px;margin-top:-9px;}

.hover-map img{width:100%;height:auto;}

.hover-map p{font-size:14px;padding:2px 8px;margin:0;;font-family:'Playfair Display', serif;letter-spacing:0;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fceeca;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fceeca;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fceeca;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fceeca;
}
/*=====================================================
Footer Image
=====================================================*/
.footer-image {margin-top: 20px;}

.footer-image img[alt="charme"]{width: 209px;height: auto;margin-right: 20px;}

.footer-image img[alt="trip-advisor"]{width: 130px;height: auto;}

/* == ==*/
.photo-gallery-section {background-color: #122332; color: white; margin: 30px 0; min-height:1px; padding:15px 0; }

.photo a { display: block; margin: 15px 0; }

.photo a:hover { cursor: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ3NS4wODQgNDc1LjA4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc1LjA4NCA0NzUuMDg0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ2NC41MjQsNDEyLjg0NmwtOTcuOTI5LTk3LjkyNWMyMy42LTM0LjA2OCwzNS40MDYtNzIuMDQsMzUuNDA2LTExMy45MTdjMC0yNy4yMTgtNS4yODQtNTMuMjQ5LTE1Ljg1Mi03OC4wODcgICAgYy0xMC41NjEtMjQuODQyLTI0LjgzOC00Ni4yNTQtNDIuODI1LTY0LjI0MWMtMTcuOTg3LTE3Ljk4Ny0zOS4zOTYtMzIuMjY0LTY0LjIzMy00Mi44MjYgICAgQzI1NC4yNDYsNS4yODUsMjI4LjIxNywwLjAwMywyMDAuOTk5LDAuMDAzYy0yNy4yMTYsMC01My4yNDcsNS4yODItNzguMDg1LDE1Ljg0N0M5OC4wNzIsMjYuNDEyLDc2LjY2LDQwLjY4OSw1OC42NzMsNTguNjc2ICAgIGMtMTcuOTg5LDE3Ljk4Ny0zMi4yNjQsMzkuNDAzLTQyLjgyNyw2NC4yNDFDNS4yODIsMTQ3Ljc1OCwwLDE3My43ODYsMCwyMDEuMDA0YzAsMjcuMjE2LDUuMjgyLDUzLjIzOCwxNS44NDYsNzguMDgzICAgIGMxMC41NjIsMjQuODM4LDI0LjgzOCw0Ni4yNDcsNDIuODI3LDY0LjI0MWMxNy45ODcsMTcuOTg2LDM5LjQwMywzMi4yNTcsNjQuMjQxLDQyLjgyNSAgICBjMjQuODQxLDEwLjU2Myw1MC44NjksMTUuODQ0LDc4LjA4NSwxNS44NDRjNDEuODc5LDAsNzkuODUyLTExLjgwNywxMTMuOTIyLTM1LjQwNWw5Ny45MjksOTcuNjQxICAgIGM2Ljg1Miw3LjIzMSwxNS40MDYsMTAuODQ5LDI1LjY5MywxMC44NDljMTAuMDg5LDAsMTguNjk5LTMuNTY2LDI1LjgzOC0xMC43MDVjNy4xMzktNy4xMzgsMTAuNzA0LTE1Ljc0OCwxMC43MDQtMjUuODM3ICAgIFM0NzEuNTY3LDQxOS44ODksNDY0LjUyNCw0MTIuODQ2eiBNMjkxLjM2MywyOTEuMzU4Yy0yNS4wMjksMjUuMDMzLTU1LjE0OCwzNy41NDktOTAuMzY0LDM3LjU0OSAgICBjLTM1LjIxLDAtNjUuMzI5LTEyLjUxOS05MC4zNi0zNy41NDljLTI1LjAzMS0yNS4wMjktMzcuNTQ2LTU1LjE0NC0zNy41NDYtOTAuMzZjMC0zNS4yMSwxMi41MTgtNjUuMzM0LDM3LjU0Ni05MC4zNiAgICBjMjUuMDI2LTI1LjAzMiw1NS4xNS0zNy41NDYsOTAuMzYtMzcuNTQ2YzM1LjIxMiwwLDY1LjMzMSwxMi41MTksOTAuMzY0LDM3LjU0NmMyNS4wMzMsMjUuMDI2LDM3LjU0OCw1NS4xNSwzNy41NDgsOTAuMzYgICAgQzMyOC45MTEsMjM2LjIxNCwzMTYuMzkyLDI2Ni4zMjksMjkxLjM2MywyOTEuMzU4eiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTxwYXRoIGQ9Ik0yODMuMjMyLDE4Mi43MjhoLTYzLjk1NHYtNjMuOTUzYzAtMi40NzUtMC45MDUtNC42MTUtMi43MTItNi40MjRjLTEuODA5LTEuODA5LTMuOTUxLTIuNzEyLTYuNDIzLTIuNzEySDE5MS44NyAgICBjLTIuNDc0LDAtNC42MTUsMC45MDMtNi40MjMsMi43MTJjLTEuODA3LDEuODA5LTIuNzEyLDMuOTQ5LTIuNzEyLDYuNDI0djYzLjk1M2gtNjMuOTU0Yy0yLjQ3NCwwLTQuNjE1LDAuOTA1LTYuNDIzLDIuNzEyICAgIGMtMS44MDksMS44MDktMi43MTIsMy45NDktMi43MTIsNi40MjR2MTguMjcxYzAsMi40NzUsMC45MDMsNC42MTcsMi43MTIsNi40MjRjMS44MDksMS44MDksMy45NDYsMi43MTMsNi40MjMsMi43MTNoNjMuOTU0ICAgIHY2My45NTRjMCwyLjQ3OCwwLjkwNSw0LjYxNiwyLjcxMiw2LjQyN2MxLjgwOSwxLjgwNCwzLjk0OSwyLjcwNyw2LjQyMywyLjcwN2gxOC4yNzJjMi40NzMsMCw0LjYxNS0wLjkwMyw2LjQyMy0yLjcwNyAgICBjMS44MDctMS44MTEsMi43MTItMy45NDksMi43MTItNi40Mjd2LTYzLjk1NGg2My45NTRjMi40NzgsMCw0LjYxMi0wLjkwNSw2LjQyNy0yLjcxM2MxLjgwNC0xLjgwNywyLjcwMy0zLjk0OSwyLjcwMy02LjQyNCAgICB2LTE4LjI3MWMwLTIuNDc1LTAuODk5LTQuNjE1LTIuNzAzLTYuNDI0QzI4Ny44NTEsMTgzLjYzMywyODUuNzA5LDE4Mi43MjgsMjgzLjIzMiwxODIuNzI4eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=), auto; }


.photo a img { width:100%; }

.photo-page h4 { font-size: 16px; text-transform: uppercase; line-height: 1.4; font-weight: 600; }



.header-language{position:relative;padding:0;margin:0;width:105px;}
.custom-list{float:left;list-style:none;margin:0;padding:0;}
.header-language .fa{margin-right:3px;}
.header-language .header-btn{background:transparent none repeat scroll 0 0;border:medium none;color:#fff;cursor:pointer;font-size:17px;line-height:20px;padding:10px 5px;}
.header-language .header-nav {
    position: absolute;
    padding-top: 0;
    top: 35px;
    right: 28px;
    display: none;
    z-index: 9999;
    background: #47748F;
}
.header-language li a {
    width: 45px;
    text-align: center;
    border-top: 1px solid #3E6B86;
	line-height: normal;
	padding:5px 0;
}
.top-secondary-menu .fa.fa-angle-down{
    font-size: 14px;
    vertical-align: middle;
	margin-top: -3px;
}


.survey-page {
    padding: 118px 0 0 0;
}
/*=====================================================
MEDIA QUERY
=====================================================*/

@media (min-width: 320px) and (max-width:359px) {}

@media (min-width: 360px) and (max-width:479px) {}

@media (min-width: 480px) and (max-width:639px) {}

@media (min-width: 640px) and (max-width:767px) {}

@media screen and (max-width:991px) {
	.social-links {font-size: 26px;margin-bottom: 22px;}

	.footer-links {text-align: center;}
	
	.text-right {text-align: center;}
	
	.footer-image {margin-top: 30px;margin-bottom: 30px;}
}

@media (max-width: 767px) {
	.header-language .header-nav {	
		right: 10px;
	}
	.header-language {
		width: 62px;
		display:inline-block;
	}
	.header-language li a {	
		width: 54px;
		float: left;	
	}
	.header-language .header-btn {
		line-height: normal;
		padding: 0;
		height: 20px;
		font-size: 20px;	
	}
	.footer-links img {width: 225px;height: auto;margin: 30px 0;}

	.new-home-map-body li {font-size: 17px;}

	#rooms-carousel h2 {font-size: 25px;}

	#ui-datepicker-div {font-size: 12px;width: 310px !important;}

	.member-deals{display: none;}

	.mt-70 {margin-top: 20px;}

	.sb-spcl li {float: left;width: 100%;}

	.icon-list-coloured {margin-bottom: 30px;float: left;}

	.social-links {font-size: 26px;margin-bottom: 22px;}

	.footer-links {text-align: center;}

	.text-right {text-align: center;}
}

@media screen and (max-width:494px) {
	.footer-image img {display: block;margin: 10px auto !important;}
}

@media (min-width: 992px) {
	.mobile-book {display: none;}
	
	.secondary-nav-phone {margin-right: 22px;}
}

@media (min-width: 768px) and (max-width:800px) {
	.header-language .header-nav {	
		right: 10px;
	}
	.header-language {
		width: 62px;
		display:inline-block;
	}
	.header-language li a {	
		width: 54px;
		float: left;	
	}
	.header-language .header-btn {
		line-height: normal;
		padding: 0;
		height: 20px;
		font-size: 20px;	
	}
}

@media (min-width: 801px) and (max-width:979px) {
	.header-language .header-nav {	
		right: 10px;
	}
	.header-language {
		width: 62px;
		display:inline-block;
	}
	.header-language li a {	
		width: 54px;
		float: left;	
	}
	.header-language .header-btn {
		line-height: normal;
		padding: 0;
		height: 20px;
		font-size: 20px;	
	}
}

@media (min-width: 980px) and (max-width:1023px) {
	.header-language .header-nav {	
		right: 10px;
	}
	.header-language {
		width: 62px;
		display:inline-block;
	}
	.header-language li a {	
		width: 54px;
		float: left;	
	}
	.header-language .header-btn {
		line-height: normal;
		padding: 0;
		height: 20px;
		font-size: 20px;	
	}
}


@media screen and (max-width:991px) {
	.photo-page .mobile-book { padding-top:80px; }
}

@media (min-width: 1024px) and (max-width:1279px) {
	.header-language .header-nav {	
		right: 10px;
	}
	.header-language {
		width: 62px;
		display:inline-block;
	}
	.header-language li a {	
		width: 54px;
		float: left;	
	}
	.header-language .header-btn {
		line-height: normal;
		padding: 0;
		height: 20px;
		font-size: 20px;	
	}
}