@charset "utf-8";
/* CSS Document */
/* Universal Elements *******************************************************************************************************************************/
html {
	min-height: 100%;
	position: relative;
	height: 100%;
}
body {
	color: #06162a;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	background: #336081;
	font-weight: 400;
	min-height: 100%;
	height: 100%;
	position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 27px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
p {
	margin: 0 0 15px;
}
.txt-small {
	font-size: 10px;
	font-weight: light;
	word-spacing: 0.3em;
}
#form-errors {
	color: #FF3500;
	padding: 10px 15px;
	border: 1px solid #CC2A00;
	display: none;
	margin-bottom: 15px;
	border-radius:5px;
	font-size:14px;
}
a h1 {
	color: #06162a;
}
a {
	color: #fff;
	text-decoration: none;
	text-transform:uppercase; 
	font-weight:700;
}
a:focus, a:hover {
	color: #c9602e;
	text-decoration: none;
}
a:focus {
	outline: 0 !important;
	text-decoration: none;
}
/* Form elements ************************************************************************************************************************************/
.form-control {
	background: none;
	border:1px solid  #fff;
	color: #fff;
	height: 42px;
	border-radius:5px;
}
.form-control:active, .form-control:hover, .form-control:focus {
	box-shadow: none;
	border:1px solid  #fff;
	outline: 0;
}
.form-control::-moz-placeholder {
 opacity:1.0 !important;
 color: #fff;
}
.form-control::-webkit-input-placeholder {
 opacity:1.0 !important;
 color: #fff;
}
.form-control:-ms-input-placeholder {
 opacity:1.0 !important;
 color: #fff;
}
.btn {
	text-transform: uppercase;
	padding: 5px 35px;
	border-radius: 5px;
	font-weight: 400;
	border: 1px solid #fff;
}
.btn-primary {
	background: #008fd5;
	color: #fff;
	padding: 5px 100px;
	font-size:22px;

}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
	background: #fff;
	color: #008fd5;
	border-color:none;
}
.btn-primary.active, .btn-primary:active, .btn-primary:active:focus {
	background: #444 !important;
	color: #fff;
	border-color: #none;
}
/* Structure ************************************************************************************************************************************/