/* Anchors Rest Style CSS Document */

body {
	margin: 0;
	padding: 0;
	/*background-image:url(../images/main-bg.png);*/
	overflow-x: hidden;
}

p {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 5px;
	text-align: justify;
}

.YouTube {
    position: fixed;
    top: 200px;
    padding: 8px;
    background: #eee;
    right: 0;
    width: 55px;
    height: inherit;
    z-index: 9999;
    -webkit-box-shadow: -1px 0px 7px 1px rgba(51,51,51,1);
    -moz-box-shadow: -1px 0px 7px 1px rgba(51,51,51,1);
    box-shadow: -1px 0px 7px 1px rgba(51,51,51,1);
    border-radius: 5px 0px 0px 5px;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.YouTube:hover {
    background: #ccc;
	width: 70px;
	transition: all 0.5s ease 0s;
}

.rating_of_anysite {
	width: 156px !important;
    margin-top: -12px;
    margin-right: 8px;
}

.required {
	color: #8C0000;
	font-weight: bold;
}

.room-strong {
	color: #2592d5;
}

a {
	font-family: 'Open Sans', serif;
	text-decoration:none;
	color: #333;
}

a:hover {
	color: #01a9b2;
}
	

strong {
	font-family: 'Open Sans', serif;
	font-size: 15px;
	font-weight: bold;
}

.text-align {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.table-align {
	vertical-align:top;
}

.video-border {
	border:none;
}

.breadcrumbs {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
}

li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
}

h1 {
	font-size: 32px;
	color: #666;
	text-decoration: none;
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: 500;
}

h2 {
	line-height: 13px;
	font-size: 22px;
	color: #333;
	text-decoration: none;
	font-family: 'Montserrat', serif;
	font-weight: 500;
}

h3 {
	line-height: 13px;
	font-size: 22px;
	color: #333;
	text-decoration: none;
	font-family: 'Montserrat', serif;
	text-align: center;
	font-weight: 500;
}

header {
	position: absolute;
	z-index: 2;
}

.header-center {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

header h3 {
	font-size: 36px;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 6px;
	font-weight: normal;
}

header span {
	font-size: 30px;
}

header.large  {
	width: 100%;
	height: 179px;
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);*/
	background: -moz-linear-gradient(top,  rgba(37,146,213,1) 0%, rgba(52,153,216,1) 17%, rgba(54,154,216,1) 19%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,146,213,1)), color-stop(17%,rgba(52,153,216,1)), color-stop(19%,rgba(54,154,216,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(37,146,213,1) 0%,rgba(52,153,216,1) 17%,rgba(54,154,216,1) 19%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(37,146,213,1) 0%,rgba(52,153,216,1) 17%,rgba(54,154,216,1) 19%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(37,146,213,1) 0%,rgba(52,153,216,1) 17%,rgba(54,154,216,1) 19%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(37,146,213,1) 0%,rgba(52,153,216,1) 17%,rgba(54,154,216,1) 19%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2592d5', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

header.large h3  {
	transition: all 0.5s ease 0s;
	text-transform: uppercase;
}

header.large h3  {
	transition: all 0.5s ease 0s;
}

header.large img  {
	transition: all 0.5s ease 0s;
	margin-left: -4px;
	margin-top: -3px;
	width: 90px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 8px 6px -6px #003165;
	-moz-box-shadow: 0 8px 6px -6px #003165;
	box-shadow: 0 8px 6px -6px #003165;
}

header.large li {
	transition: all 0.5s ease 0s;
}

mobile-header {
	display:none;
}

.logo-width {
	width: 200px !important;
	margin-top: 5px !important;
}

header, nav a, nav h1, nav h2 img {
transition: all 0.5s ease 0s;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	/*background: url("../images/top-shadow.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/
	display: block;
	/*height: 175px;*/
	left: 0;
	position: inherit;
	top: 0;
	z-index: 32;
}

.logo {
	margin-top: 10px;
	float: left;
	outline: medium none;
	padding: 0px;
	position: inherit;
	text-decoration: none;
	text-align: center;
/*	left: 25px;*/
	z-index: 900;
}

.logo-mobile {
	display: none;
}

.logo h1 {
	margin-bottom: 25px;
	line-height: 13px;
	margin-top: 25px;
}

.subpage-banner img{
	border-bottom: 3px solid #E5CD9D;
}

header.small div.sunny-cove {
	display: none;
}

.rooms {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.rooms p {
	margin: 6px 0px 6px 0px;
	padding: 5px 0px 5px 0px;
}

.room-image {
	float: left;
	width: 45%;
}

.room-image2 {
	float: left;
	width: 45%;
}

.room-image2 img{
	float: right;
}

.room-description {
	float: left;
	width: 55%;
	display: block;
}

.room-description2 {
	float: left;
	width: 55%;
	display: block;
}

.room-description h2 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.room-description2 h2 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.roommore {
  background: #808080;
}

.roommore, a.roommore {
	cursor: pointer;
	border: 0px;
	color: #333;
	margin-right: 15px;
	padding: 6px 10px;
	display: inline;
	font-size: 12px;
	background: #ccc;
}

.accommodation-features {
	margin: 0 auto;
	width: 77%;
	margin-top: 30px;
	border: 1px solid #ccc;
}

.features-h2 {
	text-align: center !important;
}

.features {
	float: left;
	width: 50%;
}

.features ul {
	padding: 0px;
	margin: 0px;
	background: #fff;
}

.features li {
	text-decoration: none;
	list-style: none;
	padding: 15px;
}

.features-list-1 {
  background: #fff;
  padding: 5px;
}

.features-list-2 {
  background: #ccc;
  padding: 5px;
}

.contact-directions ul {
  margin: 0px;
  padding: 20px;
}

.contact-directions li {
  text-decoration: none;
  list-style: none;
  padding: 15px;
  padding-left: 0px;
  list-style-image: url(../images/list-item.png);
}

.activities-images {
	margin: 0 auto;
}

.activities-images div img {
	border: 3px solid #E5CD9D;
	text-align:center !important;
}

/* Start Nav */

.mobile-menu {
	display:none;
}

ul.nav {
    float: right;
    list-style: none outside none;
	margin: 65px 0px 0px 0px;
    padding: 0;
}

ul.nav li {
	display: block;
	float: left;
	margin: 15px 0px 0px 25px;
	padding: 0;
}

ul.nav li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 2px 2px 2px 2px;
	color: #fff;
	display: block;
	font-family: 'Montserrat', serif;
	font-size: 20px;
	height: 28px;
	line-height: 28px;
	padding: 5px 10px 3px 10px;
	text-decoration: none;
}

ul.nav li a:hover {
	background-color: #fff;
	color: #2592d5;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	z-index: 151;
}

ul.nav li a:hover.small {
	background-color: #CCF91C;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
}

ul.nav li a.active {
	background-color: #CCF91C;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	background: url("../images/opacity-30.png") repeat scroll 0 0 rgba(152, 237, 0, 100);
}

#scrolldown-pos {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 50.5%;
  border-bottom: 30px solid #fff;
}

#scrolldown {
  position: absolute;
  bottom: -6px;
  width: 350px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.sub-nav {
	display: none;
	z-index: 1000;
	position: relative;
	padding-top: 5px !important;
}

.sub-nav li {
	float:none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.sub-nav a {
	background-color: #2592d5 !important;
	color: #FEFFE8 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 10px 20px 10px 20px !important;
}

.sub-nav a:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.sub-nav-parent:hover > ul{
	display: block;
	position: absolute;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}

.twelve-columns {
  width: 900px;
  margin: 0 auto;
  padding: 20px;
}

#infotext {
  margin: 0 auto;
  width: 500px;
}

#ui-datepicker-div {
	z-index: 1000 !important;
}

/* End Nav */

#contactArea {
	border-bottom: 3px solid #fff;
	overflow: hidden;
	background-color: #DDDDDD;
	font-size: 12px;
}

a.contact {
	height: 34px !important;
	width: 180px !important;
	display: block !important;
	margin-right: 5px !important;
	z-index: 1000 !important;
	opacity: 1 !important;
	position: absolute !important;
	right: 0px !important;
	background: #fff;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	font-family: 'Montserrat', serif;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

a.contact:hover {
	color: #2592d5;
}

.nb_searchbox_main {
  border: 1px solid #DDDDDD !important;
  background-color: #DDDDDD !important;
}

.ui-datepicker-trigger {
	margin-left: 5px;
}

.nb_submit {
  padding-left: 10px !important;
}

.nb_date label {
  font-size: 14px !important;
}

.nb_button_text {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #fff !important;
  background-color: #2592d5 !important;
  border: 0px;
  margin-top: 2px;
  margin-left: 20px;
  text-align: center !important;
  padding-left: 8px !important;
}

.nb_date label {
  font-family: 'Montserrat', serif !important;
  margin-right: 5px !important;
}

.nb_searchbox_main {
  width: 550px !important;
}

.nb_searchbox {
  margin-left: -30px !important;
}

.nb_date {
  width: 220px !important;
}

.nb_date input[type=text] {
	border: 1px solid #FFF !important;
	box-shadow: none !important;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'Montserrat', serif;
	float: left;
}

.footer-column {
  float: left;
  width: 33.3%;
}

#TA_certificateOfExcellence637 {
	display: inline-block !important;
}

.footer-column p {
	color: #fff;
}

.footer-column a {
  color: #fff;
}

.footer-column h2 {
	color: #E5CD9D;
}

.share-widget {
	text-align: left;
}
	

/* Start Slideshow */

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: relative;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.overlay { 
	width: 100%;
	height: 100%;
	position: absolute;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	position: absolute;
	display: block;
	width: 100%;
	opacity: 1;
}

.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
}

.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
	background: url(../images/pattern.png);
}

.cbp-bicontrols span:before {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 text-align: center;
	 font-family: 'Noto Sans';
	 speak: none;
	 font-style: normal;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 line-height: 100px;
	 font-size: 80px;
	 color: #fff;
	 -webkit-font-smoothing: antialiased;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
 display: block;
}

/* End Slide Show */

/* Start Container */

.container {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 15px 0px 15px;
	margin-bottom: 0px;
}

.container-page {
	width: 1200px;
	margin: 0 auto;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.container-full {
	width: 1200px;
}

.container-full h1 {
	text-align: center;
	color: #01a9b2;
	font-weight: 500;
}

.container-rates {
	width: 1200px;
}

.container-rates h2 {
	text-align: center;
}

.container-rates h1 {
	text-align: center;
	color: #01a9b2;
}

.container-rooms {
	margin-top: 30px;
}

.container-right {
	width: 48%;
	float: right;
}

.rates-right {
	width: 48%;
	float: right;
}

.container-right h2 {
	text-align: center !important;
	color: #333 !important;
	font-size: 22px !important;
	text-transform:none !important;
	margin-top: 0px;
	line-height: normal;
}

.rates-right h2 {
	text-align: left !important;
	color: #333 !important;
	font-size: 22px !important;
	text-transform:none !important;
	margin-top: 0px;
	line-height: normal;
}

.container-left {
	width: 48%;
	float: left;
}

.rates-left {
	width: 48%;
	float: left;
}

.container-left-home {
	width: 48%;
	float: left;
}

.container-left h1 {
	text-align: center !important;
	color: #333 !important;
	font-size: 22px !important;
	text-transform:none !important;
}

.container-left h2 {
	text-align: center !important;
	font-size: 22px !important;
	color: #333;
	text-transform:none !important;
	margin-top: 0px;
	line-height: normal;
}

.rates-left h2 {
	text-align: left;
	font-size: 22px !important;
	text-transform:none !important;
	margin-top: 0px;
	line-height: normal;
}

.container-left-home h1 {
	text-align: center !important;
	color: #1D1E4D !important;
	font-size: 22px !important;
	text-transform:none !important;
}

.about-image {
	float: right;
	width: 268px;
	padding-left: 30px;
	padding-bottom: 30px;
}

.about-image img {
	border: 3px solid #E5CD9D;
}


/* three column */

.block-text-align {
	text-align: justify !important;
}

#bottompanel {
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 50;
}

#bottompanel-content {
	margin: 0 auto;
	width: 1200px;
}

.bottompanel-block {
	width: 370px;
	height: 180px;
	float: left;
	padding: 10px;
	margin-top: -15px;
	background: rgba(37,146,215,0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin: 0px 10px 0px 0px;
}

.bottompanel-block span {
	float: right;
	font-size: 13px;
}

.bottompanel-block button {
	float: right;
	border: 0;
	  margin-top: -5px;
	padding: 6px;
	background-image: url(../images/search-icon.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 15px;
	color: #01a9b2;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.bottompanel-block:hover button {
	margin-bottom: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	cursor: pointer;
}

.bottompanel-block:hover {
	background: rgba(37,146,215,1);
	color: #FFF;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: -15px;
}

.bottompanel-block h2 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #01a9b2;
	border-bottom: 1px solid #01a9b2;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 15px;
	font-weight: 500;
}

.bottompanel-block:hover h2 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 15px;
	margin-top: 6px;
}

.bottompanel-block p {
	color: #333;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	margin-top: 0px;
}

.bottompanel-block:hover p {
	color: #fff;
}

.bottompanel-block img {
	float: left;
	border: 1px solid #333;
	margin-right: 15px;
	margin-top: 15px;
}

.bottompanel-block:hover img {
border: 3px solid #fff;
}

.footer-border {
	border-top: 3px solid #E5CD9D;
}

/* end three column */


footer {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  margin-top: -5px;
  margin-bottom: -1px;
}

.footer-content {
	margin: 0 auto;
	width: 1200px;
}

.footer-back {
	margin:0 auto;
	width: 100%;
	background: #2592d5;
	padding-top: 10px;
	padding-bottom: 1px;
	border-top: 3px solid #E5CD9D;
}

.video-about {
	text-align:center;
}

.activities-image {
	float: left;
	width: 220px;
	margin-right: 103px;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #333;
}

.activities-image-last {
	float: left;
	width: 220px;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #333;
}

.footer-back a:hover{
	color: #fff;
}

.footer-affiliate-top {
	margin-left: 45px;
}

.footer-affiliate {
	margin-left: 20px;
}

.tripadvisor-main {
	width: 345px;
	float: right;
	margin-top: 10px;
}
	

.tripadvisor-1 {
	float:left;
}

.tripadvisor-2 {
	float:right;
}

.tripadvisor-3 img {
	text-align:center;
}

.youtube-footer{
	margin-left: 35px;
	margin-top: 10px;
}

.tripadvisor-3 {
	float: left;
	margin: 15px;
	width: 45%;
}

.affiliate-logo {
	margin-top: 15px;
	text-align: center;
}

.affiliate-logo img {
	border: 0px;
	margin: 10px;
}

.children-age {
	font-weight: bold;
	color: #01a9b2;
	font-size: 15px;
}

.rates-dates {
	text-align:center;
}
	
.bottom-affliates {
	text-align: center;
}

.contact-details {
	font-family: 'Montserrat', serif;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
}

.contact-details ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	margin: auto;
	display: block;
}

.contact-details li {
	display: inline;
	margin-right: 10px;
}

.contact-details li:last-child {
	margin-right: 0px;
}

.anchorsrest-copyright {
	font-size: 12px;
	padding: 10px 0;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}

.anchorsrest-copyright p {
	text-align: center !important;
}

/* End Container */

/* Start Forms */

#enquiryForm {
	margin-top: 20px;
}

td {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 5px;
	text-align: justify;
}

input[type=text] {
	width: 212px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 2px;
	margin-right: 15px;
	padding: 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'Montserrat', serif;
	float: left;
	margin-top: 15px;
}

textarea {
	width: 212px;
	height: 135px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'Montserrat', serif;
	font-size: 14px;
	margin-top: 15px;
}

input[type=submit] {
	background: none repeat scroll 0 0 #2592d5;
	border-radius: 2px 0 0 2px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', serif;
	font-size: 18px;
	margin: 10px 0 20px !important;
	text-decoration: none;
	padding: 5px 10px 3px 10px;
	text-align: center;
	float: left;
	font-weight: normal;
	text-transform: capitalize;
	border: 0px;
}

input[type=submit]:hover {
	color: #333;
	background: #E5CD9D;
}

.video-home {
	margin-top: 15px;
	width: 50%;
	float:left;
}

.video-home2 {
	margin-top: 15px;
	width: 50%;
	float:left;
	text-align:right;
}

.fadein { position:relative; width:100%; height:500px; 
    -moz-box-shadow: -1px 0px 9px #383838;
    -webkit-box-shadow: -1px 0px 9px #383838;
    box-shadow: -1px 0px 9px #383838;
 }
 
.fadein img {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 500px;
	background-size: cover;
}

.contact-align {
	float:left;
	width: 50%;
}

/* End Forms */

/* Start Datepicker */

.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
    box-sizing: content-box !important;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #666;
    border: 3px solid #666;
    display: none;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    position: absolute;
    z-index: 100;
}
.Zebra_DatePicker * {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000;
    margin: 0;
    padding: 0;
}
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
    padding: 5px 0;
    text-align: center;
}
.Zebra_DatePicker td {
    cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #7bacd2;
    width: 30px;
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
    border-radius: 5px;
}
.Zebra_DatePicker .dp_header td {
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
    font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_blocked {
    color: #888;
    cursor: default;
}
.Zebra_DatePicker .dp_daypicker th {
    background: none repeat scroll 0 0 #ffcc33;
}
.Zebra_DatePicker td.dp_not_in_month {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: pointer;
}
.Zebra_DatePicker td.dp_weekend {
    background: none repeat scroll 0 0 #d8d8d8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #ccc;
    cursor: default;
}
.Zebra_DatePicker td.dp_selected {
    background: none repeat scroll 0 0 #5a4b4b;
    color: #fff !important;
}
.Zebra_DatePicker td.dp_week_number {
    background: none repeat scroll 0 0 #ffcc33;
    color: #555;
    cursor: text;
    font-style: italic;
}
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_footer {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_footer td {
    color: #fff;
    font-weight: bold;
    padding: 2px;
}
.Zebra_DatePicker .dp_footer .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker td.dp_current {
    color: #c40000;
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #e38585;
}
.Zebra_DatePicker td.dp_disabled {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_hover {
    background: none repeat scroll 0 0 #482424;
    color: #fff;
}
button.Zebra_DatePicker_Icon {
    background: url("../images/calendar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 0;
    padding: 0;
    position: relative;
    text-indent: -9000px;
    vertical-align: top;
    width: 16px;
}
button.Zebra_DatePicker_Icon_Disabled {
    background-image: url("../images/calendar-disabled.png");
}
button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 12px 0 0;
}

/* End Datepicker */

/* Start Captcha */

/*CAPTCHA STYLES*/
/*//////////////*/

td {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 5px;
	text-align: justify;
}

::-webkit-input-placeholder { font-style:italic; color: #444; }
:-moz-placeholder { font-style:italic; color: #444; }
::-moz-placeholder { font-style:italic; color: #444; }
:-ms-input-placeholder { font-style:italic; color: #444; }

.hidden { visibility:hidden; }

.captcha
{
  width: 240px;
  margin: 0 auto;
  margin-left: -10px;
}

.refresh {
	position:relative;
	float: right;
	margin-top: -25px;
	margin-right: 90px;
}


#SpamCheck { margin-left: 15px!important;padding:5px; color: #555; }

#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}
/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family:Arial, Helvetica, sans-serif;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.captcha input {
	width: 65px !important;
	margin-top: 10px;
}

.captcha-img { margin-left: 10px; margin-bottom: -20px!important; }

/* End Captcha */

/* Start Gallery */

.gallery-content {
	padding-bottom: 20px;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0.8%;
}

.gallery li {
	display:inline-block;
	margin-left: 6px;
	margin-bottom: 6px;
}

.gallery img {
	border: 0;
}

.gallery img:hover{
	opacity:0.5;
}

/* End Gallery */

/* Start Mobile CSS */



@media only screen and (max-width : 800px) {

header, nav a, nav h1, nav h2 img {
transition: none;
}

h2 {
  line-height: 25px;
}

.YouTube {
	display: none;
}

#fb-root {
	display: none;
}

.header-center {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

a.contact  {
	display: none !important;
}

#bottompanel-content {
  display: none;
}

.footer-column {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px 15px 15px;
}

.tripadvisor-main {
  width: 100%;
  float: none;
}

.tripadvisor-1 {
  float: none;
}

.tripadvisor-2 {
  float: none;
}

#scrolldown {
  display: none;
}

.logo-width {
  width: 150px !important;
  margin-top: 15px !important;
}

.footer-content {
  width: 100%;
}

.container-page {
  width: 90%;
}

iframe[Attributes Style] {
  width: 90% !important;
}

.about-image {
  float: none;
  width: 100%;
  padding-left: 0px;
  padding-bottom: 30px;
  text-align: center;
}

.room-image {
	float: none;
	width: 100%;
}

.room-image img {
	width: 90% !important;
	float: none;
}

.room-image2 {
  float: none;
  width: 100%;
}

.room-image2 img {
	width: 90% !important;
	float: none;
}

.room-description {
	float: none;
	width: 100%;
}

.room-description2 {
	float: none;
	width: 100%;
}

.roommore, a.roommore {
	margin-left: 8px;
	line-height: 35px;
}

.accommodation-features {
  width: 95%;
}

.container-rates {
  width: 100%;
}

.rates-left {
  width: 100%;
  float: none;
}

.rates-right {
  width: 100%;
  float: none;
}
	
#nav
{
position: relative;
transition: none!important;

}
#nav li a { padding-top: 6px; padding-bottom: 10px; text-align: center; color: #2592d5;}
#nav li a:hover { padding-top: 6px; padding-bottom: 10px; color: #333; }

.sub-nav a:hover {
  background-color: #2592d5 !important;
  color: #333 !important;
}

#nav > a
{
}
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
display: block;
position: absolute; right: 8px; top: -5px;
background-image: url('../images/nav.png');
background-repeat: no-repeat;
width: 50px;
height: 50px;
margin-top: 125px;
z-index: 1000;
}

/* first level */

#nav > ul
{
height: auto;
display: none;
position: absolute;
left: 0;
right: 0;
margin-top: 180px;
z-index: 9999;width: 100%;

}
#nav:target > ul
{
display: block;


}
#nav > ul > li
{
width: 100%;
float: none;
margin: 0;
background-color: #fff;
border-bottom: 1px solid #ccc;

}

/* second level */

#nav li ul
{
position: static;
padding-top: 15px;
}

header.small {
	display: none !important;
}

	
.sliderContainer  {
	display:none;
}
	
.container {
	width: 95% !important;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px; 
}

.container-left {
	width: 100% !important;
	float: none !important;
	text-align: center;
}

.container-left img{
	width: 95%;
}

.container-right {
	width: 100% !important;
	text-align: center;
}

.container-right img{
	width: 95%;
}

header {
	margin-top: -15px;
}

header .large {
	display: none !important;
}

header .small {
	display: none !important;
}

.mobile-header {
	display: inherit !important;
}

.logo {
	position: relative;
	margin: auto;
	float: none;
	width: 100%;
	left: 0;
	top: 5px;
}

.mobile-menu {
	display: inherit;
}

.book-now-button {
	display: none;
}

.book-now-button large {
	display: none;
}

.book-now-button small {
	display: none ;
}

p {
	padding: 10px;
}

.index-enquiry {
	display: none;
}

.contact-details {
	padding: 10px;
}

.video-home {
	text-align: center;
	width: 100%;
	float: none;
}

.video-home2 {
	text-align: center;
	width: 100%;
	float: none;
}

.fadein {
	display: none;	
}

.container-full {
	width: 100%;
}

.gallery {
	text-align:center ;
}

.captcha-img {
width: 61px !important;
margin-left: -45px;
margin-bottom: -10px!important;
}

.refresh {
margin-top: -31px;
}

.refresh img {
	width: 20px !important;
	height: 20px !important;
	margin-top: -40px !important;
	margin-right: -15px;
}

#SpamCheck {
margin-left: 20px!important;
margin-top: 0px;
}

}

@media only screen and (max-width : 550px) {
	
.contact-align {
	float:none;
	width: 50%;
}

.location-h1 {
	line-height: 30px;
}

}

@media only screen and (max-width : 400px) {

.container-page {
  margin-top: 55px;
}

}