/* CUSTOMIZE SEARCH RESULTS PAGE
-------------------------------------------------- */
#sort li {
	float: left;
	list-style-type: none;
}

#sort li.image {
	float: right;
}

#sort:after {
	display: block;
	content: "";
	clear: both;
}

#filter-box li {
    float: left;
    list-style-type: none;
    font-size: 14px;
    margin: 10px 0px;
    background: #fff;
    border: 0.5px solid #b6b6b6;
    padding: 10px;
    margin-left: -25px;
}

#filter-box:after {
	display: block;
	content: "";
	clear: both;
}

.carPriceBlock {
	background: url(../images/ico_flag.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-color: transparent;
	color: #fff;
	padding: 12px;
}

.carPriceGrid {
	background-color: #fb2525;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.detailGrid {
	background-color: rgb(251, 239, 239);
	padding: 15px;
}

.view-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
}

.thumbnail {
	margin-bottom: 30px;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.item.list-group-item {
	float: none;
	width: 100%;
	background-color: transparent;
	margin-bottom: 30px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 1rem;
	border: 0;
}

.item.list-group-item .img-event {
	float: left;
	width: 30%;
}

.item.list-group-item .list-group-image {
	margin-right: 10px;
	height: 100%;
}

.item.list-group-item .thumbnail {
	margin-bottom: 0px;
	display: inline-block;
}

.item.list-group-item .caption {
	float: left;
	width: 70%;
	margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after {
	display: table;
	content: " ";
}

.item.list-group-item:after {
	clear: both;
}

.card {
	border: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
	background-color: transparent;
}

.thumbnail.card {
	width: 100%;
}

.listviewBorder {
	border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.sidebar {
	background: #242425;
	/*margin: 0 10px 60px 10px;*/
	/*padding: 20px;*/
	width: 100%;
	opacity: 0.8;
	padding-right: 40px;
	padding-top: 100px;
	position: absolute;
	top: -100px;
	z-index:1;
}

.sidebar li {
	list-style-type: none;
	line-height: 2.4em;
}

.sidebar li button {
	margin: 20px auto 10px;
}

/*.bar {
    position: absolute;
    margin: 0px 25px;
    bottom: 160px;
}*/
#searchpagebox {
	position: absolute;
	top: -100px;
	width: 95%;
	margin-top: 10px;
	z-index: 5;
}

#searchpagebox h3 {
	font-size: 30px;
	color: #fff;
	margin-left: 60px;
	margin-bottom: 0;
	padding-top: 10px;
	text-transform: uppercase;
	border-bottom: 4px solid #fff;
}

#plusSearchP {
	float: left;
	margin-top: 43px;
	margin-left: 25px;
	width: 25px;
	height: 25px;
}

h4.group.card-title.inner.list-group-item-heading.text-center {
    height: 80px;
}

.mobileBlockS {
    margin: 0px !important;
    padding: 0px !important;
}

select#sort {
    padding: 6px;
}

#sort li {
   margin-left: -30px;
}