/*
	
	Theme Name: Corniche Hotel
	
	Author: Corniche Hotel
	
	Author URI: http://open-source-design.com
	
	/* Begin Typography & Colors */
	
	
	
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}
#content {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.widecolumn .entry p {
	font-size: 1.05em;
	border: none;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.thread-alt {
	background-color: #fff;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #FFC1C1;
}
.even, .alt {
	border-left: 1px solid #FFC1C1;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2.pagetitle {
	font-size: 1.6em;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #242424;
}
small a {
	color: #424242;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */
	
	
	
	/* Begin Structure */
	
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}
.post {
	margin: 0 0 0 0;
	padding-bottom: 20px;
}
.post hr {
	display: block;
}
.postmetadata {
	clear: both;
	border: none;
	background: #EFEFEF;
	padding: 5px !important;
}
.clear {
	clear: both;
}
/* End Structure */
	
	
	
	/*	Begin Headers */
	
	
	
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 30px 0 0;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */
	
	
	
	
	
	
	
	/* Begin Images */
	
	
	
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	
	
	
		thought?!) align the image to the right. And using 'class="centered',
	
	
	
		will of course center the image. This is much better than using
	
	
	
		align="center", being much more futureproof (and valid) */
	
	
	
	
	
	
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */
	
	
	
	/* Begin Lists
	
		Special stylized non-IE bullets
	
		Do not work in Internet Explorer, which merely default to normal bullets. */
	
	
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
}
html>body .entry li {
	margin: 0px 0 0px 10px;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	line-height: 25px;
	color: #000;
}
/* End Entry Lists */
	
	
	
	/* Begin Form Elements */
	
	
	
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
}
select {
	width: 130px;
}
#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	height: 30px;
}
/* End Form Elements */
	
	
	
	/* Begin Comments*/
	
	
	
.alt {
	margin: 0;
	padding: 0;
}
.thread-even {
	background-color: #fff2f9;
}
.thread-odd {
	color: #130813;
}
.thread-odd a {
	color: #9f0647;
}
.thread-odd a:hover {
	color: #130813;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
	background-color: #FFF;
	border: 0
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */
	
	
	
	
	
	
	
	/* Begin Sidebar */
	
	
	
	
	
	
	
#sidebar form {
	margin: 0;
}
/* End Sidebar */
	
	
	
	
	
	
	
	/* Begin Calendar */
	
	
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */
	
	
	
	
	
	
	
	/* Begin Various Tags & Classes */
	
	
	
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size: 11px;
	line-height: 17px;
	color: #666
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}
/* End Various Tags & Classes*/
	
	
	
	
	
	/* Captions */
	
	
	
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
	
	
	
	/*-------------------------------------------------------------------------------------------*/
	
	
	
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0px;
	font-family: 'ProzaLibre-Regular';
	font-size: 14px;
	line-height: 24px;
	color: #2f2f2f;
	background: #0f0f0f;
}
h1, h2, h3, h4, form, input {
	margin: 0;
	padding: 0;
	outline: 0;
}
h1 {
	line-height: normal;
	font-weight: normal;
	font-family: 'ProzaLibre-Regular';
	font-size: 30px;
	margin: 0;
	padding: 0;
}
h2 {
	line-height: normal;
	font-weight: normal;
	font-family: 'ProzaLibre-Regular';
	font-size: 25px;
	margin: 0;
	padding: 0;
}
h3 {
	line-height: normal;
	font-weight: normal;
	font-family: 'ProzaLibre-Regular';
	font-size: 20px;
	margin: 0;
	padding: 0;
}
h4 {
	line-height: normal;
	font-weight: normal;
	font-family: "ProzaLibre-Bold";
	font-size: 18px;
	margin: 0;
	padding: 0;
}
h5 {
	line-height: normal;
	font-weight: normal;
	font-family: "ProzaLibre-Bold";
	font-size: 18px;
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color: #ffffff;
	outline: 0;
}
i {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:hover {
	color: #b58d2d;
	text-decoration: none;
}
img {
	max-width: 100%;
}
strong {
	font-weight: normal;
}
em strong {
	font-weight: normal;
}
.clear {
	clear: both;
}
input, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'loraregular';
	font-size: 14px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	outline: 0;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
.wrapper {
	width: 84%;
	padding: 0;
	margin: 0 8% 0 8%;
}
.clear {
	clear: both;
}
@font-face {
	font-family: 'ProzaLibre-Regular';
	src: url('fonts/ProzaLibre-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/ProzaLibre-Regular.woff') format('woff'),  url('fonts/ProzaLibre-Regular.ttf') format('truetype'),  url('fonts/ProzaLibre-Regular.svg#ProzaLibre-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProzaLibre-Light';
	src: url('fonts/ProzaLibre-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/ProzaLibre-Light.woff') format('woff'),  url('fonts/ProzaLibre-Light.ttf') format('truetype'),  url('fonts/ProzaLibre-Light.svg#ProzaLibre-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProzaLibre-LightItalic';
	src: url('fonts/ProzaLibre-LightItalic.eot?#iefix') format('embedded-opentype'),  url('fonts/ProzaLibre-LightItalic.woff') format('woff'),  url('fonts/ProzaLibre-LightItalic.ttf') format('truetype'),  url('fonts/ProzaLibre-LightItalic.svg#ProzaLibre-LightItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProzaLibre-Bold';
	src: url('fonts/ProzaLibre-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProzaLibre-Bold.woff') format('woff'),  url('fonts/ProzaLibre-Bold.ttf') format('truetype'),  url('fonts/ProzaLibre-Bold.svg#ProzaLibre-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*menu*/
	
.mainmenu {
	margin: 10px 0 10px 0;
	padding: 0;
	float: right;
}
ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	background: url(images/menu_bg.jpg) top left repeat-x;
}
ul.menu li {
	float: none;
	position: relative;
	z-index: 100;
	padding: 0 0 0 14px;
	display: inline-block;
	vertical-align: middle;
}
ul.menu li a {
	text-align: center;
}
ul.menu li a br {
	display: none;
}
ul.menu li a:link, ul.menu li a:visited {
	text-decoration: none;
	color: #b58d2d;
	float: left;
	cursor: pointer;
	font-size: 12px;
	font-family: 'ProzaLibre-Regular';
	padding: 5px 0 5px 0;
}
ul.menu li a:hover, ul.menu li.current-menu-item a, ul.menu li a.menuhover {
	color: #fff;
	background: url(images/menu_hover.jpg) top left repeat-x;
}
ul.menu ul {
	position: absolute;
	top: 30px;
	left: 0;
	list-style: none;
	z-index: 1;
	margin: 0;
	padding: 0;
	display: none;
}
ul.menu ul li {
	position: relative;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	z-index: 1;
	border-bottom: #052245 1px solid;
}
ul.menu ul li a:link, ul.menu ul li a:visited {
	display: block;
	margin: 0px;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background: #b58d2d;
	height: auto;
	width: 145px;
	font-weight: normal;
	line-height: 22px;
	z-index: 1;
	border: none;
}
ul.menu ul li a:hover {
	background: #0a3f83;
	color: #fff;
	border: none;
}
ul.menu ul ul {
	left: 155px;
	top: 0px;
}
.menu_link1 {
	display: none;
}
.black_over {
	display: none;
}
.open .black_over {
	display: block;
	width: 100%;
	z-index: 999;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0, 0,0.20);
}
/*top*/
	
.top_main {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}
.top_in {
	float: left;
	width: 100%; /*transition:all 0.5s ease-out;*/
	z-index: 999;
	margin: 0 0 -100px 0;
}
.top_in .wrapper {/*transition:all 0.5s ease-out;*/
}
.top_in.fixed {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
}
.top_main .top_in fixed {
	min-height: 40px;
}
.spacer {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 0;
}
.top {
	margin: 0;
	padding: 0 8% 0 8%;
	float: left;
	width: 100%;
}
.top_left {
	margin: 0 0 5px 0;
	padding: 40px 0 0 0;
	float: left;
	width: 232px;
}
.logo {
	width: auto;
	float: left;
	transition: all ease 0.2s;
}
.logo a {
	line-height: inherit;
}
.top_rgt {
	margin: 0;
	padding: 0;
	float: right;
}
.top_rgt .book_btn {
	margin: -2px 0 0 0; /*padding:0; float:right;  display:block; width:100%;*/
	transition: all ease 0.2s;
}
.top_rgt .book_btn a {
	margin: 0;
	padding: 15px 37px 15px 37px;
	font-family: 'ProzaLibre-Regular';
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #b58d2d;
}
.top_rgt .book_btn a:hover {
	background: #b58d2d;
	color: #000;
}
.fixed .top {
	display: table;
	padding: 0 2%;
}
.fixed .top_left {
	padding: 15px 0 0px 0;
	width: 220px;
	margin: 0;
}
.fixed .mainmenu {
	margin: 20px 0 10px 0;
}
.fixed ul.menu li a:link, ul.menu li a {
	line-height: normal;
}
.top_in.fixed .wrapper {
	width: 95%;
	margin: 0 auto;
	float: none;
	transition: all 0.5s ease-out;
}
.fixed .top_rgt .book_btn {
	margin: 15px 10px 15px;
	padding: 0;
	float: right;
	display: table-cell;
	vertical-align: middle;
	width: inherit;
}
.fixed .top_rgt .book_btn a {
	padding: 6px 15px;
	font-size: 12px;
	line-height: 24px;
}
/*header*/
	
.header {
	margin: 0;
	padding: 100px 0 0 0;
	float: left;
	width: 100%;
}
.header_img img {
	float: left;
	width: 100%;
}
/*hotel*/
	
.hotel_info {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.hotel_title {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.hotel_title h2 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 36px;
	line-height: normal;
	color: #b58d2d;
	text-transform: uppercase;
	font-family: 'ProzaLibre-Regular';
	text-align: center;
}
.htl_srt_info {
	margin: 1.5% 0 0 0;
	padding: 0 13% 0 13%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-family: 'ProzaLibre-Regular';
	text-align: center;
}
/*rooom*/
	
.home_cn_logo {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 15px 0;
}
.room_info {
	margin: 6% 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
}
.room_bg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.room_bg img {
	float: left;
	width: 100%;
}
/*room_detail*/
	
.room_info .room_detail {
	margin: 0;
	padding: 2%;
	width: 50%;
	border: 3px solid rgba(255,255,255,0.4);
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.room_info .room_detail .room_title {
	margin: 0;
	padding: 10%;
	float: left;
	width: 100%;
	background: #a9342a;
}
.room_info .room_detail .room_title h2 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 55px;
	line-height: 60px;
	color: #ffffff;
	font-family: 'ProzaLibre-Light';
	text-align: center;
}
.room_info .room_detail .room_title h2 span {
	font-size: 100px;
	line-height: 60px;
	color: rgba(0,0,0,0.1);
	font-family: 'ProzaLibre-LightItalic';
	letter-spacing: -6px;
	margin: 0 0 0 -34px;
	text-align: center;
}
.room_info .room_detail .room_title .rm_con {
	margin: 0;
	padding: 3% 0 10% 0;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #62261e;
	font-family: 'ProzaLibre-Regular';
}
.room_info .room_detail .room_title .exp_btn {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}
.room_info .room_detail .room_title .exp_btn a {
	display: inline-block;
	padding: 13px 47px 13px 47px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-family: 'ProzaLibre-Regular';
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #ffffff;
}
.room_info .room_detail .room_title .exp_btn a:hover {
	background: #ffffff;
}
/*Dining*/
	
	
	
.dining_info {
	margin: 6% 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
}
.dining_bg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.dining_bg img {
	float: left;
	width: 100%;
}
/*Dining detail*/
	
.dining_info .room_detail {
	margin: 0;
	padding: 2%;
	width: 50%;
	border: 3px solid rgba(255,255,255,0.4);
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.dining_info .room_detail .room_title {
	margin: 0;
	padding: 10%;
	float: left;
	width: 100%;
	background: #ededed;
}
.dining_info .room_detail .room_title h2 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 50px;
	line-height: 60px;
	color: #b58d2d;
	font-family: 'ProzaLibre-Light';
	text-align: center;
}
.dining_info .room_detail .room_title h2 span {
	font-size: 100px;
	line-height: 60px;
	color: rgba(0,0,0,0.1);
	font-family: 'ProzaLibre-LightItalic';
	letter-spacing: -6px;
	margin: 0 0 0 -34px;
}
.dining_info .room_detail .room_title .rm_con {
	margin: 0;
	padding: 3% 0 10% 0;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #979797;
	font-family: 'ProzaLibre-Regular';
}
.dining_info .room_detail .room_title .exp_btn {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}
.dining_info .room_detail .room_title .exp_btn a {
	display: inline-block;
	padding: 13px 47px 13px 47px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-family: 'ProzaLibre-Regular';
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #b58d2d;
}
.dining_info .room_detail .room_title .exp_btn a:hover {
	background: #b58d2d;
}
/*meeting*/
	
.meeting_info {
	margin: 6% 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
}
.meeting_bg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.meeting_bg img {
	float: left;
	width: 100%;
}
/*meeting_detail*/
	
.meeting_info .room_detail {
	margin: 0;
	padding: 2%;
	width: 50%;
	border: 3px solid rgba(255,255,255,0.4);
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.meeting_info .room_detail .room_title {
	margin: 0;
	padding: 10%;
	float: left;
	width: 100%;
	background: #b58d2d;
}
.meeting_info .room_detail .room_title h2 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 35px;
	line-height: 60px;
	color: #ffffff;
	font-family: 'ProzaLibre-Regular';
	text-align: center;
}
.meeting_info .room_detail .room_title h2 span {
	font-size: 100px;
	line-height: 60px;
	color: rgba(0,0,0,0.1);
	font-family: 'ProzaLibre-LightItalic';
	letter-spacing: -6px;
	margin: 0 0 0 -14px;
}
.meeting_info .room_detail .room_title .rm_con {
	margin: 0;
	padding: 3% 0 10% 0;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #725819;
	font-family: 'ProzaLibre-Regular';
}
.meeting_info .room_detail .room_title .exp_btn {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}
.meeting_info .room_detail .room_title .exp_btn a {
	display: inline-block;
	padding: 13px 47px 13px 47px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-family: 'ProzaLibre-Regular';
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #ffffff;
}
.meeting_info .room_detail .room_title .exp_btn a:hover {
	background: #ffffff;
}
/*contact_map*/
	
.contact_map {
	margin: 6% 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
}
.map_bg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.map_bg img {
	float: left;
	width: 100%;
}
/*contact_map detail*/
	
.contact_map .room_detail {
	margin: 0;
	padding: 2%;
	width: 50%;
	border: 3px solid rgba(255,255,255,0.4);
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}
/*.contact_map .room_detail .room_title {margin:0; padding:10%; float:left; width:100%;background:url(images/map_backgraound.png) no-repeat;  background-size:cover;}*/
	
	
	
	
	
	
	
.contact_map .room_detail .room_title {
	margin: 0;
	padding: 7%;
	float: left;
	width: 100%;
	background: #0c263c url(images/map_backgraound.png) no-repeat;
	position: relative;
	background-size: cover;
}
.contact_map .room_detail .room_title::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background: rgba(12,38,60,0.6);
	background: -moz-linear-gradient(left, rgba(12,38,60,0.55) 0%, rgba(12,38,60,1) 65%, rgba(12,38,60,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,38,60,0.55)), color-stop(65%, rgba(12,38,60,1)), color-stop(100%, rgba(12,38,60,1)));
	background: -webkit-linear-gradient(left, rgba(12,38,60,0.55) 0%, rgba(12,38,60,1) 65%, rgba(12,38,60,1) 100%);
	background: -o-linear-gradient(left, rgba(12,38,60,0.55) 0%, rgba(12,38,60,1) 65%, rgba(12,38,60,1) 100%);
	background: -ms-linear-gradient(left, rgba(12,38,60,0.55) 0%, rgba(12,38,60,1) 65%, rgba(12,38,60,1) 100%);
	background: linear-gradient(to right, rgba(12,38,60,0.55) 0%, rgba(12,38,60,1) 65%, rgba(12,38,60,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c263c', endColorstr='#0c263c', GradientType=1 );
}
.contact_map .room_detail .room_title h2 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 42px;
	line-height: 60px;
	color: #ffffff;
	font-family: 'ProzaLibre-Regular';
	text-align: left;
	position: relative;
}
.contact_map .room_detail .room_title h2 span {
	font-size: 100px;
	line-height: 60px;
	color: rgba(181,141,45,0.2);
	font-family: 'ProzaLibre-LightItalic';
	letter-spacing: -6px;
	margin: 0 0 0 -14px;
	position: relative;
}
.contact_map .room_detail .room_title ul.add_detail {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
}
.contact_map .room_detail .room_title ul.add_detail li {
	margin: 0 0 25px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.contact_map .room_detail .room_title ul.add_detail li a {
	display: inline-flex;
	color: #ffffff;
}
.contact_map .room_detail .room_title ul.add_detail li a:hover {
	color: #b58d2d;
}
.contact_map .room_detail .room_title ul.add_detail li a:hover .add_map {
	background: #b58d2d;
	border: none;
}
.contact_map .room_detail .room_title ul.add_detail .add_map {
	margin: 0;
	padding: 0;
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 2px solid #b58d2d;
	display: table;
	text-align: center;
}
.contact_map .room_detail .room_title ul.add_detail .add_map i {
	margin: 0;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	line-height: 24px;
	color: #ffffff;
}
.contact_map .room_detail .room_title ul.add_detail .add_con {
	padding: 10px 0 0 15px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-family: 'ProzaLibre-Regular';
	display: inline-block;
}
.contact_map .room_detail .room_title ul.add_detail .add_con span {
	font-size: 16px;
	font-family: 'ProzaLibre-Bold';
	padding: 0;
	line-height: 24px;
	float: left;
	width: 100%;
}
.contact_map .room_detail .room_title ul.add_detail .add_con .call {
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
}
.contact_map .room_detail .room_title ul.add_detail .add_con .call a {
	font-size: 16px;
	font-family: 'ProzaLibre-Bold';
	padding: 0 0 10px 0;
	line-height: 24px;
	float: left;
	width: 100%;
	color: #ffffff;
}
.contact_map .room_detail .room_title ul.add_detail .add_con .call a:hover {
	color: #b58d2d;
}
.contact_map .room_detail .room_title ul.add_detail .con_detail {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.contact_map .room_detail .room_title .exp_btn {
	margin: 35px 0 20px 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.contact_map .room_detail .room_title .exp_btn a {
	margin: 0 auto;
	padding: 13px 47px 13px 47px;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-family: 'ProzaLibre-Regular';
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #b58d2d;
}
.contact_map .room_detail .room_title .exp_btn a:hover {
	background: #b58d2d;
}
/*footer*/
	
.footer {
	margin: 6% 0 70px 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #b58d2d;
	padding: 40px 15px 25px 15px;
}
.footer ul.footer_detail {
	margin: 0;
	padding: 0 0 15px 0;
	float: left;
	width: 100%;
	border-bottom: 2px solid #c4a457;
}
.footer ul.footer_detail li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}
.footer ul.footer_detail li .ft_title {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-family: 'ProzaLibre-Bold';
	width: 10%
}
.footer ul.footer_detail li .ft_con {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 90%;
}
.footer ul.footer_detail li .ft_con a {
	font-size: 12px;
	color: rgba(0,0,0,0.7);
	font-family: 'ProzaLibre-Regular';
	vertical-align: middle;
}
.footer ul.footer_detail li .ft_con a:hover {
	color: #ffffff;
}
.footer ul.footer_detail li .ft_con a:hover i {
	color: #ffffff;
}
.footer ul.footer_detail li .ft_con ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.footer ul.footer_detail li .ft_con ul li {
	margin: 0 12px 0 0;
	padding: 0;
	float: none;
	display: inline-block;
	width: auto;
}
.footer ul.footer_detail li .ft_con ul li:first-child {
	margin-left: 0;
}
.footer ul.footer_detail li .ft_con ul li a, .ph_num a {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 12px;
	color: rgba(0,0,0,0.7);
	font-family: 'ProzaLibre-Regular';
}
.footer ul.footer_detail li .ft_con i {
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	padding: 5px 5px 0 5px;
}
.footer ul.footer_detail li .ft_con a:hover {
	color: #ffffff;
}
.footer ul.footer_detail li .ft_con a:hover i {
	color: #ffffff;
}
.footer ul.footer_detail li .ft_con ul li a:hover, .ph_num a:hover {
	color: #ffffff;
}
.footer ul.footer_detail li .ft_con .ph_num {
	margin: 0 0 0 55px;
	padding: 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.footer ul.footer_detail li .ft_con .ph_num a i {
	margin: 0 10px 0 0;
}
.footer ul.footer_detail li .ft_con .ph_num a i:hover {
}
.footer ul.footer_detail li .ft_con .ph_num a:hover {
	color: #ffffff;
}
/*footer_copyright*/
	
	
	
.ftr_cpy {
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	font-family: 'ProzaLibre-Regular';
	color: #3c2d08;
}
.ftr_cpy .ftr_cpy_left {
	margin: 0;
	padding: 0;
	float: left;
}
.ftr_cpy .ftr_cpy_left span {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	color: #ffffff;
}
.ftr_cpy .ftr_cpy_rgt {
	margin: 0;
	padding: 5px 0 0 0;
	float: right;
}
.ftr_cpy .ftr_cpy_rgt a {
	background: url(images/multi_logo.png) no-repeat scroll 0 0;
	float: right;
	height: 12px;
	position: relative;
	width: 79px;
	z-index: 10;
	right: 10px
}
.ftr_cpy .ftr_cpy_rgt a:hover {
	background: url(images/multi_logo.png) no-repeat scroll 0 -11px;
}
/*promotion_page*/
	
.promotion {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.promo_bg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.promo_bg img {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.promo_detail {
	margin: 0;
	padding: 30px 40px 30px 40px;
	float: left;
	width: 100%;
	background: #b58d2d;
}
.promo_detail .promo_title {
	margin: 0;
	padding: 0;
	float: left;
	width: 30%;
}
.promo_detail .promo_title h2 {
	font-size: 48px;
	line-height: 60px;
	color: #ffffff;
	font-family: 'ProzaLibre-Light';
}
.promo_detail .promo_con {
	margin: 0 0 0 45px;
	padding: 0;
	float: left;
	width: 65%;
	font-size: 14px;
	line-height: 16px;
	color: rgba(15,15,15,0.5);
}
/*room&suite*/
	
.suite {
	padding: 0;
	margin: 5% 0 0 0;
	float: left;
	width: 100%;
}
.suite .suite_title {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.suite .suite_title h3 {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: normal;
	padding: 0 0 10px 0;
	color: #b58d2d;
	font-family: 'ProzaLibre-Light';
}
.suite_gal {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	width: 100%;
}
.suite_gal .item {
	margin: 0;
	padding: 0;
	float: left;
}
#owl-demo2 .item {
	margin: 5px;
}
.suite_gal .gal_title {
	margin: 0 0 10px 0;
	padding: 0;
	float: none;
	width: 100%;
	min-height: 40px;
	overflow: hidden;
	font-size: 16px;
	line-height: 23px;
	color: rgba(255,255,255,0.8);
	font-family: 'ProzaLibre-Regular';
	min-height: 50px;
	display: table;
	text-align: left;
}
.suite_gal .gal_title span {
	display: table-cell;
	vertical-align: middle;
	width: 75%;
	text-align: left;
}
.suite_gal .gal_title img {
	width: auto;
}
.suite_gal .gal_title a {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	color: rgba(255,255,255,0.8);
	font-family: 'ProzaLibre-Regular';
	display: flex;
	align-items: flex-end;
	vertical-align: middle;
	max-height: 45px;
	overflow: hidden;
}
.owl-carousel .owl-stage-outer {
	margin: 15px 0 0 0;
}
.suite_gal .gal_title a:hover {
	color: #ffffff;
}
.suite_gal .gal_img {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	border: 2px solid #b58d2d;
	max-height: 176px;
	overflow: hidden;
}
.suite_gal .gal_img img {
	float: left;
	width: 100%;
}
.suite_gal .gal_con {
	margin: 0;
	padding: 5px 10px;
	float: left;
	width: 100%;
	background: #b58d2d;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	transition: all 0.5s ease-out;
	height: 100%;
	border: 2px solid #b58d2d;
}
.suite_gal .gal_con p {
	margin: 0;
}
.suite_gal .item {
	overflow: hidden;
}
.suite_gal .item > a {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.suite_gal .item:hover .gal_img .gal_con {
	top: 0;
}
.popup_cnt {
	width: 1000px;
	font-family: 'ProzaLibre-Regular';
	line-height: 22px;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 0;
}
/*.popup_cnt h3 {color:#b58d2d; font-size:20px;  font-family:'ProzaLibre-Regular'; line-height:normal;}*/
	
.fancybox-inner {
	overflow-x: hidden !important;
}
.fancybox-skin {
	padding: 0 !important;
	border: none;
	border: 2px solid #b58d2d !important;
	border-radius: inherit !important;
}
.popup_cnt .popup_img {
	margin: 0;
	padding: 0;
	float: left;
	width: 40%;
}
.popup_cnt .popup_img img {
	float: left;
	width: 100%;
}
.popup_cnt .popup_rgt {
	width: 60%;
	margin: 0;
	padding: 0;
	float: left;
	padding: 10px 20px;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	height: 400px;
}
.popup_cnt h3 {
	color: #b58d2d;
	font-size: 20px;
	font-family: 'ProzaLibre-Regular';
	line-height: normal;
	text-align: center;
}
#owl-demo .item {
	margin: 5px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.mid {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.fancybox-close {
	background: none !important;
	top: 0;
}
.fancybox-close:after {
	content: '\02DF';
	width: 30px;
	height: 30px;
	color: #b58d2d !important;
	font-size: 64px;
}
/*inner_page*/
	
	
	
	/*rom_suite*/
	
.rom_suite {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.rom_suite .rom_suite_bg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.rom_suite .rom_suite_bg img {
	float: left;
	width: 100%;
	height: 100% !important;
}
.rom_suite_dtl {
	margin: 0;
	float: left;
	width: 100%;
	padding: 30px 40px 30px 40px;
	background: #b58d2d;
	display: table;
}
.rom_suite_title {
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
	width: auto;
}
.rom_suite_title h2 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 40px;
	line-height: 60px;
	color: #ffffff;
	font-family: 'ProzaLibre-Light';
}
.rom_suite_title h2 span {
	font-size: 100px;
	line-height: 60px;
	color: rgba(0,0,0,0.1);
	font-family: 'ProzaLibre-LightItalic';
	letter-spacing: -24px;
	margin: 0 0 0 -31px;
}
.rom_suite_title h2 span span {
	margin: 0px !important;
	letter-spacing: 0px !important;
}
.rom_suite_con {
	margin: 0 0;
	padding: 0;
	float: none;
	width: auto;
	font-size: 14px;
	color: rgba(15,15,15,0.6);
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	max-width: 600px;
}
/*suite_type*/
	
.suite_type {
	margin: 55px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
.suite_type .su_ty_left {
	margin: 0 30px 0 0;
	padding: 0;
	float: left;
	width: 42%;
}
.suite_type .su_ty_left .su_ty_bg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.suite_type .su_ty_left .su_ty_bg a {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.suite_type .su_ty_left .su_ty_bg a > img {
	float: left;
	width: 100%;
	height: auto;
	transition: all 0.5s ease-out;
}
.suite_type .su_ty_left .su_ty_bg .rm_overlay {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease-out;
}
.suite_type .su_ty_left .su_ty_bg a:hover > img {
	filter: blur(5px);
}
.suite_type .su_ty_left .su_ty_bg a:hover .rm_overlay {
	opacity: 1;
}
.suite_type .su_ty_left .su_ty_bg .rm_overlay .overlay_in {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
	background: #b58d2d;
	opacity: 0.6;
}
.suite_type .su_ty_left .su_ty_bg .overlay_in span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	left: 0;
}
.suite_type .su_ty_rgt {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
.suite_type .su_ty_rgt .suite_name {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.suite_type .su_ty_rgt .suite_name h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	color: #b58d2d;
	font-family: 'ProzaLibre-Regular';
}
.suite_type .su_ty_rgt .suite_name.dining_name h2 {
	display: none;
	float: none;
}
.suite_type .su_ty_rgt .suite_name h2 a {
	color: #b58d2d;
}
.suite_type .su_ty_rgt .suite_name h2 a:hover {
	color: #fff;
}
.suite_type .su_ty_rgt .suite_dtl {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 14px; /*line-height:16px*/
	;
	color: #ffffff;
	font-family: 'ProzaLibre-Regular';
}
/*aminity*/
	
.suite_type .su_ty_rgt .aminity {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
}
.suite_type .su_ty_rgt .aminity h3 {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	font-size: 14px;
	line-height: 16px;
	color: #b58d2c;
	font-family: 'ProzaLibre-Bold';
	width: 100%;
}
/*facility*/
	
.suite_type .su_ty_rgt .facility {
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	width: 28%;
}
.suite_type .su_ty_rgt .facility .cft_mak {
	margin: 0;
	padding: 10px;
	float: left;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 100%;
	text-align: center;
}
.suite_type .su_ty_rgt .facility .cft_mak:hover {
	border: 1px solid #b58d2d;
}
.suite_type .su_ty_rgt .facility .cft_mak img {
	float: left;
	width: 25px;
	height: 25px;
}
.suite_type .su_ty_rgt .facility .room_safe {
	margin: 0 0 0 15px;
	padding: 10px;
	float: left;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 50px;
	text-align: center;
}
.suite_type .su_ty_rgt .facility .room_safe:hover {
	border: 1px solid #b58d2d;
}
.suite_type .su_ty_rgt .facility .room_safe img {
	float: left;
	width: 25px;
	height: 25px;
}
.suite_type .su_ty_rgt .aminity ul.cft_dtl {
	margin: 8px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}
.suite_type .su_ty_rgt .aminity ul.cft_dtl li {
	font-size: 10px;
	line-height: 14px;
	color: rgba(255,255,255,0.3);
	font-family: 'ProzaLibre-Regular';
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.suite_type .su_ty_rgt .aminity .cft_dtl li:hover {
	color: #ffffff;
}
/*suite_size*/
	
.suite_type .su_ty_rgt .aminity .suite_size {
	margin: 30px 0 0 0;
	padding: 0 10px 0 25px;
	float: left;
	width: 23%;
	font-size: 12px;
	line-height: 18px;
	color: rgba(255,255,255,0.3);
	font-family: 'ProzaLibre-Regular';
	border-left: 1px solid rgba(255,255,255,0.3);
}
.suite_type .su_ty_rgt .aminity .suite_size .sut_sq {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	color: #b58d2d;
	font-family: 'ProzaLibre-Regular';
}
.suite_type .su_ty_rgt .aminity .suite_size .sut_sq span {
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 18px;
	font-family: 'ProzaLibre-Bold';
}
.suite_type .su_ty_rgt .aminity .book_nw_btn {
	margin: 33px 0 0 0;
	padding: 0;
	float: none;
	width: 26%;
	display: inline-block;
	vertical-align: top;
}
.suite_type .su_ty_rgt .aminity .book_nw_btn a {
	margin: 0;
	padding: 15px 20px 12px 20px;
	float: right;
	width: 100%;
	font-family: 'ProzaLibre-Regular';
	font-size: 14px;
	line-height: 19px;
	color: #b58d2d;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #b58d2d;
	text-align: center;
}
.suite_type .su_ty_rgt .aminity .book_nw_btn a:hover {
	background: #b58d2d;
	color: #000;
}
/*owl-slider*/
	
.owl-theme .owl-nav {
	position: absolute;
	top: -60px;
	right: 8%;
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .owl-prev {
	background: url(images/left_nav.png) no-repeat right 5px center;
	text-indent: -999999px;
	width: 38px;
	height: 38px;
	font-size: 12px;
	display: inline-block;
	border: 2px solid #b58d2d;
	vertical-align: top;
	margin: 0 10px 0 0;
	border-radius: 3px;
}
.owl-theme .owl-nav .owl-prev:hover {
	background: #b58d2d url(images/left_hover.png) no-repeat right 5px center;
}
.owl-theme .owl-nav .owl-next {
	background: url(images/right_nav.png) no-repeat right 5px center;
	text-indent: -99999px;
	width: 38px;
	height: 38px;
	font-size: 12px;
	display: inline-block;
	border: 2px solid #b58d2d;
	vertical-align: top;
	margin: 0;
	border-radius: 3px;
}
.owl-theme .owl-nav .owl-next:hover {
	background: #b58d2d url(images/right_hover.png) no-repeat right 5px center;
}
.content_part {
	width: 100%;
	float: left;
	color: #fff;
	font-family: 'ProzaLibre-Regular';
	line-height: 30px;
	margin: 4% 0 0 0;
}
.cont_left {
	width: 48%;
	float: left;
}
.cont_left input[type="text"], .cont_left input[type="email"], .cont_left input[type="tel"] {
	background: none;
	border: 1px solid #ccc;
	display: inline-block;
	font-family: "ProzaLibre-Regular";
	font-size: 13px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	color: #ccc;
}
.cont_left textarea {
	background: none;
	border: 1px solid #ccc;
	font-family: "ProzaLibre-Regular";
	font-size: 13px;
	margin-bottom: 10px;
	min-height: 100px;
	padding: 5px 10px;
	resize: none;
	width: 100%;
	color: #fff;
}
.cont_left input[type="submit"] {
	background: #b58d2d;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-family: "ProzaLibre-Bold";
	font-size: 14px;
	padding: 10px 30px;
}
.cont_left input[type="submit"]:hover {
	background: #fff;
	color: #000;
}
.cont_right {
	width: 48%;
	float: right;
	padding: 10px 0 0;
}
.cont_address {
	width: 100%;
	float: left;
}
.google_map {
	width: 100%;
	float: left;
	margin: 15px 0 0;
}
.mid_left {
	float: left;
	width: 70%;
}
.sidebar {
	float: right;
	width: 25%;
	padding: 10px 0 0 0;
}
.sidebar h2 {
	border-left: 10px #b58d2d solid;
	border-bottom: 1px #b58d2d solid;
	padding: 0 0 0 8px;
	margin-bottom: 15px;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
}
.sidebar li {
	list-style: none;
	padding: 0 0 15px 0;
}
.sidebar ul ul li {
	border: none;
	padding: 0px;
}
.sidebar ul ul li a:link, .sidebar ul ul li a:visited {
	color: #fff;
	border-left: 10px #b58d2d solid;
	padding: 0 0 0 10px;
	margin: 8px 0;
	line-height: 16px;
	display: inline-block;
}
.sidebar ul ul li a:hover {
	color: #b58d2d;
	border-left: 10px #fff solid;
}
.tp-bullets {
	bottom: -25px !important;
}
.bullet {
	width: 30px !important;
	height: 4px !important;
	background: #b58d2d !important;
	cursor: pointer !important;
	margin: 0 6px;
	float: none !important;
	display: inline-block !important;
}
.bullet.selected {
	background: #fff !important;
}
.main_img {
	width: 100%;
	float: none;
	display: block;
	margin: 20px 0 20px 0;
}
.main_img img {
	width: 100%;
	display: block;
}
.mid_left .aminity {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
	text-align: left;
}
.mid_left .aminity h3 {
	text-align: left;
	color: #fff;
	padding: 0 0 15px 0;
}
.aminity .aminity_box {
	width: 28%;
	float: none;
	display: inline-block;
	padding: 0 20px;
	margin: 20px 0 0 0;
	text-align: left;
	vertical-align: top;
}
.aminity .book_nw_btn {
	width: 100%;
	float: left;
	margin: 15px 0;
	text-align: center;
}
.aminity .book_nw_btn a {
	display: inline-block;
	border: 2px solid #b58d2d;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	padding: 15px 20px 15px 20px;
	line-height: normal;
}
.aminity .book_nw_btn a:hover {
	background: #b58d2d;
	color: #000;
}
.aminity_box .cft_mak {
	width: auto;
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 100%;
	text-align: center;
	padding: 10px;
}
.aminity_box .cft_mak:hover {
	border: 1px solid #b58d2d;
}
.aminity_box .cft_mak img {
	float: left;
	width: 25px;
	height: 25px;
}
.aminity_box .room_safe {
	width: auto;
	float: left;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 100%;
	text-align: center;
	padding: 10px;
}
.aminity_box .room_safe:hover {
	border: 1px solid #b58d2d;
}
.aminity_box .room_safe img {
	float: left;
	width: 25px;
	height: 25px;
}
.aminity_box .cft_dtl {
	width: 100%;
	float: left;
	margin: 8px 0 0 0;
	padding: 0px;
}
.aminity_box .cft_dtl li {
	width: 100%;
	font-size: 10px;
	list-style: none;
	line-height: normal;
	color: rgba(255,255,255,0.3);
	font-family: 'ProzaLibre-Regular';
	margin: 2px 0;
	padding: 0;
	float: left;
}
.aminity_box.suite_size {
	color: rgba(255,255,255,0.3);
}
.aminity_box.suite_size .sut_sq {
	color: #b58d2d;
}
.aminity_box.suite_size .sut_sq span {
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: normal;
	font-family: 'ProzaLibre-Bold';
	color: #b58d2d;
}
.subscribe_form {
	width: 100%;
	float: left;
	text-align: center;
	border-top: solid 1px #242424;
	margin: 45px 0 0;
	padding: 30px 0 0;
}
.mc4wp-form-fields {
	display: inline-block;
}
.subscribe_form input[type="email"] {
	border: 1px solid #000;
	padding: 11px 10px;
	width: 70%;
	font-family: 'ProzaLibre-Regular';
}
.subscribe_form label {
	font-size: 15px;
}
.subscribe_form h3 {
	color: #fff;
	padding: 0 0 15px 0;
}
.subscribe_form input[type="submit"] {
	background: #b58d2d;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	font-family: 'ProzaLibre-Regular';
	margin: 0 -2px 0 0;
	border: 0;
}
.subscribe_form input[type="submit"]:hover {
	background: #fff;
	color: #b58d2d;
}
.aminity .hotel_gallery {
	width: 100%;
	float: left;
}
.ngg-gallery-thumbnail a {
	margin: 1px !important;
}
.ngg-navigation span {
	margin: 0 12px !important;
}
.ngg-navigation a {
	margin: 0 12px !important;
}
.ngg-navigation a.next, .ngg-navigation a.page-numbers, .ngg-navigation a.prev, .ngg-navigation span.next, .ngg-navigation span.page-numbers, .ngg-navigation span.prev {
	border: none !important;
}
body .ngg-navigation a.next:hover, body .ngg-navigation a.page-numbers:hover, body .ngg-navigation a.prev:hover, body .ngg-navigation span.next:hover, body .ngg-navigation span.page-numbers:hover, body .ngg-navigation span.prev:hover {
	background-color: #B58D2D !important;
}
.ngg-gallery-thumbnail-box img {/* width:100%; display:block;*/
}
.rom_suite_dtl + .rom_suite_dtl {
	display: none;
}
.mc4wp-error {
	color: #F00 !important;
}
.offer_info {
	width: 100%;
	float: left;
	font-family: "ProzaLibre-Bold";
	font-weight: normal;
	line-height: normal;
	margin: 0 0 10px;
}
.room_type {
	width: 1000px;
	font-family: 'ProzaLibre-Regular';
	line-height: 22px;
	padding: 10px;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.gallery_part {
	width: 100%;
	float: left;
	text-align: center;
}
.term-dining-facilities .aminity {
	display: none;
}
.booking_info {
	width: 100%;
	float: left;
}
.booking_input {
	width: 50%;
	padding: 3px 2%;
	margin: 0px;
	float: left;
}
.booking_input label {
	width: 100%;
	float: left;
	line-height: normal;
	padding: 0 0 4px 0;
	font-size: 16px;
}
.booking_input.full_box {
	width: 100%;
}
.booking_input input[type="text"], .booking_input input[type="email"], .booking_input input[type="tel"], .booking_input select {
	background: none;
	border: 1px solid #ccc;
	min-height: 45px;
	display: inline-block;
	font-family: "ProzaLibre-Regular";
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	color: #000;
}
.booking_input input[type="submit"] {
	background: #b58d2d;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-family: "ProzaLibre-Bold";
	font-size: 14px;
	padding: 10px 30px;
}
.booking_input input[type="submit"]:hover {
	background: #000;
	color: #b58d2d;
}
.booking_input textarea {
	background: none;
	border: 1px solid #ccc;
	font-family: "ProzaLibre-Regular";
	font-size: 14px;
	margin-bottom: 10px;
	height: 120px;
	padding: 5px 10px;
	resize: none;
	width: 100%;
	color: #000;
}
.booking_input select {
	cursor: pointer;
	font-size: 14px;
}
.booking_input .hasDatepicker {
	background: url(images/calendar_icon.png) no-repeat scroll right 7px !important;
}
.booking_input .wpcf7-select {
	background: url(images/dwn_icon.png) no-repeat scroll right 18px;
}
div.wpcf7-mail-sent-ok {
	width: 100%;
	float: left;
}
.misw-slider-image {
	border: 1px solid #b58d2d;
	padding: 10px;
}
.sp-selected-button {
	background-color: #b58d2d !important;
}
.sp-buttons .sp-button {
	border: 2px solid #b58d2d !important;
}
.booking_pop {
	width: 800px;
	padding: 20px;
	float: left;
}
div.wpcf7-validation-errors {
	width: 100%;
	float: left;
}
.din_logo {
	float: left;
}
.floor_capacities_view {
	width: 800px;
	padding: 10px;
}
.floor_capacities_view h3 {
	margin: 0 0 15px 0;
}
.capacities_floor {
	background: #b58d2d;
	color: #fff;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 16px;
	display: inline-block;
	margin: 20px 0 0 0;
	text-align: center;
}
.capacities_floor:hover {
	background: #fff;
	color: #000;
}
.content_part h2 {
	color: #b58d2d;
}
.promo_icon {
	margin: 0 12px 0 0;
	width: 50px;
}
.sidebar .side_img {
	padding: 10px;
	border: 1px solid #b58d2d;
	float: left;
	width: 100%;
}
.sidebar .side_img img {
	float: left;
	width: 100%;
}
.mc4wp-alert.mc4wp-notice, .mc4wp-alert.mc4wp-success {
	color: #fff !important;
}
ul.lists {
	list-style-type: square;
}
.ngg-gallery-thumbnail {
	width: 20%!important;
	display: inline!important;
	border: 0px solid #000!important;
	margin: 1 px!important;
}
.ngg-gallery-thumbnail-box {
	display: inline!important;
	border: 0px !important;
	margin: 1 px!important;
}
.ngg-gallery-thumbnail-box img {
	width: 350px!important;
	height: auto;
}

.facility-sec { width:100%; float:left;}
.facility-sec h2 {
	color: #b58d2d;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: normal;
}
ul.main-list {
	margin: 15px 0 15px 15px;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left;
}
ul.main-list li {
	margin: 0;
	padding: 0;
	width: 48%;
	float: left;
	line-height: 25px;
	position: relative;
}
ul.main-list li::before {
	content: "\2022";
	position: absolute;
	left: -18px;
	top: 0px;
	font-size: 32px;
	color: #b58d2d;
}

.tp-loader { z-index:90 !important;} 

#fancybox-overlay { overflow:hidden !important;}
#fancybox-wrap { width:510px !important;}
#fancybox-content {border-width: 0px !important;}
#fancybox-outer {
	padding: 0 !important;
	border: none;
	border: 2px solid #b58d2d !important;
	border-radius: inherit !important;
}


#fancybox-close {
	background: none !important;
	top: 0;
}
#fancybox-close:after {
	content: '\02DF';
	width: 30px;
	height: 30px;
	color: #b58d2d !important;
	font-size: 64px;
}
#fancybox-overlay {background-color: rgb(0, 0, 0) !important; opacity: 0.7 !important;}


@media (max-width: 767px) {
.fancybox-content-inside { width:auto !important;}
.fixed .top_rgt .book_btn a { display:none}	
.fixed .top_rgt .book_btn a:last-child { display:block}
}