@CHARSET "UTF-8";

/* RESET */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.cufonbold{
  font-weight: bold;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body, td {
  line-height: 1;
  font-size:13px !important;
}
ol, ul {
  list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
table.standard td {
	padding: 3px;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
img {
  border: 0;
}

.clear {
	clear:both;
}
.clearwithmargin{
  clear:both;
  margin-bottom: 40px;
}
/* MAIN STYLES */
#full {
	width: 100%;
	height: 100%;
}
#sliderimages {
  position:absolute;
	height: 500px;
	width: 100%;
}
#sliderimages div {
  height: 500px;
  position: absolute;
  width: 100%;
  background-position: center 40px;
  background-repeat: no-repeat;
  background-color: #E5E5E5;
  border-bottom: solid #919396 10px;
}
.menuwrapper{
  width: 1170px;
  height: 200px;
  background-color: rgba(246,244,240,0.9);
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 1;
}

body, td {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.33; 
  color: #3c3a39;
}
body {
}


td {
	vertical-align: top;
}

form {
  display:inline;
}

input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type=text], input[type=password], textarea {
	width: 256px;
} 

input[type=text], input[type=password], textarea, select {
  background-color: #fafafa;
  border: 1px solid #E0E0E0;
  color: black;
  padding: 2px 5px;
  border-radius: 4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
input:focus, textarea:focus, select:focus {
	background-color: white;
}

a.back, a.send, a.btn_gradient, input[type=submit],input[type=reset],input[type=button], a.readmore {
  color: white !important;
  text-decoration: none;
  text-align: center;
  padding: 4px 10px;
  box-shadow: 0 0 2px 0 #4a4a4a;
  font-size: 13px;
  cursor: pointer !important; 
  border: 0;
  font-weight: normal;
  background: #565452;
  border-radius: 3px;
}

a.btn_gradient:hover, a.send:hover, a.back:hover, input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover, a.readmore:hover {
  box-shadow: 0px 0px 4px 0px #3D3733;
  color: white;
}

 
input.disabled, input.readonly, input[readonly], input[disabled], select[disabled] {
  background-color: #F0F0F0;
  color: #666666;
}

select {
  padding: 2px 2px 2px 0;
}

a.imagelink {
	display: block;
	line-height: 0;
}

.error {
  color: Red;
}

.inputerror {
  border: 1px solid red !important;
}

div.errorbox,
div.alert {
  padding: 10px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

div.errorbox,
div.alert.alert-danger {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}
div.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

div.errorbox ul,
div.alert ul {
  padding: 0 20px;
  margin: 5px 0 0 0;
  list-style: circle;
}

.messagered {
	margin: 10px auto 0 auto;
  padding: 5px ;
  color: white;
  border:1px solid red;
  background: #F5001D;
  font-weight: bold;
  border-radius: 6px;
}
.message {
  margin: 10px auto 0 auto;
  padding: 5px; 
	color: white;
	background: #1E2189;
  border:1px solid #1E2189;
  border-radius: 6px;
}

#bc-overlay {
  width: 1200px;
  margin: 0 auto;
  padding: 5px;
  color: white;
  border:1px solid red;
  background: #F5001D;
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  color: #3c3a39!important;
}

h1 {
  font-size: 17px !important;
  padding: 15px 0;
  font-weight: bold;
}
h2 {
  font-size: 14px !important;
  padding: 13px 0;
  font-weight: bold;
}
h3 {
  font-size: 12px;
  padding: 12px 0; 
}
h4 {
  font-size: 10px; 
  padding: 12px 0;
}

a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: black;
}

a:hover {
  color: #F78D1E;
}

a:active {
  color: black;
}
.nieuwsdiv{
  border: 1px #a0a0a0 solid;
  padding: 20px;
}
.nieuwsdiv h2{
  margin-top: 0;
}
.dataTableHeadingRow { 
  background-color: #bab9b9;
}
.dataTableHeadingRow a { 
  text-decoration: none;
}
.dataTableHeadingRow td { 
  color: #ffffff; 
  font-weight: bold;
  padding: 4px;
}
.dataTableRow { 
  background-color: #F0F1F1;
}
.dataTableRow td {
  padding:  2px 4px;
  color: #666666; 
}
.dataTableRow td a {
  color: #666666; 
}

.dataTableHeadingTd, td.head, .tablehead {
  font-weight: bold;
}

.dataTableRowOver, .trhover:hover { 
  background-color: #E2E2E2; 
}

/* MAIN LAYOUT */
#container_top_wr {
  margin: 0 auto;
  width: 1200px;
  position: relative;
}
#container_middle {
  padding-top: 20px;
  padding-bottom: 20px;
}
#container_middle > div {

}
#container_middle.home {
  margin-top: 315px;
}
#container_middle.overige {

}
#container_top {
	background: url(../images/header.png) no-repeat;
	width: 1200px;
  height: 185px;
  border-radius: 0 0 15px 15px;
}

#logo {
	width: 227px;
	height: 215px;
	float:left;
  background-image: url("../images/logo_binnentotaal.png?v=1");
}

#shopmenu {
	width: 280px;
	padding: 26px 0 0 0;
	float:left;
	text-align: right;
}
#topsearchinput {
  width: 170px;
  border-radius: 0;
  background-color: #3d3733;
  border-color: #3d3733;
  color: white;
}
input[name=topsearchgo] {
	padding: 2px 10px;
  border-radius: 0;
  background-image: none;
  background-color: #3d3733;
  border-color: #3d3733;
  color: white;
  box-shadow: 0 0 0 0;
}

#container_right {
	width: 897px;
	float: left;
}

/* CONTAINER HOMETEASER */
#container_content {
  width: 100%;
  padding: 0 0 25px 0;
  float:left;
}

/* HOMETEASER */
#hometeaser {
  overflow: hidden;
  height: 192px;
  margin: 0 0 8px 0;
}
#hometeaser h1 {
  text-transform:uppercase;
}
a.back {
  display: block;
  width: 102px;
  height: 27px;
}
a.send {
  display: block;
  width: 102px;
  height: 27px;
  cursor:pointer;
}

/* SPOTLIGHT */
#spotlight {
  float: left;
  width: 520px;
  margin: 0 86px 0 0;
  overflow: hidden;
}
#spotlight h1 {
  display: block;
}
#spotlight_img {
	height: 132px;
	overflow: hidden;
	margin-bottom: 20px;
}
#spotlight_img img {
	margin-right: 58px;
	width: 200px;
}
#spotlight_txt  {
  padding-right: 60px;
  height: 100px;
  overflow: hidden;
}


/* CONTAINER SHOP */
#container_shop {
  padding: 25px 0; 
  width: 100%;
  float:left;
  color: white;
}

#container_shop > div {
  margin: 0 auto;
  width: 1200px;
}


#container_shop h1 {
	padding: 2px 0 0 10px;
}
.shop_product {
	width: 400px;
	height: 180px;
	float: left;
	padding: 15px 10px;
}
.shop_product_vert {
  width: 170px; 
  height: 320px;
  padding: 15px 20px 15px 0;
}
.shop_product.rightbr {
  border-right: 1px dashed #e4e4e4;
}
.producttable td {
	padding: 2px 5px 2px 0;
}
hr.sp {
	border: 0;
	border-bottom: 1px dashed #e4e4e4;
	height: 1px;
	width: 856px;
	float: left;
}
#category_content hr.sp, #tags_result hr.sp {
  width: 100%;
}
.shop_product > a {
  text-decoration: none;
}
.shop_product > a:hover {
  text-decoration: underline;
}
.shop_product_img {
  width: 200px;
  height: 170px;
  float: left;
}
.shop_product_content {
  width: 200px;
  height: 150px;
  float: left;
}
.shop_product_header {
	height: 37px;
	overflow: hidden;
}
.shop_product_header a {
 text-decoration: none;
 font-size: 15px; 
}
.shop_product_header a:hover {
 text-decoration: underline; 
}
.shop_product_price {
	float:left;
	width: 200px;
	padding: 5px 0 10px 0;
	height: 92px;
	font-size: 12px;
}
.shop_product_price div {
}
.product_price {
	color: #81BA49;
	font-weight: bold;
}
.shop_product_price del {
	color: #D5205F;
	margin: 0;
	float: left;
	padding: 0 5px 0 0;
}

.shop_discount_name a, .shop_discount_name a:visited {
  color: white !important;
  text-decoration: none;
}
.shop_discount_discprice {
  float:left;
  text-decoration: line-through; 
  color:#1e2189;
  padding: 3px 10px 0 0;
}
.shop_discount_price {
  float:left;
  color:white;
  padding: 3px 0 0 0;
}
.shop_border {
	border: 1px solid white;
}
img.productimage {
	width: 170px; 
	height: 170px;
}
img.productimage:hover {
	opacity: 0.7;
}
.shop_description {
	float: left;
	padding: 0 0 10px 0; 
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #e4e4e4;
	width: 100%;
}


/* SHOP PAGES */
#category {
  width: 897px;  
  float: left;
  min-height: 693px;
}
#category_content {
	padding: 20px 25px;
}

#category_subcats {
  list-style: circle;
  margin: 5px 0 0 20px;
  font-size: 13px;
}
#category_subcats a:hover {
	color: #81BA49;
}
#category_content h2 {
  padding: 0;  
}

.block {
  background-color: #524d49;
  min-height: 300px;
}

#productmenu, #jenabanner {
  float: left;
  min-height: 300px;
  margin: 0 12px 0 0;
  width: 291px;
}

#productmenu h1, #jenabanner h1 {
  display: block;
  padding: 6px 0 6px 30px ;
  color: white;
  font-weight: bold;
}

#leftmenu {
  list-style: none !important;
  padding: 20px 10px 20px 20px !important;
  background: #F6F4F0;
  min-height:  300px;
  width: 100%;
}
ul#leftmenu li {
  padding-left: 5px;
}
ul#leftmenu li:hover, ul#leftmenu li.active {
  background: url(../images/rodebalk.png) no-repeat 0 5px;
}
ul#leftmenu a {
 padding: 4px 10px 4px 10px;
 display: block;
 font-size: 14px;
 color: #3C3A39;
 font-weight: bold;
 text-decoration: none; 
}
ul#leftmenu a:hover, ul#leftmenu a.active {
  color: #F78D1E;
}
ul#leftmenu li li a {
  padding-left: 35px;
}
ul#leftmenu li li li a {
  padding-left: 50px;
}

div#default_content {
	margin: 0 0 0 20px; 
	padding: 0 0 20px 0;
}


/* CONTAINER FOOTER */
#container_footer {
  float:left;
  background: #F6F4F0;
  color: black;
  width: 100%;
  position: relative;
}
.footerblock{
  padding-top:15px;
  padding-bottom:15px;
}
#container_footer > div {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
#container_footer td, #container_footer h2 {
	
}
#container_footer a {
  text-decoration: none;
  font-weight: normal;
  color: #3C3A39;
}
#container_footer a:hover {
  color: #F78D1E;
}

#container_footer_gsd {
  padding: 5px 0 5px 0; 
  width: 100%;
  text-align: center;
  color: #524d49;
  float:left;
  background-color: #3d3733;
}
#container_footer_gsd a {
  color: #524d49;
  text-decoration: none;
}

#socialmedia {
  margin: 0;
  padding: 0 10px 10px 0;
  width: 220px;
}
#socialmedia div {
  margin: 0 10px 10px 0;
}

.socialsprite {
    background-color: transparent;
    background-image: url("../images/social.png");
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    width: 28px;
    float: left;
    margin: 7px 15px 5px 0;
}
.facebook_icon {
    background-position: 0 0;
    margin: 7px 3px 5px 0;
}
.facebook_txt {
	float: left;
  display: block;
  height: 28px;
  padding: 11px 10px 5px 0;	
}
.twitter_icon {
    background-position: -43px 0;
    margin: 0 8px 5px 0;
}
.youtube_icon {
    background-position: -78px 0;
    width: 70px;
}
.linkedin_icon {
    background-position: -142px 0;
    margin: 0 3px 7px 0;
}


/* TOPMENU */
#navmenu-h-container {
  padding: 35px 0 0 50px;
  float:left;
}

ul#navmenu-h { 
  margin: 0; 
  padding: 3px 0;
  list-style: none; 
  position: relative;
  z-index: 1000;
}

ul#navmenu-h ul {
 width: 200px; /* Sub Menu Width */
 margin: 0;
 list-style: none;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1000;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { top: 0; left: 100%; }

ul#navmenu-h li { float: left; display: inline; position: relative; }
ul#navmenu-h ul li { width: 100%; display: block; }

/* Root Menu */
ul#navmenu-h a {
 padding: 98px 10px 6px 10px;
 margin: 0 10px; 
 float: left;
 display: block;
 font-size: 16px;
 text-decoration: none;
 height: 1%;
 font-weight: normal;
 border-bottom: 3px solid transparent;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover {
  border-bottom: 3px solid #F78D1E;
}
ul#navmenu-h a.a_active {
  border-bottom: 3px solid #F78D1E;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
 float: none;
 padding: 6px 20px;
 border-top: 1px solid #FFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
 background: #999;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
 background: #666;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
 background: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
 background: #333;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }

ul#navmenu-h a {
  color: #919396;
}


ul#navmenu-h a:hover, #navmenu-h a.a_active,
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
 color:  black;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
 border-top: 1px solid #C8C8C8;
 background: #C8C8C8;
}



/* TABMENU */
#tabnav {
    height: 27px;
    margin: 0 0 5px 0 !important;
    background: url(../images/tab_bottom.gif) repeat-x bottom;
    list-style: none !important;
}

#tabnav li {
    margin: 0; 
    padding: 0;
    display: inline;
    list-style-type: none;
}
  
#tabnav a {
  float: left;
  background: #BAB9B9;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px;
  margin-right: 0;
  border-right: 1px solid white;
  text-decoration: none;
  color: white;
}


#tabnav A.here0,
#tabnav A.here1,
#tabnav A.here2,
#tabnav a.active {
  background: #BAB9B9;
  color: #1e2189;
}
#tabnav #tabnav a:visited.here {
  background: #1f79ad;
  color: black;
}
#tabnav a:link.disabled, #tabnav a:visited.disabled {
   color: #F0F1F1;
}
#tabnav a:hover {
  color: #1e2189;
}

/* DEFAULT CONTENT */
#defaultcontent {
  width: 100%;
  float:left;
  padding: 20px 0 20px 0;
}

#defaultcontent > div {
  margin: 0 auto;
  width: 1180px;
  min-height: 250px;
}
.contenttxt ul {
	list-style: circle;
	margin: 10px 20px ;
}
.back {
  float:left;
}

/* FOTOGALLERY */
#gallery {
	padding: 20px 0 0 0;
}
#gallery td {
	padding: 0;
}

/* PAGEFILES*/
#files a {
  text-decoration: none;
}

#youtube {
  margin-top: 20px;
}


/* NEWS OVERVIEW */
div.news_item {
  margin: 0 0 10px 0;
  padding: 10px;
  width: 395px;
  float:left; 
  border: 1px solid #C9C9C9; 
}
div.news_item h1 {
  font-size: 13px;
  padding: 0 0 5px 0;
  float:left;
}
div.date {
  font-size: 11px;
  padding: 0 10px 5px 0;
  float:right;
}
div.news_item h1 a {
  text-decoration: none;
}
div.news_item div.teaser {
  height: 70px;
  overflow: hidden;
}
div.newsitemlist {
	margin: 10px 0 0 20px;
}

div.news_item {
	padding: 20px 10px 20px 20px;
}
.news_noimage {
	background: url(../images/noimage.png);
	width: 200px;
	height: 133px;
	display: block;
}

#newsitemdate {
	float: right;
	margin: 13px 30px 0 0;
}



/* CONTACT */
.asterisk {
  color : Red;
}

.titles{
	font-weight: bold;
}

.contact_content {
	margin: 0 0 0 20px;
}

/* BASKET */
#basket {
  width: 100%;
}
 
#basket input[type=text]{
	padding: 0 5px;
}
#basket input.productsize {
  width: 30px;
  text-align: right;
  margin: 0;
}

table.steps, table.basket {
    width: 100%;
}
table.steps td {
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
td.step_on {
    background-color: #303030;
    color: white;
}
td.step_on a {
    color: white;
    text-decoration: none;
}
td.step_off {
    background-color: #EAEBEC;
    color: black;
}
#shippingadres table {
  float: left;
  margin: 10px 20px 0 0;
  padding: 5px;
  border: 1px solid #DDD4CF;
}
#shippingcosts {
  margin: 10px 0;
  padding: 5px;
  font-weight: bold;
  border: 1px solid #DDD4CF;
}
.prevstep {
  float: left;
}
.nextstep {
  float: right !important;
}

/* PAYMENT */
#payprocess {
	padding: 10px 0 0 10px;
	float:left;
	width: 760px;
}
#existing td {
	padding: 4px 4px 4px 0 ;
}


/* PRODUCT PAGINA */
#productinfo {
  width: 896px;
  color: white;
  min-height: 693px;
}

#productinfo input.productsize {
  width: 30px;
  text-align: right;
  margin: 8px 0 0 0;
  color: black;
}
#product_option {
	color: white;
}
    
#productinfo .product_images {
  float:left;
  width: 400px;
  padding: 20px 0 10px 20px;
} 
#productinfo .product_right {
  float:left;
  padding: 20px 0;
}
#productinfo .popupimage {
	float: left;
	margin-bottom: 10px;
}
#productinfo .popupimage img {
  border: 1px solid #DDD4CF;
  margin: 5px 10px;
}
#productinfo .price, #productinfo .discountprice {
  font-weight: bold;
  font-size: 14px;
  color: #81BA49;
  padding: 5px 0 ;
}
.brutoprice {
	padding: 5px 0;
}

#productinfo .discountprice {
  color: #1e2189; 
}
#productinfo .description {
  padding: 5px 0 ; 
}
#productinfo .description h1, #productinfo .description h2, #productinfo .description h3{
  padding: 0 0 12px 0 ; 
  color: #2F329A;
}
#productinfo .description ul {
  list-style: disc; 
  padding-left: 20px;
}
#productinfo .description ol {
  list-style: decimal; 
  padding-left: 20px;
}


a.filler_oneblock {
  width: 300px;
  height: 242px;
  display: block;
}
a.filler_twoblock {
  width: 610px;
  height: 242px;
  display: block;
}
a.spotlight_noimage {
  width: 300px;
  height: 195px;
  background: url(../images/noimage.png);
  display: block;
}
/* CONTAINER NEWS */
#container_news {
  width: 291px;
  min-height: 300px;
  float:left;
  position: relative;
}
#container_news {
  display: block;
  padding: 6px 0 6px 40px ;
  background: url(../images/ballon.png) no-repeat 11px 5px;
  color: white;
}

.newsitem {
	width: 260px;
	float: left;
	padding-right: 20px;
	height: 270px;
}
.news_text {
	font-weight: normal;
  height: 100px;
  overflow: hidden;
  width: 190px;
}
.newsitem_img {
	height: 132px;
	overflow: hidden;
	margin-bottom: 20px;
}
.newsitem_img img {
	width:200px;
	height: 132px;
}

ul.newsitem a:hover {
	color: white  !important;
	text-decoration: none  !important;
}
a.newsitem_text {
  color: #829fbf !important;
}

/* TAG CLOUD*/
#tags {
  margin: 0 1em 0 0;
}
#tags li {
  margin:0;
  padding:0;
  list-style:none;
  display:inline;
}
#tags li a {
  text-decoration:none;
  padding:0 2px;  
}
#tags li a:hover{ 
  
}   

.tag1 {font-size:100%;}
.tag2 {font-size:100%;}
.tag3 {font-size:100%;}
.tag4 {font-size:100%;}
.tag5 {font-size:100%;}

/* BREADCRUMBS */
#breadcrumbs {
  padding: 5px 20px 4px 20px;
  font-size: 11px;
  color: white;
}
#breadcrumbs a {
	color: white;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
  color: #81BA49;
}

.container_payment {
	background-color: #524D49;
  min-height: 556px;
}
.container_payment_content {
  padding: 20px;
}

/* PAGER */
table.nextprev { 
  width: 100%;
  margin: 10px 0 10px 0;
}
.nextprev a {
  font-weight: normal;
  text-decoration: none;
}
.nextprev a:hover {
  text-decoration: underline;
}

.nextprevactive {
  font-weight: bold;
  color: #81BA49;
}
#brand_products {
  margin: 20px;
  float: left;
}

/* TOP SEARCH RESULT */
#brand_description {
	padding: 10px 0 0 20px;
	width: 350px;	
}

#brand_logo {
	float: right;
	padding-right: 60px;
}
#search_categories {
	margin: 0 20px 20px 20px;
	border-top: 1px dashed #e4e4e4;
	width: 690px;
}
.search_category {
	float: left;
	padding-top: 3px;
	margin: 5px 16px 5px 0;
}

#search_brands {
	margin: 0 20px 20px 20px;
	border-top: 1px dashed #e4e4e4;
	float:left;
	width: 690px;
}
.search_brands {
	float: left;
	margin: 5px 16px 5px 0;
}
#search_products {
  padding: 20px;
  float: left;
}

.brand {
	float: left;
	margin: 0 0 20px 30px;
	/*padding: 10px 16px 0 0;*/
}
.brand_noimage {
	width: 170px; 
	height: 40px;
	padding-top: 60px;
	text-align: center;
	background-color: #5A5A5A;
}
.brand a {
	display: block;
}
/* TAGS RESULT*/
div#tags_result {
}

.homenews_item {
  border-top: 1px solid #F6F5F1;
  padding-bottom: 15px;
}
#shopcontent_content {
	clear: both;
}
.cart {
	background: #5A5A5A;
	padding: 10px 15px 15px 15px;
	margin-top: 10px;
}

.sellingpoints li {
  background: url(../images/keurmerkbullet.png) no-repeat center left;
  padding: 10px 0 10px 30px;
  font-weight: bold;
}
#homeslider {
  width: 594px;
  float:left;
  margin-right: 12px;
}
#homeslider > div {
  margin: 0 auto;
  width: 594px;
  height: 300px;
}
.priceDot {
	position: absolute;
	right: 10px;
	top: 115px;
}
.priceDot, .priceDotFree {
	/*background: url("../images/pricedot.png") no-repeat scroll 0 0 transparent;*/
	color: #FFFFFF;
	display: block;
	height: 64px;
	overflow: hidden;
	text-decoration: none;
	width: 64px;
}

.priceDotFloatPrice .priceDotDoubleDigit {
    font-size: 26px;
    top: 14px;
    width: 50px;
}
.priceDotFloatPrice .priceDotDoubleDigit .priceDotCents {
    font-size: 14px;
    right: 2px;
    top: 5px;
}
.priceDotCents {
    position: absolute;
    text-align: left;
}
.priceDotSingleDigit, .priceDotDoubleDigit, .priceDotTripleDigit, .priceDotQuadrupleDigit, .priceDotQuintupleDigit {
    display: block;
    font-family: AvenirBlack,Arial,Helvetica,Verdana,Sans-Serif;
    font-size: 32px;
    letter-spacing: -0.19px;
    padding: 0 5px;
    position: relative;
    text-align: center;
}
#container_left {
  width: 660px;
  float: left;
  padding: 0 20px 40px 0;
}
#container_right {
  width: 300px;
  float: right;
}

.theme-default .nivoSlider {
  box-shadow: none !important;
}
.nivo-controlNav {
	display: none;
}

#newscontainer {
	background-color: #105274;
	width: 260px;
	margin-top: 10px;
	padding: 15px 20px 30px 20px;
	margin-bottom: 20px;
}
#newscontainer > h1 {
  color: white;
  padding-bottom: 0;
}

#report td {
	padding: 3px 5px 3px 0;
}

#route_map {
	width: 470px;
	height: 300px;
	margin-top: 5px;
	background-color: #EFEBE2;
}

strong {
  font-weight: bold;  
}

.contenttxt {
  width: 100%;
  float: left;
  margin-right: 70px;
}
#rightcolumn .contenttxt {
  width: 860px;
  float: left;
  margin-right: 20px;
}
.imagegallery {
}
.imagegallery:hover {
	opacity: 0.9;
}

#leftcolumn {
  width: 260px;
  min-height: 300px;
  height: 100%; 
  float: left;
  padding: 10px 20px 10px 0 !important;
  
}
#rightcolumn {
  width: 880px;
  float: left; 
}
#topbar {
	height: 40px;
	width: 100%;
	background-color: #e5e5e5;
}

.tags {
  clear: both;
  padding: 15px 0;
}
.tags a {
  color: #3C3A39;
	text-decoration: none;
	font-weight: normal;
}
.tags a:hover {
	color: #F78D1E;
}
#gdirections td {
	vertical-align: middle;
}
.btn{
  width:100%;
}
.dropdown-menu, .dropdown-menu ul, .dropdown-menu ul  li, .dropdown-menu ul li a{
  width:100%;
  /*width:calc(100% - 15px);*/
  /*width:-moz-calc(100% - 15px);*/
}
.dropdown-menu>li>a{
  font-size: 20px;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

/**Media queries***/
@media (max-width: 1200px) {
  /*Resize top menu*/
  .menuwrapper{
    width:100%;
    border-radius:0;
  }
}
@media (max-width: 964px){
  /*Hoogte van de menu wrapper*/
  .menuwrapper{
    height: 75px;
  }
  #logo{
    height: 75px;
    width: 75px;
    background-image: url("../images/minilogo_binnentotaal.png");
  }
  #navmenu-h-container{
    margin:0;
    padding:0;
  }
  #navmenu-h{
    padding:0;
    float: right;
  }
  ul#navmenu-h a{
    padding: 25px 10px 6px 10px;
    display: block;
    float: none;
  }
  #navmenu-h-collapse{
    display:none;
  }
  #container_middle.home {
    margin-top: 455px;
  }
  #container_middle.overige {
  }
}
@media (max-width: 812px){
  #navmenu-h-container{
    width:100%;
    margin-top: 0;
    overflow:hidden;
    display:none;
    clear:both;
    position: absolute;
    top:75px;
  }
  .navbar-toggle{
    display:block !important;
  }
  #navmenu-h{
    float:none;
  }
  ul#navmenu-h li{
    background-color:rgba(200,200,200,0.9);
    width:100%;
    border-bottom:1px solid #fff;
  }
  ul#navmenu-h a{
    color:#000;
    padding-top:12px;
  }
  ul#navmenu-h a.a_active{
    color:#000;
    border-bottom:3px;
    padding-bottom:12px;
    padding-top:12px;
  }
  ul#navmenu-h a.a_active:hover{
    color:#000;
    border-bottom:3px;
    padding-bottom:12px;
    padding-top:12px;
  }
  ul#navmenu-h a:hover{
    color:#000;
    border-bottom:3px;
    padding-bottom:9px;
    padding-top:12px;
  }
  #navmenu-h-collapse{
    display:block;
    width:50px;
    height:50px;
    float:right;
    padding-top:13px;
  }
  .icon-bar{
    background-color:#3C3A39;
  }
  #sliderimages div {
    background-position: center;
  }
}
@media (max-width: 768px){
  .clearwithmargin{
    margin:0;
  }
  .nieuwsdiv{
    margin-bottom: 20px;
  }

  #leftmenu {
    min-height: auto;
  }

}
@media (min-width: 878px){
  .removeForMobile{
    display:block;
  }
  .removeForDesktop{
    display:none;
  }
}
@media (max-width: 878px) {
  .removeForMobile {
    display: none;
  }

  .removeForDesktop {
    display: block;
    margin-bottom: 20px;
    margin-left:0;
  }

}
/**image gallery resizer**/
@media(min-width: 768px){
  /**3 kolommen**/
  .gallerybox{
    height: 210px;
  }
  .galleryimg{
    max-height: 210px;
    max-width:100%;
  }
}
@media(max-width: 694px){
  /**1 kolom**/
  .galleryimg{
    width:100%;
    zoom:3;
  }
}
@media (min-width:694px) and (max-width: 768px) {
  /**2 kolommen**/
  .gallerybox{
    height: 209px;
    max-width: 372px;
    width:calc(50% - 15px);
    float: left;
    margin-right: 15px;
    padding:0;
  }
  .galleryimg{
    max-height: 209px;
    max-width:100%;
  }
}

/* -------------------------------------------------------------------
Multi-columns-row: div rijen netjes lijnen
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
  clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
  clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
  clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
  clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
  clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
  clear: left;
}

@media (min-width: 768px) {

  .multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }

  .multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }

  .multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }

  .multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }

  .multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }

  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }

  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }

  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }

  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }

  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 992px) {

  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }

  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }

  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }

  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }

  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }

  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: left;
  }

  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: left;
  }

  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: left;
  }

  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: left;
  }

  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 1200px) {

  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: none;
  }

  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: none;
  }

  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: none;
  }

  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: none;
  }

  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: none;
  }

  .multi-columns-row .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }

  .multi-columns-row .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }

  .multi-columns-row .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }

  .multi-columns-row .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }

  .multi-columns-row .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }

}

