@media (min-width: 992px){
.custom-input-holder {
    margin-bottom: 3vh;
    }
.broker-question-holder {
    margin-bottom: 3vh;
    }

.form-wrapper {
   /* max-width: 30%; */
    margin: 5vh auto;
  }

}
@media screen and (max-width: 767px) {
.navigation ul li a {
 font-size: 1.5em;
}
.footer {
 padding: 1em;
}
.header {
    height: 70px;
}
}

body {
    background-color: #fdf9f1;
	}
.preview .unit-preview {
    background-color: #fdf9f1;
	}	
	
.footer {
    background-color: #fdf9f1;
	}

.map-filters {
    background-color: #fdf9f1;
	}

@media screen and (min-width: 1024px){
.navigation {
    background-color: #fdf9f1;
	}
body {
	padding:0 0 100px;
	}
.section-container {
	margin-bottom: 8vh;
	}

}

/* Sliders */
.section-slider__wrapper {
    position: relative;
}

.section-slider {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-slider {
    width: 94%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .section-slider {
        width: 82%;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .section-slider {
        width: 88%;
    }
}

.section-slider__arrow--right,
.section-slider__arrow--left {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.section-slider__arrow--right {
    right: 0;

    background-image: url('/site/assets/images/right.svg');
}

.section-slider__arrow--left {
    left: 0;

    background-image: url('/site/assets/images/left.svg');
}

.section-slider__image-helper {
    visibility: hidden;
}

@media screen and (min-width : 768px) and (max-width : 1024px) {
    .section-slider__arrow--right { right: -.5rem; }
    .section-slider__arrow--left { left: -.5rem; }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .section-slider__arrow--right,
    .section-slider__arrow--left {
        top: 41%;
        transform: translateY(-41%);
	background-size: contain;
    }
}

.owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

.footer {
    position: fixed;
    padding: 1em 0;
}

.footer-inner-wrapper {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .footer-inner-wrapper {
        width: 85%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    .footer-inner-wrapper {
        width: calc(100% - 1em * 2);
    }
}

.footer-mobile {
    display: none;
    padding: 0 1em;
}

.footer-mobile--email, .footer-mobile--phone {
    width: 2rem;
    height: 2rem;
    display: inline-block;
}

.footer-mobile--email {
    margin-right: 1em;

    background-image: url('../images/form.2afc73ce.svg');

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-mobile--phone {
    background-image: url('../images/phone.svg');
}

.footer-mobile--left {
    text-align: left;;
}

.footer-mobile--right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .footer-mobile {
        display: flex;
    }
    
    .footer-inner-wrapper {
        display: none;
    }
}
