/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*************************************************************************************************
 *************************************************************************************************
 *************************************************************************************************/

/*
 * Inhoud
 *
 * 1. Fonts
 *
 * 2. Algemeen
 *
 * 3. Elementen
 **
 * 3.1 Responsive embeds
 * 3.2 Buttons
 * 3.3 Hover effect (Honey)
 * 3.4 Pagination
 **
 *
 * 4. Onderdelen
 **
 * 4.1 Header
 * 4.2 Footer
 * 4.3 Sidebar
 **
 *
 * 5. Paginas:
 **
 * 5.1 Home
 * 5.1.1 Tuinkalender
 * 5.1.2 Goedkope aanbiedingen
 * 5.1.3 Nuttige informatie
 *
 * 5.2 Plantengids
 *
 * 5.3 Zoeken
 *
 * 5.4 Goedkope aanbiedingen
 *
 * 5.5 Tuinkalender
 *
 * 5.6 Vraag & antwoord
 *
 * 5.7 Informatie
 *
 * 5.8 Contact
 **
 *
 * 
 */

/*************************************************************************************************
 *************************************************************************************************
 *************************************************************************************************/



/**** 1. Fonts ****/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);



/**** 2. Algemeen ****/
html,
body {
  font-family: 'Georgia', serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h1 {
  /*text-transform: uppercase;*/
}
h1 {
  font-size: 42px;
}
@media(max-width: 768px){
  h1 {
    font-size: 28px !important;
  }
}

a:link {
  color: #a0002d;
}
a:visited {
  color: #a0002d;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #a0002d;
}

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


/**** 3. Elementen ****/

/*** 3.1 Responsive embeds ***/
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 20px; }
.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  border: 0px none;
  overflow: hidden;
}
.embed-container.maps iframe,
.embed-container.maps object,
.embed-container.maps embed {
  border: 10px solid #fff;
}

/**** 3.2 Buttons ****/
.btn.btn-mred {
  font-family: 'Montserrat', sans-serif;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  border: 0px none;
  border-radius: 0px;
  color: #fff;
}
.btn-lg.btn-mred {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-mred {
  color: #fff;
  background-color: #a0002d;
  border-color: #a0002d;
}
.btn-mred:hover,
.btn-mred:focus,
.btn-mred:active,
.btn-mred.active{
  color: #fff;
  background-color: #a0002d;
  border-color: #a0002d;
  text-decoration: underline;
}
.btn-mred:active,
.btn-mred.active {
  background-image: none;
}

/**** 3.3 Hover effect ****/
/*---------------*/
/***** Honey *****/
/*---------------*/
figure.effect-honey {
  background: #14371e;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  margin-bottom: 20px;
}
figure.effect-honey img {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  border: 10px solid #fff;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-honey:hover img {
  opacity: 0.55;
}
figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}
figure.effect-honey figcaption::before,
figure.effect-honey figcaption::after {
  pointer-events: none;
}
figure.effect-honey figcaption {
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-honey figcaption,
figure.effect-honey a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.effect-honey a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure.effect-honey h2 {
  margin: 0;
  word-spacing: -0.15em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  width: 100%;
  color: #000;
  background-color: #fff;
  text-align: center;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  z-index: 1006;
  font-size: 14px;
  font-weight: 700;
}
figure span.promoprijs, 
figure a {
  box-sizing: border-box;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 30%;
  width: 40%;
  height: auto;
  padding: 10px;
  background: #a0002d;
  border-top-left-radius: 10px 5px;
  border-top-right-radius: 10px 5px;
  z-index: 1005;
  font-family: 'Montserrat', serif;
}
figure.super span.promoprijs,
figure.super a {
  left: 0;
  right: 0;
  width: 100%;
}

span.promoprijs p {
  color: #fff;
  font-family: 'Montserrat', serif;
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1005;
}
figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2 {
  background-color: transparent;
  z-index: 1010;
  color: #fff;
  opacity: 1;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}
/**** 3.4 Pagination ****/
.pagination {
  border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 5px 8px;
  color: #141414;
  border: 1px solid #141414;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #a0002d;
  border-color: #141414;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #a0002d;
  border-color: #141414;
}

/**** 4. Elementen ****/

/*** 4.1 Header ***/
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  border: 0px none;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar .container {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav {
  margin: 0 -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-default {
  background-color: #a0002d;
}
.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 0px none;
  border-radius: 0px;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  font-size: 50px;
}
@media(max-width: 768px){
  .navbar-collapse {
    margin-top: 14px;
    text-align: right;
  }
}

/*** 4.2 Footer ***/
.footer {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #141414; 
  border-top: 5px solid #a0002d;
  color: #787878;
}

/*** 4.3 Sidebar ***/
.sidebar-button {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  text-align: left;
  z-index: 99;
}
.sidebar-button a {
  display: block; 
  background-color: #323232;
  text-align: center;
  padding: 31px 24px;
  height: 80px;
  color: #fff; 
  font-family: Arial, sans-serif; 
  font-size: 18px;
  line-height: 18px; 
  font-weight: bold; 
  text-decoration: none;      
}
.sidebar-button a:hover { 
  background: #CCC; 
}
.sidebar-img img {
  width: 100%;
}



/**** 5.      Pagina's              ****/

/**** 5.1     Home                  ****/

/**** 5.1.1   Tuinkalender          ****/
.bg-season {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tuinkalender {
  margin-bottom: 30px;
}
.tuinkalender h1 {
  margin-top: 0;
  word-break: break-all;
}
.tuinkalender h2 {
  font-size: 24px;
}
.tuinkalender h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 10px;
}
.tuinkalender h3 a {
  color: #fff;
}

/**** 5.1.2   Goedkope aanbiedingen   ****/
.bg-darkgreen {
  background: #14371e;
}
.bg-darkgreen h1,
.bg-darkgreen h2 {
  color: #fff;
  margin-top: 0;
}
.bg-darkgreen h1 {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#carousel-thumbs img {
  width: 100%;
  border: 10px solid #fff;
}

.crsl-item img { 
  border: 10px solid #fff; 
  width: 100%; 
}
.crsl-item figcaption.overlay { 
  background-color: #000; 
  bottom: 0px; 
  color: #fff; 
  opacity: 0; 
  filter: alpha(opacity = 0); 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  z-index: 1000; 
  padding: 15px 12px 5px; 
}
.crsl-item figcaption.overlay a { 
  width: 100%; 
  height: 100%; 
  display: block; 
}
.crsl-item figcaption.overlay a p { 
  text-align: center; 
  color: #fff; 
  background: transparent; 
  font-family: 'Montserrat', sans-serif; 
  font-weight: 700; 
  color: #fff; 
}
.crsl-item:hover figcaption.overlay { 
  opacity: 0.75; 
  filter: alpha(opacity = 75); 
  transition:opacity 0.25s; 
  -moz-transition:opacity 0.25s; 
  -webkit-transition:opacity 0.25s; 
}
.crsl-item:hover figcaption.overlay a p { 
  opacity: 1; 
  filter: alpha(opacity = 100); 
  transition:opacity 0.25s; 
  -moz-transition:opacity 0.25s; 
  -webkit-transition:opacity 0.25s; 
}
.crsl-item:hover .promonaam, 
.crsl-item:hover .promonaam p { display: none; }
.crsl-item figcaption.promonaam { 
  box-sizing: border-box; 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  padding: 12px 12px 5px; 
  background: rgba(255,255,255,.8); 
}
.crsl-item figcaption.promonaam p {
  color: #141414;
  font-family: 'Montserrat', serif;
  font-weight: 700;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.crsl-item span.promoprijs {
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 30%;
  width: 40%;
  padding: 10px;
  background: #a0002d;
  border-top-left-radius: 10px 5px;
  border-top-right-radius: 10px 5px;
  z-index: 1005;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.crsl-item a:link { color: #141414; }
.crsl-item a:visited { color: #141414; }
.crsl-item a:hover { color: #aaa; }

/**** 5.1.3   Nuttige informatie      ****/
.bg-lightgrey {
  background-color: #f5f0e6;
  color: #141414;
}
.bg-lightgrey h1 {
  color: #14371E;
  margin-top: 0;
  word-break: break-all;
}
.informatie h1 {
  margin-top: 0;
  word-break: break-all;
}
.informatie h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.informatie h2 a {
  color: #333;
}
.informatie-item {
  height: 100px;
}


/**** 5.1.2   Over ons                ****/
#overons p a {
	color: #fff;
	/*text-decoration: underline;*/
	background-color: #a0002d;
	padding-left: 3px;
	padding-right: 3px;
}

.bg-leaf {
  background-image: url('img/leaf-texture-lightgrey.jpg') ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-leaf h1,
.bg-leaf h2 {
  color: #fff;
  word-break: break-all;
}
.bg-leaf h1 {
  margin-top: 0;
}
.bg-leaf h2 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 0;
}
@media(max-width: 768px){
  .bg-leaf h2 {
    font-size: 24px !important;
  }
}
.bg-leaf p {
  color: #fff;
}

.modal {
  color: #141414;
}

.panel {
  background-color: #f5f0e6;
  border: 0px none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-heading {
  border-bottom: 0px none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-footer {
  border-top: 0px none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .list-group .list-group-item {
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #a0002d;
  border-color: #ddd;
}
.panel-default > .panel-heading a {
  color: #fff;
}
.panel-default .panel-body {
  color: #141414;
}
.panel-group .panel {
  border-radius: 0px;
}

.bg-lightgrey .panel-body {
  background: #fff;
}


/**** 5.1.3   Links & nieuwsbrief     ****/
.bg-lightgreen {
  background-color: #bcc1b6;
  color: #141414;
}
.bg-lightgreen h1 {
  color: #14371E;
  margin-top: 0;
}

/**** 5.2     Plantengids              ****/
.bg-green {
  background-color: #648c50;
}
.img-print {
  display: none;
}
.entry-thumbnail {
  text-align: center;
}
.entry-thumbnail img {
  border: 10px solid #fff;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.plantinfo h3 {
  color: #14371e;
}
.plantinfo h4 {
  text-transform: none;
}
.plantinfo p {
  margin-bottom: 20px;
}
.nl-naam:first-letter {
  text-transform: capitalize;
}

/**** 5.8     Contact                  ****/

/**** 5.8.1   Wel/niet betalen met     ****/
h3 span.red {
  color: #a0002d;
}
h3 span.green {
  color: #648c50;
}



/*-- Search eigenschappen --*/
a.eigenschappen {
  margin-top: 5px;
}
.bg-darkgreen a.eigenschappen {
  color: #fff;
}
.btn-info {
  background-color: #fff;
  border-color: #141414;
  color: #141414;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.open > .dropdown-toggle.btn-info {
  background-color: #fff;
  color: #141414;
}