/**/
body.unlogged.is_front {
    margin-bottom: 0 !important;
    background-image: none;
    background: #f3f3f3;
    min-width: 320px;
    min-height: 100vh;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.footer {
    position: relative;
}

.banner {
    background: url('/includes/blocks/layout/img/layout6.jpg') center top;
    background-size: cover !important;
    height: 630px;

}

video#video {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    min-width: 100%;
    width: auto;
    height: auto;
    min-height: 630px;

}

.form-type-1 {
    top: 95px;
}

.layout-6-section {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#search_panel {
    background: white;
    padding: 15px 0 15px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
}

.l6Cont {
    float: left;
    padding: 0 15px;
    width: 10%;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}

.l6img {
    position: relative;
    overflow: hidden;

}

.l6inner {
    -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background: white;
}

.l6img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.l6info {
    padding: 3px 5px;
    position: relative;
}

.l6info div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.l6name {
    /*width: 70%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    display: inline-block;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.l6age {
    min-width: 40px;
    text-align: right;
    display: inline-block;
    float: left;
}

#l6searchForm .selectCont {
    width: 25%;
    display: inline-block;
    float: left;
}

#l6searchForm .w-33 .selectCont {
    width: 33.333333333%;
}

#l6searchForm .selectContInner {
    padding: 0 5px;
}

#l6searchForm select {
    width: 100%;
    border: 1px solid black;
    font-size: 15px;
    padding: 5px 10px;
}

#l6searchForm label:first-child {
    padding-left: 0;
}

#l6searchForm input[type='submit'], #l6pinkBtn {
    color: #fff;
    background-color: #fd8de2;
    border: 1px solid black;
    margin-left: 15px;
    padding: 5px 20px;
    font-size: 15px;
    text-shadow: 1px 1px 0 black;
    background-color: -moz-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8de2), color-stop(30%, #fd8de2), color-stop(100%, #ff56df));
    background-color: -webkit-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    background-color: -o-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    background-color: -ms-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    background-color: linear-gradient(to bottom, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5);
}

.l6centered {
    text-align: center;
}

#l6pinkBtn {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 30px;

}

.l6testimonial {
    position: relative;
    z-index: 9999;
}

.l6testimonialInner {
    height: auto;
}

#l6Header {
    position: absolute;
    top: 45px;
    width: 52%;
    font-size: 56px;
    word-wrap: break-word;
    color: white;
    line-height: 56px;
    text-shadow: 1px 1px 1px black;
    z-index: 10000;
    display: inline-block;
}

#l6Header {
    word-wrap: break-word;
    display: block;
}

#l6Header h1 {
    margin: 0;
}

.flexsliderl6 {
    position: absolute;
    margin-top: 450px;
    margin-left: 0;
    width: 480px;
    height: auto;
    overflow: hidden;

}

.l6testimonialInner {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 25px 5px;
    -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5);
}

.l6testimonialInner h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 0;
}

.l6testimonialInner h3 span {
    color: #fd8de2;
}

.l6testimonialInner blockquote {
    font-size: 13px;
    padding: 0;
    margin: 0;
    border-left: none;
    text-align: center;
}

.l6testimonialInner p {
    text-align: right;
    right: 26px;
    bottom: 0;
    margin-top: 0;
}

@media (max-width: 767px) {
    .banner {
        display: none;
    }
}

/*boxed*/
@media (min-width: 1600px) {
    .boxed .l6Cont {
        width: 16.66666666666667%;
    }

}

@media (max-width: 1600px) {
    .boxed .l6Cont {
        width: 16.66666666666667%;
    }
}

@media (max-width: 1200px) {
    .boxed .l6Cont {
        width: 20%;
    }

    .boxed .l6Cont:nth-child(1) {
        display: none;
    }

    .boxed .l6Cont:nth-child(2) {
        display: none;
    }

    .boxed .l6Cont:nth-child(3) {
        display: none;
    }
}

@media (max-width: 991px) {
    .boxed .l6Cont {
        width: 25%;
    }

    #l6Header {
        width: 45%;
    }

    .boxed .l6Cont:nth-child(4) {
        display: none;
    }

    .boxed .l6Cont:nth-child(5) {
        display: none;
    }

    .boxed .l6Cont:nth-child(6) {
        display: none;
    }
}

@media (max-width: 700px) {
    .boxed .l6Cont {
        width: 25%;
    }

}

@media (max-width: 600px) {
    .boxed .l6Cont {
        width: 33.3333333333%;
    }

}

@media (max-width: 500px) {
    .boxed .l6Cont {
        width: 33.33333333%;
    }

    .boxed .l6Cont:nth-child(4) {
        display: none;
    }
}

@media (max-width: 400px) {
    .boxed .l6Cont {
        width: 33.33333333%;
        padding: 0 7px;
        margin-bottom: 14px;
    }
}

@media (max-width: 270px) {
    .boxed .l6Cont {
        width: 33.33333333%;
    }
}

@media (max-width: 991px) {
    #l6searchForm label, #l6searchForm select {
        font-size: 12px;
    }

    .flexsliderl6 {
        width: 300px;
        margin-top: 430px;

        height: auto;
    }

    .flexsliderl6 .l6testimonialInner h3 {
        font-size: 14px;
    }

    .flexsliderl6 .l6testimonialInner blockquote {
        font-size: 12px;
        text-align: left;
    }

    #search_panel .container {
        width: 100%;

    }

    #l6Header {
        font-weight: bold;
        font-size: 32px;
        line-height: 32px;
        top: 91px;
    }

    #l6Header #page-text {
        font-weight: bold !important;
        font-size: 32px !important;
        line-height: 32px !important;
    }
}

#filterProfielen {
    display: none;
}

#filterProfielenInner {
    display: block;
}

@media (max-width: 600px) {
    #l6searchForm .selectCont {
        width: 100%;
        padding: 0 30px;
        margin-bottom: 7px;
        margin-top: 7px;
    }

    #filterProfielen {
        display: block;

        font-weight: bold;
    }

    #filterProfielenInner {
        display: none;
    }

    #search_panel {

        padding: 10px 0 10px;
    }

    #filterProfielen .fa {
        font-size: 12px;
    }

    .fa-hid {
        display: none;
    }
}

.attachBlock, #smileBlock {
    display: none;
}

.modal-body {

    max-width: 385px;
    margin: 0 auto;
}

/*effect 1*/
.effect-1 .l6Cont:hover .l6img img {
    /*
        width: 180px;
        height: 180px;
        margin-left: -10px;
        margin-top: -10px;
    */
}

.l6Cont:hover .l6img .overlay-envelope {
    color: white;
    border-radius: 6px;
}

.l6searchREsInner:not(.effect-2) .thumb-envelope {
    display: none !important;
}

.l6Cont .l6img .overlay-envelope:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font: normal normal normal 14px/1 FontAwesome;
    padding-top: 25%;
    top: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 6px;
}

.l6Cont:hover .l6img .overlay-envelope:after {
    opacity: 1;
    border-radius: 6px;
}

.effect-1 .l6Cont:hover .l6img .overlay-envelope:after {
    content: "\f0e0";
    font-size: 55px;
    opacity: 1;
    border-radius: 6px;
}

.effect-1 .l6Cont:hover .l6info {
    color: #fe6be3;
}

/*effect 2*/
.effect-2 .l6Cont .thumb-envelope {
    position: absolute;
    left: 5px;
    top: -5px;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 27px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff;
    color: #fe6be3;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.effect-2 .l6Cont:hover .thumb-envelope {
    left: 0px;
    top: -10px;
}

.effect-2 .l6Cont:hover .l6inner {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35), 0 0 0 3px #fe6be3;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35), 0 0 0 3px #fe6be3;
}

.effect-2 .grid-item:hover .l4img img {
    width: 180px;
    height: 180px;
    margin-left: -10px;
    margin-top: -10px;
}

.effect-2 .grid-item:hover .l4img:after {
    background: rgba(0, 0, 0, 0.5);
}

.effect-2 .grid-item:hover .l4btn {
    background: #fe6be3;
    color: #fff;
    border: 1px solid #fe6be3;
}

body.modal-open .footer {
    top: 100% !important;
}