.bold_item {
    background: #fdfdc3;
}

.listing-item-photocarousel .owl-nav {
    margin-top: 0;
}
.listing-item-photocarousel-nav .listing-item-photocarousel-nav-right, .listing-item-photocarousel-nav .listing-item-photocarousel-nav-left {
    width: 29px;
    display: inline-block;
    position: absolute;
    top: 40px;
    bottom: 40px;
    cursor: pointer;
    z-index: 9;
    background-color: #ff000047;
}

.listing-item-photocarousel-nav .listing-item-photocarousel-nav-right {
    background: url('../images/arrow_right.png') no-repeat;
    right: 0;
    padding-right: 3px;
    background-position: 100% 50%;
}
.listing-item-photocarousel-nav .listing-item-photocarousel-nav-left {
    background: url('../images/arrow_left.png') no-repeat;
    left: 0;
    padding-left: 3px;
    background-position: 0 50%;
}
.bg-hover-overlay-white::before, .bg-hover-overlay::before {
    z-index: 2;
}
.card-img-overlay {
    z-index: 3;
}

.favblock-favorited .addtofavorites {
    display: none !important;
}
.favblock-favorited .removefromfavorites {
    display: flex !important;
}
.favblock-notfavorited .addtofavorites {
    display: flex !important;
}
.favblock-notfavorited .removefromfavorites {
    display: none !important;
}

.compare .compareremove {
    padding: 0 5px;
    background: White;
    border-radius: 2px;
    color: #0ec6d5;
}
.compare .compareremove i {
    color: #0ec6d5;
}
.compare .compareadd {
    display: block !important;
}
.compare .compareremove {
    display: none !important;
}
.compare.compared .compareadd {
    display: none !important;
}
.compare.compared .compareremove {
    display: block !important;
}
.compare.compare-flex .compareadd {
    display: flex !important;
}
.compare.compare-flex .compareremove {
    display: none !important;
}
.compare.compare-flex.compared .compareadd {
    display: none !important;
}
.compare.compare-flex.compared .compareremove {
    display: flex !important;
}
.compare.compare-flex.compared .compareremove {
    background: #1e1d85;
}
.compare.compare-flex.compared .compareremove i {
    color: White;
}
.fs-10{font-size:10px!important}
.article-owner-photo {
    width: 70px;
    height: 70px;
    border-radius: 35px;
}

.card-img-overlay.js-opencard {
    cursor: pointer;
}
.form-search-01 .form-control {
    width: 100%;
}
.form-search-01 .btn {
    width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pt-7-7{
	padding-top: 0.5rem!important;
}


/*Web site*/
@media (min-width:1200px) {
	
	.right-sidebar {
		height: 564px;
	}

	.userbadge {
		position: absolute;
		top: 35%;
		right: 25%;
	}

	.price-inline-web{
		display:inline-block;
	}

	
}

/*End of Web site*/


/*Mobile version*/
@media (max-width:768px) {

	.right-sidebar {
		height: 564px;
	}

	.userbadge {
		position: absolute;
		top: 35%;
		right: 29%;
	}

	.left-sidebar{
		display:none;
	}

	.price-inline-mobile{
		display:inline-block;
		width:5%;
	}

	.price-inline-mobile2{
		display:inline-block;
		width:30%;
		text-align:center;
	}
	
	
	
}

/*End Mobile version*/


.citychanger-list {
	
}
.citychanger-list ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.citychanger-list li {
	width: 33%;
    float: left;
}
.citychanger-list fieldset {
    margin-bottom: 20px;
}
.citychanger-list legend {
    font-weight: 700;
    line-height: 1;
}

.main-header .normal-button-icon, .main-header .normal-logo {
    min-width: 100px;
}
.sticky .sticky-button-icon, .sticky .sticky-logo {
    min-width: 100px;
}


.items_check_list, .topic_check_list {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.items_check_list .items_check, .topic_check_list .custom-control {
    width: 100%;
}
@media (min-width: 576px){
    .items_check_list .items_check, .topic_check_list .custom-control {
        width: 50%;
    }
}
@media (min-width: 992px){
    .items_check_list .items_check, .topic_check_list .custom-control {
        width: 33%;
    }
}
@media (min-width: 1200px){
    .items_check_list .items_check, .topic_check_list .custom-control {
        width: 25%;
    }
}
 .items_check_list .items_check label {
    cursor: pointer;
}
.items_check_list .items_check input {
    margin-right: 10px;
}

.location-selector {
    margin-left: 10px;
    margin-top: 20px;
}
@media (min-width: 768px){
    .location-selector {
        margin-top: 0px;
    }
}

.location-selector .location-selector-variant {
    cursor: pointer;
}
.location-selector .location-selector-variant.active {
    border-bottom: 1px solid #1e1d85;
    color: #1e1d85;
}

.location-selector .location-selector-input input[type=text] {
    display: none;
}
.location-selector .location-selector-input input[type=text].active {
    display: block;
}

.streetselector .streetselectorfind {
    margin-bottom: 14px;
}
.streetselector .streetselectorselected {
    border: 1px dashed #f5f5f5;
    padding: 9px;
    line-height: 23px;
    background-color: #f4fbff;
    color: #47565d;
    font-weight: 500;
    font-size: 15px;
}
.streetselector ul {
    list-style: none;
    margin: 0;
    padding: 0;
}