@font-face {
	font-family: Proxima Nova;
	src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
}

body {
	font-family: Proxima Nova;
}

h1, h2, h3 {
	color: #1e7800;
}


#upperdiv {
	background-color:#1e7800;
}
#graydiv {
	margin-top:10px;
	margin-bottom:10px;
	height: 40px;
	background-color: #ececec;
}
#footer {
	background-color: #ececec;
	font-size: 10px;
}
.area {
}
.toparea {
	color: white;
	font-size: 16px;
}
.nav-menu {
	list-style-type: none;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
}
.nav-menu li {
	padding-left: 2.5%;
	padding-right: 2.5%;	
	height: 40px;
}
.nav-menu li a {
	text-decoration: none;
	font-size:0.8em;
	color: inherit;
}

.nav-btn
{
	background-color:#1e7800;
}

.logoarea {
	height: 200px;
}
#herbalogo {
}
#herbaschijf {
}
.contentwrapper {
	background-image: url('../images/shake.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.contentarea {
	min-height: 300px;
	padding-bottom: 20px;
}
#toast {
	position: fixed;
	top: 120px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	border: 1px solid #666;
	background-color: #abcdef;
	padding: 10px 0 ;
	text-align:center;
	opacity: 0;

	/*The good stuff */
	-webkit-transition: opacity 0.8s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: opacity 0.8s ease-out; /* FF4+ */
	-ms-transition: opacity 0.8s ease-out; /* IE10? */
	-o-transition: opacity 0.8s ease-out; /* Opera 10.5+ */
	transition: opacity 0.8s ease-out;

}

.categorielist {
	list-style-type: none;
	line-height: 40px;
}
.categorielist li {
	display: inline-block;
	border-left: solid gray 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	cursor: pointer;
}
.categorielist li:last-child {
	border-right: solid gray 1px;
}
.categorydescription {
	border: dotted gray 1px;
	padding: 10px;
}
.categoryname {
	text-align: center;
	font-size: 22px;
}
.productslist {
}
.productslist .productitem {
	display: block;
	float: left;
	padding: 10px;
	overflow: hidden;
}
.productslist .productdescription {
	height: 60px;
	margin-left:20px;
}
.productslist .subselectcontainer {
	height: 70px;
}
.productslist .subselect {
	overflow: hidden;
	font-size: 10px;
}
.programmas {
}
.infoicon {
	background-image: url('../images/infoicon.png');
	height: 20px;
	width: 20px;
	display: inline-block;
}
.infoicon .productinfo {
	visibility: hidden;
	position: absolute;
	border: solid black 1px;
	background-color: #ffff00;
	padding: 5px;
	font-size: 10px;
}
.infoicon:hover .productinfo {
	visibility: visible;
}
.draghover {
	background-color: gray;
}
.ervaar1 {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin-top:35px;
}
.subselect {
}
.logoscroll {

}
.logoscroll ul {
	list-style-type: none;
	display: block;
}
.logoscroll ul li {
	display: inline-block;
	height: 100px;
	background-color: #1e7800;
	margin-right: 2px;
	padding: 7px;
	color: white;
	font-style: italic;
	overflow: hidden;
	margin-bottom:10px;
}
.logoscroll ul li img {
	height: 65px;
	margin-top: 5px;
}
.logoscroll ul li a {
	text-decoration: none;
	color: inherit;
}
#cart {
	position: relative;
	float: right;
}
/* came this far with width commnents*/

/* unroll styles */
nav a {
	text-decoration: none;
}
nav {
  background-color: #808080;
}
nav a {
  color: white;
  display: block;
  line-height: 3.5;
  text-shadow: 0 -1px rgba(30, 116, 80, 0.4);
  transition: all 150ms ease-out;
}
nav .productitem {
	padding: 5px;
}
nav li, nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  border-left: solid #1e7800 1px;
  border-right: solid #1e7800 1px;
  display: table-cell;
  list-style-type: none;
  text-align: center;
  transition: all 150ms ease-out;
}
nav ul {
  display: table;
}

.dropdown {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.dropdown-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #101010;
  border-top: 1px solid #1e7800;
  display: block;
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg);
  transition: all 300ms ease-in 900ms;
}
.dropdown-item:nth-of-type(2) {
  transition-delay: 600ms;
}
.dropdown-item:nth-of-type(3) {
  transition-delay: 300ms;
}
.dropdown-item:nth-of-type(4) {
  transition-delay: 0ms;
}
.dropdown-item:last-of-type {
  box-shadow: 0 2px #1e7800;
}
.dropdown-item:hover a {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: none;
  transform: none;
}

.has-dropdown {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.has-dropdown:hover .dropdown {
  height: auto;
}
.has-dropdown:hover .dropdown-item {
  background-color: #808080;
  -webkit-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  transition: all 600ms cubic-bezier(1, 0, 0, 2);
}
.has-dropdown:hover .dropdown-item a {
  -webkit-transform: none;
  transform: none;
}
.has-dropdown:hover .dropdown-item:nth-of-type(2) {
  transition-delay: 600ms;
}
.has-dropdown:hover .dropdown-item:nth-of-type(3) {
  transition-delay: 1200ms;
}
.has-dropdown:hover .dropdown-item:nth-of-type(4) {
  transition-delay: 1800ms;
}
nav input {
	/*width: 25px;*/
	text-align: right;
	border: 0;
	background-color: transparent;
	color: inherit;
}
.cartitem {
	font-size: 12px;
}
/* end of cart styles */

/* product switch styles */
.productswitchcontainer {
	padding-left: 40px;
}

.dropdownFlavour {
}

.addToBasketSmall {
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	display: table-cell;
}

.addToBasketSmall .qty {
	display: inline-block;
	width: 30px;
	border: 1px solid #496916;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius:6px;
	border-bottom-right-radius: 6px;
	height: 34px;
	line-height: 34px;
	padding-right: 3px;
	text-align: center;
	font-size: 14px;
	vertical-align: top;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.addToBasketSmall .basketbutton {
	display: inline-block;
	cursor: pointer;
	border: none;
	border-radius: 6px 6px 6px 6px;
	background: #496916;
	margin: 0px 0px 0px 0px;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #FFF;
	vertical-align: top;
}

.addToBasketSmall .basketbutton:hover {
	background: #AE103C;
	color: #FFF;
}

.addToBasketSmall:hover .qty {
	border-color: #AE103C;
}
.orderswitch {
	height: 30px;
	display: table-cell;
	padding:0 4px 0 4px;	
	vertical-align: top;
}
.orderup {
	height: 10px;
	cursor: pointer;
	padding-bottom: 4px;
	padding-top:4px;
}
.orderdown {
	height: 10px;
	cursor: pointer;
	margin-top:10px;
}
/* end of product switch styles */
.orderprogramma {
	display: inline-block;
	padding: 10px;
	background-color: rgba(30, 120, 0, 0.8);
	border-radius: 5px;
	color: white;
	cursor: pointer;
}
.programmasleft li {
	text-align: left;
}
/* select css */
/* The CSS */
select {
    padding:5px;
    margin-top:2px;
    margin-bottom:2px;
	font-size: 12px;
    border:none;
    outline:none;
    display: inline-block;
    cursor:pointer;
 	box-shadow: 1px 2px 2px  #888888;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-position:right;
	height:27px;
	[if IE] height: 26px;
}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.label {
	position:relative;
}

.label:after {
    color:#838384;
    position:absolute;
    pointer-events:none;
  	content:"";
}

.label:before {
    content:'';
    right: 0px; top: 35px;
    width: 30px; height: 24px;
    position:absolute;
    pointer-events:none;
    display:block;
	background-image: url('../images/dropdownarrow.png');
	background-size: 20px 24px;
	background-repeat: no-repeat;
  	height: 22px;
  	width: 20px;
}
/* end of select css */
.angucomplete-dropdown {
	position: absolute;
	padding: 10px;
	background-color: #abcdef;
	border: solid black 1px;
	cursor: pointer;
	z-index: 10;
}
.angucomplete-title:hover {
	background-color: #ffffff;
}
.productcomplete {
	display: inline-block;
}
.productcomplete input {
	width: 100px;
}
.ordertable {
	display: table;
}
.orderrow {
	/*display: table-row;*/
}
.ordercell {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
/* model box styles */
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.active {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #a6de37);
	background: -webkit-linear-gradient(#fff, #a6de37);
	background: -o-linear-gradient(#fff, #a6de37);
}
/* end model box styles */
/* editbox box styles */
.editDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 10;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	display: none;
}
.active {
	opacity:1;
	pointer-events: auto;
	display: block;
}

.editDialog > div {
	position: relative;
	width: 800px;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #a6de37);
	background: -webkit-linear-gradient(#fff, #a6de37);
	background: -o-linear-gradient(#fff, #a6de37);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	cursor: pointer;
}
.close:hover { background: #1e7800; }
/* end edit box styles */
.contactarea {
	display: block;
	width: 50%;
	text-align: left;
}
.contactleft {
	display: table-cell;
	width: 50%;	
	vertical-align: middle;
	text-align: right;
}
.contactright {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: right;
}
.receptline {
	cursor: pointer;
}
.receptline:hover {
	text-decoration: underline;
}
.receptlineactive {
	color: #1e7800;
}
.storyTable {
	display: table-row;
}
.storyleft {
	width: 10%;
	display: table-cell;
}
.storyright {
	width: 20%;
	display: table-cell;
}
.storyStory {
	border: dotted #1e7800 1px;
	padding: 5px;
}

/*HAX0R FIX VOOR FASTADD CART DINGES */
.fastadd {
	display:inline-block;
}

.imgalign
{
	vertical-align: sub;
}
/* END fastadd HAX0R */

@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* desktop */
@media only screen and (min-width: 741px) {
}
/* mobile */
@media only screen and (max-width: 740px) {
}