/* <hanoigoldenholidayhotel.css> */
/* ######################## HEADER ######################## */
.header {
	position: relative;
	z-index: 10;
}
.header .topbar {
	position: relative;
	background: rgba(0, 0, 0, .85);
	font-size: 12px;
	line-height: 20px;
	color: #aaa;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding: 10px 0px;
}
.header .topbar a {color: #aaa;}
.hd-contact>* {float: left;}
.header .topbar .site-link li {float: left;}
.header .topbar .site-link a {
	display: block;
	position: relative;
	padding: 8px 10px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.header .topbar .site-link a:hover {
	background: #fff;
	color: #000;
}

.header .upper {
	position: relative;
	padding: 0;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0px;
	z-index: 9;
	/*background: rgba(255, 255, 255, .8);*/
	-webkit-transition: background .3s ease, box-shadow .3s ease;
	-moz-transition: background .3s ease, box-shadow .3s ease;
	-ms-transition: background .3s ease, box-shadow .3s ease;
	-o-transition: background .3s ease, box-shadow .3s ease;
	transition: background .3s ease, box-shadow .3s ease;
}
.header.fixed .upper {
	/*background: #fff;*/
	/*-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.58);	*/
	/*-moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.58);	*/
	/*-ms-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.58);	*/
	/*-o-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.58);	*/
	/*box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.58);	*/
}
.header .logo {max-width: 215px;padding: 8px 0px}

.main-nav>.main-menu li {position: relative;}
.main-nav>.main-menu>li>a {
	margin-top: 36px;
	position: relative;
	display: block;
	padding: 12px 12px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;

}
.header.fixed .main-nav>.main-menu>li>a {color: #000;}
.main-nav>.main-menu>li:hover>a {color: #FEB301;    border-bottom: 2px solid #f2ae05;}
.main-nav .dropdown-menu {
	position: absolute;
	min-width: 250px;
	top: 100%;
	left: 0px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	transform: translate(0, 20px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main-nav .dropdown-menu>.sub-menu {
	position: relative;
	background: rgba(255, 255, 255, .95);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
	-ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3), -1px 1px 5px rgba(0, 0, 0, .3);
}
.main-nav>.main-menu>li:hover> .dropdown-menu {
	z-index: 50;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.main-nav .sub-menu li a {
	display: block;
	position: relative;
	padding: 8px 5px 8px 20px;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}
.main-nav .sub-menu li:hover a {
	background: #FEB301;
	color: #fff;
}
.main-nav .reservation-link>a {
	margin: 37px 0 0 10px;
	padding: 8px 20px!important;
	background: #FEB301!important;
	color: #fff!important;
}
.main-nav .reservation-link:hover>a {opacity: .8;}
@media (min-width: 1220px) {
	.hd-contact>*+* {margin-left: 15px;}
}
@media (max-width: 1220px) {
	.header .upper {padding: 5px 0}
	.hd-contact .address {display: none;}
	.header .logo {max-width: 150px}
	.main-nav>.main-menu>li>a {
		display: block;
		padding: 8px 10px;
		font-size: 13px;
		line-height: 20px;
		text-transform: none;
		font-weight: normal;
	}
	.main-nav .reservation-link>a {
		margin: 0;
		padding: 8px 15px!important;
	}
	.main-nav .sub-menu li a {text-transform: none;}
}

/* ######################## Header mobile ######################## */
.mobile-header {
	padding: 10px 0;
	background: rgba(0, 0, 0, .9);
	font-size: 14px;
	line-height: 20px;
}
.mobile-header .upper {
	position: relative;
	padding: 0 10px 0 40px;
}
.mobile-hd-search {display: inline-block;}
.mobile-hd-search .form {
	position: relative;
	width: 375px;
	padding-right: 50px;
}
.mobile-hd-search .form .input-text {
	display: block;
	position: relative;
	padding: 0 10px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: #999;
	border: 1px solid #999;
	background: transparent;
}
.mobile-hd-search .form .btn-submit {
	display: block;
	position: absolute;
	height: 34px;
	width: 50px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: transparent url(img/icon_search.png) 50% 50% no-repeat;
	border: 1px solid #999;
	border-left: none;
	outline: none;
	text-indent: -99999px;
}
.mobile-hd-search .form .input-text::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-hd-search .form .input-text::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-hd-search .form .input-text:-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-hd-search .form .input-text:-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-hd-hotline {
	position: absolute;
	padding-left: 35px;
	left: initial;
	right: 10px;
	top: 50%;
	text-align: left;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.mobile-hd-hotline:before {
	content: "";
	display: block;
	position: absolute;
	width: 27px;
	height: 31px;
	left: 0px;
	top: 50%;
	background: url(img/icon-phone.png) center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.mobile-hd-hotline>* {
	display: block;
	position: relative;
	color: #fff;
}
.mobile-hd-hotline .number {
	font-size: 16px;
	color: #f00;
}
.mobile-header .mobile-btn-search {
	display: none;
	left: initial;
	width: 27px;
	height: 27px;
	text-indent: -99999px;
	background: url(img/icon_search-small.png) center no-repeat;
}
#search-mobile .uk-modal-dialog {padding: 15px 5px 10px 5px;}
#search-mobile .uk-modal-close.uk-close {
	width: 20px;
	height: 20px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-ms-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	line-height: 20px;
	top: -11px;
	right: -10px;
}
#search-mobile .form {
	position: relative;
	overflow: hidden;
}
#search-mobile .form .input-text {
	height: 36px;
	line-height: 36px;
	border: 1px solid #c8c8c8;
	background: #e8eaee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#search-mobile .form .btn-submit {
	display: block;
	position: absolute;
	width: 27px;
	height: 27px;
	top: 4px;
	right: 6px;
	text-indent: -99999px;
	border: none;
	outline: none;
	background: url(img/icon_search-black.png) center no-repeat;
	cursor: pointer;
}
@media (max-width: 768px) {
	.mobile-hd-search .form {width: 325px;}
}
@media (max-width: 599px) {
	.mobile-hd-search {display: none;}
	.mobile-header .mobile-btn-search {display: block;}
}
@media (max-width: 479px) {
	.mobile-hd-hotline {
		width: 27px;
		height: 31px;
		padding: 0;
		right: -5px;
		background: url(img/icon-phone.png) center;
	}
	.mobile-hd-hotline:before {display: none;}
	.mobile-hd-hotline>* {display: none;}
}

/* ######################## Body ######################## */
.top-content {
	position: relative;
	margin: 0 0 20px 0
}
.check-rooms-section {
	position: relative;
	padding: 10px 0;
	background: rgba(0, 0, 0, .7);
	font-size: 12px;
	line-height: 18px;
	color: #aaa;
}
.check-rooms-section .heading {margin: 0 0 10px 0;}
.check-rooms-section .heading>* {
	position: relative;
	display: inline-block;
	padding-left: 60px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
	color: #fff;
}
.check-rooms-section .heading>*:before {
	content: '\f00c';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	border: 3px solid #FEB301;
	color: #FEB301;
	font-size: 18px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 34px;
	font-family: 'FontAwesome';
	margin: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.check-rooms-section .form-row {float: left;}
.check-rooms-section .form-row + .form-row {margin-left: 15px;}
.check-rooms-section .form-label {
	display: block;
	position: relative;
	cursor: pointer;
}
.check-rooms-section .input-text-label:before {
	content: "\f073";
	display: block;
	position: absolute;
	left: initial;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: FontAwesome;
	font-size: 16px;
	color: #aaa;
}
.check-rooms-section .form .input-text {
	height: 40px;
	width: 150px;
	padding: 0 30px 0 10px;
	line-height: 40px;
	background: transparent;
	border: 1px solid #999;
	cursor: pointer;
	font-size: 12px;
	color: #aaa;
}
.check-rooms-section .form .select-label:before {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 7px;
	left: initial;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(img/icon-select-cal.png) no-repeat;
}
.check-rooms-section .form .form-select {
	width: 110px;
	height: 40px;
	padding: 0 25px 0 10px;
	border: 1px solid #999;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: transparent;
	font-size: 12px;
	line-height: 40px;
	color: #aaa;
}
.check-rooms-section .form .input-text::-webkit-input-placeholder {
	font-size: 12px;
	color: #aaa;
}
.check-rooms-section .form .input-text::-moz-placeholder {
	font-size: 12px;
	color: #aaa;
}
.check-rooms-section .form .input-text:-ms-input-placeholder {
	font-size: 12px;
	color: #aaa;
}
.check-rooms-section .form .input-text:-moz-placeholder {
	font-size: 12px;
	color: #aaa;
}
.check-rooms-section .form .btn-submit {
	display: block;
	position: relative;
	width: 185px;
	height: 40px;
	border: 1px solid #b79127;
	background: #FEB301;
	outline: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.check-rooms-section .form .btn-submit:hover {
	border-color: #FEB301;
	background: #fff;
	color: #FEB301;
}
a{
	-webkit-transition: transform .4s ease-in-out;
	-o-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}
@media (min-width: 1220px) {
	.top-content {margin: 0 0 50px 0;}
	.check-rooms-section {
		display: none;
		position: absolute;
		top: initial;
		bottom: 0px;
		width: 100%;
		padding: 22px 0;
		z-index: 5;
	}
}
@media (max-width: 1220px) {

	.check-rooms-section {padding: 20px 0 10px 0;    display: none;}
	.check-rooms-section .container {display: block;}
	.check-rooms-section .heading {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.check-rooms-section .form-row + .form-row {margin-left: 10px;}
	.check-rooms-section .form-row:not(.action) {
		width: -webkit-calc((100% - 225px) / 4);
		width: -moz-calc((100% - 225px) / 4);
		width: -ms-calc((100% - 225px) / 4);
		width: -o-calc((100% - 225px) / 4);
		width: calc((100% - 225px) / 4);
	}
	.check-rooms-section .form .input-text, .check-rooms-section .form .form-select {width: 100%;}
}
@media (max-width: 960px) {
	.check-rooms-section .form-row:not(.action) {
		width: -webkit-calc((100% - 30px) / 4);
		width: -moz-calc((100% - 30px) / 4);
		width: -ms-calc((100% - 30px) / 4);
		width: -o-calc((100% - 30px) / 4);
		width: calc((100% - 30px) / 4);
	}
	.check-rooms-section .form-row.action {
		width: 100%;
		margin: 10px 0 0 0!important;
	}
	.check-rooms-section .form .btn-submit {margin: 0 auto;}
}
@media (max-width: 767px) {
	.check-rooms-section .form-row:not(.action) {
		width: -webkit-calc((100% - 10px) / 2);
		width: -moz-calc((100% - 10px) / 2);
		width: -ms-calc((100% - 10px) / 2);
		width: -o-calc((100% - 10px) / 2);
		width: calc((100% - 10px) / 2);
	}
	p iframe {
	width: 100%;
}
	.gallery-section .list-photo > .item {
		margin-bottom: 30px;
	}
	.check-rooms-section .form-row + .form-row {margin: 0;}
	.check-rooms-section .form-row:nth-child(2n+2) {margin-left: 10px;}
	.check-rooms-section .form-row:nth-child(n+3) {margin-top: 10px;}
}
@media (max-width: 350px) {
	.check-rooms-section .form-row:not(.action) {width: 100%;}
	.check-rooms-section .form-row:nth-child(2n+2) {margin-left: 0px;}
	.check-rooms-section .form-row:nth-child(n+3) {margin-top: 0px;}
	.check-rooms-section .form-row:nth-child(n+2) {margin-top: 10px;}

}

/* ######################## accommo-section ######################## */
.accommo-section {
	margin: 0 0 15px 0;
	padding: 20px 0;
	background: #f1f1f1;
}
.accommo-section .heading {
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 1;
	/*text-transform: uppercase;*/
	font-family: 'AmericanaBE';
}
.accommo-section .heading>* {color: #333;}
.accommo-section .slider .uk-slider-container {padding: 1px;}
.accommo-section .slider .uk-slidenav {
	display: block;
	width: 36px;
	height: 36px;
	background: transparent;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.accommo-section .slider .uk-slidenav-previous {left: 15px;}
.accommo-section .slider .uk-slidenav-previous:before {
	content: "\e61c";
	font-family: 'Lotus Icon';
}
.accommo-section .slider .uk-slidenav-next {right: 15px;}
.accommo-section .slider .uk-slidenav-next:before {
	content: "\e61d";
	font-family: 'Lotus Icon';
}
.accommo-section .slider .uk-slidenav:hover {
	color: #feb301;
	border-color: #feb301;
}
.accommo-section .article {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
}
.accommo-section .article .title {
	margin: 0;
	padding: 15px;
	font-size: 18px;
	line-height: 28px;
	/*text-transform: uppercase;*/
	border-bottom: 1px solid #ccc;
	font-family: 'AmericanaBE';
}
.accommo-section .article .title a {color: #666;}
.accommo-section .article .title a:hover {color: #feb301;}
.accommo-section .article .price {
	float: left;
	width: 60%;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.accommo-section .article .price .value {color: #feb301;}
.accommo-section .article .viewmore {
	float: right;
	width: 40%;
	text-align: center;
	border-left: 1px solid #ccc;
}
.accommo-section .article .viewmore a {
	display: block;
	padding: 15px;
	text-transform: uppercase;
	color: #666;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.accommo-section .article .viewmore a:hover {
	background: #feb301;
	color: #fff;
}
@media (min-width: 1220px) {
	.accommo-section {
		margin: 0 0 50px 0;
		padding: 35px 0;
	}
	.accommo-section .heading {margin: 0 0 30px 0;font-family: 'AmericanaBE';}
	.accommo-section .article .image {height: 230px;}
	.accommo-section .article .price .value {font-size: 15px;}
}
@media (max-width: 1220px) {
	.accommo-section .list-article {margin-left: -10px;}
	.accommo-section .list-article>li {padding-left: 10px;}
	.accommo-section .article .infor {padding: 10px;}
	.accommo-section .article .title {
		margin: 0 0 5px 0;
		padding: 0px;
		font-size: 16px;
		line-height: 20px;
		text-transform: none;
		font-weight: bold;
		border: none;
	}
	.accommo-section .article .price {
		float: left;
		width: 100%;
		padding: 0;
	}
	.accommo-section .article .price .value {font-weight: bold;}
	.accommo-section .article .viewmore {display: none;}
}
@media (min-width: 960px) and (max-width: 1220px) {
	.accommo-section .article .image {height: 200px;}
}
@media (max-width: 960px) {
	.accommo-section .list-article {margin-left: -5px;}
	.accommo-section .list-article>li {padding-left: 5px;}
	.accommo-section .article .title {
		font-size: 12px;
		line-height: 18px;
	}
}
@media (min-width: 767px) and (max-width: 960px) {
	.accommo-section .article .image {height: 145px;}
}
@media (min-width: 567px) and (max-width: 767px) {
	.accommo-section .article .image {height: 170px;}
}
@media (min-width: 479px) and (max-width: 567px) {
	.accommo-section .article .image {height: 140px;}
}
@media (max-width: 479px) {
	.accommo-section .article .image {height: 205px;}
	.accommo-section .article .title {
		height: 18px;
		font-size: 13px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
}
@media (max-width: 350px) {
	.accommo-section .article .image {height:175px;}
}

/* ######################## homepage-general ######################## */
.homepage-general {margin: 0 0 20px 0;}
.homepage-general .panel .heading {
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 1;
	/*text-transform: uppercase;*/
	font-family: 'AmericanaBE';
}
.homepage-general .panel .heading>* {color: #333;}
.events-section .slide-show .uk-dotnav {
	bottom: 15px;
	left: initial;
	right: 15px;
}
.events-section .slide-show .uk-dotnav>*+* {margin-left: 5px;}
.events-section .slide-show .uk-dotnav>*>* {
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.events-section .slide-show .uk-dotnav>.uk-active>* {background: transparent;}
.events-section .article {
	position: relative;
	height: 100%;
	overflow: hidden;

}
.events-section .article .title {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'AmericanaBE';
}
.events-section .article .title>* {color: #fff;}
.events-section .article .infor {
	position: absolute;
	width: 180px;
	height: 100%;
	top: 0px;
	left: 20px;
	background: rgba(0, 0, 0, .6);
	opacity: .9;
	z-index: 5;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.events-section .article .inner {
	position: absolute;
	width: 100%;
	padding: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.events-section .article .viewmore {margin-top: 15px;}
.events-section .article .viewmore a {
	display: inline-block;
	padding: 6px 15px;
	border: 2px solid #fff;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.events-section .article .viewmore a:hover {
	background: #FEB301;
	border-color: #FEB301;
}
.homepage-services .article {
	position: relative;
	overflow: hidden;
}
.homepage-services .article .title {
	font-family: 'AmericanaBE';
	position: absolute;
	margin: 0;
	padding: 8px 15px;
	top: initial;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 0;
	line-height: 0;
	/*text-transform: uppercase;*/
}
.homepage-services .article .title a {
	display: block;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.homepage-services .article .title:hover a {color: #FEB301;}
@media (min-width: 1220px) {
	.homepage-general {margin: 0 0 50px 0;}
	.homepage-general .panel .heading {margin: 0 0 30px 0;font-family: 'AmericanaBE';}
	.events-section .article .image {height: 400px;}
	.events-section .article .title {
		/*padding: 10px 20px;*/
		/*text-transform: uppercase;*/
		font-family: 'AmericanaBE';
	}
	.homepage-services .article .title a {
		height: 26px;
		font-size: 18px;
		line-height: 26px;
	}
	.homepage-services .article .image {height: 188px;}
	.homepage-services .list-article li:nth-child(n+3) {margin-top: 24px;}
}
@media (max-width: 1220px) {
	.homepage-services .list-article {margin-left: -10px;}
	.homepage-services .list-article>li {padding-left: 10px;}
}
@media (min-width: 960px) and (max-width: 1220px) {
	.events-section .article .image {height: 315px;}
	.homepage-services .article .image {height: 150px;}
	.homepage-services .list-article li:nth-child(n+3) {margin-top: 15px;}
}
@media (max-width: 960px) {
	.homepage-services {margin-top: 20px;}
	.homepage-services .list-article li:nth-child(n+3) {margin-top: 10px;}
}
@media (min-width: 767px) and (max-width: 960px) {
	.events-section .article .image {height: 485px;}
	.homepage-services .article .image {height: 235px;}
}
@media (min-width: 567px) and (max-width: 767px) {
	.events-section .article .image {height: 355px;}
	.homepage-services .article .image {height: 170px;}
}
@media (max-width: 567px) {
	.homepage-services .list-article {margin-left: -5px;}
	.homepage-services .list-article>li {padding-left: 5px;}
	.homepage-services .list-article li:nth-child(n+3) {margin-top: 5px;}
	.uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 {
		width: 50%;
	}
}
@media (min-width: 479px) and (max-width: 567px) {
	.events-section .article .image {height: 295px;}
	.homepage-services .article .image {height: 145px;}
}
@media (max-width: 479px) {
	.homepage-services .article .title {
		padding: 5px 10px;
		text-transform: none;
		font-weight: normal;
	}
	.events-section .article .image {height: 220px;}
	.homepage-services .article .image {height: 105px;}
}

/* ######################## teams-section ######################## */
.teams-section {
	margin: 0 0 20px 0;
	padding: 25px 0;
	background: #f1f1f1;
}
.teams-section .heading, .homepage-photos .heading {
	margin: 0 0 25px 0;
	font-size: 24px;
	line-height: 1;
	/*text-transform: uppercase;*/
	text-align: center;
	font-family: 'AmericanaBE';
}
.teams-section .heading>*, .homepage-photos .heading >* {color: #333;}
.teams-section .team-wrap {
	position: relative;
	text-align: center;
}
.teams-section .team-wrap .thumb {
	width: 180px;
	height: 180px;
	margin: 0 auto 10px auto;
}
.teams-section .team-wrap .thumb,
.teams-section .team-wrap .image,
.teams-section .team-wrap .image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.teams-section .team-wrap .image {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.teams-section .team-wrap .image:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid transparent;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	z-index: 5;
}
.teams-section .team-wrap .image:hover:before {border-color: #FEB301;}
.teams-section .team-wrap .title {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
@media (min-width: 1220px) {
	.teams-section {
		padding: 50px;
		margin: 0 0 50px 0;
	}
	.teams-section .heading {margin: 0 0 50px 0;}
	.teams-section .team-wrap .thumb {margin: 0 auto 20px auto;}
}
@media (max-width: 960px) {
	.teams-section .team-wrap .thumb {
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 350px) {
	.teams-section .list-article {margin-left: -15px;}
	.teams-section .list-article>li {padding-left: 15px;}
	.teams-section .team-wrap .thumb {
		width: 130px;
		height: 130px;
	}
}

/* ######################## homepage-photos ######################## */
.homepage-photos {margin: 0;}
@media (min-width: 1220px) {
	.homepage-photos .image {height: 211px;}
}
@media (min-width: 960px) and (max-width: 1220px) {
	.homepage-photos .image {height: 145px;}
}
@media (min-width: 767px) and (max-width: 960px) {
	.homepage-photos .image {height: 130px;}
}
@media (min-width: 599px) and (max-width: 767px) {
	.homepage-photos .image {height: 135px;}
}
@media (min-width: 567px) and (max-width: 599px) {
	.homepage-photos .image {height: 125px;}
}
@media (max-width: 479px) {
	.homepage-photos .list-photo {margin-left: -1px;}
	.homepage-photos .list-photo>li {
		padding-left: 1px;
		margin-bottom: 1px;
	}
	.homepage-photos .image {height: 120px;}
}

/* ######################## Heading ######################## */

/* ######################## Aside ######################## */
.aside>* {margin-bottom: 20px!important;}
.aside-panel {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.aside-panel .heading {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.aside-panel .heading>* {color: #000;}
.aside-filter .form-row {margin-bottom: 15px}
.aside-filter .form-label {
	display: block;
	position: relative;
}
.aside-filter .form .input-text,
.aside-filter .form .form-select {
	height: 40px;
	border: 1px solid #333;
	background: transparent;
	line-height: 38px;
	font-size: 12px;
	color: #333;
}
.aside-filter .input-text-label:before,
.room-detail-book .form .input-text-label:before {
	content: "\e609";
	display: block;
	position: absolute;
	left: initial;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: 'Lotus Icon';
	color: #333;
	font-size: 14px;
}
.aside-filter .select-label:before {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 7px;
	left: initial;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(img/icon-select-cal-bk.png);
}
.aside-filter .form .form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.aside-filter .form .btn-submit {
	display: block;
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #b79127;
	background-color: #FEB301;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.aside-filter .form .btn-submit:hover {
	border-color: #FEB301;
	color: #FEB301;
	background: #fff;
}
.aside-filter .form .input-text::-webkit-input-placeholder {
	color: #333;
	font-size: 12px;
}
.aside-filter .form .input-text::-moz-placeholder {
	color: #333;
	font-size: 12px;
}
.aside-filter .form .input-text:-ms-input-placeholder {
	color: #333;
	font-size: 12px;
}
.aside-filter .form .input-text:-moz-placeholder {
	color: #333;
	font-size: 12px;
}

.aside-filter .check-room-link li:not(:last-child) {margin-bottom: 5px;}
.aside-filter .check-room-link a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #FEB301;
}
.aside-filter .check-room-link a:hover {color: #333;}
.aside-packages .list-article li+li {margin-top: 15px;}
.aside-packages .article .thumb {
	float: left;
	width: 80px;
}
.aside-packages .article .infor {
	float: right;
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -ms-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	width: calc(100% - 80px);
	padding-left: 10px;
}
.aside-packages .article .title {
	margin: 0;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.aside-packages .article .title a {color: #333;}
.aside-packages .article .title a:hover {color: #feb301;}
.aside-packages .article .image {height: 65px;}
.aside-packages .article .price {
	display: inline-block;
	color: #999;
}
.aside-packages .article .price .value {
	color: #d93600;
	font-weight: bold;
}

.aside-panel .site-link li+li {margin-top: 10px;}
.aside-panel .site-link li a {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.aside-panel .site-link li a:hover {color: #feb301;}

/* ######################## about-section ######################## */
.about-section, .prdcatalogue {margin-bottom: 20px!important;}
.about-section .panel-head .brandname,
.prdcatalogue .panel-head .brandname,
.prd-detail .brandname {
	margin: 0 0 10px 0;
	font-size: 17px;
	line-height: 24px;
	color: #feb301;
	font-family: 'AmericanaBE';
}
.about-section .heading, .prdcatalogue .heading {
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 26px;

	font-weight: bold;
	font-family: 'AmericanaBE';
}
.about-section .heading>* {color: #333;}
.about-section {
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
.about-section ol:not(.uk-list), .about-section ul:not(.uk-list) {
	margin: 0 0 10px 0;
}
.about-section .address {margin: 0 0 20px 0;}
.about-section .address p {margin: 0 0 5px 0;}
.about-section .address a {color: #FEB301;}
.about-section .address a:hover {color: #333;}
.about-section .map {height: 350px;}
.about-section .facilities-services .main-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
}
.about-section .facilities-services ol, .about-section .facilities-services ul {
	padding-left: 20px;
}
@media (min-width: 960px) {
	.about-section .map {height: 550px;}
}
.aside-books-section {
	padding: 20px 30px;
	background: #fff;
}
.aside-books-section .form-row:not(:last-child) {margin-bottom: 15px;}
.aside-books-section .form .form-label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 11px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.aside-books-section .datetimepicker-label {
	display: block;
	position: relative;
}
.aside-books-section .datetimepicker-label:before {
	content: "\f073";
	display: block;
	position: absolute;
	left: initial;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: FontAwesome;
	font-size: 14px;
	color: #333;
}
.aside-books-section .form .input-text {
	display: block;
	padding: 0px 10px;
	background: #fff;
	background: #f7f7f7;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	font-size: 14px;
	line-height: 30px;
	color: #555;
}
.aside-books-section .btn-submit {
	display: block;
	position: relative;
	padding: 8px 20px;
	border: none;
	background: rgb(137, 135, 140);
	color: rgb(10, 10, 10);
	font-weight: 600;
	opacity: .8;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}
.aside-books-section .form-group {
	padding: 15px 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.aside-books-section .form-group .number-room {margin-bottom: 15px;}
.aside-books-section .form-group .number-room>* {
	display: block;
	width: 50%;
	text-align: center;
}
.aside-books-section #number-room {
	width: 60px;
	padding: 0 10px;
	text-align: left;
}
.aside-books-section .wrap-list_room {
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	background: #FFF;
}
.aside-books-section .wrap-list_room>li {padding: 10px;}
.aside-books-section .wrap-list_room>li+li {border-top: 1px solid #e1e1e1;}
.aside-books-section .wrap-list_room .label {
	display: block;
	font-size: 11px;
	line-height: 18px;
	font-weight: 600;
}
.aside-books-section .wrap-list_room .form-select {
	display: block;
	height: 24px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 24px;
}






/* ######################## gallery-section ######################## */
.gallery-section .heading {text-align: center;}
.gallery-section .nav-tabs {
	margin: 0 0 20px 0;
	text-align: center;
	display: none;
}
.gallery-section .nav-tabs ul {display: inline-block;}
.gallery-section .nav-tabs li {
	float: left;
}
.gallery-section .nav-tabs li>* {
	display: block;
	padding: 7px 15px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
}
.gallery-section .nav-tabs li:hover>*, .gallery-section .nav-tabs li.uk-active>* {
	background: #FEB301;
	color: #fff;
	border-color: transparent;
}
.gallery-section .nav-tabs li+li {margin-left: 10px;}
.gallery-section .photo {
	position: relative;
	/* overflow: hidden; */
}
.gallery-section .photo .image {position: relative;}
.gallery-section .photo .image:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	background-color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FEB301));
	background: -webkit-linear-gradient(top, transparent, #FEB301);
	background: -moz-linear-gradient(top, transparent, #FEB301);
	background: -ms-linear-gradient(top, transparent, #FEB301);
	background: -o-linear-gradient(top, transparent, #FEB301);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.gallery-section .photo .title {
	margin: 0;
	/* position: absolute; */
	width: 100%;
	padding: 10px;
	top: initial;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	background: transparent;
	font-size: 14px;
	line-height: 20px;
	/* opacity: 0; */
	/* -webkit-transform: translate(0, 50%); */
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-o-transform: translate(0, 50%);
	/* transform: translate(0, 50%); */
	/* -webkit-transition: all .4s ease; */
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	/* font-family: 'AmericanaBE'; */
	font-weight: bold;
	color: #000;
	text-align: center;
}
.gallery-section .photo .title>* {color: #000;font-size: 20px;text-align: center;}

.gallery-section .photo .title span {
	display: block;
	margin: 0 0 10px 0;
	font-size: 22px;
}
.gallery-section .photo:hover .image:before {
	opacity: 1;
	top: 0px;
}
.gallery-section .photo:hover .title {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media (min-width: 1220px) {
	.gallery-section .list-photo>* {margin-bottom: 20px;}
	.gallery-section .nav-tabs li+li {margin-left: 15px;}
	.gallery-section .nav-tabs li {
		font-size: 16px;
		line-height: 22px;
	}
	.gallery-section .photo .image {height: 200px;}
	.gallery-section .photo .title {font-size: 16px}
	.gallery-section .heading {margin: 0 0 35px 0;}
}
@media (max-width: 1220px) {
	.gallery-section .list-photo {margin-left: -10px;}
	.gallery-section .list-photo>* {
		padding-left: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 960px) {
	.gallery-section .nav-tabs li+li {margin-left: 5px;}
	.gallery-section .nav-tabs li>* {
		padding: 5px 10px;
		font-size: 13px;
		text-transform: none;
	}
}
@media (min-width: 960px) and (max-width: 1220px) {
	.gallery-section .photo .image {height: 160px;}
}
@media (min-width: 767px) and (max-width: 960px) {
	.gallery-section .photo .image {height: 165px;}
}
@media (min-width: 599px) and (max-width: 767px) {
	.gallery-section .photo .image {height: 185px;}
}
@media (min-width: 567px) and (max-width: 599px) {
	.gallery-section .photo .image {height: 175px;}
}
@media (max-width: 567px) {
	.gallery-section .nav-tabs ul {
		display: block;
		max-width: 100%;
	}
	.gallery-section .nav-tabs ul {margin-left: -5px;}
	.gallery-section .nav-tabs li {
		width: 50%;
		padding-left: 5px;
	}
	.gallery-section .nav-tabs li:nth-child(n+3) {margin-top: 5px;}
	.gallery-section .nav-tabs li>* {
		background: #f0f0f0;
		border: 1px solid #c8c8c8;
	}
	.gallery-section .nav-tabs li + li {margin-left: 0;}
	.gallery-section .list-photo {margin-left: -5px;}
	.gallery-section .list-photo>* {
		padding-left: 5px;
		margin-bottom: 5px;
	}
	.gallery-section .photo .title {
		padding: 5px;
		font-size: 13px;
		line-height: 18px;
	}
	.gallery-section .photo .title>* {
		display: block;
		height: 18px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
}
@media (min-width: 479px) and (max-width: 567px) {
	.gallery-section .photo .image {height: 145px;}
}
@media (max-width: 479px) {
	.gallery-section .photo .image {height: 115px;}
	.gallery-section .list-photo {margin-left: -2px;}
	.gallery-section .list-photo>* {
		padding-left: 2px;
		margin-bottom: 2px;
	}
}
@media (max-width: 350px) {
	.gallery-section .photo .image {height: 100px;}
}

/* ######################## prdcatalogue ######################## */
/* .prdcatalogue-list */
.prdcatalogue .list-product>li {margin-bottom: 20px;}
.prdcatalogue-list  .product .image {
	position: relative;
	overflow: hidden;
}
.prdcatalogue-list  .product .image:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	background: -ms-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.prdcatalogue-list .product .image:hover:before {
	opacity: .5;
	top: 0px;
}
.prdcatalogue-list .product .infor {
	padding: 10px 15px;
	border: 1px solid #d5d5d5;
	border-top: none;
}
.prdcatalogue-list .product .title {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.prdcatalogue-list .product .title a {
	display: block;
	color: #333;
}
.prdcatalogue-list .product .title a:hover {color: #feb301;}
.prdcatalogue-list .product .description {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.prdcatalogue-list .product .price {
	font-size: 14px;
	line-height: 22px;
	color: #999;
}
.prdcatalogue-list .product .price .value {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #feb301;
}
.prdcatalogue-list .product .detail a {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #999;
}
@media (min-width: 1220px) {
	.prdcatalogue-list .product .wrap-price {
		position: relative;
		padding-top: 10px;
		margin-top: 10px;
	}
	.prdcatalogue-list .product .wrap-price:before {
		content: "";
		display: block;
		position: absolute;
		width: -webkit-calc(100% + 30px);
		width: -moz-calc(100% + 30px);
		width: -ms-calc(100% + 30px);
		width: -o-calc(100% + 30px);
		width: calc(100% + 30px);
		top: 0px;
		left: -15px;
		border-top: 1px solid #d5d5d5;
	}
	.prdcatalogue-list .product .detail a:hover {color: #feb301;}
	.prdcatalogue-list .product .image {height: 200px;}
}
@media (max-width: 1220px) {
	.prdcatalogue .list-product {margin-left: -10px;}
	.prdcatalogue .list-product>li {
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.prdcatalogue-list .product .infor {padding: 10px 10px;}
	.prdcatalogue-list .product .title {
		margin: 0 0 5px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.prdcatalogue-list .product .wrap-price {display: block;}
	.prdcatalogue-list .product .detail {display: none;}
	.prdcatalogue-list .product .description {margin: 0 0 5px 0;}
}
@media (min-width: 960px) and (max-width: 1220px) {
	.prdcatalogue-list .product .image {height: 165px;}
}
@media (min-width: 767px) and (max-width: 960px) {
	.prdcatalogue-list .product .image {height: 175px;}
}
@media (min-width: 599px) and (max-width: 960px) {
	.prdcatalogue-list .product .image {height: 200px;}
}
@media (min-width: 567px) and (max-width: 599px) {
	.prdcatalogue-list .product .image {height: 185px;}
}
@media (max-width: 567px) {
	.prdcatalogue-list .list-product {margin-left: -5px;}
	.prdcatalogue-list .list-product>li {
		padding-left: 5px;
		margin-bottom: 5px;
	}
	.prdcatalogue-list .product .description {font-size: 14px}
}
@media (min-width: 479px) and (max-width: 567px) {
	.prdcatalogue-list .product .image {height: 145px;}
}
@media (max-width: 479px) {
	.prdcatalogue-list .product .infor {padding: 5px;}
	.prdcatalogue-list .product .title {
		height: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
	.prdcatalogue-list .product .price .value {font-size: 14px}
	.prdcatalogue-list .product .image {height: 120px;}
}
@media (max-width: 350px) {
	.prdcatalogue .list-product {margin-left: 0px;}
	.prdcatalogue .list-product>li {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.prdcatalogue-list .product .infor {padding: 10px;}
	.prdcatalogue-list .product .image {height: 170px;}
}

/* prdcatalogue-parents */
.prdcatalogue-parents .product {
	position: relative;
	overflow: hidden;
}
.prdcatalogue-parents .product .image {
	position: relative;
	overflow: hidden;
}
.prdcatalogue-parents .product .image:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0,0,0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0, 0)), to(rgba(0,0,0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0, 0), rgba(0,0,0, 0.7));
	background: -moz-linear-gradient(top, rgba(0,0,0, 0), rgba(0,0,0, 0.7));
	background: -ms-linear-gradient(top, rgba(0,0,0, 0), rgba(0,0,0, 0.7));
	background: -o-linear-gradient(top, rgba(0,0,0, 0), rgba(0,0,0, 0.7));
}
.prdcatalogue-parents .product .infor {
	position: absolute;
	width: 100%;
	top: initial;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	z-index: 5;
}
.prdcatalogue-parents .product .main-title {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.prdcatalogue-parents .product .main-title a {color: #fff;}
.prdcatalogue-parents .product .main-detail a {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}
.prdcatalogue-parents .product .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 25px 30px;
	border: 1px solid #393736;
	background: rgba(255, 255, 255, .90);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.prdcatalogue-parents .product .title {
	margin: 0 0 20px 0;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: bold;
}
.prdcatalogue-parents .product .title a {color: #333;}
.prdcatalogue-parents .product .detail a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	border: 1px solid #b79127;
	background-color: #feb301;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.prdcatalogue-parents .product .detail a:hover {
	border-color: #feb301;
	background: transparent;
	color: #feb301;
}
@media (min-width: 1220px) {
	.prdcatalogue-parents .product .image {height: 280px;}
	.prdcatalogue-parents .product .infor {padding: 15px;}
	.prdcatalogue-parents .product:hover .infor {display: none;}
	.prdcatalogue-parents .product .main-title {
		margin: 0 0 10px 0;
		font-size: 22px;
		line-height: 26px;
	}
	.prdcatalogue-parents .product:hover .overlay {
		opacity: 1;
		z-index: 9;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.prdcatalogue-parents .product .main-detail a {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (min-width: 960px) and (max-width: 1220px) {
	.prdcatalogue-parents .product .image {height: 215px;}
}
@media (min-width: 767px) and (max-width: 960px) {
	.prdcatalogue-parents .product .image {height: 220px;}
}
@media (min-width: 599px)  and (max-width: 767px) {
	.prdcatalogue-parents .product .image {height: 255px;}
}
@media (min-width: 567px)  and (max-width: 599px) {
	.prdcatalogue-parents .product .image {height: 240px;}
}
@media (min-width: 479px)  and (max-width: 567px) {
	.prdcatalogue-parents .product .image {height: 200px;}
}
@media (min-width: 350px) and (max-width: 479px) {
	.prdcatalogue-parents .product .image {height: 150px;}
	.prdcatalogue-parents .product .infor {padding: 8px;}
	.prdcatalogue-parents .product .main-title {
		margin: 0;
		font-size: 13px;
		line-height: 18px;
		text-transform: none;
	}
	.prdcatalogue-parents .product .main-detail {display: none;}
}
@media (max-width: 350px) {
	.prdcatalogue-parents .product .image {height: 255px;}
}

/* ######################## prd-detail ######################## */
.prd-detail {margin-bottom: 15px!important;}
.prd-detail .panel-head {margin: 0 0 25px 0;}
.prd-detail .prd-thumb {
	float: left;
	width: 205px;
}
.prd-detail .prd-infor {
	float: right;
	width: -webkit-calc(100% - 205px);
	width: -moz-calc(100% - 205px);
	width: -ms-calc(100% - 205px);
	width: -o-calc(100% - 205px);
	width: calc(100% - 205px);
	padding-left: 20px;
}
.prd-detail .brandname {margin: 0 0 5px 0;}
.prd-detail .prd-title {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.prd-detail .prd-duration {margin: 0 0 10px 0;}
.prd-detail .prd-duration .value {
	font-size: 16px;
	font-weight: bold;
}
.prd-detail .prd-price .value {
	font-size: 20px;
	font-weight: bold;
	color: #feb301;
}
.prd-detail .nav-tabs {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #feb301;
}
.prd-detail .nav-tabs li {
	float: left;
	position: relative;
	bottom: -1px;
	padding: 10px 15px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #feb301;
	text-transform: uppercase;
	cursor: pointer;
	color: #666;
}
.prd-detail .nav-tabs li:last-child {
	background: #feb301;
	border-color: #feb301;
	color: #fff;
}
.prd-detail .nav-tabs li:hover, .prd-detail .nav-tabs li.uk-active {
	border-color: #feb301!important;
	border-bottom: 1px solid #fff!important;
	color: #feb301!important;
	background: #fff!important;
}
.prd-detail .nav-tabs li+li {margin-left: 5px;}
.prd-detail .book-tour, .room-detail .book-tour {margin-top: 20px;}
.prd-detail .book-tour .btn,  .room-detail .book-tour .btn {
	display: inline-block;
	padding: 6px 20px;
	border: 1px solid #b79127;
	background-color: #FEB301;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.prd-detail .book-tour .btn:hover, .room-detail .book-tour .btn:hover {
	background: transparent;
	border-color: #feb301;
	color: #feb301;
}
.prd-gallerys .list-photo>li {margin-bottom: 15px;}
.prd-content-mobile .wrap-accordion>ul>li {border: 1px solid #d6dde7;}
.prd-content-mobile .wrap-accordion>ul>li+li {margin-top: 10px;}
.prd-content-mobile .wrap-accordion .label {
	display: block;
	position: relative;
	padding: 10px 10px 10px 15px;
	background: #eef1f6;
	font-size: 14px;
	line-height: 20px;
	color: #003580;
}
.prd-content-mobile .wrap-accordion .label:before {
	content: "\f055";
	display: block;
	position: absolute;
	top: 10px;
	left: initial;
	right: 10px;
	font-family: FontAwesome;
	font-size: 18px;
	color: #3d5378;
}
.prd-content-mobile .wrap-accordion .label.uk-active:before {
	content: "\f056";
	color: #feb301;
}
.prd-content-mobile .wrap-accordion .content {padding: 10px 10px 0px 10px;}

@media (min-width: 1220px) {
	.prd-detail {margin-bottom: 30px!important;}
	.prd-detail .prd-title {
		font-size: 22px;
		line-height: 26px;
	}
	.prd-detail .panel-head {margin: 0 0 35px 0;}
	.prd-gallerys .list-photo .image {height: 145px;}
}
@media (max-width: 1220px) {
	.prd-gallerys .list-photo {margin-left: -10px;}
	.prd-gallerys .list-photo>li {
		padding-left: 10px;
		margin-bottom: 10px;
	}
}
@media (min-width: 960px) and (max-width: 1220px) {
	.prd-gallerys .list-photo .image {height: 115px;}
}
@media (max-width: 960px) {
	.prd-detail .book-tour, .room-detail .book-tour .btn {margin: 15px 0!important;}
}
@media (min-width: 767px) and (max-width: 960px) {
	.prd-gallerys .list-photo .image {height: 155px;}
}
@media (min-width: 567px) and (max-width: 767px) {
	.prd-gallerys .list-photo .image {height: 175px;}
}
@media (max-width: 567px) {
	.prd-detail .prd-thumb {width: 150px;}
	.prd-detail .prd-infor {
		float: right;
		width: -webkit-calc(100% - 150px);
		width: -moz-calc(100% - 150px);
		width: -ms-calc(100% - 150px);
		width: -o-calc(100% - 150px);
		width: calc(100% - 150px);
		padding-left: 10px;
	}
}
@media (min-width: 479px) and (max-width: 567px) {
	.prd-gallerys .list-photo .image {height: 140px;}
}
@media (max-width: 479px) {
	.prd-detail {margin-bottom: 10px!important;}
	.prd-detail .panel-head {margin: 0 0 15px 0;}
	.prd-content-mobile .wrap-accordion>ul>li+li {margin-top: 5px;}
	.prd-gallerys .list-photo {margin-left: -5px;}
	.prd-gallerys .list-photo>li {
		padding-left: 5px;
		margin-bottom: 5px;
	}
	.prd-gallerys .list-photo .image {height: 105px;}
	.prd-detail .prd-thumb {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.prd-detail .prd-thumb .image {height: 275px;}
	.prd-detail .prd-infor {
		float: none;
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 350px) {
	.prd-gallerys .list-photo .image {height: 90px;}
}

/* ######################## books-section ######################## */
#book-page {
	padding: 25px 0;
	background: #e6e6e6;
}
.books-section .list-room>li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: #fff;
}
.books-section .gallerys .slideshow .uk-slidenav {
	display: block;
	cursor: pointer;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: url(img/arrows-32-32-1.png) right top no-repeat;
}
.books-section .gallerys .slideshow .uk-slidenav-next:hover {
	background: url(img/arrows-32-32-1.png) right bottom no-repeat;
}
.books-section .gallerys .slideshow .uk-slidenav-previous {
	background: url(img/arrows-32-32-1.png) left top no-repeat;
}
.books-section .gallerys .slideshow .uk-slidenav-previous:hover {
	background: url(img/arrows-32-32-1.png) left bottom no-repeat;
}
.books-section .gallerys .slideshow .uk-slidenav:before {display: none;}
.books-section .information {padding: 15px 0 0 0;}
.books-section .information .title {
	height: 33px;
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 33px;
	font-weight: 600;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.books-section .information .description {
	max-height: 80px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.books-section .information .description p {
	margin: 0;
	padding: 0;
}
.books-section .information .price {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
}
.books-section .information .note {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.books-section .information .status {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #ff0000;
	font-style: italic;
}
.books-section .table {
	margin-top: 15px;
	width: 100%;
	border-collapse: collapse;
}
.books-section .table thead th {
	padding: 10px 15px;
	background: #f5f5f5;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #89878c;
}
.books-section .table td {
	padding: 10px 15px;
}
.books-section .table td:nth-of-type(1) {width: 50%;}
.books-section .table td:nth-of-type(2) {width: 15%;}
.books-section .table td:nth-of-type(3) {width: 15%;}
.books-section .table td:nth-of-type(4) {width: 20%;}
.books-section .table .title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	color: #000;
}
.books-section .table .wrap-quantity {
	position: relative;
	padding: 0 30px;
}
.books-section .table .wrap-quantity .btn {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0px;
	background: #e6e6e6;
	border: 1px solid #adadad;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.books-section .table .wrap-quantity .augment {
	left: 0px;
	border-right: none;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.books-section .table .wrap-quantity .abatement {
	left: initial;
	right: 0px;
	border-left: none;
	-webkit-border-radius: 0px 3px 3px 0;
	-moz-border-radius: 0px 3px 3px 0;
	-ms-border-radius: 0px 3px 3px 0;
	-o-border-radius: 0px 3px 3px 0;
	border-radius: 0px 3px 3px 0;
}
.books-section .table .wrap-quantity .input-text {
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 30px;
	text-align: center;
	outline: none
}
.books-section .table .total {
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #000;
}
.books-section .table .total .price {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.books-section .order {
	padding: 10px 15px 0 15px;
	border-top: 1px solid #e1e1e1;
}
.books-section .order .btn-bookroom {
	padding: 8px 20px;
	border: none;
	background: rgb(137, 135, 140);
	color: rgb(10, 10, 10);
	font-weight: 600;
	opacity: .8;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}


/* ######################## rooms-catalogue ######################## */
.rooms-catalogue {margin-bottom: 20px}
.rooms-catalogue  .panel-head {
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-family: 'AmericanaBE';
}
.rooms-catalogue .heading {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 26px;
	/*text-transform: uppercase;*/
	font-weight: bold;
}
.rooms-catalogue .nav-tabs {display: inline-block;}
.rooms-catalogue .nav-tabs li {
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}
.rooms-catalogue .nav-tabs li+li {margin-left: 20px;}
.rooms-catalogue .nav-tabs li:hover, .rooms-catalogue .nav-tabs li.uk-active {color: #feb301;}
.rooms-catalogue .room .image {
	position: relative;
	overflow: hidden;
}
.rooms-catalogue .room .image:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	background-color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	background: -ms-linear-gradient(top, transparent, #000);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.rooms-catalogue .room:hover .image:before {
	opacity: .7;
	top: 0px;
}
.rooms-catalogue .room .title a {color: #333;}
.rooms-catalogue .room .title a:hover {color: #FEB301;}
.rooms-catalogue .room .description {
	margin: 0 0 10px 0;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.rooms-catalogue .room .description p {margin: 0 0 2px 0;}
.rooms-catalogue .room .btn-group .btn {
	display: block;
	float: left;
	padding: 9px 25px;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.rooms-catalogue .room .btn-group .btn+.btn {margin-left: 5px;}
.rooms-catalogue .room .btn-view {
	border: 1px solid #FEB301;
	background: #fff;
	color: #FEB301;
}
.rooms-catalogue .room .btn-view:hover {
	border: 1px solid #b79127;
	background: #FEB301;
	color: #fff;
}
.rooms-catalogue .room .btn-book {
	border: 1px solid #b79127;
	background: #FEB301;
	color: #fff;
}
.rooms-catalogue .room .btn-book:hover {
	border: 1px solid #FEB301;
	background: #fff;
	color: #FEB301;
}
@media (min-width: 1220px) {
	.rooms-catalogue {margin-bottom: 50px;}
	.rooms-catalogue .heading {
		margin: 0 0 30px 0;
		font-size: 24px;
		line-height: 26px;
		font-family: 'AmericanaBE';
	}
	.rooms-catalogue .nav-tabs li+li {margin-left: 30px;}
	.rooms-catalogue .list-room>.item+.item {margin-top: 50px;}
	.rooms-catalogue .room {
		position: relative;
		overflow: hidden;
	}
	.rooms-catalogue .room .thumb {
		position: relative;
		width: 66.67%;
	}
	.rooms-catalogue .room .thumb:before {
		content: "";
		display: block;
		position: absolute;
		width: 30px;
		height: 400px;
		left: initial;
		right: 0px;
		top: 40px;
		background: #fff;
		z-index: 10;
	}
	.rooms-catalogue .room .infor {
		position: absolute;
		width: 33.33%;
		padding: 0 15px;
		left: initial;
		right: 0px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.rooms-catalogue .room .title {
		font-family: 'AmericanaBE';
		margin: 0 0 20px 0;
		font-size: 24px;
		line-height: 28px;
		/*text-transform: uppercase;*/
	}
	.rooms-catalogue .room .price {
		margin: 0 0 15px 0;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.rooms-catalogue .room .price .value {
		vertical-align: -3px;
		margin-left: 10px;
		color: #FEB301;
		font-weight: 700;
		font-size: 30px;
	}
	.rooms-catalogue .room .description {margin: 0 0 20px 0;}
	.rooms-catalogue .room .description p {margin: 0 0 5px 0;}
	.rooms-catalogue .list-room>.item:nth-child(even) .room .thumb {float: right;}
	.rooms-catalogue .list-room>.item:nth-child(even) .room .infor {
		right: initial;
		left: 0px;
	}
	.rooms-catalogue .list-room>.item:nth-child(even) .room .thumb:before {
		left:0px;
		right: initial;
	}
}
@media (max-width: 1220px) {
	.rooms-catalogue .list-room {margin-left: -20px;}
	.rooms-catalogue .list-room>.item {
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.rooms-catalogue .room .thumb {margin: 0 0 10px 0;}
	.rooms-catalogue .room .title {
		margin: 0 0 15px 0;
		font-size: 16px;
		line-height: 20px;
		/*text-transform: uppercase;*/
	}
	.rooms-catalogue .room .description {

		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
	.rooms-catalogue .heading {
		margin: 0;
		font-size: 24px;
		line-height: 26px;
		/* text-transform: uppercase; */
		font-weight: bold;
	}
}
@media (min-width: 767px) and (max-width: 1220px) {
	.rooms-catalogue .room .title {
		font-size: 18px;
		line-height: 22px;
	}
	.rooms-catalogue .room .image {height: 220px;}
}
@media (min-width: 567px) and (max-width: 767px) {
	.rooms-catalogue .list-room {margin-left: -10px;}
	.rooms-catalogue .list-room>.item {
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.rooms-catalogue .room .image {height: 200px;}
	.rooms-catalogue .room .btn-group .btn {padding: 8px 20px;}
}
@media (max-width: 567px) {
	.rooms-catalogue .list-room {margin-left: 0;}
	.rooms-catalogue .list-room>.item {
		padding-left: 0;
		width: 100%;
		margin-bottom: 25px;
	}
	.rooms-catalogue .room .title {
		margin:  0 0 10px 0;
		font-size: 20px;
		line-height: 24px;
		font-family: 'AmericanaBE';
	}
	.rooms-catalogue .room .image {height: 265px;}
}
@media (max-width: 479px) {
	.rooms-catalogue .room .image {height: 225px;}
}
@media (max-width: 350px) {
	.rooms-catalogue .room .image {height: 175px;}
	.rooms-catalogue .room .btn-group .btn {padding: 8px 20px;}
}

/* ######################## rooms-detail ######################## */
.room-detail-heading {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9;
	bottom: 50px;
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25)
}
.room-detail {margin-bottom: 25px!important;}
.room-detail .panel-head {margin-bottom: 30px;}
.room-detail .slide-show .uk-slidenav {
	display: block;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 30px;
	font-size: 24px;
	color: #fff;
}
.room-detail .slide-show .uk-slidenav:hover {
	border-color: #feb301;
	color: #feb301;
}
.room-gallerys {position: relative;}
.room-gallerys .overlay {
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background-color: rgba(51, 51, 51, 0.6);
}
.room-detail-book {
	position: relative;
	padding: 30px 15px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	height: 100%;
}
.room-detail-book .label-price {
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.room-detail-book .price {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #999;
	line-height: 1;
}
.room-detail-book .price:before {
	content: "";
	display: block;
	position: absolute;
	top: initial;
	bottom: 0px;
	left: -15px;
	width: -webkit-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: -ms-calc(100% + 30px);
	width: -o-calc(100% + 30px);
	width: calc(100% + 30px);
	border-bottom: 1px solid #e1e1e1;
}
.room-detail-book .price .value {
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
	font-size: 30px;
	color: #FEB301;
	vertical-align: text-bottom;
}
.room-detail-book .form-row:not(:last-child) {margin-bottom: 25px;}
.room-detail-book .form-label {
	display: block;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.room-detail-book .form .input-text,
.room-detail-book .form .form-select {
	border: none;
	background: #fff;
	font-size: 12px;
	color: #000;
}
.room-detail-book .form .input-text-label {
	display: block;
	position: relative;
}
.room-detail-book .form .btn-submit {
	display: block;
	position: relative;
	padding: 10px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #b79127;
	background-color: #FEB301;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.room-detail-book .form .btn-submit:hover {
	background: transparent;
	border-color: #FEB301;
	color: #FEB301;
}
.room-detail-book .form .input-text::-webkit-input-placeholder {
	color: #000;
	font-size: 12px;
}
.room-detail-book .form .input-text::-moz-placeholder {
	color: #000;
	font-size: 12px;
}
.room-detail-book .form .input-text:-ms-input-placeholder {
	color: #000;
	font-size: 12px;
}
.room-detail-book .form .input-text:-moz-placeholder {
	color: #000;
	font-size: 12px;
}
.room-detail-content {
	position: relative;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.room-detail-content:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 240px;

	border-left: 1px solid #c8c8c8;
}
.room-detail-content .nav-tabs  {
	float: left;
	width: 240px;
	padding: 30px 15px;
}
.room-detail-content .nav-tabs li {
	position: relative;
	padding: 15px 0;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #e1e1e1;
}
.room-detail-content .nav-tabs li:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	top: initial;
	left: 0px;
	bottom: -1px;
	background: #FEB301;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.room-detail-content .nav-tabs li:hover {color: #FEB301;}
.room-detail-content .nav-tabs li:hover:before {width: 100%;}
.room-detail-content .tab-content {
	float: right;
	width: -webkit-calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: -ms-calc(100% - 240px);
	width: -o-calc(100% - 240px);
	width: calc(100% - 240px);
	padding: 30px 20px;
}
.room-detail-content .article {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.room-detail-content .article p {margin: 0 0 10px 0;}
.room-detail-content .article ul, .room-detail .content .article ol {margin: 0 0 15px 0;}

@media (min-width: 1220px) {
	.room-gallerys .overlay {padding: 15px 20px;}
}
@media (max-width: 1220px) {
	.room-detail-heading {
		bottom: 20px;
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 960px) {
	.room-detail-book {margin-top: 15px;}
}
@media (max-width: 767px) {
	.room-detail-heading {
		bottom: 10px;
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width: 479px) {
	.room-detail-heading {
		bottom: 10px;
		font-size: 16px;
		line-height: 20px;
	}
}

/* ######################## rooms-same ######################## */
.rooms-same {margin-bottom: 20px!important;}
.rooms-same .heading {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.rooms-same .heading>* {color: #333;}
.rooms-same .list>li {margin-bottom: 20px;}
.rooms-same .room .thumb {margin: 0 0 10px 0;}
.rooms-same .room .title {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.rooms-same .room .title a {color: #333;}
.rooms-same .room .title a:hover {color: #feb301;}
.rooms-same .room .description {
	margin: 0 0 15px 0;
	height: 66px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.rooms-same .room .description p {margin: 0 0 3px 0;}
.rooms-same .room .description p:last-child {margin: 0;}
.rooms-same .room .detail a {
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
	color: #333;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	border: 1px solid #000;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.rooms-same .room .detail a:hover {
	border-color: #feb301;
	background: #feb301;
	color: #fff;
}
@media (min-width: 1220px), (min-width: 567px) and (max-width: 767px), (max-width: 350px) {
	.rooms-same .room .image {height: 275px;}
}
@media (max-width: 1220px) {
	.rooms-same .list {margin-left: -10px;}
	.rooms-same .list>li {
		padding-left: 10px;
		margin-bottom: 15px;
	}
	.rooms-same .room .title {text-transform: none;}
	.rooms-same .room .description {
		height: 60px;
		font-size: 13px;
		line-height: 18px;
	}
}
@media (min-width: 767px) and (max-width: 1220px) {
	.rooms-same .room .image {height: 145px;}
}
@media (min-width: 479px) and (max-width: 567px) {
	.rooms-same .room .image {height: 135px;}
}
@media (max-width: 479px) {
	.rooms-same .room .image {height: 205px;}
}

/* ######################## main-slide ######################## */
.main-slide {margin: 0}
.main-slide .uk-dotnav {bottom: 15px;}
.main-slide .uk-dotnav>*+* {margin-left: 5px;}
.main-slide .uk-dotnav>*>* {
	height: 12px;
	width: 12px;
	background: #fff;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.main-slide .uk-dotnav>.uk-active>* {background: #FEB301;}
.main-slide .slide-content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
}
.main-slide .slide-content .container {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.main-slide .slide-content .main-title {
	position: relative;
	margin: 0 0 15px 0;
	font-size: 44px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0;
	z-index: -1;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all .75s ease .25s;
	-moz-transition: all .75s ease .25s;
	-ms-transition: all .75s ease .25s;
	-o-transition: all .75s ease .25s;
	transition: all .75s ease .25s;
}
.main-slide .slide-content .sub-title {
	position: relative;
	margin: 0 0 25px 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0;
	z-index: -1;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all .75s ease .75s;
	-moz-transition: all .75s ease .75s;
	-ms-transition: all .75s ease .75s;
	-o-transition: all .75s ease .75s;
	transition: all .75s ease .75s;
}
.main-slide .slide-content .viewmore {
	position: relative;
	opacity: 0;
	z-index: -1;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all .75s ease .75s;
	-moz-transition: all .75s ease .75s;
	-ms-transition: all .75s ease .75s;
	-o-transition: all .75s ease .75s;
	transition: all .75s ease .75s;
}
.main-slide .slide-content .viewmore a {
	display: inline-block;
	min-width: 140px;
	padding: 7px 10px;
	border: 2px solid #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main-slide .slide-content .viewmore a:hover {
	background: #FEB301;
	border-color: #FEB301;
}
.main-slide .uk-slideshow>li.uk-active .main-title, .main-slide .uk-slideshow>li.uk-active .sub-title, .main-slide .uk-slideshow>li.uk-active .viewmore {
	opacity: 1;
	z-index: 10;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media (max-width: 1220px) {
	.main-slide .slide-content .main-title {
		margin: 0 0 10px 0;
		font-size: 36px;
		line-height:36px;
	}
	.main-slide .slide-content .sub-title {margin: 0 0 20px 0;}
}
@media (max-width: 960px) {
	.main-slide .slide-content .main-title {
		margin: 0 0 10px 0;
		font-size: 24px;
		line-height:30px;
	}
	.main-slide .slide-content .sub-title {
		margin: 0 0 15px 0;
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 567px) {
	.main-slide .slide-content .main-title {
		margin: 0 0 5px 0;
		font-size: 18px;
		line-height: 22px;
	}
	.main-slide .slide-content .sub-title {text-transform: none;}
}
@media (max-width: 479px) {
	.main-slide .uk-dotnav {
		display: none;
		visibility: hidden;
	}
	.main-slide .slide-content .main-title {
		font-size: 16px;
		line-height: 20px;
	}
	.main-slide .slide-content .sub-title {
		margin: 0 0 10px 0;
		font-size: 13px;
		line-height: 20px;
		font-weight: normal;
	}
	.main-slide .slide-content .viewmore a {
		min-width: 100px;
		padding: 5px 10px;
		border: 1px solid #fff;
		font-size: 12px;
		line-height: 18px;
		text-transform: none;
	}
}

/* ######################## homepage-about ######################## */
.homepage-about {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.homepage-about .article .title {
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 1;
	/*text-transform: uppercase;*/
	color: #000;
}
.homepage-about .article .title a {color: #000;font-family: 'AmericanaBE';}
.homepage-about .article .description {
	margin: 0 0 15px 0;
	font-size: 17px;
	line-height: 1;
	color: #777;
}
.homepage-about .article .content {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.homepage-about .article .content p {margin: 0 0 10px 0;}
.homepage-about .article .viewmore a {
	display: inline-block;
	background: none;
	white-space: nowrap;
	text-transform: uppercase;
	cursor: pointer;
	line-height: normal;
	padding: 8px 15px;
	font-size: 12px;
	color: #000;
	min-width: 110px;
	border: 1px solid #000;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.homepage-about .article .viewmore a:hover {
	border-color: #FEB301;
	background-color: #FEB301;
	color: #fff;
}
.homepage-about .text-box {
	position: relative;
	height: 100%;
	padding: 20px 25px;
	background: #333;
	-webkit-background-size: 130px 130px;
	background-size: 130px 130px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.homepage-about .text-box .main-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}
.homepage-about .text-box ul {list-style: none;}
.homepage-about .text-box ul li {
	display: block;
	position: relative;
	padding-left: 20px;
	background: url(img/list-picto.svg) no-repeat 0 5px;
	font-size: 14px;
	line-height: 22px;
}
.homepage-about .text-box ul li:not(:last-child) {margin-bottom: 10px;}

@media (min-width: 1220px) {
	.homepage-about {margin: 0 0 50px 0;}
}
@media (min-width: 960px) and (max-width: 1200px) {
	.homepage-about .text-box {min-height: 300px}
}
@media (max-width: 960px) {
	.homepage-about .article {margin-bottom: 20px!important;}
}
@media (max-width: 567px) {
	.homepage-about .article .title {
		margin: 0 0 10px 0;
		font-size: 24px;
		line-height: 24px;
	}
}
@media (max-width: 479px) {
	.homepage-about .text-box {padding: 25px 15px;}
}

/* ######################## Article ######################## */
.artcatalogue {margin-bottom: 25px!important;}
.artcatalogue .panel-body {padding: 0 0 10px 0;}
.artcatalogue .list-article>li:not(:last-child) {margin-bottom: 10px;}
[class*=article-] .description p {margin: 0;}
[class*=article-] .title a {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.artcatalogue .article {position: relative;}
.artcatalogue .article .thumb {
	position: relative;
	float: left;
	width: 250px;
}
.artcatalogue .article .info {
	position: relative;
	float: left;
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: -ms-calc(100% - 250px);
	width: -o-calc(100% - 250px);
	width: calc(100% - 250px);
	padding-left: 20px;
}
.artcatalogue .article .title {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 22px;
	font-family: 'AmericanaBE';
}
.artcatalogue .article .title a {
	display: block;
	color: #333;
}
.artcatalogue .article .title a:hover {color: #0097D2;}
.artcatalogue .article .meta {
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 18px;
	color: #999;
}
.artcatalogue .article .meta>*+* {margin-left: 15px;}
.artcatalogue .article .description {
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	color: #666;
}
@media (min-width: 1220px) {
	.artcatalogue .list-article>li:not(:last-child) {margin-bottom: 15px;}
	.artcatalogue .article .thumb {width: 100%;}
	.artcatalogue .article .info {
		width: -moz-calc(100% - 285px);
		width: -webkit-calc(100% - 285px);
		width: -ms-calc(100% - 285px);
		width: -o-calc(100% - 285px);
		width: calc(100% - 285px);
	}
}
@media (min-width: 479px) and (max-width: 767px) {
	.artcatalogue .article .thumb {width: 180px;}
	.artcatalogue .article .info {
		position: relative;
		width: -moz-calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
		width: -ms-calc(100% - 180px);
		width: -o-calc(100% - 180px);
		width: calc(100% - 180px);
	}
	.artcatalogue .article .description {height: 60px;}
}
@media (max-width: 767px) {
	.artcatalogue .article .meta {display: none;}
	.artcatalogue .article .info {padding-left: 15px;}
}
@media (max-width: 567px) {
	.artcatalogue .list-article>li:not(:last-child) {margin-bottom: 0;}
	.artcatalogue .article {
		position: relative;
		margin-bottom: 10px!important;
		padding-top: 10px!important;
	}
	.artcatalogue .article:before {
		content: "";
		height: 1px;
		position: absolute;
		display: block;
		top: 1px;
		left: initial;
		right: 0;
		width: -webkit-calc( 65% - 10px);
		width: -moz-calc( 65% - 10px);
		width: -o-calc( 65% - 10px);
		width: -ms-calc( 65% - 10px);
		width: calc( 65% - 10px);
		background: #e1e1e1;
	}
	.artcatalogue .article .thumb {
		width: 100%;
		padding: 0;
		border: none;
	}
	.artcatalogue .article .image {height: 80px;}
	.artcatalogue .article .info {
		width: 100%;
		padding-left: 0px;
		margin-top: 15px;
	}
	.artcatalogue .article .title a {
		display: block;
		color: #333;
		font-size: 16px;
		line-height: 22px;
		font-family: 'AmericanaBE';
	}
	.artcatalogue .article .title {
		margin: 0;
		font-size: 15px;
		line-height: 20px;
		font-weight: normal;
		font-family: 'No1 Bold', sans-serif;
	}
	.artcatalogue .article .description {display: none;}
	.artcatalogue .article.featured {
		margin-bottom: 10px!important;
		padding-top: 0px!important;
	}
	.artcatalogue .article.featured:before {display: none;}
	.artcatalogue .article.featured .thumb {
		float: none;
		width: 100%;
		margin: 0;
	}
	.artcatalogue .article.featured .image {height: auto;}
	.artcatalogue .article.featured .info {
		position: absolute;
		float: none;
		width: 100%;
		margin: 0;
		padding: 10px 15px;
		left: 0;
		top: initial;
		bottom: 0px;
		z-index: 5;
		background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
		background-image: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
		background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
	}
	.artcatalogue .article.featured .title {
		font-size: 18px;
		line-height: 22px;
		font-family: 'No1 Bold', sans-serif;
		font-weight: normal;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
		text-align: center;
	}
	.artcatalogue .article.featured .title a {color: #fff;}
	.artcatalogue .list-article>li:nth-of-type(2) .article:before {display: none;}
}



/* ######################## Detail ######################## */
.share-box>*+* {margin-left: 5px;}
.share-box .plus {
	position: relative;
	margin-top: -4px;
}
.art-detail {
	margin: 0 0 25px 0;
	padding-top: 10px;
}
.art-detail .main-title {
	margin-bottom: 15px;
	font-size: 20px;
	line-height:24px;
	color: #ba2026;
}
.art-detail .description {
	margin: 0 0 10px 0;
	font-weight: bold;
}
@media (max-width: 1220px) {
	.art-detail .main-title {
		font-size: 18px;
		line-height: 24px;
	}
}

/* Article same */
.art-same {margin-bottom: 25px!important; }
.art-same .heading,
.interior-design-same .heading {
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 24px;
	color: #ba2026;
	text-transform: none!important;
	font-weight: normal;
	font-family: 'UTM Avo Bold', sans-serif;
}
.art-same ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #999;
}
.art-same ul li+li {border-top: 1px dotted #898989;}
.art-same ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 0px;
	color: #000;
	font-size: 12px;
}
.art-same ul li a {color: #333;}
.art-same ul li a:hover,
.art-same ul li:hover:before {color: #3399cc;}


/* ######################## Contact ######################## */
.contact-section {margin: 0;}
.contact-section .heading {
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 30px;

	font-weight: bold;
}
.contact-section .address {margin: 0 0 20px 0;}
.contact-section .address p {margin: 0 0 5px 0;}
.contact-section .address a {color: #feb301;}
.contact-section .address a:color {color: #333;}
.contact-section .wrap-form .main-title {
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.contact-section .wrap-form .form-row {margin-bottom: 10px;}
.contact-section .wrap-form .form-label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.contact-section .wrap-form .input-text,
.contact-section .wrap-form .form-textarea {
	display: block;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #000;
}
.contact-section .wrap-form .input-text {
	height: 34px;
	padding: 0 10px;
	line-height: 34px;
}
.contact-section .wrap-form .form-textarea {
	height: 125px;
	padding: 5px 10px;
}
.contact-section .wrap-form .btn-submit {
	display: inline-block;
	padding: 7px 20px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #b79127;
	background-color: #FEB301;
	color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.contact-section .wrap-form .btn-submit:hover {
	background: transparent;
	color: #FEB301;
	border-color: #FEB301;
}
@media (min-width: 1220px) {
	.contact-section .wrap-form .form-row {margin-bottom: 15px;}
}
@media (max-width: 1220px) {
	.contact-section .wrap-form .uk-grid {margin-left: -10px;}
	.contact-section .wrap-form .uk-grid>* {padding-left: 10px;}
}


/* ######################## Footer ######################## */
.footer {
	padding: 25px 0 0 0;
	background: #000 url(img/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	font-size: 14px;
	line-height: 22px;
	color: #acacac;
}
.ft-contact {
	position: relative;
	padding-left: 0;
	color: #acacac;
}
.ft-contact a {color: #acacac;}
.ft-contact a:hover {
	text-decoration: underline;
	color: #feb301;
}
.ft-contact .infor p {margin: 0 0 5px 0;}
.ft-contact .infor i {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.ft-contact .logo {
	position: absolute;
	max-width: 100px;
	left: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: .7;
}
.ft-connect {
	position: relative;
	margin: 25px 0 40px 0!important;
	padding-top: 25px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.ft-connect .tripadvisor {width: 120px;}
.ft-connect .payment {margin-top: 40px;}
.ft-connect .ft-social li {float: left;}
.ft-connect .ft-social li+li {margin-left: 10px;}
.ft-connect .ft-social a {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.ft-connect .ft-social a:hover {
	color: #feb301;
	border-color: #feb301;
}
.footer .wrap-site-link {margin-bottom: 30px;}
.footer .wrap-site-link .main-title,
.ft-connect .wrap-social .main-title  {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 24px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-family: 'AmericanaBE';
}
.footer .wrap-site-link .main-title>*, .ft-connect .wrap-social .main-title>* {color: #fff;}
.footer .wrap-site-link .list>li+li {margin-top: 10px;}
.footer .wrap-site-link .list a {color: #acacac;}
.footer .wrap-site-link .list a {color: #acacac;}
.footer .wrap-site-link .list a:hover {
	text-decoration: underline;
	color: #feb301;
}
.footer .copyright {
	padding: 10px 0;
	background: #000;
	font-size: 13px;
	line-height: 20px;
	color: #acacac;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.footer .copyright a {color: #acacac;}
.footer .copyright a:hover {
	text-decoration: underline;
	color: #feb301;
}
.footer .copyright p {margin: 0;}
@media (min-width: 1220px) {
	.footer {padding: 40px 0 0 0;}
	.footer .wrap-site-link {margin-bottom: 40px;}
}
@media (min-width: 960px) and (max-width: 1220px), (max-width: 479px) {
	.ft-contact {padding-left: 0;}
	.ft-contact .logo {
		position: relative;
		margin: 0 0 10px 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@media (max-width: 960px) {
	.footer {
		font-size: 13px;
		line-height: 20px;
	}
	.footer .wrap-site-link .list>li+li {margin-top: 5px;}
	.footer .wrap-site-link .main-title,
	.ft-connect .wrap-social .main-title  {
		margin: 0 0 10px 0;
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 479px) {
	.ft-contact .logo {display: none;}
	.footer .wrap-site-link {margin-bottom: 20px;}
	.ft-connect .tripadvisor {width: 100px;}
	.ft-connect .payment {margin-top: 20px;}
}
@media (max-width: 350px) {
	.ft-contact {margin-bottom: 20px!important;}
	.ft-connect {display: none;}
}

/* ######################## offcanvas-menu ######################## */
.offcanvas-menu .uk-offcanvas-bar {background: rgba(51, 51, 51, .99);}
.offcanvas-menu .logo {
	position: relative;
	padding: 8px 0;
	text-align: center;
	background: rgba(0, 0, 0, .5);
}
.offcanvas-menu .logo a {
	width: 180px;
	margin: 0 auto;
}
.mobile-nav ul li {position: relative;}
.mobile-nav ul li a:not(.dropicon) {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.mobile-nav .main-menu>li>a:not(.dropicon) {padding: 10px 40px 10px 35px;}
.mobile-nav .main-menu>li>a:not(.dropicon):before {
	content: "\f02c";
	display: block;
	position: absolute;
	left: 12px;
	top: 12px;
	font-size: 12px;
	font-family: FontAwesome;
}
.mobile-nav .main-menu>li>a:not(.dropicon):after {display: none;}
.uk-nav-parent-icon>.uk-parent>a:after {
	content: "\f053";
	width: 100%;
	margin-right: 0;
	float: none;
	font-family: FontAwesome;
	text-align: center;
	font-size: 10px;
}
.mobile-nav .main-menu .dropicon {
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	left: initial;
	top: 0px;
	right: 0px;
	text-align: center;
	z-index: 10;
	color: #fff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}
.mobile-nav .main-menu .dropicon:before {display: none;}
.uk-nav-parent-icon>.uk-parent.uk-open>a:after {content: "\f078";}
p iframe {
/*	width: 100%;*/
}
.main-nav>.main-menu li.lang a{
	padding: 12px 4px;
}
.main-nav>.main-menu li.lang1>a{
	padding-left: 35px
}
/* </hanoigoldenholidayhotel.css>

 */

.artcatalogue .heading-2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	font-family: 'AmericanaBE';
}
.info .viewmore {
	font-family: 'AmericanaBE';
}

.gallery-section .photo a {
	display: inline-block;
	width: calc(50% - 5px);
	float: left;
}

.gallery-section .photo a:first-child {
	margin-right: 10px;
}

.gallery-section .list-photo > .item {
	margin-bottom: 30px;
}

.gallery-section .photo .thumb {
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.ft-social li svg path {
    fill: #fff!important;
    overflow: visible!important;
}

.ft-social li:hover svg path {
    fill: #feb301!important;
}

.ft-social li svg {
    visibility: visible!important;
}