﻿@charset "UTF-8";

 .site_wrapper {
	position: relative;
	overflow: hidden
}
 

.content_page_container {
	min-height: 400px;
	max-width: 1400px;
	background: #fff;
	margin: 76px auto;
	position: relative;
	/*box-shadow: 0 0 5px 1px rgba(0,0,0,0.1)*/
}

.simple_content_container {
	padding: 40px 60px;
	box-sizing: border-box
}

@media screen and (max-width: 700px) {
	.simple_content_container {
		padding: 20px 40px;
		font-size: 14px;
		line-height: 1.5
	}
}


.twocol_l {
	width: 48%;
	float: left
}

.twocol_r {
	width: 48%;
	float: right
}

.threecol {
	width: 30%;
	float: left
}

.threecol_center {
	margin: 0 5%
}

.generic_two_col_container {
	background: #fff
}

.generic_two_col_container:before,.generic_two_col_container:after {
	content: " ";
	display: table
}

.generic_two_col_container:after {
	clear: both
}

.generic_two_col_left {
	width: 70%;
	float: left
}

.generic_two_col_right {
	width: 30%;
	float: right
}

@media screen and (max-width: 700px) {
	.twocol_l,.twocol_r,.threecol {
		width: 100%;
		float: none;
		margin: 0
	}
}

.cf:before,.cf:after {
	content: " ";
	display: table
}

.cf:after {
	clear: both
}

.cf {
	*zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

.cl {
	clear: both
}

.spemail,.hidden {
	display: none!important
}

.nowrap,.nobreak,.nobr,.nowr {
	white-space: nowrap
}

.green {
	color: #3dc657
}

.blue {
	color: #2b7ab3
}

.orange {
	color: #fda545
}

.grey {
	color: #8b8e97
}

.fb_color,.fb_hover:hover {
	color: #3b5998
}

.tw_color,.tw_hover:hover {
	color: #00aced
}

.gplus_color,.gplus_hover:hover {
	color: #dd4b39
}

.yt_color,.yt_hover:hover {
	color: #b00
}

 

h3 {
	font-size: 1.4em
}

h1,h2,h3 {
	line-height: 1.3
}
 
 

.ficon {
	font-family: 'ficon';
	font-size: 16px;
	line-height: 1
}

input {
	-webkit-appearance: none;
	border-radius: 0
}

input[type="checkbox"] {
	-webkit-appearance: checkbox!important;
	-moz-appearance: checkbox!important;
	-ms-appearance: checkbox!important;
	-o-appearance: checkbox!important;
	appearance: checkbox!important
}

input[type="radio"] {
	-webkit-appearance: radio!important;
	-moz-appearance: radio!important;
	-ms-appearance: radio!important;
	-o-appearance: radio!important;
	appearance: radio!important
}

.content-closed {
	display: none
}

.site_header {
	position: fixed;
	top: 0;
	z-index: 1000;
	height: 50px;
	font-family: 'Lato',sans-serif
}

.ie8 .site_header {
	left: 50%;
	margin-left: -510px
}

.ie8 body {
	background: url(../images/wallpaper.jpg) #dfe7f0 fixed
}

.ie8 .site_footer {
	background: #f8f8f8
}

@media screen and (min-width: 100px) {
	.site_header,.site_wrapper {
		width: 100%;
		margin: auto;
		min-width: 320px
	}

	.site_header {
		left: 0;
		right: 0
	}
}

.top_bar {
	height: 50px;
	width: 100%;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	z-index: 999;
	color: #0a1d3b
}

.top_bar .nav_home_logo {
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	border-right: 1px solid #dde6f0;
	display: none
}

.top_bar .menu_button {
	height: 50px;
	text-align: center;
	padding: 0 30px 0 20px;
	text-transform: uppercase;
	float: left;
	position: relative;
	color: #0a1d3b;
	cursor: default;
	display: none
}

.top_bar .menu_button .ficon {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 20px;
	line-height: 1;
	pointer-events: none
}

.top_bar .menu_button.menu_active {
	color: #0a1d3b
}

           

.button {
	line-height: 36px;
	height: 36px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0 15px;
	border: 1px solid #0a1d3b;
	color: #0a1d3b;
	text-shadow: none;
	cursor: pointer;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.button.activated,.button.activated:hover {
	border-color: #0a1d3b;
	background: none;
	color: #0a1d3b;
	cursor: default
}

.button.book_button_style {
	background: #0a1d3b;
	color: #fff
}

.button.book_button_style:hover {
	background: #0e2a55
}

.button.book_button_style:active {
	background: #03080f
}

.button.submit_button {
	background: #948067;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.button.submit_button:hover {
	background: #83643C
}

.button.submit_button:active {
	background: #03080f
}

.button:hover {
	background: #0a1d3b;
	color: #fff
}

.button:active {
	background: #03080f;
	color: #fff
}

.button .ficon {
	position: absolute;
	right: 15px;
	top: 20px;
	font-size: 8px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.button.right_arrow_button {
	padding: 0 43px
}

.button.right_arrow_button:after {
	position: absolute;
	right: 10px;
	top: 0;
	height: 40px;
	line-height: 40px;
	content: "\e61e";
	font-family: 'ficon';
	font-size: 11px;
	font-weight: 600
}

.button.right_arrow_button.active:after {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.button.active {
	background: #eff3f8;
	color: #0a1d3b
}

p.button:hover {
	background: inherit;
	color: #0a1d3b;
	cursor: default
}

@media screen and (max-width: 1000px) {
	.button {
		padding: 0 10px
	}

	.button.right_arrow_button {
		padding-right: 25px
	}
}

@media screen and (max-width: 500px) {
	.button {
		height: 40px;
		line-height: 38px;
		letter-spacing: 1px
	}

	.button .ficon {
		top: 17px
	}
}

@media screen and (max-width: 400px) {
	.button {
		font-size: 14px
	}
}

 
         

.enquiry_form textarea.dining_enquiry {
	height: 192px
}

.enquiry_form textarea.spa_enquiry {
	height: 116px
}

        

.content_page_wrapper {
	padding: 35px 30px
}

  
.content_page_title {
	text-transform: uppercase;
	color: #0a1d3b;
	line-height: 1.2;
	padding: 0 20px;
	margin-bottom: 30px;
	text-align: center;
}

.content_page_title .line1 {
	font-size: 28px;
	letter-spacing: 5px;
	display: block;
	margin: 0 0 10px
}

.content_page_title .line2 {
	font-size: 22px;
	letter-spacing: 6px;
	display: block
}

.content_page_title .line2.subtle_title {
	font-size: 18px;
	letter-spacing: 2px;
	color: #aaa
}

.title_block_singleline .line1 {
	margin-bottom: 0
}

.content_page_title_underline {
	padding-bottom: 40px;
	background: url(../images/helix.svg) center bottom repeat-x
}

.svg .content_page_title_underline {
	background: url(../images/helix.svg) center bottom repeat-x;
	background-size: 28px
}

.no-svg .content_page_title_underline {
	background: url(../images/helix.png) center bottom repeat-x
}

.content_page_subtitle {
	text-transform: uppercase;
	color: #0a1d3b;
	line-height: 1.3;
	margin: 0 20px 25px;
	text-align: center;
	font-family: 'Lato';
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 4px
}

.content_page_subtitle.half_underline {
	padding-bottom: 15px;
	position: relative
}

.content_page_subtitle.half_underline:after {
	width: 50%;
	height: 1px;
	border-bottom: 6px double #eff3f8;
	position: absolute;
	bottom: 0;
	left: 25%;
	content: ""
}

.content_page_subtitle.subtle_title {
	font-size: 18px;
	letter-spacing: 3px;
	color: #777;
	margin-bottom: -10px
}

        

.boxsizing .content_page_two_col {
	width: 50%;
	box-sizing: border-box
}

.boxsizing .content_page_two_col.fl {
	padding-right: 15px
}

.boxsizing .content_page_two_col.fr {
	padding-left: 15px
}

.boxsizing .content_page_three_col {
	width: 33.3333%;
	box-sizing: border-box
}

.boxsizing .content_page_three_col.col1 {
	padding-right: 15px
}

.boxsizing .content_page_three_col.col2 {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px
}

.boxsizing .content_page_three_col.col3 {
	padding-left: 15px
}

.boxsizing .content_page_two_col.two_button_wrap .button {
	width: 46%
}

.boxsizing .content_page_two_col.two_button_wrap .button.fl {
	margin-right: 4%
}

.boxsizing .content_page_two_col.two_button_wrap .button.fr {
	margin-left: 4%
}

         

.form_intro_label {
	margin: 20px 0 0;
	font-style: italic;
	text-align: center
}

.spemail {
	display: none!important
}

.val_wrapper {
	position: relative;
	margin-bottom: 15px
}

label.error {
	position: absolute;
	bottom: -17px;
	left: 7px;
	font-size: 12px;
	color: #fff;
	background: #2b7ab3;
	padding: 4px 10px 3px 5px;
	z-index: 20;
	font-family: 'Lato',sans-serif
}

.fr label.error {
	left: 22px
}

@media screen and (max-width: 450px) {
	.fr label.error {
		left: 7px
	}
}

.textarea_val_wrapper label.error {
	bottom: -9px;
	left: 7px
}

.form_label {
	display: block;
	line-height: 1.2;
	color: #747780;
	padding: 0 13px 7px;
	font-size: 14px;
	letter-spacing: 2px;
	position: relative
}

.form_label .req {
	color: #e10000;
	font-weight: 600;
	font-size: 13px;
	line-height: 12px;
	position: absolute;
	padding: 0 3px
}

.checkbox_label {
	line-height: 1.4;
	cursor: pointer;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	font-weight: 700;
	letter-spacing: 1px;
	color: #0a1d3b
}

.checkbox_label:hover {
	color: #0a1d3b
}

.inline_checkboxes:before,.inline_checkboxes:after {
	content: " ";
	display: table
}

.inline_checkboxes:after {
	clear: both
}

.inline_checkboxes .checkbox_label {
	float: left;
	margin-right: 20px;
	padding-left: 0;
	font-weight: 400;
	color: #747780;
	letter-spacing: 2px
}

.borderradius .form_label .req {
	width: 4px;
	height: 4px;
	background: #2b7ab3;
	text-indent: -900px;
	overflow: hidden;
	border-radius: 2px;
	padding: 0;
	margin: 0 0 0 2px;
	top: -2px
}

.text_input {
	width: 100%;
	height: 40px;
	padding: 0 14px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #0a1d3b;
	box-sizing: border-box;
	border: 1px solid #d2d9e3;
	border-radius: 0;
	background: #fff;
	font-family: 'Lato';
	resize: none;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-shadow: 0 0 6px rgba(42,43,43,0.07) inset
}

.text_input:hover {
	color: #03080f;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.text_input:focus {
	color: #03080f;
	border-color: #b3becf;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

textarea.text_input {
	height: 100px;
	resize: none;
	padding: 10px 14px
}

.ie8 .text_input {
	padding-top: 10px
}

.no-boxsizing .text_input {
	width: 95%;
	padding: 15px 15px 10px
}

.content_page_textarea{
	padding: 0 50px;}

.content_page_textarea h3{
	margin-top:73px;
	margin-bottom: 15px;
	font-size:16px;
	font-weight:bold;
	color: #514639;}
	
.content_page_textarea p{
	margin-bottom:5px;}
	
.borderBottom {
width: 50px;
height: 3px;
background: #514639;
margin-bottom: 20px;
}
     

#gmap_container {
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #333;
	position: relative
}

#gmap_wrapper {
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

#gmap_container,#gmap_wrapper {
	height: 300px
}




#sub_main {
width: 100%;
padding: 50px 0;
}

.layout_1 {
width: 1200px;
margin: 0 auto;
}

.setmap {
overflow: hidden;
margin-top: 26px;
}

.setmaps {
width: 16.6666%;
float: left;
height: 240px;
}

.setmaps h2 {
font-size: 16px;
color: #948067;
font-weight: bold;
line-height: 52px;
}

.line_s{
	width:36px;
	border-top: 1px solid #ADADAD;}

.setmaps ul {
width: 186px;
padding-top: 20px;
}

.setmaps ul li a {
font-size: 14px;
color: #666;
line-height: 24px;
-webkit-transition: color .25s linear,background-color .25s linear,border-color .25s linear;
-moz-transition: color .25s linear,background-color .25s linear,border-color .25s linear;
}

.setmaps ul li a:hover {
color: #948067;

}


@media screen and (max-width: 1200px){
	.layout_1 {
		width: 80%;
		margin: 0 auto;
		}
}

@media screen and (min-width: 1200px) {
	#gmap_container,#gmap_wrapper {
		height: 350px
	}
}

@media screen and (min-width: 1400px) {
	#gmap_container,#gmap_wrapper {
		height: 400px
	}
}

@media screen and (max-width: 900px) {
	#gmap_container,#gmap_wrapper {
		height: 260px
	}
}

#gmap_img {
	width: 100%;
	height: 140px;
	display: none;
	background: url("../images/fa97bf703a1e482fa9626e489a4ccaa7.gif") center center no-repeat
}

@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
	#gmap_img {
		background: url("../images/f7911f52ca8d4f42a732cf361a5191f2.gif") center center no-repeat;
		background-size: 550px 140px
	}
}

.gmap_label {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -149px 0 0 -136px
}

#gmap_wrapper img {
	max-width: none
}

.gmap_ext_link {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 140px
}

.gmap_ext_link .label {
	position: absolute;
	left: 50%;
	bottom: -10px;
	opacity: 0;
	width: 100px;
	margin: 0 0 0 -73px;
	background: #0a1d3b;
	font-family: 'lato';
	font-size: 14px;
	color: #fff;
	padding: 0 30px 0 5px;
	line-height: 29px;
	height: 30px;
	-webkit-transition-property: bottom,opacity;
	transition-property: bottom,opacity;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
	transition-timing-function: cubic-bezier(0.25,0.46,0.45,0.94)
}

.gmap_ext_link .label:after {
	content: "\e61e";
	font-family: 'ficon';
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 0px;
	height: 30px;
	line-height: 32px
}

.window-load .gmap_ext_link .label {
	bottom: 15px;
	opacity: 1
}

@media screen and (max-width: 865px) {
	.page-id-27 .generic_two_col_left {
		float: none;
		width: 100%;
		min-height: 0!important;
		 
	}
	
	.page-id-27 .generic_two_col_right {
		float: none;
		width: 100%;
		min-height: 0!important;
		background: #f3f3f3;
		height: 300px;
	}
	
	.content_page_textarea p {
		font-size: 14px;
		
		}
	
	.content_page_textarea h3{
		margin-top: 37px;
		font-size: 21px;
		font-weight: 100;}

	.page-id-27 .departments_details {
		margin: 0;
		padding: 30px 15px
	}

	.page-id-27 .contact_sidebar_title {
		display: none
	}

	.page-id-27 .generic_two_col_left .flex_index_1,.page-id-27 .generic_two_col_left .flex_index_2 {
		display: none
	}
	
	.setmaps {
	width: 33.3333%;
	}
}

@media screen and (max-width: 550px) {
	#gmap_wrapper {
		display: none
	}

	#gmap_img {
		display: block
	}

	#gmap_container {
		height: 140px
	}

	.gmap_ext_link {
		display: block
	}
	
	.setmaps {
	width: 50%;
	}
}

.contact_sidebar {
	background: #f3f3f3;
	height: 423px;
}

.contact_sidebar_title {
	background: #948067;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 18px;
	padding: 20px;
	text-align: center
}
