*{
	outline: none !important;
}
body{
	background: url(../images/flower.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
.modal-custom .modal-content{
	background: rgba(99,179,231,.9);
	border:solid 2px #ffffff;
	border-radius: 0px;
	color: #ffffff;
}
.modal-custom .modal-header {
	border-bottom: none;
}
.modal-custom .modal-footer button {
	background: #ffffff;
	border:solid 2px #ffffff;
	color: #63b3e7;
	border-radius: 0px;
}
.modal-custom .modal-footer {
	border-top: 1px solid #63b3e7;
}
#slider-wrap, #slider {
	position:relative;
}
.gap{}
.shadow{
	z-index: 1;
	position: absolute;
	top:0px;
	left: 30px;
	right: 0px;
	-webkit-box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.7);
}
#languages .active{
	background: #63b3e7 !important;
}
#languages .language.active{
	background: #63b3e7 !important;
	color: #ffffff;
}
#languages{
	position: absolute;
	top: 235px;
	background: #ffffff;
	z-index: 1;
}
#languages .language{
	display: block;
	color: #888787;
	font-weight:600;
	font-size: 15px;
	width: 85px;
	height: 55px;
	line-height: 55px;
	text-decoration: none !important;
	text-align:right;
	padding-right: 15px;
}
.lang-icon{
	margin-right: 10px;
}
.language img{
	margin-left: 5px;
}
#slider-resp
{
	display:none;
}
.slogan{
	position:absolute;
	padding: 5px;
	z-index: 100;
	width: 380px;
	height: 80px;
	top: 250px;
	right: 150px;
	background: url(../images/slogan-rail.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#scroll-down{
	cursor: pointer;
	position:absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0px;
}
#scroll-point{
	position:absolute;
	left: 0px;
	bottom: 0px;
}

/* BOOK ONLINE */
#book-resp{
	display: none;
	width: 100%;
	height: 40px;
	background: #63b3e7;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
#book-online-btn{
	text-decoration: none !important;
	position:absolute;
	right: 50px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 168px;
	height: 40px;
	background: #63b3e7;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}
#book-online{
	opacity:0;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 875px;
	height: 115px;
	z-index: 1;
	background: rgba(99,179,231,.9);
	padding-top: 25px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 30px;
	-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{
	opacity:1;
	top: 90px;
}
.select-wrap{
	float:left;
	margin-left: 21px;
	margin-right: 21px;
	position: relative;
}
.book-label{
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 2px;
	line-height: 20px;
}
.select-dropdown{
	position:absolute;
	left:0px;
	right: 0px;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	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: 1;
	height: auto;
	-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: 138px;
	height: 38px;
	border: none;
	position:relative;
	padding-left: 15px;
	background: #fff url('../images/calendar.png');
	background-repeat:no-repeat;
	background-position: center right;
}
.select-input{
	width: 67px;
	height: 38px;
	border: none;
	padding-left: 15px;
	background: #fff url('../images/select-drop.png');
	background-repeat:no-repeat;
	background-position: center right;
}
.book-submit {
	width: 137px;
	height: 54px;
	background: #62b0e4;
	border:solid 1px #ffffff;
	line-height:18px;
	color: #feffff;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}
.input{
	color: #3f3f3f;
	font-family: 'Open Sans', sans-serif;
}
.input::-webkit-input-placeholder { font-family: 'Roboto', sans-serif; font-size: 14px; color: #042f3f !important;}
.input::-moz-placeholder { font-family: 'Roboto', sans-serif; font-size: 14px; color: #042f3f !important;}
.input:-ms-input-placeholder { font-family: 'Roboto', sans-serif; font-size: 14px; color: #042f3f !important;}
.input:-moz-placeholder { font-family: 'Roboto', sans-serif; font-size: 14px; color: #042f3f !important;}

@media (max-width: 1200px) {
	#book-online-btn{
		right: 20px;
		width: 135px;
	}
}


@media (max-width: 1024px) {
	#book-online{
		display:none;
	}
	#book-resp{
		display:block;
	}
}
/* END BOOK ONLINE */

.footer{
	margin-top: 20px;
}
.footer .top{
	background: #63b3e7;
	/*background: #71a5bc;
	background: url('../images/footer-back.png'); */
	padding-top: 25px;
	padding-bottom: 30px;
}
.footer-label{
	color: #444443;
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 15px;
}
.footer-col{
	color: #fff;
	font-size: 14px;
}
.footer-col span{
	color: #444443;
}
.footer-connect{
	text-align: center;
}
.footer-connect a{
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none !important;
}
.footer-navigation a{
	display:block;
	color: #ffffff !important;
	text-decoration: none !important;
	margin-bottom: 7px;
}
.footer .bottom *{
	font-family: 'Roboto', sans-serif;
}
.footer .bottom{
	background: #ffffff;
	padding-top: 15px;
	height: 50px;
	font-weight: 300;
	font-size: 14px;
	color: #222221 !important;
}
.footer .bottom a{
	text-decoration:none !important;
}

@media (max-width: 992px)
{
	#languages {
		top:auto;
		left:0px;
		bottom: 30px;
	}
	#slider, #book-wrap
	{
		display:none;
	}
	#slider-resp
	{
		display: block;
		margin-top: 50px;
	}
	#book-online-btn{
		display: none;
	}
	#slider-wrap{
		margin-top: 50px;
	}
	.footer .top{
		padding-top: 0px;
		padding-bottom: 15px;
	}
	.footer-col{
		text-align:center;
	}
	.footer .bottom {
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}
	.footer-label{
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.footer .bottom .col-sm-6{
		text-align: center;
	}
}

@media (max-width: 768px)
{
	#languages{
		background: rgba(255,255,255, .8);
		bottom: 15px;
	}
	#languages .language {
		width: 40px;
		line-height: 33px;
		height: 35px;
		padding-right: 10px;
	}
	#languages .lang-icon{
		display: none;
	}
}
