/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
label{
	font-style: 14px;
}
html {
	width:100%;
	height:100%;
	font-size: 100.01%;
}

body {
	font-family: Arial, sans-serif;
	width:100%;
	height:100%;
	background: #f2f2f4;
	color: #555;
	font-size: 14px;
}
section{
	background: white;
}

ol, ul {
	list-style: none;
}

a, a:focus, a img, a img:focus {
	border: 0 none;
}

a, a:focus, a img, a img:focus, textarea, input:focus, input {
	outline: 0 none;
}
a{
	color: #2882FB;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
select{
	width: 100%;
	height: 30px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #dddddd;
	color: #9ca4b1;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	resize: none;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #9ca4b1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="email"]{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #9ca4b1;
	border: 1px solid #dddddd;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"], input[type="button"]{
	width: 100%;
	height: 30px;
	background: #314355;
	text-align: center;
	color: #fff;
	border: 1px solid #314355;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* MIXINS */

.inlineblock {
	display: inline-block;
	vertical-align: top;
	
	zoom: 1 !ie;
	display: inline !ie;
}

.clearfix {
    *zoom: "expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif')";
    zoom: 1 !ie;
} 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}	
.clearfix:after {
	clear: both;
}
.overflow{
	overflow: hidden;
}
.fl_r{
	float: right;
}
.fl_l{
	float: left;
}
.text_c{
	text-align: center;
	position: relative;
	margin: 20px 0 20px 0;
}
.text_r{
	text-align: right;
}
/*header */
header{
	height: 45px;
}

.blue_b{
	background: #8BC9D0 !important;
}
input.blue_b{
	border: 1px solid #8BC9D0 !important;
}
.orange_b{
	background: #d8694b !important;
}
input.orange_b{
	border: 1px solid #d8694b !important;
}
.dark_b{
	background: #394b65 !important;
}
input.dark_b{
	border: 1px solid #394b65 !important;
}

.lang_line{
	float: right;
	padding-right: 10px;
}
.lang_line .lang{
	margin-top: 13px;
}
.lang_line .set_lang{
	display: none;
}
ul.lang{
	font-size: 0;
}
.lang li{
	display: inline-block;
	margin-left: 5px;
}
.lang-c.off{
	opacity: 0.5;
}
.lang-c.off:hover{
	opacity: 1;
}
.lang-c.on a{
	cursor: default;
}
.menu{
	font-size: 0;
}
.menu li{
	display: inline-block;
	font-size: 14px;
}
.menu li.active{
	background: #69b9f7;
}
.menu li:hover{
	background: #69b9f7;
}
.menu li a{
	color: #fff;
	text-decoration: none;
	padding: 18px 20px 16px 20px;
	display: block;
}
.menu_sel{
	display: none;
	width: auto;
	min-width: 170px;
}
/* CSS */
h1{
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
}
.reg_f{
	max-width: 300px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.reg_f p{
	margin-bottom: 2px;
}
.reg_f input, .reg_f select, .reg_f textarea{
	margin-bottom: 4px;
}
.text_bl{
	padding: 30px 20px 20px 20px;
}
/* Secondary section */
body>.container{
	background: #f9f9f9;
	border: 1px solid #eeeeee;
}
.container {
	width: 988px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.empty {
	position: relative;
	height: 1em;		
}

footer {
	position: relative; 
	margin-top: -1em; 
	height: 1em; 
	width: 100%; 
}