@import 'https://fonts.googleapis.com/css?family=PT+Serif';
* {
	margin:0px;
	padding:0px;
	border:0px;
	box-sizing:border-box;
}
img, input[type="image"] {
	max-width:100%;
	height:auto;
}
body {
	font-family: "PT Serif",serif;
	font-size:22px;
	color:#000;
	background-color: #1c4170;
	background-image: url('../../Assets/Images/bkg.jpg');
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	position:relative;
}
.container {
	max-width:1240px;
	margin:0px auto;
	position:relative;
}
hr {border-bottom: 1px solid #333}
/* HEADER */
header {
	background-color: #1c4170;
	border-bottom:20px solid #ac1139;
	z-index:2;
	position:relative;
}
main {
	z-index:1;
	position:relative;
	background-color:#fff;
}
span.required {
	color: red;
	font-weight: bold;
	margin-left: 5px;
}
#header {
	border-bottom:3px solid #fff;
	min-height:75px;
}
#logo {
	position:absolute;
	top:10px;
}
nav #main-nav {
	float:right;
	margin-top:25px;
}
nav #main-nav li {
	display:inline-block;
}
nav #main-nav li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	margin:10px 0px;
	padding:0px 30px;
	border-right:2px solid #fff;
	font-size:26px;
	line-height:22px;
}
nav #main-nav li:last-of-type a {
	border-right:0px;
	padding-right:0px;
}
/* ^ HEADER */
/* CONTENT */
.content {
	padding:0px 95px 30px 95px;
}
p {
	margin-bottom:15px;
}
h1 {
	font-size:34px;
	color:#1c4170;
	text-transform:uppercase;
	margin-bottom:15px;
}
h2 {
	font-size:24px;
	color:#1c4170;
	margin-bottom:15px;
}
main ul {
	margin-left: 20px;
	margin-bottom: 30px;
}
.img-right {
	float:right;
}
form {
	font-family:arial, san serif;
	font-size:18px;
}
input,textarea {
	-webkit-appearance: none;
}
input:not([type='image']),textarea {
	box-shadow:0px 0px 5px rgba(0,0,0,.5);
	font-size:18px;
	padding:10px;
}
input:not([type='image']):not([type='checkbox']):not([type='radio']),textarea {
	width:90%;
}
.w50 input:not([type='image']):not([type='checkbox']):not([type='radio']) {
	width:80%;
}
label {
	padding:20px 0px 5px 0px;
	display:inline-block;
}
.col {
	float:left;
}
.w15 {
	width:15%
}
.w25 {
	width:25%
}
.w33 {
	width:33%
}
.w50 {
	width:50%
}
.w66 {
	width:66%
}
.w80 {
	width:80%
}
.clearer {
	display:block;
	clear:both;
}
/* ^ CONTENT */
/* FOOTER */
footer {
	color:#fff;
	font-size:16px;
	padding:15px 0px 100px 0px;
	position:relative;
}
#footer-player {
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:3;
}
/* ^ FOOTER */

/* MOBILE */
@media (max-width:1375px) {
	#footer-player {
		width:25%;
	}
}
@media (max-width:1240px) {
	nav #main-nav li:last-of-type a {
		padding-right:30px;
	}
	footer {
		padding-left:10px;
		text-align:center;
	}
}
@media (max-width:980px) {
	.content {
		padding:0px 10px 30px 10px;
	}	
}
@media (max-width:750px) {	
	nav #main-nav {
		float:none;
		text-align:center;
		margin-top:10px;
	}
	#logo {
		position:relative;
		text-align:center;
		padding-top:10px;
	}
	#form-player, #footer-player {
		display:none;
	}
	.w66, .w80 {
		width:100%
	}
	.w25 {
		width:50%
	}
}
@media (max-width:530px) {		
	.w50, .w25 {
		width:100%
	}	
	.w50 input:not([type='image']):not([type='checkbox']):not([type='radio']), input:not([type='image']):not([type='checkbox']):not([type='radio']),textarea {
		width:100%;
	}
}
@media (max-width:360px) {	
	.w15 {
		width:50%;
	}
}
@media (max-width:330px) {	
	nav #main-nav li a, nav #main-nav li:last-of-type a {
		padding:0px 15px;
	}
}
/* ^ MOBILE */