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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*:focus {
    outline: 0;
}

html {
	height: 100%;
	min-width: 1000px;
	min-height: 610px;
	background: url(../img/bg.jpg) center center no-repeat #08110d;
	background-size: 1000px 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header */
#header {
	height: 150px;
}

#header .logo {
	width: 432px;
	height: 102px;
	float: right;
	padding: 60px 80px 0 0;
	background: url(../img/logo.png) center center no-repeat;
}


/* Middle */
#content {
	padding: 10px 0 120px;

}
.buttons {
	top: 20%;
	width: 780px;
	margin-top:90px;
	position: absolute;
}
.buttons .bCloud {
	margin-left:210px;
	float: left;
    display: inline-block;
	width: 205px; height: 180px;
	background: url(../img/but_cloud.png) center center no-repeat;
}
.buttons .bMail {
	margin-left:180px;
	display: inline-block;
	width: 177px;
	height: 180px;
	background: url(../img/but_mail.png) center center no-repeat;
}

.loginForm {
	margin: 65px 0 0 297px; 
	top: 20%;
	position: absolute;
}
.loginForm .zamok {
	background: url(../img/zamok_close.png) center center no-repeat;
	width: 300px;
	height: 361px;
	/* display: inline-block; */
}
.loginForm .loginButton {
	background: url(../img/key.png) center center no-repeat;
	width: 96px; height: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bolder;
	color: #FFF;
	margin: -20px 0 0 200px;
    border: none;
	cursor: pointer;
}
.loginForm .form {
	margin: -210px 0 0 47px; 
}
.loginForm .form ul li {
	margin:10px;
	width: 188px; height: 34px;
	background: url(../img/input.png) center center no-repeat;	
}
.loginForm .form ul li input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	margin: 7px 9px;
	color: #5f5f5f;
	border: none;
}
.loginForm .errorWindow {
	width: 212px; height: 183px;
	margin: -360px 0 0 270px;
	background: url(../img/error.png) center center no-repeat;
}
.loginForm .errorWindow div {
	margin-left: 60px;
	padding-top: 30px;
	width: 130px; height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #ff0000;
}

.loading {
	background: url(../img/loading.gif) center center no-repeat;
	width:300px; height:320px;
	margin-top: -210px;
}

/* Footer */
#footer {
	font-family: "Arial Rounded MT", Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bolder;
	width: 1000px;
	margin: -46px auto 0;
	height: 45px;
	position: relative;
	color: #FFF;
}

#footer ul {
	margin-left: 130px;	
}

#footer ul li {
	cursor: pointer;
	display: inline;
	width: 100%;
    margin-right: 120px;	
}	
#footer ul li .fly {
	display: inline-block;
	position: relative;
	top: 3px; 
	background: url(../img/fly.png) center center no-repeat;
	width: 52px;
	height: 18px;
}
#footer .banners {
	float: right;
}

/* Raznoe */
.opa20 {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.opa50 {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.opa40nh {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.opa80, .opa80nh {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.opa20:hover, .opa50:hover, .opa80:hover, #loginForm .loginButton:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.social-panel {
    z-index:99;
    position: fixed;
    bottom: 50px;
    right: 0px;
}
