@charset "UTF-8";
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	z-index:50;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	display: none;
}
::-webkit-scrollbar-track-piece  {
	background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
	background: #e41e13;
}
::-webkit-scrollbar-thumb:horizontal {
	background: #e41e13;
}
html {
	height: 100%;
}
body {
	font-family: 'open_sansregular', Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	height: 100%;
	background-color: #014694;
	text-align: left;
	-webkit-backface-visibility: hidden;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing: normal;
	white-space: normal;
}
* html {
	height: 100%;
	overflow: hidden;
}
.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -2;
}
#backgrounds {
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	height: 100%;
	width: 100%;
}
#preloader {
	position:fixed;
	width:100%;
	height:100%;
	z-index:500;
	overflow: hidden;
	left: 0;
	top: 0;
}
#preloader .bg {
	position:absolute;
	width:100%;
	height:100%;
	z-index:505;
	overflow: hidden;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
}
#preloader .preloader {
	position:absolute;
	width:100%;
	height:100%;
	z-index:500;
	overflow: hidden;
	left: 0;
	top: 0;
	background-image: url(../img/logo_preloader.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #014694;
}
a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
}
a img, img {
	border: none; 
}
.panel_start {
	width: 100%;
	min-height: 100%;
	position: absolute;
	z-index:2;
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	-ms-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
	transition-delay: 1s;
	-moz-transition-delay: 1s; /* Firefox 4 */
	-webkit-transition-delay: 1s; /* Safari and Chrome */
	-o-transition-delay: 1s; /* Opera */
	opacity:0.0;
}
.panel {
	width: 100%;
	min-height: 100%;
	position: absolute;
	z-index:2;
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	-ms-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
	transition-delay: 1s;
	-moz-transition-delay: 1s; /* Firefox 4 */
	-webkit-transition-delay: 1s; /* Safari and Chrome */
	-o-transition-delay: 1s; /* Opera */
	opacity:0.0;
	margin-top: -50000%;
}
.panel:target {
	cur-webkit-text-size-adjust: none;
	opacity:1;
	z-index: 5;
	margin-top: 0%;
}
.panel .frame .fade {
	opacity:0.0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.panel:target .frame .fade {
	opacity:1.0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transition-delay: 1.1s;
	-moz-transition-delay: 1.1s; /* Firefox 4 */
	-webkit-transition-delay: 1.1s; /* Safari and Chrome */
	-o-transition-delay: 1.1s; /* Opera */
}
.frame {
	background-color: #FFF;
	width: 550px;
	margin-left: 240px;
	height: 100%;
	margin-top: 50px;
	display: block;
	padding: 20px;
	float: left;
}
.frame .header {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #414140;
}
.frame .content {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #414140;
	padding-bottom: 18px;
}
.frame .content h1 {
	font-family: 'open_sansextrabold', Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 45px;
	line-height: 68px;
	color: #1D1D1B;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	border-bottom-style: dotted;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #414140;
	display: block;
}
.frame .content h2 {
	font-family: 'open_sansbold', Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 24px;
	line-height: 27px;
	color: #414140;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	display: block;
}
.frame .content h3 {
	font-family: 'open_sansbold', Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 14px;
	line-height: 18px;
	color: #414140;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	display: block;
	padding: 0px;
}
.frame .content p {
	font-family: 'open_sans', Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 14px;
	line-height: 18px;
	color: #414140;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	margin: 0px;
	display: block;
}
.frame .content p.required {
	font-family: 'open_sans', Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 11px;
	line-height: 15px;
	color: #e41e13;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	display: block;
	padding: 0px;
}
.frame .content img {
	height: auto;
	width: 550px;
	padding-bottom: 20px;	
}
.frame .content a  {
	color: #014694;
	text-decoration: none;	
}
.frame .content a:hover {
	color: #e41e13;
	text-decoration: none;	
}
.spacer  {
	float: left;
	height: 20px;
	width: 850px;
	overflow: hidden;
}
.download {
	z-index:1;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 5px;
}
.frame .content .download a{
	color: #fff;
	font-family: 'open_sansbold', Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 12px;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 1px;
}
.download a:hover {
	color: #fff;
}
.download_spacer {
	width:auto;
	height:5px;
	z-index:1;
	overflow: hidden;
}
.download_bar {
	width:550px;
	height:22px;
	z-index:1;
	overflow: hidden;
	cursor: pointer;
}
.download_text {
	width:420px;
	height:22px;
	z-index:1;
	overflow: hidden;
	font-family: 'open_sans', Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 14px;
	line-height: 22px;
	color: #414140;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	float: left;
	margin-right: 5px;
	padding-left: 5px;
	background-color: #014694;
}
.download_btn {
	width:120px;
	height:22px;
	z-index:1;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	float: left;
	background-color: #014694;
	position: relative;
}
.download_btn_arrow {
	width:22px;
	height:22px;
	z-index:2;
	overflow: hidden;
	float: left;
	position: relative;
	background-image: url(../img/btn_download.png);
	background-color: #e41e13;
}
.download_btn_text {
	width:93px;
	height:22px;
	z-index:3;
	overflow: hidden;
	float: left;
	color: #FFF;
	position: relative;
	padding-left: 5px;
}
.download_btn_rollover {
	position: absolute;
	width:98px;
	height:22px;
	z-index:2;
	overflow: hidden;
	float: left;
	opacity: 0.0;
	background-color: #e41e13;
	display: none;
	left: 22px;
	top: 0px;
}
.list {
	font-family: 'open_sans', Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #014694;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 17px;
}
.list li{
	margin: 0px;
	padding: 0px;
	list-style-type: decimaal;
	margin: 0px;
}
.list li span {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	color: #414140;
}
.gray {
	color: #414140;
}
.blue {
	color: #014694;
}
.red {
	color: #e41e13;
}
.frame .content .block {
	height: auto;
	width: 550px;
	padding-bottom: 20px;
	display: block;
}
.frame .content .form {
	font-family: 'open_sans', Verdana, Geneva, sans-serif;
	width: 398px;
	outline: 0;
	border:1px solid #014694;
	color: #414140;
	height: 18px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	text-indent: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
}
.frame .content .form_message {
	font-family: 'open_sans', Verdana, Geneva, sans-serif;
	max-width: 393px;
	min-width: 393px;
	max-height:80px;
	min-height:80px;
	width: 393px;
	outline: 0;
	border:1px solid #014694;
	color: #414140;
	height: 16px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
}
.frame .content .form:hover, .frame .content .form:focus {
	color: #014694;
}
.frame .content .form_message:hover, .frame .content .form_message:focus {
	color: #014694;
}
.frame .content .block_submit {
	height: 24px;
	width: 400px;
	display: block;
}
.frame .content .submit  {
	font-family: 'open_sansbold', Verdana, Geneva, sans-serif;
	height: 24px;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: center;
	display: block;
	float: right;
	overflow: hidden;
	padding-left: 10px;
	outline:none;
	border:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #014694;
	padding-right: 10px;
	margin: 0px;
}
.frame .content .submit:hover {
	background-color: #F00;
}
.frame .copyright {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	display: block;
	height: 45px;
}
.frame .copyright .info {
	overflow: hidden;
	height: 45px;
	width: 550px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.frame .copyright .info .title {
	font-family: 'open_sansbold', Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 12px;
	line-height: 15px;
	color: #414140;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	overflow: hidden;
	height: 15px;
	width: 550px;
	float: left;
	display: block;
}
.frame .copyright .info .block {
	font-family: 'open_sans', Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 11px;
	line-height: 14px;
	color: #414140;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	overflow: hidden;
	height: 30px;
	width: auto;
	float: left;
	display: block;
	padding-right: 40px;
}
.frame .copyright .info .block a {
	text-transform: none;
	color: #014694;
}
.frame .copyright .info .block a:hover {
	text-transform: none;
	color: #e41e13;
}
