/* Goes & Roos */
/* Bootstrap 3.3.4 */
/* Text indent 4 */
/* VR */

html,
body {
    height: 100%;
}

.google-maps {
    display: none;
}

html {
    font-size: 16px;
}

body {
    font-size: 14px;
    font-size: 0.875rem;
    background: #fff;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus, a:hover {
    color: #000;
    text-decoration: underline;
}


/* Transitions */
.brands .list-brands li,
a,
.navbar-default .navbar-brand img,
.article-items .snippet-side .snippet-copy img,
.article-items .snippet-side .snippet-copy h2,
.objects-banner-extra .banner-extra,
.intro .intro-item img,
.spec_plaats, .spec_adres, .spec_prijs, .home-objects .spec_img_container img, a:focus, a:hover {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.brand-tophuis {
	display: inline-block;
	vertical-align: middle;
}

/* Open House */
.open-house-announcement {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 500;
}

.open-house-announcement .collapse {
    width: 300px;
    height: 100px;
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 500;
}

.open-house-announcement .well {
    background-color: #838487;
}

.open-house-announcement h2 {
    font-size: 15px;
    color: #fff;
}

.open-house-announcement .btn-open-house-close {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    top: -15px;
    right: -15px;
    background-color: #ff6f00;
    border-radius: 100%!important;
    color: #fff;
    text-align: center;
}


/* Default margins top & bottom start */

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
    margin-bottom: .313rem;
}

.mb-15 {
    margin-bottom: 15px;
    margin-bottom: .938rem;
}

.mb-20 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.mb-25 {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.mb-30 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.mb-40 {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

.mb-50 {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
}

.mb-60 {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
}

.mb-70 {
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
}

.mb-80 {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

.mb-90 {
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
}

.mb-100 {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
}

.mb-110 {
    margin-bottom: 110px;
    margin-bottom: 6.875rem;
}

.mb-120 {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
}

.mt-10 {
    margin-top: 10px;
    margin-top: .625rem;
}

.mt-20 {
    margin-top: 20px;
    margin-top: 1.25rem;
}

.mt-25 {
    margin-top: 25px;
    margin-top: 1.563rem;
}

.mt-30 {
    margin-top: 30px;
    margin-top: 1.875rem;
}

.mt-40 {
    margin-top: 40px;
    margin-top: 2.5rem;
}

@media (max-width: 1199px) {
    .md-mb-0 {
        margin-bottom: 0;
    }

    .md-mb-10 {
        margin-bottom: 10px;
    }

    .md-mb-20 {
        margin-bottom: 20px;
    }

    .md-mb-30 {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .sm-mb-0 {
        margin-bottom: 0;
    }

    .sm-mb-10 {
        margin-bottom: 10px;
    }

    .sm-mb-20 {
        margin-bottom: 20px;
    }

    .sm-mb-30 {
        margin-bottom: 30px;
    }

    .sm-mb-40 {
        margin-bottom: 40px;
    }

    .sm-mb-50 {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .xs-mt-0 {
        margin-top: 0;
    }

    .xs-mb-0 {
        margin-bottom: 0;
    }

    .xs-mb-10 {
        margin-bottom: 10px;
    }

    .xs-mb-20 {
        margin-bottom: 20px;
    }

    .xs-mb-30 {
        margin-bottom: 30px;
    }

    .xs-mb-40 {
        margin-bottom: 40px;
    }

}

/* Default margins end */


/* Default padding top & bottom start */

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
    padding-bottom: .313rem;
}

.pb-15 {
    padding-bottom: 15px;
    padding-bottom: .938rem;
}

.pb-20 {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
}

.pb-25 {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

.pb-30 {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
}

.pb-40 {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}

.pb-50 {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
}

.pb-60 {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
}

.pb-70 {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
}

.pb-80 {
    padding-bottom: 80px;
    padding-bottom: 5rem;
}

.pb-90 {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
}

.pb-100 {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
}

.pb-110 {
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
}

.pb-120 {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
}

.pt-10 {
    padding-top: 10px;
    padding-top: .625rem;
}

.pt-20 {
    padding-top: 20px;
    padding-top: 1.25rem;
}

.pt-25 {
    padding-top: 25px;
    padding-top: 1.563rem;
}

.pt-30 {
    padding-top: 30px;
    padding-top: 1.875rem;
}

.pt-40 {
    padding-top: 40px;
    padding-top: 2.5rem;
}

@media (max-width: 1199px) {
    .md-pb-0 {
        padding-bottom: 0;
    }

    .md-pb-10 {
        padding-bottom: 10px;
    }

    .md-pb-20 {
        padding-bottom: 20px;
    }

    .md-pb-30 {
        padding-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .sm-pb-0 {
        padding-bottom: 0;
    }

    .sm-pb-10 {
        padding-bottom: 10px;
    }

    .sm-pb-20 {
        padding-bottom: 20px;
    }

    .sm-pb-30 {
        padding-bottom: 30px;
    }

    .sm-pb-40 {
        padding-bottom: 40px;
    }

    .sm-pb-50 {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .xs-mt-0 {
        padding-top: 0;
    }

    .xs-pb-0 {
        padding-bottom: 0;
    }

    .xs-pb-10 {
        padding-bottom: 10px;
    }

    .xs-pb-20 {
        padding-bottom: 20px;
    }

    .xs-pb-30 {
        padding-bottom: 30px;
    }

    .xs-pb-40 {
        padding-bottom: 40px;
    }

}

/* Default paddings end */

/* Default XS classes start */

@media (max-width: 768px) {
    .xs-no-pull {
        float: none!important;
    }
    .xs-mw-80 {
        max-width: 80%;
    }
}

/* Default XS Classes end */


/* Default classes start */

.dn {
    display: none;
}

/* Default classes end */

/* border-radius off */

.list-group-item:last-child,
.list-group-item:first-child,
.nav-tabs>li>a,
.thumbnail,
.form-control,
.btn {
    border-radius: 0;
}

/* border-radius end */

/* Underconstruction start */

.body-underconstruction .open-house-announcement,
.body-underconstruction .header-cookie-wet {
    display: none;
}

.body-underconstruction .under-construction {
    padding-top: 50px;
}

.body-underconstruction .under-construction img {
    margin-bottom: 20px;
}

.body-underconstruction .under-construction p {
    line-height: 30px;
    color: #282425;
    font-weight: 600;
}

.body-underconstruction .under-construction li {
    line-height: 30px;
    color: #282425;
}

.body-underconstruction .under-construction a {
    color: #282425;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .body-underconstruction .under-construction p br {
        display: none;
    }
}

/* Underconstruction end */

/* Color */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.btn-list-active,
.btn-grid-active,
.btn-grid-small-active,
.btn-maps-active,
.btn-description-active,
.btn-features-active,
.ozdropdown > li:hover,
.suggest > li:hover,
.suggest .selected,
.btn-search,
.ssFilterSubmit,
.FavorietlinkOn,
.label,
.btn-sent,
.header-cookie-wet .button-cookie-wet,
.btn-open-house-objects,
.digdoss .col-right,
.window-main .window-adres {
    background-color: #ff4201;
}

.btn-list-active,
.btn-grid-active,
.btn-grid-small-active,
.btn-maps-active,
.btn-description-active,
.btn-features-active,
.FavorietlinkOn,
.ssFilterSubmit,
.btn-sent,
.btn-open-house-objects {
    border-color: #ff4201;
}

.btn-list-active,
.btn-grid-active,
.btn-grid-small-active,
.btn-maps-active,
.btn-description-active,
.btn-features-active,
.FavorietlinkOn,
.suggest .selected a,
.ozdropdown > li:hover,
.ozdropdown > li:hover span,
.suggest > li:hover a {
    color: #fff;
}

.list-item-favorites .Favorietlink {
    color: inherit;
}

.back-top,
.digdoss .col-left h2,
.object-title .btn-prev:hover,
.object-title .btn-next:hover,
.list-item-favorites:hover {
    color: #ff4201;
}

.col-digdoss-adres,
.col-digdoss-extra {
    background-color: #ff4201;
}

.col-digdoss-adres .pull-right {
    font-size: 15px;
}

.digdoss .col-left .thumbnail h3 {
    background-color: rgba(0, 85, 165, 0.7);
}

.col-buttons .btn-primary:focus,
.col-buttons .btn-primary:hover {
    color: #fff;
}

.back-top:hover,
.back-top:focus {
    color: #c2b9aa;
}

.btn-search {
    border-color: #ff4201;
}

.object-detail {
    background-color: #fafafa;
}

.tooltip-inner {
    background-color: #ff4201;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ff4201;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff4201;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ff4201;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ff4201;
}

/* Color end */

/* Navigation start */

.navbar-default {
    min-height: 120px;
    background-color: #c2b9aa;
    border: 0;
    border-bottom: 2px solid #ececec;
    border-radius: 0;
}

.navbar-default:before {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c2b9aa;
    border-bottom: 2px solid #ececec;
}

.navbar-default .container-fluid {
    padding-right: 0;
}

.navbar-default .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.navbar-default .navbar-brand img {
    max-height: 250px;
}


/* From medium desktop devices to large dekstop devices (starting from 992px to max 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-default .navbar-brand img {
        max-height: 200px;
    }
}

/* From small devices like Tablets to medium devices like desktops (starting from 768px to max 992px) */
@media (min-width: 768px) and (max-width: 992px) {
     .navbar-default .navbar-brand img {
        max-height: 150px;
    }
}

@media (min-width: 992px) {
    .body-home .navbar-default .navbar-brand {
        margin-left: 28px!important;
        display: none;
    }

    .body-home .navbar-small .navbar-brand {
        margin-left: -15px!important;
        display: block;
    }
}


.navbar-default .navbar-toggle {
    width: 70px;
    height: 70px;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    height: 3px;
    background-color: #ec3908;
}

.navbar-default .navbar-nav {
    margin-top: 50px;
}

.navbar-default .navbar-nav > li {
    border-left: 2px solid #ececec;
}

.navbar-default .navbar-nav > li:last-of-type {
    border-right: 0;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        width: 130px;
        text-align: center;
    }
    .navbar-default .navbar-nav > li:last-of-type a {
        width: auto;
        text-align: center;
    }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #ff4201;
    color: #fff;
}

.navbar-default .navbar-nav > li.nav-contact > a  {
    background-color: #ff4201;
    color: #fff;
}
.navbar-default .navbar-nav > li.nav-contact > a:focus,
.navbar-default .navbar-nav > li.nav-contact > a:hover {
	color: #fff;
    background-color: #646055;
}

.navbar-default .navbar-nav > li.nav-phone > a {
    /*background-color: #646055;
    color: #fff;
    text-transform: uppercase;*/
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    margin-left: -2px;
    border: 2px solid #ececec;
    border-radius: 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    font-size: 12px;
    color: #000;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #ec3908;
}

.navbar-default .navbar-extra {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-default .navbar-extra > li {
    border-left: 0;
}

.navbar-default .navbar-extra > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #919191;
    font-weight: 400;
}

.navbar-default .navbar-extra > li > .dropdown-menu {
    margin-top: -2px;
}

.navbar-small {
    box-shadow: 2.0736rem 2.0736rem 6.19174rem 0 rgba(0, 0, 0, 0.1);
}

.navbar-small .navbar-brand img {
    max-height: 118px;
}

.navbar-extra-slogan {
    line-height: 50px;
    font-weight: 600;
    padding-right: 15px;
}

@media (max-width: 767px) {

    .navbar-default {
        min-height: 72px;
    }

    .navbar-default:before {
        display: none;
    }

    .navbar-default .container-fluid {
        padding-right: 15px;
    }

    .navbar-default .navbar-brand img {
        max-height: 130px;
    }

    .navbar-default .navbar-collapse {
        max-height: none;
        border: 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
    }

    .navbar-default .navbar-nav {
        margin-top: 90px;
        float: none!important;
    }

    .navbar-default .navbar-nav > li {
        border-left: 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-nav > li > .dropdown-menu {
        margin-left: 0;
        border: 0;
    }

    .navbar-default .navbar-extra {
        margin-top: 0;
        position: relative;
        top: 0;
        right: 0;
    }

    .navbar-default .navbar-extra > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-small .navbar-brand img {
        max-height: 70px;
    }

    .navbar-small .navbar-nav {
        margin-top: 30px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-default .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 11px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .navbar-default .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
    
}

/* Navigation end */


/* Intro start */

.intro {
    height: calc(100% - 116px);
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 2px;
    position: relative;
    background-color: #f6f6f6;
}

.intro .container-fluid {
    height: 100%;
}

.intro .row-flex {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    height: 100%;
}

.intro .row-flex>div {
    height: 100%;
}

.intro .row-flex>div .row {
    height: 100%;
}

.intro .row-flex>div .row>div {
    height: 50%;
}

.intro .col-sm-6:nth-child(1),
.intro .col-sm-6:nth-child(3) {
    padding-right: 7.5px;
}

.intro .col-sm-6:nth-child(2),
.intro .col-sm-6:nth-child(4) {
    padding-left: 7.5px;
}

.intro .col-sm-2 {
    padding-left: 0;
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.intro .col-sm-10 {
    padding-right: 0;
}

.intro .intro-logo {
    width: 100%;
    max-width: 70%;
    position: absolute;
    top: -133px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1039;
}

.intro .intro-banner {
    width: 100%;
    height: calc(100% - 15px);
    margin-bottom: 15px;
    position: absolute;
    background-color: #000;
    /*background-image: url(../images/intro/intro.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
}

.intro .intro-banner .intro-slogan {
    width: 100%;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    -ms-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
    font-family: 'Cookie', cursive;
    font-size: 50px;
    color: #ff4201;
}


.intro .intro-banner .intro-adres {
    font-size: 16px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.intro .intro-banner .intro-adres li {
    line-height: 30px;
    color: #fff;
}

.intro .intro-banner .intro-adres li a {
    color: #fff;
}

.intro .intro-banner img {
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.intro .intro-banner .intro-numbers {
    width: 90%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 13px;
}

.intro .intro-item {
    position: relative;
    background-color: #000;
    overflow: hidden;
    height: calc(100% - 15px);
    margin-bottom: 15px;
}

.intro .intro-item a {
    width: 100%;
    height: 100%;
    display: block;
}

.intro .intro-item h4 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.intro .intro-item img {
    opacity: 0.8;
    height: 100%;
    max-width: none;
}

.intro .intro-item:hover img,
.intro .intro-item:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

@media (max-width: 767px) {

    .intro {
        margin-bottom: 15px;
        height: auto;
    }

    .intro .row-flex {
        display: table;
    }

    .intro .col-sm-2,
    .intro .col-sm-6,
    .intro .col-sm-10 {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .intro .col-sm-2 {
        margin-bottom: 15px;
    }

    .intro .col-sm-10 .row {
        margin-left: 0;
        margin-right: 0;
    }

    .intro .intro-banner {
        height: 400px;
        position: relative;
        margin-bottom: 15px;
    }

    .intro .intro-banner img {
        max-width: 80%;
        max-height: 350px;
    }

    .intro .intro-item-3 {
        margin-bottom: 15px;
    }

    .intro .intro-item img {
        height: auto;
        max-width: 100%;
    }

    .intro .intro-item {
        height: auto;
    }

    .intro .row-flex>div .row>div {
        height: auto;
    }
    
}

/* Intro end */

/* About start */

.about {
    padding: 60px 0;
    background: #fff;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.about .content-center {
    text-align: center;
	height: 80px;
}

.about .content-center a.contact-button {
	color: #fff;
    background-color: #ff4201;
    border-color: #ff4201;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
	text-decoration: none;
}
.about .content-center a.contact-button:hover {
	color: #fff;
    background-color: #646055;
    border-color: #646055;
}

.about .content-left {
    padding-right: 60px;
    border-right: solid 2px #d4d4d4
}

.about .content-right {
    padding-left: 60px
}

.about .content-right img {
    float: right;
    margin-left: 20px;
}

/* Medium devices - column MD (desktops, 992px and up) */
@media (max-width: 992px) { 
    .about .content-right {
        padding-left: 15px;
    }
    .about .content-left {
        padding-right: 15px;
        border-right: 0;
    }
	
	.about .content-center {
		height: 40px;
	}

	.about .content-center a.contact-button {
		font-size: 12px;
	}
}

.about p {
    color: #4a4a4a;
    line-height: 30px;
    font-size: 13px;
}

.about a {
    color: #ff4201;
    font-weight: 700;
}

/* About end */


/* Titels */

.objects-title h1,
.titel-effect {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 60px 0;
    line-height: normal;
    color: #000;
    font-weight: 700;
}

.objects-title h1:after,
.titel-effect:after {
    display: block;
    width: 45px;
    height: 2px;
    margin-top: 15px;
    content: '';
    background-color: #ff4201;
}

@media (max-width: 767px) {
    .objects-title h1:after {
        margin: 15px auto 0 auto;
    }    
}

.objects-title h1 {
    margin: 0 0 30px 0;
}

.titel-effect span {
    color: #ff4201;
}


/* Titels end */


/* home objects */

.home-objects {
    padding: 60px 0;
    background: #c2b9aa;
    border-bottom: 10px solid #fff;
    min-height: 554px;
}

@media (max-width: 767px) {
    .home-objects {
        padding-top: 30px;
    }
}

.home-objects h2 {
    margin-bottom: 50px;
    font-size: 40px;
}

.home-objects .home-objects-all {
    text-align: center;
    width: 33.3333%;
    height: 310px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #231f20;
}

.home-objects .home-objects-all a {
    width: 100%;
    height: 100%;
    padding-top: 30%;
    display: block;
    
}

.home-objects .home-objects-all a:hover,
.home-objects .home-objects-all a:focus,
.home-objects .home-objects-all a:active {
    text-decoration: none;
}

.home-objects .home-objects-all a h3 {
    margin-top: 0;
    padding-bottom: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.home-objects .home-objects-all a p {
    color: #fff;
}

.home-objects .home-objects-all a p i {
    margin-top: 3px;
    margin-left: 10px;
}

.home-objects .spec-object {
    height: 310px;
    margin-bottom: 30px;
}

.home-objects .spec_img_container {
    height: 310px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.home-objects .spec_img_container img {
    min-width: 110%;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%; 
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    opacity: 1;
}

.home-objects .spec_plaats {
    width: 100%;
    position: absolute;
    top: 33%;
    left: 50%; 
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 100;
    opacity: 0;
}

.home-objects .spec_adres {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%; 
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    opacity: 0;
}

/* From medium desktop devices to large dekstop devices (starting from 992px to max 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
    .home-objects .spec_adres {
        font-size: 16px;
    }
}

.home-objects .spec_adres:after {
    width: 0;
    height: 1px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    content: "";
    opacity: 0;
    display: block;
}

.home-objects .spec_prijs {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%; 
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    opacity: 0;
}

.home-objects .spec-object:hover .spec_img_container img,
.home-objects .spec-object:focus .spec_img_container img {
    opacity: 0.5;
}

.home-objects .spec-object:hover .spec_adres:after,
.home-objects .spec-object:focus .spec_adres:after {
    width: 50%;
    opacity: 1;
}

.home-objects .spec-object:hover img,
.home-objects .spec-object:focus img {
    opacity: 1;
}

.home-objects .spec-object:hover .spec_plaats,
.home-objects .spec-object:focus .spec_plaats,
.home-objects .spec-object:hover .spec_adres,
.home-objects .spec-object:focus .spec_adres,
.home-objects .spec-object:hover .spec_prijs,
.home-objects .spec-object:focus .spec_prijs {
    opacity: 1;
}

.home-objects .spec1 {
    float: left;
}

.home-objects .spec2 {
    float: right;
}

.home-objects .spec3 {
    width: 50%;
}

.home-objects .spec4 {
    width: 50%;
}

/* Extra small devices - column XS (phones, 768px and down) */

@media (max-width: 767px) {
    .home-objects .spec3,
    .home-objects .spec4 {
        width: 100%;
    }

    .home-objects .spec-object,
    .home-objects .spec_img_container,
    .home-objects .spec_img_container img {
        height: 200px;
    }

    .home-objects .spec-object .spec_img_container img,
    .home-objects .spec-object .spec_img_container img {
        opacity: 0.5;
    }

    .home-objects .spec-object .spec_adres:after,
    .home-objects .spec-object .spec_adres:after {
        width: 50%;
        opacity: 1;
    }

    .home-objects .spec-object img,
    .home-objects .spec-object img {
        opacity: 1;
    }

    .home-objects .spec-object .spec_plaats,
    .home-objects .spec-object .spec_plaats,
    .home-objects .spec-object .spec_adres,
    .home-objects .spec-object .spec_adres,
    .home-objects .spec-object .spec_prijs,
    .home-objects .spec-object .spec_prijs {
        opacity: 1;
    }

    .home-objects .spec_adres {
        font-size: 16px;
        margin-top: 7.5px;
    }

    .home-objects .spec_adres:after {
        height: 0;
    }

}

/* home objects end */


/* brands start */

.brands {
    padding: 60px 0;
    text-align: center;
}

.body-home .brands {
    background-color: #c2b9aa;
    border-bottom: 0;
}

.brands {
    background-color: #c2b9aa;
    border-bottom: 10px solid #fff;
}

.brands .list-brands li {
    border: 1px solid #ddd6c9;
    padding: 25px;
    margin: 0 10px 0 10px;
}

.brands .list-brands li:hover {
    opacity: 0.8;
}

@media (min-width: 767px) { 
    .brands .list-brands {    
        display:table;
        width:100%;
    }

    .brands .list-brands li {
        display:table-cell;
    }    
}



/* From medium desktop devices to large dekstop devices (starting from 992px to max 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
    .brands .list-brands li {
        margin: 0;
    }
}

/* From small devices like Tablets to medium devices like desktops (starting from 768px to max 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .brands .list-brands li {
        margin-bottom: 30px;
    }
    .brands {
        padding: 60px 0 30px 0;
    }
}

/* Extra small devices - column XS (phones, 768px and down) */
@media (max-width: 767px) {
    .brands .list-brands li {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/* brands end */

/* Footer start  */


.footer-maps .titel-effect {
    margin: 7px 0 65px 0;
}

.footer-maps {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-image: url(../images/maps.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: 5px solid #646055;
}

.footer-maps:after {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    content: "";
    display: none;
}

.footer-maps .container-fluid {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.footer-maps .footer-adres {
    padding: 30px;
    position: relative;
    background-image: url(../images/footer-adres.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    box-shadow: 2.0736rem 2.0736rem 6.19174rem 0 #565656;
    z-index: 2;
    border: 1px solid #646055;
}

.footer-maps .footer-adres h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-maps .footer-adres li {
    line-height: 30px;
    font-size: 13px;
    color: #fff;
}

.footer-maps .footer-adres li a {
    color: #fff;
}

.footer-maps .footer-adres .list-social-media {
    display: table;
}

.footer-maps .footer-adres .list-social-media li {
    margin-right: 15px;
    float: left;
}

.footer-maps .footer-adres .list-social-media li:last-of-type {
    margin-right: 0;
}

.footer-maps .footer-adres .list-social-media li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #00ff00;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: table;
}

.footer-maps .footer-adres .list-social-media li.list-facebook a {
    background-color: #4867aa;
}

.footer-maps .footer-adres .list-social-media li.list-linkedin a {
    background-color: #0077b4;
}

.footer {
    padding-top: 30px;
}

.footer .container-fluid {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
}

.footer li {
    font-size: 12px;
    line-height: 30px;
}

.footer h4 {
    font-weight: 700;
}

.copyright-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #646055;
    font-size: 12px;
    color: #fff;
}

.copyright-footer a {
    color: #fff;
}

/* footer end */


/* Object */
/* Objects - Title */
.objects-title {
    border: 0;
    margin-top: 30px;
}

/* Objects - Search */
.objects-filters {
    background-color: #646055;
    border-bottom: 0;
    display: none; /* verzoek van klant */
}

.InfoContainerTop {
    display: none;
}

.layout-edit {
    background-color: #646055;
    color: #fff;
}

.layout-edit .col-lg-offset-4 {
    margin-left: 0;
}

.objects-filters .col-buttons {
    margin-bottom: 0;
}

.objects-filters .col-price-from {
    padding-right: 0;
}

.objects-filters .col-price-till {
    padding-left: 0;
}

.objects-filters .filter-dropdown,
.objects-filters .filter-input {
    min-height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 35px;
    border-color: #fff;
    border-radius: 2px;
    font-size: 12px;
}

.objects-filters .filter-dropdown:hover,
.objects-filters .filter-dropdown:focus,
.objects-filters .form-control:focus {
    background-color: #fff;
    color: #9b9b9b;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
}

.price .huurContainer {
    display: none;
}

.objects-filters .col-place .filter-dropdown {
    background: #fff url(../images/icon-place.png) no-repeat 13px center;
}

.objects-filters .col-types .filter-dropdown {
    background: #fff url(../images/icon-types.png) no-repeat 9px center;
}

.objects-filters .col-adres .filter-input {
    background: #fff url(../images/icon-adres.png) no-repeat 10px center;
}

.objects-filters .col-price-from .filter-dropdown {
    border-right: 0;
    border-radius: 2px 0 0 2px;
    background: #fff url(../images/icon-price.png) no-repeat 8px center;
}

.objects-filters .col-price-till .filter-dropdown {
    padding-left: 12px;
    border-radius: 0 2px 2px 0;
}

.objects-filters .dropdown-menu {
    border-radius: 2px;
    font-size: 12px;
}

.objects-filters .col-buttons .ssFilterSubmit {
    width: 80%;
    height: 40px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.objects-filters .col-buttons .ssFilterSubmit:hover,
.objects-filters .col-buttons .ssFilterSubmit:focus {
    background-color: #fff;
    border-color: #fff;
    color: #ec3908;
}

.objects-filters .col-buttons .ssFilterReset {
    width: 15%;
    height: 40px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    color: #f3b0ab;
}

.btn-extensive {
    border-color: #646055;
    border-bottom-color: #fff;
    font-size: 12px;
}

.ssFilterReset {
    display: none;
}

.btn-extensive:hover,
.btn-extensive:focus {
    border-color: #646055;
    border-bottom-color: #fff;
}

.extensive-items {
    border-top-color: #646055;
}

.extensive-items .filter-dropdown,
.extensive-items .filter-input {
    padding-left: 15px;
    border-color: #dfdfdf;
}

/* Objects - Layout Edit */
.layout-edit .btn-list,
.layout-edit .btn-grid-small,
.layout-edit .separate,
.layout-edit .btn-description,
.layout-edit .btn-features {
    display: none;
}

.layout-edit .filter-dropdown {
    min-height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 35px;
    border-color: #eaeaea;
    border-radius: 2px;
}

.layout-edit .filter-dropdown:hover,
.layout-edit .filter-dropdown:focus {
    background-color: #fff;
    border-color: #999;
    color: #9b9b9b;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
}

.layout-edit .InfoContainerTop .filter-dropdown {
    background: #fff url(../images/icon-sort.png) no-repeat 9px center;
}

.layout-edit .dropdown-menu {
    border-radius: 2px;
    font-size: 12px;
}

.btn-option {
    border-radius: 0;
}

.search-criteria {
    background-color: #f9f8f9;
}

.extensive-items .objects-filters .filter-dropdown {
    padding-left: 15px;
}

/* Objects - Object */

#ssFilter_num {
    display: none;
}

.objects-grid-large .picture img {
    height: 395px;
}

/* Extra small devices - column XS (phones, 768px and down) */
@media (max-width: 767px) {
    .objects-grid-large .picture img {
        height: auto;
    }
}

.objects {
    background-color: #f9f8f9;
}

.object .row {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
}

.object .object-picture {
    padding-left: 0;
    padding-right: 0;
}

.object .picture {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.object .picture a {
    padding: 0;
}

.objects-grid-small .container-fluid .picture img {
    height: 253px;
}

.status {
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
}

.status span,
.status.status-sold-reserve span,
.status.status-open-house span {
    width: auto;
    padding: 5px 10px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #ec3908;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    text-shadow: 0 0 rgba(0, 0, 0, 0);
    font-size: 12px;
}

.status span:before,
.status span:after {
    display: none;
}

.object-detail-photo .status span {
    top: 0;
    left: 0;
    background-color: #0090ff!important;
}

.object .object-picture .status.status-open-house {
    top: 10px;
    left: auto;
    right: 10px;
}

.object .object-info .object-extra-text {
    max-width: 93%;
    margin-bottom: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -27px;
    left: 0;
    background-color: rgba(236, 57, 8, 1);
    font-size: 12px;
    font-weight: 600;
    color: #fff!important;
    text-transform: uppercase;
}

.object .object-info {
    padding-left: 0;
    padding-right: 0;
}

.object .object-adres {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.object .object-adres a:after {
    width: 25px;
    height: 25px;
    line-height: 21px;
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #ec3908;
    border-radius: 100%;
    font-family:'FontAwesome';
    font-size: 15px;
    color: #fff;
    background-color: #ec3908;
    text-align: center;
    content:"\f105"
}

.object .object-adres h4 {
    font-size: 18px;
    color: #373737;
    font-weight: 500;
}

.object .object-adres h4 span.plaatsnaam {
    margin-top: 5px;
    font-size: 14px;
    color: #75787c;
    font-weight: 300;
    display: block;
}


.object .price {
    min-height: 30px;
    margin-top: 15px;
}

.object .price .status-text span {
    display: none;
}

.object .element_prijs1,
.object .element_prijs2 {
    font-size: 17px;
    color: #ec3908;
}

.object .element_prijs1 {
    display: none;
}

.object-view {
    width: 100%;
    height: calc(100% + 50px);
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 4;
}

.object-view .btn-view-object {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-indent: -9999px;
}

.object .options,
.object-tags {
    display: none;
}

.extra-info,
.copyright {
    background-color: #f9f8f9;
    font-size: 12px;
}

.copyright {
    padding-bottom: 50px;
    display: none;
}

.extra-info {
    padding-top: 15px;
    padding-bottom: 50px;
}


.objects-banner-extra .banner-extra {
    margin-bottom: 30px;
    padding: 25px 50px;
    background-color: #fff;
}

.objects-banner-extra .banner-extra h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.objects-banner-extra .banner-extra p {
    margin-bottom: 0;
}

.objects-banner-extra .banner-extra .btn-appointment {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #646055;
    border-color: #646055;
    color: #fff;
    font-weight: 700;
}

.objects-banner-extra .banner-extra:hover,
.objects-banner-extra .banner-extra:focus {
    background-color: #ec3908;
}

.objects-banner-extra .banner-extra:hover h2,
.objects-banner-extra .banner-extra:focus h2,
.objects-banner-extra .banner-extra:hover p,
.objects-banner-extra .banner-extra:focus p {
    color: #fff;
}


/* Object */

.body-detailpagina .object-detail-share .container .row .at-share-btn {
    background-color: #000!important;
}

.body-detailpagina .slider {
    height: 600px;
    background-image: none;
    overflow: hidden;
}

.body-detailpagina .slider img {
    width: 100%;
    min-width: 1400px;
    min-height: 585px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    display: block;
}

.object-detail-share {
    padding-bottom: 60px;
}

.object-detail-tags {
    display: none;
}

.object-detail-extra .href_terugoz_divider,
.object-detail-extra .btn-print {
    display: none;
}

.object-favorite span.Favorietlink, 
.object-favorite span.FavorietlinkOn {
    color: #fff;
}

.object-detail-features-extra {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}


.object-detail-features-extra .object-detail-features-extra-item {
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: center top;
}

.object-detail-features-extra .object-detail-features-extra-item-bouwjaar {
    background-image: url(../images/icon-bouwjaar-detail.png);
}

.object-detail-features-extra .object-detail-features-extra-item-woonoppervlakte {
    background-image: url(../images/icon-woonoppervlakte-detail.png);
}

.object-detail-features-extra .object-detail-features-extra-item-aantal-kamers {
    background-image: url(../images/icon-aantal-kamers-detail.png);
}

.object-detail-features-extra .object-detail-features-extra-item-perceeloppervlakte {
    background-image: url(../images/icon-perceeloppervlakte-detail.png);
}

.object-detail-features-extra .features-title {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
}

.object-detail-features-extra .features-info {
    width: 100%;
    text-align: center;
}

.form-hmodule-afspraak h1 {
    margin-top: 0;
    line-height: 30px;
    font-size: 25px;
    font-weight: 700;
}

.form-hmodule-afspraak h1 span.plaatsnaam {
    font-size: 15px;
    font-weight: 400;
    opacity: 0.5;
    display: block;
}

.form-hmodule-afspraak h2 {
    line-height: 30px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

#afspraak_container {
    margin-top: 15px;
}

#afspraak_container #Voorkeursdagrow .smartlabel,
#afspraak_container #Voorkeursdagdeelrow .smartlabel {
    display: block;
}

#afspraak_container #ContactLabelrow .smartlabel {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    display: block;
}

#afspraak_container .form-control {
    min-height: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #eaeaea;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}

#afspraak_container textarea.form-control {
    min-height: 125px;
}

#afspraak_container .btn-sent {
    padding: 15px 50px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-header-brochure {
    border-bottom: 0;
}

.form-hmodule-brochure a {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.form-hmodule-brochure a span {
    font-size: 55px;
    color: rgb(236, 57, 8);
}

.object-detail-extra {
    background-color: #f9f8f9;
}

.object-favorite span.Favorietlink {
    border-color: #646055;
    background-color: #646055;
}

.object-favorite span.FavorietlinkOn {
    background-color: #ff4201;
    border-color: #ff4201;
}

.object-detail-photo span, .object-detail-all-photos span, .object-detail-a4 span {
    background-color: rgba(255, 66, 1, 0.7);
}

.object-detail-media-options, .objects-related {
    border-color: #646055;
}

.object-detail-contact h3 {
    background-color: #646055;
}
.object-detail-contact .contact-info {
    background-color: #c2b9aa;
}

.object-detail-contact {
    border-color: #c2b9aa;
}

.object-detail-contact .contact-info li .glyphicons {
    color: #646055;
}

.object-detail-description-more, .object-detail-features-more {
    color: #ff4201;
}

@media (max-width: 767px) {
    .objects-grid-small .container-fluid .picture img {
        height: auto;
    }

}

@media (min-width: 1200px) {
    .objects-grid-small .object:nth-of-type(4n+1) {
        clear: none;
    }
    .objects-grid-small .object:nth-of-type(4n+0) {
        clear: none;
    }
}

@media (min-width: 1200px) and (max-width: 1420px) {
    .objects-grid-small .container-fluid .picture img {
        height: 173px;
    }
    .object .object-features {
        height: 70px;
        max-height: 70px;
        font-size: 14px;
    }    
}

.btn-sent,
.btn-custom {
    color: #fff;
    background-color: #ff4201;
    border-color: #ff4201;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-sent:active,
.btn-sent:focus,
.btn-sent:hover,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
    color: #fff;
    background-color: #646055;
    border-color: #646055;
}

/* Object end */


/* content start */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.article-wrap .article-title {
    font-size: 22px;
    margin: 30px 0 30px 0;
    line-height: normal;
    color: #000;
    font-weight: 700;
}

.article-wrap .article-title:after {
    display: block;
    width: 45px;
    height: 2px;
    margin-top: 15px;
    content: '';
    background-color: #ff4201;
}

.article-text h2 {
    font-size: 20px;
    margin: 30px 0 10px 0;
    line-height: normal;
    color: #181818;
    font-weight: 700;
}

.article-text h4,
.custom-snippet-1 h4 {
    margin-top: 40px;
}

.custom-snippet-1-text {
    line-height: 31px;
}

.article-items,
.article-text {
    line-height: 31px;
}

.article-content-2 {
    border-top:1px solid #c2b9aa;
    padding-top: 3rem;
    margin-bottom: 3rem;
}

.article-content-2 img {
    border: 1px solid #eee;
    padding: 3px;
        float: right;
    max-width: 35%;
    margin: 0 0 30px 30px
}


.article-copy {
    margin-bottom: 60px;
}

.news-img img, .article-figure .article-img {
    border: 1px solid #eee;
    padding: 3px;
}

/* content end */


/* nieuws start */

.news-date {
    display: none;
}

.news-title {
    font-size: 22px;
    margin:  -5px 0 0 0;
    line-height: normal;
    color: #181818;
    font-weight: 700;
}

.news-title:after {
    display: block;
    width: 45px;
    height: 2px;
    margin-top: 15px;
    content: '';
    background-color: #073d24;
}

.news-copy {
    line-height: 28px;
    letter-spacing: 1px;
    word-wrap: break-word;
}

.news-snippet {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

/* Extra small devices - column XS (phones, 768px and down) */
@media (min-width: 768px) {
    .news-img {
        padding-left: 0;
    }
}

/* nieuws end */


/* landingspage */

.formulier {
    padding-top: 60px;
    padding-bottom: 60px;
}

.formulier input {
    height: 60px;
    line-height: 60px;
}

.formulier #Naamrow,
.formulier #Telefoonrow {
    width: 50%;
    margin-bottom: 10px;
    display: inline-block;
    clear: both;
}

.formulier #Naamrow {
    padding-right: 10px;
}

.formulier #Telefoonrow {
    padding-left: 10px;
}

.formulier #Subbierow {
/*    text-align: center;*/
}

.formulier .btn-sent {
    font-size: 0;
}
.formulier .btn-sent:after {
    font-size: 14px;
    content: 'Bel mij';
    margin-left: -5px;
}
.home-objects h2,
.objects-title h2 {
    margin: 0 0 30px 0;
        font-size: 22px;
    font-weight: 600;
    margin: 0 0 60px 0;
    line-height: normal;
    color: #000;
    font-weight: 700;
}

.titel-effect span {
    color: #ff4201;
}

.reviews {
    background:#e7e7e7;
    padding-top:2rem;
    padding-bottom: 3rem;
}

.reviews h2 {
    text-align: center;
    margin-bottom: 30px;
}

.review-cijfer {
    font-weight: 700;
    font-size: 18px;
    margin-top:-30px;
    margin-bottom: 10px;
}

.reviews p {
    margin-bottom: 20px;
}

.review-item {
    background:#fff;
    padding:20px;
    margin-top: 20px;
    min-height: 360px;
}

.review-icon {
    border: 3px solid #c2b9aa;
    color: #c2b9aa;
    width: 40px;
    height: 40px;
    line-height: 52px;
    text-align: center;
    border-radius: 60px;
    margin: 0px auto;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top:-40px;
    margin-left: calc(50% - 20px) ;
}

.article-content-2 .snippet-wrap.custom-snippet-1:nth-child(3) {
    border-top: 1px solid #c2b9aa;
    padding-top: 30px;
    margin-top: 30px;
}


.article-content-2 .snippet-wrap.custom-snippet-1:nth-child(3) img {
    float: left;
    margin: 0 30px 30px 0;
}