body {
	margin: 0;
	font-family: 'BenchNine', sans-serif;
	background-color: #dce0ff;
	font-size: 18px;
}
@media screen and (max-width: 500px) {
	header {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		overflow: visible;
		background-color: white;
		position: relative;
		z-index: 100;
	}
	header .logo {
		height: auto;
		width: 20%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0;
		padding: 0;
		box-sizing: border-box;
	}
	header .logo img {
		height: 90%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	header .top {
		height: 35px;
		width: 80%;
		float: right;
		background-image: -webkit-linear-gradient(-180deg, #0024fe 0, #2a4164 100%);
		background-image: -moz-linear-gradient(270deg, #0024fe 0, #2a4164 100%);
		background-image: linear-gradient(270deg, #0024fe 0, #2a4164 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		box-sizing: border-box;
	}
	header .top .contact {
		width: 100%;
		height: 100%;
		max-width: 1500px;
		overflow: auto;
		margin: 0 auto 0 auto;
	}
	header .top .contact .links {
		width: auto;
		float: right;
		margin-right: 10%;
		height: 100%;
		overflow: auto;
	}
	header .top .contact .links a {
		height: 20px;
		width: 20px;
		float: left;
		margin: 7px 10px 0 10px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
		font-size: 0.1em;
	}
	header .top .contact .links a:nth-of-type(1) {
		background-image: url(images/icon_fbck.svg);
	}
	header .top .contact .links a:nth-of-type(2) {
		background-image: url(images/icon_wapp.svg);
	}
	header .top .contact .links a:nth-of-type(3) {
		background-image: url(images/iconn_phone.svg);
	}
	header .top .contact .links a:nth-of-type(4) {
		background-image: url(images/icon_mail.svg);
	}
	header .menu {
		width: 100%;
		height: 60px;
		max-width: 1500px;
		overflow: auto;
		margin: 0 auto;
	}
	header .menu nav {
		height: 100%;
		width: 80%;
		float: right;
	}
	header .menu nav a {
		width: 32.7%;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
		padding: 4px 0px;
		font-size: 0.9em;
		background-color: blue;
		box-sizing: border-box;
		border: solid white;
		border-width: 1px 1px 1px 0px;
		display: inline-block;
	}
	header .menu nav a:last-of-type {
		border-width: 1px 0px 0px 0px;
	}
	header .btm {
		height: 5px;
		width: 100%;
		background-image: -webkit-linear-gradient(-180deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	header {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		overflow: visible;
		background-color: white;
		position: relative;
		z-index: 100;
	}
	header .logo {
		height: 100%;
		width: 20%;
		position: absolute;
		top: 0px;
		padding: 0px 0;
		box-sizing: border-box;
	}
	header .logo img {
		height: 90%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	header .top {
		height: 30px;
		width: 100%;
		/*
		background-image: -webkit-linear-gradient(-180deg, #0024fe 0, #2a4164 100%);
		background-image: -moz-linear-gradient(270deg, #0024fe 0, #2a4164 100%);
		background-image: linear-gradient(270deg, #0024fe 0, #2a4164 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
*/
		background-image: -webkit-linear-gradient(-180deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	header .top .contact {
		width: 80%;
		margin: 0 auto;
		height: 100%;
		max-width: 1500px;
		overflow: auto;
		margin: 0 auto;
	}
	header .top .contact .links {
		width: auto;
		float: right;
		height: 100%;
	}
	header .top .contact .links a {
		height: 20px;
		width: 20px;
		float: left;
		margin: 4px 10px 0 10px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	header .top .contact .links a:nth-of-type(1) {
		background-image: url(images/icon_fbck.svg);
	}
	header .top .contact .links a:nth-of-type(2) {
		background-image: url(images/icon_wapp.svg);
	}
	header .top .contact .links a:nth-of-type(3) {
		background-image: url(images/iconn_phone.svg);
	}
	header .top .contact .links a:nth-of-type(4) {
		background-image: url(images/icon_mail.svg);
	}
	header .menu {
		width: 80%;
		max-width: 1500px;
		overflow: auto;
		margin: 0 auto;
	}
	header .menu nav {
		width: auto;
		overflow: auto;
		float: right;
	}
	header .menu nav a {
		text-decoration: none;
		font-weight: bold;
		color: #2a4164;
		padding: 20px 10px;
		font-size: 1em;
		display: inline-block;
	}
	header .menu nav a:last-of-type {
		padding-right: 0px;
	}
	header .btm {
		height: 15px;
		width: 100%;
		background-image: -webkit-linear-gradient(-180deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
}
@media screen and (min-width: 801px) {
	header {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		overflow: visible;
		background-color: white;
		position: relative;
		z-index: 100;
	}
	header .logo {
		height: 100%;
		width: 20%;
		position: absolute;
		padding: 2px 0;
		box-sizing: border-box;
	}
	header .logo img {
		height: 90%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	header .top {
		height: 30px;
		width: 100%;
		/*
		background-image: -webkit-linear-gradient(-180deg, #0024fe 0, #2a4164 100%);
		background-image: -moz-linear-gradient(270deg, #0024fe 0, #2a4164 100%);
		background-image: linear-gradient(270deg, #0024fe 0, #2a4164 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
*/
		background-image: -webkit-linear-gradient(-180deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	header .top .contact {
		width: 80%;
		margin: 0 auto;
		height: 100%;
		max-width: 1500px;
		overflow: auto;
		margin: 0 auto;
	}
	header .top .contact .links {
		width: auto;
		float: right;
		height: 100%;
	}
	header .top .contact .links a {
		height: 20px;
		width: 20px;
		float: left;
		margin: 4px 10px 0 10px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	header .top .contact .links a:nth-of-type(1) {
		background-image: url(images/icon_fbck.svg);
	}
	header .top .contact .links a:nth-of-type(2) {
		background-image: url(images/icon_wapp.svg);
	}
	header .top .contact .links a:nth-of-type(3) {
		background-image: url(images/iconn_phone.svg);
	}
	header .top .contact .links a:nth-of-type(4) {
		background-image: url(images/icon_mail.svg);
	}
	header .menu {
		width: 80%;
		max-width: 1500px;
		overflow: auto;
		margin: 0 auto;
	}
	header .menu nav {
		width: auto;
		overflow: auto;
		float: right;
	}
	header .menu nav a {
		text-decoration: none;
		font-weight: bold;
		color: #2a4164;
		padding: 20px 30px;
		font-size: 1.2em;
		display: inline-block;
	}
	header .menu nav a:last-of-type {
		padding-right: 0px;
	}
	header .btm {
		height: 15px;
		width: 100%;
		background-image: -webkit-linear-gradient(-180deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(270deg, #0024fe 0, #0024fe 25%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
}