html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

html,
body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

footer a,
footer {
    font-size: 16px;
}

body {
    font-family: 'Amiri', serif;
    color: #333;
    font-size: 16px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ececec+0,fcfcfc+50,ececec+100 */
    background: #ececec;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ececec 0%, #fcfcfc 50%, #ececec 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ececec 0%, #fcfcfc 50%, #ececec 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ececec 0%, #fcfcfc 50%, #ececec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec', GradientType=1);
    /* IE6-9 */
}

div.hometext h2 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 18px;
    margin-top: 50px;
    text-align: center;
}

h2.hometitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 18px;
    margin-top: 50px;
}

section.home-text-section {
    background: lightgrey;
    border: 1px solid #ddd;
}

div.hometext {
    padding: 0 50px 40px 50px;
}

.mainContent {
    margin-top: 200px;
    margin-bottom: 100px;
}

div.instagram {
    position: absolute;
    top: 6px;
    right: 25px;
    font-size: 19px;
}

div.searchholder {
    position: relative;
    top: 6px;
    z-index: 100;
}

h4.contact {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 300;
}

div.contact-info {
    padding-left: 30px;
}

div.contact-info a , div.contact-info span{
    position: relative;
    line-height: 30px;
}

div.contact-info i {
    position: absolute;
    left: -30px;
    top: 4px;
}
.img-item > img {
    width: 100%;
}
input.search {
    font: bold 10px/16px Arial;
    padding: 0 0 0px 4px;
    width: 100px;
    height: 18px;
    min-height: 16px;
    border: solid 1px #bbb;
    background-color: #fff;
    color: #555;
    float: left;
    border-radius: 0px;
    -webkit-appearance: none;
}

input.searchsubmit {
    font: bold 10px/16px Arial;
    padding: 0px 0px 0px 0px;
    width: 55px;
    height: 18px;
    border: none;
    background-color: #bbb;
    color: #fff;
    cursor: pointer;
    float: left;
    text-shadow: 0;
    display: inline-table;
    border-radius: 0px;
    text-shadow: 0 0px rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

input.searchsubmit:hover {
    background-color: #777;
}

li.searchmenu {
    display: block;
}

a.logo:visited {
    color: #fff;
}

.headermenu {
    text-align: center;
}

a.logo {
    display: inline-block;
    padding: 5px 0;
}

img.logo {
    height: 90px;
}

#nav-wrap li.email a,
#nav-wrap li.tel a {
    font-size: 15px;
    letter-spacing: 1px;
}

/*nav.nav-wrap {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 40px;*/
    /*left: 90px;*/
/*}*/

#nav-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 10px;
    flex-flow: row nowrap;
    justify-content: center;
}

#nav-wrap li {
    list-style: none;
    margin: 0px 10px;
}

#nav-wrap li.menuspace {
    width: calc(100% - 400px);
}

#nav-wrap a {
    font-family: 'Amiri', serif;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    /*line-height: 17px;*/
    /*margin-bottom: 10px;*/
}

#nav-wrap a.infodropdown {
    margin-bottom: 31px;
    white-space: nowrap;
}

#nav-wrap a.socialmedia {
    font-size: 20px;
    line-height: 20px;
}

.menubtn {
    display: none;
}

img.page-img {
    float: right;
    max-width: 100%;
}

div.masonry-grid-fitrows {
    display: flex;
    flex-wrap: wrap;
}

img.thumb-image {
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

a.thumb {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

div.thumbimageholder {
    width: 100%;
    height: 0px;
    padding-top: 132%;
    display: table;
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
}

div.item-title {
    text-align: center;
}

div.gallery figure {
    margin: 0px;
}

div.categorylist-home {
    margin-top: 60px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

div.categorylist-home div.item-title {
    text-transform: uppercase;
    padding: 10px;
}

.onsale {
    height: 24px;
    width: 24px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 40px;
    top: 15px;
    right: 35px;
    margin: 0;
    background: #992320;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 2;
    text-transform: uppercase;
    line-height: 40px;
}

.onhold {
    height: 70px;
    width: 70px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 40px;
    top: 15px;
    right: 35px;
    margin: 0;
    background: #333;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 35px;
    z-index: 2;
    text-transform: uppercase;
    line-height: 70px;
}

#scroll-top a.scrollup {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #333;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    display: none;
    opacity: 0.89;
    filter: alpha(opacity=89);
    z-index: 999;
    border-radius: 100%;
}

#nav-wrap li.subcatlist {
    margin-left: 0px;
    margin-right: 0px;
}

#nav ul.dropdown {
    padding: 10px 25px;
    margin: 0px 0px 0px -25px;
    list-style: none;
    z-index: 9;
    position: absolute;
    background: #DCD3C8;
    z-index: 91000;
    display: none;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    line-height: 35px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ececec+0,fcfcfc+50,ececec+100 */
    background: rgb(236, 236, 236);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(236, 236, 236, 0.7) 0%, rgba(252, 252, 252, 0.7) 50%, rgba(236, 236, 236, 0.7) 100%) fixed;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(236, 236, 236, 0.7) 0%, rgba(252, 252, 252, 0.7) 50%, rgba(236, 236, 236, 0.7) 100%) fixed;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(236, 236, 236, 0.7) 0%, rgba(252, 252, 252, 0.7) 50%, rgba(236, 236, 236, 0.7) 100%) fixed;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec', GradientType=1);
    /* IE6-9 */
}

#nav-wrap li.menu-item-has-children:hover ul.dropdown {
    display: block;
}

div.copyright {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

#nav ul.restauratiemenu {
    left: 0px;
    max-width: 440px;
    text-align: center;
}

#nav ul.verkoopmenu {
    right: 0px;
    max-width: 420px;
    text-align: center;
}

@media (max-width: 1200px) {
    #nav ul.restauratiemenu {
        left: unset;
        max-width: 100%;
    }
    #nav ul.verkoopmenu {
        right: unset;
        max-width: 100%;
        text-align: unset;
    }
    div.headermenu {
        padding: 0px;
    }
    #nav-wrap li {
        margin: 0px;
    }
    #nav-wrap a.infodropdown {
        margin-bottom: 10px;
    }
    #nav-wrap li.menu-item-has-children a.infodropdown {
        display: none;
    }
    #nav ul.dropdown {
        padding: 0px;
        margin: auto;
        list-style: none;
        z-index: 9;
        position: relative;
        background: transparent;
        z-index: 91000;
        display: block;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.0);
        -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.0);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.0);
        line-height: unset;
        max-width: 100%;
    }
    #nav-wrap a {
        font-family: 'Amiri', serif;
        font-size: 16px;
        line-height: 20px;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
        color: #333;
    }
    img.page-img {
        float: unset;
        margin-top: 30px;
        width: 100%;
    }
    div.headermenu {
        display: table;
    }
    img.logo {
        height: unset;
        max-width: 100%;
        max-height: 70px;
    }
    .menubtn {
        display: table;
        z-index: 1000000;
        position: absolute;
        right: 20px;
        top: 95px;
        cursor: pointer;
        margin: auto;
        left: 20px;
        width: 26px;
    }
    #nav-wrap ul {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 30px;
        padding: 15px;
    }
    nav.nav-wrap {
        display: none;
        background: #FBFBFB;
        width: 100%;
        margin: 0px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding-top: 10px;
        text-align: center;
    }
    nav.show {
        z-index: 1000;
        top: unset;
        position: absolute;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
        height: 3px;
        background-color: black;
        margin: 4px 0;
        transition: 0.4s;
    }

    .menubtn.change .bar1,
    .menubtn.change .bar2,
    .menubtn.change .bar3 {
        background-color: #333;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-2px, 6px);
        transform: rotate(-45deg) translate(-2px, 6px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-3px, -8px);
        transform: rotate(45deg) translate(-3px, -8px);
    }
    #nav-wrap li.email,
    #nav-wrap li.tel {
        border: 1px solid #bbb;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        padding: 13px 20px 0px 20px;
        margin-top: 10px;
    }
    li.email i,
    li.tel i {
        display: inline-block;
        margin-right: 10px;
    }
}

#nav .form-control {
    padding-right: 40px;
    background: #fff url('../images/find-ico1.png') no-repeat right center;
    border: none;
    color: #333;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #ccc;
    font-family: "Open Sans";
    width: 200px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    padding-right: 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.ml-auto-lg {
    margin-left: auto!important;
}

.btnSend {
    background: black;
    color: white;
}

/* items list */
div.thumbhover {
    display: none;
    /*background: white;*/
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
a.thumb:hover div.thumbhover {
    display: block;
}

div.afmetingen-holder{
    position: absolute;
    display: table;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
}

div.afmetingen{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 14px;
}
/* items list */

header {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header.navbar-fixed {
    position: fixed;
    z-index: 9999;
}

header {
    /*height: 130px;*/
    border-bottom: 0px solid #5E4C38;
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(255,255,255,0.7);
}

header:not(.navbar-fixed) {
    background: none;
}

header:not(.navbar-fixed) nav.nav-wrap {
    display: none;
}

header.navbar-fixed a.logo {
    top: 0;
}

header.navbar-fixed a.logo img.logo {
    height: 70px;
}

header:not(.navbar-fixed) a.logo {
    visibility: hidden;
}
header:not(.navbar-fixed) a.logo img {
    height: 100px;
}

.header-container {
    padding: 0;
}

.m-auto {
    margin: auto!important;
}
.mt-1 {
    margin-top: 4px!important;
}
.mt-2 {
    margin-top: 8px!important;
}
.mt-3 {
    margin-top: 12px!important;
}
.mb-1 {
    margin-bottom: 4px!important;
}
.mb-2 {
    margin-bottom: 8px!important;
}
.mb-3 {
    margin-bottom: 12px!important;
}

.text-center {
    text-align: center!important;
}

@media (max-width: 1200px) {
    .header-container {

    }
    .ml-auto-lg {
        margin-left: initial!important;
    }

    header,
    header.navbar-fixed {
        position: absolute;
    }

    /*header:not(.navbar-fixed) nav.nav-wrap {*/
        /*display: table;*/
    /*}*/

    /*header.navbar-fixed a.logo {*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
    /*}*/

    /*header:not(.navbar-fixed) a.logo img,*/
    /*header:not(.navbar-fixed) a.logo {*/
        /*height: auto;*/
    /*}*/
    .mainContent {
        margin-top: 150px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.col-home-image {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-home-image img {
    margin-top: 1em;
    width: 100%;
}

.col-home-description {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-home-description {
    padding-left: 15px;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-1 {
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .col-home-image img {
        margin-top: 0;
    }
    .col-home-image {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-home-description {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-home-description {
        padding-left: 0;
    }
}

h1.contactForm{
    color: #000;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    padding: 30px 0px 15px 0;
    font-family: Georgia, serif;
    margin-bottom: 0px;
}

p.contactForm{
    padding: 0px 0px 10px 0;

}
ul.contactinfo{
    background: #fff;
    height: 100%;
}


button.contactForm{
    width: 100%;
    border-radius:0px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.2) inset;
    font-weight: normal;
    text-shadow: 0 0px rgba(0, 0, 0, .0);
    background: #ddd;
    color: #000;
}
