/*RESET http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, /*nav,*/ output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup { vertical-align: super; font-size: 12px }
em { font-style:italic }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
    resize: vertical;
}

strong { font-weight:bold }
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.popup { text-align: center; padding: 20px; display: none;  }
.popup h2 { font-family: 'Dosis', sans-serif;font-size:1.5em; }
.popup p { margin-bottom: 15px;font-family: 'Pontano Sans', sans-serif; }

#colorbox .popup { display: block !important; }

h1 { font-family: 'Dosis', sans-serif; text-transform:uppercase; color: #545454; line-height: 1.6em; font-weight: bold; font-size:2.5em; }
h2 { font-family: 'Pontano Sans', sans-serif; color: #545454; line-height: 1.3em; font-weight: bold; font-size:1.5em; margin: 0 0 20px }
h2 span { color: #87A645}
h4 { font-weight:bold; }
ul { list-style: none; }
a { text-decoration: none; color: #689749;  }
#content-left a { border-bottom: 1px dotted #ccc; color: #333; font-weight: bold }
#content-left a:hover { color: #689749 }

html, body {
    width:100%;
    height:100%;
	margin: 0;
}
.clear { clear:both; }

#sidebar h2 { font-family: 'Dosis', sans-serif; text-transform:uppercase; color: #545454; line-height: 1.6em; font-weight: bold; padding: 0 2%; margin: 30px 0 0 0; font-size:1.4em; text-align:center }
#sidebar h3 { font-family: 'Great Vibes', Georgia, cursive; color: #545454; line-height: 1.6em; padding: 0 10%; margin: 0 0 30px 0; font-size:1em; text-align:center; font-size:1.5em; }
.main-wrap { float: left; width: 100% }
#sidebar { width: 21%; height: 100%; float: left; position:fixed; background: #bbb1a4; box-sizing:border-box; overflow: hidden;}

.homemessage {
	text-align: center;
	font-size: 21px;
    padding: 15px;
	width: 470px;
	display: block;
    margin: 0 auto;
	margin-top: 15px;
	border-radius: 3px;
    margin-bottom: 25px;
	color: #333 !important;
	background-color: #bbb1a4;
}

#sidebar-content {
    height: 100%;
    width: 100%;
    overflow: auto;
}
#sidebar img { display:block; margin: 20px auto 0 auto; width: 90%; max-width:250px}
#content-left img.floatRight { float: right; margin: 0 0 20px 20px; }

.main-menu { padding: 0; }
.main-menu li {
	z-index:10;
	text-align: center;
	font-family: 'Dosis';
	font-weight:normal;
	text-transform:uppercase;
}
.main-menu li a { 
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
	background: #BBB1A4;
}
.main-menu li a:hover {
	background: #b2a89b;
	color: #FFF;
}
ul.sitemap {  font-family: 'Dosis', sans-serif; color: #222}
.bulleted-list li { list-style-image: url(../images/bullet.png); margin-top: 5px; padding-left: 10px;}
.bulleted-list li a { text-decoration:none; color: #545454 }
.bulleted-list li a:hover { text-decoration:underline; color: #545454 }
.bulleted-list > li { list-style:circle !important }

.current { background: #ada294!important; color: #545454!important; }
.connect { margin: 30px auto; height: 48px; text-align: center; position:relative; z-index: 3; }
.connect a:focus { border: none }
.connect a { display: inline-block; height: 48px; text-indent: -9999px; width: 50px; }
.connect > a {transition: none!important; }
.connect li:nth-last-of-type(1) { margin-right: 0 }
.connect a.facebook {
	background-image:url(../images/social-sprite.png);
    background-position: 0 0;
}
.connect a.facebook:hover {
    background-image: url(../images/social-sprite.png);
    background-position: 0 -50px;
}
.connect a.googleplus {
    background-image: url(../images/social-sprite.png);
    background-position: -62px 0;
}
.connect a.googleplus:hover {
    background-image: url(../images/social-sprite.png);
    background-position: -62px -50px;;
}
.connect a.instagram {
    background-image: url(../images/social-sprite.png);
    background-position: -123px 0;
}
.connect a.instagram:hover {
    background-image: url(../images/social-sprite.png);
    background-position: -123px -50px;
}
.connect a.pinterest {
    background-image: url(../images/social-sprite.png);
    background-position: -183px 0;
}
.connect a.pinterest:hover {
    background-image: url(../images/social-sprite.png);
    background-position: -183px -50px;
}
.connect a.twitter {
    background-image: url(../images/social-sprite.png);
    background-position: -243px 0;
}
.connect a.twitter:hover {
    background-image: url(../images/social-sprite.png);
    background-position: -243px -50px;
}
.main { margin-left: 21%; background: #fff; overflow:hidden }
.slideshow { z-index: -1; }
.slideshow img { width: 100%; z-index: -1 }
.info-source { font-style:italic; text-align:right; font-weight:bold  }
.rsContainer iframe { width: 100%; height: 100% }
.rsGCaption:nth-of-type(1) { display: none }

/*EQUAL COLUMNS*/
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#545454; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#FFF; /* column 1 background colour */
}
.breadcrumbs { position: absolute; right: 12px; top: 10px; font-family: 'Pontano Sans', sans-serif; font-size: 0.8em; z-index: 1; }
.breadcrumbs a {font-weight:bold; color: #545454}
.breadcrumbs a:hover { text-decoration: underline;  }
#content-left {
	float:left;
	width:69%;
	position:relative;
	left:28%;
	overflow:hidden;
	padding: 30px 0;
	font-family: 'Pontano Sans', sans-serif; 
	line-height: 1.5em; 
}
.pagecontent-left {
	width: 61%;
	float: left;
}
.pagecontent-right {
	width: 38%;
	float: left;
}
#content-left p { margin: 15px 0; }
p.goal {
    border-left: 2px solid #87a645;
    clear: both;
    font-style: italic;
    margin: 15px 15px 45px !important;
    padding-left: 10px;
}
.image-and-quote { font-size:1.4em; font-style:italic; text-align:center; }
.image-and-quote img { width: 100% }

#content-right {
	float:left;
	width:21%;
	position:relative;
	left:33%;
	overflow:hidden;
	padding: 30px 0;
	color: #fff;
	line-height: 1.6em;
	font-size: 0.9em;
	font-family: 'Pontano Sans', sans-serif;
}
#content-right h2 { font-size: 1.6em; line-height: 1.6em; font-family: 'Dosis', sans-serif; margin: 0 0 20px 0; color:white  }
#content-right a { color: #fff; font-weight: bold; text-decoration: none }
#content-right a:hover { color: #fff; font-weight: bold; text-decoration: underline }

/*Accommodation Badges*/
#CDSWIDSSP { width: 100%!important; }
#TA_socialButtonBubbles337 { margin-top: 20px; float:left }
#TA_excellent721 { margin-top: 20px; float: left; }
#CDSWIDEXC, #CDSWIDCOE { margin: 20px auto !important }
.accommoDirect { float: none; margin: auto; display: block; width: 160px; }
.accommoDirect div:nth-of-type(1) { background:#299ad2; width:160px; height:136px; margin:0px; padding:0px; }
.accommoDirect div:nth-of-type(1) img { width:160px; height:136px }
.accommoDirect div:nth-of-type(2) { background:#299ad2; width:160px; font-family:arial; color:white; font-size:10px; text-align:center; line-height:14px; margin-top:0px; padding-top:4px; padding-bottom:4px }

/*FOOTER*/
#footer { padding: 25px 50px; line-height:1.5em ; background: #d6cdc0; font-family: 'Pontano Sans', sans-serif; font-size:0.9em; text-align:center}
#footer ul { width: 100%; margin: 0 auto 30px auto; padding: 0; }
#footer ul li{ display: inline-block; padding: 10px 1%; text-align:center }
#footer ul li:nth-last-of-type(1){ padding-right: 0; }
#footer a { color: #545454; font-weight:bold; text-decoration:none; }
#footer a:hover { text-decoration: underline }
.footer-scroll-up {
    background: url("../images/scroll-to-top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 1%;
    display: none;
    height: 40px;
    opacity: 0.6;
    outline: medium none;
    position: fixed;
    right: 2%;
    text-indent: -9999px;
    width: 110px;
	z-index:9
}
.scrollup:hover {
    opacity: 1;
    outline: medium none;
}

.affiliations img { max-height: 100px; opacity: 0.8;-webkit-transition: all 0.2s ease; width: 100%; 
  -moz-transition:    all 0.2s ease;
  -ms-transition:     all 0.2s ease;
  -o-transition:      all 0.2s ease; }
.affiliations img:hover { opacity:0.99; width: 100% !important; }

#check-availability {
    background: none repeat scroll 0 0 #fff;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    float: right;
    height: 70px;
    margin-top: 22%;
    outline: medium none;
    padding: 10px;
    position: fixed;
    right: -160px;
    text-decoration: none;
    width: 220px;
    z-index: 99;
}
#check-availability:hover {
    position: fixed;
    right: 0;
}
#check-availability, #check-availability img {
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#check-availability img {
    float: left;
    margin-right: 10px;
}
h3.check {
    font-size: 1.1em;
    text-align: center;
	color: #87A645;
	 font-family: "Dosis",sans-serif;
	 	 text-transform:uppercase;
}
h3.check:hover {
	color: #58813d;
}
h3 {
    margin: 15px 0;
	font-size: 1.2em;
	
}
	
.book-online {
	background: #689749;
    display: block;
    margin: 20px auto 0;
    padding: 20px;
    text-align: center;
    width: 70%;
	font-family:'Dosis',sans-serif;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none
}
.book-online:hover { background: #58813d; }

.iframeWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border:0;
  width:100%;
  height:100%;
}
.map-overlay { 
	position:absolute;
	width: 100%;
	height: 100%;
	opacity:0.5;
	z-index:3;
	top: 0;
}
.map-overlay-remove {
	display:none; 
}

/*.rsImg, .rsMainSlideImage { margin-left: 0!important; width:100%!important; }*/
.widSSPOverall img { width: auto!important }
/*FORM*/
#booking-form { width:100% }
#booking-form td { margin: 20px 0 }
::-webkit-input-placeholder { color: #999; font-style:italic; font-size:1em; font-weight: bold }
:-moz-placeholder { color: #999; font-style:italic; font-weight: bold }
::-moz-placeholder { color: #999; font-style:italic; font-weight: bold }
:-ms-input-placeholder { color: #999; font-style:italic; font-weight: bold }
.accommodation-enquiry td:nth-of-type(2n+1) { text-align:right; }
.accommodation-enquiry td:nth-of-type(1n+2) { padding-left: 40px; }
.accommodation-enquiry { text-align:left; border:none; margin: 0 auto; border-collapse: collapse; border-spacing: 0; }
.accommodation-enquiry { width:100%;}
.accommodation-enquiry td.form-label { width:175px; margin-right: 10px; text-align:right; font-family:'Dosis', Arial, sans-serif; text-transform:uppercase; vertical-align:middle; }
.accommodation-enquiry td.smaller-text { font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:small; text-align:right; }
#datepicker-arrival, #datepicker-departure { width: 200px!important; }
input[type=text], textarea, #datepicker-arrival, #datepicker-departure {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 25px 8px;
  margin: 10px 1px 3px 0px;
  border: 1px solid #f5f5f5;
  color: #555;
  width: 99%;
  color: #555;
  font-size: 1em;
  font-family:Arial, Helvetica, sans-serif;
  box-sizing:border-box;
  background: #f1f1f1;
  font-weight:bold;
}
select { border-collapse:collapse; border: 1px solid #f5f5f5; background: #f1f1f1; margin: 10px 1px 3px 0px; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; padding: 12px 8px; color: #555; font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight:bold; width: 60px; }
 
input[type=text]:focus, textarea:focus, #datepicker-arrival:focus, #datepicker-departure:focus, select:focus {
  box-shadow: 0px 0px 3px #555;
  border: 1px solid #f5f5f5;
}

select.guests {
    width: 100%;
	text-align:center;
	min-width:	50px;
}
#message {
    height: 180px;
    padding: 8px;
    width: 99%;
	margin: 10px 1px 3px 0;
}
button.send {
    background: #689749;
    border: 0 none;
    color: #FFF;
	font-family: 'Oswald', sans-serif; 
    height: 50px;
    margin-top: 20px;
    padding: 0 8px;
    text-transform: uppercase;
	width: 100%;
	max-width: 200px;	
}
button:hover {
    background: none repeat scroll 0 0 #58813D;
    color: #FFF;
	cursor:pointer; 
}
h2.message-sent { background-image: url(../images/success.png); background-repeat:no-repeat; padding-left: 40px }

/*-------------------------*/

/*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: 9999999999999999999999999999999999999999999;
}
.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;
}

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

.hidden { visibility:hidden; }

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


.refresh
{
  position:relative;
  float: right;
  margin-top: -22px;
  margin-right: 100px;
  left: -40px;
  bottom: 21px;
}


#SpamCheck { margin-left: 50px!important;padding: 20px 5px;  font-size:1em; color: #555; }

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

    .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: 160px;
	font-size: 0.9em;
	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;
	left: -90%
}

.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 { text-align:center; width: 110px!important;}
.captcha-img { margin-left: 10px; margin-bottom: -5px!important; }

/*LIGHTBOX*/
/*--------------------------------------*/
/* Preload images */
body:after {
  content: url(../img/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  font-family:Arial, Helvetica, sans-serif;
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*-------------------------*/

/*EQUAL COLUMNS*/
#cottages-container2 {
	width:100%;
	overflow:hidden;
}
#cottages-container1 {
	float:left;
	width:100%;
	position:relative;
}
#cottages-content-left {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	padding: 20px 3% 50px 3%;
	font-family: 'Pontano Sans', sans-serif; 
	line-height: 1.5em; 
	box-sizing:border-box;
}
#gallery-container1 {
	float:left;
	width:100%;
	position:relative;
	background:#FFF;
}
#gallery-content-left {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	padding: 20px 3% 50px 3%;
	font-family: 'Pontano Sans', sans-serif; 
	line-height: 1.5em; 
	box-sizing:border-box;
}
#cottages-content-left h2 { font-family: 'Pontano Sans', sans-serif; color: #545454; line-height: 1.6em; font-size:1.5em; }

ul.gallery-nav { list-style-type: none; margin: 0; padding: 0; margin-top: 20px; width: 100%; line-height: 2.4em}
ul.gallery-nav li { display: inline; margin-right: 1px; float: left;}
ul.gallery-nav li a { padding: 10px 20px; background: #689749; font-family: 'Dosis', sans-serif; font-size: 85%; text-transform:uppercase; color: #FFF; }
ul.gallery-nav li a:hover { background: #58813d;  }

h2.gallery { font-family: 'Pontano Sans', sans-serif; color: #545454; line-height: 1.6em; font-weight: bold; font-size:1.5em; margin: 50px 0 10px 0 }
a.gallery-scroll-up { 
display: block;
text-align:center;
margin: 15px 0;
width:100px;
background:#6E5946;
padding: 6px 4px;
color: #FFF;
opacity:  0.6;
text-transform:uppercase;
font-size: 0.8em;
font-family:'Dosis', Arial, sans-serif;
 }
.virtual-tour { width: 100%; }
 
#cottages-content-right {
	float:left;
	width:21%;
	position:relative;
	left:27%;
	overflow:hidden;
	padding-top: 30px;
	color: #fff;
	line-height: 1.6em;
	font-size: 0.9em;
	font-family: 'Pontano Sans', sans-serif;
}
#cottages-content-right h2 { font-size: 1.6em; line-height: 1.6em; font-family: 'Dosis', sans-serif; }
#cottages-content-right a { color: #fff; font-weight: bold; text-decoration: none }
#cottages-content-right a:hover { color: #fff; font-weight: bold; text-decoration: underline }
.meals { font-size: 0.8em !important; }


/*ACCORDION*/

a.stables-btn { color: #c7d09b; font:700 20px/30px 'Dosis', sans-serif; text-transform: capitalize; float: left; }
.stables-btn img { float:right; margin: -20px -25px; }
.stables-inner { background:#c7d09b; overflow: hidden }

.thatched-btn { background:#a89f78; border-bottom:6px solid #c5bc93; }
.thatched-btn h2 { color: #c5bc93; font:700 20px/30px 'Dosis', sans-serif; text-transform: capitalize; float: left; }
.thatched-btn img { float:right; margin: -20px -25px; }
.thatched-inner { background:#c5bc93; overflow: hidden }

.dairy-btn { background:#8f9586; border-bottom:6px solid #aeb3a7; }
.dairy-btn h2 { color: #aeb3a7; font:700 20px/30px 'Dosis', sans-serif; text-transform: capitalize; float: left; }
.dairy-btn img { float:right; }
.dairy-inner { background:#aeb3a7; overflow: hidden }

.hayloft-btn { background:#988d7e; border-bottom:6px solid #bbb1a4; }
.hayloft-btn h2 { color: #bbb1a4; font:700 20px/30px 'Dosis', sans-serif; text-transform: capitalize; float: left; }
.hayloft-btn img { float:right; margin: -20px -25px; }
.hayloft-inner { background:#bbb1a4; overflow: hidden }

.east-wing-btn { background:#d4c89a; border-bottom:6px solid #ebdfb2; }
.east-wing-btn h2 { color: #ebdfb2; font:700 20px/30px 'Dosis', sans-serif; text-transform: capitalize; float: left; }
.east-wing-btn img { float:right; margin: -20px -25px; }
.east-wing-inner { background:#ebdfb2; overflow: hidden }

.open {
  height: auto;
}
.selected {
  color:#333;
}
.cottages-book-online {
	background: #689749;
    margin: 20px 10px 0 0;
    padding: 20px;
    text-align: center;
	font-family:'Dosis',sans-serif;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	float: left;
}
.cottages-book-online:hover { background: #58813d; }
.mobile-quick-enquiry { display: none; }

.clr{
	clear:both;
}
.more{
	font-family: 'Josefin Slab',Georgia, serif;
	margin:0 auto;
	text-align:center;
	color:#ddd;
	font-size:15px;
	color:#444;
}
.more p{
	display:block;
	margin:10px;
}
.more a{
	color:#666;
	white-space: nowrap;
	font-weight:bold;
	background:#fff;
	padding:1px 6px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.more a.current,
.more a.current:hover{
	color:#fff;
	background:#000;
}
.more a:hover{
	background-color:#1693eb;
	color:#fff;
}
.rates { float: left; width: 60%; box-sizing: border-box; margin-right: 2% }
.rates h3 { border-bottom: 1px solid #58813D; padding-bottom: 10px; font-family: 'Pontano Sans', sans-serif; }
.nextYearsRates { padding: 10px; background: #58813D; color: white; display: inline-block; font-family: 'Dosis',sans-serif; text-transform: uppercase; margin-bottom: 10px; }
.nextYearsRates:hover {background: #58813d; }
.nextYears.rates { float: none; width: 100%; box-sizing: border-box; margin-right: 0 }
.nextYears.rates p, .nextYears.rates ul { font-family: 'Pontano Sans', sans-serif; line-height: 1.5em; }
.rates h3 { border-bottom: 1px solid #58813D; padding-bottom: 10px }
.addedService { float: right; width: 38%; padding: 20px; background: #58813D; color: #fff; box-sizing: border-box; margin: 30px 0}
.addedService ul { list-style:square !important }

.cta { position:absolute; bottom:36px; left: 305px; margin:auto; padding: 10px; color: #FFF; background: #58813D; font-family: 'Dosis',sans-serif; text-transform: uppercase; }
.cta:hover { background: #58813d; }
.rsMinW .rsGCaption { pointer-events: none; }
#special { background: url(../images/winter-special-bg.jpg); background-repeat: no-repeat; background-size: cover; text-align: center; padding: 30px }
#special h2 { font-size: 26px; padding-bottom: 10px; border-bottom: 2px solid #FFF }
#special h2, #special h3, #special p { color: #FFF; }
#special a { border-bottom: none !important; color: #FFF !important; }
#special .book-online { background: #FFF; color: #58813D !important; width: 200px }
#special .book-online:hover { background: #58813D; color: #fff !important; }

.st-accordion {
    margin: 0 auto;
    min-width: 270px;
    width: 100%;
}
.st-accordion ul {
	padding: 0;
	margin: 0 0 20px 0;
}
.st-content-right ul { padding: 0; font-size: 14px }
.st-accordion ul li:first-child {
    border-top: medium none;
}
.st-accordion ul li > a {
	color: #FFF;
    display: block;
    font-size: 2em;
    line-height: 100px;
    outline: medium none;
    position: relative;
    transition: color 0.2s ease-in-out 0s;
	box-sizing:border-box;
	padding: 0 3%;
	font-family: Dosis, Arial, sans-serif;
	text-shadow: 1px 1px 2px #4f4f4f
}

.st-accordion ul li.stables { background: rgb(199,208,155); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(199,208,155,1) 0%, rgba(218,229,172,1) 50%, rgba(199,208,155,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(199,208,155,1) 0%,rgba(218,229,172,1) 50%,rgba(199,208,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(199,208,155,1) 0%,rgba(218,229,172,1) 50%,rgba(199,208,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d09b', endColorstr='#c7d09b',GradientType=0 ); /* IE6-9 */
; border-bottom: 6px solid #e0e8b9 }
.st-accordion ul li.thatched { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a89f78+0,d1c396+50,a89f78+100 */
background: rgb(168,159,120); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(168,159,120,1) 0%, rgba(209,195,150,1) 50%, rgba(168,159,120,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(168,159,120,1) 0%,rgba(209,195,150,1) 50%,rgba(168,159,120,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(168,159,120,1) 0%,rgba(209,195,150,1) 50%,rgba(168,159,120,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a89f78', endColorstr='#a89f78',GradientType=0 ); /* IE6-9 */
 border-bottom: 6px solid #d5cca5 }
.st-accordion ul li.dairy { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f9586+0,b4bca9+50,8f9586+100 */
background: rgb(143,149,134); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(143,149,134,1) 0%, rgba(180,188,169,1) 50%, rgba(143,149,134,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(143,149,134,1) 0%,rgba(180,188,169,1) 50%,rgba(143,149,134,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(143,149,134,1) 0%,rgba(180,188,169,1) 50%,rgba(143,149,134,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f9586', endColorstr='#8f9586',GradientType=0 ); /* IE6-9 */
 border-bottom: 6px solid #c1c7b9 }
.st-accordion ul li.hayloft { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#988d7e+0,c1b2a0+50,988d7e+100 */
background: rgb(152,141,126); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(152,141,126,1) 0%, rgba(193,178,160,1) 50%, rgba(152,141,126,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(152,141,126,1) 0%,rgba(193,178,160,1) 50%,rgba(152,141,126,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(152,141,126,1) 0%,rgba(193,178,160,1) 50%,rgba(152,141,126,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#988d7e', endColorstr='#988d7e',GradientType=0 ); /* IE6-9 */
 border-bottom: 6px solid #BBB1A4 }
.st-accordion ul li.east-wing { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4c89a+0,e8dca9+50,d4c89a+100 */
background: rgb(212,200,154); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(212,200,154,1) 0%, rgba(232,220,169,1) 50%, rgba(212,200,154,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(212,200,154,1) 0%,rgba(232,220,169,1) 50%,rgba(212,200,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(212,200,154,1) 0%,rgba(232,220,169,1) 50%,rgba(212,200,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4c89a', endColorstr='#d4c89a',GradientType=0 ); /* IE6-9 */
 border-bottom: 6px solid #faf0cc }
.st-accordion ul li > a span.amenities { color: #545454; font-size: 15px; font-style:italic; padding-left: 2%; text-shadow: 0px 0px 5px #FFF, 0px 0px 0px #000; font-family: Pontano Sans, Arial, sas-serif; }

.st-accordion ul li > a span.st-arrow {
    background: url("../images/down.png") no-repeat scroll center center transparent;
    height: 26px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    right: 2%;
    text-indent: -9000px;
    top: 50%;
    transition: all 0.2s ease-in-out 0s;
    width: 26px;
}
.st-accordion ul li > a:hover {
    /*color: #1693eb;*/
}
.st-accordion ul li > a:hover span {
    opacity: 1;
    right: 2%;
}
.st-accordion ul li.st-open > a {
    /*color: #1693eb;*/
}
.st-accordion ul li.st-open > a span.st-arrow {
    opacity: 1;
    right: 2%;
    transform: rotate(180deg);
}
.st-content {
	overflow:hidden;
}
.st-content-stables { background-color:#e0e8b9; }
.st-content-thatched { background-color:#d5cca5 }
.st-content-dairy { background-color:#c1c7b9 }
.st-content-hayloft { background-color:#BBB1A4 }
.st-content-east-wing { background-color:#faf0cc }


.cottage-img-gallery { height: inherit; width: 50%; box-sizing:border-box; float:left; }
.cottage-img-gallery img { width: 95%; padding-top: 10px }
.cottage-img-gallery-thumbs { display: block; float: left; width: 100%; padding-left: 0;}
.cottage-img-gallery-thumbs li { display:inline-block; padding: 10px 10px 0 0 }
.cottage-img-gallery-thumbs li > a { float: left; padding: 0 2% 0 0!important; line-height:normal!important;}
.cottage-img-gallery-thumbs li > a:last-of-type { padding: 0 0 0 0!important;}
.st-content-right { width:50%; float: left; padding: 2% 2% 2% 0; box-sizing:border-box }

.st-content p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 4px 15px;
}
.st-accordion ul li {
	height:auto;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}

.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}

.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.fancybox-opened {
z-index: 8030;
}

.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
position: relative;
}

.fancybox-inner {
overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}

.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}

.fancybox-image {
max-width: 100%;
max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}

#fancybox-loading div {
width: 44px;
height: 44px;
background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}

.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url('blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}

.fancybox-prev {
left: 0;
}

.fancybox-next {
right: 0;
}

.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}

.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}

.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}

.fancybox-nav:hover span {
visibility: visible;
}

.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
overflow: hidden !important;
margin: 0!important;
}

.fancybox-lock body {
overflow: hidden !important;
}

.fancybox-lock-test {
overflow-y: hidden !important;
}

.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}

.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: auto;
}

/* Title helper */

.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}

.fancybox-opened .fancybox-title {
visibility: visible;
}

.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}

.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}

.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}

.fancybox-title-inside-wrap {
padding-top: 10px;
}

.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}

/Retina graphics!/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('../images/fancybox_sprite@2x.png');
background-size: 44px 152px; /The size of the normal image, half the size of the hi-res image/
}

#fancybox-loading div {
background-image: url('../images/fancybox_loading@2x.gif');
background-size: 24px 24px; /The size of the normal image, half the size of the hi-res image/
}
} 


/*BROWSER CSS*/
/* saf3+, chrome1+ */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {

}*/
#TA_excellent721, #TA_certificateOfExcellence103 { float: none; width: 152px; margin:20px auto 0 auto }
#scrollUp, #scrollDown { display:none }
/*MOBILE CSS*/
	.show-hide-nav, p.amenities { display: none; }
	
@media all and (max-width: 1440px) {
	.st-accordion ul li > a { font-size:1.6em }
	.st-accordion ul li > a span.amenities { font-size:0.5em }
	.rsGCaption { font-size: 2.5em !important;}
	#scrollUp, #scrollDown { position: absolute; height: 50px; width: 100%; background: rgba(11,11,11,0); z-index:2; display:block }
	#scrollUp:hover, #scrollDown:hover { background: rgba(11,11,11,0.05) }
	#scrollUp { top: 0; }
	#scrollDown { bottom: 0; }
}

@media all and (max-width: 1350px) {
	.st-accordion ul li > a { font-size:1.6em }
	.st-accordion ul li > a span.amenities { font-size:0.5em }
	.rsGCaption { font-size: 2.5em !important;}
}
@media all and (max-width: 1180px) {
	.st-accordion ul li > a span.st-arrow { opacity: 1 }
#scrollDown, #scrollUp { display: none;}
.nav-wrap {top: 0; }
.sub-nav { margin-top: 0; }
header { padding: 50px 0 0; }
nav { padding-top:0; z-index:2147483647l; }
#nav { z-index:2147483647;}
#nav li a { padding-top: 15px; padding-bottom: 15px; display:block; box-sizing:border-box; height:50px; border-bottom: 1px solid #b2a89b }
#nav li a:hover { padding-top: 15px; padding-bottom: 15px;  }
.current {
    background: none repeat scroll 0 0 #ada294 !important;
    color: #545454 !important;
}

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
	display: block;
	position: fixed;
	right: 0;
	top: 16px;
	background-image: url('../images/nav-menu-white.png'); 
	background-repeat: no-repeat;
	width: 120px;
	height: 50px;
	right:20px;
	padding: 0!important;
	z-index: 111;
}

/* first level */
ul.main-menu {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding:0;
	z-index:4;
    }
#nav > ul.small { margin-top: 50px;}
#nav:target > ul { display: block;}
#nav > ul > li { width: 100%; float: none;margin: 0; padding: 0; text-align: left; }

/* second level */

#nav li ul{ position: static; padding-top: 15px;} 
#sidebar {
	width: 100%;
	z-index: 5;
	height: auto;
	float:none;
	position:relative
	}	
.main-wrap {
	min-width: 100%;
	min-height: 100%;
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.main { margin:0 }
#sidebar { overflow: inherit }
.book-online { width: 50%;  margin: 10px auto 0; }

#sidebar img { max-width: 190px }
#sidebar h2 { margin: 10px 0 0 }
#sidebar h3 { margin: 0 0 10px 0}
.connect { margin: 15px 0 }
h1 { line-height: 1.1em; }
}

@media all and (max-width: 950px) {
	.homemessage {
		text-align: center;
		font-size: 15px;
		padding: 15px;
		width: 77%;
		display: block;
		margin: 0 auto;
		margin-top: 15px;
		border-radius: 3px;
		margin-bottom: 25px;
		color: #333 !important;
		background-color: #bbb1a4;
	}
	.pagecontent-left {
		width: 100%;
		float: none;
	}
	.pagecontent-right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.pagecontent-right img {
		float: none !important;
		text-align: center !important;
	}
	span.amenities { display: none; }
	p.amenities { display:block; color: #545454; font-style: italic;  }
	.cottage-img-gallery { float: none;  width: 100%; }
	.cottage-img-gallery img { display: block; margin:auto; padding-top: 10px; width: 100%; max-width: 640px; }
	.st-content-right {  float: none; padding: 2% 3%; text-align: center; width: 100%; }
	.cottages-book-online { display: inline-block; float: none; }
	.thumbs-table {	display: table; margin: 0 auto; }
	.addedService, .rates { float: none; width: 100% }
}
@media all and (max-width: 700px) {
.mobile-quick-enquiry { 
	display: inline-block;
	background: #689749;
    margin: 20px 10px 0 0;
    padding: 20px;
    text-align: center;
	font-family:'Dosis',sans-serif;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	float: none; }
.cottages-book-online {
	display: none;
}
#container1, #container2 { background: #FFF; float: none; left: 0; }
#content-right, #content-left {float:none; left: 5%; width: 90%; }
#content-right, #content-right h2, #content-right a { color: #545454;}
#content-right a:hover { color: #545454; text-decoration: underline }
#check-availability { display:none; }
.map-overlay {height: 0; padding: 30.25%; top: 0; }
#content-left img.floatRight { height: auto; width: 140px !important; }
}
@media only screen and (max-width: 530px) {
	h1 { font-size: 2em;}
	h2 { line-height:1.1em; }
	.accommoDirect { float: none; width: 160px; display: block; margin: 20px auto; }
	.accommodation-enquiry td:nth-of-type(n+2) { padding: 0 }
	.accommodation-enquiry td {
    display: inline-block;
    padding-left: 0;
    width: 100%;
	text-align:center;
}
#booking-form td {
    margin: 0;
}
.accommodation-enquiry td.form-label, .accommodation-enquiry td.smaller-text { text-align:center; width: 100% }
input[type="text"], textarea, #datepicker-arrival, #datepicker-departure { margin: 10px 1px 20px 0; }
.captcha { margin: 0 auto; }
.refresh { bottom: 38px; }
}

@media only screen and (max-width: 500px) {
	.map-overlay {height: 0; padding: 33.5%; }
	#content-left img.floatRight{ display: none !important }
}
@media only screen and (max-width: 450px) {
	.rsGCaption { visibility: hidden }
	.cta { bottom:30%; left: 20px; }

}
@media only screen and (max-width: 400px) {
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
	background-image: url('../images/nav-white.png'); 
	width: 50px;
}
@media only screen and (max-width: 320px) {
	.st-accordion ul li > a { font-size: 20px; }
}
