﻿/*	--------------------------------------------------
Reveal Modals
-------------------------------------------------- */

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index:99999;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top:6%; 
	 max-width:1000px;
	left:50%;

	position: absolute;
	z-index:9101;
	padding: 0px 0px 0px 0px;
	margin:0 auto;
		margin-left:-500px;
	z-index:999999999
}

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height:30px;
	position: absolute;
	top:2px;
	right:7px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
} 

.xieyi_box{overflow:hidden; margin:0 auto;}
.xieyi_box  .txt_bt{ font-size:20px; line-height:25px; padding:10px 20px 10px 20px;  margin-bottom:20px; background:#d6e2fa; color:#0051d6; overflow:hidden;font-weight:bold;}
.xieyi_box  .txt_bt p{ font-size:16px; font-weight:normal; margin:0px; padding:0px; width:auto; color:#111}
.xieyi_box_txt{ height:auto; overflow:auto; padding-bottom:20px}
.xieyi_box_txt p{ line-height:180%; font-size:16px;}


.Reservation_k1{ overflow: hidden; width:90%; margin:0 auto}
.Reservation_k1 dl{overflow: hidden; margin:0px; padding:0px;line-height:190%; margin-bottom:10px}
.Reservation_k1 dl dt{ overflow:hidden; margin:0px; padding:2px 0px;font-size:14px; float:left; width:25%; line-height:200%}
.Reservation_k1 dl dd span{ color:#FF0000;}
.Reservation_k1 dl dd{margin:0px;padding:5px 0px; overflow:hidden; line-height:200%;float:left; width:75%}
.Reservation_k1 dl dd input{ width:92%;padding:2px; line-height:30px; font-size:14px; border:#ccc 1px solid;}
.Reservation_k1 dl dd textarea{ width:92%; padding:2px;border:#ccc 1px solid;}

.tkly_box{ overflow:hidden; margin:0px; padding:0px; max-width:1200px; width:100%; margin:0 auto;}

.tkly_box img{max-width:100%; height:auto; vertical-align:bottom}

@media only screen  and (max-width: 1200px) {


.reveal-modal {
	visibility: hidden;
	top:5%; 
	 max-width:1200px;
	 width:94%;
	left:3%;
	
	position: absolute;
	z-index:9101;
	padding: 0px 0px 0px 0px;
	margin:0 auto;
	 margin-left:0px;
	z-index:999999999
}


.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height:30px;
	position: absolute;
	top:2px;
	right:5px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
} 

}



@media only screen  and (max-width: 769px) {
.xieyi_box  .txt_bt{ font-size:20px; line-height:25px; padding:10px 20px 10px 20px; margin-bottom:20px;overflow:hidden;}
.xieyi_box  .txt_bt p{ font-size:14px; font-weight:normal; margin:0px; padding:0px; width:100%}
.reveal-modal {
	visibility: hidden;
	top:50px; 
	width:94%;
	left:3%;
	position: absolute;
	z-index:999999999;
	padding: 0px 0px 0px 0px;
	margin:0 auto;
}


}

.xieyi_box{ width:99%; overflow:hidden; margin:0 auto}
}



@media only  screen and (max-width:568px) {
.reveal-modal {
	visibility: hidden;
	top:50px; 
	width:96%;
	left:2%;
	position: absolute;
	z-index:999999999;
	padding: 0px 0px 0px 0px;
	margin:0 auto;
}

}




