/*Job
------------------------------------*/
.job-img {
	overflow: hidden;
	position: relative;
	min-height: 300px;
	background: url(../../img/bg/11.jpg) 70% 40% no-repeat;
}

.job-img .job-banner {
	padding: 20px;
	max-width: 450px;
	margin: 60px auto 100px;	
	background: rgba(255,255,255,0.8);
}

.job-img .job-banner h2 {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.job-img .job-banner {
		padding: 10px;
		margin: 30px auto 100px;	
	}
}

.job-img .job-img-inputs {
	left: 0;
	right: 0;
	bottom: -7px;
	padding: 20px 0;
	position: absolute;
	background: rgba(0,0,0,0.9);
}

/*Job-Content
------------------------------------*/
.job-content .categories li,
.job-content .city li {
	padding: 6px 0;
	/* border-bottom: 1px dotted #eee; */
	float: left;
	padding-right: 10px;
}
.job-content .categories li:last-child,
.job-content .city li:last-child {
	border-bottom: none;
}
.job-content .city li:hover {
	cursor: pointer;
}
.job-content .city li:hover a{
	text-decoration: underline;
}
.job-content .hex {
	color: #999
}

/*High-Rated
------------------------------------*/
.high-rated .carousel-indicators {
	top: 10px;
	left: 65%;
	text-align: right;
}

.high-rated .carousel-indicators .active {
	background: #555;
}

.high-rated .carousel-indicators li {
	border-color: #555;
}

.high-rated .carousel-inner > .item {
	margin: 0;
}

.high-rated .star-vote {
	float: right;
	margin-top: 8px;
}

.high-rated .star-vote ul {
	margin-bottom: 0;
}

.high-rated .star-vote li {
	padding: 0;
}

/* ---------------------------------------------------------------------------------- */
#vacancy_city_filter{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#vacancy_city_filter:hover,
#vacancy_city_filter:focus,
#vacancy_city_filter:active {
	border-color: #bbb;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.vacancy-city-filter-focus {
	display: inline-block;
	position: relative;
	border: 1px dashed #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px !important;
	width: 100%;
}
.vacancy-city-filter-focus.active {
	border: 1px dashed #ccc;
}

#vacancy_city_filter_drowdown_menu li {
	font-weight: 100;
}

#vacancy_city_filter_drowdown_menu li.active a{
	background-color: #72C02C;
}

#vacancy_filter_btn:active,
#vacancy_filter_btn:focus {
	color: #fff;
}
.vacancy-filter-btn-focus {
	display: block;
	position: relative;
	border: 1px dashed #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px;
}
.vacancy-filter-btn-focus.active {
	border: 1px dashed #ccc;
}

.vacancy-search-table-img {
	max-width: 200px !important;
}