
@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);

body{
	background-color: #404040;
	font-family: Lato, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 0px 0px;
	color: #000000;
}

a{ text-decoration: none; }
a:link { color: #404040;}
a:hover { color: #404040; }
a:focus { color: #404040; }
a:active { color: #606060; }
a:visited { color: #606060; }

h1{
	position: relative;
	padding: 0px 2%;
	font-variant: small-caps;
	background: linear-gradient(to top, rgba(6,155,93,1) 0%, rgba(139,196,166,1) 10%, rgba(216,255,234,1) 100%);
	border-radius: 5px;
}

h2{
	margin: 4px 0px 0px 4px;
	font-size: 14px;
}

h3{
	margin: 4px 0px 4px;
	text-align: center;
	background:rgba(250, 250, 250, 0.6);
}

h4{
	margin: 4px 0px 4px 0px;
	padding-left: 10px;
	text-align: left;
	font-size: 14px;
	background:rgba(250, 250, 250, 0.5);
}



p{
	
}

#timershow{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 1px;
	height: 1px;
	background-color: #404040;
}

#wrap{
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	min-height: 720px;
	padding: 20px 0px 40px;
	background-color: #e2dfc5;
	background-image: url(img/bg_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#wrapsub{
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	min-height: 720px;
	padding: 20px 0px 40px;
	background-color: #e2dfc5;
	background-image: url(img/bg_sub.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to bottom, rgba(255,212,147,1) 0%, rgba(255,255,255,0) 100%);
	outline: 0px solid #000099;
}

.divid{
	clear: both;
	width: 100%;
	height: 0px;
}

.divis{
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #990000;
}

.topmenuwrap{
	margin: 10px 2.5% 10px;
	width: 95%;
	display: table;
	outline: 0px solid #990000;
}
.topmenubut{
	float: left;
	margin: 0px 1%;
	padding: 10px 0px;
	display: table-cell;
	width: 18%;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	background: linear-gradient(to top, rgba(6,155,93,1) 0%, rgba(139,196,166,1) 10%, rgba(216,255,234,1) 100%);
	background-color: #8BC4A6;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #404040;
}


.topmenubut:hover{
	background: linear-gradient(to top, rgba(216,255,234,1), rgba(139,196,166,1) 10%, rgba(216,255,234,1) 100%);
	box-shadow: 0px 0px 10px #17a067;
}
.actbut{
	background: linear-gradient(to top, rgba(216,255,234,1), rgba(139,196,166,1) 10%, rgba(216,255,234,1) 100%);
}

.teambgr{
	float: left;
	margin-right: 10px;
	width: 190px;
	height: 140px;
	background-image: url(img/bg_team.jpg);
}



.buttonl, .buttonr{
	position: relative;
	min-width: 180px;
	min-height: 200px;
	overflow: hidden;
	background: linear-gradient(to top, rgba(200,200,200,1) 0%, rgba(255,255,255,1) 70%, rgba(239,226,194,1) 88%);
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000000;
}
.buttonl:hover, .buttonr:hover{
	box-shadow: 0px 0px 10px #17a067;
}

@media (min-width: 700px){
	h1{ margin: 0px 0px 0px 13%; width: 74%; }
	.h1add1{ font-size: 28px; color: #404040; outline: 0px solid #990000; }
	.h1add2{ font-size: 28px; outline: 0px solid #990000; }
	.h1add3{ font-size: 28px; outline: 0px solid #990000; }
	.buttonl{
		float: left;
		margin: 3.5% 7% 0% 13%;
		width: 30%;
	}
	.buttonr{
		float: left;
		margin: 3.5% 13% 0% 7%;
		width: 30%;
	}
	.indisplay{
		position: relative;
		padding: 8px 1% 6px;
		left: 13%;
		max-width: 500px;
		background: rgba(220,220,220,0.5);
		outline: 0px solid #990000;
	}


}
@media (min-width: 000px) and (max-width: 699px){
	h1{ margin: 0px 0px 0px 10%; width: 78%; }
	.h1add1{ font-size: 24px; display: block; color: #404040; }
	.h1add2{ display: none; }
	.h1add3{ font-size: 28px; display: block; }
	.buttonl{ margin: 5% 10% 0% 10%; width: 80%; display: block; }
	.buttonr{ margin: 5% 10% 0% 10%; width: 80%; display: block; }
	.indisplay{
		position: relative;
		padding: 8px 1% 6px;
		left: 10%;
		max-width: 80%;
		background: rgba(220,220,220,0.5);
		outline: 0px solid #990000;
	}


}

.openday{
	margin-top: 2px;
	padding-right: 2%;
	width: 48%;
	display: inline-block;
	text-align: right;
}
.opentime{
	margin-top: 2px;
	width: 50%;
	display: inline-block;
}


/*
 form things
*/

