
.content_item_adv{
	padding: 10px;
	padding-bottom: 55px;
}
.content .search_results{
	padding-bottom: 10px;
	padding-top: 30px;
}
.label{
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	padding: 10px 15px 8px;
	border-radius: 0 5px 5px 0;
	font-size: 13px;
}

.label:before{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
}

.label--position-1{
	position: absolute;
	z-index: 2;
	left: -6px;
	top: 6px;
}

.label--position-2{
	position: relative;
	z-index: 2;
	top: -8px;
	margin: auto;
	left: 0;
	border-radius: 5px;
	padding: 3px 10px 3px;
	display: inline-block;
	max-width: 90%;
}

.label--position-2--inner {
	position: relative;
	border-radius: 5px;
	padding: 5px 10px 5px;
	margin-left: 15px;
}

.label--position-3 {
	position: relative;
	z-index: 2;
	top: -8px;
	margin: auto;
    margin-left: 8px;
	left: 0;
	border-radius: 5px;
	padding: 3px 10px 3px;
	display: inline-block;
	max-width: 90%;
    font-size: 1em;
}
.label--position-3:before{
	display: none;
}


.label-wrap {
	position: absolute;
	width: 100%;
	text-align: center;
}
.label--position-2:before{
	display: none;
}

.label--yellow{
	background-color: #fe9700;
}
.label--yellow:before{
	border: 3px solid transparent;
	border-top: 3px solid #ffb02f;
	border-right: 3px solid #ffb02f;
}
.label--blue{
	background-color: #1f68a6;
}
.label--blue:before{
	border: 3px solid transparent;
	border-top: 3px solid #1c4a6c;
	border-right: 3px solid #1c4a6c;
}
.label--purple{
	background-color: #93159c;
}
.label--purple:before{
	border: 3px solid transparent;
	border-top: 3px solid #582763;
	border-right: 3px solid #582763;
}
.label--red{
	background-color: #f34235;
}
.label--red:before{
	border: 3px solid transparent;
	border-top: 3px solid #9f2423;
	border-right: 3px solid #9f2423;
}
.label--green{
	background-color: #42a8fe;
}
.label--green:before{
	border: 3px solid transparent;
	border-top: 3px solid #597341;
	border-right: 3px solid #597341;
}


.content_item_adv_edit .parameters{
	margin-left: 1.5%;
	color: #444;
}
.content_item_adv_edit .item_name_adv{
	margin-left: 4%;
	margin-bottom: 0.5%;
}
.content_item_adv_edit .item_name_adv h2{
	padding-left: 0;
	padding-bottom: 0;
	font-size: 23px
}
.content_item_adv_edit .item_price .for_btn{
	padding: 0 5%;
	position: absolute;
	width: 90%;
	bottom: 20px;
}
.content_item_adv_edit .item_price .for_btn a{
	margin: 0;
	margin-left: 2%;
}
.content_item_adv_edit .item_price p{
	font-size: 20px;
	line-height: 1.1;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	top: 25px;
	width: 100%;
}
.item_price{
	position: relative;
	height: 100%;
}
.after-title{
	text-transform: uppercase;
	font-size: 19px;
	color: #a2b33e;
	padding-left: 10px;
}
.tenancy{
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (max-width : 991px){
	.content_item_adv_edit .item_price p{
		font-size: 14px;
	}
}

/* Change search items */
.parameters__wrap{
	padding: 0;
}
.parameters__status{
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}
.parameters__list{
	padding: 0 20px;
	margin: 0;
	line-height: 1.2;
	font-size: 16px;
	color: #444;
}
.parameters__list li{
	padding-left: 5px;
}
.item_text_adv{
	border: 2px solid #e8e8e8;
	border-top: none;
}
.item_name_adv h2{
	border-width: 2px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.parameters__cart{
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: -1px;
	left: 8px;
	background-color: #42a8fe;
	color: #fff;
	border-radius: 5px 5px 0 0;
	z-index: -1;
	text-align: center;
}
.parameters__cart h2{
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0;
}
.parameters__cart p{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
}
.parameters__cart p span{
	font-size: 18px;
}
.parameters__cart.active{
	z-index: 1;
}
.parameters__btn{
	position: absolute;
	bottom: -25px;
	right: 8px;
	left: 8px;
	background-color: #42a8fe;
	height: 25px;
	border-radius: 0 0 5px 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	vertical-align: bottom;
	line-height: 25px;
	cursor: pointer;
	box-shadow: 0px 1px 1px 0px #d7d7d7 inset;
}
.parameters__btn.active{
	box-shadow: none;
}
/* END Change search items */
