/*===================================================================================================================================================================================================================
MAIN
====================================================================================================================================================================================================================-*/
@font-face {
    font-family: 'TKTEXTIL';
    src: url('fonts/TKTEXTIL.eot');
    src: local('☺'), url('fonts/TKTEXTIL.woff') format('woff'), url('fonts/TKTEXTIL.ttf') format('truetype'), url('fonts/TKTEXTIL.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Cssymb2';
    src: url('fonts/Cssymb2.eot');
    src: local('☺'), url('fonts/Cssymb2.woff') format('woff'), url('fonts/Cssymb2.ttf') format('truetype'), url('fonts/Cssymb2.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.carecodeOnlyForSecond
{
    font-family:'Cssymb2',Sans-Serif;

    font-size: 2em;
}


.carecodecsssym
{

    font-family:'TKTEXTIL',Sans-Serif;

    font-size: 2em;
}


.naamruimte{height: 40px;}



html, body {
    height: 100%;
}

body{

    background: #fff;
    padding: 0;
}





body, th, td {
    font-family: 'Lora',TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-size: 13pt;
    color: #777777;
    font-weight: normal;
}
@media(max-width:1200px) {
    body, th, td {
        font-size: 12pt;
    }
}
@media(max-width:991px) {
    body, th, td {
        font-size: 11pt;
    }
}

.fa{padding-right: 10px;}
@media (max-width: 440px){
    .container{
        padding: 0 15px;
    }

}
.logo {
    background-color: #000;
    padding: 50px 20px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {text-transform: uppercase;}

h1 {
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 30px;
    color:#000;
}

h2 {
    margin-top: 10px;
    font-size: 23px;
    color:#000;
}

h2.balk {
    display: block;
    float: left;
    margin-top: 10px;
}

h5 {
    margin-top: 40px;
    font-size: 23px;
    color:#000;
}

h3 {
    font-weight: normal;
    font-size: 16px;
    margin: 6px 0 8px 0;
    text-transform: uppercase;
}

h4 {
    font-weight: normal;
    font-size: 18px;
    margin: 6px 0 8px 0;
    text-transform: uppercase;
    color: #000;
}

.floatright {
    float: right;
    position: absolute;
    z-index: 10;
    right: 0;
}

.floatleft {
    float:left;
}

.navbar-toggle {
    text-decoration: none;
    color: #ccc;
    font-size: 30px;
    margin: 0;
}

.navbar-toggle:hover {
    text-decoration: none;
    color: #fff;
}

section, h1, li, img, a {
    -moz-transition: all 0.4s ease-in-out, left 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out, left 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out, left 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out, left 0.4s ease-in-out;
    transition: all 0.4s ease-in-out, left 0.4s ease-in-out;
    outline: 0;
    outline-style: none;
    -moz-outline-style:none;
}

.zoomPad {
    -moz-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.zoomWrapper{    -moz-transition:  none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;}

.zoomWrapperImage{    -moz-transition:  none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;}

.zoomWrapperImage img{    -moz-transition:  none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;}
.tekst{
    padding-top: 00px;
    padding-bottom: 40px; }

.tekst .rechts{
    font-size: 12pt; }

.tekst img{
    border: 1px solid silver; }


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

a{
    outline: 0;
    cursor: pointer;
}
a:active, a:focus { outline-style: none; -moz-outline-style:none; }


p {
    margin: 0 0 25px;
}

#slider-wrapper{margin: 0px;
    overflow: hidden;
}

.inhoud{padding-top: 130px}

.inhoudmarge{padding-top: 30px; padding-bottom: 30px}

.center{text-align: center;}

/*================================================================================
HEADER-WRAPPER
=================================================================================-*/

#header-wrapper {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4); /*TODO: Menu*/
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4); /*TODO: Menu*/
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.4); /*TODO: Menu*/
}

#header-info {
    padding: 0 0 5px 0;
    background: #cccccc;
    position: absolute;
    height:35px;
}

#header-info a, #header-info p {
    text-decoration: none;
    color: #eeeeee;
    font-size: 12px;
    margin: 0;
}

#search {
    float: left;
    display: block;
    margin-right: 20px;
}

input[type="search"] {
    border: none;
    border-radius: 6px;
    background-color: #eee;
    font-size: 12px;
    padding: 3px 0px 0 10px;
    height: 24px;
    margin: 6px 0px 0 0;
}
#language{
    float: left;
    display: block;
    margin: 0 20px 0 0;


}
#language ul, #language li{
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    float: left;
}
#language ul li{float: left;}
#language ul li a{
    margin: 6px 6px 0 0;
    padding-top: 4px;
    border: none;
    border-radius: 6px;
    background-color: #888;
    display: block;
    width: 24px;
    height: 24px;
    color: #eee;
    text-align: center;
    text-transform: uppercase;

}
#language ul li#activeLanguage a{

    background-color: #eee;
    color: #888;


}

a#activeLanguage {
    font-weight: bold;
}

#language a:hover {
    border-bottom: 1px solid #fff;
}

.social {
    float: left;
    display: block;
    margin: 0 18px 0 0;
}

.social ul {
    padding: 0;
}

.social li {
    display: inline-block;
    list-style: none;
}

.btnsocial {
    margin: 6px 6px 0 0;
    padding-top: 0;
    padding-left: 1px;
    border: none;
    border-radius: 6px;
    background-color: #eee;
    display: block;
    width: 24px;
    height: 24px;
    color: #888;
    text-align: center;
    text-transform: uppercase;
    float: left;
    font-size: 17px;
}

.socialIcon {
    margin: 0 1px;
}

.socialIcon img{
    width: 19px;
    opacity: 0.7;
    border-radius:6px;
}

@media (max-width: 440px){
    .socialIcon img{
        width: 16px;
    }
}

.socialIcon img:hover{
    opacity: 1;
}

.header-logo img {
    width: 100%;
    height: auto; /*TODO: Menu*/
    /*min-width: 170px;*/ /*TODO: Menu*/
    max-width: 200px;
}

.moodboard-counter{
    position: absolute;
    top: 12px;
    left: 105px;
    border-radius:100px;
    background-color: #ddd;
    color: #000;
    font-size: 11pt;
    width: 26px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    padding-left: 1px;
    padding-top:3px;
}

@media(max-width:1200px) {

    .count_nl{margin-left: 508px;}
    .count_fr{margin-left: 605px;}
    .count_en{margin-left: 550px;}
    .count_de{margin-left: 531px;}
}

@media(max-width:1100px) {

    .moodboard-counter{
        width: 22px;
        height: 22px;
        font-size: 10pt;
        margin-left: 407px;
        padding-top:2px;
        top:63px;
    }


    .count_nl{margin-left: 450px;}
    .count_fr{margin-left: 495px;}
    .count_en{margin-left: 476px;}
    .count_de{margin-left: 460px;}
}


nav ul li {text-transform: uppercase}


#nav-wrapper {
    padding: 0;
}

#menu>nav {
    margin: 45px 0 0 0; /*TODO: Menu*/
}

#menu>nav>ul {
    padding: 0;
    width: auto;
}

#menu>nav>ul>li {
    position:relative;
    display: inline-block;
    list-style: none;
    cursor: pointer;
}

.showcontact {
    margin-left: 10px;
}

#menu>nav>ul>li>a {
    position: relative;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight:normal;
    padding: 43px 10px;
    display: block;
    cursor: pointer;
    border-bottom: 4px solid #fff;
}

@media (max-width: 1200px) {
    #menu>nav>ul>li>a {
        padding: 38px 10px;
        font-size: 12.5px;
    }
}

@media (max-width: 1100px) {
    #menu>nav>ul>li>a {
        padding: 38px 10px;
        font-size: 12px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
}

#menu>nav>ul>li>ul>li>a {
    color: #fff;
}

#menu>nav>ul>li>a:hover {
    color: #aaa;
    border-bottom: 4px solid #ddd;
}

#menu>nav>ul>li#active>a {
    color: #888;
    opacity: 1;
    border-bottom: 4px solid #aaa;
}

.navbar-header a {
    color: #111;
    text-decoration: none;
    font-size: 50px;
    line-height: 0;
    margin-right: 40px;
    margin-top: 0;
}


#menu{ position: absolute;
    display: inline;
    float: left;
    width: 1200px;

    overflow: visible}


/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}

#nav-wrapper nav ul li ul {
    z-index:9999;
}
.sub-menu {
    padding:10px 0px;
    position:absolute;
    top:0;
    left:0px;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#2e2728;
}

.sub-menu li {
    display:block;
    font-size:16px;
}

.sub-menu li a {
    padding:20px 30px 10px 0;
    display:block;

}



#nav-wrapper .arrow {
    padding-left: 1px;
    font-size:10px;
    line-height:0;
}


.sidebarClosebtn{
    font-size: 40px;
    text-align: left;
}

#sidemenu li a{
    opacity: 1;
}

#sidemenu li a:hover{
    opacity: 0.7;
}






/*------------------*/

.dropdown-menu {
    border-radius: 0px;
    background-color:rgba(255,255,255,0.9);
    z-index: 500;
    margin-top:0px;
    margin-left: 10px;
    min-width:unset;
    position: absolute;
    border: none;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    pointer-events: none;
    margin-top: -30px;}


.dropdown {
    padding-right: 6px;
}

.dropdown:after {
    content: "\25bc";
    padding-left: 0.5em;
    position: absolute;
    font-size: 8px;
    top:37px;
    right: 5px;

    position: absolute;
}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: auto;
}


.dropdown-menu > li{
    padding-top:0px;
    width: 100%;
    border-bottom: 1px solid #cccccc;;
    min-width: 130px;
}
.dropdown-menu > li > a {


    text-transform: capitalize;
    padding: 8px 10px;
    font-weight: 300;
    /*white-space: normal;*/

    text-align: left;
    font-size: 10pt;
    color: black !important;

}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    background-color:  #cccccc;
    color: white !important;
    font-weight: 300;

}

.dropdown-menu > li.active > a
{
    background-color: transparent;


}




/*================================================================================
CONTENT-WRAPPER
=================================================================================-*/
#main-wrapper{
    margin-bottom: 20px;
}

#main-content{
    padding: 0 26px 0 54px;
}
@media (max-width: 440px){
    #main-content{
        padding: 0 0 0 28px;
    }
}



/*================================================================================
FFOOTER-WRAPPER
=================================================================================-*/

#footer-wrapper{
    clear: both;
    position: relative;
    padding: 40px 0;
    background-color: #eee;
    -webkit-box-shadow: inset 0px 6px 10px 0px rgba(100,100,100,0.1);
    -moz-box-shadow: inset 0px 6px 10px 0px rgba(100,100,100,0.1);
    box-shadow: inset 0px 6px 10px 0px rgba(100,100,100,0.1);
    border-top: 1px solid #fff;
}
#footer-wrapper p{
    font-size: 10px;
}

#footer-wrapper ul{
    padding: 0;
    margin: 0;
}
#footer-wrapper li{

    list-style: none;
    padding: 5px 0;
    color: #777;
    font-size: 11pt;
}

#footer-wrapper li a{
    outline: 0;
    text-decoration: none;
    color: #777;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#footer-wrapper li a:hover{
    color: #222;
    border-bottom: dotted 1px #222;
}

footer{
    padding: 12px 0 2px 0;
    background: #222;
    color: #eee;
}


/*===================================================================================================================================================================================================================
NIEUWSSLIDER
====================================================================================================================================================================================================================-*/


#gastenboek{
    padding: 30px 0 30px 0;
}



#gastenboek p{
    margin-bottom: 20px;
    padding-left: 70px;
    padding-right: 70px;
}


/*================================================================================
slider
=================================================================================-*/


.flexslider{-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);}
.slides{
    height: calc(100vh - 120px); /* hopelijk ie */
    height: -o-calc(100vh - 120px); /* opera */
    height: -webkit-calc(100vh - 120px); /* google, safari */
    height: -moz-calc(100vh - 120px); /* firefox */
    overflow: hidden;
    display: flex;}
.flexslider, .slides{margin: 0px;  overflow: hidden;}


#slider-wrapper{
    position: relative;
    /*margin-top: -20px !important;*/
    margin-bottom: 0px !important;

}
.container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;

}
.flexslider {
    margin: 0px;


}
ol.flex-control-paging{display: none;}
ol.flex-control-paging {
    z-index: 99;
    list-style: none;
    position: absolute;
    right: 18px;
    bottom: -25px;
    display: none;
}

ol.flex-control-paging li {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    margin: 0 7px;
    display: none;
}

ol.flex-control-paging li a {
    text-indent: -999999px;
    display: block;
    background: #ffffff;
    font-size: 2.5em;
    border: 1px solid #000;
    width: 10px; height: 10px;
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    cursor: pointer;
}

ol.flex-control-paging li a.flex-active {
    background: #000;
    border: 1px solid #ffffff;
}

.slides img{
    width:100%;

    position: relative;
}

.slidecontent{
    width: 100%;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 0px;


}

.slidecontent a{
    display: block;
    padding: 15px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    font-size: 14pt;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    text-decoration: none;

}
@media(max-width:991px) {
    .slidecontent a{

        height: 80px;

    }
}
.slidecontent a:hover{

    background-color: rgba(255, 255, 255, 0.85);

}




.slidecontent a.downer{
    display: block;
    padding: 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 14pt;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    text-decoration: none;

}
.slidecontent a.downer:hover{    background-color: rgba(0, 0, 0, 0.7);}
.slidecontent a.downer i{font-size: 40pt;}



/*================================================================================
NEWS
=================================================================================-*/


.newsitem{
    margin-bottom: 10px;
}


.datumblock p{
    margin-top: 14px;
    color: white;
    font-weight: normal;

}
.newsbox{background-color: #f9f9f9;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    padding: 25px;
    overflow: hidden;
    text-align: initial;
    font-size: 12pt;
    min-height: 400px;
}
.newsbox a{ color: #777; text-decoration: none;}
/*============================================================================================================================================================
GALERIJ
=============================================================================================================================================================-*/



#galerij-wrapper{
    margin: 50px 0 40px 0;
}
#galerij-wrapper img{
    margin-bottom: 30px;

    opacity: 1;
}

#galerij-wrapper img:hover{
    opacity: 0.8;
}


/*============================================================================================================================================================
PRIJZEN
=============================================================================================================================================================-*/

#prijzen-wrapper{
    margin: 50px 0 60px 0;
}
#prijzentabel table {
    margin: 20px 0;
}

#prijzentabel table tr{

}
#prijzentabel table td{
    padding: 8px 10px;
}
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

/*============================================================================================================================================================
OVER
=============================================================================================================================================================-*/

#over-wrapper{
    margin: 50px 0 60px 0;
}

#over-wrapper #map{
    margin: 30px 0 20px 0;
    height: 460px;
}


/*============================================================================================================================================================
DETAILS
=============================================================================================================================================================-*/

#image-wrapper{

    height: 30%;
}

#details-content-wrapper{
    margin: 40px 0 60px 0;
}

#details-content-wrapper a:hover{
    opacity: 1;

    margin-bottom: 10px;
}

#detail-images img{
    margin-bottom: 15px;
}
#details-content-wrapper a:hover{
    opacity: 0.7;
}

#details-content{
    margin: 0 0 50px 0;
}

.description td{padding-right: 25px; padding-bottom: 4px; text-align: left;}
.description h1{margin-top: 0px;}
/*============================================================================================================================================================
CONTACT
=============================================================================================================================================================-*/

#contact-wrapper{
    margin: 50px 0 60px 0;
}


#contact-wrapper a{

    color: #222;
}

#contact-wrapper  a{
    outline: 0;
    text-decoration: none;

}

#contact-wrapper  a:hover{
    color: #222;
    border-bottom: dotted 1px #222;
}


#contact_form input, #contact_form textarea{
    width: 100%;
    padding: 20px 12px;
    margin: 0 0 6px 0;
    border:none;
    background: #eeeeee;
}

#contact_form input:focus, #contact_form textarea:focus{
    background: #f3f3f3;
}

#contact_form label{

    font-weight: normal;
    color: #777;
}

#contact_form #submit_button{

    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    margin: 20px 0 0 0;
    padding: 20px 30px 16px 30px;
    width: 200px;
    opacity: 1;
}

#contact_form #submit_button:hover{
    opacity: 0.9;
}

#contact-wrapper ul{
    padding: 0;
    margin: 0;
}

#contact-wrapper li{
    list-style: none;
    padding: 0;
    margin: 0;
}
label {

    font-weight: normal;
}
/*============================================================================================================================================================
FEATURETTE
=============================================================================================================================================================-*/



.featurette-divider {
    margin: 	30px 0;
}

.featurette {
    /*display:inline-block;*/
    overflow: hidden;
}


.featurette-image{max-width: 400px;
    height:auto;
    border-radius:5px;}

.featurette-image.pull-left {
    margin-right: 50px;
    margin-bottom: 20px;
}

.featurette-image.pull-right {
    margin-left: 50px;
    margin-bottom: 20px;
}

.featurette-heading {
    font-size: 35px;
}


@media(max-width:991px) {

    .logo {
        background-color: #000;
        padding: 30px 20px 10px;
        text-align: center;
    }

    .featurette-divider {
        margin: 30px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .btn-button2{
        font-size: 10px
    }

    .featurette-divider {
        margin: 30px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}


@media(max-width:375px) {
    .featurette-divider {
        margin: 20px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 10;
    }
}



.lead {
    font-size: inherit;
}

/*============================================================================================================================================================
FORMULIEREN
=============================================================================================================================================================-*/

input.form-control{height:38px;}



label.required {
    background: url("/images/required.png") no-repeat scroll right top transparent;
    padding-right: 10px;
}

dl {
    width:100%;
    overflow:hidden;



}
dt {
    float:left;
    width:32%; /* adjust the width; make sure the total of both is 100% */
    padding-bottom: 5px;

}
dd {
    float:left;
    width:60%; /* adjust the width; make sure the total of both is 100% */
    padding-bottom: 5px;

}

#hiddie-label{display: none;}
#hiddie-element{display: none;}


.mapgrey{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


.overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:400px; /* your iframe height */
    top:400px;  /* your iframe height */
    margin-top:-400px;  /* your iframe height */
    z-index: 10;
}

@media (max-width: 600px) {
    dt, dd {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }
}


/*============================================================================================================================================================
Collecties
=============================================================================================================================================================-*/

.collectionsrow{
    text-align: center;
    background: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;


}

.grayrow{

    background: #eee;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px -6px 10px 0px rgba(100,100,100,0.1);
    -moz-box-shadow: inset 0px -6px 10px 0px rgba(100,100,100,0.1);
    box-shadow: inset 0px -6px 10px 0px rgba(100,100,100,0.1);
}

.news{
    text-align: center;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;}

#owl-demo .item{
    background: #fff;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

#owl-demo .item a{text-decoration: none !important;}
#owl-demo .item h2{
    display: block;
    padding-top:20px;
    padding-bottom: 10px;
}
#owl-demo .item p{
    display: block;
    padding-top:20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #777;
    font-size: 10pt;
}
#owl-demo .item img{
    opacity: 0.8;



}
#owl-demo .item:hover img{
    opacity: 1;



}
#owl-demo .item .view{
    display: block;
    background-color: #888;
    color: white;
    text-transform: uppercase;
    padding:5px;
    font-size: 14px;
    z-index: 10;
    width: 100%;
    margin-top:-10px;
    position: relative;
    opacity: 0;
    height: 0px;

}
#owl-demo .item:hover .view{
    height: 30px;
    margin-top:-30px;
    opacity: 1;
}


.owl-controls{display: none !important; visibility: hidden;}
.customNavigation{
    position: relative;
}






#owl-all .item{
    background: #fff;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

#owl-all .item a{text-decoration: none !important;}
#owl-all .item h2{
    display: block;
    padding-top:20px;
    padding-bottom: 10px;
}
#owl-all .item p{
    display: block;
    padding-top:20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #777;
    font-size: 10pt;
}
#owl-all .item img{
    opacity: 0.8;



}
#owl-all .item:hover img{
    opacity: 1;



}
#owl-all .item .view{
    display: block;
    background-color: #888;
    color: white;
    text-transform: uppercase;
    padding:5px;
    font-size: 14px;
    z-index: 10;
    width: 100%;
    margin-top:-10px;
    position: relative;
    opacity: 0;
    height: 0px;

}
#owl-all .item:hover .view{
    height: 30px;
    margin-top:-30px;
    opacity: 1;
}



















.gastenboekslider>button{

    outline: 0;
    text-decoration: none;
    display: block;
    width: 150px;
    height: 150px;
    margin: -100px 0 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.0);
    padding-top: 22px;
}

.slick-prev:before {
    font-family: "FontAwesome";
    font-size: 50px;
    display: inline-block;
    color: #fff;
    content: '\f104';
    padding-left:105px;
    padding-right:25px;

}
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 50px;
    display: inline-block;
    color: #fff;
    content: '\f105';
    padding-left:20px;
    padding-right:110px;
}
.slick-prev {
    left: -200px;
}
.slick-next {
    right: -200px;

}
.news:hover .slick-prev {
    opacity: 0.5;
    left: -95px;
}
.news:hover .slick-next {
    opacity: 0.5;
    right: -92px;

}
.news:hover .slick-prev:hover {
    opacity: 1;


}
.news:hover .slick-next:hover {
    opacity: 1;



}


.customNavigation>a{

    outline: 0;
    text-decoration: none;
    display: block;
    width: 150px;
    height: 150px;
    margin: -250px 0 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.0);
    padding-top: 35px;
}
/*
.owl-buttons div{
    outline: 0;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.0);
  padding-top: 35px;}
*/

.owl-prev:before {
    font-family: "FontAwesome";
    font-size: 50px;
    display: inline-block;
    color: #fff;
    content: '\f104';
    padding-left:110px;
    padding-right:20px;
}
.owl-next:before {
    font-family: "FontAwesome";
    font-size: 50px;
    display: inline-block;
    color: #fff;
    content: '\f105';
    padding-left:20px;
    padding-right:110px;
}
.owl-prev {
    left: -200px;
}
.owl-next {
    right: -200px;

}
.collectionsrow:hover .owl-prev {
    opacity: 0.5;
    left: -110px;
}
.collectionsrow:hover .owl-next {
    opacity: 0.5;
    right: -110px;

}

.collectionsrow:hover .owl-prev:hover {
    opacity: 1;

}
.collectionsrow:hover .owl-next:hover {
    opacity: 1;


}

header-info

.flex-control-paging{display:none; visibility: hidden;}


/*============================================================================================================================================================
news
=============================================================================================================================================================-*/

.date{font-size: 12px;}
.ref{margin-bottom: 10px;padding-bottom: 10px; border-bottom: 1px dotted #007CC2; overflow: hidden;}

/*============================================================================================================================================================
Stalen zoeken
=============================================================================================================================================================-*/
.moodboard{
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 25px;}

.zoekfunctie{
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 25px;}

.zoekfunctie h2{
    padding-bottom: 10px;
}
.moodboard h2{
    padding-bottom: 10px;
}
.zoekfunctie input{
    width: 100%;
}
.zoekfunctie select{

}
.moodboard .row{
    padding-right:15px;
}
.staal{
    padding-right:0px;
    padding-bottom:15px;

}
.staal img{
    border:1px solid silver;
}
.staal2{
    font-size:13px;
    padding-bottom:15px;

}
.staal2 a{
    color: inherit;
    text-decoration: none;

}
.staal2:hover{

    padding-bottom:15px;
    color: #000;

}
.staal2 img{
    border:1px solid silver;
    margin-bottom: 5px;
}
.staal2:hover img{
    border:1px solid #000;
    margin-bottom: 5px;
}


@media (min-width: 1200px) {
    .staal2 {
        padding: .2em !important;

    }}

@media (max-width: 767px) {
    .staal2 {
        padding: 5px !important;
        font-size: 12px;

    }}


.staal3{
    font-size:15px;
    padding-bottom:15px;
    min-height: 310px;
}
.staal3 a{
    color: inherit;
    text-decoration: none;

}
.staal3:hover{
    font-size:15px;
    padding-bottom:15px;
    color: #000;

}
.staal3 img{
    border:1px solid silver;
    margin-bottom: 5px;
}
.staal3:hover img{
    border:1px solid #000;
    margin-bottom: 5px;
}
.staalbalk{
    padding-right:0px;
}
.staalbalk button{
    margin-top:0px;
}
.styled-select select {
    background: transparent;
    width: 400px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;


}
.styled-select {

    height: 34px;
    overflow: hidden;
    background: url(/website/static/images/new_arrow.png) no-repeat right #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
/*============================================================================================================================================================
Stalen detail
=============================================================================================================================================================-*/
.shadow{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}


.detailpage{
    background-color: #f9f9f9;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    padding: 25px;
    overflow: hidden;
    text-align: initial;
}


@media (max-width: 991px) {

    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 500px) {

    body, th, td {font-size: 11pt;}


    h1 {


        font-size: 20px;
        margin-bottom: 30px;

    }

    h2 {



        font-size: 18px;

    }
    h2.balk {



    }

    h5 {

        margin-top: 30px;
        font-size: 18px;
        color:#000;
    }









}



@media print
{

    body, td, th, h1, h2, h3, ol, ul, div {     width: auto;     border: 0;     margin: 0;     padding: 0;     position: static;     overflow: visible; }


    .detailpage{
        background-color: white;
        box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
        padding: 0px;
        overflow: visible;
        text-align: initial;
        margin: none;
    }



    .staal2{width: 250px !important;}

    .staal2 img{width: 230px !important;}
    .photoprint img{width: 230px !important; height: auto !important;}
    .discription{width: 300px !important;}

    .staal3{width: 200px !important;}
    .staal2 img{width: 180px !important;}
    .photomoodrint img{width: 180px !important; height: auto !important;}


    a[href]:after {
        content: none !important;
    }



    body, th, td {
        font-family: 'Lora',TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
        font-size: 11pt;
        color: #777777;
        font-weight: normal;
    }

    h1 {

        font-weight: normal;
        font-size: 22px;
        margin-bottom: 25px;
        color:#000;

    }

    h2 {


        margin-top: 10px;
        font-size: 18px;
        color:#000;
    }
    h2.balk {



        display: block; float: left;
        margin-top: 10px;
    }

    h5 {

        margin-top: 40px;
        font-size: 18px;
        color:#000;
    }

    h3 {

        font-weight: normal;
        font-size: 14px;
        margin:6px 0 8px 0;
        text-transform: uppercase;
    }
    h4 {

        font-weight: normal;
        font-size: 16px;
        margin:6px 0 8px 0;
        text-transform: uppercase;
        color: #000;
    }

    .noprint{display: none !important;
        visibility: hidden !important;}

    .inhoud{padding-top: 10px !important;}

    .inhoudmarge{padding-top: 10px !important;}



}





/*modal*/
/*
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('../../images/ajaxLoader.gif')
    50% 50%
    no-repeat;
}

/!* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden *!/
#body.loading {
    overflow: hidden;
}

/!* Anytime the body has the loading class, our
   modal element will be visible *!/
#body.loading .modal {
    display: block;
}*/

.itemremoveid {
    color: #f00000 !important;
}

.itemremovecushion {
    color: #f00000 !important;
}


td{vertical-align: top;
    border: none;
}

td p{
    margin: 0px;
}

dl.productdetail{
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}


dl.productdetail dt {


}
dl.productdetail dd {


    white-space: nowrap !important;

}

@media(max-width:1200px) {
    .inhoud{padding-top: 110px}

    dl.productdetail dt {
        float:left;
        width:37%; /* adjust the width; make sure the total of both is 100% */
        padding-bottom: 5px;
    }

    dl.productdetail dd {
        float:left;
        width:55%; /* adjust the width; make sure the total of both is 100% */
        padding-bottom: 5px;

    }

}


@media(max-width:1000px) {
    dl.productdetail {white-space: normal !important;}

    dl.productdetail dt{
        width: 100%;
    }
    dl.productdetail dd{
        width: 100%;
    }

}


@media (max-width: 767px) {
    dl.productdetail{
        margin-top:20px;
    }


    dl.productdetail dt {
        float:left;
        width:32%; /* adjust the width; make sure the total of both is 100% */
        padding-bottom: 5px;

    }
    dl.productdetail dd {
        float:left;
        width:60%; /* adjust the width; make sure the total of both is 100% */
        padding-bottom: 5px;

    }
    .logo {
        background-color: #000;
        padding: 20px 20px 5px 20px;
        text-align: center;
    }

    .header-logo img {
        max-width: 170px;
    }

    .inhoud{padding-top: 100px;}
}
@media(max-width:700px) {
    dl.productdetail dd{white-space: normal !important;}
    dl.productdetail dt,   dl.productdetail dd {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }


}
@media(max-width:600px) {
    .filterselect{
        width: 100% !important;
    }
}

.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}
.b-lazy.b-loaded {
    opacity: 1;
}



.collectionsrowblanco{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;

    position: absolute;
    z-index: 125;
}

@media(max-width:768px) {
    .collectionsrowblanco{
        padding-top: 0px;
        padding-bottom: 0px;
        position: relative;
        z-index:auto;

    }}

.zoekfunctie{
    max-height: 70vh;
    overflow: scroll;
}
#stores{

    margin-top: 15px;}
ul#stores-list {
    text-align: left;
    margin: 0;
    padding: 0;

}
ul#stores-list li {
    list-style: none;
    color: rgb(119, 119, 119);

    padding: 2px 0;
    margin: 0;
    border-bottom: 1px dotted #ddd;
}

ul#stores-list li > a {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    color: rgb(119, 119, 119);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 10pt;

}
ul#stores-list li > a img {
    width: 16px;
    height: auto;
    margin-right: 10px;

}

ul#stores-list li > a:hover {
    text-decoration: underline;


}

#map-canvas{ min-height:100vh}
@media(max-width:768px) {
    #map-canvas{ min-height:100vw}

    .zoekfunctie{
        max-height: 50vh;
        overflow: scroll;
    }
}

