/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
}

body {
	min-height: 100%;
	position: relative;
	font: 16px/20px 'Lato', 'Myriad Pro', Arial, sans-serif;
	color: #32020f;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.responsive-video {
	position: relative;
	padding-bottom: 45%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*******************************************************************
	ACCESSIBILITY: SKIP-NAV
*******************************************************************/

.skip-nav {
	position: relative;
}

.skip-nav a:link,
.skip-nav a:visited {
	background: #FFF;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px;
	position: absolute; left: -9999px;
	text-decoration: none;
	text-transform: uppercase;
	width: 1px; height: 1px;
}	

.skip-nav a:focus {
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: underline;
	z-index: 9999;
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#bottomBarLET {
	visibility: hidden;
	z-index: 100000000000;
}

#jx-uhid-con-id {
	z-index: 100000000000;
}

#masthead {
	position: fixed;
	width: 100%;
	height: 100%;
}

.hero-carousel {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.hero-carousel.show {
	opacity: 1;
}

.hero-carousel .slick-slider .slick-slide:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slider,
.slick-slider .slides,
.slick-slider .slide,
.slick-slider .slick-list,
.slick-slider .slick-track {
	height: 100%;
}

.slick-slider .slick-slide {
	float: left;
	color: #fff;
	font-size: 22px;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	background-position: center center; 
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-size: cover;
	transform: none;
}

.slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.slick-slider .slick-dots li {
	width: 27px;
	height: 27px;
}

.slick-slider .slick-dots li button {
	background: transparent;
	border: 3px solid #fff;
	width: 18px;
	height: 18px;
	border-radius: 100%;
}
.slick-slider .slick-dots li.slick-active button {
	background: #fff;
}

.slick-slider .slick-dots li button::before {
	display: none;
}

.slick-slider .slick-dots {
	bottom: 15px;
	top: auto;
	z-index: 1000;
}

.slick-slider .slick-next {
	z-index: 1000;
	right: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-right.png) no-repeat !important;
	opacity: 0.7;
	position: absolute;
	top: 48%;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.slick-slider .slick-next:before {
	display: none;
}

.slick-slider .slick-prev {
	z-index: 1000;
	left: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-left.png) no-repeat !important;
	opacity: 0.9;
	position: absolute;
	top: 48%;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
	opacity: 1;
}

.slick-slider .slick-prev:before {
	display: none;
}

.homepage .slick-slider .slick-next,
.homepage .slick-slider .slick-prev {
	display: none !important;
}

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', 'Myriad Pro', Arial, sans-serif;
	margin: 0 0 15px 0;
	line-height: normal;
	font-weight: 300;
	position: relative;
	color: #32020f;
	text-transform: uppercase;
}

h1 {
	font-size: 34px;
	line-height: 34px;
}

h2 {
	color: #000000;
	font-size: 20px;
}

/* Reduces margin for titles adjacent to lists or paragraphs*/
h2 + p, h3 + p, h4 + p, h3 + ul {
	margin-top: 0;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/* Booking Engine
========================================================================== */
#widget_link {
	position: absolute;
	top: 55px;
	right: 30px;
	font-size: 0;
	text-align: right;
}

@media (max-width: 1100px) {
	#widget_link {
		position: static;
		padding: 1em;
		text-align: center;
		font-size: inherit;
	}
}

#widget_link .inputs {
	display: inline-block;
}

#widget_link .arrival-container,
#widget_link .departure-container,
#widget_link .submit-container {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

@media (max-width: 590px) {
	#widget_link .submit-container {
		margin-left: 0;
		margin-top: 1em;
	}
}

@media (max-width: 430px) {
	#widget_link .departure-container {
		margin-left: 0;
		margin-top: 1em;
	}
}

#widget_link .arrival-container {
	margin-left: 0;
}

#formatted_date_from,
#formatted_date_to {
	max-width: 155px;
	height: 30px;
	padding: 5px;
	border: 1px solid #a5acb2;
	background: #f4f4f4;
	font-size: 12px;
	color: #36393d;
	vertical-align: middle;
	border-radius: 5px;
	text-transform: uppercase;
}

#widget_link .calendar {
	vertical-align: middle;
	margin: 0 5px;
}

#widget_link .submit {
	display: inline-block;
	padding: 4px 24px;
	background: #738D33;
	font: 18px 'Lato', 'Myriad Pro', Arial, sans-serif;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

#widget_link .submit:hover {
	background: #5e7427;
	cursor: pointer;
}

#ui-datepicker-div {
	z-index: 99999 !important;
}

#widget_link .stay-in-touch {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

@media (max-width: 740px) {
	#widget_link .stay-in-touch {
		margin-left: 0;
		margin-top: 1em;
	}
}

@media (max-width: 600px) {
	#widget_link .stay-in-touch {
		display: block;
	}
}

#widget_link .stay-in-touch a.submit {
	background: #780022;
}

#widget_link .stay-in-touch a.submit:hover,
#widget_link .stay-in-touch a.submit:focus {
	background: #5b001a;
}

/* Rex Banner
========================================================================== */
.rex-banner {
	position: relative;
	width: 100%;
}

.rex-banner p {
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.rex-banner p a:link,
.rex-banner p a:visited {
	display: block;
	padding: 5px 10px;
	background: #780022;
	color: #fff;
	text-decoration: none;
}

.rex-banner p a:hover,
.rex-banner p a:focus {
	background: #4f0016;
	color: #fff;
}

/*
.rex-banner p a br {
	display: none;
}
*/

@media handheld, only screen and (max-width: 1050px) {
	.rex-banner p a:link,
	.rex-banner p a:visited {
		display: block;
		padding: 15px 10px;
	}
}

/*******************************************************************
	SPECIAL BOX
*******************************************************************/

#slidein {
	background: #fff;
	border: 2px solid #780022;
	border-left: none;
	padding: 20px 10px 10px 10px;
	position: fixed;
	left: -275px;
	top: 220px;
	text-align: center;
	width: 250px;
	z-index: 1001;
}

#slideinClose {
	/* color: #FFFFFF; */
	font-size: 12px;
	padding: 7px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#slideinClose:hover,
#slideinClose:focus {
	background: #780022;
	color: #fff;
	cursor: pointer;
}

#slidein h2 {
	font-size: 20px;
	margin: 15px 0 10px 0;
}

#slidein p {
	font-size: 16px;
	margin: 0 0 15px 0;
}

#slidein a.button {
	display: block;
	/* height: 32px; */
	padding: 10px 10px 10px 10px;
	background: #780022;
	font: bold 12px/12px "Lato", Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	vertical-align: bottom;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

#slidein a.button:hover,
#slidein a.button:focus {
	background: #32020f;
	text-decoration: none;
}

#slidein small {
	display: block;
	margin: 10px 0 0 0;
}

@media handheld, only screen and (max-width: 1050px) {
	#slidein {
		top: 300px;
	}
}

/*******************************************************************
	TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

ul {
	padding-left: 0;
}

ul ul {
	padding-left: 40px;
}

img {
	max-width: 100%;
}

p {margin: 10px 0}

hr {
	background: #8B8886;
	border: none;
	height: 1px;
	margin: 20px 0;
}

.photoborder,
.photoborder-multiple {
	float: right;
	margin: 0px 0 20px 20px;
	line-height: 0;
}

.photoborder img {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	width: 100%;
}

.photoborder-multiple img {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.photoborder-multiple img:last-of-type {
	margin-bottom: 0;
}

blockquote {
	padding-left: 5px;
	margin-left: 0;
	font-style: italic;
}

label {
	font-weight: normal;
}

li {
	list-style-position: inside;
}

dt {
	font-weight: bold;
}

/*******************************************************************
  GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #32020f;
	text-decoration: none;
}

a:hover {
	color: #780022;
}

/* buttons */
a:link.button,
a:visited.button,
strong em a:link,
strong em a:visited,
em strong a:link,
em strong a:visited {
	display: inline-block;
	background-color: #780022;
	font: 14px 'Lato', 'Myriad Pro', Arial, sans-serif;
	color: #fff;
	padding: 7px 15px;
	text-transform: uppercase;
	border-radius: 3px;
}

a.button:hover,
strong em a:hover,
em strong a:hover,
a.button:focus,
strong em a:focus,
em strong a:focus {
	background: #32020f;
}

/*******************************************************************
  HEADER
*******************************************************************/

header {
	z-index: 902;
	position: relative;
	margin-top: 0;
	width: 100%;
	padding-top: 9px;
	background: #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.25);
}

header .logo {
	display: inline-block;
	max-width: 242px;
	margin-left: 40px;
}

header .logo:focus {
	outline: 2px solid #780022;
	outline-offset: 4px;
}

header .logo img {
	display: block;
}

header .info {
	position: absolute;
	top: 27px;
	right: 45px;
	text-align: right;
}

header .info h3 {
	margin: 0;
	font:  normal 20px "Libre Baskerville", Georgia, serif;
	color: #000000;
}

header .info h3 a:link, header .info h3 a:visited {
	text-decoration: none;
	color: #000000;
}

header a.make-reservation:link, header a.make-reservation:visited {
	display: block;
	position: absolute;
	right: 45px;
	bottom: 19px;
	padding: 15px;
	border-radius: 3px;
	background: #32020f;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

header a.make-reservation:hover {
	background: #a2d8df;
	color: #fff;
	text-decoration: none;
}

.touch a.make-reservation:hover {
	background: #32020f;
}

.touch a.make-reservation:active {
	background: #a2d8df;
}

header a.make-reservation i.icon {
	margin-left: 5px;
}

header .sub-nav {
	position: absolute;
	right: 10px;
	top: 0;
	margin: 0;
}

header .sub-nav li {
	display: inline-block;
	list-style-type: none;
}

header .sub-nav a:link, header .sub-nav a:visited {
	display: block;
	padding: 0 13px;
	font: 700 13px/30px 'Lato', 'Myriad Pro', sans-serif;
	color: #32020f;
	text-transform: uppercase;
}

header .sub-nav a:hover {
	color: #FFF;
	background: #780022;
	text-decoration: none;
}

header .sub-nav > li > a:hover,
header .sub-nav > li:hover > a:link, 
header .sub-nav > li:hover > a:visited,
header .sub-nav li.is-focused > a:visited,
header .sub-nav li.is-focused > a:link,
header .sub-nav > li > a:focus {
	background: #780022;
	color: #FFF;
	text-shadow: none;
}

/*******************************************************************
  NAVIGATION
*******************************************************************/

#nav {		/* #nav is required as an ID so the google translate button is functional */
	display: block;
	list-style-type: none;
	margin: 11px 0 0 30px;
	padding: 0;
	font-size: 0;
}

#nav li {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

#nav li:last-child {
	border-right: none;
}

#nav li:hover ul,
#nav li:focus ul,
#nav li.is-focused ul,
#nav li:target ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#nav a:link, #nav a:visited {
	display: block;
	padding: 0 13px;
	font: 700 13px/30px 'Lato', 'Myriad Pro', sans-serif;
	color: #780022;
	background: #fff;
	text-transform: uppercase;
}

#nav a:hover, #nav > li:hover > a {
	color: #FFF;
	background: #780022;
	text-decoration: none;
}

#nav > li > a:hover,
#nav > li:hover > a:link, 
#nav > li:hover > a:visited,
#nav li.is-focused > a:visited,
#nav li.is-focused > a:link,
#nav > li > a:focus {
	background: #780022;
	color: #FFF;
	text-shadow: none;
}

#nav ul {
	background: #780022;
	position: absolute;
	right: 0;
	padding-left: 0;
	z-index: 1000;

	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.01s;
	-o-transition: all 0.01s;
	transition: all 0.01s;
}

#nav > li:hover > ul {
	visibility: visible;
}

#nav li li {
	visibility: visible;
	border-right: none;
}

#nav ul a:link, #nav ul a:visited {
	height: auto;
	padding: 8px 15px;
	background: #780022;
	color: #FFF;
}

#nav ul a:hover {
	background: #32020f;
}

#nav .mobile {
	display: none;
}

#nav .sub  {
	position: absolute;
	top: 30px;
	display: none;
	width: 673px;
	/*height: 295px;*/
	padding: 20px 20px 10px;
	background: #FFF;
}

#nav .sub ul {
	display: block;
	position: relative;
	list-style-type: none;
}

#nav .sub li {
	font-size: 16px;
}

#nav .sub a:link,
#nav .sub a:visited {
	display: block;
	padding: 5px 10px 5px 20px;
	line-height: 20px;
	background: transparent;
	color: #000;
	text-decoration: none;
	text-transform: none;
}

#nav .sub a:hover {
	color: #fff;
	background: #32020f;
}

#nav ul.callouts {
	padding: 22px;
}

#nav .callouts li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
}

#nav .callouts li:first-of-type {
	margin-left: 0;
}

#nav .callouts li:last-of-type {
	margin-right: 0;
}

#nav .callouts a:link, #nav .callouts a:visited {
	position: relative;
	display: block;
	width: 140px;
	height: 100%;
	line-height: normal;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', 'Myriad Pro', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #32020f;
	text-transform: uppercase;
}

#nav .callouts a:hover {
	background-color: #fff;
}

#nav .callouts img {
	display: block;
	margin-bottom: 5px;
}

#nav .callouts li:hover img {
	opacity: 0.75;
}

#nav .invert-nav-color {
	background-color: #32020f;
	color: white !important;
	margin-left: 5px;
}

#nav .invert-nav-color:hover {
	background-color: #780022 !important;
}

#site-map .site-map-hide {
	display: none;
}

/*******************************************************************
	FLYOUT
*******************************************************************/

#flyout {
	z-index: 9;
	position: fixed;
	right: -310px;
	top: 0;
	padding-top: 105px;
	padding-bottom: 100px;
	height: 100%;
	width: 340px;
	background: #FFFFFF;
	color: #000000 !important;
}

#flyout span {
	color: #FFFFFF !important;
}

#flyout .toggle {
	position: absolute;
	left: 0;
	height: 100%;
	width: 30px;
	background: #780022;
	color: #FFFFFF;
	white-space: nowrap;
}

#flyout .rotated-outer {
	z-index: 1000000;
	height: 30px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: rotate(90deg);
    transform-origin: 50% 50% 0;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 50% 50% 0;
     -ms-transform: rotate(90deg);
    -ms-transform-origin: 50% 50% 0;
    width: 0;
    text-align: center;
}

#flyout .rotated-inner {
	display: block;
    height: 30px;
    line-height: 40px;
    margin-left: -200px;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

#flyout #toggleTabRight {
	background-color: #780022;
	width: 80px;
	height: 40px;
	border-radius: 0 0 90px 90px;
	position: relative;
	left: -145px;
	top: -8px;
}

#flyout #toggleTabRight:hover {
	/*background-color: #77a23f;*/
}

.rotateClockwise {
	padding-left: 25px;
	font-size: 1.2em;
	margin: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.rotateCounterClockwise {
	font-size: 1.2em;
	margin: 5px;
	padding-right: 25px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#flyout #toggleTabRight:hover {
	cursor: pointer;
}

#flyout .content {
	position: relative;
	height: 100%;
	padding: 90px 35px 0 75px;
}

#flyout .special {
	border-bottom: none;
	max-height: 620px;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-align: center;
	text-overflow: ellipsis;
	margin-bottom: 40px;
	width: 230px;
}

#flyout h2 {
	margin: 15px 0 20px 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

#flyout .nav {
	position: absolute;
	width: 100%;
	left: 0;
	padding-left: 30px;
	bottom: 100px;
	text-align: center;
}

#flyout .navigation {
	position: absolute;
	top: 65px;
	width: 230px;
	text-align: center;
}

#flyout .next, #flyout .prev {
	display: inline-block;
	background: #780022;
	width: 28px;
	height: 28px;
	color: #FFFFFF;
	border-radius: 100%;
	font-size: 20px;
	line-height: 28px;
	padding: 0;
	text-decoration: none;
}

#flyout .prev {
	padding: 0 0 0 3px;
}

#flyout .next {
	padding: 0 1px 0 0
}

#flyout .next:hover, #flyout .prev:hover {
	background: #32020F;
}

#flyout a:link.button,
#flyout a:visited.button {
	display: block;
	margin: 0 auto;
	padding: 12px 15px;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #780022;
	font: 18px 'Lato', Myriad Pro, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

#flyout a.button:hover {
	background: #32020F;
}

#flyout .photoborder {
	display: none;
}

/*******************************************************************
	GOOGLE TRANSLATE
*******************************************************************/

.translate {
	display: inline-block;
}

#google_translate_element .goog-te-gadget-simple {
	border-style: none;
}

.goog-te-menu-value img+span,
#google_translate_element .goog-te-gadget-simple img.goog-te-gadget-icon {
	display: none;
}

#google_translate_element .goog-te-gadget-simple span {
	vertical-align: top;
}

/* Link appearance */
#google_translate_element .goog-te-gadget-simple span a.goog-te-menu-value {
	display: block;
	padding: 0 13px;
	font: 700 13px/30px 'Lato', 'Myriad Pro', sans-serif;
	color: #32020f;
	text-transform: uppercase;
}

#google_translate_element .goog-te-gadget-simple span a.goog-te-menu-value:hover,
#google_translate_element .goog-te-gadget-simple span a.goog-te-menu-value:focus {
	color: #FFF;
	background: #780022;
	text-decoration: none;
}

#google_translate_element .goog-te-gadget-simple span a.goog-te-menu-value img {
	margin: 0;
}

#goog-gt-tt .original-text,
.gt-hl-layer,
#goog-gt-tt .activity-cancel {
	text-align: left !important;
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	display: none;
	position: fixed;
	z-index: 10000000000;
	width: 100%;
	top: 0;
	left: 0;
	font-family: 'Lato', 'Myriad Pro', Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

#mobile-navigation > ul {
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	overflow: hidden;
	margin: 0;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #738D33;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #32020f;
}

#mobile-navigation  li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
}

#mobile-navigation li a {
	display: block;
	background: #738D33;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: #fff;
}

#mobile-navigation a:hover {
	text-decoration: none;
	background: #32020f;
}

/* Submenus*/
#mobile-navigation li .icon {	/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #32020f;
}

#mobile-navigation ul ul, #mobile-navigation ul div {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
	background: #32020f;
}

#mobile-navigation ul div ul {
	height: auto;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.1);
}

#mobile-navigation .callouts img {
	display: none;
}

/* Hides expanded menu stuff */

#mobile-navigation .info, #mobile-navigation h3 {
	display: none;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	padding: 50px 10px;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.25);
}

.homepage #content {
	line-height: 22px;
}

#content .stack  {
	max-width: 1000px;
	margin: 0 auto;
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 65px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0 -3px 20px rgba(0,0,0,0.25);
}

footer .contact {
	padding-top: 5px;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: #32020f;
}

footer a:hover {
	color: #32020f;
	text-decoration: underline;
}

footer p a:focus {
	outline: 2px solid #780022;
	outline-offset: 4px;
}

footer .logos {
	padding-top: 5px;
	text-align: right;
}

footer .logos a {
	display: inline-block;
	margin-left: 25px;
	vertical-align: middle;
}

footer .logos a:focus {
	outline: 2px solid #780022;
	outline-offset: 4px;
}

/*******************************************************************
  SOCIAL
*******************************************************************/

#social {
	position: absolute;
	top: -50px;
	left: 0;
	padding: 0;
	z-index: 5 !important;
}

#social li {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 0 2px;
}

#social li:first-child {
	margin-left: 0;
}

#social a {
	display: block;
	background-image: url(../images/ico-social.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
}

#social .facebook a:link, #social .facebook a:visited { background-position: 0 0 }
#social .facebook a:hover,#social .facebook a:focus { background-position: 0 -35px }
#social .twitter a:link, #social .twitter a:visited { background-position: -38px 0 }
#social .twitter a:hover,#social .twitter a:focus { background-position: -38px -35px }
#social .google a:link, #social .google a:visited { background-position: -77px 0 }
#social .google a:hover,#social .google a:focus { background-position: -77px -35px }
#social .tripadvisor a:link, #social .tripadvisor a:visited { background-position: -115px 0 }
#social .tripadvisor a:hover,#social .tripadvisor a:focus { background-position: -115px -35px }
#social .pinterest a:link, #social .pinterest a:visited { background-position: -153px 0 }
#social .pinterest a:hover,#social .pinterest a:focus { background-position: -153px -35px }
#social .instagram a:link, #social .instagram a:visited { background-position: -192px 0 }
#social .instagram a:hover,#social .instagram a:focus { background-position: -192px -35px }

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-height: 1020px) {
	#flyout .special { max-height: 460px; }
}

@media handheld, only screen and (max-height: 860px) {
	#flyout .special { max-height: 360px; }
}

@media handheld, only screen and (max-height: 760px) {
	#flyout .special { max-height: 200px; }
}

@media handheld, only screen and (max-width: 1050px) {
	#masthead {
		position: static;
	}

	#nav {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	header {
		height: auto;
		text-align: center;
	}

	header .logo {
		position: relative;
		top: 0;
		margin: 0 auto 0 auto;
	}

	header .sub-nav {
		position: relative;
		right: auto;
		text-align: center;
	}
	header .sub-nav a:link, header .sub-nav a:visited, #google_translate_element .goog-te-gadget-simple span a.goog-te-menu-value {
		font-size: 12px;
		padding: 0 7px;
	}

	#social {
		left: 0;
		right: 0;
	}

	#booking {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		padding: 10px 0;
	}

	#booking .submit {
		max-width: 200px;
	}

	#arrival, #departure, #promotion {
		max-width: 85px;
	}

	#flyout {
		display: none;
	}

	footer {
		min-height: 30px;
		text-align: center;
	}

	footer .logos {
		text-align: center;
	}
}

@media handheld, only screen and (max-width: 1000px) {

	footer .signup, footer h3 {
		display: none;
	}

	#homepage-content {
		bottom: 70px !important;
	}

	/* Removes border on second last footer item as Contact was removed */
	footer li:nth-last-child(2) {
		border-right: none;
	}

	footer .contact {
		margin: 0 !important;
	}
}

@media handheld, only screen and (max-width: 900px) {
	.photoborder,
	.photoborder-multiple,
	.special img {
		max-width: 45%;
	}
}

@media handheld, only screen and (max-width: 768px)  {
	body {
		min-height: 100%;
	}

	header .logo {
		padding: 0 10px;
	}

	.photoborder,
	.photoborder-multiple {
		float: none;
		margin: 0 0 20px 0;
		max-width: inherit;
		text-align: center;
	}

	.photoborder img,
	.photoborder-multiple img {
		width: inherit;
	}

	.photoborder-multiple img {
		display: inline;
	}

	.special img {
		float: none;
		margin: 0 0 20px 0;
		max-width: 100%;
		width: inherit;
		text-align: center;
	}

	footer {
		position: relative;
	}

	footer .logos {
		display: none;
	}
}

@media handheld, only screen and (max-width: 625px) {
	header {
		padding-top: 10px;
	}
}

@media handheld, only screen and (max-width: 525px) {
	#mobile-navigation li.hide-desktop {
		display: list-item !important;
	}

	header .logo {
		top: 0;
		margin-top: 5px;
	}

	#booking .calendar {
		display: none;
	}

	#social li {
		margin: 0;
	}

	footer {
		padding: 10px
	}
}

@media handheld, only screen and (max-width: 420px) {
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 18px;
	}

	footer .sub-menu li {
		font-size: 11px;
		padding: 0 3px;
	}
}

@media handheld, only screen and (max-width: 360px) {
	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 16px;
	}

	#booking .submit-container {
		display: block;
		margin: 0 auto;
	}

	#submit_booking {
		margin: 10px auto;
	}
}

@media handheld, only screen and (max-width: 600px) and (max-height: 320px) {
	header {
		position: relative;
		padding: 0 10px;
	}

	.booking-contain {
		position: absolute;
	}

	#mobile-navigation, #mobile-navigation .menu, #mobile-navigation > ul {
		position: relative;
	}

	#mobile-navigation .menu {
		display: inline-block;
		right: 0;
	}

	#mobile-navigation > ul {
		top: 0;
		right: 0;
	}

	#mobile-navigation {
		text-align: right;
		margin-bottom: 10px;
	}
}
