@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
	letter-spacing:0.5px;
}
.mgr-bottom-10{
	margin-bottom:10px;
}
.mgr-bottom-20{
	margin-bottom:20px;
}
.mgr-top-10{
	margin-top:10px;
}
.mgr-top-20{
	margin-top:20px;
}
.mgr-top-40{
	margin-top:40px;
}
::-moz-selection {
	background:#b73c64;
	color:#fff;
	text-shadow:none
}
::selection {
	background: #b73c64;
	color: #fff;
	text-shadow: none;
}
.contact-form label{
	padding:5px 0px 0px 0px;
}
.clear{
	clear:both;
}
a{
	color:#fff;
	text-decoration:none;
}
/* ============ Header ============== */
.slide_wrapper{
	width:100%;
	height:auto;
	position:relative;
}
.con_wrapper{
	width:1100px;
	height:auto;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-550px;
	z-index:999;
}
.logo{
	text-align:center;
	border-top: 5px solid #b83e66;
	border-bottom: 5px solid #b83e66;
	width:930px;
	margin: 0 auto;
	margin-top:50px;
	padding-top:20px;
	padding-bottom:20px;
}
.address_top{
	margin-top:20px;
	text-align:center;
}
.address_top p{
	color:#fff;
	font-size:18px;
	line-height:32px;
}
/* ================ Menu ================ */
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-wrapper{
	text-align:center;	
	padding-top:50px;
}
.nav-wrapper nav a {
	position: relative;
	display: inline-block;
	margin: 14px 16px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 20px;
}

.nav-wrapper nav a:hover,
.nav-wrapper nav a:focus {
	outline: none;
	color:#fff;
}
/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 22px;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	color:#fff;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
/* ============== Content =============== */
.content_wrapper{
	width:100%;
	height:auto;
	background:#242232;
}
.con_pdd{
	padding-left:170px;
	padding-right:170px;
}
.content{
	
}
.content h1{
	font-family: "Times New Roman", serif;
	color:#fff;
	text-transform:uppercase;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 25px;
	letter-spacing: 2px;
	background: url(images/bg-heading.png) no-repeat;
	background-position: top center;
}
.content p{
	color:#fff;
	font-size:17px;
	line-height:26px;
}
.readmore{
	text-align: center;
	margin-top: 60px;
	padding-bottom: 60px;
}
.readmore a{
	font-family: "Times New Roman", serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 22px 60px;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.readmore a:hover{
	background: #b73c64;
	border: 2px solid #b73c64;
}
/* ================ Spa Feature ================ */
.fea_wrapper{
	margin-top: 30px;
}
.fea_box{
	background: #3b2136;
	position: relative;
	overflow: hidden;
}
.fea_box img{
	width: 100%;
	opacity: 0.4;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.fea_box:hover img{
	opacity: 0.6;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.fea_title{
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	height: 260px;
	margin-top: -130px;
}
.fea_title h2{
	padding-top: 70px;
}
.fea_title h2::before{
	content:"";
	position:absolute;
	display:inline-block;
	width:200px;
	top: 30px;
	left: 50%;
	margin-left: -100px;
	height:4px;
	overflow:hidden;
	border:none;
	background:#b73c64;
}
.fea_title h2::after{
	content:"";
	position:absolute;
	display:inline-block;
	width:200px;
	bottom: -10px;
	left: 50%;
	margin-left: -100px;
	height:4px;
	overflow:hidden;
	border:none;
	background:#b73c64;
}
.fea_title h2 a{
	text-decoration: none;
	color: #fff;
	font-family: Times New Roman, serif;
	font-size: 44px;
	letter-spacing: 16px;
	text-transform: uppercase;
	line-height: 60px;
	display: block;
}
/* ============== Reservation ================ */
.res_wrapper{
	background: #242232;
	height: auto;
	padding-bottom: 70px;
}
.res_wrapper h1{
	font-family: "Times New Roman", serif;
	color:#fff;
	font-size: 65px;
	text-transform:uppercase;
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom: 25px;
	letter-spacing: 16px;
	background: url(images/bg-heading.png) no-repeat;
	background-position: top center;
	text-align: center;
}
.res_inner{
	width: 770px;
	margin: 0 auto;
}
.txt_cus{
	background: none;
	border-bottom: 1px solid #b73c64;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	height: 70px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	margin-top: 10px;
}
.txt_cus:focus{
	border-bottom:1px solid #fff !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.textarea_cus{
	background: none;
	border-bottom: 1px solid #b73c64;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	margin-top: 10px;
}
.textarea_cus:focus{
	border-bottom:1px solid #fff !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.btn_wrap{
	text-align: center;
	margin-top: 30px;
}
.btnsubmit{
	text-align: center;
	background: #242232;
	color: #fff;
	font-family: Times New Roman, serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	border: 2px solid #fff;
	padding: 20px 80px;
	font-size: 20px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	outline: none;
}
.btnsubmit:hover{
	background: #b73c64;
	border: 2px solid #b73c64;
}
.capcha-con{
	width: 302px;
	margin: 0 auto;
	padding-top: 30px;
}
/* ============ Spa Package ========= */
.spa_pac{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #363447;
}
.spa_pac h2{
	margin: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 26px;
	color: #fff;
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	letter-spacing: 1px;
	border-left: 4px solid #b73c64;
}
.spa_pac span{
	color: #f2f2f2;
}
.spa_pac span i{
	padding-right: 10px;
	color: #b73c64;
}
.spa_pac p{
	font-size: 14px;
}
.spa_pac_desc{
	padding-top: 10px;
}
/* ============ Footer ============== */
.footer_wrapper{
	width: 100%;
	min-height: 590px;
	background: url(images/bg-footer.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.footer_wrapper h2{
	font-family: "Times New Roman", serif;
	color:#fff;
	font-size: 34px;
	text-transform:uppercase;
	margin-top: 120px;
	padding-top: 36px;
	padding-bottom: 25px;
	letter-spacing: 4px;
	background: url(images/bg-heading.png) no-repeat;
	background-position: top center;
	text-align: center;
}
.footer_wrapper p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}
.footer_wrapper p a{
	color: #fff;
	text-decoration: none;
}
.footer_wrapper p a:hover{
	color: #b73c64;
}
.social_network{
	text-align: center;
	padding-top: 40px;
}
.social_network ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.social_network ul li{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	width: 132px;
	padding: 6px 0px;
	border: 2px solid #fff;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.social_network ul li:hover{
	background: #b73c64;
	border: 2px solid #b73c64;
}
.social_network ul li a{
	color: #fff;
	text-decoration: none;
	font-family: Times New Roman, serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}
.logo_phone{
	background: #242232;
	padding: 30px 0px;
	text-align: center;
}
.logo_phone img{
	width: 84px;
}
.menu_wrap{
	width: 100%;
	height: 74px;
	background: #b73c64;
	overflow: hidden;
}
.menu_phone{
	width: 40%;
	height: 74px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.menu_phone a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 24px;
	line-height: 74px;
}
.phone_call{
	width: 20%;
	height: 74px;
	float: left;
	background: #a63258;
	text-align: center;
}
.phone_call a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 24px;
	line-height: 74px;
}
.btnreservation{
	width: 40%;
	height: 74px;
	float: left;
	text-align: center;
}
.btnreservation a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-family: Times New Roman, serif;
	line-height: 74px;
	text-transform: uppercase;
	display: block;
}
@media (max-width:480px) {
	.container{
		width:100%;
	}
	.con_wrapper{
		width: 100%;
	}
	.con_pdd{
		padding-left: 15px;
		padding-right: 15px;
	}
	.content h1{
		font-size: 30px;
	}
	.fea_title h2 a{
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 8px;
	}
	.fea_title h2::before{
		width:200px;
		top: 65px;
		left: 50%;
		margin-left: -100px;
		height:4px;
	}
	.fea_title h2::after{
		width:200px;
		bottom: 65px;
		left: 50%;
		margin-left: -100px;
		height:4px;
	}
	.res_wrapper h1{
		font-size: 26px;
		letter-spacing: 6px;
		background: none;
		padding-top: 20px;
	}
	.res_inner{
		width: 100%;
	}
	.footer_wrapper{
		min-height: 550px;
		background-attachment: scroll;
	}
	.footer_wrapper h2{
		font-size: 22px;
	}
	.footer_wrapper p{
		font-size: 16px;
		line-height: 24px;
	}
	.social_network ul li{
		width: 100px;
		margin-left: 4px;
		margin-right: 4px;
	}
	.social_network ul li a{
		font-size: 12px;
	}
	.amazingslider-arrow-right-1{
		right: 10px !important;
	}
	.amazingslider-arrow-left-1{
		left: 10px !important;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.container{
		width:100%;
	}
	.con_wrapper{
		width: 100%;
	}
	.con_pdd{
		padding-left: 15px;
		padding-right: 15px;
	}
	.fea_title h2 a{
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 8px;
	}
	.fea_title h2::before{
		width:200px;
		top: 65px;
		left: 50%;
		margin-left: -100px;
		height:4px;
	}
	.fea_title h2::after{
		width:200px;
		bottom: 65px;
		left: 50%;
		margin-left: -100px;
		height:4px;
	}
	.res_wrapper h1{
		font-size: 35px;
		letter-spacing: 6px;
		background: none;
		padding-top: 20px;
	}
	.res_inner{
		width: 50%;
	}
	.footer_wrapper{
		background-attachment: scroll;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.container{
		width:100%;
	}
	.con_wrapper{
		width: 800px !important;
		margin-left: -400px !important;
	}
	.con_pdd{
		padding-left: 30px;
		padding-right: 30px;
	}
	.logo{
		width: 100%;
		border-top: 0px;
		border-bottom: 0px;
	}
	.nav-wrapper nav a {
		margin: 14px 16px;
		font-size: 14px;
	}
	.fea_title h2 a{
		font-size: 42px;
		line-height: 50px;
		letter-spacing: 8px;
	}
	.fea_title h2::before{
		width:200px;
		top: 65px;
		left: 50%;
		margin-left: -100px;
		height:4px;
	}
	.fea_title h2::after{
		width:200px;
		bottom: 45px;
		left: 50%;
		margin-left: -100px;
		height:4px;
	}
	.res_wrapper h1{
		font-size: 50px;
		letter-spacing: 6px;
		background: none;
		padding-top: 20px;
	}
	.res_inner{
		width: 50%;
	}
	.footer_wrapper{
		background-attachment: scroll;
	}
}
@media (min-width: 1200px) {
	.container{
		
	}
	.gallery-cus img{
		width: 100%;
	}
}