html {
font-size: 64%; }

body {
font-size: 1.2rem;
line-height: 1.7;
font-family: 'Roboto', Helvetica, Arial, sans-serif;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #303030; }

a { text-decoration: none;
color: #2e3a3f; }

a:hover {
text-decoration: none;
color: #737678; }

p {
margin-top: 0;
margin-bottom: 1rem;
clear: left; }

h1, h2, h3, h4, h5, h6 {
font-family: 'Cormorant Garamond', 'Adobe Garamond', Garamond, serif;
font-weight: 400; }

h2, h3, h4, h5, h6, h7, a, a:hover {
text-decoration: none; }

h1 { font-size: 3rem; margin: 0px;}

h1 a { display: block; margin: 0px; padding: 9px;}
h1 a:hover { color: #000; text-decoration: none; background-color: #fff;}

h2 { font-size: 2.7rem;
line-height: 1.1;
padding-bottom: 12px;}

h3 { font-size: 2.1rem; }

h4 { font-size: 2.7rem; }

h5 { font-size: 2.2rem; }

h6 { font-size: 1.9rem; line-height: 2.2rem; color: #444; margin-top: 5px; margin-bottom: 3px; }

h7 {  font-family: 'Roboto', Helvetica, Arial, sans-serif;
font-size: 1.4rem;
font-weight: 500;
color: #5b5b5b;
margin-bottom: 4px; }

h8 {  font-family: 'Roboto', Helvetica, Arial, sans-serif;
font-size: 1.9rem;
color: #5b5b5b;
}

h9 { font-family: 'Cormorant Garamond', 'Adobe Garamond', Garamond, serif;
color: #4c4c4c;
font-size: 1.7rem;
line-height: 3rem;
}

.container {
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0;
border: 1px solid #e1e1e1;
-moz-box-sizing: border-box;
box-sizing: border-box; }

.column,
.columns {
width: 100%;
padding-left: 7px;
float: left;
-moz-box-sizing: border-box;
box-sizing: border-box; }

.one.column,
.one.columns                    { width: 8.3%; }
.two.columns                    { width: 16.6%; }
.three.columns                  { width: 25%; }
.four.columns                   { width: 33.3%; }
.five.columns                   { width: 41.6%; }
.six.columns                    { width: 50%; }
.seven.columns                  { width: 58.3%; }
.eight.columns                  { width: 66.6%; }
.nine.columns                   { width: 75%; }
.ten.columns                    { width: 83.3%; }
.eleven.columns                 { width: 91.6%; }


			@media (max-width: 991px) {
			.nine.columns                   { width: 100%; }
			.ten.columns                    { width: 100%; }
			.eleven.columns                 { width: 100%; }
			}

.twelve.columns     { width: 100%; padding-right: 8px;}

.twelve.columns.alpha     { width: 100%; padding-left: 0px; padding-right: 0px;}
.twelve.columns.product     { width: 100%; padding-right: 8px;}
.twelve.columns.category     { width: 100%; padding-left: 0px; padding-right: 8px;}

.twelve.columns.jobs { margin: 4px 0px 11px 0px}

.twelve.columns.addtocart     { width: 100%; padding-left: 8px;  padding-right: 4px; }
.twelve.columns.addtocart.tight    { width: 100%; padding-left: 8px;  }

.one-fifth.column               { width: 20%; }
.one-third.column               { width: 33.3%; }
.two-thirds.column              { width: 66.6%; }
.one-half.column                { width: 50%; }

.columns.right {
float: left;
text-align: right;
padding-right: 8px;
}


 img:not([src]) {
        visibility: hidden;
    }

img {
/*color: transparent;*/
width: 100%;
height: auto;
padding: 0;
margin: 0;	}

img .ruglogo {
align: center;
width: 375px;
height: auto;
padding: 0;
margin: 0;	}

img.lazy {
display: inline-block; }

.w3-wide {
letter-spacing: 1em;}

		@media (max-width: 600px) {

			html {
			font-size: 68%; }

			body {
			overflow-x: hidden;
			width: 100%;
			}

			h1 a {
			font-size: 2.8rem;
			color: #000;
			text-align: center;
			margin: 0px;
			padding: 5px;}

			h2 {
			color: #000;
			font-size: 2rem;
			padding-bottom: 8px;}
			}

			h5 {
			color: #000;
			font-size: 2rem;
			line-height: 2rem;
			}


			}

/*  <button class="w3-button w3-small w3-border w3-white w3-wide w3-grey-hover">ADD TO CART</button>*/
/*
.w3-modal-content-lg{
top: 20px;
margin: 3px;
background-color:#fff;
position:relative;
outline:0;
border: 12px solid #555;*/
/*overflow: hidden;
}
*/
#cs .w3-container2 {
border: 0px solid #555;
}

#cs {
font-size: 1.1rem;
}
  
#cs label,
legend {
display: block;
margin-top: 11px;
margin-bottom: 4px;
padding-left: 2px;
font-weight: 600; }

#cs input[type=text], select, textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 10px;
  resize: vertical;
}

#cs input[type=radio]  {
margin-bottom: 3px;
padding-left: 2px;
}

#cs input[type=submit] {
position:relative;
text-align: center;
font-size: 1.1rem;
font-weight: bold;
line-height: 20px;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
color: #fff;
padding: 2px 12px;
margin-left: 2px;
background-color: #757575;
border-radius: 0px;
border: 1px solid #757575;
cursor: pointer;
}

#cs input[type=submit]:hover {
  background-color: #999;
}

#cs .cscontainer {
width: 100%;
 max-width: 600px;
 min-height: 710px;
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

	@media (max-width: 600px) {

			#cs .cscontainer {
			width: 100%;
			 max-width: 475px;
			 min-height: 710px;
			  border-radius: 0px;
			  background-color: #f2f2f2;
			  padding: 20px;
			}
	}

/*.w3-bar-item .w3-button .tablink {
color: #000;
padding: 8px 12px;
text-align: left;
text-decoration: none;
}
*/


.w3-modal{
z-index: 200;
display:none;
padding-top: 19px;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
overflow:auto;
background-color:rgb(0,0,0);
background-color:rgba(0,0,0,0.4)
}

.w3-modal-content{
margin:auto;
background-color:#fff;
position:relative;
padding:3px;
outline:0;
width:800px;
height:auto;}

.w3-modal-content-xl{
margin:auto;
background-color:#fff;
position:relative;
padding:3px;
outline:0;
width:1200px;
height:auto;}



.w3-modal-content2{
margin:auto;
background-color:#fff;
position:relative;
padding:0px;
outline:0;
max-width: 600px;
/*width:414px;    ---- for calc on do pages*/
max-height: 730px;
overflow: hidden;
top: 10px;}

	@media (max-width: 600px) {

			.w3-modal-content2{
			margin:auto;
			background-color:#fff;
			position:relative;
			padding:0px;
			outline:0;
			max-width: 475px;
			max-height: 730px;
			overflow: hidden;
			top: 10px;}
		}

.w3-opacity,.w3-hover-opacity:hover{
opacity:0.90}

.w3-opacity-off,.w3-hover-opacity-off:hover{
opacity:1}

#totop {
display: none;
position: fixed;
bottom: 100px;
right: 30px;
z-index: 500;
width: 50px;
height: 50px;
border: 1px solid #e1e1e1;
outline: none;
background-color: white;
cursor: pointer;
padding: 5px;
border-radius: 50%;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}

#totop:hover {
color: #fff;
background-color: #555;
}

.material-icons.md-18 { font-size: 18px; color: #333;}
.material-icons.md-24 { font-size: 24px; color: #333;}
.material-icons.md-36 { font-size: 36px; color: #333;}
.material-icons.md-48 { font-size: 48px; color: #333;}

.material-icons-outlined.md-18 { font-size: 18px; color: #333;}
.material-icons-outlined.md-24 { font-size: 24px; color: #333;}
.material-icons-outlined.md-36 { font-size: 36px; color: #333;}

.gsearch  {
height: 40px;
float: left;
padding: 4px;
}

.gsearch
input,
textarea {
margin-left: 5px;
background-color: #fff;
float: left;
display: inline-block;
}

.gsearch button  {
display: inline-block;
height: 30px;
border: 0px;
padding: 8px;
margin-top: -4px;
color: #333;
line-height: 30px;
}

	@media (max-width: 600px) {

			.gsearch  {
			margin-top: 12px;
			margin-right: 8px;
			border: 0px;
			}

			.gsearch button  {
			display: inline-block;
			height: 30px;
			border: 0px;
			padding: 8px;
			margin-top: -4px;
			color: #333;
			line-height: 30px;
			}

			.w3-opacity,.w3-hover-opacity:hover{
			opacity:1}

			}


.topnav {
height: 40px;
}

.topnav ul {
list-style: none;
float: right;
padding: 8px 0px; }

.topnav a {
font-size: 1.1rem;
color: #333333;
position: relative;
}

.topnav li {
border-right: 0px solid #939393;
display: inline;
position: relative;
padding: 0px 6px; }

.topnav li:last-child {
border-right: 0px;
padding: 0px 6px;
}


.statichead {
position: fixed;
top: 0;
width: 100%;
max-width: 1200px;
z-index: 100;
border: 0px solid #333;
}


.navbar {
overflow: hidden;
background-image: url('../images/backgrounds.gif');
background-color: #ffffff;
border-bottom: 1px solid #E1E1E1;
border-right: 1px solid #E1E1E1;
}

.navbar a {
float: none;
color: #000;
padding: 8px 12px;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #E1E1E1;
}

.navbar .gp a {
float: none;
text-align: left;
display: block;
text-decoration: none;
}

.navbar .gp img {
margin: 0px 10px 0px 0px;
padding: 0;
}

.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 1.2rem;
text-transform: uppercase;
letter-spacing: .3rem;
font-weight: 700;
border: none;
outline: none;
height: 36px;
color: #000;
width: 100%;
background-color: inherit;
margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus  {
background-color: #303030;
color: #fff;
}

.navbar .posterfam a {
float: none;
text-align: left;
display: block;
padding: 0;
text-decoration: none;
border-bottom: 0px solid #E1E1E1;
}

.navbar .posterfam a:hover {
border: 1px solid #666;
background: #fff;
}

.navbar .posterfam h5 {
padding-left: 0px;
padding-bottom: 6px;
}

.navbar .posterfam p {
padding: 14px 0px;
}

.navbar .divider .divided h5 {
font-size: 2.3rem;
font-weight: 500;
}

.dropdown-content {
display: none;
position: absolute;
background: #ffffff;
/*
background-image: url('../images/body_backgrounds.gif');
 */
padding: 20px 8px;
left: 2%;
z-index: 150;
width: 96%;
overflow:auto;
border: 1px solid #e1e1e1;}

				@media (max-width: 991px) {
				.dropdown-content {
				display: none;
				position: absolute;
				left: 0;
				z-index: 150;
				width: 100%;
				overflow:auto;
				border: 1px solid #e1e1e1;}
				}

.dropdown-content a {
float: none;
color: black;
display: block;
text-align: left;}

.dropdown-content a:hover {
background-color: #444444;}




/*
.dropdown-content .star img {
display: inline;
width: 100%;
height: auto;
padding-bottom: 8px;
background-color: none;
}

.dropdown-content .star img a:hover{
border: 1px solid #444;
}
 */


.dropdown-content .factory img {
display: inline;
width: 100%;
height: 200px;
padding-bottom: 14px;
background-color: none;
}

.dropdown-content h5 {
padding-left: 12px;
padding-bottom: 7px;
}


.dropdown-content p {
font-size: 1.2rem;
padding-left: 4px;
}

.dropdown-content p a {
padding: 0;
margin: 0;
display: inline;
color: #145f75;
font-weight: bold;
text-decoration: underline;
}

.dropdown-content p a:hover {
padding: 0;
margin: 0;
display: inline;
color: #444444;
background: none;
font-weight: bold;
text-decoration: underline;}

/*
.superbutton a {
margin: 0;
padding: 10px 13px 10px 5px;
font: inherit;
border-bottom: none;
}

.superbutton a:hover {
display: block;
background: #999;
color: #fff;
}
 */


.show {
display: block;
}

.hide {
display: none;
}

/*
.superbutton h5 {
padding-left: 8px;
}

.superbutton p {
font-size: 1.2rem;
padding-left: 10px;
}
 */

/*
.dropdown:hover .dropdown-content {
  display: block;
}
 */

.catg {
font-weight: 500;
font-size: 1.2rem;
}

.cattop{
border-top: 1px solid #E1E1E1; }

.divider {
padding-right: 14px;
}

.divided {
padding-left: 16px;
border-left: 1px solid #e2e2e2;
}


			@media (max-width: 600px) {

			.popper h2  {
			color: #000;
			font-size: 2.2rem;
			font-weight: 400;
			padding: 8px 10px;
			margin: 13px 0px 0px 0px;
			border-bottom: 1px solid #cdcdcd;}

			.navbar {
			display: none;
			}

			.mobnav, .mobnav ul {
			list-style: none;
			float: right;
			margin-top: 8px;
			margin-right: 5px;
			clear: right;
			}

			.mobnav li {
			border-right: 0px solid #939393;
			display: inline;
			position: relative;
			padding: 0px 3px;
			}

			.controls {
			padding: 16px;
			}

			.popper {
			padding-top: 50px;
			padding-right: 20px;
			background-image: url('../images/body_backgrounds.gif');
			}

			.arrowy {
			background: url('https://bradbury.com/images/arrow-down-addtocart-hover.gif') repeat-y right center;
			border-bottom: 1px solid #e1e1e1;
			}

			.popper ul {
			list-style: none;
			padding: 0;
			margin: 0;
			}

			.popper li a {
			display: block;
			padding: 8px 16px;
			background-color: inherit;
			border-bottom: 1px solid #e1e1e1;
			}

			.popper li a:hover {
			display: block;
			background-color: #303030;
			color: #fff;
			}
			}



.alpha {  /*do not use in divs with image, removes padding and makes image larger */
padding-left: 0px;}

.beta {
padding: 0;
margin: 0;
width: 50px;
height: 50px;
line-height: 0px; }

/*
.addtocart {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display:flex;
-webkit-align-content: center;
align-content: center;
font-size: 1rem;
width: 100%;
border: 0px solid #E1E1E1;
}
 */

.addtocart {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display:flex;
flex-wrap: wrap;
font-size: 1.1rem;
width: 100%;
padding-top: 14px;
margin-bottom: 20px;
}

.addtocart img{
width: 50px;
height: 50px;
padding: 0;
margin: 0;
line-height: 0;
clear: left; }

.addtocart select {
background: url('https://bradbury.com/images/arrow-down-addtocart.gif') no-repeat right center;
color: #555;
font-size: 1.1rem;
font-weight: 400;
border: 1px solid #ccc;
height: 29px;
width: 160px;
padding: 0 10px;
margin: 0 5px;
box-shadow: none;
    -moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none; }

.addtocart select:hover {
border: 1px solid #33C3F0;
background: url('https://bradbury.com/images/arrow-down-addtocart-hover.gif') no-repeat right center;
outline: 0; }

.cell {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display:flex;
-moz-box-sizing: border-box;
box-sizing: border-box;
align-items: center;
width: 100%;
padding: 10px 4px;
height: 50px;
border-bottom: 1px solid #E1E1E1;
}

/*
.cell {
width: 100%;
padding-left: 8px;
float: left;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 50px;
border-bottom: 1px solid #E1E1E1;}
 */

.cell.beta {
padding: 0px;
}

.cell.one.column,
.cell.one.columns               { width: 8.3%; }
.cell.two.columns               { width: 16.6%; }
.cell.two.columns.but           { width: 16.6%; border-right: 1px solid #e1e1e1; }
.cell.columns.but           { padding: 0px; border-right: 1px solid #e1e1e1; }
.cell.three.columns             { width: 25%; text-align: left; }

.headly {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display:flex;
width: 100%;
text-transform: uppercase;
font-size: 1.1rem;
letter-spacing: .2rem;
background-color: #717171;
color: #fff;
padding: 3px 0px;
overflow: hidden;
max-height: 20px; }

.headly.one.column,
.headly.one.columns             { width: 8.3%; }
.headly.two.columns             { width: 16.6%; }
.headly.three.columns           { width: 25%; }

.cell.more {
display: inline;
width: 100%;
font-weight: bold;
font-size: 1.1rem;
padding: 10px 5px;
margin-right: 3px;}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 30px;
padding: 0 8px;
margin-top: -3px;
color: #555;
text-align: center;
font-size: 1.1rem;
font-weight: bold;
line-height: 30px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 0px;
border: 1px solid #bbb;
cursor: pointer;
-moz-box-sizing: border-box;
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: #fff;
border-color: #888;
background-color: #999;
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; }

.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; }
												
											

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 30px;
padding: 6px 8px; /* The 6px vertically centers text on FF, ignored by Webkit */
margin-right: 0px;
background-color: #fff;
border: 1px solid #bbb;
border-radius: 0px;
box-shadow: none;
    -moz-box-sizing: border-box;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
margin: -3px 4px 0 0;
border: 1px solid #bbb;
border-radius: 0px;
-webkit-appearance: textfield;
-moz-appearance: none;
appearance: none; }

input[type="number"] {
  -moz-appearance: textfield;
  padding: 0px;
  text-align: center;
  width: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}



textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]: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; }


	@media (max-width: 600px) {

			.more, a.more {
			clear:left;
			width: 100%;
			font-weight: bold;
			padding: 5px 0px; }

			.two.columns.roll {
			width: 50%;
			}

			.roll {
			padding: 8px 0px
			}

			.roll img {
			width: 200px;
			float: left;
			padding-right: 6px; }

			.one.column,
			.one.columns                    { width: 100%; }
			.two.columns                    { width: 100%; padding-left: 0px;}
			.three.columns                  { width: 100%; padding-left: 0px;}

			.four.columns                   { width: 100%;
			padding-left: 0px;}

			.four.columns.caption                   { width: 100%;
			padding-left: 5px;}


			.five.columns                   { width: 100%; }
			.six.columns                    { width: 100%; }
			.seven.columns                  { width: 100%; }
			.eight.columns                  { width: 100%; }
			.nine.columns                   { width: 100%; }
			.ten.columns                    { width: 100%; }
			.eleven.columns                 { width: 100%; }
			.twelve.columns					{width: 100%; padding-left: 5px;}
			.one-fifth.column               { width: 100%; }

			.addtocart {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display:flex;
			flex-wrap: wrap;
			font-size: 1rem;
			line-height: 1.1rem;
			width: 100%;
			padding: 0px;
			margin-right: 0px;
			}

			.twelve.columns.addtocart {
			width: 100%;
			padding: 0px;
			margin: 0px;
			border-top: 1px solid #e1e1e1;
			}

			.cell {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display:flex;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			width: 100%;
			padding: 4px;
			margin: 0px;
			height: 40px;
			border-bottom: 1px solid #E1E1E1
			}


			.cell.one.column,
			.cell.one.columns {
			width: 10%;
			padding: 0px;
			}

			.cell.beta img {
			height: 39px;
			width: auto;
			overflow: hidden;
			}

			.cell.two.columns {
			width: 23%;
			padding-left: 4px; }

			.cell.six.columns {
			width: 63%; }

			.cell.two.columns.but {
			width: 20%;
			padding: 0px;
			margin: 0px;
			border-right: 0px;
			}

			.cell.three.columns {
			width: 27%;
			padding-left: 5px;
			text-align: left; }

			.cell.two.columns.item {
			display: none;
			}

			.cell.one.columns.item {
			display: none;
			}


			.cell.three.columns.fm {
			width: 33%;
			}

			.cell.three.columns.poster {
			display: none;
			}

			.cell.three.columns.stretch {
			width: 50%;
			}


			.cell.three.columns.fab {
			width: 20%;
			}


			.headly {
			display: none;
			}


			.addtocart select {
			background: url('https://bradbury.com/images/arrow-down-addtocart.gif') no-repeat right center;
			color: #555;
			font-size: 1rem;
			border: 1px solid #E1E1E1;
			height: 30px;
			width: 100%;
			padding-right: 38px;
			margin: 0px;
			box-shadow: none;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-appearance: none; }

			.addtocart select:hover {
			border: 1px solid #33C3F0;
			background: url('https://bradbury.com/images/arrow-down-addtocart-hover.gif') no-repeat right center;
			outline: 0; }

			.but button,
			input[type="submit"],
			input[type="reset"],
			input[type="button"] {
			display: inline-block;
			position: absolute;
			right: 5px;
			height: 30px;
			padding: 4px 8px;
			color: #555;
			text-align: center;
			font-size: .9rem;
			line-height: 1rem;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			white-space: nowrap;
			background-color: transparent;
			border-radius: 0px;
			border: 1px solid #e1e1e1;
			cursor: pointer;
			-moz-box-sizing: border-box;
			box-sizing: border-box; }

			.button,
			button,
			input[type="submit"],
			input[type="reset"],
			input[type="button"] {
			display: inline-block;
			height: 30px;
			padding: 4px;
			margin: 0px;
			color: #555;
			text-align: center;
			font-size: 1rem;
			line-height: 1rem;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			white-space: nowrap;
			background-color: transparent;
			border-radius: 0px;
			border: 1px solid #e1e1e1;
			cursor: pointer;
			-moz-box-sizing: border-box;
			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: #fff;
			border-color: #888;
			background-color: #999;
			outline: 0; }


			.addtocart
			input[type="number"],
			input[type="text"],
			textarea,
			select {
			height: 30px;
			padding: 5px 4px;
			margin-top: 0px;
			background-color: #fff;
			border: 1px solid #e1e1e1;
			border-radius: 0px;
			box-shadow: none;
			-moz-box-sizing: border-box;
			box-sizing: border-box; }

			.addtocart
			input[type="number"] {
			  -moz-appearance: textfield;
			  padding: 0px;
			  text-align: center;
			  width: 24px;
			}

			/* Chrome, Safari, Edge, Opera */
			input::-webkit-outer-spin-button,
			input::-webkit-inner-spin-button {
			  -webkit-appearance: none;
			  display: none;
			  margin: 0;
			}

/*
			input[type="email"],
			input[type="number"],
			input[type="search"],
			input[type="text"],
			input[type="tel"],
			input[type="url"],
			input[type="password"],
			textarea {
			margin: 0px 4px 0 0;
			border: 1px solid #e1e1e1;
			border-radius: 0px;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none; }
 */


			}

.bread {display: none; }

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; }

ul {
  list-style: disc inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 0; }

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; }

th {
  padding: 4px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

td {
  padding: 7px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
ul,
ol {
  margin-bottom: 2.5rem; }

form {
margin-right: 0; }

.u-full-width {
  width: 100%;
    -moz-box-sizing: border-box;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
    -moz-box-sizing: border-box;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

hr {
  margin-top: 20px;
  border-top: 0px solid #E1E1E1; }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


.share {
margin: 9px 0px; }

.row {margin: 0;
}

.main {
/* margin-top: 111px; Add a top margin to avoid content overlay */
background: none;
border: 0px solid #333;
}

				@media (max-width: 991px) {
				.main {
				margin-top: 0px;
				background: none;
				border: 0px solid #333; }
				}

				@media (max-width: 600px) {
				.main {
				padding: 3px;
				margin-top: 0px;
				background: none;
				border: 0px solid #333; }
				}

.thirds_th img{
float: left;
width: 40px;
height: 40px;
margin: 4px 6px 0 0; }

.paddedt {
padding-top: 15px; }

.padded {
padding-bottom: 15px; }

.paddedb img {
margin-bottom: 12px; }

.cent {
margin: 0 auto;
padding: 0;
text-align: center; }

.auto img {
width: auto;
height: auto;
padding: 0;
margin: 0;	}

.chop img {
width: 100%;
height: 70px;
overflow: hidden; }

.switches {
float: left;
display: inline;
height: 32px;
text-decoration: none; }

.switches img {
float: left;
width: 18px;
height: 18px;
margin: 4px 2px 2px 0; }

.switches p {
display: inline-block;
font-size: 1rem;
text-align: left;
padding: 4px 10px 4px 4px; }

.inlinecaption {
float: left;
display: inline;
font-size: 1rem;
color: #717171; }

.intro {
font-size: 1.3rem;
line-height: 2rem; }

.mini, .mini a  {
text-align: center;
font-size: 1rem;
padding-top: 12px;
color: #aaacad;
letter-spacing: 1px;}

.caption, .caption a  {
font-size: 1.1rem;
padding-top: 2px;
color: #717171; }

.sample {
padding: 8px 0px 0px 0px;
font-size: 1.1rem;
color: #717171; }

.megaspace { padding-top: 100px;}

.email_label {
text-align: right;
font-size: 1.2rem;
color: black;
font-weight: bold; }

.required {
display: inline;
vertical-align: middle;
font-size: 1.1rem;
color: red; }

.bordered {
border: 1px solid #E1E1E1;
padding: 6px; }

.borderedmarg {
border: 1px solid #E1E1E1;
padding: 8px;
margin-top: 14px; }

img.bordered {
border: 1px solid #E1E1E1;
padding: 8px;
margin-top: 10px; }

.bordright {
border-right: 1px solid #E1E1E1;
padding-right: 18px; }

.bordleft {
border-left: 1px solid #E1E1E1;
padding-left: 18px; }

				@media (max-width: 600px) {

						.bordright {
						border-right: 0px solid #E1E1E1;
						padding-right: 18px; }

						.bordleft {
						border-left: 0px solid #E1E1E1;
						padding-left: 5px; }

					}
				
.pic {padding-left: 112px;}

/*.title {
height: 60px;
box-sizing: border-box
}*/

.headbk {
background-image: url('../images/backgrounds.gif'); }

.siteheader {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display:flex;
flex-wrap: wrap;
background-image: url('../images/backgrounds.gif');
background-color: #ffffff;
padding-top: 4px;
margin: 0;
width: 100%;
border-bottom: 1px solid #E1E1E1;
border-right: 1px solid #E1E1E1; }


.logo img{
max-width: 300px;
}
				@media (max-width: 991px) {

/*
				.logo img {
				max-width: 320px;
				min-width: 280px;
				padding-bottom: 10px;
				}*/

				.email_label {
				text-align: left;
				font-size: 1.2rem;
				color: black;
				font-weight: bold; }
				}

.logo a:hover img {
opacity: 1; }

.subhead {
background-image: url('../images/body_backgrounds.gif');
padding: 0; }

.product {
border-top: 1px solid #E1E1E1;
padding-top: 18px;
padding-bottom: 17px; }

.product2 {
padding-top: 18px;
border-top: 1px solid #E1E1E1; }

.product .roll {
font-size: 1.1rem;
color: #303030; }

.roll a {
color: #012973;
text-decoration: none;}

.roll a:hover {
color: #012973;
text-decoration: underline;}

.roll h5 a:hover {
text-decoration: none;}

.roll img {
margin-bottom: 10px; }

.product p {
padding-right: 14px; }

.category {
padding-top: 14px; }

.category p {padding-left: 8px;}

.category .caption p {padding-left: 0px;}

.category .tight p{
padding-top: 0px;
line-height: 1rem; }

.category .under a {
text-decoration: underline; }

.elements p{
padding-top: 2px;
font-size: 1.1rem;
line-height: 1.1;
color: #717171; }

.closure {
width: 100%;
background-color: #222222;
color: #ffffff;
padding: 12px;
 }

.closure p {
text-align: center;
font-size: 1.5rem;
color: #ffffff; }

.holiday {
background-color: #8b0303;
line-height: 3rem;
padding: 5px;
margin: 0;
border-bottom: 1px solid #e6e6e6; }

.holiday h9 {
font-size: 1.7rem;
color: #ffffff;
}

.holiday p {
font-size: 1.1rem;
color: #ffffff; }

.jobs p ul li{
font-size: 1.1 rem;
color: #000;
}

.jobs a {
font-weight: 500;
text-decoration: underline;
}

.jobs h5 {
margin-top: 2px;
padding-bottom: 4px;
display: block;
width: 100%;
border-bottom: 2px solid #e1e1e1;
}

.social {
padding: 8px 0px;
}
.social img {
width: 28px;
opacity: 0.8;
height: auto;
margin: 7px 7px 7px 0px;
}

.sitefooter {
background-image: url('../images/backgrounds.gif');
padding: 14px;
margin: 0px;
border-top: 1px solid #E1E1E1; }

.sitefooter h5 {
clear: left;
color: #303030;
line-height: 14px; }

.sitefooter ul {
list-style-type: none;
padding: 0;
margin: 0; }

.sitefooter li {
display: block;
margin: 0;
padding: 0; }

.sitefooter li a {
display: block;
color: #303030;
padding: 2px 0px;
text-decoration: none; }

.sitefooter li a:hover {
text-decoration: underline;
color: #888888; }

				@media (max-width: 600px) {
				.sitefooter {
				background-image: url('../images/backgrounds.gif');
				padding: 5px;
				margin: 0px;
				border-top: 0px solid #E1E1E1;
				}

				.sitefooter h5 {
				font-size: 1.7rem;
				line-height: 1.8rem;
				color: #303030;}

				.sitefooter ul {
				font-size: 1rem;
				list-style-type: none;
				padding: 0;
				margin: 0; }

				.sitefooter li {
				display: block;
				margin: 0;
				padding: 0; }

				.sitefooter li a {
				display: block;
				color: #303030;
				padding: 2px 0px;
				text-decoration: none; }

				}


.copyright {
font-size: 1rem;
color: #333333;
padding: 40px; }
