@font-face {
    font-family: 'dinregular';
    src: url('fonts/din-regular-webfont.eot');
    src: url('fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-regular-webfont.woff') format('woff'),
         url('fonts/din-regular-webfont.ttf') format('truetype'),
         url('fonts/din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html{
	height:100%;
	width:100%;
}
body{
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	font-family: 'dinregular';
	color:#444;
	position: relative;
	background-color: #fff;
}
.background_i{
	z-index:-1;
	width:100%;
	height:102%;
	position:absolute;
	top:0;
	left:0;
}
.background_i div{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
    background-clip: border-box;
	background-position: center center;
	background-size: cover;
	display:block;
	background-color:none transparent;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background-size:cover;
	}
a img{
	border:0;
}

a{
	text-decoration: none;
	color: #64675E;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

.header {
	margin: 0 auto;
	padding-top: 5px;
	position: relative;
	background: #fff;
	margin-top:-5px;
}

.header-inner {
	max-width: 972px;
	margin:0 auto;
}
	
a#sweerts{
	font-size:11px;
	color:#747474;
	padding:8px 10px 8px 10px;
}
a#enquiries{
	font-size:15px;
	color:#000;
	padding:7px 14px 0px 14px;
}
a#enquiries:hover{
	color:#999;
}
.enquiries{
	width:auto;
	height:32px;
	float:right;
	background-color:#fff;
	margin-left:5px;
	position:fixed;
	top:0;
}
.enquiries a{
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	color: #000;
    font-size: 15px;
    padding: 7px 14px 0px 14px;
}
.enquiries a:hover{
	color:#757575;
}
.main {
	max-width: 972px;
	margin: 0px auto;
}
.main_top{
	max-width: 972px;
	margin-top:30px;
	height:auto;
}
.menu_container{
	float:left;
	width:504px;
	height:112px;
}
.logo{
	float: right;
	position: relative;
	width: 468px;
	height: 49px;
	background: #fff;
	margin-top: 63px;
}

.logo h2{
	float: left;
	font-weight: lighter;
	font-size: 20px;
	margin-top: 5px;
	text-transform: uppercase;
	color:#000;
	font-family:"trajan-pro-3",serif;
}

.logo h2 strong {
	font-size:24px;
	font-weight: normal;
	}

img.logo-square{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.logo img{
	margin:0;
	padding:0;
	border:0;
	box-shadow: 0 0 2px #999;
	
}
.line_close{
	float: left;
	width: 100%;
	height: 28px;
}

.line_close img{
	float:right;
	cursor:pointer;
	margin:10px 3px 10px 0px;
}
.line_title{
	float:left;
	width: 100%;
}
.line_title h1{
	font-size:30px;
	color:#fff;
	margin:0;
	padding:0px 0px 20px 20px;
}


.navigation{
	height:63px;
	float:left;
	overflow: hidden;
	width: 100%;
}

/*
.menu{
	height:49px;
	width:100%;
	float:left;
	background-color:#A0B184;

	margin-top: 0px;
}
.menu a{
	text-decoration:none;
	float:left;
	font-size:14px;
	color:#ffffff;
	margin-left:25px;
	text-transform:uppercase;
	margin-top:17px;
	display:inline-block;
	height:49px;
}
.menu a:hover{
	color:#757575;
}

*/




/* new nav styles */

/* Navigation */

.menu {
	height: 40px;
	width:100%;
	float:left;
	background-color: #fff;
	padding:5px 0 4px 0;

}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul li {
	display: inline;
	text-decoration: none;
	color: #fff;
}

.menu li {
	display: inline;
	list-style-type: none;
}


.menu a {
	position: relative;
	height: 20px;
	padding: 10px 15px 14px 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #000;
}

.menu a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	color: #8c8c8c;
	font-weight: normal;
}

.menu .menu-main-container li {
	list-style: none;
}

.menu .menu-main-container li {
	list-style: none;
	float: left;
}
 
.menu .menu-main-container li ul a:link, .nav .menu-main-container li ul a:visited {
	display: block;
	text-decoration: none;
	padding: 10px;
} 

.menu .menu-main-container li ul {
	position: absolute;
	/*display: none;*/
	background: #A0B184;
	text-align: left;
	z-index: 1000; 
	margin: 0;
	padding: 0; 
	width: 200px;
	margin-left: 0px;
} 

.menu .menu-main-container li ul a {
	font-size: 14px;
	color: #fff;
	height: inherit;
}

.menu .menu-main-container li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
} 

.menu .menu-main-container li ul li a:hover {
	background: #8c8c8c;
}




/* end new nav styles */


.content {
	height: auto;
	background-image: url('images/white-bg.png');
	padding: 0 0 25px 0;
	font-size: 14px;
	display: block;

	float: left;

	width: 100%;
}

.content a{
	color: #64675E;
}
.content p {
	margin: 0;
	/*padding: 0px 0px 27px 0px; ffs! */
	margin-bottom: 27px;
	line-height: 1.4;
}
.home_content {
	width: auto;
	height: auto;
	position: absolute;
	top: 74px;
	left: 0px;
	background-color: #A0B184;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	font-size: 16px;
}
.home_content p {
	margin: 0;
	padding: 20px 15px 20px 191px;
	line-height: 1.4;
	color: #444;
}
.home_content p strong{
	color:#000;
}
.content strong{
	color:#000;
}
.content img{
	margin:10px 10px 7px 0px;
	max-width: 100%;
	height: auto;
}
.menu .current_page_item {
	color:#8c8c8c;
}

.tweet_list{
	list-style-type:none;
	margin:0;
	padding:0;
}
.tweet_list li{
	padding:0;
	background-color:#fff;
	padding:10px 17px 3px 17px;
	margin-bottom:11px;
}
.tweet_list p{
	text-align:right;
	background-color:#fff;
	font-size:12px;
	padding:0;
}
.tweet_list a{
	color:#747474 !important;
	text-decoration:underline !important;
}
.tweet_list p a{
	text-decoration:none;
	font-size:12px;
	margin:3px;
	padding:0;
}
.tweet_text{
	font-style:italic;
}
.contact_table{
	height:auto;
	margin-left:20px;
}
.contact_h2{
	margin-left:20px;
}
/*
.succes_table{
	height:360px;
	width:575px;
	text-align:center;
}
.contact_table td{
	padding:5px 15px 5px 0px;
	text-align:right;
}
.contact_table input[type=text]{
	border:1px solid #ccc;
	height:27px;
	width:350px;
	float:left;
	background:url(images/input_bg.png) repeat-x;
}
.contact_table textarea{
	border:1px solid #ccc;
	width:350px;
	height:87px;
	background:url(images/textarea_bg.jpg) repeat-x;
}
.contact_table img{
	float:left;
}
.contact_table input.textCaptcha{
	width:202px;
	margin-left:8px;
}
#submit{
	float:right;
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	padding:9px 20px 9px 20px;
	border:0;
	font-size:14px;
	font-family: 'dinregular';
	cursor:pointer;
}
.contact_table td.errorTD{
	text-align:left;
	color:red;
	font-size:12px;
}
*/
#colorbox{
	/*
	left:174px !important;
	top:170px !important;
	*/
	padding: 0px !important;
}
.column1 a, .column2 a{
	color:#fff;
	text-decoration:none;
}
.column1 a:hover, .column2 a:hover{
	text-decoration:underline;
}
.captcha_line{
	font-size:12px;
	text-align:left !important;
}
.info_temp_wide{
	width:100%;
	/*height:248px;*/
	float:left;
	height:auto;
}
.info_temp{
	float:left;
	background-color:white;
	padding:30px 38px 11px 38px;
	/*height:172px;*/
	height:auto;
	margin-bottom: 15px;
}
.info_temp_wide a{
	color: #747474 !important;
    text-decoration: underline !important;
}
.info_temp p.info_temp_title{
	font-size:20px;
	color:#6b6b6b;
	margin:0;
	padding-bottom:7px;
	padding-top:3px;
}
.info_temp p.info_temp_title span{
	color:#cb1010;
}
.info_temp p.info_temp_text{
	font-size:12px;
	color:#333333;
	margin:0;
	padding-bottom:10px;
	font-family:Arial;
	line-height:15px;
}
.home_close{
	margin: 0px !important;
	padding: 0px 10px 0px 0px !important;
	text-align: right;
	line-height: 1 !important; 
	float: right;
}
.home_close a{
	text-decoration:none;
	color:#fff;
	float: right;
    padding-top: 5px
}
.info_close {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: right;
	padding-top:5px;
}
.info_close > a{
	text-decoration:none !important;
	padding-right:5px;
}
.h1_contact{
	margin-top:0px;
	color: #ffffff;
    font-size: 30px;
    margin: 0;
    padding: 0 0 20px 0px;
}
.line_close span{
	float: right;
    font-size: 10px;
    margin: 13px 7px 0 0;
    text-transform: uppercase;
	cursor:pointer;
}
.top_submenu{
	background-color: #FFFFFF;
    position: absolute;
    right: -123px;
    top: 28px;
    width: 460px;
	display:none;
}
.top_submenu a{
	float:right;
	font-size:12px;
}
.classDoc{
	background-image:url('images/doc.png');
	background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    padding-left: 35px;
    padding-top: 11px;
	width:auto;
	margin-top:10px;
}
.classPdf{
	background-image: url("images/pdf.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    padding-left: 35px;
    padding-top: 11px;
	width:auto;
	margin-top:10px;
}

.header_social_icon a{
	opacity: 1;
	filter: alpha(opacity = 100);
	display:inline-block;
	display: none;
}
.header_social_icon a:hover{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.book_online {
	float:left;
	margin-right:5px;
}

.hsil_fb {
	height:32px;
	width:30px;
	background-image: url("images/facebook.png");
	background-size: 100%;
}

.hsil_tw {
	height:32px;
	width:31px;
	background-image: url("images/twitter.png");
	background-size: 100%;
}
.home_close span {
    float: left;
    font-size: 10px;
	margin:2px 7px 0px 0px;
    text-transform: uppercase;
}
.no_display{
	display:none;
}
#food_menu table{
	width:90%;
	margin:0 auto;
}
#food_menu table td{
	text-align:left;
	width:50%;
	padding:15px 0px 15px 0px;
}
#food_menu table td a{
	color:#fff;
	text-decoration:underline;
}
.food_list_item {
    background-image: url("images/logo_small.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #4B4B4B;
    float: left;
    height: 48px;
    margin-left: 30px;
    margin-top: 20px;
    width: 180px;
	padding-right:55px;
	color:#fff;
	text-decoration:none;
}
.food_list_item:hover{
	background-color:#f6f6f6;
}
.food_list_item span{
	margin:15px 0 0 10px;
	color:#000;
	float:left;
}


.main_top .menu li {
	list-style: none;
}

.line_content {
	color: #444;

	width: 96%;

	padding-left: 2%;
	padding-right: 2%;

}

.clearer {
	clear: both;
	height: 0;
}


.two-col-left {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.two-col-right {
	float: left;
	width: 48%;
	margin-left: 2%;
}

.things_to_do img {
	float: left;
}

.things_to_do h2 {
	float: left;
	padding-top: 12px;
	margin-left: 12px;

	font-size: 16px;
}

.image-menu {
	margin-top: 10px;
	float: right;
}






.mobile-logo{
	display: none;
}












.arrow{
	display: none;
}

.menu-icon{
	float: left;
	margin: -7px 20px 0 15px;
}

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

.mobile-nav {
	display: none;
	width: 100%;
	margin: 20px 0;
}

.mobile-nav a {
	color: #fff;
	float: left;
	width: 80%;
	margin: 0;
	background: #000;
	text-align: left;
	padding: 10px 10%;
	z-index: 9999;
	text-transform: uppercase;
	font-size: 14px;
}

.mobile-nav ul li ul a {
	color: #707070;
	font-size:12px !important;
	padding:10px 12%;
	width:76%;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	background: #64675E;
	color: #fff;
	font-weight: normal;
 
}

.mobile-nav-header {
	color: #fff;
	width: 100%;
	margin: 0;
	background: #000;
	padding: 12px 0 15px 0;
	text-align: left;
	text-transform: uppercase;
	
}

.mobile-nav-header:hover{
	cursor: pointer;
}

.mobile-nav .menu {
	display: none;
}

.home-cta {
	float: left;

	width: 21.5%;
	margin: 1%;
	text-align: center;
	padding: 20px 0;
	border: 4px solid #fff;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.home-cta:hover{
	border: 4px solid #64675E;
}

a .home-cta{
	color: #fff;
	text-shadow: 0px 0px 5px black;
	text-transform: uppercase;
}

.about-the-hotel{
	background: url(images/bg-restruant.jpg) no-repeat center center;
	background-size: 100%;
}

.restaurant{
	background: url(images/bg-wine.jpg) no-repeat center center;
	background-size: 100%;
}

.things-to-do{
	background: url(images/bg-table.jpg) no-repeat center center;
	background-size: 100%;
}

.book-now{
	background: url(images/bg-book.jpg) no-repeat center center;
	background-size: 100%;
}

.news-left{
	width: 240px;
    float: left;
    margin-left: 10px;
}

.news-left ul{
	margin: 0;
	padding: 0;
}

.news-left ul li{
	list-style: none outside none;
}

.news-left .widget{
	margin-bottom: 20px;
}

h2.widgettitle{
	margin-bottom: 0;
}

.news-right{
	margin: 0 0 0 270px;
}







.offers-home{
	position: fixed;
	left: -25px;
	/*left: 0\9;*/
	top: 250px;
	z-index: 1000;
	background: #fff;
	padding: 10px 20px;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	
	/* Firefox */
	-moz-transform: rotate(-90deg);
	
	/* IE */
	-ms-transform: rotate(-90deg);
	
	/* Opera */
	-o-transform: rotate(-90deg);
	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

a.offer{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	color: #fff;
}

.offers-image{
	float: left;
	width: 45%;
	margin-right: 5%;
}

.offers-image img{
	max-width: 100%;
	height: auto;
}

.offers-title{
	float: left;
	width: 50%;
}

.currentoffers {
position: fixed;
left:0;
width:300px;
background:#fff;
color:#fff;
z-index:300;
padding:20px;
margin-left:-340px;
}

.favscroll {
height: 400px;
overflow-x:hidden;
overflow-y: scroll;
}

.offersdesc {display:none;}

.etoggle, .ftoggle {cursor: pointer;}

.offers-email-container {
font-size:14px;
display:none;
}

.toggle {
	display:none;
	width:100% !important;
	}

.offer-thumb {
	float:left; 
	width:30%;
	}
	
.offer-content {
	float:left;
	width:60%;
	margin-left:5%;
	}
	
.contact-form {
	padding: 20px;
}
	

.outerhide {
	display: none;
}

.contact-row label {
	display: inline-block;
	vertical-align: top;
	min-width: 120px;

	margin-top: 10px;
}

.contact-row input[type="text"],
.contact-row  textarea {
	min-width: 250px;
	font-family: 'dinregular';
	margin-top: 10px;
}

.contact-row input[type="submit"] {
	margin-top: 10px;
	float: left;	
	font-family: 'dinregular';
	font-size:13px;
}

#cboxClose {
	top: 26px;
	right: 26px;
}

#cboxLoadedContent {
	overflow: hidden;
	background: #fff;
}
