#cityFilterContainer {
	display:none;
}
#innerContent {
	background: #292929;
	color:#ffffff;
}

#innerContent .top-menu-categories,
#innerContent .top-filtersV2 {
	background: transparent !important;
}

#innerContent .top-menu-categories a,
#innerContent .top-filtersV2 .offerNumberBlock a,
#innerContent .top-menu-categories a .count,
.categoryListContainer .offer-block .details .prop {
	color:#ffffff;
}


#innerContent .top-menu-categories a:hover,
#innerContent .top-filtersV2 .offerNumberBlock a:hover,
#innerContent .top-menu-categories a.active, 
#innerContent .top-menu-categories a.opened,
#innerContent .top-menu-categories a.active .count {
	color:#f0b157;
}

#innerContent .categoryListContainer .offer-block .details .name a {
	color:#f0b157;
}

#innerContent .top-filtersV2 .offerNumberBlock,
#innerContent .top-filtersV3.topfiltersV3-only-order .orderLabel,
#innerContent .top-filtersV3 .buttonGroup a,
#innerContent .top-filtersV3 .travelLocalities a,
#innerContent .categoryListContainer .offer-block .details .label-category {
	color:#ffffff;
}

#innerContent .top-filtersV3 .travelLocalities .active .arrow,
#innerContent .top-filtersV3 .travelLocalities.sort a.active {
	color:#f0b157;
}


#innerContent .top-filtersV2 .offerNumberBlock a svg path,
#innerContent .top-filtersV2 .offerNumberBlock a:hover svg path,
#innerContent .sidenav ul li > a > svg.default,
#innerContent .sidenav ul li > a:hover > svg.default,
#innerContent .sidenav ul li a.active > svg.active {
	fill:#f0b157;
}

#innerContent .top-filtersV3 .used_filter,
#innerContent .categoryListContainer .offer-block .price {
	background-color:#da5626;
}

#innerContent .bannerTop {
	height: auto !important;
}

.bannerTop {
	margin:0 auto;
	max-width: 1206px;
}

.bannerTop img {
	width: 100%;
	height:auto;
}


.only-desktop { display:block; }
.only-mobile { display: none; }

#mobile_sorting.active.selected {
	display:none;
}

@media screen and (max-width:1000px){
	.hide-tablet {
		display:none;
	}
}

@media screen and (max-width:600px){
	.only-desktop { display:none; }
	.only-mobile { display: block; }
}

@media screen and (max-width: 1000px){
	/*
	#innerContent .bannerTop {
		height: auto !important;
	}
	*/
	#innerContent .top-menu-categories a {
		color:#000000;
	}
}

/*
@media screen and (max-width: 600px){
	#innerContent .bannerTop {
		height: auto !important;
	}
}
*/

/* active color: f0b157 */





.top-filtersV3.topfiltersV3-only-order {
	overflow:hidden;
	padding-left:0;
}

.top-filtersV3.topfiltersV3-only-order .orderLabel {
	margin-right: 12px;
	font-size: 12px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: .6px;
	margin-left: 12px;
	text-transform: uppercase;
	color: #6b6b70;
	float:left;	
}

.top-filtersV3.topfiltersV3-only-order  .used_filters {
	padding-top:4px;
}

.top-filtersV3.topfiltersV3-only-order .travelLocalities.sort {
	border-bottom: 0 none;
	float:right;
	padding: 0;
	line-height:34px;
}