/* show / hide debug */
.cfdebug { display: none; }

body {
  color: #606060; 
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 18px !important;
  line-height: 25px;
  margin-top: 1px;
}


/*** HEADER ***/
header {
  padding: 0 !important; z-index: 999999999999;
}

header [class^="col-"] {
  margin-bottom: 0;
}

header .logo { padding: 20px; }

header .logo img {
  max-height: 120px; width: auto;
}

header .navigations { padding: 0 30px 0 0; }

header li.social-media-icon {
  padding-right: 5px;
}

/* header search */
header .search input[type=text] { 
	border: none;
	border-bottom: 1px solid #e5e5e5 !important;
	outline: none;
	padding: 4px; 
	width: 288px; 
}

header button#frmSearchSubmit {
	background-image: url("/img/icon-search-25px.jpg");
	background-size: cover;
	border: none;
	height:17px;
	width: 17px;
  margin-right: 15px;
}

/*** CONTAINER ***/
.container {
	width: 100%;
	/* width: 1170px; */
}

/*** CONTAINER INNER ***/
.container-inner {
  width: 1170px;
  margin: 0 auto;
}

/*** OVERALL BODY - TEXT, FORMS, HEADERS, ETC. ***/
/* headers */
h1,h2,h3,h4,h5,h6 { font-weight: 500; color: #1d594e; line-height: 120% !important; }
h1 { font-size: 36px; }

/* links */
a,a:visited { color: #1d594e; 
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
}
a:active,a:hover { text-decoration: none; color: #222222; }

a.link-white { color: #fff; }

/* dataheader */
span.dataheader { display: block; font-size: 30px; color: #1d594e; width: 100%; padding-bottom: 20px; border-bottom: solid 1px #1d594e; margin-bottom: 30px; font-weight: 500; line-height: 120%; }

/* subheader */
.subheaderholder { width: 100%; background: #f1f1f1; padding: 0 !important; }
.subheadertext { font-size: 18px; color: #1d594e; }

/* forms */
label, td.formtitle, td.formtitlerequired { font-weight: bold; }
label.aboveinput { display: block; }
form td { padding: 6px 8px; }
form textarea { width: 100%; }
input[type=text] { color: #000 !important; }
input[type=submit] { 
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
}
select[disabled="disabled"], input[disabled="disabled"] {
  background: #fff !important; color: #000 !important;
}
input.notice[disabled="disabled"] { color: #ff0000 !important; }

form.centered input, form.centered select, form.centered .button { text-align: center; }
.input-large { width: 90%; }

.placeholder-light::-webkit-input-placeholder {
    color: #ccc;
}

.placeholder-light:-moz-placeholder {
    color: #ccc;
}

.placeholder-light::-moz-placeholder {
    color: #ccc;
}

.placeholder-light:-ms-input-placeholder {  
    color: #ccc;
}

/* date drop down menu */
.date-dropdowns { display: inline-block; }

/* page titles */
h2.page-title { margin-top: 10px !important; padding-top: 0 !important; font-size: 25px; }

/*** FIELDSETS ***/
fieldset { border: 1px solid #ccc; padding-bottom: 20px; }
legend { padding: 15px 0 0 8px; border-bottom: none; }


/*** NAVIGATIONS ***/

.navigations ul {
  clear: both;  
  float: left;
  text-align: right;
  width: 100% !important;
}
.navigations ul form { width: 100% !important; }

.navigations li {
  display: inline-block;
  float: none;
  font-size: 15px;
  line-height: 1em;
  position: relative; 
  text-align: right;
  vertical-align: baseline;
  margin: 15px 15px 15px 0;
}
.navigations li.subnav-cart { margin: 0; }

.navigations li:last-child {
  margin-right: 0 !important;
}

.navigations li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #1d594e !important;
  font-size: 14px !important;
  padding: 0;
}

.navigations li.subnav-cart a {
  font-size: 18px !important;
}

.navigations li.social a i.fa {
	font-size: 1.2em !important;
}

.navigations li.subnav-cart a i.fa {
  font-size: 22px !important;
}

.navigations li a:hover {
  background-color: #fff;
  color: #222222 !important;
}

.navigations li a:active {
  background-color: #fff; 
  color: #222222;
}

.navigations li a:last-child {
  padding-right: 0;
}

.navigations a.shop-online {
  background-color: #1d594e !important;
  border-radius: 2px;
  color: #ffffff !important;
  padding: 4px 9px 5px !important;
}

.top-nav li.social-media-icon a {
  padding-left: .2em !important;
  padding-right: .2em !important;
}

#main-menu {
  clear: both;
}

	/* main navigation */
.sub-navigation { 
  z-index: 999999999;
}
#main-header.sticky { background: #fff; padding: 10px 0 0 !important; margin: -1px 0 0; }
#main-header.sticky .logo img { max-height: 75px !important; }
#main-header.sticky .top-nav { display: none; }

#main-header.sticky .sm-clean a, #main-header.sticky .sm-clean a:hover, #main-header.sticky .sm-clean a:focus, #main-header.sticky .sm-clean a:active { font-size: 16px !important; }

.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

/*** BREADCRUMBS ***/
#breadcrumbs { display: block; width: 100%; padding: 8px; position: relative; clear: both; }
#breadcrumbs .breadcrumbs-container { width: 1170px; margin: 0 auto; }
#breadcrumbs a { font-size: 14px; }
#breadcrumbs a:hover { color: #1d594e; }

/*** SIDEBAR NAV ***/
.sidebar {
  margin: 2em 0 0 0;
  padding: 0;
}

ul.sm {
  width: 100% !important;
}

.sm li ul {
  margin-top: 0;
}

.sm li,
.sm li ul li {
  border-bottom: 1px solid #5498cc;
}

.sm-blue a {
  background-color: #1476b5;
  font-size: .7em;
}

.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
  background-color: #5498cc !important;
}

.sm-blue ul li a {
  background-color: #1476b5;
  color: #fff;
  font-size: .7em !important;
}

.sm-blue ul li a:hover, 
.sm-blue ul li a:focus, 
.sm-blue ul li a:active {
  background-color: #5498cc;  
}

@media (min-width: 768px) {
  .sidebar {
  width: 20%; 
  } 
  
  .main-content {
   float: left;
     width: 100%;
  }
}

/*** CONTENT ***/
.main-content img {
  width: 100%;
}

.content {
  font-weight: 300; 
  padding: 4em 0; 
}

.main-content {
  margin: 0;
}

.main-content div {
  margin: 0;
  padding: 0;
}

.main-content div img {
  width: 100%;
}

/* INVOICE PAGE */
.orderNotes h4 { display: inline-block; margin: 0 10px 0 0; }

/* miscellaneous classes */

/* page overlay */
.pageoverlay {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
	display: none;
}

/* page loader */
.ball {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
	display: none;
    z-index: 9999999;
}

.ball1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    };
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    };
}

/* clear element */
.cleardiv { clear: both; }

/* blocked divs */
.divblock { display: block !important; }

/* text */
.text-green { color: #138314; }
.text-bold { font-weight: bold; }
.text-small { font-size: 13px; line-height: 120%; }

/* width elements */
.fullwidth { width: 100%; }

/* homepage and account dashboard page */
.home-hero { text-align: left; padding: 50px 50px !important; background: url('/images/home-hero.png') top left no-repeat; background-size: cover; min-height: 380px !important; background-position: center center; }
.home-hero h1 { font-size: 60px; color: #fff; margin-top: 0; text-shadow: 0 1px 1px #036; letter-spacing: 1px; }
.home-hero h3 { font-size: 24px; color: #fff !important; margin-top: 0; text-shadow: 0 1px 1px #036; letter-spacing: 1px; }
.home-hero .button, .home-hero .button:visited { font-size: 24px; font-weight: 300; text-transform: none; display: inline-block; clear: both; background: #1d594e; color: #fff; padding: 8px 16px; border-radius: 4px; line-height: 40px; }
.home-hero .button:focus, .home-hero .button:active { background: #222222; color: #fff; }
.home-hero .button:hover, .home-hero .button:hover { background: #222222 !important; color: #fff !important; }
.home-hero.loggedin .button, .home-hero.loggedin .button:visited { font-size: 24px !important; border-radius: 3px; }

.closeout-deals { background: #8fa6b7; /* Old browsers */
background: -moz-linear-gradient(top, #8fa6b7 0%, #1d594e 33%, #1d594e 66%, #8fa6b7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8fa6b7 0%,#1d594e 33%,#1d594e 66%,#8fa6b7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8fa6b7 0%,#1d594e 33%,#1d594e 66%,#8fa6b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fa6b7', endColorstr='#8fa6b7',GradientType=0 ); /* IE6-9 */;
color: #fff;
margin: 2px 0 0;
display: table;
border-collapse: separate
border-spacing: 30px 0;
width: 100%;
}
.closeout-deals .table-row { display: table-row;}
.closeout-deals img { max-height: 40px; width: auto; max-width: 38px; }
.closeout-deals h4 { display: inline-block; color: #fff; margin: 0 0 0 15px; font-size: 24px; vertical-align: middle; text-shadow: 0 1px 1px #036; }
.closeout-deals .col-xs-4 { display: table-cell; margin: 0; padding: 8px 0; text-shadow: 0 1px 1px #036; }
.closeout-deals p { margin: 5px 0 0; }
.closeout-deals a.bordered-inline { font-size: 18px; padding: 4px 16px; min-width: 150px; text-transform: uppercase; vertical-align: middle; text-shadow: none; }
.closeout-deals a.bordered-inline:hover { background: #ccc !important; }

.home .featured-categories { margin: 20px 0 50px 0; }
.home .featured-categories .col-5th { width: 20%; }
.home .featured-categories a { width: 100%; display: block; font-weight: 600; }
.home .featured-categories img { max-height: 150px; max-width: inherit; width: auto; margin-bottom: 15px; }
.home .featured-categories.products .col-xs-3 { height: 200px; position: relative; padding: 15px 10px !important; box-shadow: 2px 2px 10px #ccc; width: 23%; margin: 0 1%; }
.home .featured-categories.products span { position: absolute; bottom: 10px; left: 0; right: 0; display: block; clear: both; padding: 0 10px; }
.home .featured-categories.products img { max-height: 100px; max-width: 150px; width: auto; margin-bottom: 15px; }

.home .blog-posts { text-align: center; margin: 50px 0 0 0; }
.home .blog-posts img { clear: both; max-width: 300px; height: auto; }
.home .blog-posts span { width: 90%; display: block; padding: 0 2.5%; height: auto; font-size: 20px;line-height: 120%; margin: 0 auto; }
.home .blog-posts a, .home .blog-posts a:visited { color: #1d594e !important; }
.home .blog-posts a:hover { color: #1d594e !important; }
.home .blog-posts-image {  margin: 0 0 15px 0; background: #2b73ba; display: inline-block; }
.home .blog-posts a:hover img { -webkit-filter: saturate(0); filter: saturate(0); opacity: 0.5; }

/* ACCOUNT PAGES */

/* customer logo */
.customerLogo img { max-height: 120px !important; max-width: 300px !important; }

/* modal windows */
.modal a.close-modal { top: 0 !important; right: 0 !important; }
.modal { max-width: 400px !important; width: 100% !important; }
.modal .divChangeShippingInner { height:50%; overflow:scroll; overflow-x:hidden; overflow-y:scroll; }

/* hidden sections */
.hiddenSection { display: none !important; }

/*** PRODUCT PAGES ***/
.home .featured-categories 
.home .featured-categories img {
  max-height: 150px;
  max-width: inherit;
  width: auto; }

/*** PRODUCT PAGES ***/
.home .blog-posts .col-xs-4 { padding: 0 10px; }

/*** PRODUCT PAGES ***/

.well {
  background-color: #fff;
  margin-bottom: 0;
}

.well img {
  width: 100%;
}

.well p {
  text-align: center;
}

/*** CATEGORY SUB CATEGORY PAGE WITH ITEMS ***/
.glyphicon { margin-right:5px; }

.thumbnail {
    margin-bottom: 20px;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  text-align: center;
}

.thumbnail p.lead,
.thumbnail p.price {
  text-align: center;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover {
    background: #428bca;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.list-group .col-md-6 {
  width: 100%;
}


.list-group .thumbnail p.list-group-item-text,
.list-group .thumbnail a.btn, 
.grid-group-item .thumbnail p.list-group-item-text,
.grid-group-item .thumbnail a.btn {
  display: none;
}

.list-group-item .col-md-6  {
  width: 50%;
}

.list-group-item .col-md-6 p {
  text-align: left;
}

.list-group-item .thumbnail p.list-group-item-text,
.list-group-item .thumbnail a.btn {
  display: block;
}

.list-group-item .list-group-item-heading {
  text-align: left;
}

.list-group-item .list-group-item-text {
  font-size: .8em;
  text-align: left;
}

img.list-group-image {
  width: 150px;
}

/*** SINGLE ITEM PAGE ***/
.single-item-info h5 {
  background-color: #8BC53F;
  color: #fff;
  font-weight: bold;
  padding: .6em;
}

.single-item-info p {
  font-size: .8em;
  line-height: 1.5em;
}

hr {
  border-top: 1px solid #333;
  float: left;
  width: 100%;
}

table.price-table span {
  float: left;
  width: 100%;
}

table.price-table span.number,
table.price-table span.quantity {
  font-size: .6em;
}

/*** TABLES ***/
th { font-weight: bold !important; }
td { padding: 10px; }
tr.table-header { background: #f8f8f8;
  color: #333; font-weight:600;
}
tr.table-header td { padding: 10px 15px; }
tr.small-padding td { padding: 4px; }
.table-bordered { background: #f8f8f8; border: solid 1px #e7e7e7; border-radius: 4px; padding: 15px; }
.table-bordered.padded-lg h1:first-child, .table-bordered.padded-lg h2:first-child, .table-bordered.padded-lg h3:first-child, .table-bordered.padded-lg h4:first-child, .table-bordered.padded-lg h5:first-child, .table-bordered.padded-lg h6:first-child { margin-top: 0; }
.table-bordered.padded-lg .bordered { display: inline-block; clear: both; width: auto; margin: 15px 0 !important; }

.table-bordered.padded-lg textarea { width: 100%; height: 100px; }

/* bordered divs */
.bordered-div { border: 1px solid #ccc; }
.bordered-div .bordered-div-top-bottom:first-child { border-bottom: 1px solid #ccc; }
.bordered-div-top-bottom { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.bordered-div-bottom { border-bottom: 1px solid #ccc; }
.bordered-div-l-r-b { padding: 0px !important; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }

/* --- RESPONSIVE TABLE --- */
#no-more-tables td { 
  padding: .5em;
}
/*
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f9f9f9 !important;
}
*/

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables tr { border: 1px solid #ccc; }
 
  #no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
  }
 
  #no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}

/*** FOR MAIN CATEGORY PAGE -  PRODUCT GALLERY - main-category-page.cfm -->
/* 
   5 columns grid for 'md' and 'lg' screens
   @tatygrassini
*/

@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}

.show-grid [class^=col-] span,
.container-fluid .show-grid [class^=col-] {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  text-align: center;
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

[class^=col-] {
  margin-bottom: 30px;
}

/* --- PAGE - LOGIN FORM --- */
#login-form {
  background-color: #3793cc !important;
  padding: 1em;
}

.login-field .row {
  padding-bottom: .5em !important;
}

/* --- PAGE - REQUEST ACCOUNT FORM --- */
#frmRequest input[type=text] {
	padding: 2px;	
}

#frmRequest .row {
  padding-bottom: .5em !important;
}

/* FORM VALIDATION - JQUERY CLASSES */
label.error { margin-left: 10px; }

/*** MISCELLANEOUS CLASSES ***/
/* alignment classes */
.centered { text-align: center; }
.textalign-right{ text-align: right; }
.alignright { text-align: right; float: right; }
.divCentered { margin: 0 auto !important; float: none; }
.alignbaseline { vertical-align: bottom; }
.alignrighttext { text-align: right; }

/* horizontal rule */
.ruler { background: #ddd; max-height: 1px !important; padding: 0 !important; height: 1px !important; width: 100%; margin: 8px 0 !important; clear: both; }

.smallHeadings { display: block; font-size: 12px; font-weight: 400; }

.ucase { text-transform: uppercase; }

.error { color: #ff0000; font-weight: 600; }
.success { color: #0c890f; font-weight: 600; }

.cleardiv { clear: both; }

.text-dark { color: #333 !important; }

/* dividers */
.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    /* width: 30px; */
	width: 100%;
}

/* text */
.mobile-small { font-size: 16px; }
.text-grey { color: #777; }

/* main content images */
.main-content img { max-width: 100%; height: auto; }

/* buttons */
/* bordered links */
.bordered { font-size: 22px; padding: 10px 18px; margin: 15px 0 0; display: table; clear: both; width: auto; border: none; border-radius: 3px !important;  }
.bordered-sm { font-size: 18px; padding: 6px 12px; margin: 15px auto 0; display: table; clear: both; width: auto; border: none; border-radius: 3px !important;  }
.bordered-block { font-size: 22px; padding: 10px 18px; margin: 0 auto; display: block; clear: both; width: auto; max-width: 300px; border: none; border-radius: 3px !important;  }
.bordered-xsm { font-size: 14px; padding: 4px 8px; margin: 8px 0 0; display: table-cell; clear: both; width: auto; line-height: 18px !important; border-radius: 3px !important;  }
.bordered-inline { font-size: 22px; padding: 10px 18px; margin: 0; display: inline-block; width: auto; border-radius: 3px !important;  }
.bordered-inline-sm { font-size: 16px; padding: 11px 18px; margin: 0; display: inline-block; width: auto; border-radius: 3px !important;  }
.bordered-inline-xsm { font-size: 13px; padding: 4px 8px; margin: 0; display: inline-block; width: auto; border-radius: 3px !important;  }

.border-white,.border-white:visited { border: 1px solid #fff; color: #fff; }
.border-white:focus, .border-white:active { background: #ccc; color: #fff; }
.border-white:hover { background: #ccc; color: #fff !important; }

.border-black { border: 0 solid #000; background: #000; color: #fff !important; }
.border-black:focus, .border-blue:active { background: #1d594e; color: #fff; }
a.border-black:hover { background: #1d594e; color: #fff; }

.border-blue,.border-blue:visited { color: #fff; background: #222222; }
.border-blue:focus, .border-blue:active { background: #1d594e; color: #fff; }
.border-blue:hover { background: #1d594e; color: #fff !important; }

.border-light-grey,.border-light-grey:visited { color: #fff; background: #A2A2A2; }
.border-light-grey:focus, .border-light-grey:active { background: #222222; color: #fff; }
.border-light-grey:hover { background: #222222; color: #fff !important; }

.border-grey,.border-grey:visited { color: #fff; background: #666; }
.border-grey:focus, .border-grey:active { background: #1d594e; color: #fff; }
.border-grey:hover { background: #1d594e; color: #fff !important; }

.border-orange,.border-orange:visited { background: #1d594e; color: #fff; }
.border-orange:focus, .border-orange:active { background: #222222; color: #fff; }
.border-orange:hover { background: #222222 !important; color: #fff !important; }

.bordered.nomargin { margin: 0 !important; }

/*** PADDED AND MARGIN ELEMENTS ***/
.col-padded-left { padding-left: 30px !important; }
.col-padded-top { padding-top: 30px !important; }
.padded { padding: 15px !important; }
.padded-l-r-b { padding: 0 15px 15px !important; }
.padded-sm { padding: 8px !important; }
.padded-bottom-lg { padding-bottom: 25px !important; }
.padded-lg { padding: 25px !important; }
.nopadding { padding: 0px !important; }
.nopadding-top { padding-top: 0px !important; }
.nomargin { margin: 0px !important; }
.nomargin-top { margin-top: 0 !important; }
.margin-small { margin: 5px 0 !important; }
.margin-medium { margin: 10px 0 !important; }
.margin-large { margin: 20px 0 !important; }
.margin-xlarge { margin: 40px 0 !important; }
.margin-top { margin-top: 20px !important; }
.margin-top-medium { margin-top: 30px !important; }
.margin-top-large { margin-top: 40px !important; }
.margin-top-none { margin-top: 0px !important; }
.margin-top-sm { margin-top: 10px 0 0 0 !important; }
.margin-bottom-sm { margin: 0 0 10px 0 !important; }
.margin-bottom { margin: 0 0 20px 0 !important; }
.margin-bottom-large { margin: 0 0 40px 0 !important; }
.margin-right { margin-right: 15px; }

/*** BLOCK, INLINE, TABLE DISPLAY ELEMENTS ***/
.display-inline { display: inline-block; }

/*** MOBILE ITEMS ***/
.mobile-display-980 { display: none; }
/*** FOOTER ***/

footer {
  border-top: 1px solid #e2e2e2;  
  color: #333;
  font-size: 14px;
  line-height: 1.8em;
  padding: 5em 0;
  margin: 0 auto;
}

footer .container { width: 1170px; }

footer h4 { margin-top: 0; }

footer .footer-rightcol img { margin-right: 25px; }
/*** SUBHEADERS ***/
.subheadertext { font-size: 15px; font-weight: bold; }

/*** TABLEHEADERS ***/
.tableheader { background: #f1f1f1; font-weight: bold; padding: 8px 0; }
.tableheader [class^=col-] { margin-bottom: 0; }

/*** CATALOG AND SEARCH PAGES ***/
.catalogAddToCart, .catalogAddToCart:visited { 
	background: #1d594e !important; 
	border-radius: 2px; 
	color: #fff; 
	padding: 4px 8px; 
	border: 0; 
	margin-top: 4px;
}
.catalogAddToCart:active,a.catalogAddToCart:hover {
	background: #222222 !important;
}
.catalog-featured-categories { margin-bottom: 30px !important;  }
.catalog-featured-categories .col-xs-4 {  background: #f1f1f1; border-right: solid #fff 8px; }
.catalog-featured-categories a, .catalog-featured-categories a:active,.catalog-featured-categories a:visited,.catalog-featured-categories a:hover { color: #fff; font-size: 24px; }
.catalog-featured-categories img { max-height: 100px; max-width: inherit; width: auto !important; margin: 20px 0; }
.catalog-featured-categories .cat-name { display: block; width: 100%; background: #222222; padding: 14px 0; }
.catalog-featured-categories a:hover .cat-name { background: #1d594e; }

.catalog-categories { text-align: center; }
.catalog-categories .col-xs-2 { float: none; display: inline-block; text-align: center; }
.catalog-categories .col-xs-3 { margin: 20px 0 0; }
.catalog-categories .catalogImage { height: 180px; position: relative; }
.catalog-categories img {
	max-height: 160px;
    height: auto;
    width: auto !important;
    max-width: 160px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; }

.productsGrid-top img { max-height: 200px; max-width: 200px; }
.productsGrid-top, .productsGrid-top p { font-size: 15px; line-height: 18px; }
.productsGrid { margin: 0 auto; border: 1px solid #ccc; }
.productsGrid th { padding: 8px; font-size: 15px; line-height: 18px; }
.productsGrid th .subheadertext { font-size: 15px; line-height: 18px; }
.productsGrid td { padding: 8px; font-size: 15px; line-height: 18px; border: 1px solid #ccc; }

.bgcolor-even { background: #dbe9ff; }

.datadarkimg { text-align: center; }
.datadarkimg img { max-height: 150px; height: auto; width: auto !important; max-width: 150px; margin: 0 auto; text-align: center; }

.bordered-heading { display: block; width: 100%; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 8px 0; }

/*** PRODUCT PAGES ***/
.product-details { margin-top: 25px !important; }
.product-details h3 { margin-top: 0; }
.product-details p:first-child { padding-top: 0; }

.product-details .productAddToCart { 
	border-radius: 2px;
	display: inline-block; 
	margin: 0; 
	background: #1d594e; 
	color: #fff; 
	padding: 6px 40px 6px 12px; 
	font-size: 16px; 
	border: 0;
  float: none;
}
.product-details .productAddToCart:hover { background: #222222; }
.product-details .productAddToList { background: #222222; color: #fff; padding: 4px 8px; font-size: 14px; border: 0; }
.product-details .productAddToList:hover { background: #888; color: #fff; }
.product-details .productPrice { color: #0c890f; font-size: 24px; }
.product-details .productDescription { margin-top: 0; }
.product-details .productImage img { max-width: 250px; max-height: 250px; height: auto; width: auto; display: block; margin: 0 auto; }
.product-details .input-group { display: inline-block; float: left; }
.product-details .input-group .form-control { z-index: 1; }
.product-details .input-group h4 { display: inline-block; margin: 0 10px 0 0; font-size: 22px; }
.product-details .input-group input { display: inline-block; float: none; width: 65px; }
.product-details .input-group-btn { display: inline-block; width: auto; z-index: 1; }
.product-details .input-group-btn .btn { border-radius: 2px; padding: 9px !important; font-size:12px; }
.product-details .input-group-btn .glyphicon { margin: 0; }
.product-details .input-group .quatity-field { width: 55px; }
.product-details .quantity-left-minus,.product-details .quantity-right-plus { background: #eaeaea; }
.product-details .quantity-left-minus .glyphicon { font-size: 14px; margin: 0 !important; }
.product-details .add-to-cart, .product-details .add-to-quote { padding: 0; }
.product-details .add-to-cart span, .product-details .add-to-quote span {
    position: relative;
}

.product-details .add-to-cart span:after {
    font-family: FontAwesome;
    content: "\f217"; /* Value may need to be changed in newer version of font awesome*/
    font-size: 18px;
    position: absolute;
    right: 13px;
    top: -1px;
    pointer-events: none;
    color:  #fff;
}

.product-details .add-to-quote span:after {
    font-family: FontAwesome;
    content: "\f022"; /* Value may need to be changed in newer version of font awesome*/
    font-size: 18px;
    position: absolute;
    right: 13px;
    top: -1px;
    pointer-events: none;
    color:  #fff;
}

.productImage.smallImage img { max-width: 60px; max-height: 60px; height: auto; width: auto; display: block; margin: 0 auto; }

.productGroupHolder .bx-wrapper { max-width: 90% !important; box-shadow: none; text-align: center; margin: 0 auto; }

.productGroupHolder .bx-wrapper .bx-prev { background-image: none; 
  border-right: 4px solid black;
  border-bottom: 4px solid black;
  width: 15px; height: 15px;
  transform: rotate(-225deg); }

.productGroupHolder .bx-wrapper .bx-prev:hover { background-image: none; 
  border-right: 4px solid #1d594e;
  border-bottom: 4px solid #1d594e;
  width: 20px; height: 20px;
  transform: rotate(-225deg); }

.productGroupHolder .bx-wrapper .bx-next { background-image: none; 
  border-right: 4px solid black;
  border-bottom: 4px solid black;
  width: 15px; height: 15px;
  transform: rotate(-45deg); }

.productGroupHolder .bx-wrapper .bx-next:hover { background-image: none; 
  border-right: 4px solid #1d594e;
  border-bottom: 4px solid #1d594e;
  width: 20px; height: 20px;
  transform: rotate(-45deg); }

.productGroup .imageHolder { display: block; height: 100px; }
.productGroup img { max-width: 100px; max-height: 100px; height: auto !important; width: auto !important; display: block; margin: 0 auto; }

.productGroup h5 { min-height: 30px; }

.productGroup div { 
  float: none !important;
  display: inline-block;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto !important; }

.productGroupHolder .bx-wrapper .bx-prev { left: -30px !important; }
.productGroupHolder .bx-wrapper .bx-next { right: -30px !important; }

/*** VIEW CART PAGE ***/
.cartHolder { width: 100%; }
.cartHolder div { display: inline-block; padding: 8px; }
.cartButtons { text-align: right; }
.cartProduct { width: 10%; vertical-align: top; }
.cartDescription { width: 25%; }
.cartUOM { width: 10%; }
.cartNote { width: 10%; }
.cartQty { width: 10%; }
.cartPrice { width: 10%; }
.cartTotal { width: 10%; }
.cartDelete { width: 10%; }

/*** LOGIN AND FORGOT PASSWORD PAGES ***/
.login-field input[type=text],.login-field input[type=password] {
	border: none;
	border-radius: 2px;
	padding: .5em 1em;
	width: 100%; 
  	background: #f1f1f1;
    text-align: center;
}

.login-field small { font-size: 12px; }

.login-field .forgotPassword { display: block; clear: both; font-size: 20px; }

.sign-in-button { 
	border-radius: 2px;
	display: block; 
	margin: 6px auto;
  	border: none; 
	background: #1d594e; 
	color: #fff; 
	padding: .5em .8em !important; 
	font-size: 22px; 
	width: auto !important;
	vertical-align: middle;
}
.sign-in-button:hover { background: #222222;
}

.forgotpassword-field input[type=text], .resetpassword-field input[type=password] {
	border: none;
	border-radius: 2px;
	padding: .5em 1em;
	width: 100%; 
  	background: #fff;
}

input[type=text], input[type=password] {
  border: none;
  border-radius: 2px;
  padding: 1px 1em;
    background: #fff;
}

/*** FORM - SUBMIT GROUP ***/
#frmSubmitGroup input[type=text] { width: 80%; margin-right: 10px; }

#frmSubmitGroup input[type=text].fullwidth { width: 100%; margin-right: 0; }

/*** BUTTONS ***/
.button { 
  border-radius: 2px;
  display: block; 
  margin: 6px auto;
    border: none; 
  background: #1d594e; 
  color: #fff; 
  padding: .5em .8em !important; 
  font-size: 22px; 
  width: auto !important;
  float: none !important;
  vertical-align: middle;
}
.button:hover { background: #222222;
}

/*** CHECKOUT PAGE ***/
.checkout-sidebar input[type="text"] { font-size: 22px !important; padding: 8px; }

/*** PAGINATION ***/
ul.nav-pagination {
	list-style: none;
	padding: 0;
}
ul.nav-pagination li {
    margin: 0 .4em;
    display: inline-block;
	list-style: none;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    font-size: 1.1em;
    height: 2.25em;
    line-height: 2em;
	display: block;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid currentColor;
    transition: all .3s;
    vertical-align: top;
	list-style: none;
}
.nav-pagination>li>span {
	border-color: #686868;
	background: #686868;
	color: #fff;
}

.nav-pagination>li>a:hover {
	border-color: #222222;
	background: #222222;
	color: #fff;
}

/* alternating table row colors datalight and datadark */
.datadark { background: #f1f1f1; }

/* mobile display only */
.mobile-display, .mobile-display-640, .mobile-display-600, .mobile-display-640, .cartBreak { display: none !important; }

/* mobile cart buttons */
.mobile-cart-buttons { display: none !important; }

/* desktop only */
@media screen and (min-width: 768px) {
	/* main navigation */
.sub-navigation .subnav-cart i { font-size: 32px; vertical-align: middle; margin: auto 0; }
.sub-navigation .cartProducts { display: inline-block; margin: 0 0 0 4px; font-size: 18px; vertical-align: middle; }

.main-nav {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  padding: 0;
}

#main-menu {
  text-align: center;
  width: 100% !important;
  background-color: rgb(29, 89, 78);
  border-radius: 0; 
}

.sm { z-index: 1 !important; }

.sm-clean {
	padding: 0 !important; 
}

.main-nav .sm-clean { 
	background: transparent; 
	border: none; 
}
.main-nav .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted { color: #efefef !important }
.main-nav .sm-clean > li.subnav-cart:hover { background: inherit; color: #1d594e; }
.main-nav .sm-clean > li.subnav-cart a { padding: 0; margin: 0 0 0 20px; }
.main-nav .sm-clean > li.subnav-cart a:hover { color: #efefef !important; }
.main-nav .sm-clean a, .main-nav .sm-clean a:visited { color: #fff !important; line-height: inherit; padding: 0 !important; margin: 0 30px 0 0; }
.main-nav .sm-clean ul a, .main-nav .sm-clean ul a:visited { color: #777 !important; padding: 10px !important; }

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { font-size: 14px !important; }
.sm-clean ul li a, .sm-clean ul li a:hover, .sm-clean ul li a:focus, .sm-clean ul li a:active { font-size: 14px !important; }
.main-nav .sm-clean > li.subnav-cart { margin-top: 6px; }
.main-nav .sm-clean li a:hover { color: #efefef !important; line-height: inherit; font-weight: 300; }
.main-nav .sm-clean li ul a:hover { color: #000 !important; }
.main-nav .sm-clean > li {
  border-bottom: none !important;
  text-transform: uppercase;
  display: inline-block;
  float: none;
}
.main-nav .sm-clean > li > ul:before, .main-nav .sm-clean > li > ul:after { display: none !important; }

.main-nav .sm-clean ul { background: #fff; z-index: 999999; margin-top: 0 !important; border-radius: 0 !important; box-shadow: none; }
.main-nav .sm-clean ul li { border-bottom: none; margin: 0; width: 100%; float: none; display: inline-block; clear: both; text-align: left; }
.main-nav .sm-clean ul li a, .main-nav .sm-clean ul li a:visited { font-size: 14px; line-height: inherit; font-weight: 300; color: #222222;  }

.main-nav .sm-blue ul a span.sub-arrow { display: none; }

.main-nav .sm-clean ul a:hover, .main-nav .sm-clean ul a:focus, .main-nav .sm-clean ul a:active, .main-nav .sm-clean ul a.highlighted { background: #fff; }

.main-nav ul#main-menu ul { border-radius: 6px !important; box-shadow: 2px 2px 2px rgba(0,0,0,0.3); }


.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
}

/* order forms */
#shippingChange { display: none; }

/* GRID LAYOUT */
/* columns */
#headers { background: #fff; }
.main-content div.container-fluid { padding: 0 !important; }

.container-fluid.grid { border-bottom: 1px solid #777 !important; }
.col-container { display: block; width: 100% !important; padding: 0 !important; }
.col-container.before-grid .date-col { border-top: none; }
.col-container.before-grid .data-col { width: 19%; border-left: 1px solid #777; padding-top: 0 !important; }
.col-container.grid-headers { font-weight: 700 !important; }
.col-container.grid-headers div.data-col { background: #f3f3f3; }
.col-container.grid-headers .date-col { border-top: 1px solid #777; border-left: 1px solid #777; padding: 0 !important; }
.col-container h3 { margin: 0 !important; padding: 0; font-size: 22px !important; }
.col-container h5 { margin: 0 !important; padding: 0; font-size: 18px !important; font-weight: 700 !important; }
.col-container h6 { text-transform: none; font-size: 15px !important; margin-bottom: 15px !important; }
.col-container .date-col { min-height: 30px !important; float: left; width: 19%; text-align: center; border-top: 1px solid #777; }
.col-container .del-col { float: left; width: 5%; text-align: center; }
.col-container .data-col.first-col {border-left: 1px solid #777; }
.col-container .data-col { float: left; width: 16.6666%; border-right: 1px solid #777; margin: 0; text-align: center; min-height: 30px; border-top: 1px solid #777; }
.col-container .noborder { border: none !important; }
.col-container.last-row .data-col { border-bottom: 1px solid #777; }
.col-container input { border: none !important; text-align: center; max-width: 80%; margin: 0 auto; }
.col-container select { 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none; /* If you want to remove the border as well */
background: none; 
overflow: hidden; }

.select-sm { font-size: 12px !important; text-align-last: center; }

.grid a.gridDelete { color: #ff0000; }

.col-container p { display: none; }

.bg-grey, .bg-grey input { background: #e4ffdf; }

.grid input, .grid select { font-size: 14px; }

.notice { color: #ff0000; font-weight: normal !important; font-size: 24px !important; line-height: 30px; max-height: 70px !important; border: none !important; }

.hiddenelement { display: none !important; }
.visibleelementinline { display: inline-block !important; }

/* mobile */
@media screen and (max-width: 1260px) {
	/* header */
	header { width: 100%; text-align: center; }
	/* header container-inner */
	header .container-inner { width: 94%; margin: 0 auto; float: none; padding: 0; }	
	/* header logo */
	header .logo { text-align: center; }
	header .logo img { max-width: auto !important; }
	/* breadcrumbs */
	#breadcrumbs .breadcrumbs-container { width: 100%; }
	/* container-inner */
	.container-inner, footer .container { width: 100%; margin: 0 auto; }
	/* home blog posts */
	.home .blog-posts a { font-size: 22px; }
}

@media screen and (max-width: 1140px) {
  .grid { max-width: 400px; margin: 0 auto !important; }
  .grid .grid-headers { display: none; }
  .grid .data-col { width: 100%; float: none; text-align: center; border-left: 1px solid; }
  .grid .data-col.first-col { text-align: center; padding: 13px; background: #f1f1f1 }
  .grid .data-col.first-col, .grid .data-col.first-col select { font-weight: bold; font-size: 20px; }
}

@media screen and (max-width: 980px) {
	/* home hero welcome h1 */
	.home-hero h1 { font-size: 50px; }
	/* home hero buttons */
	.home-hero .button, .home-hero .button:visited {
    font-size: 30px;
    border-radius: 4px;
    line-height: 30px;
	}
	/* home hero buttons loggedin */
	.home-hero.loggedin .button, .home-hero.loggedin .button:visited { font-size: 22px !important; }
	/* home blog posts */
	.home .blog-posts a { font-size: 18px; }
	/* home featured categories */
	.home .featured-categories a { font-size: 14px; }
	.home .featured-categories img { max-height: 70px; }
  /* home featured products */
  .home .featured-categories.products img { max-height: 60px; max-width: 60px; width: auto;}
	/* sub navigation */
	.main-nav .sm-clean > li:first-child ul, .main-nav .sm-clean li:nth-child(2) ul, .main-nav .sm-clean li:nth-child(3) ul { width: 769px !important; min-width: 769px !important; }
	.main-nav .sm-clean ul li, .main-nav .sm-clean ul li a { overflow: visible; word-wrap: break-word; white-space: normal; }
	/* mobile hidden 980 */
	.mobile-hidden-980 { display: none; }
	/* mobile display 980 */
	.mobile-display-980 { display: block; }
	/* product detail page */
	.product-details .col-xs-8 { width: 74%; }
  	/* cart page */
  	.productNotes { width: 70px; }
	/* product images small */
	.productImage.smallImage img { max-width: 40px; max-height: 40px; height: auto; width: auto; display: block; margin: 0 auto; }
	/* form input fields */
	
}
@media screen and (max-width: 900px) {
	/* product detail page */
	.product-details .col-xs-3 input.quantity-field { width: 50px; font-size: 14px; }
	.product-details .input-group-btn .btn { padding: 8px 4px !important; }
	.product-details .productImage img { max-width: 100%; }
  /* header navs */
  header .navlink { display: none; }
  header .main-nav { text-align: left; }
  header .sub-navigation { height: 40px; }
  /* header search */
  header .search input[type=text] { width: 200px !important; }
}
@media screen and (max-width: 767px) {

	/* headings */
	h1 { font-size: 30px; } 
	h2 { font-size: 26px; } 
	h3 { font-size: 22px; } 
	h4 { font-size: 18px; } 
	/* header logo */
	header .logo { width: 340px; }
	header .logo img { width: 320px; }
	/* header navigations */
	header .navigations { width: auto; float: right; }
	header .navigations ul { float: none; margin: 0; }
	header .navigations ul.nav li.social { margin: 0 0 0 15px; }
	header .navigations .navlink { display: none; }
  /* header search */
  header button#frmSearchSubmit { margin-right: 0 !important; }
	/* sub navigation */
	section.sub-navigation { padding: 0 8px 4px 20px; background: #1d594e; }
  .sm-clean li { border-color: #fff !important; background-color: #1d594e; }
  .sm-clean li:hover { background-color: #777; }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { color: #fff !important; }
	nav.main-nav { width: 80%; margin: 0; float: left; }
	nav.main-nav 
	.main-nav .sm-clean > li:first-child ul, .main-nav .sm-clean li:nth-child(2) ul, .main-nav .sm-clean li:nth-child(3) ul { width: 601px !important; min-width: 601px !important; }
	.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { padding-right: 0 !important; }
	/* mobile cart buttons */
	.mobile-cart-buttons { text-align: right; }
	.mobile-cart-buttons a { color: #fff; }
	.mobile-cart-buttons ul { margin: 0; padding: 4px 15px 0 0; }
	/* home hero */
	.home-hero { padding: 30px 15px !important; }
	/* home hero welcome h1 */
	.home-hero h1 { font-size: 40px; }
	/* home hero buttons */
	.home-hero .button, .home-hero .button:visited {
    font-size: 40px;
    border-radius: 4px;
    line-height: 40px;
	padding: 4px 8px;
	}
  /* page titles */
  h2.page-title { font-size: 20px; }
  /* login forgot password link */
  .login-field .forgotPassword { font-size: 18px; }

	/* home hero buttons loggedin */
	.home-hero.loggedin .button, .home-hero.loggedin .button:visited { font-size: 20px !important; }
	/* home blog posts */
	.home .blog-posts a { font-size: 18px; padding: 30px 0 15px 0; }
  /* home featured products */
  .home .featured-categories.products { margin: 0 !important; }
  .home .featured-categories.products .col-xs-3 { width: 48%; margin-bottom: 15px; }
  .home .featured-categories.products .col-xs-3 img { max-height: 100px; max-width: 100px; }
  .home .featured-categories.products .col-xs-3 { line-height: 140%; font-size: 12px; }
	/* home featured categories */
	.home .featured-categories a { font-size: 14px; }
	.home .featured-categories img { max-height: 70px; }
	/* footer */
	footer { padding: 20px 0; }
	footer .col-xs-6 { width: 100%; margin: 0 auto; text-align: center; }
	footer img { max-height: 80px; }
	footer h4 { font-size: 15px; }
	/* catalog categories */
	.catalog-categories .catalogImage { height: 100px; }
	.catalog-categories img { max-height: 80px; margin-top: 10px; margin-bottom: 10px; }
	/* datadark - product list images */
	.datadarkimg img { max-height: 80px; max-width: 90px; }
	/* subheader links */
	.subheader a { font-size: 15px; }
	/* mobile hidden */
	.mobile-hidden { display: none !important; }
	/* td */
	form td { padding: 2px 2px; }
	/* product details page */
	.product-details div { width: 100% !important; float: none; }
	.product-details h3 { font-size: 20px; }
	.product-details div.productdetail-addtocart .col-xs-3 { width: auto !important; float: left; }
	.product-details div.productdetail-addtocart .col-xs-2 { padding: 0 15px; width: 33% !important; float: left; }
	.product-details div.productdetail-addtocart .col-xs-7 { width: 33% !important; float: right; }
	.product-details .productAddToCart.quoteInputDetail { width: 50%; margin: 15px 0; }
	.product-details .col-padded-left { padding-left: 0px !important; }
	/* mobile small text */
	.mobile-small { font-size: 14px; }
	/* mobile-display */
	.mobile-display { display: inherit !important; }
	/* mobile full width */
	.mobile-fullwidth { width: 100%; float: none; }
	/* mobile full width break columns */
	.mobile-fullwidth-breakcols [class^=col-] { width: 100%; float: none; clear: both; }
	/* catalog categories */
	.catalog-categories .col-xs-3 { height: 170px; }
	/* inputs */
	.mobile-fullwidth input { width: 90%; }
	/* mobile align center */
	.mobile-aligncenter { display: block; text-align: center; float: none; margin: 0 auto; }
	/* mobile full column */
	.mobile-fullcolumn { float: none; width: 100%; margin: 0 0 15px 0; padding: 0; }
	/* mobile margin */
	.mobile-margin-top { margin: 15px auto 0; }
}
@media screen and (max-width: 640px) {
	header ul.search { padding: 0; }
	/* invoice page */
	.invoice-output span { display: block !important; }
	.invoice-output .tableheader { display: none; }
	.invoice-output .row { border-bottom: 1px solid #7F7F7F; }
	.invoice-output .invoice-sku { width: 40%; }
	.invoice-output .invoice-desc { width: 60%; clear: right; }
	.invoice-output .invoice-uom { width: 10%; }
	.invoice-output .invoice-notes { width: 20%; }
	.invoice-output .invoice-qty { width: 10%; }
	.invoice-output .invoice-price { width: 30%; }
	/* mobile-display */
	.mobile-display-640 { display: block !important; }
  /* mobile-hidden-640 */
  .mobile-hidden-640 { display: none !important;}
  /* cart */
  .cartHolder div { padding: 0 1% 0 1%; }
  .cartHolder div.row { padding: 0; }
  .cartProduct { width: 15%; vertical-align: top; }
  .cartDescription { width: 80%; }
  .cartUOM { width: 15% !important; }
  .cartNote { width: 15% !important; }
  .cartQty { width: 15% !important; }
  .cartPrice { width: 15% !important; }
  .cartTotal { width: 15% !important; }
  .cartDelete { width: 15% !important; }
  .cartUOM {  margin-left: auto; margin-right: auto; clear: left; display: inline; }
  .productNotes { width: 50px !important; }
  .cartButtons { text-align: center; }
  .cartButtons .bordered-inline-sm { font-size: 14px; padding: 8px 12px; }
}
@media screen and (max-width: 600px) {
	.main-nav .sm-clean > li:first-child ul, .main-nav .sm-clean li:nth-child(2) ul, .main-nav .sm-clean li:nth-child(3) ul { width: 100% !important; min-width: 100% !important; }
	/* home hero */
	.home-hero { text-align: center; padding: 15px; }
	/* home hero welcome h1 */
	.home-hero h1 { font-size: 30px; text-align: center; }
	/* home hero buttons */
	.home .home-hero .col-xs-4 { width: 100%; margin: 0 auto; text-align: center; }
	.home-hero .button, .home-hero .button:visited {
    font-size: 40px;
    border-radius: 4px;
    line-height: 40px;
	padding: 4px 8px;
	float: none; margin: 15px auto;
	text-align: center;
	}
	/* home hero buttons loggedin */
	.home-hero.loggedin .button, .home-hero.loggedin .button:visited { font-size: 20px !important; }
	/* home featured categories */
	.home .featured-categories .col-xs-2.col-5th { width: 100%; margin: 15px auto; text-align: center; }
	.home .featured-categories .col-xs-2.col-5th:first-child { margin: 0 auto 15px auto; }
	.home .featured-categories img { max-height: 110px; }
	/* home blog posts */
	.home .blog-posts .col-xs-4 { width: 100%; margin: 0 auto; text-align: center; }
	.home .blog-posts a { font-size: 26px; }
	/* subheader links */
	.subheader a { font-size: 14px; }
	/* catalog categories */
	.catalog-categories .col-xs-3 {width: 33.333%; height: 170px; }
	/* mobile-display-600 */
	.mobile-display-600 { display: block !important; }
	/* mobile-hidden-600 */
	.mobile-hidden-600 { display: none;}
  /* notices above grid */
  .notice { font-size: 16px !important; }
}
@media screen and (max-width: 500px) {
	/* header */
	header .navigations .social { display: none; }
	header .search input[type=text] { width: 80%; }
	/* main nav */
	.sub-navigation ul ul { display: hidden; }
	/* footer */
	footer, footer p { font-size: 14px; }
	/* catalog categories */
	.catalog-categories .col-xs-3 {width: 50%; }
	/* datadark - product list images */
	.datadarkimg img { max-height: 50px; max-width: 60px; }
	/* product details page */
	.product-details div.productdetail-addtocart .col-xs-3 { width: auto !important; float: left; }
	.product-details div.productdetail-addtocart .col-xs-2 { width: auto !important; clear: right; }
	.product-details .productAddToCart { width: 100%; }
	.product-details div.productdetail-addtocart .col-xs-7 { width: auto !important; float: none; clear: both; padding: 15px 0 0; text-align: center; }
	.product-details .productImage img { max-height: 200px; max-width: inherit; width: auto; }
	.productNotes { text-align: center; }
	.productNotes input { text-align: center; margin: 15px auto; width: 90%; }
  /* form - submit group */

/*** FORM - SUBMIT GROUP ***/
#frmSubmitGroup input[type=text] { width: 70%; margin-right: 10px; }
}

/* screen only */
.printonly { display: none; }

/* print */
@media print {
  .sub-navigation, footer, .button, .button-gray, .gridSearch, .del-col { display: none; }
  select { 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none; /* If you want to remove the border as well */
background: none; 
overflow: hidden;
font-size: 12px; }
  .container-inner { width: 100%; }
  .col-container.before-grid .data-col, .col-container .data-col, .col-container .date-col { width: 16.666666%; text-align: center !important; }
  .col-container .data-col input { font-size: 12px; text-align: center; max-width: 70%; margin: 0 auto !important; }
select.select-sm, .first-col { font-size: 10px; }
.grid-headers .data-col { font-size: 10px; }
.screenonly { display: none; }
.printonly { display: block; }
}