@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	padding-top: 50px;
}
.btn-block {
	display: block;
	width: 100%;
}
.busy,
.osvobod,
.free,
.soon {
	font-weight: 700;
	text-transform: uppercase;
}
.busy {
	color: #d9534f;
}
.osvobod {
	color: #111111;
}
footer {
	color: #fff;
}
footer li a {
	color: #fff;
}
.footer-above {
	background-color: #2c3e50;
	padding: 50px 0;
}
.footer-below {
	background-color: #233140;
	padding: 25px 0;
}
.free {
	color: #5cb85c;
}
.free-object-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}
.free-object-box-caption {
	color: #fff;
	opacity: 0;
	display: block;
	background: rgba(66, 139, 202, 0.8);
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all 0.35s;
}
.free-object-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.free-object-category,
.free-object-name {
	font-family: "Roboto", sans-serif;
	padding: 0 15px;
}
.free-object-category {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.free-object-name {
	font-size: 18px;
	text-transform: uppercase;
}
.free-object-box:hover .free-object-box-caption {
	opacity: 1;
}
.g-bg {
	background-image: url(/img/39x39/g-bg.png);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
}
header {
	background-image: url(/img/1920x600/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	color: #fff;
}
header h1 {
	font-size: 3em;
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0, 0.6);
}
header h3 {
	text-shadow: 2px 2px 3px rgba(0,0,0, 0.6);
}
.img-free {
	margin-bottom: 30px;
}
.img-similar {
	margin-bottom: 30px;
}
.label-padding-bottom {
	padding-bottom: 15px;
}
.message {
	padding-top: 35%;
	padding-bottom: 7%;
}
.navbar {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
}
.navbar-inverse {
	background-color: #2c3e50;
	border: none;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-inverse .navbar-nav li a {
	color: #fff;
}
.phone {
	color: #fff;
	font-size: 22px;
	padding: 6px 0 0 50px;
}
.r-bg {
	background-image: url(/img/39x39/r-bg.png);
}
.similar-object-box {
	position: relative;
	display: block;
	max-width: 500px;
	margin: 0 auto;
}
.similar-object-box-caption {
	color: #fff;
	opacity: 0;
	display: block;
	background: rgba(66, 139, 202, 0.8);
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all 0.35s;
}
.similar-object-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.similar-object-category,
.similar-object-name {
	font-family: "Roboto", sans-serif;
	padding: 0 15px;
}
.similar-object-category {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.similar-object-name {
	font-size: 18px;
	text-transform: uppercase;
}
.similar-object-box:hover .similar-object-box-caption {
	opacity: 1;
}
.soon {
	color: #f0ad4e;
}
.y-bg {
	background-image: url(/img/39x39/y-bg.png);
}
.b-color {
	background-color: #f5f5f5;
}
.gr-bg {
	background-image: url(/img/39x39/gr-bg.png);
}
.b-bg {
	background-color: #428bca;
	color: #fff;
	padding: 50px 0 60px;
}
.thumbnail {
    padding: 0;
}
.thumbnail img {
    width: 100%;
}
.thumbnail h3 {
    font-size: 1.5em;
}