/* Controls
---------------------------------------------------------------------- */
#locationlist {
    padding-bottom: 60px;
}
#objects {
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
#filterbar .sticky {
    z-index: 4;
}
#filterbar .sticky:after {
    position: absolute;
    left:0;
    bottom: -1px;
    width: 100%;
    height: 1px;
	content: '';
	background: #062949;
    opacity: 0;
    z-index: 3;
	-webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.controls-wrapper {

}
.controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    list-style: none;
    background: transparent;
    border: 0;
    padding: 0px 25px 10px;
    margin: 0 0rem 0rem;
    flex-wrap: wrap;
}
.controls li {
    padding: 0 10px 10px 0;
}
.control {
    font-family: 'Rajdhani', sans-serif;
    position: relative;
    width: 100%;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px 10px 20px;
    background: transparent;
   
    margin: 0 0px 0px 0px;
    border-radius: 5px;
    background: #fff;
    color: #062949;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

/* .control:after {
	opacity: 0;
	visibility: hidden;

	position: absolute;
	top: 0px;
	left: -2px;

	text-align: center;
	font-size: 11px;
	transform: translateY(11px);
	font-family: 'Font Awesome 5 Pro';
  	font-weight: 700;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f054";
	color: #084399;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
} */

.control:hover {
	color: #6EBA67;
}
.control:hover:after {
	opacity: 1;
	visibility: visible;
	
}
.control:hover,
.control:active {
    color: #6EBA67;
    
}

.mixitup-control-active {
    position: relative;
    background: #6EBA67;
    color: #fff;
    font-weight: 700;
    border:0;
}
.mixitup-control-active:hover {
    color: #fff;

}
/* .mixitup-control-active:after {
	opacity: 1;
	visibility: visible;
	transform: translateY(11px);
} */





.project-carousel .slick-list {
    padding: 2rem 0 0;
}

.project-carousel .slick-arrow {
    background-color: #062949;
    width: 50px;
    height: 80px;
}

.project-carousel .slick-arrow:hover {
    background-color: #062949;
}

.project-carousel .slick-prev {
    left: 0px;
    border-radius: 0px 0px 0px 0px;
}

.project-carousel .slick-next {
    right: 0px;
    border-radius: 0px 0px 0px 0px;
}

.project-carousel .slick-slide {
    padding: 1rem 1.5rem;
}

@media (max-width: 1130px) {
    .project-carousel .slick-prev {
        left: 0px;
        
    }
    .project-carousel .slick-next {
        right: 0px;
        
    }
    .controls {
        margin: 0 0rem;
    }
}

@media (max-width: 1023px) {
    .project-carousel .slick-slide {
        padding: 1rem 1rem;
    }
    .controls {
        margin: 0;
    }
    .controls li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    section#objects {
        padding-top: 50px !important;
    }
    .project-carousel .slick-slide {
        padding: 1rem .5rem;
    }
    .controls-wrapper .grid-container {
        
    }
    .controls {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-left:0;
        padding-right:0;
    }
    .controls li {
      
    
    }
    .control {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        
    }
}

@media (max-width: 440px) {
    .project-carousel .slick-slide {
        padding: 0rem .5rem;
    }
}

.mix {

}
.object-blocks {
    /* display: flex;
    flex-wrap: wrap;
    padding-top: 50px; */
}
/* .object-blocks  .mix {
    display: block;
    width: calc(50% - 30px); 
    margin: 0 15px 30px;
} */

@media (max-width: 1080px) {
    .object-blocks {
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .object-blocks {
        display: flex;
        flex-wrap: wrap;
     
    }
    .object-blocks .mix {
        /* display: block;
        width: calc(100% - 0px); 
        margin: 0 0px 0px; */
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .mix {

    }
}


/*
-------------------------------
 OBJECTS (overview)
-------------------------------
*/

#objects {
    padding-top: 20px;
    min-height: 400px;
}


.object {
    width: 100%;
    display: block;
    position: relative;
    border: 0px solid #fff;
    background: rgba(255, 255, 255, 1);
    margin: 10px 0px 20px;
    padding: 0 0 0px;
    min-height: 220px;

    border-radius: 10px !important;
    z-index: 2;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mix .object {
    /* min-height: 400px; */
    margin-bottom: 0;
}

.object:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 30px #000;
    border: 0px solid rgb(0, 0, 0);
    border-radius: 10px !important;
    content: '';
    opacity: 0.1;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.object:hover:before {
    opacity: 0.2;
}

.object-image {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 10px 10px 0 0
}

.object-image a {
    display: block;
}

a.object-image,
.object-image img {
    border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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

.object-image-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 80px;
    z-index: 4;
}
.object-image-labels {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    z-index: 3;
}
.object-image-label {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    padding: 5px 10px 3px;
    color: #fff;
    margin: 0 0 0 4px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    z-index: 3;
}


.object-section {
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding: 1.5rem 1.5rem 1rem;
    background: #fff;
    
    border-radius: 0 0 10px 10px;
}

.object-section.with-lead:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
}
.object-section.with-lead {
    height: 180px;
    overflow: hidden;
}
.object-section .textbox-label {
    font-size: 1.1rem;
    display: block;
    position: relative;
    margin-left: 1px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.object-section .object-title {
    line-height: 1.2;
    font-weight: 700;
    font-size: 22px;
    color: #062949;
}

.object-section .object-title a {
    color: #404040;
    position: relative;
}
.object-section hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.object-lead {
    display: block;
    font-size: 0.96rem;
}

.object-section p {
    color: rgba(17, 17, 17, 0.7);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}
a.object .object-section p {
    color: rgba(17, 17, 17, 0.7);
}

.object-footer {
    padding: 15px 1.5rem 15px;
    text-align: left;
    border-top: 0px solid #eee;

}

.object-footer {

}


/* Detail */
.object-detail-status {
    position: relative;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
    color: #fff;
    margin-left: -10px;
	padding: 10px 15px 6px 15px;
}

.object-detail-status:before {
	position: absolute;
	top: 0px;
	right: -10px;
	width: 110%;
	height: 100%;
	transform: translateY(0) skewX(-22.5deg);
	background: #084399;
	opacity: 1;
	content:'';
	z-index: -1;
}
.object-detail-status.Beschikbaar:before {
	background: #00945e
}

.section-object-detail {
    position: relative;
    padding-bottom: 80px;
    background-color: #f1f1f1;
    z-index: 99;
}
.modal-large .section-object-detail {
    padding: 0px 15px;
}

.section-object-detail .photo-gallery {
    margin-top: 10px;
    margin-bottom: 20px;
}

.object-detail {
    padding: 0rem;
}

.object-detail-title-wrapper {
    position: relative;
    padding-top: 0rem;
}

.object-detail-label {
    font-weight: 700;
}

.object-detail-title {
    line-height: 1.2;
    position: relative;
    font-size: 2rem;
}

.object-detail-title span {
    display: inline-block;
}

.object-detail-lead {
    padding-top: 0.7rem;
}

.object-detail-lead p {
    font-size: 1.125rem;
    font-weight: 600;
}

.object-detail-bar {
    border-radius: 0px;
    padding: 1rem 1.5rem 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 2rem;
    background: rgba(0, 0, 0, 0.06);
}


.object-detail-bar h4 {
    font-size: 24px;
    margin:0;
    display: inline-block;
}

.object-detail-bar-button {
    white-space: nowrap;
    margin-left: 30px;
}

.object-detail-button {
    margin-top: 10px;
}

.object-detail-link i {
    margin-left: 5px;
}

.object-detail-info dt {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.3;
}

.object-detail-info dd .label {
    margin: 5px 5px 0 0;
    font-size: 0.86rem;
    border-radius: 0;
}

.object-detail-description {
    display: block;
}

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

.object-detail-listing ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.object-detail-listing.centered ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.object-detail-listing ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    color: #084399;
}

.object-detail-listing ul li span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.object-detail-listing ul li i,
.object-detail-listing ul li img {
    position: relative;
    top: -2px;
    margin-right: 10px;
    font-size: 24px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-primary):not(.bg-extralight) .usp-listing ul li {
    color: rgba(255, 255, 255, 1) !important;
}



.object-detail-info {
	display: block;
	padding: 25px;
	border: 0px solid rgba(11, 11, 11, 0.08);
	font-size: 1rem;
	border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

}
.object-detail-info-logo img {
	max-width: 100%;
	margin-bottom: 20px;
    border-radius: 5px;
}
.object-detail-info h4 {

}

.object-detail-info-listing {
	list-style: none;
	margin:0;
	margin-left: 0px;


}
.object-detail-info-listing li {
	padding-bottom: 0;
}
.object-detail-info-listing li h5 {
	margin-bottom: 0;
}
.object-detail-info-listing li em {
    display: block;
	margin-bottom: 10px;
    font-weight: 500;
    font-style: normal;
}
.object-detail-info-listing li strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
#contactpersoon .object-detail-info-listing li strong {
    display: inline;
    margin-bottom: 0px;
}

.object-detail-info-listing li {
    padding: 3px 0;
}
.object-detail-info-listing li a {
    color: #062949;
    font-weight: 500;
}
.object-detail-info-listing li a i  {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
	height: 36px;
    background: rgba(255, 106, 26, 0.175);
    color: #084399;
    border-radius: 10px;
    margin-right: 10px;

}
.object-detail-info-listing li a.object-detail-info-listing-item {
    display: block;
    position: relative;
    padding: 10px 0 0 15px;
    color: #062949;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 3px;
}
.object-detail-info-listing li a.object-detail-info-listing-item i  {
    color: #062949
}
.object-detail-info-listing li a.object-detail-info-listing-item:before {
	position: absolute;
	left: 0px;
	top: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #084399;
	content:'';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	 opacity: 1;
}
.object-detail-info-listing-label {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    padding: 5px 10px 4px !important;
    color: #fff !important;
    margin: 5px 5px 0px 0px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: left;
    z-index: 3;
}
.object-detail-info-listing-label:hover {
    color: #fff;
}

.object-detail-info-listing li a:hover:before {
	-webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
  opacity: 1;
  color: #084399;
}
.object-detail-info-photo {
	display: block;
}
.object-detail-info-photo img {
	margin-bottom: 15px;
    border-radius: 5px;
}

.object-detail-info-listing li.social-icon {
	width: 30px;
	float: left;
}


.object-detail-info-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.object-detail-info-section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.object-detail-info .button {
	margin-top: 15px;
}
#sticked .button {
    margin-bottom: 20px
}

.object-detail-section {
    padding: 0px;
}
.object-detail-section-title {
    font-size :18px;
    text-transform: uppercase;

}


.object-detail-blogs {
    padding: 0 0;
}

/* Listing */
.object-detail-blogs ul {
	position: relative;
	list-style-type: none;
	margin-bottom: 20px;
}
.object-detail-blogs ul li {
    padding: 0rem 0 0rem 0rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.068);
}
.object-detail-blogs ul li a {
    display: block;
    font-weight: 700;
	font-size: 18px;
	position: relative;
	padding: 15px 20px 12px 20px;
    line-height: 1.7;
    color: #062949
}
.object-detail-blogs ul li a:before {
	position: absolute;
	top: 21px;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #084399;
	content:'';
}
.object-detail-blogs ul li a:hover {
    color: #084399
}

@media (max-width: 1440px) {
    .mix .object {
        min-height: 280px;
    }
}

@media (max-width: 1080px) {
    .object-buttons .button {
        padding: 2.4rem 2rem;
        font-size: 0.76rem;
        height: 88px;
    }
    .object-buttons .button i {
        top: 34px;
    }
    .object-buttons .button.lefty i {
        left: 1rem;
    }
    .object-buttons .button.righty i {
        right: 1rem;
    }
}

@media (max-width: 1023px) {
    .mix .object {
        min-height: 280px;
    }
    .object-image-label {
        font-size: 12px;
    }
    .object-section {
        display: block;
        padding: 15px 1.5rem 1rem;
    }
    .object-section .object-title {
        line-height: 1.2;
        font-weight: 700;
        font-size: 18px;
        color: #062949;
    }
    .object-lead {
        display: block;
        max-width: 100%;
        height: 71.2px;
        font-size: 0.86rem;
        line-height: 1.6;
        /* Fallback for non-webkit */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .object-detail-info {
        display: block;
        padding: 1rem 1rem 1rem 1.5rem;
        border-left: 2px solid #eee;
        font-size: 0.96rem;
    }
    .object-detail-info dd .label {
        font-size: 0.76rem;
    }
    .object-footer {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .mix .object {
        min-height: 280px;
    }
    .object-section .object-title {
        line-height: 1.2;
        font-weight: 700;
        font-size: 18px;
        color: #062949;
    }
    .object-detail-info {
        display: block;
        padding: 1rem 1rem 1rem 1rem;
        border-left: 0px solid #eee;
        font-size: 0.96rem;
    }
    .object-detail-info dd .label {
        font-size: 0.96rem;
    }
    .object-detail-bar {
        border-radius: 0px;
        padding: 1rem 1rem 1rem 1rem;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start !important;
        margin-top: 2rem;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.1);
    }
    .object-detail-bar-button {
        margin-top: 20px;
        margin-left: 0;
    }
}


.filter-pane {
    border-radius: 4px !important;
    z-index: 9999 !important;
}
.filter-pane ul {
    margin:0;
    padding:0;
    font-size: 18px;
}
.filter-item {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-weight: 400;
}

.filter-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 70, 57, 0.1);
    border-radius: 3px;
}

.filter-item.checked:before {
    background-color: #084399;
}

.filter-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    opacity: 0;
    background: center center / 18px 18px no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMCAzMCIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03IDE1bDYgNmwxMS0xMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgLz48L3N2Zz4=");
}

.filter-item.checked:after {
    opacity: 1;
}

.filter-pane:not(.dropdown-pane) ul {
    display: flex;
}
.filter-pane:not(.dropdown-pane) .filter-item {
    flex-shrink: 0;
    white-space: nowrap;
    background-color: rgba(255, 70, 57, 0.1);
    padding: 0.4325rem 1rem 0.25rem 1rem; /* .0625 .125 .1875 .25 .3125 .375 .4375 .5 .5625 .625 .6875 .75 .8125 .875 .9375 1 */
    border-radius: 3px;
    margin-right: 0.5rem;
}
.filter-pane:not(.dropdown-pane) .filter-item:before,
.filter-pane:not(.dropdown-pane) .filter-item:after {
    display: none;
}
.filter-pane:not(.dropdown-pane) .filter-item.checked {
    background-color: white;
    color: #084399;
}

#filters .grid-x {
    z-index: 3;
}

#filters .grid-x:first-child {
    z-index: 4;
}

#active-filters {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1 !important;
}

.active-filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    border-radius: 100px;
    background: rgba(255, 70, 57, 0.1);
    color: #084399;
    margin: 0 5px 5px 0px;
}


#clear-filters {
    padding: 13px 20px 10px 20px;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0px;
    background: rgba(0, 0, 0, 0);
    color: #062949;
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
#clear-filters:hover {
    background: rgba(0, 0, 0, 0.08);
}

.remove-filter {
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;

}

.section-filters {
    position: relative;
    z-index: 4;
    border-radius: 4px;


}


.filter-button {
    border: 0px;
    border-radius: 4px;

}

.filter-button.button i {
    margin-right: 0px;
    margin-left: 25px;
    color: #084399 !important;
}

.filter-button.button:hover i {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

@media (max-width: 970px) {
    .filter-button {
        font-size: 13px !important;
        padding: 0 10px 0 10px;
    }
    .filter-button.button i {}
}

@media (max-width: 640px) {
    .section-filters {
        padding: 15px 1rem 0rem;
        margin-bottom: 20px;
    }
    .filter-button {}
    .cityfield i {
        top: 25px;
    }
    .cityfield input {
        font-family: 'quatro', sans-serif !important;
        font-weight: 700;
        margin: 10px 0 0 0;
    }
}

#locationlist.animated .column {
    transition: top .3s cubic-bezier(.65, 0, 0, 1), left .3s cubic-bezier(.65, 0, 0, 1);
}
