#login-wrap {
	//background-image: url('../img/bg-reg.jpg'); nestandart: нехер ... оно в файле home.php же подгружается...
	background-attachment: fixed;
	background-size: cover;
}

#login-wrap h1 {
	color: #fff;
}

.glass {
	max-width: 460px;
}

.glass input.form-control {
	padding: 20px;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.social {
	padding: 5px 10px 10px;
	margin: 0 auto;
	margin-bottom: 50px;
	background: rgba(0, 0, 0, 0.5);
	max-width: 370px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	overflow: hidden;
}

.social .text {
	margin-bottom: 5px;
}

.social a {
	display: inline-block;
	margin: 0 5px;
	opacity: 0.8;
}

.today {
	background: rgba(126, 93, 163, 0.5);
	border-radius: 5px;
	padding: 20px 10px;
	font-size: 20px;
	margin-bottom: 25px;
	color: #fff;
}

.social a:hover {
	opacity: 1;
}

.photos-wrap {
	background: #343434;
}

.photos-wrap h3 {
	margin: 0;
	background: #222;
	padding: 15px;
	color: #fff;
	border-top: 1px solid #101010;
	border-bottom: 1px solid #101010;
}

.photos {
	padding: 15px;
	word-wrap: inherit;
	overflow: hidden;
	height: 190px;
	white-space: nowrap;
}

.photos-width {
	width: 120%;
}

.photo {
	float: left;
	display: inline-block;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 5px 7px;
	border: 1px solid #000;
	box-shadow: 1px 1px 1px #000, inset 1px 1px 1px #fff;
	margin-bottom: 22px;
}

.photo-img {
	height: 100%;
	width: 100%;
	background-size: cover;
}

.background-yellow {
	background: url("../img/bg2.jpg");
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 5px;
	padding-top: 40px;
}

.text-wrap h2 {
	padding: 5px 0 25px;
	font-size: 26px;
}

#row-about {
	padding-top: 10px;
}

.text-wrap  {
	background: rgba(255, 255, 255, 0.5);
	padding: 25px;
	margin-bottom: 20px;
	overflow: hidden;
}

.text-wrap img {
	max-width: 100%;
}

.mrs, .mr {
	width: 180px;
	height: 180px;
	margin-top: 80px;
	border-radius: 50%;
	border: 1px solid #000;
	box-shadow: 0 0 5px #000;
	float: left;
	z-index: 1;
	position: relative;
}

.mrs img, .mr img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.king {
	background: url(../img/king.png);
	width: 65px;
	height: 50px;
	position: absolute;
	background-size: cover;
}

.mrs .king {
	top: -36px;
	left: 18px;
}

.mr .king {
	right: 18px;
	transform: rotate(43deg);
	top: -36px;
}

.mr {
	float: right;
}

.isset {
	margin: 10px 0 0 0;
}

.isset a {
	color: #4d5471;
	text-shadow: 1px 1px 1px #eae3d5;
}

.password-hidden {
	display: none;
}

.forget {
	margin-top: 10px;
}

.login-to-chat-title {
	margin-bottom: 10px;
}

.counters {
	opacity: 0.8;
	margin-bottom: 10px;
}

.registration-link {
	color: #fff !important;
}

.fb-like {
	float: right;
	width: 180px;
	overflow: hidden;
}

.radio-logo img {
	width: 150px;
	border-radius: 50%;
	margin:20px 0;
}

/* --- Media --- */
@media (max-width: 1024px) {
	.mrs, .mr {
		display: none;
	}
}