@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
    margin: 0 auto;
	color: #333;
	background-color: #E7F2D7;
	background-image: url(../images/background.png);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    text-align: justify;
    color: #4D6B3F;
    font-size: 28px;
    margin: 0 0 15px;
    padding: 5px 0;
    font-weight: bold;
}

h2 {
	margin-top: 0px;
	color: #7C915D;
    font-size: 24px;
    padding: 5px 0;
	font-weight: bold;
}

h3 {
	margin-top: 0px;
	color: #7C915D;
    font-size: 18px;
    padding: 5px 0;
	font-weight: bold;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7C915D;
    font-size: 18px;
    padding: 0px;
	font-weight: bold;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #7C915D;
	transition: all 0.5s ease 0s;
}

a:hover {
	color: #8F816B;
	transition: all 0.5s ease 0s;
}

header {
	margin: 0 auto;
    width: 960px;
}

.logo{
	text-align: center;
    margin: 30px 0px 30px 0px;
}

.logo img{
	margin-bottom: 15px;
}

.book-online {
    background: #7C915D;
    display: block;
    margin: 20px auto 0;
    padding: 20px;
	font-size: 15px;
    text-align: center;
    width: 57%;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
	margin-bottom: 30px;
}

.book-online:hover {
    background-color: #D9D3B9;
    transition: all 0.5s ease 0s;
    color: #777;
}

.directions {
    background: #7C915D;
    display: block;
    padding: 10px;
	font-size: 15px;
    text-align: center;
    width: 45%;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}

.directions:hover {
    background-color: #D9D3B9;
    transition: all 0.5s ease 0s;
    color: #777;
}

.RatesTable {
	color: #333;
	background: #AEC9A3;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}

.RatesTable td{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
}

.RatesTableHeading {
    background: #7C915D;
}

.RatesTable p {
    padding: 10px;
    margin: 0px;
	font-size: 14px !important;
}

#BannerFade {
	margin: 0 auto;
	float: none;
    width: 940px;
    height: 320px;
    margin-bottom: 30px;
    margin-top: 15px;
	border: 10px solid #7C915D;
}

.ContactForm h3{
    margin-bottom: 0px;
}

iframe {
	width: 90% !important;
	border: 3px solid #7C915D !important;
}

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

.gallery-content h2 {
	text-align: center;
}

.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: 1px solid #7C915D;
    padding: 4px;
    background: #E7F2D7;
}

.gallery img:hover{
	opacity:0.5;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position: absolute; font-size: 30px; font-weight: bold; color: #fff; text-decoration: none; background-color: #660000;-webkit-border-radius: 50%;-moz-border-radius: 50%; border-radius: 50%;}
ul.bjqs-controls.v-centered li a:hover{ color: #333; background-color: #e1cea2;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:30px; bottom: 15px !important; padding: 4px 14px 5px 16px; display:none;}
ul.bjqs-controls.v-centered li.bjqs-prev a{right:90px; bottom: 15px !important; padding: 4px 16px 5px 14px; display:none;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center; display: none;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* Start Nav */

#nav-text {
	display: none;
}

.menu-position {
	margin: 0 auto;
}

.mobile-menu {
	display:none;
}

ul.nav {
    list-style: none outside none;
	margin: 0 auto;
    padding: 0;
}

ul.nav li {
    display: block;
    float: left;
    padding: 0;
}

ul.nav li a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	border-right: 1px solid #7C915D;
	transition: all .5s linear;
}

ul.nav li a:hover {
    color: #E7F2D7;
	background-color: #7C915D;
    z-index: 151;
    transition: all .5s linear;
}

.sub-nav-parent a {
	cursor: default;
}

.sub-nav {
	display: none;
	z-index: 1000;
	position: relative;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(51,51,51,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(51,51,51,1);
	box-shadow: 0px 1px 5px 0px rgba(51,51,51,1);
	
}

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

.sub-nav a {
	border: none !important;
	background-color: #D9D3B9 !important;
    color: #333 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 10px 20px 10px 20px !important;
	cursor: pointer;
}

.sub-nav a:hover {
	background-color: #7C915D !important;
	color: #D9D3B9 !important;
}

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

/* End Nav */

#search_box {
	padding-top: 10px;
    padding-right: 10px;
    float: right;
}

hr {
	border-color: #7C915D;
    border-top: 0px;
}

.Clear {
	clear: both;
}

section.Home {
	margin: 0 auto;
	width: 960px;
}

section.HomeInnerLeft {
	float: left;
	width: 48%;
}

section.HomeInnerRight {
    float: right;
    width: 30%;
    text-align: center;
}

section.HomeInnerRight img{
	border: 3px solid #7C915D;
    padding: 4px;
    background: #E7F2D7;
}

section.InnerLeft {
	float: left;
    width: 70%;
}

.AccommodationImg {
	text-align: center !important;
}

.AccommodationImg img{
	border: 1px solid #7C915D;
    padding: 4px;
    background: #E7F2D7;
}

section.InnerLeft p{
	text-align: justify;
}

section.InnerRight {
    float: right;
    width: 30%;
    text-align: center;
}

section.InnerRight img{
	border: 3px solid #7C915D;
    padding: 4px;
    background: #E7F2D7;
}

.CapeStay {
	margin-top: 30px;
	padding: 10px 10px 10px 10px !important;
	border: 0px !important;
	background: none !important;
}

.BreadcrumbsFooter {
    margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    text-align: center;
    padding: 15px;
    background: #D9D3B9;
}

footer {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 15px;
    background: #7C915D;
}

footer a {
	color: #D9D3B9;
	transition: all .5s linear;
}

footer a:hover {
	color: #fff;
	transition: all .5s linear;
}

/* Start Quick Enquiry */

.booking-wrap {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
    background: #AEC9A3;
	margin-top: 30px;
}

.booking-wrap h3 {
    font-size: 24px;
	color: #555;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

form#enquiry-form {
	max-width: 1000px;
	margin: auto;
	display: block;
	font-family: 'Lato', Arial, sans-serif;
}

.booking-wrap input {
	position:relative;
	cursor: pointer;
	width: 13%;
	padding: 14px 10px;
	border-radius: 3px;
	border: 1px solid #7C915D;
	height: 19px;
	float: left;
	margin: 10px;
	background-color: #fff;
	color: #999;
}

form#enquiry-form input:focus, form#enquiry-form select:focus, form#enquiry-form input:hover, form#enquiry-form select:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(231,197,46,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(231,197,46,0.5);
	box-shadow: 0px 0px 5px 0px rgba(231,197,46,0.5);
}

form#enquiry-form #datepicker-arrival, form#enquiry-form #datepicker-departure {
	background: url(../images/calendar.png) no-repeat 96% 50%;
	background-color: #fff;
}

.booking-wrap input[type=submit] {
    height: 49px;
    width: 75px;
    padding: 13px 10px;
    border-radius: 3px;
    border: 1px solid #7C915D;
    color: #FFF;
    background: #7C915D;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 10px;
    margin-top: -10px !important;
    margin-left: -25px !important;
    transition: all 0.5s ease 0s;
}

.booking-wrap input[type=submit]:hover {
	background: #D9D3B9;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}

.booking-wrap .captcha {
    width: inherit;
    margin: 0 auto;
    margin-left: -10px;
}

.booking-wrap .captcha input {
    width: 8% !important;
}

.booking-wrap #SpamCheck {
    margin-left: 10px!important;
    padding: 14px 10px;
    color: #555;
}

.booking-wrap .captcha-img {
    margin-left: 0px;
    margin-bottom: -44px !important;
}

.booking-wrap .refresh {
    position: inherit;
    float: left;
    margin-top: -10px;
    margin-right: 80px;
}

img.calendar {
	position: relative;
	display:inline-block;
	right: 20px;
}

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

.contact-align 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: 'Open Sans', sans-serif;
    float: left;
    margin-top: 15px;
}

textarea {
    width: 81.5%;
    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: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

input[type=submit] {
    background: none repeat scroll 0 0 #7C915D;
    border-radius: 2px 0 0 2px;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0px 0 30px !important;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    text-align: center;
    float: left;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
}

.contact-align form * {
    box-sizing: inherit !important;
}

.quick-enquiry {
    width: 940px;
    margin: 0 auto;
}

/* End Quick Enquiry */

/* Start Accordion */

.ac-container{
	width: 98.5%;
	margin: 20px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	line-height: 33px;
	font-size: 19px;
	background: #7C915D;
	box-shadow: 
		0px 0px 0px 0px rgba(155,155,155,0.3), 
		0px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
	transition: all 0.5s ease 0s;
}
.ac-container label:hover{
	background: #D9D3B9;
	transition: all 0.5s ease 0s;
}

.ac-container label h4{
	color: #fff;
}

.ac-container label:hover h4{
	color: #777;
}

/*.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}*/
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
    padding-left: 10px;
	float: left;
	font-size: 14px !important;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
    height: 150px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}

/* End Accordion */

/* Start Datepicker */

button.Zebra_DatePicker_Icon {
	display: none;
}

.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: 1000000;
}
.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: absolute;
    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 { padding: 0; margin: 0; color: #FFF; font-size: 12px; font-family:Arial, Helvetica, sans-serif; }
::-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: -50px;
    margin-right: 100px;
}


#SpamCheck {
	margin-left: 10px!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: 0px!important;
}

/* End Captcha */

@media only screen and (max-width : 1366px) {
	
.logo img {
	width: 590px;
	height: auto;
}
	
}

@media only screen and (max-width : 960px) {
	
header {
    width: 100%;
}	

.logo img {
    width: 70%;
    height: auto;
    margin-top: 50px;
}

#nav-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

#search_box {
	padding-top: 0px;
	margin-top: -25px;
}

header hr {
	display: none;
}

/* Start Mobile Menu */

nav { background-color: #4D6B3F; height: 50px; padding: 0; width: inherit; margin: inherit; border: 0; }

#nav-text { display: block; color: #fff; margin-top: 15px; text-indent: 15px; } 
	   
#nav {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	margin-top: 0px;
}

#nav li a { padding-top: 10px; padding-bottom: 10px; color: #fff; display: block; font-size: 18px; }

#nav > a {
}

#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
	position: absolute; right: 5px; top: 0px;
	background-image: url('images/nav.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	width: 100%;
	background-position: right;
}
 
/* first level */
 
#nav > ul{
	height: auto;
	display: none;
	position: relative;
	left: 0;
	right: 0;
	margin-top: 17px !important;
	width: 100%;
}

#nav:target > ul {
	display: block;			
}
  
#nav > ul > li {
	width: 100%;
	float: none;
	margin: 0; padding: 0;
	background-color: #2b2b2b;
	border-bottom: 2px solid #fff;
	text-indent: 10px;
}
 
/* second level */
 
#nav li ul {
	position: relative!important;
	width: 100%;
}
	
#nav li:hover li a {
}

.sub-nav {
    display: inherit;
    margin-left: -40px;
}

/* End Mobile Menu */

#BannerFade {
    width: 95%;
    height: auto;
}

section.Home {
    width: 90%;
}

h1 {
    text-align: left;
}

section.HomeInnerLeft {
    float: none;
    width: 90%;
}

section.HomeInnerRight {
    float: none;
    width: 90%;
}

section.InnerLeft {
    float: none;
    width: 90%;
}

section.InnerRight {
    float: none;
    width: 90%;
}

.ac-container {
    width: 110%;
}

.ac-container input:checked ~ article.ac-small {
    height: 310px;
}

.AccommodationImg img {
    width: 70%;
	height: auto;
}

.contact-align {
    float: none;
    width: 78%;
    margin-bottom: 70px;
}

.gallery-content {
	text-align: center
}

.quick-enquiry {
    width: 90%;
}

.booking-wrap input {
    width: 90%;
}

.booking-wrap .captcha input {
    width: 20% !important;
}

.booking-wrap #SpamCheck {
    margin-left: 20px !important;
}

.booking-wrap .Zebra_DatePicker_Icon{
	display: none;
}
	
}