a#logo {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 5px 0 0 5px;
	background: url('images/logo.png') no-repeat 50% 50%;
	background-size: cover;
}

.navbar-header {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover; 	
}
.navbar-header .navbar-toggle {
	background-color: #333 !important;
}
#navbar,
#city_list {
	background-color: #fbdc7c !important;
}
.navbar-inverse {
	color: #000 !important;
	background: #f6ca3f !important;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	color: #000 !important;
}
.navbar-brand {
	color: #333 !important;
    font-size: 16px !important;
	text-shadow: none !important;
}

.h1, h1 {
  font-size: 30px !important;
}
a {
	font-size: 16px;
}
ul.links li {
	margin-bottom: 10px;
}
ul.links li.all {
	list-style: none;
}
ul.links li.all a {
	color: #000;
}

.row.margin {
	margin-top: 15px;
	margin-bottom: 15px;
}

.main_cats .list-group-item img {
	float: left; margin: 0 10px 0 0;
}
.main_cats .list-group-item {
	margin-bottom: 10px;
}

ul.bxslider li img {
	width: 100%;
	margin: 0 auto;
}

.item_data p {
	margin-bottom: 30px;
}

.item_data p b {
	font-size: 24px;
	font-weight: normal;
}

#city_select {
	padding: 0 15px 5px;
}
#city_select a {
	color: #111;
}
@media (min-width:768px) {
	.navbar-collapse.collapse#city_list {
		display:block !important;
		height:55px !important;
		overflow-y:scroll !important
	}
}

.back_btn {
	display: block;
	width: 120px;
	margin: 10px auto;
	padding: 7px 20px;
	color: #efefef !important;
	text-align: center;
	background: #8b8b8b;
background: -moz-linear-gradient(top, #ffffff 0%, #838383 43%, #636363 49%, #8b8b8b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(43%,#838383), color-stop(49%,#636363), color-stop(100%,#8b8b8b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#838383 43%,#636363 49%,#8b8b8b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#838383 43%,#636363 49%,#8b8b8b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#838383 43%,#636363 49%,#8b8b8b 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#838383 43%,#636363 49%,#8b8b8b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8b8b8b',GradientType=0 ); /* IE6-9 */
border: 2px solid #777;
	border-radius: 10px;
}

.vacancy_list .list-group-item-heading {
	color: #2256a7 !important;
}
.vacancy_list .city {
	color: #7d7d7d !important;
}
.vacancy_list u {
	color: #6b90cb !important;
}