* {
	margin:0;
	padding:0;
}
*:focus {
	outline: none;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {height:100%;}

body {
	background-color: #ddd;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*font-weight: 300;*/
	font-size: 15px;
	color: #222;
}
body.blank {
}
body.closed {
}

img {
	border:none;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #222; text-decoration: underline;
}
a:hover {
	color: #222; text-decoration: underline;
}
div.clear {clear: both;}

h1 {margin-bottom:4px;font-size:27px;font-weight:600;color:#222;}
h2 {margin-bottom:4px;font-size:23px;font-weight:600;color:#222;}
h3 {margin-bottom:4px;font-size:19px;font-weight:600;color:#222;}
h4 {font-size:16px;font-weight:300;color:#222;}
h5 {font-size:12px;font-weight:300;color:#222;}
h6 {font-size:9px;font-weight:300;color:#222;}

hr {height:2px;border:0px solid #0251a0;background-color:#0251a0;color:#0251a0;}


#m_page {
}

#m_head {
	position: absolute;
	z-index: 200;
	top: 0;
	width: 100%;
	height: 130px;
	background-color: rgba(255,140,0,1);
	border-bottom: 10px solid rgba(128,255,255,1);
	text-align: center;
	-moz-box-shadow: 0px 2px 6px #666;
	-webkit-box-shadow: 0px 2px 6px #666;
	box-shadow: 0px 2px 6px #666;
}
#m_head .logotitle {
	margin-top: 20px;
	padding: 0 40px;
	font-size: 31px;
	font-weight: bold;
	color: #333;
}
#m_head .menu {
	margin-top: 15px;
	text-align: center;
}
#m_head .menu ul {
	display: inline-block;
	list-style-type: none;
}
#m_head .menu ul li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #663;
	font-size: 15px;
}
#m_head .menu ul li:first-child {
	border-left: none;
}

#m_head .menu ul li a {
	color: #333;
}

#m_center {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 50%;
	margin-top: 200px;
	margin-left: -380px;
	width: 760px;
	padding: 0px 40px;
}
.page-home #m_center {
	top: 50%;
	margin-top: -200px;
}

#m_center .bgrnd {
	margin-bottom: 200px;
	background-color: rgba(255,255,255,0.9);
	border: 4px solid rgba(128,255,255,1);
	border-radius: 20px;
	-moz-box-shadow: 0px 2px 8px #666;
	-webkit-box-shadow: 0px 2px 8px #666;
	box-shadow: 0px 2px 8px #666;
}
#m_center .cnt {
	min-height: 100px;
	padding: 2px 20px;
}
#m_center .cnt p {
	padding: 4px 0px;
}

#m_bottom {
	position: fixed;
	z-index: 300;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(128,255,255,0.8);
	-moz-box-shadow: 0px -2px 8px #666;
	-webkit-box-shadow: 0px -2px 8px #666;
	box-shadow: 0px -2px 8px #666;
	text-align: center;
}


/* M-XXL */

@media only screen and (min-width: 1281px) and (max-width: 1600px) {
}

/* M-XL */

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
}

/* M-L */

@media only screen and (min-width: 768px) and (max-width: 999px) {
	h1 {font-size:27px;}
	h2 {font-size:23px;}
	h3 {font-size:19px;}
	h4 {font-size:13px;}
	h5 {font-size:11px;}
	h6 {font-size:9px;}
	
	#m_center {
		left: 50%;
		margin-left: -380px;
		width: 760px;
		padding: 0px 20px;
	}
	.page-home #m_center {
		top: 50%;
		margin-top: -130px;
	}
}

/* M-S */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {
		font-size: 13px;
	}
	
	h1 {font-size:27px;}
	h2 {font-size:23px;}
	h3 {font-size:19px;}
	h4 {font-size:13px;}
	h5 {font-size:11px;}
	h6 {font-size:9px;}
	
	#m_head .logotitle {
		margin-top: 30px;
		font-size: 21px;
	}
	#m_head .menu {
		margin-top: 10px;
	}
	#m_head .menu ul li {
		padding: 0 5px;
		border-left: 1px solid #663;
		font-size: 13px;
	}
	
	#m_center {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 20px;
	}
	.page-home #m_center {
		top: 50%;
		margin-top: -130px;
	}
	
	#m_bottom {
		height: 40px;
	}
}

/* M-XS */

@media only screen and (max-width: 479px) {
	body {
		font-size: 13px;
	}
	
	h1 {font-size:23px;}
	h2 {font-size:19px;}
	h3 {font-size:15px;}
	h4 {font-size:12px;}
	h5 {font-size:11px;}
	h6 {font-size:9px;}
	
	#m_head .logotitle {
		margin-top: 30px;
		font-size: 21px;
	}
	#m_head .menu {
		margin-top: 10px;
	}
	#m_head .menu ul li {
		padding: 0 5px;
		border-left: 1px solid #663;
		font-size: 13px;
	}
	
	#m_center {
		left: 0;
		margin-left: 0px;
		width: 100%;
		padding: 0px 10px;
	}
	.page-home #m_center {
		top: 50%;
		margin-top: -130px;
	}
	
	#m_bottom {
		height: 40px;
	}
}

