* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

button {
    border: none;
}

* {
    font-family: 'Open-Sans', sans-serif;
    font-size: 13px;
}

/******************************************************* Navigatie */

nav {
    display: block;
    background: white;
    /*position: fixed;*/
    width: 100%;
    z-index: 1000;
    padding: 20px 35px 0px 35px;
}

nav ul.menu li a.active {
    font-weight: 700;
    color: #888888;
}

@media (max-width: 992px) {
    nav ul.menu li a.active {
        font-weight: 700;
        color: white;
        background-color: #FA5850;
        border: none;
    }
}

.logo {
    width: 100%;
    height: 120px;
    position: relative;
    background-color: transparent;
    display: inline-block;
    padding: 10px 0px;
}

.logo .afbeelding {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent;
}

.menu {
    display: block;
    width: 100%;
    text-align: center;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    padding: 20px 20px 10px 0px;
}

.menu li a i {
    font-size: 20px;
    margin-right: 10px;
    color: #888888;
    display: inline-block;
}

@media (max-width: 992px) {
    .menu li a i {
        padding: 0px 0px;
        color: white;
        font-size: 14px;
    }
}

.menu li i:last-child {
    font-size: 14px;
    margin-right: 0px;
}

.menu li:first-child {
    padding-left: 0;
}

.menu li:last-child {
    padding-right: 0;
}

.menu li a {
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    display: block;
    color: #888888;
    transition: all 0.2s ease-in-out 0s;
    text-transform: uppercase;
    font-weight: 300;
}

.sub-menu li a {
    padding: 15px 15px;
}

.menu li a:hover,
.menu li:hover > a {

}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0px;
    top: 50px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
    border: 1px solid #e2e2e2;
}

.menu ul:after {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #e2e2e2;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul:before {
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    color: #888888;
    font-weight: 300;
    background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover > a {
    background: #EFEFEF;
    color: #888888;
}

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: white;
    color: #85a88d;
    font-weight: 600;
}

.responsive-menu:hover {
    background: white;
    color: #85a88d;
    text-decoration: none;
}

.sub-menu li {
    border-bottom: 1px solid #e2e2e2;
}

a.homer {
    background: white;
}

@media (max-width: 992px) {

    nav .logo {
        display: none;
    }

    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
        text-align: center;
        width: 100%;
        padding: 0px !important;
        background-color: #85a88d;
    }

    .hidden-small {
        display: none !important;
    }

    .responsive-menu {
        display: block;
        text-align: center;
        background-color: white;
        padding: 8px 20px 0px 20px;
    }

    .responsive-menu:hover {
        background-color: white;
    }

    #resp-menu {
        display: inline-block;
        text-align: right;
        font-size: 20px;
    }

    nav {
        display: block;
        background: transparent;
        position: fixed;
        width: 100%;
        z-index: 1000;
        padding: 0px 0px;
        top: 50px;
    }

    ul {
        margin-bottom: 0px;
    }

    nav a i {
        padding-top: 15px;
        color: #FA5850;
    }

    nav a i:focus, nav a i:hover, nav a i:active {
        color: #FA5850;
    }

    nav a .logo {
        width: 200px;
        height: 100%;
        position: relative;
        display: inline-block;
        float: left;
        padding: 0px 0px;
    }

    nav a .logo .afbeelding {
        display: inline-block;
        width: 100%;
        height: 50px;
        position: relative;
    }

    .menu li {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0px;
    }

    .menu li a {
        background: #EFEFEF;
        color: #888888;
        padding: 8px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu li a:hover,
    .menu li:hover > a {
        background: #FA5850;
        color: white;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu ul:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: white;
        border-width: 6px;
        margin-left: -6px;
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li > ul ul:hover {
        transform: initial;
    }

}

.taskbar {
    background-color: #EFEFEF;
    padding: 15px 0px;
    position: relative;
    color: #888888;
    text-align: center;
}

@media (max-width: 992px) {
    .taskbar {
        position: fixed;
        display: block;
        width: 100%;
        z-index: 100;
        text-align: right;
        padding: 10px 10px;
    }
}

.taskbar p {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0px;
}

.taskbar a, .taskbar:visited {
    display: inline-block;
    color: #888888;
    margin-right: 7px;
}

.taskbar a:hover, .taskbar a:focus, .taskbar a:active {
    color: #FA5850;
    text-decoration: none;
}

.taskbar i {
    display: inline-block;
    color: #FA5850;
}

/******************************************************* Footer */

footer {
    display: inline-block;
    width: 100%;
}

footer .footer-padding {
    padding: 30px 60px;
    display: inline-block;
    width: 100%;
}

@media (max-width: 992px) {
    footer .footer-padding {
        padding: 30px 30px;
        display: inline-block;
        width: 100%;
    }
}

.footer-logo {
    height: 40px;
    width: 200px;
    float: left;
}

@media (max-width: 992px) {
    .footer-logo {
        height: 40px;
        width: 200px;
        float: left;
        margin-bottom: 15px;
    }
}

.footer-adres p {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #888888;
}

.footer-adres a, .footer-adres:visited {
    display: block;
    color: #888888;
    margin-right: 7px;
    line-height: 40px;
}

.footer-adres a:hover, .footer-adres a:focus, .footer-adres a:active {
    color: #FA5850;
    text-decoration: none;
    cursor: pointer;
}

.footer-adres i {
    display: inline-block;
    color: #FA5850;
    line-height: 40px;
}

@media (max-width: 992px) {

    .footer-adres p {
        display: inline-block;
        margin-right: 7px;
        margin-bottom: 0px;
        line-height: 20px;
        color: #888888;
    }

    .footer-adres a, .footer-adres:visited {
        display: inline-block;
        color: #888888;
        margin-right: 7px;
        line-height: 20px;
    }

    .footer-adres i {
        display: inline-block;
        color: #FA5850;
        line-height: 20px;
    }
}

.footer-menu {
    padding: 0px 0px;
    /*border-top:1px solid #EFEFEF;*/
    /*border-bottom:1px solid #EFEFEF;*/
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    /*text-align: center;*/
}

.footer-menu a {
    color: #888888;
    text-transform: none;
    margin-right: 0px;
    font-size: 13px;
}

@media (max-width: 992px) {
    .footer-menu a {
        display: block;
        margin-bottom: 5px;
    }
}

.footer-menu a:hover, .footer-menu a:focus, .footer-menu a:active {
    color: #FA5850;
    text-decoration: none;
}

.footer-menu a:last-child {
    margin-right: 0px;
}

.copyright {
    display: flex !important;
    justify-content: space-between;
    background-color: #EFEFEF;
    padding: 30px 0px;
}

@media (max-width: 767px) {
    .copyright {
        display: inline-block !important;
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .copyright-left {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .copyright-right {
        display: block !important;
    }
}

.copyright-left {
    display: inline-block;
    width: auto
}

.copyright-left p {
    display: inline-block;
}

.copyright-left span {
    display: inline-block;
    margin: 0 5px;
    color: #B0B0B0;
}

.copyright-right {
    display: inline-block;
    width: auto;
}

.copyright p, .copyright a {
    color: #B0B0B0;
    /*text-transform: uppercase;*/
    margin: 0px;
}

.copyright a:hover, .copyright a:visited, .copyright a:focus, .copyright a:active {
    color: #B0B0B0;
    /*text-transform: uppercase;*/
    margin: 0px;
    text-decoration: none;
}

/******************************************************* Fonts */

h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

strong, bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: white;
}

:-moz-placeholder { /* Firefox 18- */
    color: white;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

.text-red {
    color: #FA5850;
}

/******************************************************* Margin & Padding */

@media (max-width: 992px) {
    .container-content {
        padding: 115px 0px 0px 0px !important;
    }
}

.no-col-padding {
    padding: 0px;
}

.no-col-padding-left {
    padding-left: 0px !important;
}

.no-col-padding-right {
    padding-right: 0px;
}

@media (max-width: 992px) {
    .no-col-padding-small {
        padding: 0px;
    }

    .hidden-small {
        display: none;
    }
}

@media (max-width: 440px) {
    .hidden-extra-small {
        display: none !important;
    }
}

/******************************************************* Buttons */

.btn-flat {
    padding: 8px 20px;
    border: none;
    border-radius: 0px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.btn-red {
    background-color: #FA5850;
    color: white;
}

.btn-red:hover {
    background-color: #ea534a;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.btn-white {
    background-color: white;
    color: #FA5850;
}

.btn-white:hover {
    background-color: #f8f8f8;
    color: #FA5850;
    cursor: pointer;
    text-decoration: none;
}

/******************************************************* Thumbnail */

.thumbnail {
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.thumbnail .image {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.thumbnail .image div {
    position: absolute;
    width: 100%;
    height: 100%;
}

/******************************************************* Google Map */

#map-canvas {
    display: inline-block;
    height: 350px;
    width: 100%;
    margin-bottom: -10px;
}

/******************************************************* Breadcrumbs */

.breadcrumbs {
    padding: 20px 60px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        padding: 20px 35px;
    }
}

.breadcrumbs a {
    color: #888888;
}

.breadcrumbs a:hover {
    color: #888888;
    text-decoration: none;
}

.breadcrumbs a.active {
    color: #FA5850;
}

.breadcrumbs a:after {
    content: '/';
    display: inline-block;
    margin: 0px 5px;
}

.breadcrumbs a:last-child:after {
    content: '';
}

/******************************************************* Homepage */

.slider-homepage {
    height: 400px;
}

.slider-homepage .slider-image {
    height: 400px;
    position: relative;
}

@media (max-width: 992px) {
    .slider-homepage {
        height: 250px;
    }

    .slider-homepage .slider-image {
        height: 250px;
        position: relative;
    }
}

.slider-text {
    display: inline-block;
    padding: 20px;
    position: absolute;
    bottom: 50px;
    left: 100px;
}

@media (max-width: 992px) {
    .slider-text {
        display: inline-block;
        padding: 20px;
        position: absolute;
        bottom: 10px;
        left: 60px;
    }
}

.slider-text h2 {
    color: white;
    font-size: 60px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #8e8e8e;
    margin: 0px 0px 10px 0px;
}

.slider-text h3 {
    color: white;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #8e8e8e;
    margin: 0px 0px 20px 0px;
}

@media (max-width: 992px) {
    .slider-text h2 {
        color: white;
        font-size: 25px;
        font-weight: 600;
        text-shadow: 1px 1px 1px #8e8e8e;
        margin: 0px 0px 10px 0px;
    }

    .slider-text h3 {
        color: white;
        font-size: 20px;
        font-weight: 600;
        text-shadow: 1px 1px 1px #8e8e8e;
        margin: 0px 0px 20px 0px;
    }
}

.slider-text p a {
    padding: 8px 20px;
    border: none;
    border-radius: 0px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    background-color: #FA5850;
    color: white;
}

.slider-text p a:hover {
    background-color: #e9524b;
    text-decoration: none;
}

.home-facebookberichten {
    display: inline-block;
    width: 100%;
    padding: 30px 60px;
    text-align: center;
}

@media (max-width: 992px) {
    .home-facebookberichten {
        display: inline-block;
        width: 100%;
        padding: 30px 2px;
        text-align: center;
    }

}

.home-facebookberichten h2 {
    color: #888888;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
}

.home-facebookberichten h2:after {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    margin: 10px auto 0px auto;
    background-color: #888888;
}

.home-facebookberichten h2 i {
    color: #888888;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Crimson Text', serif;
}

.home-categorieën {
    display: inline-block;
    width: 100%;
    padding: 0px 45px 30px 45px;
    text-align: center;
}

@media (max-width: 992px) {
    .home-categorieën {
        display: inline-block;
        width: 100%;
        padding: 0px 20px 30px 20px;
        text-align: center;
    }
}

.home-categorieën h2 {
    color: #888888;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
}

.home-categorieën h2:after {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    margin: 10px auto 0px auto;
    background-color: #888888;
}

.home-categorieën h2 i {
    color: #888888;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Crimson Text', serif;
}

.categorie {
    height: 250px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

a.categorie {
    cursor: pointer;
}

div.categorie {
    cursor: default;
}

@media (max-width: 992px) {
    .categorie {
        margin-bottom: 15px;
    }
}

.categorie:hover {
    text-decoration: none;
}

.home-categorieën h2 {
    color: #888888;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.home-categorieën h2:after {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    margin: 10px auto 0px auto;
    background-color: #888888;
}

.home-categorieën h2 i {
    color: #888888;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Crimson Text', serif;
}

.categorie-kader {
    margin-top: 75px;
    height: 100px;
    width: 100%;
    display: table;
    background-color: rgba(255, 255, 255, .8);
}

.categorie:hover .categorie-kader {
    background-color: rgba(255, 255, 255, .9);
    cursor: pointer;
}

.categorie-kader:hover {
    text-decoration: none;
}

.categorie-tekst {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    text-align: right;
}

.categorie-tekst h3 {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 300;
}

.categorie-tekst p {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 300;
    color: #888888;
    text-shadow: 1px 1px 1px #9e9e9e;
}

.dames h3 {
    color: #F7D066;
    text-shadow: 1px 1px 1px #9e9e9e;
}

.heren h3 {
    color: #FA5850;
}

.merken h3 {
    color: #888888;
}

a:focus {
    text-underline: none !important;
}

/******************************************************* Webshop */

.webshop {
    display: inline-block;
    width: 100%;
    padding: 0px 60px;
}

@media (max-width: 992px) {
    .webshop {
        display: inline-block;
        width: 100%;
        padding: 0px 20px;
    }
}

.filter {
    padding: 10px 15px;
    border: 1px solid #EFEFEF;
}

.filter h2 {
    color: #888888;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Crimson Text', serif;

}

.aanbod-header-img {
    height: 200px;
    width: 100%;
    display: inline-block;
}

.aanbod-header-img h2 {
    padding-top: 50px;
    padding-left: 45px;
    color: white;
    font-size: 45px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #8e8e8e;
}

.panel {
    border: none !important;
    box-shadow: none !important;
}

.panel-heading {
    border: none !important;
    background-color: transparent !important;
    font-family: "Open-Sans" !important;
    color: #888888 !important;
    padding: 15px 0px 5px 0px !important;
}

.panel-title a {
    font-weight: 400;
    font-size: 14px;
}

.panel-title a:hover, .panel-title a:focus, .panel-title a:active, .panel-title a:visited {
    text-decoration: none;
}

.panel-title a:before {
    content: '\f0da';
    font-family: FontAwesome;
    display: inline-block;
    color: #888888;
    margin-right: 8px;

}

.panel-title a.test:before {
    content: '\f0d7';
    font-family: FontAwesome;
    display: inline-block;
    color: #888888;
    margin-right: 8px;
}

.panel-body {
    padding: 5px 0px 5px 0px !important;
}

.panel ul {
    list-style: none;
    margin-bottom: 0px;
}

.panel ul li {
    color: #888888;
    left: -15px;
    padding: 5px 0px;
    border-bottom: 1px solid #f3f3f3;
}

.panel ul li:last-child {
    border-bottom: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none !important;
}

.recent-bekeken {
    margin-top: 0px;
    padding: 10px 0px;
}

.recent-bekeken h2 {
    color: #888888;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Crimson Text', serif;
}

.recent-bekeken-product {
    border: 1px solid #EFEFEF;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.recent-bekeken-product-foto {
    height: 50px;
    width: 50px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.recent-bekeken-product-tekst {
    height: 50px;
    display: inline-block;
}

.recent-bekeken-product-tekst h2 {
    font-family: 'Open-Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    color: #888888;
}

.recent-bekeken-product-tekst p {
    font-family: 'Open-Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
    color: #888888;
}

.product-webshop {
    position: relative;
    margin-bottom: 30px;
}

.product-webshop .nieuw {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
}

.product-webshop .product-foto {
    width: 100%;
    height: 250px;
    display: inline-block;
    margin-bottom: 10px;
}

.product-webshop p {
    font-family: 'Open-Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    color: #888888;
}

.cta {
    padding: 25px 0px;
    background-color: #FA5850;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.cta p {
    display: inline-block;
    color: white;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 300;
    margin-right: 10px;
    font-family: 'Open-Sans', sans-serif;
}

@media (max-width: 992px) {
    .cta p {
        display: inline-block;
        color: white;
        font-size: 12px;
        letter-spacing: .5px;
        font-weight: 300;
        margin-right: 0px;
        font-family: 'Open-Sans', sans-serif;
    }
}

.cta input {
    background-color: rgba(255, 255, 255, .2);
    border: none;
    padding: 8px 15px;
    color: white;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

.row {
    margin: 0px !important;
}

/******************************************************* Acties */

.acties {
    display: inline-block;
    width: 100%;
    padding: 0px 45px 0px 45px;
}

@media (max-width: 992px) {
    .acties {
        display: inline-block;
        width: 100%;
        padding: 0px 20px 0px 20px;
    }
}

.acties-bericht {
    border-bottom: 1px solid #888888;
    padding-bottom: 25px;
    padding-top: 25px;
}

.acties-bericht:first-child {
    padding-top: 0px;
}

.acties-bericht:last-child {
    border-bottom: none;
}

.acties-datum {
    background-color: #FA5850;
    width: 70px;
    height: 70px;
    display: table;
    border-radius: 50% 50%;
    color: white;
    text-align: center;
    float: left;
    margin-right: 40px;
}

.acties-datum h2 {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Crimson Text', serif;
    margin-bottom: 0px;

}

.acties-datum p {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Crimson Text', serif !important;
    margin: 0px;
    color: white !important;
}

.actie-titel {
    display: inline-block;
    float: left;
}

.actie-titel h2 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Crimson Text', serif;
    margin: 10px 0px 0px 0px;
    color: #888888;
}

.actie-titel p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif !important;
    margin: 0px;
    color: #888888;
}

.actie-foto {
    height: 350px;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
}

.acties-bericht p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
    margin: 0px;
    color: #888888;
    margin-bottom: 10px;
}

.social-share {
    margin-top: 25px;
}

.social-share a i {
    color: #888888;
    font-size: 18px;
    margin-right: 15px;
}

.social-share a i:hover {
    color: #FA5850;
    cursor: pointer;
}

.volg-ons {
    background-color: #F5F5F7;
    color: #888888;
    border-bottom: 1px solid #888888;
    text-align: center;
    padding: 40px 20px;
}

.volg-ons h2 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Crimson Text', serif;
    margin: 0px 0px 25px 0px;
    color: #888888;
}

.volg-ons p {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
    margin: 0px;
    color: #888888;
    margin-bottom: 10px;
}

.nieuwsbrief {
    background-color: #F5F5F7;
    color: #888888;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 15px;
}

.nieuwsbrief h2 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Crimson Text', serif;
    margin: 0px 0px 25px 0px;
    color: #888888;
}

.nieuwsbrief p {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
    margin: 0px;
    color: #888888;
    margin-bottom: 10px;
}

.nieuwsbrief form input {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background-color: white;
    padding: 5px 10px;
    text-align: left;
}

.nieuwsbrief form button {
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
}

input.nieuwsbrief::-webkit-input-placeholder {
    color: #d1d1d1;;
}

input.nieuwsbrief:-moz-placeholder { /* Firefox 18- */
    color: #d1d1d1;
}

input.nieuwsbrief::-moz-placeholder { /* Firefox 19+ */
    color: #d1d1d1;
}

input.nieuwsbrief:-ms-input-placeholder {
    color: #d1d1d1;
}

/******************************************************* Contact */

.contact {
    padding: 20px 60px;
}

@media (max-width: 992px) {
    .contact {
        padding: 20px 20px;
    }
}

.contact-gegevens h2 {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
    margin: 0px;
    color: #888888;
    margin-bottom: 15px;
}

.contact-formulier h2 {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
    margin: 0px;
    color: #888888;
    margin-bottom: 15px;
}

.contact-formulier form input {
    border: 1px solid #d1d1d1;
    background-color: white;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
}

input.contact::-webkit-input-placeholder {
    color: #d1d1d1;;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
}

input.contact:-moz-placeholder { /* Firefox 18- */
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
}

input.contact::-moz-placeholder { /* Firefox 19+ */
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
}

input.contact:-ms-input-placeholder {
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
}

textarea.contact::-webkit-input-placeholder {
    color: #d1d1d1;;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
}

textarea.contact:-moz-placeholder { /* Firefox 18- */
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
}

textarea.contact::-moz-placeholder { /* Firefox 19+ */
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
}

textarea.contact:-ms-input-placeholder {
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open-Sans', sans-serif;
}

.contact-formulier form textarea {
    border: 1px solid #d1d1d1;
    background-color: white;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    resize: none;
}

.gegevens-blok {
    margin-bottom: 20px !important;
}

.gegevens-blok i {
    display: inline-block;
    float: left;
    font-size: 22px;
    color: #ababab;
    margin-right: 15px;
}

.fa-envelope {
    font-size: 16px !important;

}

.gegevens-blok .gegevens p {
    color: #888888;
    font-size: 14px;
    margin: 0px;
    font-weight: 300;
}

.gegevens-blok .gegevens a {
    color: #888888;
    font-size: 14px;
    margin: 0px;
    font-weight: 300;
}

.footer-menu a {
    display: block;
    border: none;
}

.footer-social {
    width: 25px;
    height: 25px;
    background-color: #FA5850;
    border-radius: 50% 50%;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 25px;
}

footer h2 {
    font-family: 'Open-Sans', sans-serif;
    color: #888888;
    font-weight: 500;
    font-size: 18px;
    margin-top: 5px;
}

.footer-social:hover {
    color: white;
    background-color: #e25048;
}

#map-canvas {
    display: inline-block;
    width: 100%;
    height: 250px;
}

@media (min-width: 992px) {
    .hidden-big {
        display: none;
    }
}

@media (max-width: 992px) {
    .copyright {
        display: inline-block;
        width: 100%;
        margin-bottom: -5px;
        padding: 30px 0px;
        text-align: center;
    }

    .copyright .left {
        display: inline;
        float: none;
    }

    .copyright .right {
        display: inline;
        float: none;
    }
}

@media (min-width: 993px) {
    .copyright {
        display: inline-block;
        width: 100%;
        margin-bottom: -5px;
        padding: 30px 90px;
    }

    .copyright .left {
        display: inline;
        float: left;
    }

    .copyright .right {
        display: inline;
        float: right;
    }
}

.active-filter {
    font-weight: bold;
}

.filter-list li {
    cursor: pointer;
}

/*.justified-gallery .caption{*/
/*opacity: 1 !important;*/
/*bottom:15px !important;*/
/*background-color: rgba(255, 255, 255, .9) !important;*/
/*text-transform: uppercase !important;*/
/*text-align: left !important;*/
/*padding: 10px 20px !important;*/
/*color:#888888 !important;*/
/*}*/

.contact-gegevens p {
    font-size: 14px;
    color: #888888;
    font-weight: 300;
}

#personal-shopper p {
    color: #888888;
    font-size: 16px;
}

#personal-shopper h2 {
    color: #888888;
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}

#personal-shopper .cta {
    padding: 60px 0;
}

#personal-shopper .cta p {
    color: white;
}

.shopper-intro {
    text-align: center;
}

.shopper-intro h2 {
    margin-bottom: 25px;
}

.shopper-detail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 992px) {
    .shopper-detail {
        margin-bottom: 20px;
    }
}

.shopper-detail .overlay {
    background-color: rgba(250, 88, 80, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
    color: white;
    display: table;
    padding: 0 15px;
    text-align: center;
}

.shopper-detail:hover .overlay {
    height: 100%;
}

.shopper-detail .overlay .overlay-content {
    display: table-cell;
    vertical-align: middle;
}

.shopper-detail .overlay .overlay-content button {
    display: none;
}

.shopper-detail:hover .overlay .overlay-content button {
    display: inline-block;
}

.shopper-detail:hover .overlay .overlay-content h4 {
    display: none;
}

.shopper-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}

.shopper-afspraak {
    background-color: #FA5850;
    text-align: center;
    padding: 25px 200px;

}

@media (min-width: 768px) and (max-width: 992px) {
    .shopper-afspraak {
        padding: 25px 100px;
    }
}

@media (max-width: 767px) {
    .shopper-afspraak {
        padding: 25px 30px;
    }
}

.shopper-afspraak h2 {
    color: white !important;
    margin: 0 !important;
    font-size: 22px;
}

.padding-block-shopper {
    padding: 60px 130px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .padding-block-shopper {
        padding: 60px 100px;
    }
}

@media (max-width: 767px) {
    .padding-block-shopper {
        padding: 60px 30px;
    }
}

.remodal {
    padding: 0px !important;
}

.remodal .remodal-close {
    position: absolute;
    left: auto;
    right: 0;
    z-index: 700;
    color: white;
}

.remodal .links {
    height: 100%;
    background-color: white;
    padding: 30px;
}

.remodal .links .remodal-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
}

.remodal p {
    color: #888888;
    font-size: 15px;
}

.remodal .rechts form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Open-Sans', sans-serif;
    color: #888888;
    font-size: 15px;
}

.remodal .rechts form ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Open-Sans', sans-serif;
    color: #888888;
    font-size: 15px;
}

.remodal .rechts form :-ms-input-placeholder { /* IE 10+ */
    font-family: 'Open-Sans', sans-serif;
    color: #888888;
    font-size: 15px;
}

.remodal .rechts form :-moz-placeholder { /* Firefox 18- */
    font-family: 'Open-Sans', sans-serif;
    color: #888888;
    font-size: 15px;
}

.remodal .rechts form select { /* Firefox 18- */
    background-color: white;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/assets/img/select.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 3%;
}

.remodal .rechts form option { /* Firefox 18- */
    background-color: white;
}

.remodal .rechts {
    height: 100%;
    background-color: #FA5850;
    padding: 30px;
}

.remodal .rechts h2, .remodal .rechts h2 span {
    color: white;
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}

.remodal .rechts form {
    margin: 20px 0;
}

.remodal .rechts form button {
    float: right;
    margin-right: 15px;
}

.remodal .rechts input, .remodal .rechts textarea {
    border-radius: 0;
    border: none;
    padding: 12px 16px;
}

.remodal-overlay {
    z-index: 7000 !important;
}

.remodal-wrapper {
    z-index: 7001 !important;
}

.remodal .rechts #closed-alert p {
    color: white;
}

.day.disabled {
    color: #AAAAAA;
}

.datepicker.dropdown-menu {
    padding: 5px 10px;
}

.remodal label.error {
    color: white;
    text-align: left;
    margin-top: 5px;
}

.contact-formulier label.error {
    color: #888888;
}

.lookbook {
    width: 100%;
    padding: 0px 45px 30px 45px;
}

.lookbook .slider {
    padding: 0 20px;
}

@media (max-width: 992px) {
    .lookbook .slider {
        padding: 0;
    }
}

.lookbook .slider .slider-item .image {
    height: 400px;
    background-color: #efefef;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.lookbook .slider .slick-prev {
    background-color: #FA5850;
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 20;
}

@media (max-width: 992px) {
    .lookbook .slider .slick-prev {
        left: -20px;
    }
}

.lookbook .slider .slick-prev:before {
    font-family: Fontawesome;
    content: '\f053';
    font-size: 1.2rem;
}

.lookbook .slider .slick-next {
    background-color: #FA5850;
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 20;
}

@media (max-width: 992px) {
    .lookbook .slider .slick-next {
        right: -20px;
    }
}

.lookbook .slider .slick-next:before {
    font-family: Fontawesome;
    content: '\f054';
    font-size: 1.2rem;
}