


.error {
width: 100%;
padding: 8px 0px;
text-align: center;
background-color: rgba(255,0,0,0.5);
border: solid 1px rgba(255,0,0,0.5);
border-radius: 30px;
font-family: "Open Sans", sans-serif;
font-size: 13px;
color: #fff;
}
#canvas { position: absolute; top: 0; left: 0; }
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.wrapper {
    width: 100%;
    float: left;
    background: #ffdd00 url(../img/bg.png) center top fixed;
}
.content_area {
	width: 100%;
	float: left;
	padding: 0px 7%;
}
.main_header {
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	z-index: 100;
}
.main_header ul {
	width: auto;
	float: right;
}
.main_header ul li {
	float: left;
}
.main_header ul li a {
	float: left;
	padding: 10px 10px;
	
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	line-height: 15px;
}
.main_header ul li a span {
	position: relative;
}
/*.main_header ul li a span::before {
	content: '';
	position: absolute;
	width: 0;
	height: 20px;
	bottom: -10px;
	left: 50%;
	background-color: #f0f;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.main_header ul li a:hover span::before {
	width: 100%;
	left: 0;
}*/
.main_header ul li a i {
	float: right;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../images/right-arrow.png);
}
.go_to_website {
	display: block;
}
.content_block {
	width: 100%;
	float: left;
	position: relative;
	z-index: 99;
	min-height: 100vh;
}
.admin_area {
	max-width: 50%;
	background-color: rgba(255,255,255,0.35);
	margin: 90px auto 80px auto;
	padding: 15px;
	border-radius: 4px;
}
@media (max-width:767px) {
.admin_area {
	max-width: 80%;
	margin: 80px auto 80px auto;
}
}

.admin_form {
	width: 100%;
}
.footer_block {
	width: 100%;
	position: fixed;
	float: left;
	background-color: rgb(0, 74, 158);
	
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 15px;
	padding: 0px;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.footer_left {
	float: left;
	padding: 10px 0px;
}
.footer_right {
	float: right;
	padding: 10px 0px;
}
.footer_right a {
	color: #fff;
	margin-left: 5px;
}

@media (max-width:767px) {
.footer_block {
	font-size: 13px;
	line-height: 17px;
}
.footer_left {
	width: 100%;
	float: left;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
.footer_right {
	width: 100%;
	float: left;
	padding: 5px 0px;
	text-align: center;
}
}
.main_header ul li a {
    background-color: #1874dc;
    margin-top: 10px;
}
.main_header ul li a:focus {
    background-color: #00299E;
}