body {
	overflow-x: hidden !important;
}
.object-gary-page {
	opacity: 0;
}
#et-main-area {
	overflow: hidden;
}
/***************************/
/* Zoekbalk row en columns */
/***************************/
.grid {
	position: relative;
	margin-top: 0%;
	margin-left: -2%;
}
.zoekbalk-column-1 {
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
}

/* ---- Knoppen en effecten ervan  ---- */
.button-group {
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-button {
	padding: 20px 0;
	margin: 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #666;
	transition: color .5s ease;
	background: none;
	border: none;
	width: 100%;
	font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.category-button::after,
.category-button.is-checked:hover::after {
	position: absolute;
	background-color: #F89A1A!important;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;	
	transition: transform .5s;
	transform: scaleX(0);
	transform-origin: right;
}
.category-button:hover::after,
.category-button.is-checked::after {
	transform: scaleX(1);
	transform-origin: left;
}
.is-checked, .category-button:hover {
	color: #F89A1A!important;
}

.filters {
	position: relative;
	width: 100%;
}

/* alle items */
.aanbod-item {
	width: 30%;
	margin-left: 3%;
	margin-bottom: 2%;
	cursor: pointer !important;
}
.aanbod_image_wrap {
	height: 30vh;
	width: 100%;
	overflow: hidden;
	transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
}
.aanbod_image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: transform .25s ease-in,
		-webkit-transform .25s ease-in;
	-webkit-transition: transform .25s ease-in;
	-webkit-transition: -webkit-transform .25s ease-in;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.aanbod_info {
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	padding-bottom: 15px;
	z-index: 5;
}
.aanbod_straat {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif;
}
.aanbod_titel {
	font-weight: 300 !important;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #fff;
	font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif;
}
.aanbod-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.1);
	transition: background .25s ease;
}
.aanbod-item:hover .aanbod_image,
.aanbod-item:focus .aanbod_image {
	transform: scale(1.1);
}
.aanbod-item:hover .aanbod-overlay,
.aanbod-item:focus .aanbod-overlay {
	background: rgba(0,0,0,0.2);
}

/*******************************/
/*   Gary Object styling       */
/*******************************/
.object-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.object-item, .object-bezichtiging {
	padding: 0 0 2px 0;
	margin: 0 10px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #666;
	transition: color .5s ease;
}
.object-item::after,
.object-item.active:hover::after {
	position: absolute;
	background-color: #000;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;	
	transition: transform .5s;
	transform: scaleX(0);
	transform-origin: right;
}
.object-item:hover::after,
.object-item.active::after {
	transform: scaleX(1);
	transform-origin: left;
}
.active, .object-item:hover {
	color: #000;
}
.object-nav-row {
	transition: top .5s ease;
}
.dhg-smartlog-img {
	width: 100px;
	margin-top: 1px;
	margin-right: 10px;
}
.object-gary-city,
.object-gary-category,
.object-gary-sqmt {
	padding-top: 10px;
}
#object-page-header .et_parallax_bg {
	background-position: center !important;
}
/********************************/
/*        Slider in object     */
/********************************/
.gary-slider .swiper-container {
	width: 100%;
	height: 70vh;
}
.gary-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gary-slider .swiper-pagination {
	font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 300!important;
	font-size: 24px!important;
	color: #000000!important;
	margin-left: 100px;
	left: 0;
	width: auto;
	bottom: -70px;
}
.gary-slider .swiper-button-next:after, .gary-slider .swiper-button-prev:after {
	content: '';
}
.gary-slider .swiper-button-next, .gary-slider .swiper-button-prev {
	bottom: -87px !important;
	top: auto;
	width: 50px;
	background-size: 50px 50px;
}
.gary-slider .swiper-button-prev {
	right: 80px;
	left: auto;
	transform: rotate(180deg);
}

/********************************/
/*          read more           */
/********************************/
.read-more-button {
	cursor: pointer;
}
/********************************/
/*        Contact icons         */
/********************************/
.contact-icon-module-0, .contact-icon-module-1 {
	display:inline-block;
}
.contact-icon-module-popup {
	float: left;
}
.mail-icon, .phone-icon, .mail-icon-popup, .phone-icon-popup {
	border: none !important;
	border-radius: 0 !important;
	padding: 20px !important;
}
.icon-wrap, .icon-wrap-popup {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-left: 10px;
	position: relative;
	z-index: 2;
	background: #fff;
}
.full-contact-info {
	right:-40%;
}
.full-phone-info {
	left:-33%;
}
.full-contact-info {
	position: absolute;
	top: 0px;
	width: 175px;
	z-index: 1;
	font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	color: #000;
	opacity: 0;
	visibility: hidden;
	padding: 18px 10px 18px 10px;
	border-radius: 50px;
}
.full-contact-info-popup {
	position: absolute;
	top: 0px;
	width: 175px;
	z-index: 1;
	font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #000;
	opacity: 0;
	visibility: hidden;
	padding: 18px 10px 18px 10px;
	border-radius: 50px;
}
/********************************/
/*        object maps           */
/********************************/
#object_google_map {
	height:60vh !important;
	width:100% !important;
}
#object_google_map div[title="Main Marker"] {
	-moz-animation: pulsate 1s ease-in-out infinite;
	-webkit-animation: pulsate 1s ease-in-out infinite;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	background: #000;
	z-index: 0 !important;
}
#object_google_map div[title="Main Marker"] img {
	display:none;
}

/*******************************/
/*       Maps ipv Grid         */
/*******************************/
.gm-style .gm-style-iw-t::after {
	background: linear-gradient(45deg,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%) !important;
}
.maps-infowindow {
	width: 375px !important;
}
.info_window_meer_info p {
	margin-top: 30% !important;
	transform: translateY(-50%) !important;
}

/********************************/
/*        categorie-knop        */
/********************************/
.categorie-module {
	display: none !important;
}

/********************************/
/*         Omschrijving         */
/********************************/

.gary-oms-module {
	height: 600px;
	min-height: 400px !important;
	margin-bottom: 80px !important;
}

.kenmerkenTabel .aanvaarding,
.object-gary-details table:nth-child(4),
.hide-this-row:nth-child(3),
.object-gary-details table:nth-child(7),
.hide-this-row:nth-child(6),
.object-gary-details table:nth-child(8),
.hide-this-row:nth-child(7),
.object-gary-details table:nth-child(10),
.hide-this-row:nth-child(9),
.object-gary-details table:nth-child(12),
.hide-this-row:nth-child(11) { 
	display: none;
}
.object-gary-details h3 {
	font-size: 1.5vw;
	font-weight: 300;
}

.object-gary-details .kenmerkenKey,
.object-gary-details table {
	border: none !important;
}
.vraagprijs .kenmerkenKey:nth-child(1),
.status .kenmerkenKey:nth-child(1),
.vraagprijs .kenmerkenKey:nth-child(2),
.status .kenmerkenKey:nth-child(2) {
	font-size: 1vw;
}
.vraagprijs .kenmerkenKey:nth-child(1),
.status .kenmerkenKey:nth-child(1) {
	font-weight: 700;
}
.vraagprijs .kenmerkenKey:nth-child(2),
.status .kenmerkenKey:nth-child(2) {
	text-align: right;
}
.vraagprijs .kenmerkenKey:nth-child(1):after,
.status .kenmerkenKey:nth-child(1):after {
	content: ":";
}

/********************************/
/*         Responsive           */
/********************************/
@media(max-width:1200px){
	.aanbod-item {
		width: 45.333333333%;
	}
	.button-text-1,
	.button-text-2 {
		text-align: left !important;
		padding-left: 0px !important;
	}
	.gary-slider .swiper-container {
		height: 40vh;
	}
	.contact-buttons-module {
		top: 0px !important;
		right:-10% !important;
	}
	.contact-icon-module-0 {
		position: absolute;
		top: 0;
		right: 0;
		transition: top .5s ease;
	}
	.et_pb_sticky--top .contact-icon-module-0 {
		top: 70px !important;
	}
	#gary-back-button {
		left:10px !important;
	}
	.gary-slider .swiper-pagination {
		margin-left:20px;
	}
	.gary-slider .swiper-button-next,
	.gary-slider .swiper-button-prev {
		bottom:-80px;
	}
	.button-arrow-img {
		left:-10px;
	}
	.object-gary-details h3 {
		font-size: 2.5vw;
	}
	.vraagprijs .kenmerkenKey:nth-child(1), 
	.status .kenmerkenKey:nth-child(1), 
	.vraagprijs .kenmerkenKey:nth-child(2), 
	.status .kenmerkenKey:nth-child(2) {
		font-size: 2vw;
	}
}
@media(max-width:600px){
	.grid {
		margin-left: 0%;
	}
	.object-nav-module {
		display:none!important;
	}
	.contact-buttons-module {
		top: 20px !important;
	}
	.aanbod-item {
		width: 90% !important;
		margin-left: 5% !important;
	}
	.categorie-module {
		display: block !important;
		margin-top: 15px;
	}
	.button-arrow-img.category {
		width: 45px;
		left: 0;
		top: -7px;
	}
	.button-arrow-img {
		transition: transform .5s ease;
		transform: rotate(0);
	}
	.button-arrow-img.active {
		transform: rotate(90deg);
	}
	.button-group {
		display: block;
		transition: transform .5s ease;
		transform-origin: top center;
		transform: scale(1, 0);
	}
	.button-group.active {
		transform: scale(1, 1);
	}
	.gary-column {
		transition: margin-top .5s ease;
	}
	.object-gary-details h3 {
		font-size: 3.5vw;
	}
	.vraagprijs .kenmerkenKey:nth-child(1), 
	.status .kenmerkenKey:nth-child(1), 
	.vraagprijs .kenmerkenKey:nth-child(2), 
	.status .kenmerkenKey:nth-child(2) {
		font-size: 3vw;
	}
	.maps-infowindow {
		width: 210px !important;
	}
}

/********************************/
/*          Keyframes           */
/********************************/
@-moz-keyframes pulsate {
	from {
		-moz-transform: scale(0.3);
		opacity: 1;
	}
	95% {
		-moz-transform: scale(1.5);
		opacity: 0;
	}
	to {
		-moz-transform: scale(0.3);
		opacity: 0;
	}
}
@-webkit-keyframes pulsate {
	from {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	95% {
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(0.3);
		opacity: 0;
	}
}