body{
	font-family: 'Rubik', sans-serif;
}
img {
	width: 100%;
	height: auto;
}
*{
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
h1{
	
}
h2 {
	font-size: 30px;
	text-transform: uppercase;
}
h3{
	font-size: 20px;
    text-transform: uppercase;
}
input::placeholder,textarea::placeholder{
	color: #032b41;
}
input, select{
	font-size: 18px;
	background: #d8d9db;
	border: none;
	padding: 15px 25px;
	margin: 8px;
	border-radius: 40px;
	color: #032b41;
	font-family: 'Rubik', sans-serif;
}
textarea {
	font-size: 18px;
	margin: 8px;
	padding: 15px 25px;
	border-radius: 10px;
	min-height: 140px;
	color: #032b41;
	background: #d8d9db;
	border: none;
	font-family: 'Rubik', sans-serif;
}
input[type="radio"] {
    width: 25px !important;
    height: 25px !important;
    border-radius: 4px !important;
}
.social-link{
    position: absolute;
    float: right;
    right: 20px;
    top: 0;
    z-index: 9999;
}
.social-link ul{
	margin: 0 8px;
	display: inline-block;
	padding: 0;
}
.social-link li{
	list-style:none;
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}
.social {
	padding-top: 12px !important;
	position: relative;
	vertical-align: bottom;
}
.add-code-btn{
	margin-top: 60px;
}
.nav .logo {
	text-align: center
}
.nav .logo img {
	width: auto;
	margin-top: 8px;
}
.book-room{
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 40px;
    color: #fff;
    width: 160px;
    text-align: center;
    text-transform: uppercase;
}
.book-room a{
    color: #fff;
}
.book-room:hover:hover{border: 1px solid #81c6ec;}
.book-room:hover a{color: #81c6ec;}
.main-content{
	display: flex
}
.wrap-check-box {
    width: 36%;
    padding: 2em 4em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.main-iamgae{
	width: 75%
}
.main-iamgae img{
	width: 100%;
	object-fit: cover
}
.calendar-box {
	width: 33.33%;
	float: left;
	text-align: center;
	font-weight: 600;
}
.calendar-box > div {
    text-align: center;
    background: #005081;
    color: #fff;
    padding: 20px 0;
    margin: 25px 0 0;
}
.date-picker > div:first-child > div{
	    border-radius: 8px 0 0  8px;
}
.date-picker > div:last-child> div{
	    border-radius: 0 8px 8px 0;
}
.date-picker > div:last-child> div span:before{margin-left: -10px;}
.calendar-box > div span{
	text-transform: uppercase;
	font-size: 22px;
}
.calendar-box > div span:before{
	margin-top: -32px;
	content:'';
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 12px solid #095081;
	position: absolute;
	margin-left: 4px;
}
.book-date{
	font-size: 50px;
	border-top: 2px solid #0b3958;
	margin: 10px 10px;
	border-bottom: 2px solid #0b3958;
}
.date{
	display: block
}
.calendar-box i{
	content: '';
	    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -1px;
    left: 3px;
    transform: rotate(45deg);
}
.poolrada-wrap-icon{
	position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
}
.poolrada-wrap-icon img{
    width: 180px;
}
.calendar-box i.up{
	transform: rotate(-134deg);
	margin: 10px 0;
}
.check-available {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #002c41;
    padding: 12px 25px;
    text-align: center;
    border: none;
    border-radius: 20px;
	letter-spacing: 2px;
	    margin-top: 40px;
}
.check-available a {
	color: #fff;
}
.check-available:hover {
	color: #002c41;
	background: transparent;
	border: 1px solid #002c41;
}
.check-available:hover a {
	color: #002c41;
}
.content{
	text-align: center;
	padding:3em 5em;
}
.content-color{
	color: #fff;
	background: #002c41;
	width: 100%
}
.content-right {
	text-align: left;
	padding: 3em 5em 5em 5em;
	/* display: flex; */
}

.content-right img {
	width: 300px;
	float: left;
	margin-right: 4em;
}
.book-now.book-room{
	background: #032b41;
}
.book-now.book-room a{
	color: #fff
}
.room-feature{
	display: flex;
}
.room-item{
	max-width: 33.33%;
	flex: 0 0 33.33%;
}
.room-item img {
	width: 60px !important;
}
.room-info .wrap-btn{
	margin-top: 35px;
}
.about-col{
	display: flex;
	overflow: hidden;
	margin: 20px 0;
}
.about-col h2{
	margin: 0;
}
.about-col h2:after{
	content: '';
    width: 60px;
    height: 4px;
    background: #000;
    display: flex;
    margin: 10px 0 30px 0;
}
.travel-info{
	display: block;
}
.head-title{
	text-transform: uppercase;
}
.button-blue a {
    background: #132c41;
    color: #fff;
	text-transform: uppercase;
    padding: 12px 30px;
    display: block;
    text-align: center;
    border-radius: 40px;
}
.contact-right {
    text-align: left;
    padding: 3em 5em 5em 5em;
    display: flex;
}
.contact-right img {
    width: 300px;
    float: left;
    margin-right: 4em;
}
.wrap-contact-form{
	max-width: 500px;
	display: grid;
	width: 100%;
}
.group-input input{
	width: 50%;
}
.group-input{
	display: flex;
}
ul.tabs{
	margin: 2em 0;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: #005081;
	color: #fff;
	display: inline-block;
	padding: 20px 15px;
	cursor: pointer;
	margin: 0 -2px;
    width: 50%;
}
ul.tabs li.current{
	background: #002c41;
}
.tab-content{
	display: none;
}
.tab-content.current{
	display: inherit;
}
.content-gallery{
	display: flex
}
.content-gallery > div:first-child{
	    flex: 0 0 75%;
}
.content-gallery > div:first-child img{
	padding-right: 8px;
}
ul.tabs li:first-child {
	border-radius: 40px 0 0 40px;
}
ul.tabs li:last-child {
	border-radius:  0 40px 40px 0;
}
.home-tmb-gallery img:first-child{
	margin-bottom: 5px;
}
.home-tmb-gallery img:last-child{
	    margin-top: 5px;
}
.content-col{
	display: flex;
}
.col-info{
	width: 33.33%;
	padding: 10px;
}
.content-col.reserve-room{
	display: block;
	padding: 2em;
}
.reserve-room .col-info {
    width: 100%;
    padding: 2em;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}
.reserve-room .col-info img {
    width: 40%;
    height: auto;
}
.room-info{
    width: 50%;
    padding-left: 5em;
}
.wrap-btn{
	color: #002c41;
	/* background: #fff; */
	display: flex;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.wrap-btn > div {
	flex: 50%;
	padding: 12px;
	text-align: center;
}
.see-more{
	color: #fff;
	background: #005081;
	border-radius: 20px 0 0 20px;
}
.see-more a{color: #fff;}
.nav .main-nav .menu.main{
	display: block;
	left: 0;
	transition: width 2s;
	width: 100%;
	}
.book-now{
	border-radius: 0  20px 20px 0;
	background: #fff;
}
.book-now a{
	color: #032b41;
}
.reserv-progress{
	width:550px;
	height: 50px;
	line-height: 30px;
}
.book-now.reserve {
    background: #042e42;
}

.book-now.reserve a {
	color:#fff;
}
.map {
	padding: 15px;
    background: #002c40;
    border-radius: 12px;
}
footer {
	background: #002c41;
	color: #fff;
}
.footer-contact h4{
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
.footer-ref {
    background: #fff;
    color: #002c41;
    padding: 1px 5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-ref p {
    width: calc(100% - 80px);
    flex: calc(100% - 80px);
}
.footer-contact{
	display: flex;
	padding: 4em 5em;
}
.footer-contact > div {
	width: 70%;
}
.footer-tel-no:before{
	content: '';
	background: url(../images/tel-icon.png) 0 0 no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
}
.footer-mail {
	display: flex;
	width: 60% !important;
}
.footer-mail:before{
	content: '';
	background: url(../images/mail-icon.png) 0 0 no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
}
.footer-tel > div {
	display: inline;
	vertical-align: top;
	width: 40%;
	float: left;
	font-size: 20px;
}
.footer-tel > div a {display: block;color: #fff;}
.footer-social{
	text-align: right;
	width: 30% !important;
}

.footer-social li {
	list-style: none;
	display: inline-block;
    margin-left: 10px;
}
.footer-social img{
	width: 40px;
	height: 40px;
}
.back-icon {
    display: flex;
    justify-content: flex-end;
    max-width: 30px;
    flex: 0 0 30px;
    margin-top: 10px;
}
.back-icon img {
	width: 30px;
	height: 30px;
}
.room-type{
	display: none;
}
.room-type.room-type-select {
    display: block;
    background: #fff;
    position: relative;
}
.reserve-info {
	display: none;
}
.reserve-info.payment-select{
    display: block;
	background: #fff;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
    z-index: 2;
    position: relative;
}
.reserve-descript > div {
	display: flex;
}
.reserve-descript > div p:last-child{
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto;
}
.reserve-item input, select{
	width: 100%;
}
.wrap-payment {
	display: flex;
}
.wrap-payment > div {
	max-width: 33.33%;
	flex: 33.33%;
	padding: 0 3em;
}
.wrap-rsv-filter{
	    display: flex;
	    flex-grow: 1;
	    flex-basis: 0;
	    width: 100%;
	    /* background: #042e42; */
	    color: #fff;
}
.wrap-rsv-filter > div{
	flex: 1 1 16.66%;
	max-width: 16.66%;
	text-align: center;
	padding:15px 0;
	display: block;
	height: 98px;
	background: #042e42;
}
.wrap-rsv-filter > div i{content: '';border: solid #ffffff;border-width: 0 2px 2px 0;display: inline-block;padding: 7px;transform: rotate(45deg);margin: -5px 5px 0 5px;}
.wrap-rsv-filter > div > div{
	font-size:22px;
	font-weight: 600;
	text-transform:uppercase;
	display: block;
}
.wrap-rsv-filter img {
	width: 57px;
}
.add-code-btn input{
	width: 550px;
	background: transparent;
	border: 1px solid #284455;
	margin: 10px 0;
}
@media screen and (max-width: 768px){
	.main-content {
		display: block;
	}
	.wrap-check-box {
    width: 100%;
    padding: 10px;
	}
	.poolrada-wrap-icon {
    position: absolute;
    left: -68px;
    bottom: -100px;
	}
	.main-iamgae {
    width: 100%;
    margin-top: 30px;
	}
	.content {
    padding: 20px;
	}
	.content-col {
    display: block;
	}
	.col-info {
    width: 100%;
	}
	.footer-contact {
    display: block;
    padding: 20px;
	}
	.footer-contact > div {
        width: 100% !important;
text-align: left;
	}
	.footer-social ul {
		margin: 0;
		padding: 0;
	}
	.footer-ref{
		padding: 0;
	}
	.footer-tel > div {
    width: 100%;
    float: none;
	}
}