@charset "utf-8";
body{
	margin: 0;
}
#wrapper{
	width: 100%;
	height: 100vh;
}
#wrapper_inner{
	width: 60%;
	height: 70vh;
	border: 1px solid #5C5C5C;
	border-radius: 10px 10px 10px 10px;
}
.bdy{
	width: 50%;
	height: 70vh;
	float: left;
}
#gap{
	height: 100px;
	width: 100%;
}
#bdl{
	background-color: #B5ACAC;
	border-radius: 10px 0px 0px 10px;
}
#bdl h2{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 10vh;
}
#bdl img{
	margin-top: 10vh;
}
#bdl_inn{
	margin-left: 5vw;
	margin-top: 90px;
}
#bdr h3{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #494949;
	font-weight: 400;
}
#bdr font{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
}
#bdr input{
	height: 28px;
	width: 250px;
	font-size: 14px;
}
#login_error{
	color: red;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 13px;
}
#log_btn{
	border: none;
	background-color: #144ED4;
	color: #FFFFFF;
	margin-left: 11.5vw;
}
#menu{
	width: 100%;
	height: 50px;
	background-color: #021f61;
}
#menu_inner{
	width: 90%;
	height: 50px;
}
#menu_inner p{
	margin-top: 0px;
	line-height: 50px;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
}
#menu_inner a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 500;
}
#main_bdy{
	width: 90%;
	height: 100vh;
}
.block{
	width: 90%;
	height: 190px;
	margin-top: 30px;
	background-color: #FFFFFF;
	border: 1px solid #D4D4D4;
}
.block_hd{
	width: 100%;
	height: 50px;
	background-color: #494949;
}
.block_hd p{
	line-height: 50px;
	margin-top: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 20px;
}
.block_hd font{
	margin-left: 30px;
}
.block_hd a{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.tags{
	width: 16%;
	height: auto;
	margin: 2%;
	float: left;
}
.icon{
	font-size: 3vw;
	color: #555555;
	cursor: pointer;
}
.icon_font{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.2vw;
	font-weight: 500;
	color: #555555;
	cursor: pointer;
}
#price_ch_table tr:nth-child(even) {
  background-color: #91F785;
}
.search_txt{
	height: 35px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
	width: 90%;
	margin-top: 20px;
}
#price_ch_table{
	margin-top: 10px;
	width: 90%;
}
#price_ch_table font{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 15px;
	margin-left: 10px;
	font-weight: 500;
	color: #FFFFFF;
}

#price_ch_table strong{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 15px;
	margin-left: 10px;
	font-weight: 450;
	cursor: pointer;
}
#rooms_price font{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 15px;
	margin-left: 10px;
	font-weight: 500;
	color: #FFFFFF;
}
#rooms_price strong{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 15px;
	margin-left: 10px;
	font-weight: 450;
}

.block_pch{
	width: 90%;
	height: 100vh;
	margin-top: 30px;
	background-color: #FFFFFF;
	border: 1px solid #D4D4D4;
	overflow-y: auto;
}
#back_black{
	background-color: #000000;
	width: 100%;
	height: 105%;
	z-index: 2;
	position: fixed;
	opacity: .8;
	display: none;
}
#image_gallery{
	width: 100%;
	height: 85%;
	position: fixed;
	margin-top: 50px;
	z-index: 2;
	display: none;
}
#gal_top_det_l{
	width: 30%;
}
#gal_top_det_m{
	width: 40%;
}
#gal_top_det_r{
	width: 30%;
}
#image_gallery_inner{
	width: 95%;
	height: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
}
#gallery_top{
	width: 97%;
	height: 60px;
	border-bottom: 1px solid #D7D7D7;
}
.gal_top_det{
	height: 60px;
	float: left;
}
.gal_top_det label{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	line-height: 60px;
	cursor: pointer;
}
.gal_top_det label:hover{
	color: #006CFF;
}
.gal_top_det p{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 20px;
	font-weight: 500;
}
#gallery_bdy{
	width: 100%;
	height: 89%;
	overflow-y: auto;
	display: none;
}

