*{
	outline:none !important;
	font-family: 'Open Sans', sans-serif;
}
#espa{
    position: absolute;
    right: 20px;
    top: 220px;
    z-index: 10;
/*    transform: scale(.9); */
}
/* BOOK ONLINE */
#book-btn{
	width: 166px;
    height: 55px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    line-height: 55px;
    background: #555555;
    position: absolute;
    right: 28px;
    bottom: 100%;
}
#book-btn .caret{
	color: #cab091 !important;
}
#book-wrap{
	width: 990px;
	height:200px;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: -50px;
	z-index: 1;
	
}
#book-wrap .pseudo{
	overflow: hidden;
	height: 100%;
}
#book-online
{
	width: 990px;
	background: rgba(245,245,245, .8);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}
#book-online.open{
	margin-left: 100%;
}

#book-resp{
	text-align:center;
	display:none;
	height: 45px;
	line-height: 45px;
	background: #cab091;
	border: none;
	color: #FFFFFF;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration:none;
}

#book-resp span
{
	font-size: 10px;
	display: block;
	line-height:12px;
}

#book-toggle
{
	position: absolute;
	left: -810px;
	top: 50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	height: 84px;
	width: 770px;
	z-index: 999;
	background: #003f72;
}

#book
{
	display:block;
	text-decoration:none;
	z-index: 9999;
	width: 160px;
	height: 85px;
	line-height: 85px;
	background: #5daffe;
	position: absolute;
	color: #FFFFFF;
	text-align:center;
	font-size: 18px;
	left:-210px;
	top: 50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select-wrap
{
	float:left;
	margin-left: 11px;
	position: relative;
}

.select-dropdown
{
	position:absolute;
	left:0px;
	right: 0px;
	opacity: 0;
	z-index: -1;
	margin-top: 1px;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.book-show
{
	opacity: 5;
	z-index: 0;
	-ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.select-dropdown div
{
	margin-top: 1px;
	color: #817972;
	cursor:pointer;
	background: #fff;
	text-align:center;
}

.select-dropdown div:hover
{
	-moz-transform: scale(.97);
	-webkit-transform: scale(.97);
	-o-transform: scale(.97);
	-ms-transform: scale(.97);
	transform: scale(.97);
}

.date
{
	width: 130px;
	border: none;position:relative;
}

.check-in
{
	background: #fff url('images/calendar.png');
	background-repeat:no-repeat;
	background-position: center right;
}

.staying
{
	background: #fff url('images/calendar.png');
	background-repeat:no-repeat;
	background-position: center right;
}

.select-input
{
	width: 110px;
	border: none;
	background: #fff url('images/book-dropdown.png');
	background-repeat:no-repeat;
	background-position: center right;
}

.book-submit
{
	width: 165px;
	height: 50px;
	line-height: 50px;
	background: #cab091;
	border: none;
	color: #FFFFFF;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-left: 10px;
}

.input
{
	color: #817972;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	border:none;
	padding-left: 10px; 
	height: 50px;
	display:block;
}

.input::-webkit-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #817972 !important;}
.input::-moz-placeholder { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #817972 !important;}
.input:-ms-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #817972 !important;}
.input:-moz-placeholder { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #817972 !important;}
@media (max-width: 1200px) {
    
}
@media (max-width: 992px) {
	#book-wrap{
		display:none;
	}
	#book-resp{
		display:block;
	}
	#espa{
        display:none;
    }
}

/* END BOOK ONLINE */

/* MODALS */
.modal-custom{
	top: 50% !important;
	-ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%)!important;
}
.modal-custom .modal-header, .modal-custom .modal-footer{
	border:none;
}
.modal-custom .modal-body{
	font-size: 16px;
}
.modal-custom .modal-body a{
	text-decoration:none !important;
}
.modal-custom .modal-content{
	border-radius: 0px;
	color: #817972;
}
.modal-custom .btn-default{
	border-radius: 0px;
	border:solid 2px #CAB091;
	background: #fff;
	color: #555
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.modal-custom .btn-default:hover{
	background: #CAB091;
	color: #fff
}

/* LANGUAGE */
.lang-picker{
	cursor:pointer;
	z-index:1;
	position:absolute;
	top: 50%;
	right: 20px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align:center;
	background: #cab091;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.lang-picker span{
	font-size: 16px;
	color: #fff;
}
.lang-picker img{
	z-index: 1;
	position:absolute;
	right: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lang-list{
	overflow:hidden;
	position:absolute;
	width: 0px;
	height: 42px;
	line-height: 42px;
	top: 0px;
	right: 42px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.lang-list a{
	text-decoration:none;
	color: #cab091;
	display:block;
	float:right;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: #e8e6e3;
	margin-right: 1px;
	text-align:center;
}
.lang-open{
	width: 262px !important;
}

#mouse{
	cursor:pointer;
	opacity:0;
	z-index: 1;
	position:absolute;
	left: 50%;
	bottom: 350px;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#scroll-point{
	position:absolute;
	bottom:0px;
	left: 0px;
	width: 1px;
	height: 1px;
}

#slider-wrap{
	position:relative;
}

#slider-resp{
	display:none;
}

.hotel-address{
	font-size: 16px;
	color: #817972;
	padding-top: 35px;
	padding-bottom: 35px;
}

.hotel-address div{
	font-size: 24px;
	font-weight: 300;
}

.footer-info{
	padding-top: 35px;
	padding-bottom: 35px;
}

.quick-links{
	color: #7c7369;
	font-size: 14px;
	line-height:23px;
}

.tripadvisor{
	color: #555;
	font-size: 14px;
}

.tripadvisor div{
	margin-top: 20px;
}

#quick-links div{
	display:inline-block;
	margin-right: 30px;
}

#quick-links div:last-child{
	margin-right: 0px;
}

#quick-links div ul{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

#quick-links div ul li a{
	color: #7c7369 !important;
	text-decoration:none !important;
	text-transform: uppercase;
}

.collapse-btn{
	font-size: 18px;
	color: #7c7369;
	padding-bottom: 10px;
}

.footer{
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-icons a{
	text-decoration:none !important;
	margin-right: 12px;
}

.dproject{
	padding-top: 5px;
	color: #7c7369;
}

.top-the-top{
	cursor:pointer;
	padding-top: 5px;
	color: #cab090;
}

.top-the-top img{
	margin-left: 10px;
	vertical-align:middle;
}

.awards a{
	width: 150px;
	display: block;
}

#dproject{
	color: #7c7369;
	text-decoration:none;
}

@media (min-width: 992px){
	.quick-links .collapse{
		display:block;
	}
	.collapse-btn{
		display:none;
	}
} 

@media (max-width: 1200px) {
	#quick-links div{
		margin-right: 20px;
	}
	.footer{
		text-align:center;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.footer-icons,.top-the-top{
		text-align:center;
	}
}

@media (max-width: 992px) {
	#slider{
		display:none;
	}
	#slider-resp{
		display:block;
	}
	.lang-picker{
		top:auto;
		bottom: 75px;
	}
	.hotel-address{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#quick-links div{
		display:block;
		text-align:center;
	}
	.footer-info {
		text-align:center;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.awards a{
		margin-left: auto;
		margin-right: auto;
	}
	.awards img{
		display:block;
		margin: 10px auto 20px auto;
	}
	.tripadvisor div{
		margin-top: 10px;
	}
}

@media (max-width: 425px) {
	.lang-picker{
		top: auto;
		bottom: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.lang-picker span{
		font-size: 14px;
	}
	.lang-list{
		height: 30px;
		line-height: 30px;
		top: 0px;
		right: 30px;
	}
	.lang-list a{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		background: rgba(255, 255, 255, 0.8);
	}
	.lang-open{
		width: 188px !important;
	}
}


