/* CSS Document */
* {margin:0;padding: 0;outline: 0;}
a {text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
ul, ol, li {list-style: none;}
em, i {font-style: normal;}
img {border: none;}
input, img {vertical-align: middle;}
html {font-size: 16px; height:100%; width:100%; font-family:"Times New Roman", Times, serif;}
body {width:100%; height:100%; font: 85%/1 "\9ED1\4F53";background-size:100%; background:#ffeb9b; overflow-y:visible;}

/*load*/
.load{ position:absolute; top:0px; left:0px; right:0px; bottom:0px; width:100%; height:100%; background:#ffeb9b; z-index:1000 }
.loadImg{position:absolute;left:50%;top:50%; width:100px; height:100px;margin:-50px 0 0 -50px;}
.loadTxt{ width:100px; height:50px; margin:0px auto; line-height:50px; text-align:center; color:#7d4d1c; font-size:25px; font-family:Impact,Georgia,"Times New Roman", Times, serif; animation:1.5s ease-in-out 0s infinite fmTxtUp; -webkit-animation:1.5s ease-in-out 0s infinite fmTxtUp; -moz-animation:1.5s ease-in-out 0s infinite fmTxtUp}
.circle {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(127,79,31,0.9);
	opacity:.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #fbf49c;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spinPulse 1s infinite ease-in-out;
	-webkit-animation:spinPulse 1s infinite linear;
}
.circle1 {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(127,79,31,1);
	opacity:.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #f4f0d1; 
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-50px;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
.hide{display: none;}
.show{display: block!important;}
 