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


#objects {
	padding-top: 10px;
	padding-bottom: 80px;
}
.nearby #objects {
	padding-bottom: 30px;
}
#objects.nearby .swiper-wrapper {
	align-items: stretch;
}

.object-results-heading {
	padding: 10px 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.object-results-heading .companyfilter {
	margin-top: -10px;
	margin-bottom: 10px;
}


.object-results-title {
	font-size: 22px;
	font-weight: 700;
	margin:0;
}
.object-results-title span {
	margin-left: 0px;
	font-weight: 400;
	white-space: nowrap;
}
@media (max-width: 1023px) {
	.object-results-heading {
		padding: 10px 0 10px 5px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.object-results-heading {
		padding: 10px 0 10px;
		border-top:0;
		margin-bottom: 10px;
	}

}


.object {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
  	position: relative;

	margin: 0px 0px 0px;
	margin-top: 0px;
	min-height: 200px;
	border-radius: 16px;
	background: #fff;
	z-index: 9;
	padding: 0px;
	padding-bottom: 50px;
}
.object.no-footer {
	padding-bottom: 10px;
}
.nearby .object {
	height: auto;
}
.object:before {
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	border-radius: 16px 16px 16px 16px;
	content:'';
	opacity: 1;
	z-index: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0);
	-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:hover:before {
	border: 1px solid rgba(0, 0, 0, 0);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.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;
	min-height: 220px;
}
.event.object .object-image {
	padding: 20px 20px 0 20px;
}
.object.margin-bottom {
	margin-bottom: 20px;
}
.object .object-image a {
	position: relative;
	display: block;
	/* height: 211px; */
}
.object .object-image a:before {
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	border-radius: 16px 16px 0 0;
	content:'';
	opacity: 0.06;
	z-index: 0;
	border: 1px solid #000;
}
.event.object .object-image a:before {
	border-radius: 4px 4px;
}

.object .object-image > a > img {
	border-radius: 16px 16px 0 0px;
}
.event.object .object-image > a > img {
	border-radius: 4px;
}

.object .object-image .object-images {
	border-radius: 16px 16px 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: auto;
}
.object .object-image .object-images .swiper-slide img {

}
.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;
}

.object .close-button {
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: white;
	border-radius: 50%;
	font-size: 1.5rem;
	width: 2rem;
	height: 2rem;
	top: 1rem;
}

	@media (max-width: 767px) {
		.object-results-title {
			margin-top:10px;
			font-size: 16px;
			font-weight: 700;
		}
		.object-results-title span {
			display: inline-block;
			margin-left:5px;
		}
		.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 img {
	width: 100%;
	border-radius: 0 0 ;
  -webkit-transition: filter 0.1s ease-in-out;
	-moz-transition: filter 0.1s ease-in-out;
	-ms-transition: filter 0.1s ease-in-out;
	transition: filter 0.1s ease-in-out;
}
.object .object-image a:hover img {

}

.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: 10px;
}
.object .object-image .object-images .swiper-pagination-bullet {
	background: #fff;
	opacity: .6
}
.object .object-image .object-images .swiper-pagination-bullet-active {
	opacity: 1;
	background: #A4D33C
}

.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: 8px;
	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: 20px;
	left: -20px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.5rem 0.76rem 0.5rem 20px ;
	border-radius: 0 6px 6px 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, 0, 0, 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: #042824;
	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(0, 0, 0,0) 0%, rgba(0, 0, 0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0, 0, 0,0) 0%,rgba(0, 0, 0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0, 0, 0,0) 0%,rgba(0, 0, 0,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: #21ABE6;
}
.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: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 100%;
	height: 100%;
	padding: 35px 20px 5px 20px;

	border-radius: 0 0px 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.event .object-section {
	padding-top: 20px
}
.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;

}
.object-logo {
	position: absolute;
	top: -65px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;

}
.object-logo img {
	max-width: 70px;
	max-height: 70px;
	border-radius: 4px;

}
.object-title-header {
	display: block;
	width: 100%;
}
.object .object-section .object-title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0em 0px 0 0;
	margin: 0 0 5px 0px;
	letter-spacing: 0px;
	text-transform: none;

	-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.event .object-section .object-title {
	padding: 0em 20px 0 0;
	font-size: 16px;
	line-height: 1.3;
}

.object .object-section .object-title.title-medium {
	font-size: 20px;
	line-height: 1.2;
}
.object .object-section .object-title-name {
	margin:0;
	margin-top: 5px;
	font-weight: 400;
	font-size: 16px;
}


.large-up-3 .object .object-section .object-title {
	font-size: 16px;
	font-weight: 700;
}
.object .object-section  a .object-title,
.object .object-section .object-title > a {
	color: #042824
}

.object .object-section .object-title a:hover {
	color: #0056ae;
}
.object .object-section a:hover .object-title {
	color: #0056ae;
}
.object .object-section .object-title.title-small {
	font-size: 16px;
	line-height: 1.3;
}
.object-title-breadcrumbs {
	width: 100%;
	overflow: hidden;
	flex-wrap: nowrap;
	text-overflow: ellipsis;
	list-style: none;
	margin:5px 0 5px;
	display: flex;
	align-items: flex-start;
	font-size: 13px;
	color: rgba(4, 40, 36, 0.6)
}
.object-title-breadcrumbs li {
	white-space: nowrap;
	overflow: hidden;

	text-overflow: ellipsis;

}
.object-title-breadcrumbs li:first-child {
	white-space: normal;
	text-overflow: initial;
	overflow: visible;
}
.object-title-breadcrumbs li a {
	white-space: nowrap;
	color: rgba(4, 40, 36, 0.6)
}
.object-title-breadcrumbs li a:hover {
	color: #0056ae
}
.object-title-breadcrumbs li:before {
	content: " • ";
	margin: 0 4px;
}
.object-title-breadcrumbs li:first-child:before {
	display: none;
}
/* .object-title-breadcrumb li:last-child:before {
	display: none;
} */


.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: #042824
}
.object .object-section a.object-subtitle {
	color: #A4D33C;
}
.object .object-section .object-subtitle.object-date {
	font-size: 14px;
	font-weight: 400;
	color: #21ABE6;
}
.object .object-section .object-subtitle.object-date i {
	color: rgba(4, 40, 36, 0.4);
	margin-right: 5px;
	font-size: 16px;

}
.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: #A4D33C;
}
.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-section hr {
	margin:5px 0 !important;
	border-bottom-width: 1px;
}




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

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

	position: relative;
	height: 78px;
}
.object .object-section .object-description p:first-of-type:after {
	position: absolute;
	bottom:0;
	left:0;
	height: 40px;
	width: 100%;
	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%);
	content:'';
}


.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: 13px;
	line-height: 1.6;
}

/* SPECS Listing */
.object-specs-list {
	flex-wrap: nowrap;
	list-style: none;
	margin: 10px 0 15px;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	color: #042824;
}
.object-specs-list li {
	margin-right: 25px;
}
.object-specs-list li i {
	margin-right: 4px;
}

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


.object .object-usp-list li {
	display: block;
	position: relative;
	padding: 0px;
	font-size: 14px;
	color: #042824;
}
.object .object-usp-list li i {
	color: #A4D33C;
	margin-right: 5px;
	font-size: 13px;
}

.object-icon-list  {
	margin:0;
	padding: 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.object-icon-list li {
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	padding: 0 10px 0 0;
}

/* Description List */
.object-description-list {
	margin:0;
	padding: 10px 0rem 0 0;
	display: block;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.object-description-list li {
	color: rgba(0, 0, 0, 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: 8px;
	color: #fff;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.4);

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


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

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

/* Footer Price */

.object .object-footer-price {
	border-radius: 0px;
	z-index: 3;
	background: transparent;
	text-align: left;
	font-family: 'puffin-display';
	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: #21ABE6;
}
.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: #21ABE6;
}



.object .object-footer .object-footer-button {
	display: block !important;
	font-size: 14px;
	color: #0056ae

}
.object .object-footer .object-footer-button:hover {
	color: #21ABE6;
}
.object .object-footer .object-footer-button i {
	font-size: 14px;
	color: #0056ae;
}

	@media (max-width: 1610px) {
		.object .object-section {
			padding-top: 25px;
		}
		.object-logo {
			position: absolute;
			top: -60px;
			left: 15px;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 75px;
			height: 75px;
		}
		.object-logo img {
			max-width: 55px;
			max-height: 55px;
			border-radius: 0px;

		}

		.object .object-section .object-title {
			font-size: 16px;
		}
		.large-up-3 .object .object-section .object-title {
			font-size: 16px;
		}
	}
	@media (max-width: 1140px) {
		.object .object-image {
			position: relative;
			min-height: auto;
		}
		.object .object-section {
			padding: 25px 0px 0rem 15px;
		}
		.object .object-section .object-title {
			font-size: 16px;
		}

		.large-up-4 .object .object-section .object-title {
			font-size: 14px;
			font-weight: 700;
		}
		.object-logo {
			position: absolute;
			top: -55px;
			left: 15px;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 70px;
			height: 70px;
		}
		.object-logo img {
			max-width: 50px;
			max-height: 50px;
			border-radius: 4px;

		}

	}
	@media (max-width: 1080px) {
		.object .object-image {
			position: relative;
			min-height: auto;
		}
	}
	@media (max-width: 1023px) {
		.object .object-image {
			position: relative;
			min-height: auto;
		}
	}
	@media (max-width: 767px) {
		.object .object-image {
			height: auto;
			min-height: auto;
		}
		.object .object-section {
			padding: 25px 10px 0rem 20px;
		}
		.object-logo {
			position: absolute;
			top: -55px;
			left: 15px;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 70px;
			height: 70px;
		}
		.object-logo img {
			max-width: 50px;
			max-height: 50px;
			border-radius: 4px;

		}
		.object .object-section .object-title {
			font-size: 16px;
			line-height: 1.1;
			padding: 0em 0px 0 0;
		}
		.large-up-3 .object .object-section .object-title {
			font-size: 16px;
		}
		.object-title-breadcrumb {
			margin: 5px 0 5px;
		}
		.object-usp-list {
			padding-top:0;
		}
	}
	@media (max-width: 440px) {
		.object .object-section .object-title {
			font-size: 15px;
		}
		.large-up-3 .object .object-section .object-title {
			font-size: 15px;
		}
	}
	@media (max-width: 374px) {
		.object-logo {
			position: absolute;
			top: -55px;
			left: 10px;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 64px;
			height: 64px;
			}
			.object-logo img {
				max-width: 50px;
				max-height: 50px;
				border-radius: 4px;
				}
		.object .object-section {
			padding-left: 10px
		}
		.object .object-section .object-title {
			font-size: 14px;
		}
		.large-up-3 .object .object-section .object-title {
			font-size: 14px;
		}
	}




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

}
.list-view .object .object-image {
	width: 33.33%;
	background: #fff;
	text-align: center;
	padding: 0px;
	border-radius: 16px 0 0 16px;
	min-height: 20px;

}
.list-view .object:not(.no-list-view-footer) .object-image {
	border-radius: 16px 0 0 16px;
}
.list-view .object .object-image img {
	object-fit: cover;
}
.list-view .object .object-image a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%
}
.list-view .object .object-image .object-images {
	border-radius: 16px;
}
.list-view .object:not(.no-list-view-footer) .object-image > a > img {
	border-radius: 16px 0 0 16px;
}
.list-view .object.no-list-view-footer .object-image > a > img {
	border-radius: 16px 0 0 16px;
}
.list-view .object .object-image .object-images {
	border-radius: 16px 0 0 16px;
	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;

}
.list-view .object .object-image .object-images .swiper-pagination {
	bottom: 10px;
}
.list-view .object .object-image .object-label {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: rgba(0, 99, 175, 0.863);
}
.list-view .object .object-section {
	width: 66.66%;
	padding: 25px 25px 25px 30px;
	margin: 0;
	border-radius: 0 8px 8px 0;
}

.list-view .object-logo {

	position: absolute;
	top: 15px;
	left: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;

	display: none;
	}

.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;
	flex-direction: column;
}
.list-view .object .object-section .object-title {
	position: relative;
	display: block;
	font-size: 22px;
	margin:0;
}
.list-view .object-title-header-price {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #A4D33C;
	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, 0, 0, 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: 60px;
}
.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-rating-stars {
	flex-grow: 2;
	border:0;
	padding-left: 0;
	margin-top: 0;
	font-size: 14px !important;
}
.list-view .object-rating-stars i {
	font-size: 14px !important;
}
.list-view .object-rating-stars a {
	font-size: 12px !important;
}


.list-view .object .object-description-list li .value {
	display: inline-block;
	font-weight: 700;
	text-align: left;

}

.object-section-footer {
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.object-section-footer .button {
	margin-left: 10px;
}



/* Footer */
.list-view .object-footer {
	left: auto;
	right: 0;
	max-width: calc(100% - 25%);
	padding-right: 0;
	padding-left: 20px;
}
.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 */

.object-results-footer {
	padding: 0px 0 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}
.object-results-footer .pagination {
	padding-left: 0;

}


.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 10px 0px !important;
		}
	}

/* .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 {
	padding-right: 40px;
}

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

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

.object-action-buttons .button i {
	position: relative;
	color: #042824;
	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;
}

/* Reviews (Ratings) */
.object-rating-stars {
	font-size: 12px;
	line-height: 1.1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 10px 0 0 0;
	padding: 10px 2px 8px;
	border: 0px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
}

.object-rating-stars img {
	display: none;
	position: relative;
	top:-1px;
	width: 16px;
	margin-right: 5px;
}
.object-rating-stars div {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	white-space: nowrap;
}
.object-rating-stars div .stars {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.object-rating-stars span {
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
}
.object-rating-stars i {
	display: none;
	position: relative;
	top:-1px;
	font-size: 11px !important;
	color: #A4D33C;
	margin-right: 4px;
}

.object-rating-stars i:first-of-type {
	display: block;
}

.object-rating-stars i.fal {
	color: rgba(163, 211, 60, 1) !important
}
.object-rating-stars a {
	font-size: 12px !important;
	margin-left:0px;
	color: #042824;
	white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-top:1px;
padding-bottom:1px;
}
.object-rating-stars a:hover {
	color: #0056ae
}

#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;

}


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

/* Object Heading */
.object-detail-heading {
	position: relative;
	padding: 40px 25px 30px 25px;
}
.object-detail-heading .breadcrumbs {
	margin:0;
	padding:0;
	margin-bottom: 20px;
}


.object-detail-title-breadcrumbs {
	margin:0;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 16px;
	overflow: visible;
	flex-wrap: nowrap;
	text-overflow: none;
	list-style: none;
	display: flex;
	align-items: center;


}
/* .object-detail-title-breadcrumbs li {
	display: flex;
	overflow: hidden;
	flex-wrap: nowrap;
	text-overflow: ellipsis;

} */
/* .object-detail-title-breadcrumbs li span {
	color: #042824;
} */
.object-detail-title-breadcrumbs li a {
	color: #042824;
	background-image: linear-gradient(120deg, rgba(4, 40, 36, 0.15) 0%, rgba(4, 40, 36, 0.15) 100%);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 96%;
	transition: background-size 0.1s ease-in;
}


.object-detail-title-breadcrumbs li a:hover {
	color: #0056ae;
	background-size: 100% 2px;
}
.object-detail-title-breadcrumbs li:before {
	content: " • ";
	opacity: 0.3;
	margin: 0 8px;
}
.object-detail-title-breadcrumbs li:first-child:before {
	display: none;
}



	@media (max-width: 1130px) {
		.object-detail-heading {
			padding: 40px 10px 30px 10px;
		}


	}
	@media (max-width: 767px) {

		.object-detail-heading {
			padding: 90px 10px 0rem 10px;
		}
		.object-detail-back {
			margin: 0px 0 10px 0px;
			font-size: 14px;
		}
		.object-detail-title-breadcrumbs {
			margin-top: 10px;
			margin-bottom: 15px;
			font-size: 14px;
			margin-left: -2px;
		}
		.object-detail-title-breadcrumbs li a {
			color: #042824;
		}
		.object-detail-title-breadcrumbs li a:hover {
			color: #0056ae;
		}
		.object-detail-title-breadcrumbs li:before {
			content: " • ";
			opacity: 0.3;
			margin: 0 8px;
		}
		.object-detail-title-breadcrumbs li:first-child:before {
			display: none;
		}

	}
	@media (max-width: 440px) {


	}

.object-detail-title {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.1;
	text-transform: none;
	margin:0;
	margin-left: -4px;
}
#stickyheading .object-detail-title {
	padding-top: 10px;
	font-size: 1.8rem;
}
.object-detail-subtitle {
	font-size: 16px;
}



/* Reviews (Ratings) */
.object-detail-heading .object-rating-stars {
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0px 0 0 0;
	padding: 0px 0px;
	border: 0px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
}

.object-detail-heading .object-rating-stars div {
	display: flex;
	align-items: center;

}
.object-detail-heading .object-rating-stars div .stars {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-size: 16px;
}
.object-detail-heading .object-rating-stars span {
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
}
.object-detail-heading .object-rating-stars i {
	display: none;
	position: relative;
	top:-1px;
	font-size: 16px !important;
	color: #A4D33C;
	margin-right:5px;
}
.object-detail-heading .object-rating-stars i:first-of-type {
	display: block;
}
.object-detail-heading .object-rating-stars i.fal {
	color: rgba(0, 0, 0, 0.3) !important
}
.object-detail-heading .object-rating-stars a {
	font-size: 14px !important;
	margin-left:0px;
}


.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: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	min-height: 60px;
	font-family: 'puffin-display', sans-serif;
}

#stickyheading .object-detail-price-wrapper {
	padding-right: 2rem;
}
.object-detail-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 5px 0 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;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1;
	margin-bottom: 10px;
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.object-detail-price .from .label {
	font-weight: 600;
	margin-left: 10px;
	border-radius: 8px;
	text-decoration: none !important;
}
.object-detail-price .price {
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0px;
	line-height: 1;
	color: #21ABE6
}


#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: 1610px) {

		.object-detail-title {
			font-size: 44px;

		}
	}
	@media (max-width: 1140px) {
		.object-detail {
			padding-right: 10px;
		}
		.object-detail-title {
			font-size: 40px;
			font-weight: 700;
		}
	}
	@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 {
			padding-right: 0px;
		}
		.object-detail-heading {
			padding-top: 90px;
			padding-left: 10px;
		}
		.object-detail-heading nav {
			display: none;
		}
		.object-detail-title {
			font-size: 1.350rem;
			font-weight: 700;
			margin-left:-2px;
		}
		.object-detail-heading .object-title-breadcrumb {
			font-size: 14px;
		}

		.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-heading .object-rating-stars {
			position: relative;
			right: auto;
			bottom: auto;
			margin-left:-3px;
			padding-left: 0;
			margin-bottom: 15px;
		}
		.object-detail-heading .object-rating-stars div .stars {
			font-size: 14px;
		}
		.object-detail-heading .object-rating-stars span {
			margin-right: 5px;
		}
		.object-detail-heading .object-rating-stars i {
			font-size: 14px !important;
			margin-right:5px;
		}
		.object-detail-heading .object-rating-stars i:first-of-type {
			display: block;
		}
		.object-detail-heading .object-rating-stars i.fal {
			color: rgba(0, 0, 0, 0.3) !important
		}
		.object-detail-heading .object-rating-stars a {
			font-size: 12px !important;
			margin-left:0px;
		}

	}
	@media (max-width: 374px) {
		.object-detail {
			padding-right: 0px;
		}
		.object-detail-heading {
			padding-top: 90px;
			padding-left: 5px;
		}
		.object-detail-heading .object-rating-stars a {
			font-size: 11px !important;
			margin-left:0px;
		}
	}


.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 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 25px 20px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.08)
}
.object-detail-usp ul {
	font-family: 'puffin-display';
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin:0;
}
.object-detail-usp ul li {
	display: flex;
	align-items: flex-start;
	padding: 0;
	margin: 0 2rem 0 0;
	font-weight: 700;
	font-size: 16px;
	color: #042824;
}
.object-detail-usp ul li i {
	position: relative;
	top: 3px;
	font-size: 1.125rem;
	margin-right: 6px;
}


	@media (max-width: 1610px) {
		.object-detail-usp ul li {
			font-size: 15px;
		}
	}
	@media (max-width: 1140px) {
		.object-detail-usp {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 6px 25px 20px 10px;
			border-bottom: 2px solid rgba(0, 0, 0, 0.08)
		}
		.object-detail-usp ul li {
			font-size: 14px;
		}
	}
	@media (max-width: 1023px) {
		.object-detail-usp {
			display: flex;
			align-items: center;
			justify-content: space-between;

			padding: 0px 0px 20px 10px;
			border-bottom: 2px solid rgba(0, 0, 0, 0.08)
		}
		.object-detail-usp ul {
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			flex-wrap: wrap;
		}

		.object-detail-usp ul li {
			font-size: 14px;
			margin-right: 15px;
			width: 40%;
		}
		.object-detail-usp ul li i {
			position: relative;
			top: 1px;
			font-size: 1rem;
			margin-right: 4px;
		}
	}
	@media (max-width: 767px) {
		.object-detail-usp {
			padding: 0px 10px 10px;
			position: relative;
			margin-top: -10px;
		}
		.object-detail-usp ul {
			flex-wrap: wrap;
		}
		.object-detail-usp ul li {
			width: 80%;
			margin: 0 0rem 5px 0;
			font-size: 13px;
		}

		.object-detail-usp ul li i {
			position: relative;
			top: 2px;
			font-size: 0.86rem;
			margin-right: 4px;
		}
	}
	@media (max-width: 374px) {
		.object-detail-usp {
			padding: 0px 5px 10px;
			position: relative;
			margin-top: -10px;
		}
	}

/* 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, 0, 0, 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-slides-container {
	display: none;
	visibility: hidden;
}

.object-detail-slides .swiper-slide {
	width: 40%;
	padding-left: 30px;
}
.object-detail-slides .swiper-slide img {
	width: 100%;
	max-width: auto;
	border-radius: 16px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.068);
}

.object-detail-slides .swiper-slide:last-child {
	margin-right: 30px;
}
.object-detail-slides .swiper-slide.more span {
	position: absolute;
	top:0;
	left: 30px;
	right:0;
	bottom:0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: rgba(6, 71, 136, 0.7);
	color: #fff;
	border-radius: 16px;
	font-size: 14px;
	padding: 40px;
	font-weight: 500;
	line-height: 1.3;
}

/* Grid */
.object-detail-grid a {
	display: block;
	position: relative;
}
.object-detail-grid img {
	width: 100%;
	border-radius: 16px;
}
.object-detail-grid a:after {

		position: absolute;
		top: 0;
		left:0;
		bottom:0;
		right:0;
		border-radius: 16px 16px 16px 16px;
		content:'';
		opacity: 0.1;
		z-index: 0;
		border: 1px solid #000;

}
/* .object-detail-grid a:after {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0px;
	border-radius: 16px 16px;
	opacity: 0;
	content: '';
	display: block;
	background: #042824;
	-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	z-index: 1;
} */
.object-detail-grid a:hover:after {
	opacity: 0.3;
}
.object-detail-grid .grid-button {
	position: absolute;
	top:0;
	left: 0;
	bottom: 0px;
	right: 0px;

	display: flex;
	align-content: flex-end;
	justify-content: flex-end;
	flex-direction: column;

	min-width: 200px;
	text-align: right;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 20px 15px;
	border-radius: 16px;
	background: rgb(4,40,36);
	background: linear-gradient(0deg, rgba(4,40,36,0.8) 15%, rgba(4,40,36,0) 100%);
	color: #fff
}
.object-detail-grid .grid-button:hover {
	color: #21ABE6
}
.object-detail-grid .grid-button i {
	margin-right: 5px;
	font-size: 16px;
}
.object-detail-gallery {
	margin-bottom: 20px;
}
.object-detail-gallery .gallery-item i {
	font-size: 30px;
	margin-bottom: 10px;
}

.object-detail-label {
	/* position: absolute;
	top: -10px;
	right: -10px; */
	z-index: 99;
	border-radius: 8px;
	padding: 2px 10px;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin-left: 0px;
	text-align: center;
	color: #fff;
	background: rgba(4, 40, 36, 1);
	background: #0056ae

}
.object-detail-grid .object-detail-label {
	display: none;
	position: absolute;
	top: 20px;
	left: 40px;
	font-weight: 700;
	padding: 5px 10px;background: #0056ae
}
@media (max-width: 1140px) {
	.object-detail-grid .grid-button {
		min-width: 120px;
		font-size: 12px;
		font-weight: 600;
		padding: 10px 15px;
	}
}
@media (max-width: 1023px) {
	.object-detail-grid a {
		margin-bottom: 5px;
	}
	.grid-4x {

		margin:0;
		margin-right: -5px;
		margin-left: -5px
	}
	.grid-4x .cell{
		width: calc(25% - 10px);
		margin:5px;
	}
	.object-detail-grid .grid-button {
		position: absolute;
		bottom: 0px;
		right: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		min-width: 100%;
		height: 100%;
		white-space: normal;
		text-align: center;
		font-size: 14px;
		border-radius: 16px;
		font-weight: 600;
		line-height: 1.1;
		padding: 10px 10px;

		background: rgba(0, 0, 0, 0.4);
		color: #fff;
		}
		.object-detail-grid .grid-button i {
			display: block;
			margin-bottom: 5px;
			font-size: 18px;
		}
}

@media (max-width: 767px) {
	.object-detail-grid a {
		margin-bottom: 10px;
	}
	.object-detail-grid .grid-button {
		font-size: 10px;
		border-radius: 8px;
	}
	.object-detail-grid .grid-button i {
		display: block;
		margin-bottom: 5px;
		font-size: 12px;
	}


}


.object-detail-gallery {
	margin-top: 20px;
}
.object-detail-gallery .gallery-item {
	margin-bottom: 0px;
	border-radius: 8px;
}
.object-detail-gallery .gallery-item:before {
	border-radius: 8px;
}

.object-detail-gallery .gallery-item.more:after {
	display: none;
}
.object-detail-gallery .gallery-item span {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: rgba(6, 71, 136, 0.9);
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
	padding: 20px;
	font-weight: 500;
	line-height: 1.3;

}
.object-detail-gallery .gallery-item i {
	font-size: 30px;
	margin-bottom: 10px;
}
.object-detail-gallery-thumbs {
	margin: 10px 0;
	padding: 0rem ;
}

@media (max-width: 767px) {
		/* Slides */

		.object-detail-grid  {
			/* display: none;
			visibility: hidden; */
		}
		.object-detail-grid img {
			width: 100%;
			border-radius: 8px;
		}
		.object-detail-grid a:after {
			border-radius: 8px;
		}




		.object-detail-slides-container {
			display: block;
			visibility: visible;
		}

		.object-detail-slides .swiper-slide {
			width: 100%;
			padding: 0px;
		}
		.object-detail-slides .swiper-slide img {
			width: 100%;
			max-width: auto;
			border-radius: 0px;
		}
		.object-detail-slides-container .swiper-pagination-fraction {
			left: auto;
			right: 10px;
			width: auto;
			padding: 5px 15px;
			color: #fff;
			background: rgba(0, 0, 0, 0.2);
			border-radius: 8px;
			font-size: 12px;
			font-weight: 700;
		}
	}
	@media (max-width: 400px) {
		.object-detail-grid .grid-button {
			padding: 7px 5px;
			font-size: 9px;
		}
	}
	@media (max-width: 374px) {
		.object-detail-grid .grid-button {
			padding: 5px 5px;
			font-size: 9px;
		}
	}

#object-nav {
	margin: 0px 0 0px;
	position: relative;
	padding: 0 0px;
	width: 100%;
	height: 0 !important;
	z-index: 88;
}

#object-nav .sticky {
	visibility: hidden;
	opacity: 0;
}
#object-nav .sticky.is-stuck {
	visibility: visible;
	opacity: 1;
}

.object-nav-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.object-nav-wrapper:before {
	position: absolute;
	left:0;
	bottom:0px;
	width: 100%;
	height: 1px;
	opacity: 1;
	content: '';
	background: #000000;
	z-index: 1;

}
#object-nav .sticky {
	visibility: hidden;
	opacity: 0;
}

.is-stuck .object-nav-wrapper:before {
	opacity: 0.1;
}
.object-nav-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.object-nav-buttons .button {
	margin-left: 10px;
}
.object-detail-heading .object-nav-buttons {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.object-nav-buttons .button span {
	padding: 0;
}
@media (max-width: 1610px) {
	#object-nav .sticky.is-stuck {
		margin-top: 70px !important
	}
}
@media (max-width: 1140px) {
	#object-nav {
		display: none;
	}
	#sidebar .sticky.is-stuck {
		margin-top: 0em !important;
		position: relative !important;
	}
	#sidebar .sticky.is-anchored.is-at-bottom {
		top: 0 !important
	}
}
@media (max-width: 767px) {
	.object-nav-buttons {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.object-nav-buttons .button {
		width: 45px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.object-nav-buttons .button i {
		margin-left: 0 !important;
	}
	.object-nav-buttons .button span {
		display: none;
	}
	.object-detail-heading .object-nav-buttons {
		position: absolute;
		bottom: 0px;
		right: 0;
	}

}


/*
--------------------------------------
MENU ()
--------------------------------------
*/
.object-menu {
	padding-left:0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}

.object-menu li {

}
.object-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	/* text-transform: uppercase; */
	color: #042824;
	font-size: 15px;
	padding: 25px 0px;
	margin: 0 0 0 25px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.object-menu > li > .object-menu-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	color: #042824;
	font-size: 16px;
	padding: 25px 25px;
	margin: 0 0 0 0;
	cursor: pointer;
}
.object-menu > li > .object-menu-button:hover {
	color: #0056ae;
}
.object-menu > li > .object-menu-button i {
	margin-left: 10px;
}
.object-menu-dropdown {
	border-radius: 8px;
}
.object-menu-dropdown .menu li {
	border-bottom: 1px solid #eee;
}
.object-menu-dropdown .menu li:last-child {
	border:0;
}
.object-menu-dropdown .menu li a {
	position: relative;
	font-size: 14px;
	color: #042824;
	padding-left: 20px;
	font-weight: 600;
}
.object-menu-dropdown .menu li a:before {
	margin-top: 0px;
	position: absolute;
	top: 12px;
	left: 0px;
	transform: translateY(0);
	font-family: 'Font Awesome 6 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 12px;
	content: "\f061";
	color: rgba(0, 0, 0, 0.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-menu-dropdown .menu li a:hover {
	color: #0056ae;
}

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

@media (max-width: 767px) {
	.object-nav-wrapper:before {
		display: none;
	}
	.object-menu {
		display: none;
		width: 100%;
		padding: 10px;
		padding-left:5px;

		flex-wrap: nowrap !important;
		overflow: scroll;
		white-space: nowrap;

	}
	.object-menu > li > a {
		font-size: 13px;
		padding: 15px 10px;
		margin: 0 12px 0 0;
	}
}
.object-menu > li > a:hover {
	color: #0056ae;
}

.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: #0056ae;
	font-weight: 600;
	border-bottom: 4px solid #A4D33C
}

.object-menu li a.is-active:before,
.object-menu li a.hover:before {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}



.object-detail hr {
	margin-top: 30px;
	margin-bottom: 40px;
	border-width: 1px;
	border-style: solid;
}
/*
--------------------------------------
TABS (Object nav)
--------------------------------------
*/

.object-detail-tabs {

	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
	border:0;
	background: #f9f6f0;
	/* background: #ffffff; */
	top: 0px;
}
.object-detail-tabs li {
	padding:0 10px 0 0;
}
/* .object-detail-tabs li:first-child {
	font-size: 18px;
	font-weight: 400;
	padding: 1.25rem 10px;
	padding-left:0;
} */
/* .object-detail-tabs:before {
	position: absolute;
	left:0;
	bottom:0px;
	width: 100%;
	height: 50px;
	border-radius: 16px 16px 0 0;
	opacity: 1;
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	z-index: 1;
} */
.object-detail-tabs .tabs-title > a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 13px 25px 12px;
	font-size: 16px;
	line-height: 1;
	color: #042824;
	font-weight: 400;
	border-radius: 16px;
	/* text-transform: uppercase; */
	/* height: 55px; */
	border: 1px solid rgba(0, 0, 0, 0.1);

}
.object-detail-tabs .tabs-title > a:hover {
	color: #042824;
	background: transparent;
}
.object-detail-tabs .tabs-title.is-active > a {
	color: #0056ae;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);

	border-radius: 16px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	/* height: 56px; */
	z-index: 4;
}
/* With label */
.object-detail-tabs .tabs-title > a .label {
	position: relative;
	font-size: 11px;
	font-weight: 600;
	border-radius: 3px;
	padding-bottom: 3px;
}


	@media (max-width: 1023px) {
		#object-nav {
			margin-bottom: 15px;
		}
		.object-detail-tabs {
			margin-left: -5px;
		}
		.object-detail-tabs .tabs-title > a {
			padding: 10px 15px 8px;
		}


	}
	@media (max-width: 767px) {
		.object-detail-tabs {


		}
		.object-detail-tabs li {
			padding:0 6px 0 0;
		}
		.object-detail-tabs .tabs-title > a {
			padding: 6px 15px 5px;
			font-size: 13px;

		}
		.object-detail-tabs .tabs-title.is-active > a {
			font-size: 13px;

		}

	}

.object-detail-tabs-panel {
	padding: 20px 25px;
}
.object-detail-tabs-content {
	border:0;
	padding: 0rem;
	color: #042824;
	background: #f9f6f0;
	border: 0px solid rgba(0, 0, 0, 0.08);
	border-top: 0;
	border-radius: 0px 0px 16px 16px;

}
.object-detail-tabs-content .object-images {
	margin: 1rem 0.86rem;
	margin-top: 0rem;

}

.object-detail-section {
	position: relative;
	padding: 20px 25px 20px;
	/* background: #fff; */
	/* border-top: 1px solid rgba(0, 0, 0, 0.08); */
	/* border-radius: 16px; */
	/* margin-bottom: 30px; */
}


.object-detail-section.with-swiper {
	padding: 0;
	padding-right: 0;
}
.object-detail-section:first-of-type {
	padding-top: 50px;
}

.object-detail-section.with-tabs {
	border:0;
	padding: 0px 0px 0px;
}
.object-detail-section.no-padding {
	border:0;
	padding: 0px 0px 0px;
}
.object-detail-section.raised {
	padding-top: 25px;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.11);
}
.object-detail-section.padding-top {
	padding-top: 30px;
}
.object-detail-section .responsive-embed {
	border-radius: 16px;
}


.object-detail-section-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}
.object-detail-section-buttons .button {
	margin: 5px 0px;
	line-height: 1.2;
}

.object-detail-section hr {
	margin-top: 20px;
	margin-bottom: 30px;
}
.object-detail-section-title {
	line-height: 1;
	font-size: 18px;
	font-weight: 700 !important;
	display: flex;
	align-items: center;
	/* color: #0056ae; */
	margin-left: 25px;
}

#beschikbaarheid img {
	border-radius: 16px;
}

	@media (max-width: 1130px) {
		.object-detail-section {
			padding: 10px 10px 10px;
		}
	}
	@media (max-width: 1023px) {
		.object-detail-section.padding-top {
			padding-top: 0px;
		}
		.object-detail-section:first-of-type {
			padding-top: 20px;
		}
		.object-detail-section-title {
			margin-left: 10px;
		}
		.object-detail-section-buttons .button {
			margin: 5px 5px;
			line-height: 1.2;
		}
		.object-detail-section-buttons .button:first-of-type {
			margin-left: 0;
		}

	}
	@media (max-width: 767px) {
		.object-detail-section .responsive-embed {
			border-radius: 8px;
		}
		.object-detail-section-buttons {
			flex-direction: column;
		}
		.object-detail-section-buttons .button {
			margin: 5px 0px;
			line-height: 1.2;
		}
		.object-detail-section-buttons .button:first-of-type {
			margin-left: 0;
		}
		.object-detail-section {
			padding: 10px 10px 10px;
		}
		.object-detail-section-title {
			font-size: 16px;
			margin-left: 10px;
			margin-left: 10px;
		}
	}
	@media (max-width: 374px) {
		.object-detail-section {
			padding: 10px 5px 10px;
		}
		.object-detail-section-title {
			font-size: 14px;
			margin-left: 10px;
			margin-left: 5px;
		}
	}

/* Accordion */
.object-detail-accordion {
	border-radius: 0px;
	border:0;
}
.object-detail-accordion .accordion-title {
	font-size: 16px;
	font-weight: 700;
	color: #042824;
	padding-left:20px;
	border-left:0;
	border-right:0;
}
.object-detail-accordion .accordion-title::before {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 700;
	margin-top: -.44rem;
	right: auto;
	left: 2px;
	font-size: 14px;
	color: #A4D33C;
	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, 0, 0, 0) !important;
	color: #042824;
}

.object-detail-accordion .is-active .accordion-title {
	color: #042824;
	background-color: rgba(0, 0, 0, 0) !important;
}
.object-detail-accordion .is-active .accordion-title::before {
	color: #A4D33C;
}

.object-detail-accordion .accordion-content {
	padding: 0 20px 30px 0;
	color: rgba(0, 0, 0, 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: 280px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.object-detail-description:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	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%); */
	background: -moz-linear-gradient(top, rgba(249, 246, 240,0) 0%, rgba(249, 246, 240,1) 50%, rgba(249, 246, 240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(249, 246, 240,0) 0%,rgba(249, 246, 240,1) 50%,rgba(249, 246, 240,1) 100%);
	background: linear-gradient(to bottom, rgba(249, 246, 240,0) 0%,rgba(249, 246, 240,1) 50%,rgba(249, 246, 240,1) 100%);
}

.object-detail-description {
	font-size: 26px;
}


.object-detail-description .more-less {
	position: absolute;
	bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	color: #031916;
	font-size: 16px;
	font-weight: 400 !important;
	cursor: pointer;
	z-index: 2;

	background-image: linear-gradient(120deg, rgba(4, 40, 36, 0.15) 0%, rgba(4, 40, 36, 0.15) 100%);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 100%;
	transition: background-size 0.1s ease-in;

  }

.object-detail-description .more-less:hover {
	color: #0056ae;
	background-size: 100% 2px;
}
.object-detail-description .more-less span.less {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.object-detail-description .more-less span {
	padding:0;
	font-weight: 400 !important;
}
.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;
}

.object-detail-description {
	padding-right: 20px;
}
.object-detail-description h1 {
	font-size: 24px;
	color: #0056ae;
}
.object-detail-description h2 {
	font-size: 22px;
	color: #0056ae;
}
.object-detail-description h3 {
	font-size: 20px;
	line-height: 1.3;
	color: #0056ae;
}
.object-detail-description h4 {
	font-size: 18px;
	color: #0056ae;
}
.object-detail-description h5 {
	font-size: 17px;
	color: #0056ae;
}
.object-detail-description h6 {
	font-size: 16px;
	color: #0056ae;
}

.object-detail-description p {
	font-weight: 400;
	font-size: 15px;
}
.object-detail-description ul {
	font-weight: 400;
	font-size: 15px;
}
/* Specifications  */
.object-specs-wrapper {
	padding-bottom: 0rem;
	padding-top: 0px;
}
.object-specs-wrapper.max-height {
	position: relative;
	max-height: 300px;
	overflow: hidden;
}
.object-specs-wrapper.max-height:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	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%); */
	background: -moz-linear-gradient(top, rgba(249, 246, 240,0) 0%, rgba(249, 246, 240,1) 50%, rgba(249, 246, 240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(249, 246, 240,0) 0%,rgba(249, 246, 240,1) 50%,rgba(249, 246, 240,1) 100%);
	background: linear-gradient(to bottom, rgba(249, 246, 240,0) 0%,rgba(249, 246, 240,1) 50%,rgba(249, 246, 240,1) 100%);
}

.modal .object-specs-wrapper {
	padding: 40px;
}
.modal .object-specs-wrapper h4 {
	margin-bottom: 20px;
}
.modal .object-specs-wrapper em{
	font-style: normal;
	font-weight: 700;
}
.object-specs-row {
	position: relative;
	width: 100%;
	padding: 0px 0 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.modal .object-specs-row {
	padding: 0px 0 20px;
}
.object-specs-row:first-of-type {
	border: 0;
}
.object-specs-wrapper .object-specs-title {
	position: absolute;
	top:14px;
	padding-left: 0;
	padding-top: 0px;
	max-width: 180px;
	line-height: 1.2;
	font-size: 14px;
	display: block;
	color: #000;

}
.object-specs-wrapper .object-specs-title {

}
.object-specs-wrapper .object-specs-title:nth-of-type(1) {
	border: 0;
}

.object-specs-wrapper ul {
	column-count: 3;
	column-gap: 1rem;
	margin: 0rem 0rem 0px 0px;
	padding: 10px 15px 0px 210px;
	position: relative;
}
.object-specs-wrapper ul:first-child {
	margin-top: 0;
}
.object-specs-wrapper ul li {
	position: relative;
	padding: 2px 0 2px 20px;
	font-size: 15px;
	line-height: 1.3;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.object-specs-wrapper ul li i {
	position: absolute;
	top: 4px;
	left:0;
	font-size: 15px;
}

.object-detail-footer {
	margin-top: 40px;
	padding: 20px 0px 20px 10px;
	border: 1px dashed rgba(0, 0, 0, 0.15);
	border-left:0;
	border-right: 0;
	border-bottom: 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, 0, 0, 0.08);
	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: #042824;
	font-weight: 600;
}

.object-sidebar-section  .object-specs-wrapper ul li {
	padding: 2px 0;
}
	@media (max-width: 1610px) {
		.object-detail-description p {
			font-weight: 400;
			font-size: 15px;
		}
		.object-detail-description ul {
			font-weight: 400;
			font-size: 15px;
		}
	}
	@media (max-width: 1140px) {
		.object-specs-wrapper ul {
			column-count: 2;
			column-gap: 1rem;
			margin: 0rem 0rem 0px 0px;
			padding: 10px 15px 0px 210px;
			position: relative;
		}
	}
	@media (max-width: 1023px) {
		.object-detail-tabs-panel {
			padding: 10px 10px;
		}
	}
	@media (max-width: 767px) {
		.object-detail-description p {
			font-weight: 400;
			font-size: 14px;
		}
		.object-detail-description ul {
			font-weight: 400;
			font-size: 14px;
		}

		.more-less {
			font-size: 14px;
		}

		.object-detail-tabs-panel {
			padding: 10px 10px;
		}
		/* Specifications  */
		.object-specs-wrapper {

			padding-bottom: 0rem;
			padding-top: 15px;
		}
		.object-specs-row {
			padding-top: 10px;
			padding-left:0;
		}
		.modal .object-specs-row {
			padding-top: 10px;
			padding-left:0;
		}
		.object-specs-wrapper .object-specs-title {
			position: relative;
			top: auto;
			font-size: 14px;
			display: block;
			color: #000;
			max-width: 100%;
		}
		.object-specs-wrapper .object-specs-title:nth-of-type(1) {
			border: 0;
		}
		.object-specs-wrapper ul {
			column-count: 2;
			column-gap: 1rem;
			margin: 0rem 0rem 25px 0px;
			padding: 5px 0px 0px;
			/* border-bottom: 1px solid #eee; */
			position: relative;
			top: 0px;
		}
		.object-specs-wrapper ul:first-child {
			margin-top: 0;
		}
		.object-specs-wrapper ul li {
			position: relative;
			padding: 2px 0 2px 20px;
			font-size: 14px;
			line-height: 1.3;
			-webkit-column-break-inside: avoid;
			page-break-inside: avoid;
			break-inside: avoid;
		}

		.object-specs-wrapper ul li i {
			position: absolute;
			top: 3px;
			left:0;
			font-size: 15px;
		}



	}
	@media (max-width: 440px) {
		.object-detail-tabs {
			overflow-x: scroll;
			padding-bottom: 10px
		}
		.object-detail-tabs-panel {
			padding: 10px 5px;
		}
		.object-specs-wrapper {
			padding-bottom: 0rem;
			padding-top: 0rem;
		}
		.object-specs-wrapper ul {
			margin-bottom:0;
		}
		.object-detail-footer {
			display: none;
			padding-left: 0;
		}
		.object-detail-footer .button {
			width: 100%;
		}
	}
	@media (max-width: 374px) {
		.object-specs-wrapper ul {
			column-count: 1;
		}
	}



/* Map Detail */

.object-detail-map-wrapper {
	margin-top: 0px;
	/* padding:10px; */
	border-radius: 8px;
	border: 0px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
#object-detail-map {
	height: 300px;
	border-radius: 16px;
	z-index: 1;
}
.object-detail-map iframe{
	border-radius: 16px;
}
	@media (max-width: 767px) {
		#object-detail-map {
			height: 220px;
			border-radius: 8px;
			z-index: 1;
		}
		.object-detail-map iframe{
			border-radius: 8px;
		}
	}

/* Section Slides */
.object-detail-section-container {
	padding-top: 10px;
}
.object-detail-section-slides {
	margin-top: 10px;
	align-items: stretch !important;
}

.object-detail-section-container .swiper-button-prev,
.object-detail-section-container .swiper-button-next {
	top: 0px;
	right:0px;

	margin-top:0;
	width: 30px;
	height: 30px;
	border: 0px solid #000;
	background-color: rgba(255, 255, 255, 1) !important;
	z-index: 7;
	border-radius: 100px;
}
.object-detail-section-container .swiper-button-prev {
	left: auto;
	right:40px;

	opacity: 0.8;
}
.object-detail-section-container .swiper-button-next {
	right: 5px;

	opacity: 0.8;
}

.object-detail-section-container .swiper-button-prev:hover,
.object-detail-section-container .swiper-button-next:hover {
	opacity: 1;
}
.object-detail-section-container .swiper-button-disabled {
	opacity: 0.4;
}
.object-detail-section-container:hover .swiper-button-disabled {
	opacity: 0.4;
}

.object-detail-section-container .swiper-button-prev:before,
.object-detail-section-container .swiper-button-next:before {
	font-size: 14px;
	color: #042824;
	font-weight: 700;
	text-shadow: none;
}

/* News */

.newsbox{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 15px 15px 15px 15px;
	min-height: 180px;
	background: transparent;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.096);
}



.newsbox:hover {
	background-color: #fff;
	border-color: #fff;
	

}


.newsbox-title {
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
	color: #042824;
	margin: 0;
}
a.newsbox:hover .newsbox-title {
	color: #0056ae;
}
.newsbox-title a:hover {
	color: #0056ae
}
.newsbox-date {
	margin-top: 4px;
	font-size: 12px;

}
.newsbox-date i {
	color: rgba(4, 40, 36, 0.4);
	margin-right: 5px;
	font-size: 13px;

}

.newsbox-image {
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 0
}
.newsbox img {
	width: 100%;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}

.newsbox .newsbox-label {
	position: absolute;
	top: 30px;
	left: -1px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 0 4px 4px 0;
	z-index: 3;
}

/* Events */
.newsbox  .event-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.newsbox  .event-date span {
	font-size: 18px;
}


.newsbox:hover img {
	opacity: 0.8;
}
.newsbox-content {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 10px 10px;
}


/* Vacatures */
.vacaturebox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	padding: 20px 15px 20px 25px;
	min-height: 120px;
	background: #fff;
	border-radius: 16px;
}
.vacaturebox:before {
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	border-radius: 16px ;
	content:'';
	opacity: 0.08;
	z-index: 0;
	border: 1px solid #000;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0);
	-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;
}
.vacaturebox:hover:before {
	opacity: 0.15;
}
.vacaturebox-image {
	width: 25%;
	flex-grow: 0;
	position: relative;
	margin: 0px 0px 0px 0
}
.vacaturebox img {
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}
.vacaturebox-content {
	width: 75%;
	padding: 0px 20px 0px 0;
}
.vacaturebox-title {
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	line-height: 1.2;
	margin:0;
}
a.vacaturebox:hover .vacaturebox-title {
	color: #0056ae;
}
.vacaturebox-title a {
	color: #042824;
}
.vacaturebox-title a:hover {
	color: #0056ae
}
.vacaturebox-lead p {
	margin:0;
	font-size: 13px;
}
.vacaturebox-link {
	/* display: block; */
	font-size: 13px;
}

/* 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, 0, 0, 0.08)
}
.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, 0, 0, 0.08);
	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.15);
}

.reviews-rating-list dt {
	float: left;
	width: 50%;
	clear: left;
}
.reviews-rating-list dd {
	float: left;
	width: 50%;
	color: #042824;
	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: 20px 0;
	/* margin-top: 25px; */
	/* background: rgba(0, 0, 0, 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: 16px;
	padding: 25px 25px;
	margin-bottom: 0rem;
	position: relative;
}
.object-sidebar-section.highlight {
	border-radius: 16px;
	padding: 25px 25px;
	margin-bottom: 15px;
	position: relative;
	background: #fff;
	border: 0px solid rgba(0, 0, 0, 0.08);

}
/* .object-sidebar-section.highlight:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 16px;
	content: '';
	opacity: 1;
	z-index: 0;
	box-shadow: 0 1px 20px rgba(0,0,0,0.11);

	} */

.object-sidebar-section-title {
	font-size: 16px;
	font-weight: 700;
	margin:10px 0 15px;
}
/* .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, 0, 0, 1);
	box-shadow: 0px 0px  16px #000;
} */
.object-sidebar.no-cover .object-sidebar-section.with-border:before {
	box-shadow: none;
}



.object-sidebar-buttons {
	padding: 0px 0px 15px;
}
.object-sidebar-buttons .button {
	margin: 5px 0px;
	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;
	margin:0;
}

.object-sidebar-member {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
}
.object-member-contact-title {
	font-size: 18px;
}

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

	z-index: 9;

}
	@media (max-width: 1023px) {
		.object-member {
			padding: 0 10px;
		}
	}
	@media (max-width: 767px) {
		.object-sidebar-section.highlight {
			border-radius: 16px;
			padding: 20px 10px;
		}
	}

.object-member img {
	max-width: 220px;
	max-height: 180px;
	margin-bottom: 20px;
}
.object-member.with-small-logo img {
	margin-top: 10px;
	max-width: 140px;
	max-height: 130px;
}
.object-member .object-member-logo {
	position: absolute;
	top:30px;
	right:0px;
	width: 200px;
	height: 200px;
	text-align: center;
}
.object-member .object-member-logo img {
	max-width: 180px;
	max-height: 160px;
}
.object-member-logo .object-member-header {
	margin-top: 15px;
}
.object-member .object-member-header {
	width: 100%;
}
.object-member .object-member-header .object-member-title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
	padding: 0em 0rem;
	margin: 0 0 0 0px;
	letter-spacing: 0px;
	color: #042824;
	-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: #0056ae;
}

.object-member .object-member-image {
	position: relative;
	z-index: 1;
	margin: 0px 0 0 0;
	padding: 10px 10px 30px 0;
}
.object-member .object-member-image img {
	max-width: 250px;
	max-height: 200px;
}
.object-member .object-member-image:hover {
	border-color: #0056ae

}
.object-member .object-member-image img {

  -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;
}

.modal .object-sidebar-section {
	width: 30%;
	float: right;
	border: 1px solid #eee
}




.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;
}
.object-member-description .object-member-listing li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 2px 0;
}
.object-member-description .object-member-listing li a {
	font-weight: 500;
}
.object-member-description .object-member-listing li i {
	width: 26px;
}

/* Social */

.object-member-social {
	list-style: none;
	padding:0;
	margin:20px 0 0 ;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.object-member-social li {
	padding:0 10px 0 0;
}
.object-member-social li a {
	width: 32px;
	height: 32px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;*/
}
.object-member-social li a i {

	font-size: 18px;
}



/* 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: #042824;
	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, 0, 0, 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.15);
	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: #A4D33C;
	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 6 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 .object-member-social {
	border: 0;
}
.object-sidebar-list .object-member-social li {
	border:0;
}
.object-sidebar-list ul.object-member-social.inline li a {
	float: left;
	width: 48px;
	height: 48px;
}

.object-sharing-modal {
	padding: 40px
}

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

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

	font-weight: 700;
	line-height: 1.3;
}
.object-sharing.with-title .object-sharing-title {
	margin-bottom: 15px;
}
.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: 100px;
	background: rgba(255, 255, 255, 0);

	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	margin-right: 10px;
	-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-sharing a:hover {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

.object-sharing.with-title a {
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 0 20px;
	border-radius: 16px;
	margin: 5px 0;
	color: #042824;
}
.object-sharing.with-title a i {
	width: 30px;
}
.object-sharing.with-title a:hover {
	color: #0056ae;
} 
	@media (max-width: 767px) {
		.object-sharing {
			padding-top: 20px;
			display: flex;
			align-items: center;
			justify-content: flex-start;
		}
	}
	@media (max-width: 440px) {
		.object-member .object-member-logo {
			position: relative;
			top:0px;
			right:0px;
			width: 100%;
			height: auto;
			text-align: left;
		}
		.object-member-description .object-member-listing {
			
		}
		.object-member img {
			max-width: 180px;
			max-height: 140px;
			margin-bottom: 20px;
			}
		.object-sharing a {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 36px;
			height: 36px;
			border-radius: 100px;
			background: #fff;

			border: 1px solid rgba(0, 0, 0, 0.08) !important;
			margin-right: 5px;
			-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-sharing span {
			font-size: 14px;
		}
	}
/* 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(249, 246, 240, 0.7);
    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;
		}
	}


.object-detail-listing {
	list-style: none;
	margin:0;
	padding:0 0 0 0px;
}
.object-detail-listing li {
	padding: 0 0 5px;
}
.object-detail-listing-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 15px;
	padding: 10px 10px 10px 25px;
	border: 1px solid rgba(0, 0, 0, 0.096);
	border-radius: 16px;

}
.object-detail-listing-item:hover {
	background-color: #fff;
	border-color: #fff;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}
.object-detail-listing-image {
	width: 60px;
	margin-left: 10px;

}
.object-detail-listing-image img {
	border-radius: 8px;

}
.object-detail-listing-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 2;
}
.object-detail-listing-title {
	font-size: 15px;
	font-weight: 400;
	margin:0;
}
.object-detail-listing-date {
	width: 50%;
	text-align: left;
	font-size: 13px;
}

@media (max-width: 767px) {
	.object-detail-listing-item {
		padding-left: 10px;
	}
	.object-detail-listing-title {
		font-size: 14px;
		font-weight: 400;
		margin:0;
	}
	
}



.fancybox-bg {
	background-color: #041614;
}
.fancybox-toolbar {
	padding: 10px 10px 0;
}
.fancybox-toolbar div {
	background-color: #041614;
}
.fancybox-toolbar .fancybox-button {
	margin-top: 0px;
	background-color: rgba(255, 255, 255, 0.562) !important;
}
.fancybox-button.fancybox-button--close {
	margin: 0px 0px 0 20px;
	background-color: #fff !important;
}
.fancybox-close-small {
	background-color: #fff !important;
}

.fancybox-toolbar div {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    background: rgba(0, 0, 0, 0);
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
	padding: 0 10px;
    min-width: 64px;
	border-radius: 100px;
    text-align: center;
    white-space: nowrap;
}
.fancybox-navigation button:before {
	border-radius: 100px;
}

.fancybox-navigation .fancybox-button svg path {
	fill: #fff;
	stroke: #fff;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
.fancybox-thumbs ul {
	margin: 0 auto;
}
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
    overflow: visible;
  }

  .fancybox-thumbs::-webkit-scrollbar {
    height: 7px;
  }

  .fancybox-thumbs::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }

  .fancybox-thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }
  .fancybox-thumbs>ul>li {
	  border-radius: 8px;
  }
  .fancybox-thumbs>ul>li:before {
	border-radius: 8px;
	border: 4px solid #A4D33C;
  }

  .fancybox-slide--iframe .fancybox-content,
  .fancybox-iframe {
	border-radius: 16px !important;
  }

  .fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 90%;
	height: 90%;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 60px);
	overflow: visible;
	background: #fff;
}

.fancybox-slide .fancybox-image-wrap {

}

.fancybox-image {
	/* border-radius: 32px; */
}

  /* Map */
  .fancybox-iframe .marker-cluster-small {
    background-color: rgba(163, 211, 60, 0.6) !important;
}
.fancybox-iframe .marker-cluster-small div {
    font-family: 'puffin-display', sans-serif !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background-color: rgba(163, 211, 60, 0.6) !important;
}

.fancybox-iframe .marker-cluster-medium {
    background-color: rgba(36, 36, 36, 0.6) !important;
}
.fancybox-iframe .marker-cluster-medium div {
    font-family: 'puffin-display', sans-serif !important;
    color: #fff !important;
    font-weight: 700 !important;
    background-color: rgba(36, 36, 36, 0.6) !important;
}

	@media (max-width: 767px) {
		.fancybox-slide--iframe .fancybox-content {
			padding: 0;
			width: 90%;
			height: 90%;
			max-width: calc(100% - 20px);
			max-height: calc(100% - 60px);
			overflow: visible;
			background: #fff;
		}
	}
	@media (max-width: 440px) {
		.fancybox-toolbar {
			padding: 5px 5px 0;
		}
		.fancybox-slide--iframe .fancybox-content {
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			width: 94%;
			height: 94%;
			max-width: calc(100% - 10px);
			max-height: calc(100% - 30px);
			overflow: visible;
			background: #fff;
			border-radius: 8px;
		}
		.fancybox-slide--iframe .fancybox-content, .fancybox-iframe {
			border-radius: 8px;
		}
	}
