body { margin: 0; padding: 0; background: #F9F9F9 }
h1 {
	color: #4F4938;
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}
h2 {
	color: #999382;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}
h3 {
	color: #4F4938;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 10px 0 0;
    text-transform: uppercase;
	font-family: 'Josefin Sans', serif;
}
h4 { font-family: 'Playfair Display', serif; }
p, ul { font-family: 'Josefin Sans', sans-serif; font-size: 16px; line-height: 20px}
ul { list-style:url(../img/li.png) }
a { color: #4F4938; font-weight: bold }

.content {width: 100%; max-width: 1000px; margin: auto; padding-bottom: 60px; position: relative; box-sizing:border-box }
.intro { padding-top: 30px }
.logo { margin-top:0px; float: left }
.intro p {
	width: 700px;
	display:block;
	margin:auto;
	font-size: 18px;
	line-height: 24px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	text-align: justify;
} 
.wrapper { display: block; margin: auto; width: 80% }
.directions { padding: 0 30px 30px }
.header-container { 
	width: 100%;
	background-image: url(../img/curve.png);
	background-repeat: no-repeat;
	background-size:contain;
	position:fixed; 
	z-index: 9999; 
	height: 200px;
	top:0;
	background-position: center top
}
/**/
.header { width: 1000px; margin: auto; position: relative; }
.opaqueHeader { 
	background-color: rgba(255,255,255,1) !important;
	box-shadow:0 1px 8px -3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.75);
}

/*Menu*/
#menu {
	margin:0 auto;
	padding: 0;
	float: right;
	margin-top: 50px;
}

#menu li {
	list-style: none;
	float: left;
	margin-right: 15px;
}

#menu li a { position:relative; font-weight: normal }

#menu li:last-child { margin-right: 0; }
*::before, *::after {
    box-sizing: border-box;
}
#menu > li > a::after {
    background-color: rgba(255, 255, 255, 0.7);
}
#menu > li a:hover::after {
    left: 0;
    width: 100%;
}
#menu > li a::after {
    background-color: white;
}
#menu > li a::after {
    background-color: #919191;
    bottom: 0;
    content: " ";
    height: 2px;
    position: absolute;
    right: 0;
    transition: width 0.3s ease 0s;
    width: 0;
}
.current { 	border-bottom: 2px solid #919191; padding:5px 0 !important;}
.current:hover::after { width: 0 !important }
#menu li a {
	padding: 7px 0px;
	color: #141414;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	-webkit-backface-visibility: hidden;
	font-family: 'Josefin Sans', sans-serif;
	
}

#menu li ul {
	display: none;
	width: 12em; /* Width to help Opera out */
}
#menu li:hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0;
z-index: 99999;
margin-left: 0;
margin-top: 2px;
}

#menu li:hover li {
float: none;
border-right: 0;
border-left: 0;
border-bottom: 0;
margin: 0;
}

#menu li:hover li a {
border-left: 0;
color: #fff;
padding: 8px 18px;
font-weight: 300;
font-size: 17px;
text-align: left;
width: 100%;
border-right: 0;
background-color: #141414;
border-bottom: 2px solid #660000;
}

#menu li li a:hover {
background-repeat: no-repeat;
background-position: right;
background-color: #340808;
color: #FFF;
}
/**/
.infoBlock {
    box-sizing: border-box;
    font-size: 26px;
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 75%;
    width: 100%;
	min-height:180px;
	z-index: 25;
}

.infoBlock h4 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
	font-family: 'Playfair Display', serif;
}
.infoBlock hr { border: 0; border-top: 2px solid #fff; width: 30%; }
.infoBlock p {
  font-size: 18px;
  margin: 4px 0 0;
  font-weight: 300;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
#check-availability {
    background: #999382;
    -webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px; 
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    float: right;
    height: 46px;
    margin-top: 14%;
    outline: medium none;
    padding: 10px;
    position: fixed;
    right: -178px;
    text-decoration: none;
    width: 220px;
    z-index: 99;
}
#check-availability h3, #check-availability h3 a { color: #FFF; font-size: 17px; margin: 0; text-transform:none !important }
#check-availability:hover { position: fixed; right: 0; background-color: #4F4938;}
#check-availability, #check-availability img { transition: all 0.5s ease 0s; }
#check-availability img { float:left; margin-right: 10px; }
h3.check { font-size: 1.2em; text-align:center; font-family: 'Josefin Sans', Arial, Helvetica, sans-serif}

.bookOnline { background: #999382; border: 1px solid #4f4938; display: block; font-size: 12px; padding: 12px; text-decoration:none; transition: all 0.3s ease 0s; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; margin: 0 0 20px }
.bookOnline:hover { background: #4f4938; }
.bookOnline h3 { color: #fff !important; text-decoration: none; text-transform: uppercase; margin: 0 !important;  text-align:center }
.scroll-down { position: absolute; bottom: 0; left: 25%;z-index:98; width: 50%;text-align: center; padding: 0 20px 0 20px; box-sizing:border-box}
.scroll-arrow {
    background: rgba(0, 0, 0, 0) url("../img/scroll-down.png") no-repeat scroll 0 0;
    display: block;
    height: 40px;
    margin: 0 auto 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.scroll-arrow:hover {
    display: block;
    height: 40px;
    margin: -10px auto 10px;
    text-align: center;
    width: 40px;
}
a#anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.banner { margin-top: 100px }
.banner img { width: 100%; display:block; }

/*Breadcrumbs*/
.breadcrumbs { font-family: "Josefin Sans",sans-serif; font-size: 13px; line-height: 18px; text-align:right; overflow: auto; width: 100%; padding: 10px 0}
/*ROOMS*/
.accommodationRow { margin: 50px 0; overflow: hidden; }
.accommodationRow:nth-last-of-type(2) { margin: 0 !important }
.roomLeft { float: left; width: 48%; margin-right: 4%; text-align:left }
.roomRight { float: left; width: 48%; margin-right: 0; text-align:left }
.last { background: #999382; color: #FFF; text-align:center; padding: 10px; box-sizing:border-box }
.royalSlider {-webkit-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);-moz-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);box-shadow: 0px 0px 5px 0px rgba(170,170,170,1); }
.accommodation { text-align:center}
.link { color: #660000; text-decoration: none; }

/*Conference*/
table.conference { float: left; width: 49%; text-align:center }
table.conference:nth-of-type(1) { margin-right: 2% }

/*Gallery*/
.img-gallery-thumbs { list-style-image:none; list-style:none; padding: 0 !important; text-align:center }
.img-gallery-thumbs li { display: inline-block; margin: 10px; }

/*Directions*/
.map { width: 65%; height: 363px; height:inherit; float: left; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.iframeWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border:0;
  width: 100%;
  height: 363px;
  -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; 
}
.map-overlay { 
	background:rgba(100,100,100,0.5);
	opacity:0.1;
	position:absolute;
	width: 100% ;
	height:363px;
	opacity:0.5;
	z-index:3;
	cursor: zoom-in;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	margin-top: -25px;
}
.map-overlay-remove {
	display:none; 
}
.contactDetails { float: right; width: 30%; text-align: center;  }
.contactDetails ul { display:inline-block; line-height: 28px; margin: 0 auto 30px; padding-left: 0; width: 200px }
.phone { background: url(../img/phone.png) no-repeat 0% 50%; display: block; padding-left: 40px;}
.fax { background: url(../img/fax.png) no-repeat 0% 50%; display: block; padding-left: 40px;}
.email { background: url(../img/email.png) no-repeat 0% 50%; display: block; padding-left: 40px;  text-decoration: none !important; }
.email:hover { text-decoration: none !important; }

/*Guest Comments*/
.reviews { width: 68%; float: left }
#TA_cdswritereviewlg864 { width: 250px; margin: auto; display: block }
hr { border: 0; border-bottom: 1px dotted #ccc; margin-top: 20px; }
#sitemap-wrap { width: 68%; float:left; height: inherit; }
.sitemap { -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em; }




.rates { border-collapse: collapse; width: 100%; text-align:left; margin: 10px 0 15px; font-size: 14px; font-family: "Josefin Sans",sans-serif; background: #f4f4f4; display: inline-table }
.rates th { font-size: 15px; padding: 5px; background: #ddd; }
.rates td { border-bottom: 1px solid #ccc; padding: 5px; }
.rates h3 { text-align:left !important; margin: 0 !important; background: #4F4938; color: #FFF;  }
.rates span { font-size: 12px; font-style:italic; font-weight: bold } 


 .footer-wrap { background-color: #211E19; color: #f4f4f4; width: 100%;}
 .footer { width: 100%; max-width: 1000px; margin:auto; display:block; padding: 30px 0 }
 .footer p { margin:0; }
 .footer span { float: right; }
 .footer a { color: #ddd; text-decoration:none }
 .footer a:hover { text-decoration: underline }
.wrap { width: 100%;position: relative;}
.content-nopadding { padding:30px 0; }

.wrap2 { width: 100%; background-color: #F2EAD3; }

.contact-details { float: right; width: 470px; margin-left: 30px; border-left: 1px solid #ddd; font-size: 24px; margin-top: 15px; }
.contact-details h2 { margin-left: 30px; font-size: 28px; margin-bottom: 0; padding-bottom: 0; }

.road-map { background-image: url(../img/map-marker.png); background-repeat: no-repeat; background-position: 0% 50%; display: block; padding-left: 55px; margin-left: 30px; margin-top: 20px; color: #660000; text-decoration: none; }
.gps { background-image: url(../img/gps.png); background-repeat: no-repeat; background-position: 0% 50%; display: block; padding-left: 55px; margin-left: 30px; margin-top: 20px; }

.contact-details iframe { margin-left: 30px; margin-top: 20px; }

.featureBlock { width: 485px; float: left; text-align:center; }
.featureBlock2 { width: 485px; float: left;  margin-left: 30px;text-align:center; }

#prev {
	background-image: url(../img/prev-slide.png);
	left: -32px;
}
#next {
	background-image: url(../img/next-slide.png);
	right:-32px;
}
#next, #prev {
	background-repeat: no-repeat;
	background-color: #999382;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index:9
}

#prev:hover, #next:hover  { cursor: pointer; }


#content-slider-1 { margin-top: 30px; }
#content-slider-1 p { color: #141414; }
.wrap2 h3 { color: #4F4938; font-size: 15px; margin: 0 0 10px; text-align: center; }
.social-container { position: fixed; top: 200px; left: 10px; z-index: 100; }
.tripadvisor { cursor: pointer;display: block; width: 30px; height: 30px; padding: 10px; padding-right: 12px; padding-bottom: 12px; background-color: #589441;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; margin-bottom: 10px }
.facebook { cursor: pointer;display: block; width: 30px; height: 30px; padding: 10px; padding-right: 12px; padding-bottom: 12px; background-color: #3B5998;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; margin-bottom: 10px }
.twitter { cursor: pointer;display: block; width: 30px; height: 30px; padding: 10px; padding-right: 12px; padding-bottom: 12px; background-color: #55ACEE;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}




.clear { clear: both; }

.tripadvisor:hover + .pop { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1; }

/* Arrow */

.pop { position: absolute; background-color: #fff; width: 175px; height: 160px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 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; left: 80px; top: 0; padding-top: 10px; }

.pop::after {
	content: '';
	position: absolute;
	top: 11%;
	left: -3px;
	margin: -7px 0 0 -15px;
	width: 30px;
	height: 20px;
	background: url(../images/tooltip1.svg) no-repeat center center;
	background-size: 100%;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);

}

.vignette { position: relative; bottom: 405px; height: 400px; background:url(../img/banner-vignette.png) repeat-x; }
.scrollup  {
	background: url("../img/scroll-up.png") no-repeat scroll center;
    bottom: 15px;
    display: none;
    height: 45px;
    opacity: 0.6;
    outline: medium none;
    position: fixed;
    right: 1%;
    text-indent: -9999px;
    width: 45px;
	z-index: 99
}
.scrollup:hover  {
    opacity: 1;
}


@media only screen and (min-width : 1500px) {
	.header { margin: 20px auto; }
	
}
/** START MOBILE CSS **/



@media only screen and (max-width : 1200px) {
	#menu { margin: 50px auto 0;}
	.header-container { background-size: cover; height: 150px }
}

@media only screen and (max-width : 1000px) {
	.header-container { background-image: none; height: inherit	; position: relative; width: 100%; z-index: 9999; }
	.header { width: 100% }
	.logo { display: block; margin: 0 auto; position: relative; float:none }
	.featureBlock, .featureBlock2 { width: 100%; margin: 0 !important}
	.featureBlock > img, .featureBlock2 > img { display: block; margin: auto; }
	#prev { left: 0 !important }
	#next { right: 0 !important }
	.banner { margin-top: 0; }
	
	
	nav { margin: inherit; padding: 0; top: 0; width: inherit; background: #f9f9f9}
#nav-text {
	display: block;
	color: #fff;
	margin-top: 15px;
	text-indent: 15px;
	font-family: Arial, Helvetica, sans-serif
}
#nav {
	position: fixed;
}
#nav li a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
	display:block;
	background: #999382
}
#nav li a:hover, .current {background:#4F4938 !important; padding: 10px 0 !important}
#nav li a span {
	font-size: 32px;
}
#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('../img/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: 50px!important;
	width: 100%;
}
#nav:target > ul {
	display: block !important;
}
#nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #fff;
}
#menu > li a::after { }
/* second level */
 
#nav li ul {
	position: relative!important;
	width: 100%;
}
}
@media only screen and (max-width : 900px) {
	.footer span { float: none; }
	.footer p { text-align: center }
	.infoBlock { top: 50%}
	.infoBlock h4 { font-size: 30px }
}

@media only screen and (max-width : 800px) {
	.footer-wrap #enquiry-form input, .footer-wrap #enquiry-form select { display: block; width: 100%; margin-bottom: 5px }
	 .footer-wrap #enquiry-form button.book { display: block; width: 50%; margin: auto;}
	 .intro p {	width: 100%; -moz-column-count: 1; -webkit-column-count: 1;	text-align: justify; } 
	 .content { box-sizing: border-box; padding: 0 30px 30px !important }
	 .roomLeft, .roomRight { float: none; display:block; margin: auto !important; width: 90%;}
	 .roomLeft img { display: block; margin: auto; max-width: 100%; height:inherit }
	 .royalSlider-rooms { max-width: 480px !important; display: block; margin:auto }
	 .rates { margin-bottom: 50px; }
	 table.conference { float: none; width: 100%; margin-bottom: 10px !important }
	 .accommodationRow { margin: 0 !important }
	 form#enquiry-form { width: 100% !important }
	 button#makeEnquiry { width: 75% !important }
	 .map { height: inherit; width: 100%; }
	#booking-form-wrap, .contactDetails, .reviews { float:none !important; width: 100% !important; }
	.iframeWrapper { padding-bottom: 30px;height: 310px; }
}
@media only screen and (max-width : 700px) {
	
	.bookOnline { width: 75%; display: block; margin:auto}
	
}
@media only screen and (max-width : 600px) {
	#booking-wrap, .tripadvisor-container, #check-availability { display: none; }
	.featureBlock > img, .featureBlock2 > img { width: 90% }
	.infoBlock { top: 40%}
	.infoBlock h4 { font-size: 20px }
	h1 { font-size: 26px }
}
@media only screen and (max-width : 400px) {
.st-accordion ul li > a { font-size: 16px !important }
.st-content p { font-size: 14px !important }
.st-accordion { min-width:inherit !important }
}
/** END MOBILE CSS **/