body {
	padding:0;
	margin:0;
	color:#333;
}
ul, li, p {
	margin:0;
	padding:0;
}
a:hover {
	text-decoration:none;
}
h1 {}
h2 {}
h3 {
	font-size:18xp;
	font-weight:normal;
}
h4 {
	font-size:14xp;
}
label,
input[type = 'text'],
textarea {
	display:block;
	box-sizing:border-box;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
input[type = 'submit'] {
	border:none;
}

.button {
	background:#af8135;
	display:inline-block;
	padding:10px 35px;
	color:#fff;
	font-weight:bold;
}
.button:hover {
	background:#ffc96f;
	color:#af8135;
}

.header .container {
	position:relative;
	padding:10px 0;
}
.header .tag_line {
	position:absolute;
	right:0;
	top:15px;
	color:#af8135;
}
.header .menu a {
	color:#333;
}
.header .menu a:hover {
	color:#af8135;
}
.menu > a {
	margin-left:5px;
}
@media (min-width: 668px) {
	.header .menu {
		position:absolute;
		right:0;
		bottom:20px;
	}
	.menu ul {
		display:inline-block;
	}
	.menu li {
		display:inline-block;
		margin:0 25px 0 0;
		list-style:none;
	}	
	.m_menu { display:none; }
}
@media (max-width: 667px) {
	.header .menu {
		position:absolute;
		left:0;
		top:80px;
		z-index:999;
		background:#eee;
		width:100%;
		text-align:center;
	}
	.header .menu li > a {
		padding:10px 25px;
		display:block;
		text-align:left;
		font-weight:bold;
		border-bottom:1px solid #fff;
	}
	.header .menu li > a:active {
		background:#af8135;
		color:#fff;
	}
	.menu > a {
		font-size:20px;
		display:inline-block;
		margin:25px 10px 25px 10px;
	}
	.m_menu,
	.m_menu:hover {
		display:block;
		color:#fff;
		position:absolute;
		right:25px;
		top:25px;
		background:#af8135;
		padding:5px;
		font-size:20px;
		
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.header .menu {
		display:none;
	}
	.header .tag_line {
		font-size:14px;
		width:40%;
		text-align:center;
		right:30%;
	}
	.logo {
		margin-left:25px;
	}
	.logo img {
		height:60px;
	}
	.banner_inner {
		height:250px!important;
	}
}

.banner {
	
}
.banner_inner {
	height:350px;
	position:relative;
	overflow:hidden;
}
.banner_inner img {
	position:absolute;
	min-width:100%;
	min-height:100%;
	bottom:0;
}

.uniform > div img {
	border:1px solid #af8135;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.footer {
	background:#af8135;
	color:#fff;
}
.footer a {
	color:#ffc96f;
}
.footer .menu a {
	color:#fff;
}
.footer .menu a:hover {
	color:#ffc96f;
}
.copy_right {
	font-size:13px;
}
.green_msg {
	background:#0C3;
	color:#fff;
	padding:15px;
	text-align:center;
	position:fixed;
	bottom:0;
	width:100%;
	box-sizing:border-box;
}
.red_msg {
	background:#F03;
	color:#fff;
	padding:15px;
	text-align:center;
	position:fixed;
	bottom:0;
	width:100%;
	box-sizing:border-box;
}