body {
	margin-top: 60px;
	margin-bottom: 0;
	background: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #777;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #333232;
}

h1 {
	margin-bottom: 30px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	color: #3d3d3d;
}

/* Icons */
.ulogin-buttons-container {
	width: 100% !important;
	text-align: center;
}

.ulogin-button-vkontakte,
.ulogin-button-google,
.ulogin-button-odnoklassniki,
.ulogin-button-facebook,
.ulogin-button-instagram {
	width: 40px !important;
	height: 40px !important;
	float: none !important;
	margin: 0 10px !important;
	background: unset !important;
}

.ulogin-button-mailru,
.ulogin-button-yandex {
	display: none !important;
	background: unset !important;
}

.ulogin-button-vkontakte:before {
	position: absolute;
	content: url('../img/registration/social-icons/vk-icon.png');
	top: 0;
	left: 0;
}

.ulogin-button-facebook:before {
	position: absolute;
	content: url('../img/registration/social-icons/facebook-icon.png');
	top: 0;
	left: 0;
}

.ulogin-button-google:before {
	position: absolute;
	content: url('../img/registration/social-icons/google-icon.png');
	top: 0;
	left: 0;
}

.ulogin-button-instagram:before {
	position: absolute;
	content: url('../img/registration/social-icons/instagram-icon.png');
	top: 0;
	left: 0;
}

/*
.tw-icon:before {
	position: absolute;
	content: url('../img/registration/social-icons/twitter-icon.png');
	top: 0;
	left: 0;
}
*/

.ulogin-button-odnoklassniki:before {
	position: absolute;
	content: url('../img/registration/social-icons/odnoklassniki-icon.png');
	top: 0;
	left: 0;
}

.email-text-animation {
	position: absolute;
	background: url(../img/registration/social-icons/email-text-animation.png) no-repeat;
	width: 175px;
	height: 54px;
	top: 85px;
	left: -245px;
	animation-delay: 0.8s;
}

.email-arrow-animation {
	position: absolute;
	background: url(../img/registration/social-icons/email-arrow-animation.png) no-repeat;
	width: 80px;
	height: 45px;
	left: -98px;
	top: 145px;
	animation-delay: 1.6s;
}

.login-text-animation {
	position: absolute;
	background: url(../img/registration/social-icons/login-text-animation.png) no-repeat;
	width: 235px;
	height: 89px;
	top: 54px;
	right: -275px;
	animation-delay: 2.4s;
}

.login-arrow-animation {
	position: absolute;
	background: url(../img/registration/social-icons/login-arrow-animation.png) no-repeat;
	width: 58px;
	height: 73px;
	top: 31px;
	right: -265px;
	animation-delay: 3.2s;
}

video { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	/*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
	background-size: cover;
	transition: 1s opacity;
}
.stopfade { 
	opacity: .5;
}

@media screen and (max-device-width: 800px) {
	#bgvid { display: none; }
}

/*.full {
	background: url('../img/registration/bg-8.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
/*
.full:after {
	position: fixed;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.53);
	z-index: -1;
}
*/
.navbar-fixed-top {
	height: 60px;
	margin: 0;
	background-color: #fff;
	border: 0;
	box-shadow: 3px 0 3px rgba(0,0,0,0.2);
}

.nav li a {
	line-height: 30px;
	font-size: 18px;
}

.nav li a:hover, 
.nav li a:focus {
	background-color: transparent;
	color: #777;
	outline: 0;
}

.navbar-brand {
	padding: 10px 0;
	color: #b1200b;
	font-size: 24px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	color: #b95648;
}

.navbar-brand span {
	display: block;
	color: #777777;
	font-size: 12px;
}

.registration-form {
	position: relative;
	padding: 40px 30px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	margin-bottom: 100px;
	margin-top: 40px;
}

.registration-form-main-page {
	margin-bottom: 0;
	margin-top: 40px;
}

.registration-form label {
	margin-bottom: 10px;
}

.registration-form p {
	position: relative;
	line-height: 20px;
	margin-bottom: 15px;
}

.registration-links {
	padding: 0;
	margin: 0;
}

.registration-links li {
	display: inline-block;
	list-style-type: none;
}

.registration-links li a span {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

form {
	margin: 25px 0;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	width: 100%;
	height: 46px;
	padding-left: 20px;
	border: 1px solid #c8ced5;
	font-size: 14px;
	color: #9c9c9c;
}

.form-control:focus {
	border: 1px solid #c8ced5;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.reg-divider {
	display: block;
	border-top: 1px solid #8c8b8b;
	text-align: center;
}

.reg-divider-left {
	position: absolute;
	width: 44%;
	left: 0;
	top: 11px;
	border-bottom: 1px solid #c8ced5;
}

.reg-divider-right {
	position: absolute;
	width: 44%;
	right: 0;
	top: 11px;
	border-bottom: 1px solid #c8ced5;
}

.btn-reg {
	width: 100%;
	height: 46px;
	margin-top: 15px;
	border-bottom: 3px solid #d32f2f !important;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}

.btn-reg:hover,
.btn-reg:focus {
	color: #fff;
	outline: none;
}

.btn-reg:active:focus {
	outline: none;
}

footer {
	background-color: #141414;
}

footer nav {
	height: 60px;
	text-align: center;
}

footer p {
	color: #6b6b6b;
	margin: 0;
	padding-top: 10px;
}

footer a {
	display: inline-block;
	color: #337ab7;
	line-height: 1;
}

footer a:hover {
	color: #366c9a;;
}

/* Registration Second */

.required-star {
	color: #d32f2f;
	margin: 0 2px;
}

.politics a {
	color: #d32f2f;
}

.alert-acc-exist {
	margin: 30px 0 15px;
	background-color: rgba(211, 47, 47, 0.3);
	color: #d32f2f;
}

.alert-forgot-exist {
	margin: 30px 0 15px;
	background-color: rgba(38, 211, 36, 0.3);
	color: #3d3d3d;
}


#auth_form
{
	/*display: none;*/
}

#auth-title
{
	/*display: none;*/
}

.forgot-link
{
	position: relative;
	bottom: 35px;
	right: 10px;
	float: right;
}

.forgot-link:hover
{
	color: inherit;
	text-decoration: underline;
}

.login-bg-dotted {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background: url(../img/registration/pixel.png);
}