.usermenua:link{
	color:black;
	text-decoration:none;
}

.usermenua:hover{
	font-weight:bold;
}

.header1{
	font-size:32px;
	font-weight: bold;
	color:rgb(68, 68, 68);
}

.pagetitle{
	font-size:32px;
	color:rgb(68, 68, 68);
	line-height:1.2;
	font-weight: bold;
}

.usermenu{
	padding:5px;
	font-size:18px;
	border-top:2px white solid;
	border-bottom:2px white solid;
	display: block;
	color:rgb(81, 81, 81);
	background-color:rgb(239, 237, 236);
}
.usermenu:hover{
	background-color:rgb(191, 186, 181);
	color:white;
}
.usermenu:visited{
	text-decoration: none;
}
.usermenu:link{
	text-decoration: none;
}

.reglabel{
	font-size:18px;
	text-align:right;
}


.warmregtext{
	font-size:16px;
	color:red;
}

.yearslist_class{
	background-color:rgb(239, 237, 236);
	cursor: pointer;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

@media only screen and (max-width: 576px) {
	.menublock{
		text-align:center;
		font-size:16px;
		padding:3px;
		color:rgb(81, 81, 81);
		border-left:1px solid white;
		border-right:0px solid white;
	}
	.row {
		margin-left:0;
		margin-right:0;
	}
	.container{
		padding-left: 0;
		padding-right: 0;
	}
	.container-fluid{
		padding-left: 0;
		padding-right: 0;
	}
	#pagetitle{
		text-align:center;
	}
}



@media only screen and (min-width: 577px) {
	.menublock{
		text-align:center;
		font-size:16px;
		padding:3px;
		color:rgb(81, 81, 81);
		border-left:1px solid white;
		border-right:1px solid white;
	}
	.menublock:hover{
		background-color:rgb(191, 186, 181);
		color:white;
		text-decoration:none;
	}
}

@media only screen and (min-width: 960px) {
	.ch-wdith {
		width:960px;
	}

}
.momenu{
	height:40px;
	cursor:pointer;
}


.headerbg{
	background-color:rgb(239, 237, 236);
}

.footerbg{
	background-color:rgb(68, 68, 68);
}

@-webkit-keyframes listshow {
  from {left: -50%;}
  to {left: 0;}
}

@keyframes listshow {
  from {left: -50%;}
  to {left: 0;}
}

@-webkit-keyframes listhide {
  from {left: 0;}
  to {left: -50%;}
}

@keyframes listhide {
  from {left: 0;}
  to {left: -50%;}
}
@-webkit-keyframes listshow_year {
  from {right: -50%;}
  to {right: 0;}
}

@keyframes listshow_year {
  from {right: -50%;}
  to {right: 0;}
}

@-webkit-keyframes listhide_year {
  from {right: 0;}
  to {right: -50%;}
}

@keyframes listhide_year {
  from {right: 0;}
  to {right: -50%;}
}
.momenulistshow {
	animation-name: listshow;
	animation-duration: 0.5s;
	left:0;
}

.momenulisthide {
	animation-name: listhide;
	animation-duration: 0.5s;
	left: -50%;
}

.momenulist{
	width:50%;
	position:absolute; 
	top:0;
	z-index:10;
	height:100%;
	border-top:1px solid white;
	background-color:rgba(239, 237, 236,0.95);
	margin-top:48px;
}

.momenublock{
	text-align:center;
	font-size:18px;
	color:rgb(81, 81, 81);
	font-weight: bold;
	padding:10px;
	border-bottom:1px solid white;
}

.momenulistshow_year {
	animation-name: listshow_year;
	animation-duration: 0.5s;
	right:0;
}

.momenulisthide_year {
	animation-name: listhide_year;
	animation-duration: 0.5s;
	right: -50%;
}

.momenulist_year{
	width:50%;
	position:absolute; 
	top:0;
	z-index:10;
	height:100%;
	border-top:1px solid white;
	background-color:rgba(239, 237, 236,0.95);
	margin-top:48px;
}

.momenublock_year{
	text-align:center;
	font-size:18px;
	color:rgb(81, 81, 81);
	font-weight: bold;
	padding:10px;
	border-bottom:1px solid white;
}
.hide{
	display:none;
}

.footer-l{
	background-color:grey;
	color:white;
}

.footer-r{
	background-color:black;
	color:white;
}

.f-con{
	text-align:center;
	padding: 5px 0 5px 0;
}

.f-con-b{
	border-top:white 1px solid;
	border-bottom:white 1px solid;
}

#chat_box{
	position:fixed;
	bottom: 1px;
  right: 3px;
}

.chat_content{
	background-color: white;
	height:300px;
	width:300px;
}

.chat_input{
	position:absolute;
	bottom: 0px;
}


.text{
	font-size:20px;
	font-weight:1000;
	color:rgb(81, 81, 81);
}

.title{
	font-size:36px;
	text-align:center;
	font-weight:800;
}

.feature{
	text-align:center;
	font-weight:1000;
	font-size:28px;
}

.loginwrap{
	margin-top:50px;
	margin-bottom:50px;
	border-radius:5%;
	background-color:rgba(219, 217, 216,0.9);
	padding:16px;
}
.term1{
	margin-top:24px;
	margin-left:16px;
}
.term2{
	margin-left:32px;
	font-size:18px;
}

*{
	font-family:Times New Roman,Arial,Microsoft JhengHei,DFKai-SB;
}
