/* reset */

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}

* { margin:0; padding:0; }

/* end reset */

/* defaults */

h1 {
	font-size:138.5%;  
}
h2 {
	font-size:123.1%; 
}
h3 {
	font-size:108%;  
}
h1,h2,h3,h4,h5,h6 {
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
del {
	text-decoration:line-through;
}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: none;
}

.content ul li {
	list-style: disc outside;
}

dl dd {
	margin-left:1em;
}
th,td {
	border:1px solid #000;
	padding:.5em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p,fieldset,table,pre {
	margin-bottom:1em;
}

input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

/* end defaults */

html,body{margin:0; padding:0; height:100%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #56565E;
}

/* Default page styles */

h1 {
	font-size: 1.2em;
}

p {
	font-size: 0.8em;
}

ul{
	font-size: 0.8em;
}

button {
	padding: 5px;
	cursor: pointer;
}

.button {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  }

.button:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  }

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto; padding:0;
	background: #818181;
}

/*
/* Header
 *  --------------------- 
*/

#header {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 100px;
	width: 100%;
}

#logo {
	position: absolute;
	top: -85px;
	left: 20px;
	}

#contact-header {
	position: absolute;
	display: inline-block;
	top: 30px;
	/*margin-left: 655px;*/
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	width: 380px;
    margin-left: -80px;
}

#nav {
	background: #C27D65;
	position: absolute;
	left: 0px;
	bottom: -50px;
	font-size: 0.9em;
	padding: 5px;
}

#nav ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav ul li {
    display: block;
    position: relative;
    float: left;
}
#nav li ul {
    display: none;
}
#nav ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    margin-left: 1px;
    white-space: nowrap;
}
#nav ul li a:hover {
/*background: #3b3b3b;*/
}
#nav li:hover ul {
    display: block;
    position: absolute;
}
#nav li:hover li {
    float: none;
    font-size: 11px;
}
#nav li:hover a { /*background: #3b3b3b;*/ }
#nav li:hover li a:hover {
    background: #1e7c9a;
}

/*
/* Banner 
 *  --------------------- 
*/


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {zoom: 1;} /* do not set height and width for responsive (leave wrap) */
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*
/* Booking 
 *  --------------------- 
*/

#book {
	height: 250px;
	width: 250px;
    padding: 20px 10px;
	background: #7496AC;
	position: absolute;
	top: 100px;
	right: 20px;
	z-index: 10;
}

#book ul {
	margin: 0px;
}

#book h2 { font-weight: bold; text-indent: 0px; margin: 0px 0px 10px 0px; }

#book form li {
	float: left;
	margin: 0 10px 7px 0;
	list-style: none;
}

#book form input { padding: 4px;}
#book form input.sm { width: 40px;}
#book form input.rooms { width: 46px;}
#book form input.mid { width: 50px; }
#book form input.med { width: 100px;}
#book form li#item-nights { float: left; }
#book form label { display: block; padding: 0px; }
#book form #arrival { text-align: left; }
#book form input { text-align: center; }
#book form fieldset { margin: 0 0 10px 0; }

div.ui-datepicker{
 font-size: 0.7em !important;
}	

/*
 *  Content area
 *  --------------------- 
*/

#content {
	padding: 430px 0px 0px 0px;
}
#content-wrapper {
	padding: 20px;
	overflow: hidden;
}

#content #main {
	float: right;
	width: 660px;
	margin-bottom: 20px;
}

#content #main .content a {
    color: #BF0000;
}

#body {
	float: left;
	background: #e1e1e1;
	padding: 20px;
}

#body h1:first-child{
	margin-top: 0px;
}

/*
 *  Content sidebars
 *  --------------------- 
*/

#sidebar {
	width: 290px;
	background: #90C3AA;
}

#sidebar .inner {
	padding: 20px;
}

#sidebar .box {
	margin: 0 0 10px 0;
}

#sidebar .with-dates { padding-bottom: 10px;}
#sidebar .box h2 {
	position: relative;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #000000;
}

#sidebar .box h2 a, #sidebar .box h2 a:active, #sidebar .box h2 a:link, #sidebar .box h2 a:visited {
    /*color: #bf0000;*/
    color: #000000;
    text-transform:lowercase;
	text-decoration: none;
}

#sidebar .box h2 a:hover {
    color: #000000;
}

#sidebar .box li {
	position: relative;
    margin:  0;
	overflow: hidden;
	list-style: none;
}

#sidebar .box li h3 {
	margin: 0px 0px 8px 0px;
	font-size: 0.9em;
	
}
#sidebar .box li h3 a {
	color: #404040;
	text-decoration: none;
	text-transform: capitalize;
}

#sidebar .box li h3 a:hover { color: #000;}

#sidebar .box li .date {
	position: absolute;
	top: 58px; right: 0;
	width: 63px;
	padding: 5px 0;
	font-size: 0.786em;
	text-align: center;
	text-transform: uppercase;
}

#sidebar .box p { margin: 0; padding: 0px; font-size: 0.8em; float: left; }

ul.spy {
	margin: 0px;
}

.wrap {
    width: 100%;
}

/*
    Special offers/events in content area
*/

ul.spy {margin: 0px; padding: 0px;}
ul.spy li { height: 100px; padding: 0px; margin: 0px;}

.contr { float: left; width:185px;} /* testcontainer */
.imgSml { float: left; width: 65px; text-align: right;} /* thumbnail */
.liBox { height:55px;} /*div that contains text and thumb */

/*
 *  Footer area
 *  --------------------- 
*/

#footer-wrapper {
	width: 100%;
	margin: 0px; padding: 0px;
	background: #416554;
	clear: both;
	position: relative;
}
#footer {
	padding: 0px;
	overflow: hidden;
}

#footer li { list-style: none; }
#footer a { color: #ccc;}
#footer a:hover,
#footer a:focus { color: #fff; }

#footer .credits {
	clear:both;
	padding:10px;
	font-size: 0.8em;
	color:#828181;
	float:right;
}

#footer .credits #creditsLeft {
	float:left;
}

#footer .credits #creditsRight {
	float:right;
}

#footer .credits #creditsRight a{
	color:#828181;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.news_sc li  {
	list-style: none;
}

.galleryContainer {
	margin-bottom:20px;
}

.galleryContainer ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.galleryContainer ul li {
	list-style: none !important;
	float:left;
	margin: 0px 9px 9px 0px;
}

.galleryContainer ul li div {
	background-repeat: no-repeat;
	background-size: cover !important;
}

img.galleryThumbMask {
	width:100%;
	height: 100%;
}


/** FORMS **/

textarea#Address, textarea#address, textarea#Special_Request, textarea#message, textarea#other_setup, #contactForm input {
	font-family: Arial, Helvetica, sans-serif;
}


.cybamailaConf {
	text-align: left;
	font-size: 0.7em;
}

.brochSubmit {
	text-align: right;
	/*padding-right: 90px;*/
	clear: both;
}

.SubmitEnquiryForm {
	text-align: right;
	/*padding-right: 90px;*/
	clear: both;

}

.radioText span {
	font-size:0.8em;
}

/** COOKIE LAW **/
#cookie-msg {
	width: 100%;
	line-height: 40px;
	color: #F7F7F7;
	font-weight: 700;
	text-align: left;
	display: none;
	background: url(/assets/_shared/images/cookie-trans.png);
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

#cookie-msg-inner {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

#cookieClose {
	float: right;
	display: inline;
	cursor: pointer;
	margin-top: 7px;
	line-height: 24px;
	padding: 0px 8px;
	background: #00a6ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#40b3ff), color-stop(0.25, #21b9ff), to(#00a6ff));
	background: -moz-linear-gradient(top, #40b3ff 0%, #21b9ff 25%, #00a6ff);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #36d7ff;
	/*-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -1px 0px rgba(020,000,020,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -1px 0px rgba(020,000,020,0.4);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -1px 0px rgba(020,000,020,0.4);*/
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	font-weight: 700;
	color: white;
}

.cookmore {
	float: right;
	display: inline-block;
	font-weight: 700;
	text-decoration: underline;
	margin-left: 15px;
	color: white !important;
}

/** CONTACT PAGE ELEMENTS **/
.contactLeftCol {
	float:left;
	margin:0px 60px 10px 20px;
}

.contactRightCol {
	float:left;
	padding-top:22px;
}

.contactRightCol #left {
	float:left;
	margin-right:10px;
}

.contactRightCol #right {
	float:left;
}

/** 
MOBILE ALERT ON DESKTOP VIEW 
There are two icons for the default view, both are 30px wide by 52px high
/assets/_shared/images/mobile-lt.png (white icon)
/assets/_shared/images/mobile-dk.png (dark gray icon)
change branded css to change icon
**/

.mobileHint {
	display:block;
	line-height:52px;
	color:#4d4d4d;
	background:url('/assets/_shared/images/mobile-dk.png') no-repeat top left;
	padding-left:40px;
	text-decoration:none;
	position:absolute;
	top:0px;
	font-size:1em;
}

ul.siteMap {
	margin-left:20px !important;
}

ul.siteMap li {
	list-style:none !important;
	margin-left:20px !important;
}

ul.siteMap h2 {
	margin-bottom:3px !important;
}