* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px 'Lato', sans-serif;
	width: 100%;
	background: #0086D7;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}
input {
	vertical-align: middle;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

textarea:focus, input:focus{
    outline: none;
}

#header { position:absolute; top:0; width:100%; height: 45px; background-color: #F5A322;}

#logo {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/logo_.png");
    background-origin: padding-box;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 90px auto;
    margin-left: 10px;
    text-indent: -9999px;
    width: 120px;
}
.top-bar {
    min-width: 960px;
}
.top-bar ul{
	list-style-type: none;
	padding-right: 10px;
}
.top-bar ul.right{
	float: right;
}
.top-bar {
	height: 45px;
	line-height: 45px;
	margin: 0;
	width: 100%;
}
.top-bar ul > li {
	float: left;
}
.top-bar a {
	text-decoration: none;
	color: #fff;
}
.top-bar ul li a {
    color: white;
    display: block;
    padding: 0 15px;
}
.top-bar ul > li a {
    color: white;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}
.top-bar ul > li:hover, .top-bar ul > li.active { background: #e48e00; }
.top-bar ul > li:hover a, .top-bar ul > li.active a { color: white; }

.top-bar ul > li.divider {
	border-right: 1px solid #da8909;
	box-shadow: 1px 0px 0px #fcbb54;
	-webkit-box-shadow: 1px 0px 0px #fcbb54;
	-moz-box-shadow: 1px 0px 0px #fcbb54;
	padding-right: 5px;
}

li.divider-after {
	padding-left: 5px;
}

/* FOOTER
-----------------------------------------------------------------------------*/

#footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 34px;
	background: #f7c901;
	border-top: solid 1px #fceba5;
	-moz-box-shadow: 0 -2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 -2px 5px rgba(0,0,0,0.4);
	box-shadow: 0 -2px 5px rgba(0,0,0,0.4);
	line-height: 34px;
	font-size: 12px;
}

#footer .patent{
	width: 180px;
	background: #a21825;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	text-align: center;
	font-weight: bold;
	float: left;
}

#footer ul{
	padding: 0;
	list-style-type: none;
	float: right;
	padding-right: 10px;
}

#footer ul li{
	float: left;
	padding: 0 10px;
}

#footer ul li a {
	color: #d08e01;
	text-shadow: 1px 1px 0 #fce64f;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #a97300;
}

/* CONTENT - PAGES
-----------------------------------------------------------------------------*/

#content_page {
	display: block;
	width: 980px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#content_page h1 {
	box-sizing: border-box;
	color: #378BD9;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 32px;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	text-shadow: #FAEC82 0px 1px 2px;
}


#content_page #text {
	background: white;
	padding: 30px 40px;
	border-top: 4px #F5A322 solid;
	color: #505050;
	font-size: 14px;
	line-height: 22px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3)
}

#content_page #text h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #F5A322;
	margin-bottom: 30px;
}

#content_page #text h3 {
	color: #217EDB;
	font-size: 18px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	margin-bottom: 20px;
	margin-top: 30px;
	width: 900px;
}

#content_page #text p {
	color: #505050;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 17px;
}

#content_page #text ul {
	margin-bottom: 20px;
}

#content_page #text ul li {
	margin-left: 30px;

}

/* CONTENT - FORMS */

#content {
	padding-top: 5%;
	background: #0086D7 url("../images/login_bg.jpg") center top repeat-x;
	min-height: 600px;
}

#loginform {
	margin: 0 auto;
	margin-top: 50px;
	padding: 30px;
	text-align: center;
	width: 390px;
	background-color: #fff;
	border-top: solid 5px #fe9b19;
	-moz-box-shadow: 0px 4px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 7px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 7px rgba(0,0,0,0.3);
}

#registrationform {
	margin: 0 auto;
	margin-top: 50px;
	padding: 30px;
	padding-bottom: 10px;
	text-align: left;
	width: 450px;
	background-color: #fff;
	border-top: solid 5px #fe9b19;
	-moz-box-shadow: 0px 4px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 7px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 7px rgba(0,0,0,0.3);
}


#content .row h1 {
	font-size: 24px;
	color: #0186d3;
	margin-bottom: 20px;
	
}

#content form {
	font-size: 14px;
	color: #8b8b8b;
}

#content form a, #loginform a{
	color: #f5a322;
	text-decoration: none;
}

#content label{
	font-size: 14px;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
}

#content .line {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	margin-right: -10px;
}

#content .double, #content .single {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#content .single {
	width: 100%;
	padding-right: 10px;
}

#content .double {
	width: 50%;
	float: left;
	padding-right: 10px;
}

#content .double {
	margin-right: 0px;
}

#content form input[type="text"], #content form input[type="password"] {
	border: solid 1px #e2e2e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	box-shadow: inset 1px 1px #eee;
	padding: 6px 7px;
	font-size: 15px;
	width: 100%;
}

#content form input.error {
	border-color: #c60f13;
	background-color: rgba(198, 15, 19, 0.1);
}

#content form small {
	padding: 2px 8px;
	margin-top: -2px;
	margin-bottom: -7px;
	background: #c60f13;
	color: #fff;
	font-size: 12px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	display: block;
	
}

#content form .alert{
	padding: 2px 8px;
	background: #c60f13;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

#content input[type="submit"]{
	display: inline-block;
	width: 100%;
	background: #1d7cd9;
	border: 1px solid #145596;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: white;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: ;
	margin: 0;
	outline: none;
	padding: 8px 20px 8px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	margin-bottom: 20px;
	-webkit-appearance: none;
}

#content button:hover, #content input[type="submit"]:hover{
    color: #fff;
	text-shadow: none;
}

#content input[type="submit"]:disabled{
	color: #9acaf9;
	text-shadow: none;
	background: rgba(29,124,217,0.53);
	border-color: rgba(20,86,151,0.71);
	cursor: not-allowed;
	text-shadow: 0px -1px 2px rgba(20,86,151,0.71);
	
}

#content input[type="checkbox"]{
	margin-right: 1px;
	margin-bottom: 6px;
	width: 24px;
	height: 24px;
}

.form_message, .form_error{
	padding: 2px 8px;
	background: #5da423;
	border: 1px solid #396516;;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}

.form_error{
	background-color: #c60f13;
	border: 1px solid #7f0a0c;
}

#loginform p {
	padding: 5px 0;
}

#loginform i {
	font-size: 12px;
}