/* Fix old style */
body {
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.h1top {
	font-size: 0;
	margin:0;
	padding:0;
}
#fadeshow3 {
	z-index: 1;
}
.descpanelbg {
	width: 100% !important;
}
.gallerylayer img {
	width: 100%;
}

/* Navigation bar */
.navigation-mobile-bar {
	background-color: #22180c;
	width: 100%;	
	color: #a09f9d;
	height: 50px;
	font-size: 20px;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}
.navigation-mobile-bar .left {
	padding-left: 15px;
	padding-right: 7.5px;
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}
.navigation-mobile-bar .center {
	padding-left: 7.5px;
	padding-right: 7.5px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 33%;
}
.navigation-mobile-bar .right {
	padding-left: 7.5px;
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 33%;
}
.navigation-mobile-bar .btn-burger {
	border: 1px solid #a09f9d;
	border-radius: 3px;
	padding: 2px 5px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.navigation-mobile-bar .text-menu {
	line-height: 30px;
	vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}
@media (max-width: 415px) {
	.navigation-mobile-bar .text-menu {
		display: none;
	}
}
/* Navigation mobile */
.navigation-mobile {
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #22180c;
	border-top: 1px solid #000;
	position: fixed;
	z-index: -1;
	top: 50px;
	left: 0;
	right: 0;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;

	opacity: 0;
}
.navigation-mobile.open {
	opacity: 1;
	z-index: 4;
}
.navigation-mobile ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	list-style-type: none;
}
.navigation-mobile li {
	padding-left: 15px;
	padding-right: 15px;
}
.navigation-mobile a {
	display: table;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navigation-mobile a:link,
.navigation-mobile a:visited,
.navigation-mobile a:hover,
.navigation-mobile a:active {
	color: #fff;
	text-decoration: none;
}    
.navigation-mobile .active > a:link,
.navigation-mobile .active > a:visited,
.navigation-mobile .active > a:hover,
.navigation-mobile .active > a:active {
	color: #FF9900;
}

/* Responsive content */
.table-container {	
	width: 800px;
}

.content-left {
	width: 71%;
}
.content-right {
	width: 28%;
}
.content-right .wrap-td {
	display: table;
	width: 100%;
}
.content-right .td {
	text-align: center;
	padding-bottom: 14px;	
}

.footer-container {
	margin-bottom: 15px;
}
.footer-right {
	text-align: right;
}

.room-images tr > td:nth-child(1) {
	padding-left: 10px;
	padding-right: 5px;
}
.room-images tr > td:nth-child(2) {
	padding-left: 5px;
	padding-right: 10px;
}

.padding-container {
	padding-left: 10px;
	padding-right: 10px;
}

/* Iframe responsive */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Table Price */
@media screen and (max-width: 767px) {
	.table-price.table-responsive {
		border-top: 0;
	}
}

/* Mobile Style when responesive */
@media ( max-width: 800px ) {
	.navigation-mobile-bar {
		display: table;
	}
	.logo-site {
		padding-top: 50px;
	}
	.table-container img {
		max-width: 100%;
		height: auto;
	}
	.table-container {	
		width: 100%;
	}
	.sdt_menu {
		display: none;
	}
	.content-left,
	.content-right {
		width: 100%;
		display: block;
	}
	.content-right .td {
		width: 50%;
		display: table-cell;
		vertical-align: top;
	}
	.content-right .td:nth-child(1) {
		padding-left: 10px;
		padding-right: 5px;
	}
	.content-right .td:nth-child(2) {
		padding-left: 5px;
		padding-right: 10px;
	}
	
	.hidden-mobile {
		display: none;
	}
}
@media ( max-width: 500px ) {
	.footer-left,
	.footer-right {
		width: 100%;
		display: block;
	}
	.footer-right {
		text-align: center;
	}

}
@media ( min-width: 801px ) {
	.hidden-not-mobile {
		display: none;
	}
	.navigation-mobile {
		display: none !important;
	}
}


/* Bootstrap table */
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #993300;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #993300;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #993300;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #993300;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #993300;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #993300;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
