div#content {
	padding: 0 !important;
}

div#footer {
	display: none;
}

div#header.search-page div.center {
	padding: 0 40px;
	box-sizing: border-box;
	max-width: none !important;
}

#company-information {
	display: table;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
	margin-bottom: 60px;
	padding: 40px 20px;
	box-sizing: border-box;
	
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    background-color: white;
    border-radius: 10px;	
}

#company-information div.image {
    display: block;
    float: left;
    position: relative;
    width: 245px;
    overflow: hidden;
    border-radius: 0;
    height: 150px;
    border-right: 1px solid #dadada;
    padding-right: 20px;
    margin-right: 20px;
	
	/*
	border: 2px solid #edebe9;
    border-radius: 15px;
    background: white;
	*/
}

#company-information div.image img{
    display: block;	
	position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: -9999px;
    left: -9999px;
    bottom: -9999px;
    right: -9999px;
    margin: auto;
    border-radius: 10px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    opacity: 0;
}

#company-information div.info {
	display: block;
    overflow: hidden;
    text-align: left;
	padding-left: 20px;
    box-sizing: border-box;	
}

#company-information div.info span {
	display: block;
	font-size: 16px;
}

#company-information div.info span.name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;	
}

#company-information div.info span.info {
	margin-top: 10px;
}

#company-information div.info a {
	display: block;
	text-decoration: none;
	color: inherit;
}

#company-information div.info a.website {
	display: block;
    margin-top: 10px;
    color: inherit;	
	text-decoration: none;
	/*float: left;*/
}

#company-information div.phone-information {
    display: block;
	clear: both;
    float: none;
    overflow: hidden;
    padding-top: 20px;
}

#company-information div.phone-information span.phone, #company-information div.phone-information a.phone {
    display: inline-block;
	margin-right: 20px;
	margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#search {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

#search span.count {
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: MontSerrat;	
	font-size: 18px;
}

span#count-text {
	font-weight: bold;
}

#search-filters {
	/*
	display: block;
	float: left;
	width: 375px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: scroll;
	padding-bottom: 60px;
	padding: 20px;
	*/
    background-color: white; /* changed 2021.12.04 */
	
	display: block;
    position: relative;
    float: left;
    width: 375px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;	
}

/*
#search-filters::-webkit-scrollbar {
width: 10px;
	padding-left: 5px;
}

#search-filters::-webkit-scrollbar-thumb {
	background: #e3e3e3;
	border-radius: 10px;
}

#search-filters::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 10px;
}	
*/

#search-filters-inner {
    display: block;
    position: relative;
	height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px;
    padding-bottom: 60px;
    background-color: white;
}

#search-filters form {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
	border-radius: 10px;
	background-color: white;
    padding-bottom: 40px;	
	
	/* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%); */ /* changed 2021.12.04 */ 
}


#search-filters div.search-filters-header {
	display: none;
	position: relative;
	padding: 20px;
}

#search-filters div.search-filters-header span {
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#search-filters div.search-filters-header div.close-button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background-color: white;
	z-index: 999999;
	background: transparent url(../img/close-button.png) no-repeat center center;
	background-size: 14px;
	cursor: pointer;	
}

#search-button-mobile {
	display: none;
	bottom: 0;
    position: fixed;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
    box-sizing: border-box;	
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 0;
}

#search-button-mobile a.button-icon.search-button {
	margin-bottom: 0;
    padding: 10px;
}

#search-filters form label {
	display: block;
	/*margin-bottom: 5px;*/
	font-size: 12px;
	font-family: MontSerrat;
	text-transform: uppercase;
	font-weight: bold;
}

#search-filters form input[type=text], #search-filters form select {
	float: none;
    width: 100%;
	/*margin-bottom: 15px;*/
	font-size: 12px;
	/*border: 1px solid #CCC;*/
	font-family: MontSerrat;
	text-transform: uppercase;
}

#search-filters form select {
	color: var(--main-color);
	font-weight: bold;
}

#search-filters div.field {
	padding: 25px !important;
	border-top: 1px solid #e3e3e3;
}

#search-filters div.field.first {
	border-top: none !important;
	padding-top: 10px !important;
}

#search-filters div.field div.name {
	margin-bottom: 15px;
}

#search-filters div.field div.name label {
    line-height: inherit;
}

#search-filters div.field.expandable {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#search-filters div.field.expandable.expanded {
    padding-bottom: 25px !important;
}

#search-filters div.field.expandable div.name {
	cursor: pointer;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

#search-filters div.field.expandable.expanded div.name {
    padding-bottom: 15px;
}

#search-filters div.field.expandable div.name label {
	cursor: inherit;
    background: transparent url(../img/arrow_down_32.png) no-repeat center right;
    background-size: 16px;	
}

#search-filters div.field.expandable div.value {
	display: none;
}

#search-filters div.field.expandable.expanded div.value {
	display: block;
}

#search-filters div.mobile-header {
    display: none;
    position: relative;
    background-color: #F4F2F0;
    overflow: hidden;
	padding: 20px;
}

#search-filters div.mobile-header span.title {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 20px;
	color: #2e7df1;
	font-weight: bold;
}

#search-filters div.mobile-header span.close {
	float: right;
    font-size: 16px;
    font-weight: bold;
	line-height: 20px;
    color: inherit;
}

#search-filters.show-mobile-filters {
	display: none;
	position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
	background-color: #F4F4F4;
	padding-bottom: 60px;
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
    /* overflow: auto; */
}

label.checkbox.checkbox-filters {
	display: block;
	float: none;
	margin-bottom: 10px;
	text-transform: lowercase;
}

label.checkbox.checkbox-filters.hidden {
	display: none;
}

label.checkbox.checkbox-filters span {
	display: inline;
	font-size: 16px;
}

label.checkbox.checkbox-filters span.filter-item-name {
	margin-right: 10px;
}

label.checkbox.checkbox-filters span.filter-item-count {
	color: #b5b4cc;
}

#search-filters a.filter-option {
	display: block;
	float: none;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	margin-bottom: 5px;
}

#search-filters a.filter-option input[type=checkbox] {
	display: inline;
	height: 15px;
	width: 15px;
	margin-right: 5px;
}

#search-filters a.filter-option span {
	display: inline;
    text-decoration: none;
	color: inherit;
}

#search-filters input.filter-input {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 14px;
}

#search-filters div.filter-group {
	display: block;
	margin-top: 0;
	padding: 0;
	border-bottom: 1px solid #f4f2f0;
	overflow: hidden;
	background-color: white;
}

#search-filters div.filter-group div.filter-group-title {
	display: block;
	cursor: pointer;
	background: white url(../img/arrow_down_32.png) no-repeat right 20px center;
	background-size: 16px;
	font-weight: bold;
	font-size: 16px;
    letter-spacing: 0.025em;
    color: inherit;
    text-transform: lowercase;	
	padding: 20px;
}

#search-filters div.filter-group.expanded div.filter-group-title {
	background: white url(../img/arrow_up_32.png) no-repeat right 20px center;
	background-size: 16px;
}

#search-filters div.filter-group div.filter-group-content {
	/* display: none; */
	/* position: relative; */
	overflow: hidden;
	padding: 0 30px;
	transition: max-height 0.5s;
	-webkit-transition: max-height 0.5s;
	
	display: block;
	position: absolute;
	visibility: hidden;
}

#search-filters div.filter-group.expanded div.filter-group-content {
	position: relative;
	visibility: visible;
}

#search-filters div.filter-group div.filter-group-content a.checkbox {
	display: block;
	float: none;
	overflow: hidden;
	color: inherit;
	margin-bottom: 10px;
	text-transform: lowercase;
	text-decoration: none;
}

#search-filters div.filter-group div.filter-group-content a.checkbox span.filter-item-name {
	margin-right: 10px;
}

#search-filters div.filter-group div.filter-group-content a.checkbox span.filter-item-count {
	color: #b5b4cc;
}

#search-filters div.filter-group div.filter-group-content a.checkbox input[type=checkbox] {
	display: none;
}

#search-filters div.filter-group div.filter-group-content div.filter-group-input {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 5px;
}

#search-filters div.filter-group div.filter-group-content div.filter-group-list {
	display: block;
	padding-top: 5px;
	overflow: hidden;
}

#search-filters div.filter-group div.filter-group-content div.filter-group-footer {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

#search-filters div.filter-group div.filter-group-content div.filter-group-footer a {
	display: block;
	float: left;
    color: #2e7df1;
  	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
}

#search-filters input.filter-button {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
    border: 1px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 3px;
	color: inherit;
	background-color: white;
	padding: 10px;
	box-sizing: border-box;
	text-transform: lowercase;
	-webkit-appearance: none;
}

#search-results-parent {
    display: block;
    position: relative;
    width: auto;
    padding: 30px;
    overflow: hidden;
	box-sizing: border-box;
	overflow-y: scroll;
	
	/*padding-bottom: 100px;*/ /* temporary, need to create div loading more records */
}

#search-results-inner {
    display: block;
    position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

/*
#search-results-parent::-webkit-scrollbar {
	width: 10px;
	padding-left: 5px;
}

#search-results-parent::-webkit-scrollbar-thumb {
	background: #e3e3e3;
	border-radius: 10px;
}

#search-results-parent::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 10px;
}	
*/

#search-results {
	display: block;
	position: relative;
	width: auto;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 1;
}

#main-form {
	padding-top: 20px;
}

a.show-search-options-button {
	float: left;
	color: inherit;
}

div.record {
	padding: 0;
}

div.record div.image {
	height: 220px;
    width: 295px;
	border-radius: 0;
}

#search-results div.record div.buttons {
	width: 150px;
}

div.selected-filters-item {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 5px;
}

div.selected-filters-item a{
	text-decoration: none;
	color: inherit;
}

div.selected-filters-item span {
    background: transparent url(../img/delete_16.png) no-repeat left center;
    background-size: 12px;
    padding-left: 17px;
    font-size: 14px;
}

/* new layout classes */

div.top-search-div {
	display: block;
	border-radius: 3px;
    margin-bottom: 10px;
}

div.top-search-div span.filters-title {
	display: none;
    float: left;
    color: inherit;
    font-size: 20px;
    letter-spacing: 0.025em;
    line-height: 44px;
}

a.basic-button {
	display: none;
}

a.basic-button.new-search-button {
	float: left;
	background-color: rgb(70 175 112);
	color: white;
	font-family: MontSerrat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;	
	border: none;
	clear: both;
}

a.clear-filters-button {
    display: block;
    margin-top: 20px;
	font-size: 16px;
    text-align: center;
    font-weight: normal;
	color: inherit;
}

#search-filters input.filter-input {
	display: none;
}

a.button-icon.search-button span.icon {
	background-size: 16px;
	height: 22px;
    width: 24px;	
}

a.button-icon.search-button span.text, a.button-icon.search-button input[type=submit] {
	font-size: 18px;
	line-height: 22px;
	font-family: MontSerrat;	
	outline: none;
}

div#select-seller-type-mobile {
	display: none;
}

div.tabs-select-vehicle-type div.tab.selected span {
    border-bottom: 3px solid var(--main-color);
    opacity: 1;	
}

div.fake-select {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}

div.fake-select div.visible-area span.selected-text {
    color: var(--main-color);
    font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

div#fake-input-select div.options ul li span {
	text-transform: uppercase;
	font-size: 12px;
}

div.select-seller-type {
	
}

div.select-seller-type span {
	float: right;
	margin-right: 20px;
	line-height: 45px;
	font-size: 14px;
}

div.select-seller-type a {
	color: inherit;
	text-decoration: none;	
}

div.select-seller-type a.selected {
	font-weight: bold;
}

div#select-region {
	display: none; 
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3); 
	z-index: 9999;
}

div#select-region div.center {
	display: block;
	position: relative;
	background-color: white;
	border-radius: 10px;
	width: 400px;
	max-width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* display: table; */
	/* margin: 0 auto; */
	padding: 20px;
	box-sizing: border-box;
}

div#select-region div.center div.title {
	display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

div#select-region div.center div.title span {
	display: table;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	background: transparent url(../img/location_green.png) no-repeat left center;
	background-size: 20px;
	padding-left: 25px;
	line-height: 45px;	
}

div#select-region div.center a {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #e6e6e6;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	color: initial;
}

div#select-region div.center div.title div.close-button {
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: white;
    z-index: 999999;
    background: transparent url(../img/close-button.png) no-repeat center right;
    background-size: 14px;
    cursor: pointer;	
}

div#search-select-region {
	display: block;
	float: left;
}

span.current-region {
	display: block;
	float: left;
	position: relative;
	/* right: 0; */
	/* bottom: 5px; */
	font-size: 14px;
	background: transparent url(../img/location_green.png) no-repeat left center;
	background-size: 20px;
	padding-left: 25px;
	/* max-width: 35%; */
	line-height: 45px;
}

a.current-region {
	display: block;
	float: left;
	position: relative;
	font-size: 14px;
	padding-left: 10px;
	line-height: 45px;
}

div.check-box {
	margin-bottom: 10px;
}

div.check-box span {
	font-size: 12px;
	text-transform: uppercase;
}

div#filters-tags {
	display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;	
}

div#filters-tags span.title {
	display: block;
}

div#filters-tags span.filter-tag {
    display: block;
    float: left;
    margin-top: 5px;
	margin-right: 5px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #a9aeb6;
    border-radius: 5px;
    padding-right: 20px;
    background: transparent url(../img/close-button.png) no-repeat right 5px center;
    background-size: 8px;
    cursor: pointer;
}

div.order-button-group {
	display: block;
	float: right;
}

div.order-button-group label {
	float: left;
    line-height: 44px;
    padding-right: 10px;
    font-size: 14px;
	box-sizing: border-box;
	text-align: right;
}

div.order-button-group div.fake-select {
	float: left;
    width: 175px;
}

div.page-selector-desktop a.page-item {
	background-color: #e6e6e6;
	color: inherit;
	border: none;
	border-radius: 30px;
	padding: 15px 25px;
}

div.page-selector-mobile a.basic-button.page {
	background-color: #e6e6e6;
	color: inherit;
	border-radius: 30px;
}

div.button-save-search-parent {
	display: block;
	overflow: hidden;
}

a.button-save-search {
	display: table;
	margin: 0 auto;
	font-size: 14px;
	line-height: 45px;
	background: transparent url(../img/like_green_border.png) no-repeat left center;
	background-size: 20px; 
	padding-left: 25px; 
	text-decoration: none;
	color:inherit;
}

div.page-selector-top {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 15px;	
}

div.page-selector-top a {
	display: block;
    font-size: 12px;	
	color: inherit;
    text-decoration: none;	
}

div.page-selector-top a:hover {
	/*font-weight: bold;*/
	text-decoration: underline;
}

div.page-selector-top a.previous {
	float: left;
}	

div.page-selector-top a.next {
	float: right;
}	

div#mobile-extra {
	display: none;
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #f7f0f0;	
}

div#mobile-extra div.inner {
	float: left;
	width: 50%;
	border-right: 1px solid #f7f0f0;
	box-sizing: border-box;
}

div#mobile-extra div.inner span {
	text-align: center;
	display: block;
	padding: 15px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	padding-left: 20px;	
}
	
div#mobile-extra div.inner span.filter {
	background: transparent url(../img/filter2_32.png) no-repeat left center;
	background-size: 14px;
}

div#mobile-extra div.inner span.order {
	background: transparent url(../img/order_32.png) no-repeat left center;
	background-size: 14px;
}

@media only screen and (max-width: 1220px) {

	#search {
		/*width: 1000px; */
	}

}

@media only screen and (max-width: 1020px) {

	#search {
		/*width: 860px;*/
	}

}

@media only screen and (max-width: 880px) {

	#content {
		padding: 30px !important;
	}

	#search {
		/*display: block !important;
		margin: 0 !important;
		width: 100%;*/
	}
	
	#search-results-parent {
		padding-bottom: 100px;
	}
	
	span#count-text {
		text-align: center;
	}
	
	#company-information div.image {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		/*margin-bottom: 20px;*/
		text-align: center;
		border-right: none;
	}
	
	#company-information div.info  {
		float: none;
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
		text-align: center;
		
		margin-top: 20px;
	}
	
	#company-information div.info a {
		float: none !important;
		clear: both !important;
		/*margin: 0 !important;*/
		margin-top: 10px !important;
	}
	
	#company-information div.real-state-buttons {
		float: none;
	}
	
	#search-filters {
		position: fixed;
		float: none;
		/*top: 0;*/
		left: 0;
		width: 100%;
		transition: top 0.5s;
		-webkit-transition: top 0.5s;
		top: 100%;
		z-index: 999999;
		height: 100% !important;
		
		background-color: white;
	}	

	#search-filters-inner {
		padding-bottom: 200px;
	}
	
	#go-top-button-filters {
		bottom: 120px;
	}
	
	#search-filters form {
		box-shadow: none;
	}
	
	#search-filters div.search-filters-header {
		display: block;
	}
	
	#search-filters div.mobile-header {
		display: block;
	}
	
	#search-filters div.filter-group div.filter-group-content div.filter-group-list {
		max-height: none;
	}
	
	#search-filters div.filter-group div.filter-group-content div.filter-group-footer a {
		float: none;
		text-align: center;
	}
	
	#search-results {
		display: block;
		float: none !important;
		width: 100% !important;
		padding: 0;
	}
	
	div.vehicle {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	div.top-search-div {
		padding: 0;
		margin-bottom: 25px;
	}
	
	div.top-search-div div.fake-select.order-button {
		float: right !important;
		width: auto !important;
	}
	
	div.top-search-div div.fake-select.order-button div.visible-area {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	div.top-search-div div.fake-select.order-button div.visible-area span.selected-text {
		font-size: 14px;
	}
	
	a.basic-button {
		display: block;
	}
	
	div.top-search-div span.filters-title {
		display: none;
	}
	
	select.order-button {
		max-width: 50%;
	}
	
	div#select-seller-type-mobile {
		display: block;
	}

	div#select-seller-type-desktop {
		display: none;
	}
	
	div#search-select-region {
		display: table;
		margin: 0 auto;
		float: none;
		padding-bottom: 20px;
	}
	
	div.button-save-search-parent {
		margin-bottom: 25px;
	}
	
	span.current-region, a.current-region {
		display: table;
		margin: 0 auto;
		float: none;
		line-height: 22px;
	}
	
	a.current-region {
		line-height: initial !important;
	}
	
	div#filters-tags {
		display: table;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
	}
	
	div#filters-tags span.filter-tag {
		float: none;
		display: inline-block;
	}
	
	#company-information div.real-state-buttons a {
		margin-right: 0 !important;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#company-information div.phone-information span.phone, #company-information div.phone-information a.phone {
		display: block !important;
		margin-right: 0 !important;
	}

	div.order-button-group {
		float: none;
		width: 100%;
	}
	
	div.order-button-group label {
		width: 50% !important;
	}

	div.order-button-group div.fake-select {
		width: 50% !important;
	}
	
	div#select-region div.center div.title span {
		display: block;
		margin: auto;
	}
	
}

@media only screen and (max-width: 400px) {

	a.basic-button.new-search-button {
		max-width: 45%;
	}
	
}


