

@import url("/styles/awesome/awesome.css");

@import url("https://fonts.googleapis.com/css?family=");


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Base */
body { 
    color: ;
    background-color: ;
    font-family: ;;

    	
    background-image: ;
    background-repeat: ;
	background-position: ;
	
        background: none;
        background-color: ;
        background-image: ;
        background-repeat: ;
	    background-position: ;	           
	

  
}

 .container { max-width: px; }



p { margin: 0 0 px 0; }

a { 
    color: ;
}
a:hover {
    color: ;
}

a:visited {
    color: ;
}

img { max-width: 100%; height: auto!important; }



h1 { 
    color: ;
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
h1.product { 
    color: ;
    font-size: px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
}
h1.pageTitle {
 display: block; ;

}
h2, h2 a { 
    color: ;
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
}

h2 a:hover {
    color: ;
    text-decoration: none; 
}


h3 { 
    color: ;
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
}
h4 { 
    color: ;
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
}
h5 { 
    color: ;
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
}
h6 { 
    color: ;
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
}

button, input, select, textarea { margin: 3px 0; }
input[type="file"] { float: left; }

table td, table th { padding: 2px; }

/* Fancybox wrapper fix */
#fancybox-wrap, #fancybox-outer, #fancybox-inner {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -safari-box-sizing: content-box !important;
    box-sizing: content-box !important;
}


/* Site border */



/* Cookie bar */
#cookie-bar { padding: 5px 0; background-color: #eee; }
#cookie-bar a { text-decoration: underline; }

/* Correct bootstrap css */
.navbar-default { background: none; }

/* Header */
.header { 
    background-color: ; 
}

.header .container { 
    background-color: ;
    	
    background-image: url();
    background-repeat: ;
	background-position: ;
    background-size: 100% auto;
    /*height: 0px;*/	
	
     
}

/* Breadcrumb */
.breadcrumb {
    background: none; 
    padding-left: 0;
    padding-right: 0; 
}
.breadcrumb a {
    color: ; 
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
} 
.breadcrumb > li + li::before { 
    content: "-";
    color: ; 
    font-size: px; 
}

/* Buttons */
.btn.custom {
    background-color:  !important;
    border-radius: 2px;
    color:   !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 11px;
    font-weight: bold !important;
    line-height: 1 !important;
    padding: 5px 10px 6px !important;
    position: relative !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25) !important;
}

.btn.custom.medium {
    font-size: 13px;
}

.btn.custom.large {
    font-size: 14px;
    padding: 8px 14px 9px !important;
}


/* Menu */


.hoversub:hover a.dropdown-toggle {color: ; background-color: ; }
.hoversub:hover ul { display: block; }
.navbar-toggle { 
    float: right; 
    margin-left: 15px;
}
.navbar-collapse {
    padding-left: 0; 
    padding-right: 0;
}

.navbar-default { 
    z-index: 9;
    padding-left: 0; 
    padding-right: 0;
}

.navigation { background-color: ;  } 
.navbar-default .navbar-nav > li > a { 
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
    color: ;
    line-height: px;
}

.navigation .container { background-color: ; } 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus { background-color: ; color: ; }
.navbar-default .navbar-nav > .active > a:hover { color: ; background-color: ; }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li:hover,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: ; color: ; }
.navbar-default .navbar-nav > li >a:hover { color: ; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { 
    background-color: ;
}

/* Submenu */
.navbar-nav .open .dropdown-menu { position: absolute; }
.dropdown-menu, .navbar-nav .open .dropdown-menu { background-color: ; }

.dropdown-menu > li > a {
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
    color: !important; 
    padding: 8px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a:hover {
    color: !important; 
    display: block;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: !important; 
    background-color: ;
}

.dropdown-menu > li > a:hover {
    background-color: ;
    color: !important; 
	
}

/* Mobile icon menu */
#search-form-mobile { 
    display: none;
    position: relative;
}

#search-form-mobile a, #search-form-mobile a span, #search-form-mobile a:hover { 
    color: #000;
}
#search-form-mobile a { float: right; line-height: 20px; }
#search-form-mobile a span { line-height: 20px; }
a.cart-mobile { color: #000; }

#search-form-mobile input { 
    line-height: 20px; 
}

#search-form-mobile #search-value {
  
left: 0;
width: 100%;
}

.icon-menu {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    float: right; 
    display: none; 
margin-right: 15px;
}

.icon-menu li {
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
}
.icon-menu li span { line-height: 40px; }

.icon-menu li:hover ul, .icon-menu li:focus {
    display: block;
}

.icon-menu li ul { 
    display: none;
    position: absolute;
    width: 100%; 
    left: 0;
    top: 28px;
    z-index: 99;
}

.search-icon { 
    float: right; 
    font-size: 24px;
}

.search-item { 
    width: 100%; 
    margin-bottom: 20px;
}

.search-container { 
    float: left; 
    width: 100%; 
    background: #eee;
    padding: 5px 15px;
    box-sizing: border-box; 
    z-index: 9;
    position: absolute;
    left: 0; 
    
}

.bestellingoverzicht-small .price-total { line-height: 40px; }
.bestellingoverzicht-small { display: none;  }

.cart-mobile { display: none; float: right; margin: 0; line-height: 40px; }
.cart-mobile span { float: left; } 
.cart-mobile span.count { width: 12px; height: 12px; display: inline-block; border-radius: 50%; background-color: #000; color: #fff; line-height: 12px; text-align: center; font-size: 8px; }
.cart-mobile span.glyphicon-shopping-cart { margin-right: 5px; font-size: 24px; }

.sign-in { display: none; float: right; font-size: 20px; line-height: 50px; } 
.sign-in-form { margin-bottom: 20px; }

div.bestelling-item {
    width: 100%; 
    margin-bottom: 20px;    
}
div.bestelling-item .title-row { float: left; width: 100%; position: relative; }
div.bestelling-item .title-row:after { font-family: "Glyphicons Halflings"; content: "\e252"; position: absolute; bottom: -32px; right: 23px; font-size: 24px; color: #fff; }
div.bestelling-item .title-row a { font-weight: bold; }
div.bestelling-item .price-row { background-color: #eee; float: left; width: 100%; margin-top: 10px; }
div.bestelling-item .price-row .price-total { text-align: right; }
div.bestelling-item .product-count input[type=number] { padding: 5px; vertical-align: middle; width: 40px; border-radius: 4px; text-align: center; }
div.bestelling-item .price-row { background-color: #ccc; padding: 10px 0; }

/* Content */
.content { background-color: ;}
.content .container { background-color: ; padding-top: 15px; padding-bottom: 15px; }

/* Footer */
.footer { 
    background-color: ;
}

.footer .container h2, .footer .container h3, .footer .container h4, .footer .container h5 {
color:;

}
.footer .container { 
    background-color: ;
    color: ;
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer a { 
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
    color: ;
}

.footer a:hover {
    color: !important;
}

.footer a:visited {
    color: ;
}

.footer a:visited:hover {
    color: ;
}


/* Teller */
div.teller .container  { text-align: center; background-color: ; }

/* Powered by */
.poweredby, .teller {
    background-color: ;
line-height:2em;..
}
.poweredby .container, .teller .container, .poweredby .container a, .teller .container a { 
    text-align: right; 
    background-color: ;
    font-size: px; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
    color: ;
}

/* Social */
div.social ul { list-style: none; margin: 10px 0; padding: 0; }
div.social ul li { display: inline-block; margin-left: 10px; float: left; }
div.social ul li:first-child{ margin-left: 0; }

/* Album */
.album-item { margin-bottom: 15px; }
div.album-description { margin-bottom: 15px; }

/* Gastenboek */
.gastenboekentry { margin-bottom: 20px; }
.gastenboekentry th { font-weight: normal; }
.gastenboekentry.rating-item { margin-bottom: 0; }
.gastenboektext { margin-top: 10px; }
.gastenboekentry .rating { width:100px; height: 21px; background-size: 100% auto; background-repeat: no-repeat; margin-bottom: 5px; }
.rating_score {margin-right: 8px; float: left; }
.rating-item .border { border-bottom: 1px solid #ccc; margin: 15px; }

.gastenboekentry .rating1 { background-image: url(/images/rating1.png); }
.gastenboekentry .rating2 { background-image: url(/images/rating2.png); }
.gastenboekentry .rating3 { background-image: url(/images/rating3.png); }
.gastenboekentry .rating4 { background-image: url(/images/rating4.png); }
.gastenboekentry .rating5 { background-image: url(/images/rating5.png); }


/* Nieuws */

/* News */
.news { width: 100%; float: left; margin-bottom: 40px; margin-top: 40px; }
.news .item { border: 1px solid #e5e5e5; padding-bottom: 15px; margin-bottom: 20px; }
.news .item .image-container { display: none; width: 100%; border-bottom: 3px solid ; overflow: hidden; max-height: 200px; min-height: 180px; position: relative; }
.news .item .image-container img { display: none; width: 100%; min-height: 180px; position: absolute; left; 0 top: 0;  }
.news .item div.dot { text-align: left; height: 80px; overflow: hidden; padding: 0 15px; }
.news .item a { padding: 15px 0; display: block; margin-top: 20px; }
.news .item .btn-default { width: 150px; margin: 0 auto; display: block; }
.news .item .date { padding: 15px; }
.news .item .date span.day {  color: #333; float: left; font-size: 42px; line-height: 50px; margin-right: 7px; }
.news .item span.month-year { color: #333; float: left; font-size: 12px; line-height: 22px; margin-top: 3px; text-transform: uppercase; }
.news .item .title { width: 100%; background-color: ; margin-top: 0; margin-bottom: 20px; padding: 10px; font-size: 18px; color: #fff; }
.news .item a.readmore { padding-left: 0; padding-right: 0; margin: 20px 0; display: block; }

.comments .comment { background-color: #ececec; padding: 20px; margin-bottom: 20px; }

.news .archief h4 { font-size: 30px; }
.news .archief .item { border: 0; margin-bottom: 0; }
.news .archief .item a { padding: 5px 0; color: #000; }
.news .archief .item a:hover { padding: 5px 0; color: ; }
.news-detail p.date { background-color: ; display: inline-block; color: #fff; font-size: 18px; padding: 15px;}

/* Banner */

/* Transition top to bottom */
.verticaltop .carousel-inner {
  height: 100%;
}

.carousel.verticaltop .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel .item img {
    max-width: auto;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.carousel.verticaltop .active {
  top: 0;
}

.carousel.verticaltop .next {
  top: 100%;
}

.carousel.verticaltop .prev {
  top: -100%;
}

.carousel.verticaltop .next.left,
.carousel.verticaltop .prev.right {
  top: 0;
}

.carousel.verticaltop .active.left {
  top: -100%;
}

.carousel.verticaltop .active.right {
  top: 100%;
}

.carousel.verticaltop .item {
    left: 0;
}​

/* Transition bottom to top */
.verticalbottom .carousel-inner {
  height: 100%;
}

.carousel.verticalbottom .item {
  -webkit-transition: 0.6s ease-in-out bottom;
     -moz-transition: 0.6s ease-in-out bottom;
      -ms-transition: 0.6s ease-in-out bottom;
       -o-transition: 0.6s ease-in-out bottom;
          transition: 0.6s ease-in-out bottom;
}

.carousel.verticalbottom .active {
  bottom: 0;
}

.carousel.verticalbottomp .next {
  bottom: 100%;
}

.carousel.verticalbottom .prev {
  bottom: -100%;
}

.carousel.verticalbottom .next.left,
.carousel.verticalbottom .prev.right {
  bottom: 0;
}

.carousel.verticalbottom .active.left {
  bottom: -100%;
}

.carousel.verticalbottom .active.right {
  bottom: 100%;
}

.carousel.verticalbottom .item {
    left: 0;
}​

/* Transition fade */
.carousel.slide.carousel-fade .carousel-inner > .item {
 opacity: 0!important;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel.slide.carousel-fade .carousel-inner > .active {
 opacity: 1;
    
}


@media only screen and (max-width: 468px) {
   .item-row { display: none; }
   .bestellingoverzicht-small { display: block; }
   textarea { width: 100%; }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {

    
    .text-right { text-align: left; }
    .bestellingoverzicht input[type="text"] { width: 90%; } 
     #addProductToBasket { border-bottom: 1px solid #ccc; margin-bottom: 30px; }
    .cart-mobile { display: inline-block; }
    #shoppingBasketLink { display: none; }
    .sign-in { display: inline-block; }
    #zoekForm { display: none; }
    #search-form-mobile { display: block; }
    .icon-menu { display: block; }
    .functions-row { display: none; }
    .info input { width: auto; }
    

 #zoekForm { display: none; }
    #search-form-mobile { display: block; }
    .icon-menu { display: block; top: 0; right: 10px; }
    .cart-mobile { display: inline-block; }
    


  .navbar-nav { 
 }

#navbar.navbar-collapse { 
border-bottom: 1px solid #e7e7e7; 
-webkit-box-shadow: -2px 10px 16px 3px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    -2px 10px 16px 3px rgba(0, 0, 0, 0.4);
box-shadow:         -2px 10px 16px 3px rgba(0, 0, 0, 0.4); 
width: 100%;
}
.navigation {
        position: relative;
        top: 0; 
        width: 100%;
        z-index: 99;
    }
    .header {
   
}
    .dropdown-menu { 
    
    border: medium none;
    box-shadow: none;
    margin-bottom: 20px;
    position: relative!important;
    width: 100%; }

.navbar-collapse {
    padding-left: 15px;
    padding-right: 15px; 
}



}

/* Agenda */
.agenda { width: 100%; float: left; margin-bottom: 40px; }
.agenda .item { border: 1px solid #e5e5e5; padding-bottom: 15px; margin-bottom: 20px; }
.agenda .item .image-container { position: relative; width: 100%; border-bottom: 3px solid ; overflow: hidden; max-height: 200px; min-height: 180px; }
.agenda .item .image-container img { width: auto; height: 200px; position: absolute; }
.agenda .item .content { text-align: center; }
.agenda .item div.dot { text-align: center; height: 80px; overflow: hidden; padding: 0 15px; }
.agenda .item a.btn { padding: 6px 30px; background-color: ; color: #fff; margin-top: 15px; }
.agenda .item a.btn:hover { background-color: ; }
.agenda .item .btn-default { width: 150px; margin: 0 auto; display: block; }
.agenda .item .date { padding: 15px; position: absolute; right: 10px; top: 10px; background-color: ;}
.agenda .item .date span.day {  color: #fff; float: left; font-size: 42px; line-height: 50px; margin-right: 7px; }
.agenda .item span.month-year { color: #fff; float: left; font-size: 12px; line-height: 22px; margin-top: 3px; text-transform: uppercase; }

.agenda .item .title { border-bottom: 1px solid ; display: inline-block;  margin-bottom: 20px; padding: 10px; font-size: 18px; color:; }


.agenda .archief h4 { font-size: 30px; }
.agenda .archief .item { border: 0; }
.agenda .archief .item a { padding: 5px 0; }



