/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
p + p { 
margin-top: 0.5em;
}
strong { 
font-weight: bold; 
}

/*================================*/
/*          Colours               */
/*                                */
/*                                */
/*                                */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background: url("../images/white-wood.jpg") repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#header {
background-color: #000;
position: relative;
width: 100%;
}

#logo {
display: block;
float: left;
margin: 0;
padding: 0;
}

#header-contact {
position: absolute;
top: 20px;
right: 10px;
text-align: right;
}

#menu {
position: absolute;
bottom: 10px;
right: 10px;
height: 50px;
z-index: 999;
}

#banner {
position: relative;
background: none repeat scroll 0 0 #transparent;
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1240px;
height: auto;
z-index: 50;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.banner-row {
background: none repeat scroll 0 0 #000000;
width: 100%;
padding: 0;
margin: 0;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
background: none repeat scroll 0 0 #000000;
width: 100%;
padding: 40px 0 20px;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 #000000;
width: 100%;
padding: 0 0 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
height: 180px;
padding: 10px;
margin: 0 auto;
}

.banner-wrapper {
margin: 0;
padding: 10px 30px 0;
overflow: hidden;
z-index: 50;
}

.products-wrapper {
width: 100%;
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

.product-header {
height: 60px;
}

.column-image {
position: relative;
margin: 0 0 10px 0;
padding: 0;
overflow: hidden;
}

.column-image img {
max-width: 100%;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.column-image:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.main-content-wrapper {
width: 100%;
max-width: 1160px;
padding: 40px 10px 60px 10px;
margin: 0 auto;
overflow: hidden;
}

.banner-row-wrapper {
width: 100%;
max-width: 1160px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.two-column-wrapper {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

.crumbs-wrapper {
padding: 0;
margin: 0;
overflow: hidden;
}

.image-wrapper {
margin: 0;
padding: 10px 0;
overflow: hidden;
}

.products-flex-wrapper {
display: flex;
flex-flow: row wrap;
align-items: stretch;
}

#footer-wrapper {
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.two-column {
display: block;
float: left;
border: 1px solid #000;
width: 48%;
padding: 10px;
margin: 0 5px;
overflow: hidden;
}

.three-column {
display: block;
float: left;
border: 1px solid #000;
width: 32%;
padding: 10px;
margin: 0 5px;
overflow: hidden;
}

.three-column-flex {
order: 1;
width: 33.333%;
padding: 5px;
margin: 0;
overflow: hidden;
}

.four-column {
display: block;
float: left;
border: 1px solid #000;
width: 24%;
padding: 10px;
margin: 0 5px;
overflow: hidden;
}

.four-column-flex {
order: 1;
width: 25%;
padding: 5px;
margin: 0;
overflow: hidden;
}

.inner-column {
border: 1px solid #000;
padding: 10px;
}

.left-column-50 {
display: block;
float: left;
border: 1px solid #000;
width: 50%;
padding: 0;
margin: 0;
overflow: hidden;
}

.left-column-50.bgwhite {
background-color: #fff;
}

.right-column-50 {
display: block;
float: left;
width: 50%;
padding: 0 0 0 40px;
margin: 0;
overflow: hidden;
}

.left-column-70 {
display: block;
float: left;
width: 70%;
padding: 0 50px 0 0;
margin: 0;
overflow: hidden;
}

.right-column-30 {
display: block;
float: left;
width: 30%;
padding: 0;
margin: 0;
overflow: hidden;
}

.product-page {
display: flex;
gap: 40px;
max-width: 1200px;
margin: auto;
padding: 20px 0;
align-items: flex-start;
}

.product-gallery {
display: flex;
flex: 1;
flex-direction: column;
width: 50%;
max-width: 550px;
}

.main-image img {
width: 100%;
border: 1px solid #ddd;
border-radius: 4px;
}

.thumbnails {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 10px;
}

.thumbnails img {
flex: 0 0 auto;
width: 80px;
height: 80px;
object-fit: cover;
cursor: pointer;
border: 2px solid transparent;
border-radius: 4px;
transition: border 0.3s ease;
}

.thumbnails img.active,
.thumbnails img:hover {
border: 2px solid #333;
}

.product-details {
flex: 1;	
width: 50%;
padding-left: 40px;
}


/*===== Div Separator =====*/
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

/*===== Section =====*/
section {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

/*===== Menus =====*/
.menu_title{
display: none;
position: relative;
float: right;
bottom: 0.85em;
margin-right: 3em;
color: #c2c2c2;
font-family: 'Open Sans', sans-serif;
font-size: 1.1em;
font-weight: 400; 
}

nav ul {
position: relative;
list-style: none outside none;
margin: 0;
padding: 0;
display: inline-table;
height: 60px;
z-index: 1001;
}

nav ul:after {
content: "";
clear: both;
display: block;
}

nav ul li:hover > ul {
display: block;
}

nav ul li {
position: relative;
float: left;
height: 60px;
transition: all 0.5s ease-in-out;
}

nav ul li a {
color: #c2c2c2;
float: left;
font-size: 1em;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
height: 60px;
line-height: 60px;
padding: 0 30px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
}

nav ul li a:hover {
color: #ffffff;
}

nav ul li a.first {
padding: 0 30px 0 0;	
}

nav ul li a.last {
padding: 0 0 0 30px;	
}

nav ul li a.down {
background: url("../images/down.gif") no-repeat scroll right 20px center;
padding: 0 40px 0 20px;
}

/*=== Level 2 ===*/
nav ul ul {
position: absolute;
top: 100%;
display: none;
height: 50px;
z-index: 1001;
}

nav ul ul li:hover > ul {
display: block;
}

nav ul ul:after {
content: "";
clear: both;
display: block;
}

nav ul ul li {
float: none;
position: relative;
height: 40px;
}

nav ul ul li a {
background-color: #000;
color: #c2c2c2;
float: left;
font-size: 0.975em;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
height: 40px;
width: 300px;
line-height: 40px;
padding: 0 20px;
border-bottom: 1px solid #c2c2c2;
text-decoration: none;
text-align: left;
transition: all 0.5s ease-in-out;
}

nav ul ul li a:hover {
color: #ffffff;
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.bold {
font-weight: 700;
}

.italic {
font-style: italic;
}

/*===== Header =====*/
header.products {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

/*===== Headers =====*/
h1 {
color: #333333;
font-size: 2em;
font-family: 'Open Sans', sans-serif;
margin: 0 0 20px 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h2 {
color: #333333;
font-size: 1.6em;
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h2.padded {
margin: 20px 0 0;	
}

h3 {
color: #333333;
font-size: 1.3em;
font-family: 'Open Sans', sans-serif;
margin: 0 0 20px 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h4 {
color: #333333;
font-size: 1.2em;
font-family: 'Open Sans', sans-serif;
margin: 0 0 10px 0;
padding: 0;
display: block;
line-height: 1.5em;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1.1em; 
font-family: 'Open Sans', sans-serif;
padding: 0;
line-height: 1.7em;
}

p.main-text.medium { 
font-size: 1em;
}

p.header-text {
color: #c2c2c2;
font-size: 1em; 
font-family: 'Open Sans', sans-serif;
font-weight: 300;
padding: 0;
margin: 0;
line-height: 1.3em;
}

p.banner-text {
color: #c2c2c2;
font-size: 2em; 
font-family: 'Open Sans', sans-serif;
font-weight: 400;
padding: 0;
margin: 0;
line-height: 1.3em;
}

p.footer-text {       
color: #c2c2c2; 
font-size: 0.875em; 
font-family: 'Open Sans', sans-serif;
padding: 0;
line-height: 1.7em;
}

p.error-text {       
color: #454545; 
font-size: 12em; 
font-family: 'Open Sans', sans-serif;
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-family: 'Open Sans', sans-serif;
font-size: 1.1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: #transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-label-bold {
background: none repeat scroll 0 0 transparent;
font-weight: 700;
border: 0 none;
display: block;
margin: 10px 0 20px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

input.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Open Sans', sans-serif;
font-size: 0.9em;
height: 35px;
line-height: 18px;
margin-bottom: 10px;
padding: 2px 3px;
width: 95%;
transition: all 0.5s ease-in-out;
}

input.contact.short {
width: 30%;
text-align: left;
}

input.contact.question {
width: 50px;
text-align: center;
}

input.contact:focus {
border: 2px solid #e73e21;
}

input.contact.error {
border: 1px solid red;
}

textarea.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Open Sans', sans-serif;
font-size: 0.9em;
height: 100px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px 3px;
width: 95%;
transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 2px solid #e73e21;
}

textarea.contact.error {
border: 1px solid red;
}

span.requiredfield {
color: #e73e21;
}

input.submit {
background: url("../images/small-arrow.png") no-repeat scroll right 20px center;
width: 90px;
border: 0 none;
display: inline-block;
color: #e73e21;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
font-size: 1.1em;
font-weight: 400;
padding: 0;
margin: 10px auto 0;
text-align: left;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
}

input.submit:hover {
background: url("../images/small-arrow.png") no-repeat scroll right 0px center;
}

/*===== Buttons =====*/
a.button {
background: #000;
border: 0 none;
display: inline-block;
color: #c2c2c2;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
padding: 10px 15px;
margin: 0 auto 10px auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
}

a.button:hover {
color: #ffffff;
}

/*===== Zoom Link =====*/
a.zoom {
margin: 0;
padding: 0;
text-decoration: none;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
font-family: 'Open Sans', sans-serif;
text-decoration: none;
margin: 0;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: #454545;
font-size: inherit; 
font-family: 'Open Sans', sans-serif;
text-decoration: underline;
margin: 0;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #e73e21;
text-decoration: underline;
}

a.link.under:hover {
color: #e73e21;
}

a.header-link:link, a.header-link:visited, a.header-link:active {
color: #c2c2c2;
font-size: inherit; 
font-family: 'Open Sans', sans-serif;
text-decoration: none;
margin: 0;
transition: all 0.5s ease-in-out;
}

a.header-link:hover {
color: #e73e21;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: #e73e21; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: #e73e21; 
}

.tel-white,.tel-white:visited { /*for small screens */ 
color: #ffffff; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel-white:hover,.tel-white:focus { 
color: #ffffff; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #000000; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #000000; 
font-size: 1em; 
font-family: 'Open Sans', sans-serif;
line-height: 1.7em;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480px) 
			  and (min-width: 320px) {

#header-wrapper {
height: 190px;
padding: 10px 0;
}	

#header-contact {
right: 0;
left: 0;
text-align: center;
}

#logo {
width: 100%;
margin: 40px 0 0;
text-align: center;	
}	  
			  
#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

nav ul li a.down {
background: none;
padding: 0;
}

nav ul ul li {
height: 50px;
}

nav ul ul li a {
height: 50px;
line-height: 50px;	
}

#banner {
display: none;
}

.two-column {
width: 98%;
margin: 0 0 5px;
}

.three-column {
width: 98%;
margin: 0 0 5px;
}

.three-column-flex {
width: 50%;	
}

.four-column {
width: 98%;
margin: 0 0 5px;
}

.four-column-flex {
width: 50%;
}

.left-column-50 {
width: 100%;
margin: 0 0 20px 0;
}

.right-column-50 {
width: 100%;
padding: 0;
}

.column-header {
height: 60px;
}

.product-page {
flex-direction: column;
gap: 20px;
}

.product-gallery {
width: 100%;
}

.product-details {
width: 100%;
padding-left: 0;
}

.thumbnails {
overflow-x: auto;
display: flex;
gap: 10px;
padding-bottom: 10px;
}

.thumbnails img {
width: 60px;
height: 60px;
flex-shrink: 0; /* prevent squishing */
}

h1 {
font-size: 1.6em;
}

h3 {
font-size: 1.1em;
}			  

p.main-text {
font-size: 1em;
}

p.banner-text {
font-size: 1.4em;
line-height: 1.4em;
}

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600px) 
			  and (min-width: 481px) {

#header-wrapper {
height: 140px;
padding: 10px 0;
}
		  
#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

nav ul li a.down {
background: none;
padding: 0;
}

nav ul ul li {
height: 50px;
}

nav ul ul li a {
height: 50px;
line-height: 50px;	
}

.two-column {
margin: 0 2.5px 0;
}

.three-column {
width: 48%;
margin: 0 2.5px 5px;
}

.three-column-flex {
width: 50%;	
}

.four-column {
width: 48%;
margin: 0 2.5px 5px;
}

.four-column-flex {
width: 50%;
}

.left-column-50 {
width: 100%;
margin: 0 0 20px 0;
}

.right-column-50 {
width: 100%;
padding: 0;
}

.column-header {
height: 60px;
}

.product-page {
flex-direction: column;
gap: 20px;
}

.product-gallery {
width: 100%;
}

.product-details {
width: 100%;
padding-left: 0;
}

.thumbnails {
overflow-x: auto;
display: flex;
gap: 10px;
padding-bottom: 10px;
}

.thumbnails img {
width: 60px;
height: 60px;
flex-shrink: 0; /* prevent squishing */
}

h3 {
font-size: 1.1em;
}		  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768px) 
			  and (min-width: 601px) {

#header-wrapper {
height: 140px;
padding: 10px 0;
}

#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

nav ul li a.down {
background: none;
padding: 0;
}

nav ul ul li {
height: 50px;
}

nav ul ul li a {
height: 50px;
line-height: 50px;	
}

.three-column {
width: 48%;
margin: 0 5px 10px;
}

.four-column {
width: 48%;
margin: 0 2.5px 5px;
}

.left-column-50 {
width: 100%;
margin: 0 0 20px 0;
}

.right-column-50 {
width: 100%;
padding: 0;
}

.column-header {
height: 60px;
}

.product-page {
flex-direction: column;
gap: 20px;
}

.product-gallery {
width: 100%;
}

.product-details {
width: 100%;
padding-left: 0;
}

h3 {
font-size: 1.1em;
}		  

}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 821px) and (min-width: 769px) {

#header-wrapper {
height: 140px;
padding: 10px 0;
}

#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

nav ul li a.down {
background: none;
padding: 0;
}

nav ul ul li {
height: 50px;
}

nav ul ul li a {
height: 50px;
line-height: 50px;
}

.four-column,
.three-column {
margin: 0 2.5px;
}

.left-column-50 {
width: 100%;
margin: 0 0 20px;
}

.right-column-50 {
width: 100%;
padding: 0;
}

.column-header {
height: 60px;
}

h3 {
font-size: 1.1em;
}

}


@media screen and (max-width: 856px) and (min-width: 822px) {

#header-wrapper {
height: 140px;
padding: 10px 0;
}

#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

nav ul li a.down {
background: none;
padding: 0;
}

.four-column {
margin: 0 2.5px;
}

.column-header {
height: 60px;
}

h3 {
font-size: 1.1em;
}

nav ul li a.first {
padding: 0 15px 0 0;
}

nav ul li a {
padding: 0 15px;
}

nav ul li a.last {
padding: 0 0 0 15px;
}

}


@media screen and (max-width: 1073.99px) and (min-width: 857px) {

#header-wrapper {
height: 140px;
padding: 10px 0;
}

#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

nav ul li a.down {
background: none;
padding: 0;
}

.four-column {
margin: 0 2.5px;
}

.column-header {
height: 60px;
}

h3 {
font-size: 1.1em;
}

}


@media screen and (max-width: 1200px) 
			  and (min-width: 1074px) {

#header-wrapper {
height: 140px;
padding: 10px 0;
}
			  
#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

nav ul li a.down {
background: none;
padding: 0;
}				  

}