/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */
/* -----[ TEMPLATE ]-------------------------------------------------------------------------- */
/*  
	Change Class Selectors and ID Selectors to reflect your Design as required.
	The aim of this file is create the 'Template' for your design.
	Such as: backgrounds, colours, borders, margins, padding.
	Alter the Property and Value to reflect your design as required.

	--Layouts
		The structure below is compliant with the current W3C standards. 
		The layout technique that is used is will allow for a liquid centre and fixed sides. 
		1.	Layout 1 - 3 column layout
		2.	Layout 2 - 2 column layout (left column #cLS)
		3.	Layout 3 - 2 column layout (right column #cRS)
		4.	Layout 4 - 1 column layout */
/* -----[ Main structure CSS]--------------------------------------------------------------------- */
* {
	-moz-outline-style: none;
	outline-syle: none;
	outline-width: 0;
	outline-color: -moz-use-text-color;
	margin: 0;
	-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
/* Firefox, other Gecko */
	box-sizing: border-box;
/* Opera/IE 8+ */
}

body {
	background: #fff;
}

body.navigation-is-open {
	overflow: hidden;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */
/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	margin: 0 auto;
	background: #fff;
	overflow-x: hidden;
}

#mainWrapper:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#mainWrapper {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

/* Hides from IE Mac \*/
* html #mainWrapper {
	height: 1%;
}

#mainWrapper {
	display: block;
}

.Default #mainWrapper {
	margin-top: 30px;
}

/* End hide from IE-mac */
.bookingWrapperstuck .Home #mainWrapper {
	margin-top: 105px;
}

/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	clear: both;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	padding: 6px 0 0;
	z-index: 200;
}

/* === [ header banner ] === */
#cB {
	position: relative;
	display: block;
	clear: none;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

/* === [ top  ] === */
#cT {
	position: absolute;
	right: 0;
	display: block;
	clear: none;
}

.cNWrapperstuck .Home #pushboxWrapper {
	margin-top: 50px;
}

/* === [ Main Navigation ] === */
#cNWrapper {
	background: #000000;
	width: 100%;
	height: 50px;
	z-index: 101;
/*			-webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 3px 00px 0px rgba(0,0,0,0);*/
}

#cNWrapper-sticky-wrapper.is-sticky #cNWrapper {
/*		-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.4);*/
}

#cN {
	position: relative;
	display: block;
	clear: none;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

#pushboxWrapper {
	overflow: hidden;
	position: relative;
	max-height: 454px;
}
.GiftShop #pushboxWrapper {
overflow: visible;
}
.loaded #pushboxWrapper {
}

#pushbox {
	min-height: 70px;
}

#bookingWrapper {
	height: 120px;
	background: #e8e8e8;
	z-index: 100;
	-webkit-transition: box-shadow .5s;
	-moz-transition: box-shadow .5s;
	-o-transition: box-shadow .5s;
	transition: box-shadow .5s;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 3px 0 0 rgba(0,0,0,0);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0);
}

#bookingWrapper-sticky-wrapper.is-sticky #bookingWrapper {
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.4);
}

#bookingIndicator {
	background: url(/Templates/_images/SpecialOffer-Pointer.png);
	color: #FFF;
	position: absolute;
	width: 194px !important;
	z-index: 100;
	height: 48px;
	left: -70px;
	right: 0;
	margin: 0 auto;
	top: 230px;
	opacity: 0;
	visibility: hidden;
	-vendor-animation-delay: .5s;
}

.bookingWrapperstuck #bookingIndicator {
	position: absolute;
}

#bookingIndicator.animated {
	opacity: 1;
	visibility: visible;
}

#hotelsubnavWrapper {
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.ThemeHeartland #hotelsubnavWrapper {
	background: rgba(172, 34, 38, 0.9); /* #ac2226cc */
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.ThemeScenic #hotelsubnavWrapper {
	background: rgba(0, 143, 213, 0.9);  /* #008fd5cc */
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.ThemeAumehi #hotelsubnavWrapper {
	background: rgba(64, 64, 66, 0.9);  /* #414042cc */
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

#hotelsubnavWrapper:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
.hotel-navigation-is-open #hotelsubnavWrapper {
	z-index: 120;
}
@media screen and (max-width: 1023px) {
	.hotel-navigation-is-open #hotelsubnavWrapper {
		height: 215px !important;
	}
}
@media screen and (max-width: 999px) {
	.hotel-navigation-is-open #outerWrapper #pushboxWrapper {
		height: 445px !important;
	}
	.hotel-navigation-is-open #outerWrapper #pushboxWrapper #nestedbookingWrapper {
		height: calc(100% - 235px) !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 768px) {
	.hotel-navigation-is-open #outerWrapper #pushboxWrapper {
		height: 430px !important;
	}
	.hotel-navigation-is-open #outerWrapper #pushboxWrapper #nestedbookingWrapper {
		top: -420px !important;
	}
}
@media screen and (max-width: 767px) {
	.hotel-navigation-is-open #outerWrapper #pushboxWrapper {
		height: 620px !important;
		max-height: unset;
	}
	.hotel-navigation-is-open #outerWrapper #pushboxWrapper #nestedbookingWrapper {
		top: -610px !important;
	}
	.hotel-navigation-is-open #hotelsubnavWrapper {
		height: 340px !important;
	}
}
@media screen and (max-width: 601px) {
	.hotel-navigation-is-open #outerWrapper #pushboxWrapper {
		height: 730px !important;
	}
	.hotel-navigation-is-open #outerWrapper #pushboxWrapper #nestedbookingWrapper {
		top: -715px !important;
	}
	.hotel-navigation-is-open #hotelsubnavWrapper {
		height: 380px !important;
	}
	#hotelsubnavWrapper {
		height: 80px !important;
	}
}

#hotelsubnav {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

#booking {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

#booking:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

/* === [ Overview Container Wrapper ] === */
#cSWrapper {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px solid #e8e8e8;
}
.cPCWrapperEmpty  #cSWrapper {
border-bottom: none;
}
#cSWrapper:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.cSWrapperEmpty #cSWrapper {
	display: none;
}

#cSColumn1 {
	width: 50%;
	float: left;
	padding: 0 30px 0 0;
}

/*#cSHeadingLeft {
width:50%;
float:left;
padding:0 30px 0 0;
}*/
#cSColumn2 {
	width: 50%;
	float: left;
}

#cSColumn2 .Banner img,#cSColumn2 .BannerRandom img {
	width: 100%;
	margin: 0 0 15px;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

.cPCWrapperEmpty #cPCWrapper {
	display: none;
}

.cSWrapperEmpty #cPCWrapper {
	margin: 0;
}

#cPC2Wrapper {
	float: none;
	width: 100%;
	display: block;
	clear: both;
	border-top: 1px solid #e8e8e8;
	padding: 30px 0 0;
}

.cPC2WrapperEmpty #cPC2Wrapper {
	display: none;
}

#cPC2Wrapper:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

#cPC2Wrapper.emptyHide {
	display: none;
}

#cPC2Column1 {
	width: 50%;
	float: left;
	padding: 0 30px 0 0;
}

#cPC2Column2 {
	width: 50%;
	float: left;
}

#cPC1Column1 {
	width: 50%;
	float: left;
	padding: 0 30px 50px 0;
}

#cPC1Column2 {
	width: 50%;
	float: left;
	padding-bottom:50px;
}

#cPC2Column2 iframe {
	float: right;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 10px 0;
	min-height: 300px;
	display: block;
}

.layout1 #cPC /* 3 column layout */ {
	margin: 0 250px;
}

.layout2 #cPC /* 2 column layout (left column #cLS) */ {
	margin: 0 0 0 250px;
}

.layout3 #cPC /* 2 column layout (right column #cRS) */ {
	margin: 0 50% 0 0;
	float: left;
	width: 50%;
}

.Home #cPC /* 1 column layout */ {
	margin: 15px 0 0;
	padding: 10px 0;
}

.HTMLContent .two-column {
/* 1 column layout */
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
	margin: 0 0 30px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.Default.Hotel #cPC > div .HTMLContent p {
/* 1 column layout */
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.Default.Hotel #cPC > div .flarecont {
/* 1 column layout */
	margin: 0 0 30px;
}

/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 230px;
	padding: 10px;
}

/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 50%;
	padding: 0 0 0 20px;
}

#cStrapWrapper {
	background: #000000;
	width: 100%;
	margin: 60px 0 0;
}

#cStrap {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

#cBrandsWrapper {
	width: 100%;
	padding: 15px 0 5px;
}

#cBrands {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

/* === [ footer ] === */
#cFWrapper {
	background: #e8e8e8;
	padding: 40px 0;
}

#cFInner {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

#cF {
	position: relative;
	display: block;
	clear: both;
}

#cFA {
	width: 28%;
	float: left;
}

#cFB {
	width: 24%;
	float: left;
}

#cFC {
	width: 20%;
	float: left;
}

#cFD {
	width: 28%;
	float: left;
	text-align: right;
}

#cFCC {
	float: right;
	margin: 20px 0 0;
}

/* === [ copyRight ] === */
#cC {
	position: relative;
	display: block;
	clear: both;
	padding: 10px;
	font-size: 11px;
}

#cC a {
	border-bottom: 1px #999 dotted;
	text-decoration: none;
}

#cC a:hover {
	border-bottom: 1px #CCC dotted;
}

.flags {
    position: absolute;
    right: 0;
    top: 0;
}

/* -----[ IE6 ]------------------------------------------------------------------------------- */
.contegro_ie6 #cRS,.contegro_ie7 #cRS {
	margin-left: -250px;
}

/* -----[ Clearings ]-------------------------------------------------------------------------- */
.clearLeft,.clear {
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearLeft {
	clear: left;
}

.clear {
	clear: both;
}

/* -----[ AmaiaLuxurySpa ]----------------------------------------------------------- */
.AmaiaLuxurySpa #cNWrapper {
	background: #490E52;
}

.AmaiaLuxurySpa #cN .Search .FormField input {
	background: #3A0C4C;
	border: 1px solid #8A6297;
}

.AmaiaLuxurySpa #cN .Search .FormButtons {
	border-left: 1px solid #8A6297;
}

.AmaiaLuxurySpa #cStrapWrapper {
	background: #490E52;
}

/* -----[ HideBooking ]----------------------------------------------------------- */
.HideBooking #bookingWrapper,.HideBooking #bookingWrapper-sticky-wrapper,.HideBooking #bookingIndicator-sticky-wrapper {
	display: none;
}

/* -----[ Browser Specific Classes ]----------------------------------------------------------- */
/*
	Contegro will add several class names to the <form> tag surrounding the page depending on
	what browser the site is being viewed with. This can be used to make small style changes which
	only affect specific browsers, or even specific browser versions.

	These include the browser name, for example (but not limited to)...
*/
.contegro_chrome {
}

.contegro_firefox {
}

.contegro_ie {
}

.contegro_safari {
}

/*
	... the browser version, for example (but not limited to)...
*/
.contegro_ie6 {
}

.contegro_ie7 {
}

.contegro_ie8 {
}

.contegro_ie9 {
}

.contegro_firefox4 {
}

.contegro_firefox5 {
}

/*
	... and mobile information, for example ...
*/
.contegro_mobile {
}

.contegro_tablet {
}

.contegro_ipad {
}

.contegro_ios {
}

.contegro_android {
}

.contegro_windowsphone {
}

.contegro_othermobile {
}

/* 
	Please view the source of a Contegro page with different browsers to see the specific classes for
	each browser configuration. Some examples of classes that will be added to the surrounding form
	for different browsers are...

	*** Internet Explorer 6 ***
	<form class="contegro_ie6 contegro_ie">

	*** Firefox 7 ***
	<form class="contegro_firefox7 contegro_firefox">

	*** The iPhone browser ***
	<form class="contegro_mobile contegro_ios">




*/
/* -----[ Printing ]-------------------------------------------------------------------------- */
@media print {
	body {
		font-size: 12pt;
	}

	#cRS,#cLS,#cTL,#cS,#cT,#cB,#cH,#cN {
		display: none;
	}

	#cPC {
		margin: 0;
		padding: 0 0 20px;
		border-top-style: none;
		border-left-style: none;
	}

	.layout1 #cPC /* 3 column layout */ {
		margin: 0;
		padding: 0 0 20px;
	}

	.layout2 #cPC /* 2 column - left */ {
		margin: 0;
		padding: 0 0 20px;
	}

	.layout3 #cPC /* 2 column - right */ {
		margin: 0;
		padding: 0 0 20px;
	}

	.layout4 #cPC /* 1 column */ {
		margin: 0;
		padding: 0 0 20px;
	}
}
.fourofour #pushboxWrapper{
	max-height:none;
}

.fourofour #pushbox{
	text-align:center;
	height:100vh;
	background: url(/Templates/_images/background-image-lost1.jpg) no-repeat center;
	background-size: cover;
	max-height:none !important;
}
.fourofour #pushboxWrapper .HTMLContent{
	width: 100%;
	height:260px;
	position:absolute;
	top: 80vh;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	color: #ffffff;
	display: block;
}
.fourofour #pushboxWrapper .HTMLContent  h1{
	color: #ffffff;
	font-size:80px;
	font-weight: 800;
}
.fourofour #pushboxWrapper .HTMLContent p{
	font-size: 23px;
	margin: 0 0 60px 0;
}
.fourofour #pushboxWrapper .HTMLContent a{
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 10px 30px 
}

.fourofour #bookingWrapper{
	display:none
}
.fourofour #cStrapWrapper{
	margin:0;
}
.fourofour  #mainWrapper{
	margin:0;
	display:none;
}