@font-face {
  font-family: 'OpenSans';
  src: url("/font/OpenSans-Regular.ttf");
}

.top_information { text-align: center; background: #fff; padding: 4px;  }

.header {
	padding-top: 1em;
	background: #f5f5f5;

}

/*
.logo {

	float: left;
	background: url('../styles/bm/images/logo200x30.png') no-repeat;
  background-position: 1em; center;
	height: 60px;
	width: 220px;

}
*/

.toptop {
float: right;
text-align: right;
width: 40em;
min-width: 8em;


}

.toptop img { border: 1px solid grey; max-width: 30px; }

.toptop ul {
margin: 0;

}

.toptop li {
display: inline;
margin: 0 0.5em;

}

.toptop li a{
color: #fff;
}


.logo {

	float: left;
	margin-left: 10px;
	background: url('../images/logo310.png') no-repeat;
  background-position: center center;
  background-size: 80%;
	height: 100px;
	width: calc(20% + 7em);



}

.nav {

		background: #237906;
		background: #237906;
		width: 100%;
}

.nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;
}

.nav ul li {
    list-style: none;
    flex-grow: 1;
    text-align: center;
    max-width: 9em;
    min-width: 6em;
    border-right: 2px solid #fff;
}

.active{
	 background-color: #30ad09;
}


.nav ul li:first-child {
    border-left: 2px solid #fff;
    }

.nav ul li a {
		color: white;
    display: block;
    padding: 8px;
    /*
    transition: background .45s ease-in-out;
   	-moz-transition: background .45s ease-in-out;
    -webkit-transition: background .45s ease-in-out;
    */
}

.nav ul li a:hover {
	color: black;
	display: block;
	background: white;

}


.noscript {

	background-color: yellow;
	text-align: center;

}

.main {

	margin-top: 0px;


 }

.header .container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-width: 360px;
  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box;



 }

.main .container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-width: 400px;

  margin: 0 auto;
  padding: 0 2px;
  box-sizing: border-box;
  background-color: #fff;

 }

.column,
.columns {
  width: 99%;
  float: left;
  box-sizing: border-box;
  padding-left: .1em; 
  padding-right: .1em;
}

.three.columns { width: 100%;  }
.nine.columns { padding: 0.6em; min-height: 40em; }

.search_top {  padding: 0.6em; float: right; display: none; }


.cart {
  float: right;

  margin-top: 2em;
	font-size: 1.2rem;

  color: #000;

}
.cart:hover > a{ background-color: #30ad09;	 }

.cart a {
	border: 1px solid #d0d0d0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: .6em;

    background-color: #F0F0F0;  animation: morefading 4s 1;

	}

.cart a:hover {
	background-color: #30ad09;
	color: #fff;
	}
    
.cart_vertical{
    padding: 5px;
    text-align: center;
    background-color: #F0F0F0;  animation: morefading 4s 1;

}

.cart_vertical a{
    
    margin: 0 auto;

}


  @keyframes morefading {
     0% { background-color: #F0F0F0; }
     50% { background-color: #d0d0d0; color: white; }
     100% { background-color: #F0F0F0; }
 }


.snav { display: none; }



.pageheader {
	color: #828282;
	font-size: 1.1em;

	padding: 4px;
	margin-bottom: 7px;
}

.pagedata {
	margin-left: 2%;
	margin-right: 2%;
	}

.text {
	border-bottom: 0px solid #D7D7D7;
	padding: 5px;
	margin: 0px 5px 0px 5px;
	font-size: 0.88em;
}
.text > ul { list-style: disc; padding-left: 2em; }

.product_navbar a{ font-size: 0.8em; padding: 0.4em }
.product_navbar a:hover{ background-color: #f7f7f7; }

.l2nav { display: none;  padding: 0.8em; }
.l3nav { display: flex; flex-wrap: wrap; justify-content: center; padding: 0.8em; }

.l2nav_sub { float: left; width: 8em; padding: 0.1em; }
.l3nav_sub {

	background-color: #fff;
	border-bottom: 4px solid #fff;

	font-size: 1em;
}

.l3nav_sub .active { border-bottom: 4px solid #237906; }

.l3nav_sub a { 	 width: 9em; padding: 0.4em; display: block; }
.l3nav_sub a:hover { background-color: #f7f7f7;  }

.clearer { clear: both; }

.msgbox		 { padding: 1px 1px 1px 18px; margin: 0px 0px; display: block; min-width: 400px; }
.success_msg { background: #d0d0d0; border: 1px solid #d0d0d0; }
.success_msg td {  border-bottom: 1px solid #9CFF9C; }
.info_msg	 { background: #ffffcc; border: 1px solid #d5d500; }
.error_msg	 { background: #ffeaea; border: 1px solid #d50000; }

.cc_success {
	border: 1px solid #008000;
	background-color: #9CFF9C;
	text-align: center;
	padding: 5px;
	/*margin: 10px 30px 10px 30px;*/
	margin: 0px 0px 10px 0px;
}
.cc_error {
	border: 1px solid #FF0000;
	background-color: #FF9C9C;
	text-align: center;
	padding: 5px;
	/*margin: 10px 30px 10px 30px;*/
	margin: 0px 0px 10px 0px;
}
.cc_main_headline {
	font-size: 1.2em;
	font-weight: 400;
	padding: 7px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.cc_headline {
	font-size: 1.2em;
	font-weight: 400;
	padding: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.cc_content {

	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;

}

/* product listing */

.product_lines_block { width: 100%; margin: 1%; border: 0px solid green }
.product_line { margin-bottom: 2.2em; border-bottom: 1px solid #c0c0c0;  }
.product_lines_picture { padding-right: 1.8em;  min-width: 20em; }
.product_lines_text { padding: 0.3em;  min-height: 4em; width: calc(40% - 1em); min-width: 14em; }
.product_lines_price {  padding: 0.3em; min-width: 6em; font-size: 1.6em; text-align: center; border-left: 0px solid #c0c0c0; }
.pi_cur_price { font-weight: 600; }

.product_lines_button {
    font-size: .6em;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 9em;
    padding: 0.5em;
    background-color: #30ad09;
}

.product_lines_button a { color: white; }

.indicator_instock { padding: 3px; color: white; background-color: #30ad09; text-align: center; max-width: 300px; margin: auto;}
.indicator_notinstock { padding: 3px; background-color: #ffa99d; text-align: center; max-width: 300px; margin: auto; }


/* product grid */



.product_grid_item {
  background-color: white;
  max-width: 26em;
  min-width: 18em;
  width: 30%;
  margin: .1em;
  padding: .1em;

  border-radius: 0px;

  border: 0px solid red;
}

.product_grid_block {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;

	margin: 0.4em;


}
.product_grid_picture { order: 1; padding-left: auto; width: 100%; border: 0px solid green; }
.product_grid_title{ order: 2; text-align: center; width: 100%; font-size: 1.2em; font-weight: bold; padding: .4em; }
.product_grid_text{ order: 3; text-align: left; width: 100%; padding-left: 2em;  max-height: 10em; min-height: 10em;  overflow: hidden; border: 0px solid red; }

.product_grid_price { order: 4; font-size: 1.8em; float: right; padding: 0.5em; text-align: center; border: 0px solid green; width: 90%; }
.pi_cur_price { font-weight: 600; font-size: 1.2em; }
.product_grid_button { font-size: 16px; text-align: center; display: block;  margin-left: auto;  margin-right: auto; max-width: 14em; padding: 0.3em; background-color: #7DFA57; border-radius: 0px; }
.product_grid_button0 { font-size: .8em; text-align: center; margin-left: auto;  margin-right: auto; width: 6em; padding: 0.3em; background-color: #FFF; }
.product_grid_more { text-align: center; display: block; margin: 0 auto; padding: 0em; background-color: #F0F0F0;  animation: morefading 4s infinite;  }


.inktbl td {
	border-bottom: 1px solid #dfdfdf;
	padding: 0.2em;
}

.basket_table td {
	border-bottom: 1px solid #dfdfdf;
	padding: 0.2em;
}

.search_product { margin: 1em; border-bottom: 1px solid #c0c0c0; }


.product_details_header {
	font-size: 2.2rem;
	line-height: 1.5;
	padding-bottom: 0.6em;
	}


.product_details_td{
	border-bottom: 1px solid #c0c0c0;
	}
.product_details_picture {  width: 20%; padding-right: 1.6em; border: 0px solid green; }
.product_details_price {  text-align: center; font-size: 2.7em; font-weight: 600; min-width: 6em; border: 0px solid green;}
.product_details_button {  text-align: right; padding-top: 0.8em; padding-bottom: 0.8em; }
.product_details_desc {  border-bottom: 0px solid #c0c0c0; font-size: 0.88em; }
.product_details_printers {  width: 30%; float: left; margin: 0.2em; }

.graduated_prices { margin-top: 1.2em; padding: 1em; text-align: center; background-color: #eaeaea; }

.macro { width: 100px; margin: 0 auto; }


.dci { font-size: 0.8em; float: right; }


.ad_banner_product {

	width: 30%;
	min-width: 20em;
	border: 1px dotted #c0c0c0;
	margin: 0.1em;
	padding-bottom: 1em;

	}


.sortbar { float: right; font-size: 1rem; }

.deliverytable td { padding: 1.2em; margin: .4em; border-right: 1px solid #d0d0d0; font-size: 1.1em; }



/*
.imageX {
	max-width: 120px;
	max-height: 120px;
	display: block;
  margin-left: auto;
  margin-right: auto;
	}

  */

  .imageX {
	width: 100%;
  height: 100%;
	max-width: 300px;
	max-height: 300px;
	display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;



	}
	.imageX:hover{



	}


.flexbox {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

  flex-wrap: wrap;
	justify-content:space-around;

}

.flexcontainer {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
}
.flexcontainer>div {
		flex-grow: 1;


}

.flexcontainer .flexcontainer { align-self: center; }


.footer { background-color: #e8e8e8; height: 44em; }
.footer .container { text-align: center; border-top: 0px solid #c0c0c0; padding: 1em; margin-bottom: 10em; background: transparent; }
.footer .container li { display: inline; padding: 2em; white-space: nowrap; border: 0px solid grey;  }


/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;



		}

/*   .search_top { display: none; } */


}


@media screen and (min-width: 760px) {

  .container {
    width: 100%;  }
  .column,
  .columns {
    margin-left: 1%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .logo {

  padding-left: 40px;
	float: left;

	background: url('../images/logo330c.png') no-repeat;

	background-size: 40%;
  height: 110px;
  min-width: 40%;


	}

	.header {

	background: #fff;
    background: #f5f5f5;





	}
	.cart { }

	.search_top { display: block; padding-top: 1.0em; padding-right: 0.6em; float: right; }

	.search_top input[type="text"] { background-color: #fff; }


  #snav_drop { display: none; }
  .snav { display: block; }

  .imageX {
	width: 100%;
  height: 100%;
	max-width: 300px;
	max-height: 300px;
	display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;



	}
	.imageX:hover{



	}


  .one.column					  { width: 98%; min-height: 30em; padding-left: 1em; padding-right: 1em; padding-bottom: 0em;  }
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 16.3333333333%; margin-top: 0.8em; background-color: #e0e0e0;  }
  .three.columns                  {
	min-width: 7em;
	width: 16%;
	padding-left: 0.8em;
	background-color: #fff;
	}
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   {
	width: 77.0%;
	padding-left: 1.6em;
	padding-right: 0.2em;
	background-color: #fff;
	}
  .ten.columns                    { width: 78.6666666667%; padding-top: 0em; padding-left: 2em; min-height: 50em; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }



}



html {
  font-size: 62.5%; }
body {

	background: #e2e2e2;
	background: #fff;

  font-size: 1.45em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: 400;
	font-family:  "OpenSans", Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

  color: #222; }



h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 3.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 2.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 2.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 1.8rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.3rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.0rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 4.0rem; }
  h2 { font-size: 3.2rem; }
  h3 { font-size: 2.0rem; }
  h4 { font-size: 1.6rem; }
  h5 { font-size: 1.4rem; }
  h6 { font-size: 1.2rem; }
}

p {
  margin-top: 0; }



a {
  color: #000;
	text-decoration: none;

	}
a:hover {
  color: #000;
	text-decoration: none;
 }


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #30ad09;
  border-radius: 0px;
  border: 1px solid #30ad09;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
	outline: 0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
	outline: 0; }


/* Forms
�������������������������������������������������� */
input[type="email"],
input[type="number"],
input[type="phone"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #c0c0c0;
  outline: 0;	 }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="phone"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
/*  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; */}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="phone"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
�������������������������������������������������� */
ul {
  list-style: none outside;
	padding: 0;
	margin: 0;
	 }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.5rem 0 0.5rem 1rem;
  font-size: 90%; }
li {
  margin-bottom: 0rem; }


/* Code
�������������������������������������������������� */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
�������������������������������������������������� */

th,
td {
  padding: 1em 1.2empx;
  /* text-align: left;
  border-bottom: 1px solid #c0c0c0; */ }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
�������������������������������������������������� */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 0.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ol,
form {
  margin-bottom: 0.5rem; }


/* Utilities
�������������������������������������������������� */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
�������������������������������������������������� */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
�������������������������������������������������� */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
�������������������������������������������������� */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 680px) {

  .product_grid_item {
    background-color: white;

    min-width: 18em;
    width: 90%;
    margin: .0em;
    padding: .5em;

    border-radius: 0px;
    
    


  }
  
  .one.column { 
  
  padding-left: .5em; padding-right: .5em; 
  
  padding-bottom: 0em;  
  
  }


}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
