.vacancy_desc{
	margin: 0 0 25px;
}
.vacancy_desc .image img{
	width: 100%;
}
.vacancy_desc .properties{
	margin:0;
	padding: 25px 25px 25px;
}
@media (min-width: 1200px)
{
	.vacancy_desc .properties .row > div[class*=col-md-]:last-child {
		left: -10px;
	 }
}
.vacancy_desc .properties .title h4{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 16px;
	font-family: 'Verdana'!important;
	font-weight: bold;
	color: #141212;
	text-align: center;
}
.vacancy_desc .properties .button_wrap{
	position: relative;
	z-index: 1;
}
.vacancy_desc .properties .button_wrap .btn.btn-default{
	background-color: #585858;
    border-color: #585858;
    color: #ffffff;
    text-transform: uppercase;
	font-size: 11px;
	font-family: 'Verdana';
	font-weight: bold;
	padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0px;
}
.vacancy_desc .properties .button_wrap .btn.btn-default:hover{
	background-color: #83b81d;
    border-color: #83b81d;
}
.vacancy_desc .properties>.wrap{
	position: relative;
	top: -6px;
	padding: 0 0 0 207px;
}
.vacancy_desc .properties .property{
	margin: 8px 0;
}
.vacancy_desc .properties .property .title-prop{
	margin: 0 0 3px;
	font-size: 11px;
	font-family: 'Verdana';
	font-weight: normal;
    color: #646464;
    line-height: 1.3em;
}
.vacancy_desc .properties .property .value{
	line-height: 1.4375em;
	white-space: nowrap;
	font-size: 14px;
	font-family: 'Verdana';
	font-weight: normal;
    color: #141212;
}
.vacancy_desc .detailtext{
	margin: 20px 0 0;
	font-size: 14px;
	font-family: 'Verdana';
	font-weight: normal;
    color: #2b2a2a;
	line-height: 17px;
}
@media (max-width: 600px){
	.vacancy_desc .properties>.wrap {padding-left: 0;}
	.vacancy_desc .properties .button_wrap {float: none!important;margin: 0 0 35px;}
}
