/*
Theme Name: Theme 5
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-5
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Theme 5 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

.wpcf7-mail-sent-ok { float: left !important; margin: 5px !important; }

div.wpcf7-validation-errors {
     border: 0px solid #f7e700 !important;
}
span.wpcf7-not-valid-tip {
	color: white !important;
}

#sidemenu .current-menu-item a {
	color: white;
	padding: 10px;
}

.wpcf7-response-output.wpcf7-validation-errors { display: none !important;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
	outline: 0;
}

.padding0 { padding: 0px; }

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 32px;
	margin: 0.67em 0;
	font-weight:100;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 17px;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {clear: both;}
h1, h2 { font-size: 32px; font-weight:100; text-transform:uppercase; }
p {margin-bottom: 1.5em;}
dfn,cite,em,i {	font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,kbd,tt,var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

html {box-sizing: border-box;}

*,*:before,*:after { box-sizing: inherit; }
body { background: #fff; }

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 6px;
}

textarea {
	padding: 6px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 5px;
}

.sub-menu li {
	float: left;
	position: relative;
	padding: 15px 10px;

}

.sub-menu li a {
	margin: 0px;
}


#topContact {
    position: relative;
    z-index: 99;
    top: 0px;
    margin: auto;
	background-color: #3763ac;
	height: 255px;
}

#footer a { font-weight:100; }

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-top: 35px;
}

#footer-menu li a {
	    margin-top: 0px;
	font-weight: bold;
}

#footer-menu .sub-menu { display: none; }

#footer-menu li { width: 100%; }

#footer-menu .current-menu-item { background: #00275e; }

.current-menu-item { 
	background: #f5821f;
	color: white;
}


.current-menu-item a { color: white; } 
.sub-menu .current-menu-item a { color: black; }

#navWrapper { padding: 0px !important; }
#navWrapper div, #site-navigation, #primary-menu, .main-navigation li { height: 100%; }


.main-navigation ul ul {
	position: absolute;
	left: -999em;
	z-index: 99998;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

ul#footer-menu {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    list-style-position: inside;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li, .main-navigation ul ul li a {
	background: white;
	color: black !important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



.menu-main-navigation-container {
	float:right;
    position:relative;
    left:-50%;
    text-align:left;
}

.menu-main-navigation-container ul{
    list-style:none;
    position:relative;
    left:50%;
}
.menu-main-navigation-container li{float:left;position:relative;}/* ie needs position:relative here*/





/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	margin-top: 80px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.overlay h2 { margin-top: 10px; }


/* Custom CSS Below */

.icons {
	background-image: url("/wp-content/uploads/2016/01/icons.png");
	width: 49px;
	height: 49px;
	overflow:hidden;
	float: left;
	margin-right: 8px;
}

.bottomIcons {
	background-image: url("/wp-content/uploads/2016/01/icons.png");
	width: 28px;
	height: 28px;
	overflow:hidden;
	float: left;
	margin-right: 8px;
}


.iconWrapper {
	float: left;
	clear:both;
	padding: 5px 0px;
	color: white;
}

#footerLogo {
	width: 100%;
	margin-bottom: 50px;
}
#footerLogo img {
	height: 75px;
}

#topPhone { background-position: 49px 0px; }
#topFacebook { background-position: -49px 0px; }
#topTwitter { background-position: 0px 0px; }
#topGoogle { background-position: 0px 49px; }


#phone { background-position: 0px 28px; }
#email { background-position: 119px 28px; }
#address { background-position: 28px 28px; }
#facebook { background-position: 63px 28px; }
#twitter { background-position: 35px 28px; }
#google { background-position: 0px 28px; }
#address { background-position: 91px 28px; }


#navOutterWrapper {
	height: 90px;
	width: 100%;
	z-index: 99999;
    position: relative;
}


.cycloneslider-template-standard .cycloneslider-slide img { min-width: 100%; }
.cycloneslider-template-standard { margin-bottom: 0px !important; }





.ui-widget-content[aria-hidden="true"] {
    display: block !important;
    height: 0px;
    overflow: hidden;
}
.ui-widget-content[aria-hidden="false"] {
    display: block !important;
    height: auto;
}



.contactDetails { 
	padding-top: 15px;
}

.contactDetails A { 
	color: inherit;
}

.contactDets { font-size: 14px; }

.wpcf7-form-control-wrap { position: static; }

.spacer {
	float: left; height: 5px; width: 100%;
}

#footerText, #footerWidget {
	width: 100%;
	text-align: right;
	font-size: 12px;
	float: right;
}

#CDSWIDCOE { float: right; }

#footerWidget { padding: 0px; }
#footerMenu { float: right; }
.roomOverview {
	margin: 0px auto 40px auto;
	padding: 15px;
	
}

.slick-slide img { width: 100%; }

#footerMenu .menu-main-navigation-container, #footerMenu .menu-main-navigation-container ul {
	left: 0px !important;
}

.twoColumn {
    list-style-type: none;
    columns: 2;
    text-align: left;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
    padding: 0px 16px;
}

#footer {
	background: #00275e;
	float: left;
	width: 100%;
	color: white;
	padding: 20px 0px;
	margin: 0px;
}
.contactMap { margin-top: -50px; }

#footer a { color: white; }
#footer .Hamburger .bar { background: white; }

.overlay { background: rgba(0, 0, 0, 0.6);  height: 100%; width: 100%; }


.topNavItem {
	float: right;
	display: block;
}

a.bookNow {
	padding: 10px 15px;
	color: white;

	margin-bottom: 50px;
	float: left;
}
a.bookNow:hover {
	text-decoration:none;
	cursor: pointer;
}

.topNavItem .bookNow { margin-bottom: 0px; padding: 5px; }
.topNavItem a .number { 
	text-decoration: none;
    color: white;
    margin-right: 10px;
	font-size: 14px;
    float: right; 
	font-weight: bold;
}

.gallery figure { margin: 0px !important; border: 2px solid white; }

h1.page-title { margin-top: 50px; }

a.readMore {
	padding: 10px;
	display: block;
	float: left;
	margin: 5px 5px 5px 0px;
	color: white;
	width: 100%;
	text-align:center;
	margin-top: 25px;
}

.home.readMore {
	margin-top: 5px;
}

a.readMore, a.readMore:hover {
		text-decoration: none;
}

body { font-family: 'Open Sans', sans-serif; font-weight:100; line-height: 1.3;  }

input, select, textarea {
	width: 100%;
} 

#property-google-map {
	width: 100%;
	height: 450px;
}

.contactPanel {
	background: #002d6a;
	color: white;
	padding: 20px;
	float: left;
	width: 100%;
}

.contactPanel h2 {
	text-align: center;
	padding: 10px;
	margin: 0px;
	font-size: 30px;
}

.wpcf7-submit, #mc_signup_submit {
	color: white;
	border: 0px;
	padding: 10px;
}

#navWrapper {
	height: 90px;
	z-index: 30;
	width: 100%;
	padding: 10px;
	background: white;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.5);
	font-family: Arial, sans-serif;
	}

#mobile-menu {
	padding: 0px;
	list-style: none;

}
#mobile-menu li { 
	padding: 5px 0px;
	list-style: none;
	width: 100%;
}

#mobile-menu .sub-menu {
	padding: 0px;
	
}

#mobile-menu li a {
COLOR: BLACK;
text-decoration: none;
}

#sidemenu { 
	width: 250px;
	position: absolute;
	padding: 20px 15px 15px 15px;
	top: 0px;
	z-index: 10;
}

#bodyWrapper {
	width: 100%;
	position: relative;
	z-index: 20;
	background: white;
	transition: all 0.3s ease-in;
	top: 0px;
	height: 100%;
	margin-top: 44px;
}

.Wrapper, .WrapperBottom {
	width: 100%;
	z-index: 20;
	background: white;
	padding: 50px 0px;
	float: left;
}
.WrapperBottom { padding: 0px; }

#HDbookingWidget, #HDbookingWidget2 {
 text-align: left;
	color: white;
}

#topNav {
	float: right;
}

.title {
	width: 100%;
	text-align: center;
}

#HDbookingWidget input {
	border: 0px;
	padding: 5px;
}

#HDbookingWidget2 input {
	background: #fff;
	border: 1px solid #979797 !important;
	border: 0px;
	padding: 5px 10px;
	width: 200px;
}

#HDbookingWidget input, #HDbookingWidget select { 
	color: #666;
	cursor: pointer;
	margin-bottom: 5px;
}

#HDbookingWidget2 input, #HDbookingWidget2 select { 
	margin: 5px;
	cursor: pointer;
}

ul.facilitiesList {
  width: 400px;  
}

ul.facilitiesList li{
  display:inline-block;
  width: 170px;
	text-align: left;
}



/* On Scrolled */
#navWrapper.scrolled {
	height: 48px;
	position: fixed;
	top: 20px;
}

#navWrapper.scrolled {box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.1);  }
#navWrapper.scrolled #topNav { display: none; }
#navWrapper.scrolled .main-navigation a { margin-top: 5px; }
#navWrapper.scrolled .site-branding { height: 30px; }
#navWrapper.scrolled img { height: 100%; }
#navWrapper.scrolled .Hamburger { margin-top: 6px; }


input#1, input#2 { 
	color: white;
}

.bookingWidget {
	background: #002d6a;
	width: 100%;
	color: white;
	font-size: 22px;
	font-weight:100;
}

.roomImage { 
	width: 100%;
	overflow: hidden;
}
.roomImage img {
	min-width: 100%;
	width: auto;
	height: auto;
}


.overlay { color: white; }


.bookingWidget.home {
	padding: 5px 0px;

}

.cycloneslider .bookingWidget {
	top: -300px;	
}

.hide { display: none; }

#bodyWrapper.open {
	margin-left: 250px;
}
.Hamburger {     
    width: 30px;
    cursor: pointer;
    margin: 10px 0px 10px 10px;
    float: left;
}


a.seeMore {
	border: 1px solid white;
	background-color:transparent;
	color: white;
	font-size: 20px;
	border-radius: 2px;
	transition: all .1s;
	padding: 10px;
	margin-top: 5px;
	text-decoration: none;
	color: white;
	display: inline-block;
}

.seeMore:hover {
	background: white;
	color: black;
	text-decoration: none;
}

a.seeMore.menu {
	border: 1px solid #f5821f;
	color: white;
	background: #f5821f;
	float: left;
	margin: 0px 10px 0px 0px;
	font-size: 14px;
}

a.seeMore.menu:hover {
	border: 1px solid #e55e30;
	background: #e55e30;
	color: white;
}
	
.Hamburger .bar { background: white; height: 3px; margin-bottom: 5px; float: left; width: 100%; }
h4.snippetTitle { margin-top: 0px !important; margin-bottom: 0px !important; }
.snippetTitle, .snippetTitle a {
	font-size: 37px;
	text-transform: uppercase;
	color: black;
	font-weight: 100;
	text-align: left;
}

#pageBanner { overflow: hidden; }
#pageBanner img {
	width: 100%;
	height: auto;
}

.main-navigation { display: none; }
.site-branding { float: left; padding-top: 5px; }

.readMore.right { float: right; margin: 0px; } 

#map {
  width: 100%;
  height: 400px;
}

a.bookNow, .wpcf7-submit, a.readMore, #mc_signup_submit { background: #f5821f; }
a.bookNow:hover, .wpcf7-submit:hover, a.readMore:hover, #mc_signup_submit:hover { background: #e55e30; }

input#submitBookingWidget, input#submitBookingWidget2, #mc_signup_submit { background: #f5821f; border: 0px !important; color: white; font-size: 14px; }
input#submitBookingWidget:hover, input#submitBookingWidget2:hover { background: #e55e30; border: 0px !important; }

.mobileHide, .number, #topPhone, #HDbookingWidget p { display: none; }

.sub-menu {    
	z-index: 99999999999;
    position: relative;
	border: 1px solid #ccc;
}

.contactDetails { padding: 10px; line-height: 30px; }
.contactDetails p { padding: 0px; margin: 0px 0px 5px 0px; }
.bookingWidget.fixed { position: fixed; top: 48px; z-index: 30; }
h4 a, h4 a:hover { color: black; text-decoration: none; }

.your-class {
	margin-top: 200px;
}

/* Footer forms */
.mc_var_label { display: none; }

#testimonials {
	font-size: 20px;
	min-height: 100px;
	padding: 20px 0px;
}

.formWrapper { float: left; width: 49%;  }
.formWrapper.right { margin-left: 1%;  }





#testimonials p:before, #testimonials p:after {
    content: '"';
}

#footerWidget .slick-slide {
	color: white;
}

.pageTitle {
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 999;
    color: white;
    text-shadow: 0px 10px 18px rgba(150, 150, 150, 1);
    top: 150px;
}

.topNavItem a {
	font-size: 12px;
}

#sidemenu { transition: all 1s ease; opacity: 0; }
#sidemenu.open { opacity: 1; }

#bookingFormTop.home {
	min-height: 263px;
	z-index: 9999;
	position: relative;
}

.paddingTop { padding-top: 50px; }
.overflow { overflow:hidden; }

#HDbookingWidget2 {
	margin-bottom: 30px;
}

.roomContentLeft, .roomContentRight {
	padding: 30px;
	font-size: 16px;
}

.roomContentLeft #HDbookingWidget2, .roomContentRight #HDbookingWidget2 {
	margin-top: 15px;
}

.contentLeft {
	width: 570px;
	max-width: 100%;
	float: right;
}

.roomContentLeft h1, .roomContentRight h1 { 
 margin: 15px;
}

.seeMore.home { margin-top: 0px; }
.readMore.bottom { margin-bottom: 40px; }

.topLeft { float: left; width: 100%; text-align: right; padding-top: 30px; position: absolute; top: 100px; left: 0px; }
.topCentre { float: left; width: 70%; padding-top: 5px; }
.topRight { float: left; width: 30%; text-align: left; padding-top:50px; }
.topRight .number { margin-top: 5px; }
#HDbookingWidget p { margin-bottom: 5px;}
.promoBox { 
	width: 100%;
	height: 187px;
	background-color: #fff;
	display: relative;
	margin: 5px auto;
	max-width: 400px;
}

.promoBox a { display: block; height: 100%; width: 100%; text-decoration: none; color: inherit; }
.promoBox h3 { 
	width: 100%; 
	background-color: rgba(255, 255, 255, 0.75); 
	position: relative;
	text-align: center;
	color: black;
    top: 150px;
	font-size: 20px;
	font-family: Arial, "sans-serif";
	padding: 3px;
	margin: 0px;
}

#mobile-menu .sub-menu { left: 10px; }

#ui-datepicker-div { z-index: 99999 !important; }
#navOutterWrapper { display: none; }
 .paddingRight0 { padding-right: 0px;}


#mobileMenu { position: fixed;
	top: 0px;
	width: 100%;
	background: #002d6a;
	z-index: 9999;
	
}

#mobile-menu { margin: 40px 0px; }


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px){

.topNavItem a { font-size: 14px; }
 		.overlay h2 {     
			font-size: 30px;
			font-weight: bold;
			float: left;
			width: 100%; 
		}
		.overlay p { 
			font-size: 15px;
		}
		
		#centerBanner {
			height: 300px;
		}
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
		#mobile-menu { margin: 40px 0px; }
		.topLeft { width: 45%; position: static; }
		.topCentre { width: 45%; }
		.topRight { width: 10%; }
		#topContact {
			height: 155px;
		}
		#arr, #dep, #submitBookingWidget { width: 90%; margin-bottom: 1%; }
		#navWrapper.scrolled { top: 0px; }
		.pageTitle { top: 200px; font-size: 26px; }
		.overlay h2 {     
			font-size: 40px;
			font-weight: bold;
			margin-top: 130px;
			float: left;
			width: 100%; 
		}
		.overlay p { 
			font-size: 20px;
		}
		
		#centerBanner {
			height: 400px;
		}
				
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
		#sidemenu { 
			position: fixed;
		}
		.roomImage { 
			height: 480px;
		}

		a.seeMore {
			margin-top: 25px;
		}

		.overlay h2 {     
			margin-top: 80px;
		}
		#HDbookingWidget input, #HDbookingWidget select { margin-bottom: 2px; }
		#mobile-menu { margin: 40px 0px; }
		.pageTitle { top: 300px; font-size: 30px; }
		.overlay h2 {     
			font-size: 50px;
			font-weight: bold;
			margin-top: 150px;
			float: left;
			width: 100%; 
		}
		.number, #topPhone { display: block; }
		.overlay p { 
			font-size: 20px;
		}
		
		#centerBanner {
			height: 500px;
		}
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		#bodyWrapper { margin-top: 0px; }
		.roomImage img {
			min-height: 100%;
		}
		.wpcf7-form p { margin: 10px 0px 0px 0px; }
	
		.topLeft { width: 37%; text-align: right; }
		.topCentre { width: 26%;}
		.topRight { width: 37%; text-align: left }
		.topRight .number { margin-top: 5px; }
		#arr, #dep { width: 40%; margin: 1%;  }
		#submitBookingWidget { width: 83%; margin: 1%;  }
		
		.snippetTitle, .snippetTitle a {
			font-size: 37px;
			text-transform: uppercase;
			text-align: right;
		}
		.pageTitle { 
			top: 400px; 
			font-size: 30px;
			width: 100%;
			text-align: center;
			font-size: 55px;
			font-weight: bold;
			position: absolute;
			top: 250px;
			z-index: 999;
			color: white;
			text-shadow: 0px 10px 18px rgba(150, 150, 150, 1);
		}

		.Hamburger, #sidemenu { display: none; }
		#navOutterWrapper { display: block; }
		.main-navigation, #HDbookingWidget p, .mobileHide { display: block; }
		
		.overlay h2 {     
			font-size: 70px;
			font-weight: bold;
			margin-top: 150px;
			float: left;
			width: 100%; 
		}
		.overlay p { 
			font-size: 20px;
		}

		#centerBanner {
			height: 600px;
		}
		
		.main-navigation a {
			padding-left: 10px;
			padding-right: 10px;
		}
		
	}
	
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){

		#centerBanner {
			background-repeat: no-repeat !important;
		    background-attachment: fixed !important;
		    background-position: 50% 50% !important;
		    background-size: cover !important;
		}

		#banner {
		    width: auto;
			min-width: 100%;
		    height: calc(100% - 245px);
			overflow: hidden;
		}
		#banner { max-width: 100% overflow hidden; }


		#banner div img { 
			width: auto !important; 
			min-width: 100%;
		}


		#bookingFormTop.home {
			min-height: 263px;
			top: -207px;
			margin-bottom: -207px;
			zoom: 1;
position: relative;

		}
		.topNavItem a .number { font-size: 27px; }
		.spacer { display: none; }
		#navOutterWrapper { display: block; }
		.roomContentRight, .roomContentLeft { 
			  max-height: 480px;
			  overflow-y: auto;
			  padding: 30px 20px 0px 20px;
			  width: 600px;
			  text-align: center;
		}
		
		.roomContentLeft { 
			float: right;
		}
		 
		.roomContentRight { 
			float: left;
		}
		
		
 		.contactPanel input, .contactPanel textarea {
			max-width: 300px;
			float: right;
			margin-bottom: 10px;
		} 
		
		.Hamburger { display: none; }
		
		#HDbookingWidget input, #HDbookingWidget select { 
			width: 200px;
			max-width: 140px;
			margin-bottom: 2px;
		}
		
		#HDbookingWidget2 input, #HDbookingWidget2 select { 
			width: 190px;
		}

		.roomContentRight #HDbookingWidget2 input, .roomContentRight #HDbookingWidget2 select,
		.roomContentRight #HDbookingWidget2 #submitBookingWidget, .roomContentRight #HDbookingWidget2 #submitBookingWidget2
		{
			width: 140px;
		}
		
		#HDbookingWidget2 #submitBookingWidget, #HDbookingWidget2 #submitBookingWidget2 { width: 395px; max-width: 100%; padding: 10px;  }
		
		#HDbookingWidget #submitBookingWidget, #HDbookingWidget #submitBookingWidget2 { width: auto; max-width: 440px; padding: 8px; border-radius: 2px; }
		a.readMore { float: left; width:auto; padding: 15px 15px; }
		#pageBanner { width: 100%; height: 600px; }
		.overlay h2 {     
			font-size: 80px;
			font-weight: bold;
			margin-top: 150px;
			float: left;
			width: 100%;
		}
		.overlay p { 
			font-size: 25px;
		}

		#bookingFormTop.home {
		    min-height: 145px;
    		z-index: 9999;
    		position: relative;		
		}

		.main-navigation li {
			padding: 5px 10px;
		}
	}