html {
	width: 100%;
	height: 100%;
}
body {
	background: #fff;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: 'Open Sans', Arial, Tahoma ,sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}


/*---------Стили по умолчанию---------*/
h1 {
	font-size: 32px;
	margin-bottom: 20px;
}
label, input, button, select, textarea {
	font-size: 13px;
}
.btn, input {
	border-radius: 2px !important;
}

.btn {
	font: 700 13px/20px 'Open Sans';
}


.two-blocks {
	position: relative;
	overflow: hidden;
}
.two-blocks .left-block {
	float: left;
}
.two-blocks .right-block {
	float: right;
}


/*---------Хедер---------*/
.header {
	position: relative;
	width: 100%;
	min-width: 1024px;
	height: 28px;
	background: #222;
}
.header #logo {
	position: absolute;
	top: 4px; left: 9px;
}
.header.navbar {
	margin: 0;
}
.header.navbar .nav.pull-right.top-menu {
	margin: 4px 0 0 0;
	color: #fff;
	font-size: 12px;
}
.header .top-menu > li {
	padding: 0 20px;
	height: 20px;
	line-height: 20px;
	border-left: 1px solid #434343;
}
.header .top-menu li:first-child {
	border: none;
}
.header .top-menu li.enter {
	display: block;
	width: 17px;
	height: 20px;
	background: url('../img/bg/enter.png') no-repeat 17px 50%;
}
.header .top-menu li.user-profile {
	padding-right: 45px;
}
 .top-menu li.user-profile.open a.dropdown-toggle {
	background: none !important;
	color: #fff !important;
}
.header.navbar .pull-right > li > .dropdown-menu:after, header.navbar .nav > li > .dropdown-menu.pull-right:after {
	right: 19px;
}
.header .top-menu li.user-profile .dropdown-toggle {
	padding: 0;
	text-shadow: 0 0;
	color: #fff;
}
.header .top-menu li.user-profile .dropdown-toggle .arrow {
	width: 9px;
	height: 5px;
	background: url('../img/ico/arrow-profile.png') no-repeat 0 0;
	position: absolute;
	top: 10px; right: 22px;
}
.header .top-menu li.user-profile .dropdown-menu {
	top: 120%;
}



/*---------Контент---------*/
.wrapper {
	width: 100%;
    min-width: 1024px;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
#content {
    position: relative;
    overflow: hidden;
    background: url('../img/bg/body-bg.png') repeat 0 0;
    height: 500px;
    margin-top: 115px;
}
/*---------Футер---------*/
.footer {
	width: 100%;
	position: absolute;
	bottom: 0; left: 0;
	color: #ccc;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}
.footer .copy {
	position: absolute;
	top: 0;
	left: 20px;
}
.footer .about {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
        right: 20px;
        left: 140px;
}
.footer .about li {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	line-height: 40px;
}
#spacer {
	width: 100%;
	height: 100px;
	overflow: hidden;
	clear: both;
}

#content .autorization {
	margin: 50px auto;
	width: 320px;
	border-radius: 10px;
	-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
#content .autorization .header-form {
	height: 50px;
	line-height: 50px;
	background: #222;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	-webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius:  6px 6px 0 0;
}
#content .autorization .body-form {
	padding: 25px 40px 30px;
	-webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
	background: #fff;
}
#content .autorization .body-form input[type="text"] {
	width: 225px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}
#forgotEmail {
	width: 235px !important;
}
#content .autorization .body-form .remember-me {
	margin-bottom: 10px;
}
#content .autorization .body-form .footer-form {
	line-height: 30px;
}
#content .autorization .body-form .enter {
	width: 95px;
	height: 30px;
	margin-right: 17px;
}
#content .autorization .body-form .soc-icon {
	margin: 0;
}
#content .autorization .body-form .soc-icon li {
	display: block;
	float: left;
	padding: 0;
}
#content .autorization .body-form .soc-icon li a {
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background: url('../img/ico/soc-icon.png') no-repeat 0 0;
}
#content .autorization .body-form .soc-icon li a.vk {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/ico/soc-icon.png') no-repeat -32px 0;
}

