/*
--------------------------------------
OBJECTS
--------------------------------------
*/

.object-results-heading {
	padding: 0px 0 10px;
}
.object-results-heading .companyfilter {
	margin-top: -10px;
	margin-bottom: 10px;
}
	@media (max-width: 1023px) {
		.object-results-heading {
			padding: 20px 0 10px;
		}
	}
.object-results-title {
	font-size: 24px;
	font-weight: 700;
}
.object-results-title span {
	margin-left: 10px;
	font-weight: 400;
}

.object {
	width: 100%;
	display: block;
  	position: relative;
  	border: 1px solid rgba(0, 33, 100, 0.075);
	margin: 0px 0px 0px;
	margin-top: 0px;
	min-height: 200px;
	border-radius: 5px;
	background: #fff;
	z-index: 9;
	padding: 0px;
	padding-bottom: 60px;
	-webkit-transition: transform 0.1s ease-in-out;
	-moz-transition: transform 0.1s ease-in-out;
	-ms-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
}
.object {
	/* border: 1px solid rgba(0, 33, 100, 0.1) */
}
.object:hover {

	/* transform: scale(1.02);	 */
}

.object:before,
.object:after {
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	border-radius: 5px;
	/* background-color: #002164; */
	content:'';
	opacity: 0;
	z-index: 0;
	visibility: visible;
	/* box-shadow: 0 10px 55px 5px rgba(0, 33, 100, 1); */

	 -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.object:after {
	z-index: -1;
	opacity: 0.13;

	background: transparent;
	box-shadow: 0px 1px 4px 0px #002164;
}
.object:hover:after {
	opacity: 0.2;
	visibility: visible;
}
.object:hover:before {
	opacity: .03;
	visibility: visible;
}

.object .object-header {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	padding: 7px;
	z-index: 5;
}
.object .object-header .locked {
	background: #000;
	padding: 0 0px;
	width: 24px; height: 24px;
	line-height: 22px;
	border-radius: 20px;
	text-align: center;
	font-size: 12px;
}
.list-view .object .object-header {
	position: absolute;
	top: 0; left: 0;
	padding: 7px 9px;
	z-index: 1;
}

.list-view .object-grid-view-only,
.grid-view .object-list-view-only {
	display: none !important;
}

.object .object-image {
	position: relative;

}
.object.margin-bottom {
	margin-bottom: 20px;
}
.object .object-image a {
	display: block;
}
.object .object-image a:after {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	background: rgb(0,14,41);
	background: linear-gradient(0deg, rgba(0,14,41,1) 0%, rgba(0,14,41,0) 100%);
	border-radius: 5px 5px 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.object .object-image a:hover:after {
	opacity: 0.3;
}
.object .object-image > a > img {
	border-radius: 4px 4px 0 0px;
}
.object .object-image .object-images {
	border-radius: 4px 4px 0 0px;
	overflow: hidden;

}
.object .object-image .object-images .swiper-slide {
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 270px;
}
.object .object-header + .object-image a:after,
.object .object-header + .object-image > a > img {
	/* border-radius: 0; */
}
.large-up-3 .object.rental .object-image .object-images .swiper-slide {
	height: 200px;
}
	@media (max-width: 767px) {
		.object-results-title {
			margin-top:10px;
			font-size: 20px;
			font-weight: 700;
		}
		.object-results-title span {
			display: block;
			margin-left:0;
		}
		.object-results-title span#num-results {
			display: inline-block;
		}

		.large-up-3 .object .object-image .object-images .swiper-slide {
			height: 240px;
		}
		.large-up-3 .object.rental .object-image .object-images .swiper-slide {
			height: 240px;
		}
	}


.object .object-image a:hover .object-images {
	/* opacity: 0.9;	 */
}

.object .object-image .object-images .swiper-slide:after {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 80px;
	content: '';
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(0,14,41,0) 0%, rgba(0,14,41,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,14,41,0) 0%,rgba(0,14,41,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,14,41,0) 0%,rgba(0,14,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024155a', endColorstr='#24155a',GradientType=0 );
	opacity: 0.3;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.object .object-image a:hover .object-images .swiper-slide:after {
	opacity: 0.7;
}

.object .object-image img {

	border-radius: 0 0 ;
  -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.object .object-image div {
	background-size: cover;
	background-position: center;
}

.object .object-image .object-images .swiper-button-prev,
.object .object-image .object-images .swiper-button-next {
	opacity: 0;
	width: 20px;
	height: 100%;
	top:0;
	margin-top: 0px;
	background-color: transparent !important;
}
.object .object-image .object-images .swiper-button-prev {
	left: 5px;
}
.object .object-image .object-images .swiper-button-next {
	right: 5px;
}

.object .object-image .object-images:hover .swiper-button-prev,
.object .object-image .object-images:hover .swiper-button-next {
	opacity: 1;
}
.object .object-image .object-images:hover .swiper-button-disabled {
	opacity: .4;
}
.object .object-image .object-images .swiper-button-prev:before,
.object .object-image .object-images .swiper-button-next:before {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 6px #000e29;
}

.object .object-image .object-images .swiper-pagination {
	bottom: 30px;
}
.object .object-image .object-images .swiper-pagination-bullet {
	background: #fff;
	opacity: .6
}
.object .object-image .object-images .swiper-pagination-bullet-active {
	opacity: 1;
	background: #008aff
}

.object .object-image .object-label {
	position: absolute;
	top: 10px;
	left: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	padding: 0.5rem 0.76rem 0.5rem;
	border-radius: 0px 3px 3px 0;
	z-index: 3;
}

/* Events */
.event-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.event-date span {
	font-size: 24px;
}
.media-object .event-date {
	background: #212223;
	color: white;
	padding: 0.5rem 0.76rem 0.5rem;
	font-size: 12px;
	line-height: 1;
	border-radius: 5px;
}

.object.event .object-image .object-label {
	position: absolute;
	top: 10px;
	left: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	padding: 0.5rem 0.76rem 0.5rem;
	border-radius: 0px 5px 5px 0;
	z-index: 3;
}
.object.event .object-image .object-label.event-date {
}



/* Action */
.object .object-image-actions {
	position: absolute;
	top:10px;
	right:10px;
	z-index: 9;
}
.object .object-image-actions a {

	display: inline-block;
	color: #ffffff;
	width: 32px;
	height: 32px;
	font-size: 1.125rem;
	text-align: center;
	background: rgba(0, 33, 100, 0.103);
	border-radius: 5px;
}
.object .object-image-actions a i {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-48%, -46%);
}
.object .object-image-actions a:hover {
	color: #002164;
	background: rgba(255, 255, 255, 0.8);
}
.object .object-image-actions .object-compare {
	display: none;
	width: 32px;
	height: 32px;
	font-size: 1.125rem;
	text-align: center;
}
.object .object-image-actions .object-save {
	width: 32px;
	height: 32px;
	font-size: 1.125rem;
	text-align: center;
}
.object .object-image-actions a.object-save:hover {
	color: #ff2436 !important;
}
.object .object-image-actions .is-active i {
	color: #ff2436;
}


/* Badge */
.object .object-badge {
	position: absolute;
	top: 10px;
	right:-5px;
	padding-top: 15px;
	width: 100px;
	height: 100px;
	border-radius: 200px;
	text-align: center;
	line-height: 1;
	color: #fff;
	z-index: 88;
	transform: rotate(12deg)
}
.object .object-badge-intro {
	font-size: 1rem;
	line-height: 1;
}
.object .object-badge-intro.striped {
	text-decoration: line-through;
}

.object .object-badge-title {
	font-size: 2.2rem;
	font-weight: 600;
	display: block;
	line-height: 1;
	padding: 0px 0;
}
.object .object-badge-info {

}


.object .object-image-info {
	position: absolute;
	bottom: 0rem;
	left: 0rem;
	width: 100%;
	padding: 0 0 0.5rem 1rem;
	z-index: 1;
}
.object .object-image-info:before {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 140%;
	content: '';
	z-index: -1;

	background: -moz-linear-gradient(top,  rgba(17,27,53,0) 0%, rgba(17,27,53,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(17,27,53,0) 0%,rgba(17,27,53,1) 100%);
	background: linear-gradient(to bottom,  rgba(17,27,53,0) 0%,rgba(17,27,53,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111b35', endColorstr='#111b35',GradientType=0 );
}

.object .object-image-info a {
	color: #fff;
}
.object .object-image-info a:hover {
	color: #1d8af0;
}
.object .object-image-price {
	position: relative;
	top: 10px;
	float: right;
	color: #fff;
	padding: 0.5rem 1.2rem 0rem;
	border-radius: 0px;
	line-height: 1;
	z-index: 3;
	background: transparent;
	text-align: right;
}


.object  .object-image-price .from {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: line-through;
	line-height: 1;
	opacity: 0.7;
}
.object  .object-image-price .price {
	font-size: 1.4rem;
	font-weight: 600;
	margin-left: 10px;
	line-height: 1;

}


.object .object-section {
	position: relative;
	margin-top: -20px;
	display: block;
	max-width: calc(100% - 20px);
	padding: 15px 0px 0rem 15px;
	background: #fff;
	border-radius: 0 5px 0 0;
	z-index: 2;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}
.object .object-section.normal {
	margin-top:0;
	background-color: transparent !important;
}
/* .object:hover .object-section {
	background-color: #f7f8fa;
} */
.object .object-section.center {
	text-align: center !important;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-bottom: 4.5em;

}
.list-view .object-title-header {


}
.object .object-section .object-title {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0em  5px 0rem 0;
	margin: 0 0 0 0px;
	letter-spacing: 0px;

	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.large-up-3 .object .object-section .object-title {
	font-size: 16px;
	font-weight: 700;
}
.object .object-section .object-title a {
	color: #002164;
}
.object .object-section .object-title a:hover {
	color: #008aff;
}
.object .object-section a:hover .object-title {
	color: #008aff;
}
.object .object-section .object-title.title-small {
	font-size: 16px;
	line-height: 1.3;
}
.object .object-title-header-price {
	display: none;

}

.object .object-section .object-subtitle {
	display: block;
	position: relative;
	padding-top: 7px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 33, 100, 0.6)
}
.object .object-section a.object-subtitle {
	color: #008aff;
}
.object .object-section .object-subtitle.object-date {
	color: rgba(0, 33, 100, 0.6);
	font-weight: 700;
}
.object-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 5px 0 0px;
	font-size: 12px;
}
.object-info span {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.object-info span i {
	font-size: 12px;
	margin-right: 5px;
	color: #008aff;
}
.object-info .amount {
	margin: 0px 10px 0 0;
	font-size: 13px;
}
.object .object-section .object-description {
	display: block;
	padding-top: 0px;
/* 	color: #9e9c9a; */
}
.object .object-section .object-description .object-content {
	padding-top: 10px;
}
.object.pre-owned .object-section .object-description .object-content {
	padding-top: 0px;
}



.object .object-section .object-description p {
	display: none;
}
.object .object-section .object-description p:first-of-type {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;

	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

	position: relative;
	height: 70px;
}


.object .object-section .object-description p.object-grid-view-only {
	height: auto;
	overflow: hidden;
  	display: block;
  	-webkit-line-clamp: none;
	-webkit-box-orient: vertical;
}
.object.pre-owned .object-section .object-description p,
.object.pre-owned .object-section .object-description p:first-of-type,
.object.new .object-section .object-description p,
.object.new .object-section .object-description p:first-of-type {
	display: none ;
}
.object .object-section .object-description p {
	font-size: 14px;
	line-height: 1.6;
}

/* .object.event .object-section .object-description .object-content {
	height: 70px;
}
.object.event .object-section .object-description .object-content:after {
	position: absolute;
	bottom:0;
	left: 0;
	right:0;
	height: 25px;
	content:'';
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
} */

/* .object .object-section .object-description p:after {
	position: absolute;
	bottom:0;
	left: 0;
	right:0;
	height: 25px;
	content:'';
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
} */


/* USP Listing */
.object .object-usp-list {
	margin:0;
	padding: 0rem 0rem 0;
	display: block;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.rental .object-usp-list {
	display: none;
}

.object .object-usp-list li {
	display: block;
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	color: #008aff;
}

.object .object-usp-list li:before {
	position: absolute;
	top:2px;
	left:1px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: "\f054";
	opacity: 1;
	font-size: 0.66rem;
	color: #008aff;
	opacity: 1;
}


/* Description List */
.object-description-list {
	margin:0;
	padding: 10px 0rem 0 0;
	display: block;
	font-size: 13px;
	position: relative;
	z-index: 2;
}
.object-description-list li {

	color: rgba(0, 33, 100, 0.6);
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	text-align: left;

	/* border-top: 1px solid rgba(0, 0, 0, 0.06); */
}
.object-description-list li:first-child {
	border:0;
}
.object-description-list li .option {
	display: inline-block;
	width: 20%;
	min-width: 70px;
}
.object-description-list li .value {
	display: inline-block;
	font-weight: 700;
	text-align: left;
	width: 80%;
}
.object-description-list li .value.engine {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* Description Tags */
.object .object-description-tags {
	margin:0;
	padding: 10px 0rem 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 10px;
	position: relative;
	z-index: 2;
}
.object .object-description-tags li {
	display: inline-block;
	margin: 0px 2px 2px 0;
}
.object .object-description-tags li a,
.object .object-description-tags li span {
	display: inline-flex;
	align-items: center;
	padding: 6px 8px 5px;

	border-radius: 2px;
	color: #fff;
	font-weight: 600;
	background-color: rgba(0, 33, 100, 0.4);

	letter-spacing: 0px;
	line-height: 1;
}
.object .object-description-tags li a:hover {
	background-color: #008aff
}


/* Footer */
.object .object-footer {
	position: absolute;
	bottom: 0;
	left:0px;
	width: 100%;
	/* left:1px;
	width: calc(100% - 2px); */
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;

	border-top: 1px solid rgba(0, 33, 100, 0.08);
	padding: 0rem 10px;
	font-size: 13px;
	z-index: 3;
}



/* Footer Price */

.object .object-footer-price {
	border-radius: 0px;
	z-index: 3;
	background: transparent;
	text-align: left;
	color: #002164;
	font-family: 'Poppins';
	margin-left: 5px;
	margin-right: 5px;
}


.object .object-footer-price .from {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	line-height: 1;
	opacity: 0.5;
	margin-left:10px;
}
.object  .object-footer-price .price {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #008aff;
}
.large-up-3 .object  .object-footer-price .price {
	font-size: 14px;
	font-weight: 700;
}


/* Footer Info */
.has-tip {
	outline: 0 !important;
}
.object-footer-section {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;

	line-height: 1;
}
.object-footer-section.right {
	justify-content: flex-end;
	text-align: right;
	flex-grow: 2;
}
.object-footer i {
	font-size: 16px;
}
.object-footer span {
	display: inline-block;
}
.object-footer a {
	display: inline-block;

	margin:0 0px 0 0;

}
.object-footer a i {
	color: #9da6bb;
}
.object-footer a:hover i {
	color: #1d8af0;
}
.object .object-footer .object-hiswa {
	width: 20px;
	height: 50px;
	background: url('../images/logo-hiswa.svg') no-repeat center;
	background-size: 14px auto;
}
span.object-hiswa {
	cursor: default
}

.object .object-footer .object-memberlink {
	font-weight: 700;
	font-size: 13px;

	display: none;
}

.object .object-compare {
	width: 32px;
	height: 32px;
	font-size: 1.125rem;
	text-align: center;
}
.object .object-save {
	width: 32px;
	height: 32px;
	font-size: 1.125rem;
	text-align: center;
}
.object .object-footer a.object-save:hover {
	color: #ff2436 !important;
}
.object .is-active i {
	color: #ff2436;
}
.object-footer a.button {
/*
	font-size: 13px;
	color: #002164;
	display: flex;
	padding-right: 0; */
}
.object .object-footer .object-footer-button {
	display: none !important;
}
.event.object .object-footer .object-footer-button {
	display: block !important;
	font-size: 13px;
	padding-right: 5px;
}
.event.object .object-footer .object-footer-button i {
	font-size: 13px;
}


	@media (max-width: 1100px) {
		.object.occassion {
			height: 380px;
		}
		.object .object-section {
			padding: 15px 0px 0rem 15px;
		}
		.object .object-section .object-title {
			font-size: 1.2rem;
		}


	}



/* Reviews (Ratings) */

.object-rating-stars {
	margin-top: 5px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.object-rating-stars i {
	color: #ffb436;
	margin-right: 5px;
}
.object-rating-stars i.fal {
	color: rgba(0, 33, 100, 0.3) !important
}
.object-rating-stars a {
	margin-left: 10px;
	font-size: 13px;
}
.cover-heading .object-rating-stars a {
	color: rgba(255, 255, 255, 0.8) !important
}
.cover-heading .object-rating-stars a:hover {
	color: #fff !important
}
.cover-heading .object-rating-stars i.fal {
	color: rgba(255, 255, 255, 0.3) !important
}



/* List View */
.list-view .object {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	min-height: 120px;
	border-radius: 5px;
}
.list-view .object:not(.no-list-view-footer) {
	padding-bottom: 50px;
}
.list-view .object.no-list-view-footer {
	padding-bottom: 0;
}
.list-view .object.last {

}
.list-view .object .object-image {
	width: 38%;
	background: #fff;
	text-align: center;
	padding: 8px;
	border-radius: 5px 0 0 0px;
}
.list-view .object:not(.no-list-view-footer) .object-image {
	border-radius: 5px 0 0 0px;
}
.list-view .object .object-image a {
	position: relative;
}
.list-view .object .object-image .object-images {
	border-radius: 0;
}
.list-view .object:not(.no-list-view-footer) .object-image > a > img {
	border-radius: 0px 0 0 0px;
}
.list-view .object.no-list-view-footer .object-image > a > img {
	border-radius: 0px 0 0 4px;
}
.list-view .object .object-image .object-images {
	border-radius: 0px 0 0 0px;
	overflow: hidden;

		-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.list-view .object .object-image .object-images .swiper-slide {
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
}
.list-view .object .object-image .object-images .swiper-pagination {
	bottom: 10px;
}
.list-view .object .object-image .object-label {
	position: absolute;
	top: 15px;
	left: 8px;
}
.list-view .object .object-section {
	width: 62%;
	padding: 15px 20px 20px;
	margin: 0;
}
.list-view .object .object-section .object-description .object-content {
	padding-top: 10px;
}
.list-view .object-title-header {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}
.list-view .object .object-section .object-title {
	position: relative;
	display: block;
	font-size: 20px;
	margin:0;
}
.list-view .object-title-header-price {
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #008aff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: right;
}
.list-view .object.pre-owned .object-title-header-price {
	/* display:none; */
	font-size: 16px;
}
.list-view .object-title-header-price .from {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 33, 100, 0.6);
	text-decoration: line-through;
}
.list-view .object .object-section .object-description {
	margin-top: 0px;
}
.list-view .object.pre-owned .object-section .object-description {
	margin-top: 0px;
}
.list-view .object .object-section .object-description p {
	display: block;
}

.list-view .object .object-section .object-description p:first-of-type {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	position: relative;
	height: 46px;
}
.list-view .object .object-description-list {
	font-size: 14px;
}
.list-view .object .object-description-list li .option {
	display: inline-block;
	width: 80px;
}
.list-view .object .object-description-list li .value {
	display: inline-block;
	font-weight: 700;
	text-align: left;

}

.list-view .object-footer {
	padding-right: 0;
}
.list-view .object-footer-section {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.list-view .object-footer-section.right {
	justify-content: flex-end;
}
.list-view .object .object-footer a {
	margin-left: 20px;
}
.list-view .object .object-footer span {
	margin:0 0px 0 0;
	display: inline-block;
}
.list-view .object.pre-owned .object-footer .object-memberlink {
	display: block;
}
.list-view .object.rental  .object-footer-price {
	display: none;
	text-align: right;
	margin-right: 20px;
}
.list-view .object.pre-owned  .object-footer-price {
	display: none;
	text-align: right;
	margin-right: 20px;
}
.list-view .object.new  .object-footer-price {
	display: none;
	text-align: right;
	margin-right: 20px;
}
.list-view .object  .object-footer-price .from {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	line-height: 1;
	opacity: 0.5;
	margin-left:0px;
}
.list-view .object .object-footer .object-footer-button {
	font-size: 13px;
	display: flex !important;
}
.list-view .object .object-footer .object-footer-button i {
	font-size: 13px;
}

	@media (max-width: 1130px) {
		.list-view .object .object-image {
			width: 33%;
			border-radius: 0;
		}
		.list-view .object .object-section {
			width: 66%;
			padding: 15px 20px 20px;
			margin: 0;
		}
		.list-view .object .object-section .object-title {
			position: relative;
			display: block;
			font-size: 16px;
			margin:0;
		}
		.list-view .object.pre-owned .object-title-header-price {
			font-size: 16px;
		}
		.list-view .object .object-footer .object-footer-button {
			font-size: 13px;
			display: flex !important;
		}
	}
	@media (max-width: 1023px) {
		/* .list-view .object .object-image {
			width: 40%;
		}
		.list-view .object .object-image .object-images .swiper-slide {
			height: 220px;
		} */
	}
	@media (max-width: 767px) {
		.list-view .object.pre-owned {
			padding-bottom: 60px;
			min-height: 100px;
			display: block;
			align-items: stretch;
			justify-content: space-between;
		}
		.list-view .object .object-image {
			width: 100%;
			border-radius: 0;

		}
		.list-view .object .object-image > a > img {
			border-radius: 0px 0px 0 0px;
		}
		.list-view .object .object-image .object-images {
			border-radius: 0px 0px 0 0px;
		}
		.list-view .object .object-section {
			width: 100%;
			padding: 15px 0px 0px 15px;
			margin: 0;
			border-radius: 0 0px 0px 0;
		}
		.list-view .object .object-section .object-title {
			position: relative;
			display: block;
			font-size: 15px;
			margin:0;
		}
		.list-view .object-title-header {
			flex-direction: column
		}
		.list-view .object .object-title-header-price {
			display: block;
			margin-top: 5px;
			font-size: 14px;
			justify-content: flex-start;
			text-align: left;
		}
		.list-view .object .object-description-tags {
			padding-top: 0;
			font-size: 9px;
		}
		.list-view .object.pre-owned .object-footer {
			display: flex;
		}
		.list-view .object .object-footer .object-footer-button {
			font-size: 13px;
			display: flex !important;
			padding: 0;
			padding-right: 20px;
		}
		.list-view .object .object-footer .object-footer-button span {
			padding:0 !important;
			margin:0 !important;
		}
		.list-view .object .object-section .object-description p {
			display: none;
		}
		.list-view .object .object-section .object-description p:first-of-type {
			display: none;
		}
	}


/* Pagination */
.pagination-wrapper {
	padding: 1.5rem 1rem 0.5rem 1rem;
}

/*
------------------------------------------
OBJECT DETAIL
------------------------------------------ */

#details {
	margin-top: 0px;
	/* top: -30px; */
	position: relative;
	z-index: 99;
}
#details.with-cover {
	margin-top: 0px;
}
.modal #details {
	margin-top: 0px;
 	padding: 0 0px 0 0;
}
	@media (max-width: 970px) {
		.modal #details {
			margin-top:20px;
			padding: 0 0px;
		}
	}
	@media (max-width: 767px) {
		#details {
			padding: 0 0px 50px;
		}
	}

/* .modal .cover-caption {
	display: none;
} */

.object-cover-info {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 5;
}
.rental-detail .object-cover-info {
	bottom: 80px;
}
.modal .rental-detail .object-cover-info {
	bottom: 80px;
}
.object-cover-info .object-cover-info-buttons {
	padding-left: 0px;
}
.modal .rental-detail .object-cover-info .object-cover-info-buttons {
	padding-left: 25px;
}
.object-cover-info .object-cover-info-buttons .object-save:hover {
	color: #ff2436 !important
}

.object-cover-info .gallery-item.button {
	display: inline-block;
}
.object-cover-info .gallery-item.button:after {
	display:none;
}

.object-detail-wrapper {
	padding: 1.5rem 0rem 0;
}

.object-action-buttons {
	padding: 1.4rem 4.5rem;
}

.object-action-buttons .button i {
	position: relative;
	color: #002164;
	margin-right: 5px;
}
.favorite-button {

	/* font-weight: 500 !important; */
}
.favorite-button.is-active i,
.favorite-button.is-active:hover i{
	color: #ff2436
}
.favorite-button.is-active:before,
.favorite-button.is-active:before:hover {
	opacity: 1 !important;
	border-color: #ff2436 !important;
}

.favorite-info {
	padding: 5px;
	display: block;
	font-size: 12px;
	text-align: center;
}


#stickyheading {
	position: fixed;
	width: 100%;
	left:0;

	visibility: hidden;
	opacity: 0;
	display: none;
	padding: 0.2rem 2rem 0.5rem;
	background: #fff;
	box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.11);
}
.is-stuck #stickyheading {
	visibility: visible;
	opacity: 1;
	display: block;

}
#dingen {

	z-index: 10000 !important;
}

.fotorama {
	border-radius: 5px 5px 0 0;
	background: #000e29 !important;
}

.fotorama, .fotorama__wrap {

}

.fotorama__stage {
	border-radius: 5px 5px 0 0;
}
.fotorama.fotorama--fullscreen ,
.fotorama--fullscreen  .fotorama__wrap,
.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__stage__frame {
	border-radius: 0;
}
.fotorama.fotorama--fullscreen {
	background: rgba(0, 14, 41, 0.96) !important;
}
.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
	background: transparent !important;
}

.fotorama__thumb {
	background: #000e29 !important;
}
.fotorama__thumb-border {
	border-color: #008aff;
}

.object-detail-back {
	margin: 0 0 10px 25px;
	font-size: 14px;

}

/* Object Heading */
.object-detail-heading {
	padding: 0 25px 1rem 25px;
}
	@media (max-width: 1130px) {
		.object-detail-heading {
			padding: 0 10px 0rem 10px;
		}
		.fotorama {
			width: 100% !important;
		}
	}
	@media (max-width: 767px) {
		.object-detail-back {
			margin: 10px 0 10px 0px;
			font-size: 14px;

		}
		.fotorama {
			margin-bottom: 20px;
		}
	}

.object-detail-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
}
#stickyheading .object-detail-title {
	padding-top: 10px;
	font-size: 1.8rem;
}
.object-detail-subtitle {
	font-size: 18px;
}


.object-detail-lead {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 400;
	margin-right: 20px;
}
.object-detail-lead i {
	position: relative;
	top: 1px;
}
.object-detail-price-wrapper {
	display: block;
	text-align: right;
	padding-top:3px;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom:10px;
	min-height: 60px;
	font-family: 'Poppins', sans-serif;
}

#stickyheading .object-detail-price-wrapper {
	padding-right: 2rem;
}
.object-detail-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-left: 0px;

}
.object-detail-price-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 400;
}
.object-detail-price-info span {
	margin-right: 5px
}
.object-detail-price .from {
	font-size: 1rem;
	font-weight: 400;
	text-decoration: line-through;
	line-height: 1;
	margin-bottom: 0px;
	margin-left: 5px;
}
.object-detail-price .from .label {
	font-weight: 600;
	margin-left: 10px;
}
.object-detail-price .price {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 5px 0 10px;
	line-height: 1;
	color: #008aff
}

/* .object-detail-price .price span {
	font-size: 1rem;
	font-weight: 400;
} */

#object-detail-one-column .object-detail-price .from {
	display: block;
	font-size: 1.4rem;
	margin: 5px 0 10px;
}

.object-detail-price-wrapper .button {
	margin-left: 4px;
}

.object-detail-price-info {
	position: relative;
	display: block;
	font-size: 0.86rem;
	top: 0px;
}

	@media (max-width: 1130px) {
		.object-detail-heading {
			padding: 0 10px 0rem 10px;
		}
	}
	@media (max-width: 1023px) {
		.object-detail-price-wrapper {
			padding-top: 20px;
			padding-left: 0px;
		}
		.object-detail-price {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			padding-left: 0px;

		}
	}
	@media (max-width: 767px) {
		.object-detail-heading {
			padding-left: 15px;
		}
		.object-detail-title {
			font-size: 1.6rem;
			font-weight: 700;
		}
		.object-detail-price-wrapper {
			padding-top: 0px;
			padding-bottom: 0px;
			min-height: 60px;
		}
		.object-detail-price {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			padding-left: 0px;

		}
		.object-detail-price .from {
			font-size: 0.86rem;
			margin-bottom: 5px;
		}
		.object-detail-price .from .label {
			font-weight: 600;
			margin-left: 10px;
		}
		.object-detail-price .price {
			font-size: 1.250rem;
			font-weight: 700;
			margin: 0px 0 5px;
		}

	}



.object-detail-url {
	display: block;
	padding-bottom: 1rem;
}

.object-detail-images {
	padding-top: 0 !important;
	margin: 0rem 0 0;
	display: block;
}
.object-detail-images:after {
	position: relative;
	display: block;
	clear: both;
	content: '';
}

/* Detail USP's */
.object-detail-usp {
	font-family: 'Poppins', sans-serif;
}
.object-detail-usp ul li {
	display: inline-block;
	padding: 0;
	margin: 0 2rem 0 0;
	font-weight: 500;
	font-size: 14px;
	color: rgba(0, 33, 100, 0.6);
}
.object-detail-usp ul li i {
	position: relative;
	top: 2px;
	font-size: 1.125rem;
	margin-right: 6px;
}

	@media (max-width: 767px) {
		.object-detail-images .fotorama{
			margin-bottom: 0px;
		}
		.object-detail-usp ul li {
			margin: 0 0.5rem 0 0;
			font-size: 12px;
		}
		.object-detail-usp ul li i {
			position: relative;
			top: 1px;
			font-size: 0.86rem;
			margin-right: 2px;
		}
	}

/* detail Info */
.object-detail-info {
	max-height: 70px;
}
.object-detail-info ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 15px;
}
.object-detail-info ul li .description {
	width: 35%;
}
.object-detail-info ul li .value {
	font-weight: 700;
}

/* List */
.object-detail-description-list {
	margin:0;
	padding: 10px 0rem 20px 2px;
	display: block;
	font-size: 15px;
	position: relative;
	z-index: 2;
	column-count: 2;
}
.object-detail-description-list li {

	color: rgba(0, 33, 100, 0.6);
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	text-align: left;

	/* border-top: 1px solid rgba(0, 0, 0, 0.06); */
}
.object-detail-description-list li:first-child {
	border:0;
}
.object-detail-description-list li .option {
	display: inline-block;
	width: 120px;
	min-width: 70px;
}
.object-detail-description-list li .value {
	display: inline-block;
	font-weight: 700;
	text-align: left;
	width: 66%;

}
.object-detail-description-list li .value.engine {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 767px) {
	.object-detail-description-list {
		margin:0;
		padding: 0px 0rem 20px 2px;
		display: block;
		font-size: 15px;
		position: relative;
		z-index: 2;
		column-count: 1;
	}
}

/* Slides */
.object-detail-label {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 99;
	border-radius: 1000px;
	width: 64px;
	height: 64px;
	padding-top: 1.2rem;
	font-size: 1rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}

.object-detail-gallery {
	margin-top: 0px;
}
.object-detail-gallery .gallery-item {
	margin-bottom: 0px;
}

.object-detail-gallery-thumbs {
	margin: 10px 0;
	padding: 0rem ;
}




#object-nav {
	margin-top: 0px;
	position: relative;
	padding: 0 25px;
	width: 100%;
}
/* #members  #object-nav {
	margin-top: -70px;
	padding-left: 32px;
	z-index: 888;
} */

/*
--------------------------------------
MENU ()
--------------------------------------
*/
.object-menu {
	padding-left:0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Poppins', sans-serif;
}
.object-menu:before {
	position: absolute;
	left:0;
	bottom:-2px;
	width: 100%;
	height: 2px;
	opacity: 0.1;
	content: '';
	background: rgba(0, 33, 100, 1);
	z-index: 1;
}
.object-menu li {

}
.object-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	color: #002164;
	font-size: 14px;
	padding: 25px 0px;
	margin: 0 25px 0 0;
	overflow: hidden;
}

@media (max-width: 1000px) {
	.object-menu > li > a {
		font-size: 14px;
		padding: 18px 0px;
		margin: 0 18px 0 0;
	}
}

@media (max-width: 970px) {
	.object-menu > li > a {
		font-size: 13px;
		padding: 12px 0px;
		margin: 0 12px 0 0;
	}
}

.object-menu > li > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height:5px;
	transform: translateY(5px);

/* 	transform: scaleY(0); */
	background: #008aff;
	content:'';
	border-radius: 3px 3px 0 0;

	-webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}
.object-menu > li > a:hover:before {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.object-menu > li > a:hover {
	color: #002164;
}
.object-menu > li > a.with-label {
	padding-right: 20px;
}
.object-menu > li > a .label {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 11px;
	font-weight: 600;
	padding: .2rem .33rem;
}
.object-menu li a.is-active,
.object-menu li a.hover {
	color: #002164;
}
.object-menu li a.is-active:before,
.object-menu li a.hover:before {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}



/*
--------------------------------------
TABS (Object nav)
--------------------------------------
*/

.object-tabs {

	border:0;
	background: transparent;
}
.object-tabs:before {
	position: absolute;
	left:0;
	bottom:0px;
	width: 100%;
	height: 1px;
	opacity: 0.08;
	content: '';
	background: rgba(0, 33, 100, 1);
	z-index: 1;
}
.object-tabs .tabs-title > a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 1.25rem 20px;
	font-size: 14px;
	line-height: 1;
	color: #002164;
	font-weight: 500;
	height: 50px;
	border: 1px solid rgba(0, 33, 100, 0);
	/* border-bottom: 1px solid rgba(0, 33, 100, 0.1); */

}
.object-tabs .tabs-title > a:hover {
	color: #008aff;
	background: transparent;
}
.object-tabs .tabs-title.is-active > a {
	color: #008aff;
	background: #fff;
	border: 1px solid rgba(0, 33, 100, 0.1);
	border-bottom:0;
	border-radius: 5px 5px 0 0;
}
/* With label */
.object-tabs .tabs-title > a .label {
	position: relative;
	font-size: 11px;
	font-weight: 600;
	border-radius: 3px;
	padding-bottom: 3px;
}

	@media (max-width: 970px) {
		#object-nav {
			overflow: hidden;
			overflow-x: scroll;
			-webkit-overflow-scrolling: touch;
/* 			width: 375px; */
			height: 75px;
			padding:0 15px;
		}
		#object-nav:after {
			content:'';
			display: block;
			clear: both;
		}

	}


.object-tabs-panel {
	padding:0;
}
.object-tabs-content {
	border:0;
	padding: 0rem;
	color: rgba(0, 33, 100, 0.8)
}
.object-tabs-content .object-images {
	margin: 1rem 0.86rem;
	margin-top: 0rem;

}


.object-detail-section {
	padding: 10px 25px 10px;
	background: #fff;
}
.object-detail-section.raised {
	padding-top: 25px;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 1px rgba(0, 33, 100, 0.11);
}
.object-detail-section.padding-top {
	padding-top: 30px;
}
.object-detail-section hr {
	margin-top: 10px;
}
.object-detail-section-title {
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
	@media (max-width: 1130px) {
		.object-detail-section {
			padding: 10px 10px 10px;
		}
	}
	@media (max-width: 1023px) {
		.object-detail-section.padding-top {
			padding-top: 0px;
		}
	}
	@media (max-width: 767px) {
		.object-detail-section {
			padding: 10px 15px 10px;
		}

	}


/* Accordion */
.object-detail-accordion {
	border-radius: 0px;
	border:0;
}
.object-detail-accordion .accordion-title {
	font-size: 16px;
	font-weight: 700;
	color: #002164;
	padding-left:20px;
	border-left:0;
	border-right:0;
}
.object-detail-accordion .accordion-title::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	margin-top: -.44rem;
	right: auto;
	left: 2px;
	font-size: 14px;
	color: #008aff;
	content: "\f054";
	-webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}
.object-detail-accordion .is-active .accordion-title::before {
	transform: rotate(90deg)
}
.object-detail-accordion .accordion-item:first-child > :first-child {
	border-radius: 0px 0px 0 0;
}
.object-detail-accordion :last-child:not(.is-active) > .accordion-title {
	border-radius: 0 0 0px 0px;
}
.object-detail-accordion .accordion-title:hover {
	background-color: rgba(0, 33, 100, 0) !important;
	color: #002164;
}

.object-detail-accordion .is-active .accordion-title {
	color: #002164;
	background-color: rgba(0, 33, 100, 0) !important;
}
.object-detail-accordion .is-active .accordion-title::before {
	color: #008aff;
}

.object-detail-accordion .accordion-content {
	padding: 0 20px 30px 0;
	color: rgba(0, 33, 100, 0.7);
	border-left:0;
	border-right:0;
}
.object-detail-accordion .is-active .accordion-content {
	border-top:0;
}
.object-detail-accordion .is-active:last-child .accordion-content {
	border-radius: 0 0 0px 0px !important
}


.object-detail-section-title .object-rating-stars {
	margin-top: 0px;
	margin-left: 20px;
}

.object-detail-description {
	position: relative;
	overflow: hidden;
	min-height: 80px;
	max-height: 330px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.object-detail-description:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	content: '';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}


.more-less {
	position: absolute;
	bottom:0;

	display: block;
	color: #0089ff;
	font-weight: 400;
	z-index: 2;
	font-size: 16px;
}
.more-less span.less {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.more-less span {

}
.object-detail-description.expanded {
	height: auto;
	min-height: auto;
	max-height: 100% !important;
	margin-top: 0px;
	padding-bottom: 30px;
}
.object-detail-description.expanded.first {
	padding-bottom: 0px;
}
.object-detail-description.expanded:after {
	display: none;
}
.object-detail-description.expanded .more-less {

}
.object-detail-description.expanded .more-less span.more {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.object-detail-description.expanded .more-less span.less {
	visibility: visible;
	opacity: 1;
	display: block;
}


/* Specifications */
.object-specs-wrapper {
	display: block;
	padding-bottom: 0rem;
	padding-top: 0rem;
	clear: left;
}
.object-specs-title {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.4;
}
.object-specs-list {
	margin:0;
	padding:0;
}
.object-specs-list dt,
.object-specs-list dd {
	font-size: 16px;
	font-weight: 400;
	padding: 0.66rem 0 0.6rem;
	border-top: 1px solid rgba(0, 33, 100, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	margin-bottom: 0rem;
}
.object-specs-list dt:first-of-type,
.object-specs-list dd:first-of-type {
	border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.object-specs-list dt {
	float: left;
	width: 33.333%;
	clear: left;
}
.object-specs-list dd {
	float: left;
	width: 66.666%;
	color: #002164;
	font-weight: 600;
}

.object-specs-wrapper ul li {
	padding: 2px 0;
}



.object-sidebar-section .object-specs-wrapper {
	display: block;
	padding-bottom: 0rem;
	padding-top: 1rem;
	clear: left;
	font-size: 14px;
}
.object-sidebar-section .object-specs-title {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.4;
}

.object-sidebar-section .object-specs-list dt,
.object-sidebar-section .object-specs-list dd {
	font-size: 14px;
	font-weight: 400;
	padding: 0.66rem 0 0.6rem;
	border-top: 1px solid rgba(0, 33, 100, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	margin-bottom: 0rem;
}


.object-sidebar-section .object-specs-list dt {
	float: left;
	width: 40%;
	clear: left;
}
.object-sidebar-section  .object-specs-list dd {
	float: left;
	width: 60%;
	color: #002164;
	font-weight: 600;
}

.object-sidebar-section  .object-specs-wrapper ul li {
	padding: 2px 0;
}

	@media (max-width: 440px) {
		.object-specs-wrapper {
			padding-bottom: 0rem;
			padding-top: 0rem;
		}
		.object-specs-wrapper ul {
			margin-bottom:0;
		}
	}

/* Information Table */

.table-info {
	color: #000;
}
.table-info th.table-cell-header {
	vertical-align: top;
	text-align: left;
	padding-left: 2rem;
}
.table-info td.table-cell {
	padding-right: 2rem;
}
.table-info tbody th, table tbody td {
	/* padding-top: 1rem; */
}


.table-info tbody tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.04)
}
.table-info.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: rgba(0, 0, 0, 0.06)
}
	@media (max-width: 1130px) {
		.table-info {
			font-size: 14px;
		}
	}
	@media (max-width: 440px) {
		.table-info {
			font-size: 14px;
			border: 1px solid #eee;
			border-radius: 5px !important;
		}
		.table-info.stack tbody tr {
			padding: 10px;
		}
		.table-info.stack tbody th, .table-info.stack tbody td {
			padding: 0;
		}
		.table-info.stack .button {

			margin: 10px 0;
		}
	}

.reviews-rating-list {
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid rgba(0, 33, 100, 0.1)
}
.reviews-rating-list dt,
.reviews-rating-list dd {
	font-size: 16px;
	font-weight: 400;
	padding: 0.6rem 0 0.6rem;
	border-top: 1px solid rgba(0, 33, 100, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	margin-bottom: 0rem;
}
.reviews-rating-list dt:first-of-type,
.reviews-rating-list dd:first-of-type {
	border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.reviews-rating-list dt {
	float: left;
	width: 50%;
	clear: left;
}
.reviews-rating-list dd {
	float: left;
	width: 50%;
	color: #002164;
	font-weight: 600;
	text-align: right
}
.reviews-rating-list .object-rating-stars {
	margin-top: 5px;
	font-size: 12px;
}

/* Object Sidebar */

.object-sidebar {
	position: relative;
	padding: 0;
	margin-right: 25px;
	/* background: rgba(0, 33, 100, 0.04); */
}
.modal .object-sidebar {
	padding-right: 0px;
}
	@media (max-width: 1130px) {
		.object-sidebar {
			margin-right: 0px;
		}
	}
	@media (max-width: 1023px) {
		.object-sidebar {
			position: relative;
			top: 0px;
		}
	}
.object-sidebar.no-cover {
	position: relative;
	top: 0px;
	padding-top: 0px;
}
.object-sidebar-section {
	border-radius: 5px;
	padding: 20px 20px;
	margin-bottom: 0rem;
	position: relative;
}
.object-sidebar-section-title {
	font-size: 16px;
	margin:0;
}
/* .object-sidebar-section.with-border:before {
	position: absolute;
	border-radius: 5px;
	left:-1px;
	top: -1px;
	right: -1px;
	bottom:-1px;
	opacity: 0.08;
	content: '';
	border: 1px solid rgba(0, 33, 100, 1);
	box-shadow: 0px 0px  16px #000;
} */
.object-sidebar.no-cover .object-sidebar-section.with-border:before {
	box-shadow: none;
}
.object-sidebar-section img {
	width: 100%;
}
.object-sidebar-buttons {
	padding: 0px 20px;
}
.object-sidebar-buttons .button {
	margin-bottom: 5px;
	line-height: 1.2;
}
	@media (max-width: 1023px) {
		.object-sidebar-buttons {
			padding: 2px 10px;
		}
		.object-sidebar-section {
			padding: 20px 10px;
		}
	}


.object-sidebar-section .searchbox {
	padding: 0;
	padding-top: 15px;
	box-shadow: none;
}

.object-sidebar-member {
	display: block;
	padding: 0px;
	margin-bottom: 20px;

}


.object-member {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
  	position: relative;

	z-index: 9;
	padding: 0 20px;
}
	@media (max-width: 1023px) {
		.object-member {
			padding: 0 10px;
		}
	}

.object-member:before {
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	background: #fff;
	border-radius: 0px;
	content:'';
	opacity: 0;
	z-index: 0;
	visibility: visible;
	box-shadow: 0px 3px 17px #000;
	 -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.object-member-logo {
	width: 100%;
	margin-bottom: 0px;
	box-shadow: 0px 1px 2px 1px rgba(0, 33, 100, 0.08);
	border: 1px solid rgba(0, 33, 100, 0.1) !important;
	border-radius: 5px;
	padding: 1rem;
}

.object-member-logo .object-member-header {
	margin-top: 15px;
}
.object-member .object-member-header .object-member-title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0em 0rem;
	margin: 0 0 0 0px;
	letter-spacing: 0px;

	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.object-member .object-member-header a:hover .object-member-title {
	color: #1d8af0;
}


.object-member .object-member-image {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	background-position: center center;
  background-size: 85% auto;
  background-repeat: no-repeat;
  margin: 10px 0 0 0;
  padding: 0em;
  width: 33%;
  height: 0;
  padding-bottom:33%;
  /* box-shadow: 0px 1px 2px 1px rgba(0, 33, 100, 0.04);
	border: 1px solid rgba(0, 33, 100, 0.1); */

}
.object-member .object-member-image:hover {
	border-color: #0089ff

}
.object-member .object-member-image img {
	width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.object-member .object-member-image .object-member-label {
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: #fff;
	font-size: 0.76rem;
	line-height: 1;
	font-weight: 700;
	padding: 0.26rem 0.76rem 0.2rem;
	border-radius: 0px;
	z-index: 3;
}

.object-member .object-member-section {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;

	text-align: left !important;
	padding: 10px 0 0;
	font-size: 14px;
	letter-spacing: 0px;
	z-index: 2;
}
.object-member .object-member-section ul {
	margin-bottom: 0;
}




.object-member .object-member-section .object-member-description {
	display: block;
	font-style: normal;
}
.object-member .object-member-section address {
	line-height: 1.7;
	font-style: normal !important;
}
.object-member .object-member-section p {
	font-size: 14px;
}




/* Listing */
.object-sidebar-list {
	font-size: 14px;
	padding: 20px;
	display: block;
}
.object-sidebar-list-title {
	font-size: 18px;
}
.object-sidebar-list ul {
	padding: 0;
	margin: 0;

}
.object-sidebar-list ul li {
	position: relative;
}
.object-sidebar-list ul ul {

}

.object-sidebar-list ul li:last-child {
	border:0;
}
.object-sidebar-list li {
	text-align: left;
	width: 100%;
	border-radius: 0;
	display: block;
	color: #002164;
	padding: 5px 20px 5px 25px;
	font-size: 14px;
	position: relative;
	line-height: 1.6;
	font-weight: 400;
}

.object-sidebar-list ul li i {
	position: absolute;
	top: 7px;
	left:0px;
	color: rgba(0, 33, 100, 1);
	font-size: 20px;
}
.object-sidebar-list ul li i span {
	position: absolute;
	top: 45%;
	left:50%;
	transform: translate(-50%, -50%);
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}


.object-sidebar-menu {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.object-sidebar-menu li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1rem 0;
}
.object-sidebar-menu li:first-child {
	border-top: none;
}

.object-sidebar-menu a,
.object-sidebar-menu span {
	display: block;
	color: inherit;
	transition: opacity .2s;
	position: relative;
}
.object-sidebar-menu a:hover {
	opacity: 0.75;
}
.object-sidebar-menu h5 {
	margin-bottom: 0;
}
.object-sidebar-menu a .far {
	position: absolute;
	top: calc(50% - 10px);
	right: 1rem;
	font-size: 20px;
	color: #008aff;
	transition: transform .2s;
}
.object-sidebar-menu a:hover .far {
	transform: translateX(5px);
}


.o-external-link {
    display: inline-block;
}
.o-external-link:after {
    content: "Deze link opent een andere website";
    display: inline-block;
    margin-left: 1rem;
    font-size: .85em;
    font-weight: 500;
    opacity: 0.5;
}
[lang="de"] .o-external-link:after {
    content: "Dieser Link öffnet eine andere Website";
}
.o-external-link .button:after {
    content: "\f08e";
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    vertical-align: middle;
    position: relative;
    margin-left: 0.5em;
}

#share-more {
	display: none;
	padding: 1rem;
}
#share-more.is-visible {
	display: block;
}

.object-sidebar-list .social-list {
	border: 0;
}
.object-sidebar-list .social-list li {
	border:0;
}
.object-sidebar-list ul.social-list.inline li a {
	float: left;
	width: 48px;
	height: 48px;
}

.object-sharing {
	margin-top: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.object-sharing span {
	display: inline-block;
	margin-right: 10px;
}
.object-sharing a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 1px rgba(0, 33, 100, 0.04);
	border: 1px solid rgba(0, 33, 100, 0.1) !important;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.object-sharing a:hover {
	border: 1px solid rgba(0, 33, 100, 0.1) !important;
	box-shadow: 0px 1px 2px 1px rgba(0, 33, 100, 0.1);
}




/* Contact info */

.object-contact-info {
	padding-top: 1rem;
}

/* Object loading */
.object-loading {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 242, 242, 0.8);
    z-index: 10000;
}

.object-loading img {
    position: relative;
    top: 250px;
    left: calc(50% - 48px);
    opacity: 0.8;
}

.object-detail-bookings {
	padding: 10px 25px 10px;
}
.object-detail-bookings .object-detail-section-title {
	font-size :28px;
}
.modal .object-detail-bookings  {
	padding: 10px 10px 10px;
}
.modal .object-detail-bookings .object-detail-section.raised {
	padding: 10px 0px 10px;
	box-shadow: none;

}

.livefilter {
	padding-left: 25px;
	padding-right: 20px;
}
.livefilter select {
	margin-top:10px;
}
.object-detail-bookings .livefilter .object-detail-section-title {
	font-size :20px;
}


	@media (max-width: 1023px) {
		.livefilter {
			margin-bottom:20px;
		}
		.object-detail-bookings {
			padding: 10px 0px 0px;
		}
		.object-detail-bookings .object-detail-section.raised {
			padding: 0px;
			box-shadow: none;
		}
	}


.avatar-image {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	flex-shrink: 0;
}

.object-detail-listing ul.three-columns{
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

.object-detail-listing ul.three-columns li{
	float: left;
	width: 48%;
	margin-right: 2%;
}



@media (max-width: 800px) {
	.object-detail-listing ul.three-columns li{
		width: 100%;
		margin-right: 0%;
	}
}

.companybutton{
	float: left !important;
	display: inline !important;
	margin-top: 10px !important;
	margin-right: 8px !important;
padding-top: 15px !important;
padding-bottom: 15px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}


.motorbrands{
	margin-top: -20px;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.motorbrand{
	float: left;
	width: 17%;
	margin: 0px 3% 10px 0px;
	padding: 5px;
	border: 1px solid rgba(0, 33, 100, 0.1);
	border-radius: 3px;
}

@media (max-width: 767px) {
	.motorbrand{
		width: 30%;
		margin: 10px 3% 0px 0px;
	}
}

.companyrow{
	width: 100%;
}

.companyfilter{
	margin-right: 2em;
}

@media (max-width: 767px) {
	.companyfilter{
		margin-right: 1.5em;
		float: left !important;
	}

	.companytitle{
		margin-right: 15px;
	}
}


.certbadge{
	float: left;
	width: calc(50% - 10px);
	margin: 0px 10px 10px 0px;
	max-width: 250px;
	height: 85px;
	text-align: center;
	box-shadow: 0px 1px 2px 1px rgba(0, 33, 100, 0.08);
	border: 1px solid rgba(0, 33, 100, 0.1) !important;
	border-radius: 5px;	
	display: table; 
	overflow: hidden;
	font-size: 13px;
	line-height: 19px;
}

.certbadge .certtext{
	display: table-cell; 
	vertical-align: middle;
}

.certbadge img{
	max-width: 180px;
}

.certpad{
	padding: 8px;
	}

@media (max-width: 1150px) {
	.certbadge{
		float: left;
		width: calc(100% - 10px);
		max-width: 250px;
	}
}

@media (max-width: 640px) {
	.certbadge{
		float: left;
		width: calc(50% - 10px);
		max-width: 250px;
	}
}

