@import "reset.css";
@import "grid.css";
@import "font.css";
@import "jquery-ui-1.8.4.custom.css";
@import "form.css";
@import "jquery.fancybox-1.3.4.css";
/*@import "../css/Announce.css";*/

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline;
}
/*global*/
.closeBtn {
	position: absolute;
	z-index: 200;
	right: 0px;
	top: 40px;
	background: url(../images/container_bg1.png) 0 0 repeat;
	padding: 6px 8px;
}
body {
	position: absolute;
	font: 13px/20px 'JSSynjaiNormal', sans-serif;
	color: #333333;
	min-width: 1200px;
	min-height: 800px;
	width: 100%;
	height: 760px;
	overflow: hidden;
	z-index: 1;
}
a {
	text-decoration: none;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.font_size13 {
	font-size: 13px;
}
.font_size18 {
	font-size: 18px;
}
.font_size20 {
	font-size: 20px;
}
.font_size22 {
	font-size: 22px;
}
.font_size24 {
	font-size: 24px;
}
.font_size28 {
	font-size: 28px;
}
.font_size30 {
	font-size: 30px;
}
.font_size36 {
	font-size: 36px;
}
.color1 {
	color: #f99317;
}
.color2 {
	color: #f99317;
}
.color3 {
	color: #f99317;
}
.more1 {
	text-decoration: none;
	letter-spacing: 0px;
	color: #fff;
	font: 14px/19px 'JSSynjaiNormal', sans-serif;
	float: left;
}
.border1 {
	border-bottom: 1px solid #262626;
	margin-bottom: 26px;
	padding-bottom: 40px;
}
.border2 {
	border-bottom: 1px solid #262626;
	margin-bottom: 21px;
	padding-bottom: 24px;
}
.gallery .pic {
	float: left;
	margin-bottom: 20px;
}
.gallery .thumbs {
	float: left;
	width: 370px;
	overflow: hidden;
	margin-bottom: 24px;
	margin-left: 26px;
}
.gallery .thumbs>ul>li {
	width: 588px;
	float: left;
}
.gallery a[data-type='next'] {
	float: right;
}
.gallery .spinner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
}
.cells a {
	float: left;
	display: inline-block;
	width: 136px;
	margin-right: 11px;
}
.buttonPrev {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/prev.png) 20px top repeat-x;
	position: absolute;
	z-index: 100;
	left: -15px;
	top: 552px;
}
.buttonPrev:hover {
	background-position: 0px;
}
.buttonNext {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/next.png) left top repeat-x;
	position: absolute;
	z-index: 100;
	left: 600px;
	top: 552px;
}
.buttonNext:hover {
	background-position: -20px;
}
h1 {
	display: inline-block;
	position: relative;
	width: 100%;
}
h1>a {
	position: relative;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 159px;
	height: 87px;
	margin: 10px 0 20px 18px;
	background: url(../images/logo.png) center 0 no-repeat;
}
h2 {
	font: 24px/24px 'JSSynjaiNormal', sans-serif;
	color: #5f3814;
	font-weight: 400;
	padding-bottom: 10px;
}
h2 span {
	display:block;
	font-size: 30px;
	}
h3 {
	font: 20px/36px 'JSSynjaiNormal', sans-serif;
	color: #5f3814;
}
h4 {
	font: 18px/24px 'JSSynjaiNormal', sans-serif;
	color: #5f3814;
}
h5 {
	font: 14px/24px 'JSSynjaiNormal', sans-serif;
	color: #5f3814;
}
p {
	margin-bottom: 10px;
}
#glob {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}
.spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/ajax-loader.gif) 50% 50% no-repeat #1c1c1c;
}
.spinner_bg {
	background-position: right top;
}
#bgStretch {
	z-index: 1;
}
#bgStretch>img {
	background: #1c1c1c;
}
#bgControl {
	position: absolute;
	z-index: 999;
	right: 10px;
	bottom: 80px;
	width: 200px;
}
.next1, .prev1, .pause1 {
	/*background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 41px 41px 41px 41px;*/
	display: inline-block;
	float: left;
	height: 41px;
	left: 60px;
	margin-right: 0px;
	position: relative;
	top: 14px;
	transition: all 0.5s ease 0s;
	width: 41px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.prev1:hover, .next1:hover, .pause1:hover {
	background: #797573;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.next1>span, .prev1>span, .pause1>span {
	display: inline-block;
	width: 10px;
	height: 19px;
	padding: 11px 16px;
}
.prev1>span, .pause1>span {
	padding: 11px 12px 11px 13px;
}
.prev1>span {
	background: url(../images/arrow_l_gall.png) center no-repeat;
}
.next1>span {
	background: url(../images/arrow_r_gall.png) center no-repeat;
}
.pause1>span {
	background: url(../images/pause_btn.png) no-repeat scroll 18px 14px transparent;
}
.pause1>span.play {
	padding: 11px 14px;
	background: url(../images/pause_btn.png) no-repeat scroll 19px -23px transparent;
}
#leftPanel {
	position: absolute;
	display: inline-block;
	width: 245px;
	height: 100%;
	background: url(../images/leftBar.png) repeat-y 0 0 transparent;
}
/*header*/
header {
	position: absolute;
	width: 100%;
	top: 15px;
	z-index: 101;
	font-size: 22px;
}
article {
	margin: 0 0 10px 20px;
}
address {
	position: absolute;
	width: 185px;
	font-size: 18px;
	font-style: normal;
	padding: 10px;
	color: #ffffff;
	margin: -30px 0px 10px 15px;
}
/*menu*/
#menu {
/*line-height: 50px;*/
}
.menu {
	position: relative;
	display: inline-block;
	z-index: 150;
	width: 225px;
	margin: 0px 0px 10px 0px;
}
#menu>li {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
}
#menu>li>a {
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	font: 18px/30px 'JSSynjaiNormal', sans-serif;
	color: #e5e5e5;
	padding: 0px 20px 0px 30px;
}
#menu>li>a>span {
	color: #fefe8b;
	}
#menu>li>a>span:hover {
	color: #ffff00;
	}
#menu>li>a:hover {
	color: #ffff00;
	background: url(../images/menu_arrow.png) no-repeat -3px center;
}
#menu>li.current {
	background: url(../images/menu_arrow.png) no-repeat -3px center;
}
.submenu_1 {
	position: absolute;
	width: 100%;
	z-index: 100;
	left: 245px;
	top: 0px;
	display: none;
}
.submenu_1 li {
	position: relative;
	display: block;
}
.submenu_1 li:first-child {
}
.submenu_1 li.last {
}
.submenu_1 li>a {
	position: relative;
	display: inline-block;
	font: 22px/24px 'JSSynjaiNormal', sans-serif;
	color: #c2c2c2;
	background: url( ../images/re_textbackhome_bg2.png) 0 0 repeat-x;
	padding: 2px 15px 2px 10px;
	margin-left: 0px;
}
.submenu_1 li>a:hover, .submenu_1 li.sfHover>a {
	color: #ffffff;
	background: url( ../images/re_textbackhome_bg2_.png) 0 0 repeat;
}
.submenu_2 {
	position: relative;
	z-index: 100;/*left: 0px;
	top: 2px;*/
}
.submenu_2 li:first-child, .submenu_2 li {
	background: none;
	margin-left: 0px;
}
.submenu_2 li.last {
	background: none;
}
.submenu_2 a {
	font: 20px/30px 'JSSynjaiNormal', sans-serif;
	color: #c2c2c2;
}
#arr {
	width: 11px;
	height: 19px;
	left: 0px;
	position: absolute;
	background: url( ../images/arrow_menu1.png) 0 0 no-repeat;
}
/*end menu*/
/*pages*/
#content {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: 244px;
	overflow: hidden;
	top: 0;
	z-index: 10;
	background: url(../images/container_bg.png) left top repeat-y rgba(251,251,251,.50);
}
#content>ul {
	/*min-height: 600px;*/
	width: 880px;
}
#content>ul>li.no_disp {
	display: none;
	width: 0;
	height: 0;
}
#content>ul>li {
	position: absolute;
	width: 100%;
	background: none;
	overflow: hidden;
}
.bg_content1 {
	background: url( ../images/container_bg1.png) 0 0 repeat;
}
.bg_content2 {
	background: url( ../images/container_bg2.png) 0 0 repeat;
}
.list1>li:first-child {
	margin-top: 0;
}
.list1>li {
	background: url(../images/list_icon_1.png) 1px 7px no-repeat;
	padding: 0px 0px 0px 10px;
}
.list1>li>a {
	color: #5f3814;
	text-decoration:underline;
}
.list1>li>a:hover {
	color: #797573;
}
.list2>li:first-child {
	margin-top: 0;
}
.list2>li {
	display: block;
	background: url(../images/list_icon.png) 2px 2px no-repeat;
	margin-top: 5px;
	padding-left: 27px;
	font-size:12px;
}
.list2>li.hover {
	background: url(../images/list_icon_over.png) 2px 2px no-repeat;
}
.list2>li>a {
	color: #797573;
}
.list3>li {
	position: relative;
	display: inline-block;
	margin: 7px 5px;
}
.list3>li>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.list3>li>a>img {
	width: 130px;
	height: 80px;
}
.sitem_over {
	position: absolute;
	background: url( '../images/pic_bg_over.png');
	z-index: 2;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}
.sitem_over>strong {
	position: relative;
	background: url( '../images/icon_zoom.png') center no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}
.table {
	margin-bottom: 10px;
	}
.table td {
	padding: 3px;
	border: rgba(249,249,249,1.00) solid 1px;
	vertical-align:middle;
	}
/*PADDINGS*/
.pad1 {
	padding: 73px 0px 0px 0px;
}
.pad2 {
	padding: 37px 29px 15px 28px;
}
.pad3 {
	padding: 37px 28px 15px 30px;
}
.pad4 {
	padding: 35px 29px 15px 29px;
}
.padTop1 {
	padding-top: 10px;
	}
.padTop2 {
	padding-top: 20px;
	}
.padBot1 {
	padding-bottom:10px;
	}
.padBot2 {
	padding-bottom:20px;
	}
.offers {
	padding-bottom: 10px;
	border-bottom: rgba(212,212,212,1.00) solid 1px;
	margin-bottom: 10px;
}
.bnt {
	font: 20px/24px 'JSSynjaiNormal', sans-serif;
	color: #FFF;
	background: #5f3814;
	position: relative;
	cursor: pointer;
	padding: 0 10px;
	margin-right: 10px;
}
.bnt:hover {
	background: #aa975d;
	display: inline-block;
	color: #ccc;
}
a.link {
	color: #875222;
	text-decoration:underline;
	}
a.link:hover {
	color: #9b5c22;
	text-decoration: none;
	}
/*additional classes*/
.wrapper {
	width: 100%;
	overflow: hidden;
}
.clear {
	clear: both;
	line-height: 0;
}
/*google map*/
.google_map {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	width: 629px;
	height: 218px;
	border: none;
	box-shadow: none;
	background-color: #1c1c1c;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0;
}
/*end google map*/

/*------Follow Us-------*/
#follow-icon {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 0 255px;
}
#follow-icon li {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 2px;
	border: rgba(208,208,208, .9) solid 1px;
	background: rgba(238,238,238,.80);
}
#follow-icon a {
	position: relative;
	display: block;
	color: #60350e;
}
#follow-icon a:hover {
	color: #ffffff;
}
#follow-icon .img_act {
	position: absolute;
	top: 0;
	left: 0;
}
.marg_icon1 {
	margin-right: 7px;
}
.language {
	text-align: right;
	width: 300px;
	float: left;
	margin-right: 10px;
}
.language .flag {
	float: left;
	padding: 4px;
	vertical-align: middlel;
	display: inline-block;
	margin-left: 10px;
}
/*footer*/
footer {
	position: absolute;
	z-index: 9;
	width: 100%;
	bottom: 0px;
	left: 0px
}
footer p, footer a {
	font-size: 19px;
	color: #d8d8d8;
}
footer a:hover {
	color: #ffffff;
}
.footer_text1 {
	position: relative;
	float: left;
	margin-left: 265px;
}
.btn-book{
	font: 20px/24px 'JSSynjaiNormal', sans-serif;
    color: #FFF;
    background: #5f3814;
    position: relative;
    cursor: pointer;
    padding: 10px 10px;
    margin-right: 10px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 18px;
	
}
.btn-book:hover{    background: #aa975d;}
