/* COLOURS & FONTS ETC. */
/* BOSS.EDITOR STYLES */

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875em;
  line-height: 140%;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 1.857em;
  line-height: 130%;
  margin-bottom: 15px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h2 {
  font-size: 1.571em;
  line-height: 130%;
  margin-bottom: 15px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h3 {
  font-size: 1.286em;
  line-height: 130%;
  margin-bottom: 15px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h4 {
  font-size: 1.143em;
  line-height: 130%;
  margin-bottom: 15px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
/* HANDY CLASSES */

.nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.noline {
  text-decoration: none;
}
.grey-grad {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.silver-grad {
  background: white;
  background: -moz-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -o-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: linear-gradient(to bottom, white 3%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}
.light-grad {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */

}
/* MISC STYLES */

html,
body {
  margin: 0;
  padding: 0;
  background: whitesmoke;
}
#container {
  width: 100%;
  margin: 0 auto;
  background: white;
}
.buttons button,
.buttons .vanilla-btn {
  background: white;
  background: -moz-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -o-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: linear-gradient(to bottom, white 3%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  color: #333333;
  border: 1px solid #cccccc;
  padding: 7px 11px;
  font-size: 0.8em;
  line-height: 100%;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.buttons button:hover,
.buttons .vanilla-btn:hover {
  border: 1px solid #999999;
}
.client-area .elements-wrap {
  font-size: .9em;
}
#search-results {
  max-width: 650px;
}
#search-results h3 a {
  color: #333333;
}
.mob-only {
  display: none !important;
}
.tab-up {
  display: none;
}
/* HEAD */

header {
  width: 100%;
}
#banner {
  overflow: hidden;
  width: 100%;
  height: 200px;
  background-image: url(/assets/header-320.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#crumbs {
  display: none;
}
#search {
  display: none;
}
/* NAVIGATION */

#toolbar {
  width: 90%;
  padding: 10px 5%;
  background: #eeeeee;
}
#menu-trigger {
  display: block;
  float: right;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  padding-right: 40px;
  background: url(/boss/flex/menu-icon.png) no-repeat right center;
}
.acct-toolbar {
  float: left;
}
.acct-toolbar .vanilla-btn {
  float: left;
  background: white;
  background: -moz-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -o-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: linear-gradient(to bottom, white 3%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  color: #333333;
  border: 1px solid #cccccc;
  padding: 7px 11px;
  font-size: 0.7em;
  line-height: 100%;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 10px;
  padding: 9px 11px;
  line-height: 110%;
}
.acct-toolbar .vanilla-btn:hover {
  border: 1px solid #999999;
}
.pagination li {
  float: left;
  margin: 0 18px 18px 0;
}
/* MAIN */

#main {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
}
.col {
  width: 96%;
  padding: 2%;
  margin: 0 0 30px 0;
  overflow: hidden;
}
#sidebar {
  display: none;
}
/* ARTICLE STYLES */

.content h2 a,
.content h1 a {
  color: #333333;
}
.content h2 a:hover,
.content h1 a:hover {
  color: #333333;
}
.content a,
.content button.basic-btn {
  color: #0099ff;
  text-decoration: none;
}
.content a:hover,
.content button.basic-btn:hover {
  color: #0077c7;
}
article {
  margin-bottom: 50px;
}
article .image {
  max-width: 710px;
}
article.page-desc {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
article .short-desc {
  max-width: 650px;
  font-size: 1.2em;
  line-height: 160%;
  font-style: italic;
  color: #999999;
  margin: 20px 0 25px 0;
}
article .author {
  font-size: .9em;
  text-align: right;
  color: #999999;
  font-style: italic;
  margin: 40px 0 0 0;
}
article p.credits:before {
  content: "Credit: ";
}
.article-head {
  margin: 0 0 15px 0;
}
.article-head h1,
.article-head h2 {
  margin-bottom: 0;
}
.article-head time {
  font-size: .8em;
  color: #999999;
  text-transform: uppercase;
}
.article-body {
  max-width: 650px;
  line-height: 150%;
  margin-bottom: 30px;
}
.aside {
  max-width: 650px;
  font-size: .85em;
  line-height: 150%;
}
.images {
  margin-bottom: 10px;
}
.images .portrait {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.images .portrait.first {
  margin-left: 0;
}
.image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 28px;
}
.image img {
  width: 100%;
  height: auto;
  display: block;
}
.caption {
  color: #aaaaaa;
  font-size: .9em;
  line-height: 140%;
  padding: 10px 10px 0 10px;
  margin: 0;
  font-style: italic;
}
.media-wrap {
  margin: 0 0 20px 0;
  max-width: 650px;
}
.comments-area {
  width: 100%;
  max-width: 650px;
  float: left;
  clear: both;
  margin: 30px 0;
}
.comments-area h6 {
  font-size: 1em;
  margin: 0 0 0.3em 0;
}
.coms-head {
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.coms-head h4 {
  float: left;
  font-size: 1.3em;
  line-height: 100%;
  margin: 9px 0 0 0;
}
.coms-head a.basic-btn {
  float: right;
}
p.no-coms {
  font-size: .9em;
  font-style: italic;
  color: #999999;
  padding: 30px 2%;
  border-bottom: 1px solid #efefef;
}
.comment-form.on {
  height: auto;
}
.comment-form .boss-form {
  width: 100%;
  margin: 30px 0 0 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
  font-size: .85em;
}
.comment-form .boss-form label {
  text-align: left;
}
.comment-form .boss-form textarea {
  height: 123px;
}
.comment-form .boss-form fieldset.buttons {
  margin: 0;
}
.admin-toolbox {
  padding: 3%;
  background: #eeeeee;
  line-height: 140%;
  margin-bottom: 30px;
}
.article-nav {
  padding-top: 45px;
  margin-bottom: 40px;
}
.article-nav ul {
  border-top: 1px solid #efefef;
}
.article-nav li {
  padding: 5px;
  border-bottom: 1px solid #efefef;
  text-align: left;
}
.article-nav li a {
  display: block;
  color: #666666;
}
.article-nav li a.active {
  color: black;
  font-weight: bold;
}
a.top-link {
  float: right;
  font-size: .8em;
  text-transform: uppercase;
}
/* FOOTER */

footer.pg-foot {
  width: 100%;
  background: #e8e8e8;
  -moz-box-shadow: 0 0 15px 0 #aaaaaa;
  -webkit-box-shadow: 0 0 15px 0 #aaaaaa;
  box-shadow: 0 0 15px 0 #aaaaaa;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
footer.pg-foot ul li {
  text-align: center;
  border-top: 1px solid #cccccc;
}
footer.pg-foot ul li a {
  padding: 2% 5%;
  display: block;
  text-transform: uppercase;
  color: #333333;
  font-weight: bold;
  font-size: .875em;
}
footer.pg-foot a:hover {
  color: #0099ff;
}
#ft-info {
  padding: 20px;
  font-size: .875em;
  line-height: 140%;
  text-align: center;
  color: #333333;
}
#ft-info a {
  color: #333333;
  text-decoration: underline;
}
#ft-info p {
  margin: 0;
}
/* CATEGORY & PRODUCT STYLES */

.product {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
}
.product .inner {
  padding: 5%;
  border: 1px solid #dedede;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 12px 0 #efefef;
  -webkit-box-shadow: 2px 2px 12px 0 #efefef;
  box-shadow: 2px 2px 12px 0 #efefef;
}
.product .inner:hover {
  -moz-box-shadow: 2px 2px 12px 0 #cccccc;
  -webkit-box-shadow: 2px 2px 12px 0 #cccccc;
  box-shadow: 2px 2px 12px 0 #cccccc;
}
.product .image {
  display: block;
  width: 100%;
  height: 240px;
  margin: 0 auto 10px auto;
}
.product h3 {
  margin: 0;
  font-weight: 400;
}
.product h3 a {
  color: #333333;
}
.product p {
  color: #666666;
  margin: 0;
}
.product a.view-product {
  float: left;
}
.product a.add-product {
  float: right;
  position: relative;
  padding-right: 30px;
}
.product a.add-product span {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  background: white;
  color: #999999;
}
.product a.add-product:hover span {
  color: white;
  background: #0099ff;
}
.product .vanilla-btn {
  color: #0099ff;
}
.product-btns {
  margin: 10px 0 5px 0;
  width: 100%;
  float: left;
  clear: both;
}
.product-btns a {
  background: white;
  background: -moz-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -o-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: linear-gradient(to bottom, white 3%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  color: #333333;
  border: 1px solid #cccccc;
  padding: 7px 11px;
  font-size: 0.75em;
  line-height: 100%;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #0099ff;
  text-transform: none;
  line-height: 12px;
}
.product-btns a:hover {
  border: 1px solid #999999;
}
#product-page h1 {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
}
#product-page .short-desc {
  font-style: italic;
  color: #666666;
}
#product-desc {
  margin: 10px 0 20px 0;
}
#product-cart {
  padding: 5%;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */

}
#product-cart p.price {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#product-cart p.price s {
  color: #cc0000;
  font-size: .6em;
  font-weight: normal;
  line-height: 120%;
  display: block;
}
#product-cart button {
  background: white;
  background: -moz-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -o-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, white 3%, #f7f7f7 100%);
  background: linear-gradient(to bottom, white 3%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  color: #333333;
  border: 1px solid #cccccc;
  padding: 7px 11px;
  font-size: 0.8em;
  line-height: 100%;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
#product-cart button:hover {
  border: 1px solid #999999;
}
#product-cart .boss-form .alfnalf {
  clear: none;
}
#product-cart .boss-form dt.alfnalf {
  width: 48%;
  margin-right: 4%;
  text-align: right;
}
#product-cart .boss-form dt.alfnalf label {
  text-align: right;
}
#product-cart .boss-form dd.alfnalf {
  width: 35%;
  line-height: 200%;
  text-align: left;
}
#product-cart .boss-form dd.alfnalf input {
  text-align: center;
  padding: 5px 0;
}
#product-cart .buttons {
  text-align: center;
}
#gallery-page .caption{padding-bottom:10px;bottom:0;position:absolute;text-align:center;font-style: normal;color:#FFF;font-weight:bold;background-color:rgba(0,0,0,.5);width:100%;}

p.pricing {
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  margin-bottom: 15px;
}
#enquiry-wrap {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */

  padding: 5%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 30px 0;
}
#enquiry-wrap h3 {
  text-align: center;
  margin: 5px 0 25px 0;
}
#enquiry-wrap .boss-form {
  font-size: .85em;
}
#mini-cart {
  position: absolute;
  right: 10px;
  top: -35px;
  width: 20px;
  height: 19px;
  padding: 5px 8px;
  background: white;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#mc-value,
#mc-checkout {
  display: none;
}
#mc-items {
  padding-left: 20px;
  width: 0;
  height: 19px;
  display: block;
  background: url(/boss/flex/cart.png) 0 0 no-repeat;
  text-indent: -99999px;
}
.file {
  font-size: 0.9em;
  line-height: 1.4em;
}
.file .icon {
  float: left;
  margin-right: 5px;
}

footer.page{background-color:#292c2f;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);box-sizing: border-box;width: 100%;text-align: left;font: bold 16px sans-serif;padding: 55px 50px;margin-top: 80px;}

footer.page .footer-left,
footer.page .footer-center,
footer.page .footer-right{display: inline-block;vertical-align: top;}

footer.page .footer-left{width: 40%;}

footer.page h3{color:  #ffffff;font-weight: normal;font-size:36px;margin: 0;}
footer.page h3 span{color:  #5383d3;}


footer.page .footer-links{color:#ffffff;margin: 20px 0 12px;padding: 0;font-size:13px;}
footer.page .footer-links a{display:inline-block;line-height: 1.8;text-decoration: none;color:  inherit;}

footer.page .footer-company-name{color:#8f9296;font-size:12px;font-weight: normal;margin: 0;}


footer.page .footer-center{width: 35%;}
footer.page .footer-center i{background-color:#33383b;color: #ffffff;font-size: 25px;width: 38px;height: 38px;border-radius: 50%;text-align: center;line-height: 42px;margin: 10px 15px;vertical-align: middle;}
footer.page .footer-center i.fa-envelope{font-size: 17px;line-height: 38px;}
footer.page .footer-center p{display: inline-block;color: #ffffff;vertical-align: middle;margin:0;}
footer.page .footer-center p span{display:block;font-weight: normal;font-size:14px;line-height:2;}

.footer-center p a,.footer-right a{color:#FFF;text-decoration: none;}


footer.page .footer-right{width: 20%;}
.footer-tagline{margin-top:20px;color:#FFF;font-size:11px;font-weight:normal;}
footer.page .footer-about{line-height: 20px;color:#92999f;font-size: 13px;font-weight: normal;margin: 0;}
footer.page .footer-about strong{display:block;color:#ffffff;font-size: 14px;font-weight: bold;margin-bottom: 20px;}
footer.page .footer-icons{margin-top: 25px;}

footer.page .footer-icons a{display: inline-block;width: 35px;height: 35px;cursor: pointer;background-color:  #33383b;border-radius: 2px;font-size: 20px;color: #ffffff;text-align: center;line-height: 35px;margin-right: 3px;margin-bottom: 5px;}

@media (max-width: 880px) {

	footer.page{font: bold 14px sans-serif;}
	footer.page .footer-left,footer.page .footer-center,footer.page .footer-right{display: block;width: 100%;margin-bottom: 40px;text-align: center;}

	footer.page .footer-center i{margin-left: 0;}

}

/* ALTERNATIVE THEME (FLEX DARK) */

.flex-dark {
  background: #222222;
}
/* MEDIA QUERIES */

@media screen and (max-width: 767px) {
  .mob-only {
    display: block !important;
  }
  #menu-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #main-nav {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  #main-nav li {
    width: 100%;
  }
  #main-nav li ul {
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 1;
  }
  #main-nav a {
    display: block;
    background: #333333;
    color: white;
    padding: 5%;
    line-height: 100%;
    border-bottom: 1px solid #444444;
  }
  #main-nav a.has-kids {
    background: #333333 url(/boss/flex/menu-go.png) no-repeat 95% center;
    color: white;
  }
  #main-nav a.back-link {
    background: black url(/boss/flex/menu-back.png) no-repeat 5% center;
    color: white;
    font-size: .75em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4% 5% 4% 13%;
  }
  #main-nav a.repeated-link {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background: #222222;
  }
}
@media screen and (min-width: 768px) {
  .tab-up {
    display: block;
  }
  #banner {
    background-image: url(/assets/header-768.jpg);
  }
  #container {
    min-height: 100%;
    position: relative;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  #main {
    width: 96%;
    padding-bottom: 250px;
  }
  #page-head {
    width: 96%;
    padding: 23px 2% 20px 2%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  header {
    background: whitesmoke;
    border-bottom: 1px solid #efefef;
  }
  #toolbar {
    background: none;
    width: auto;
    padding: 11px 19px 10px 0;
    float: right;
    position: relative;
  }
  #toolbar .acct-toolbar {
    position: absolute;
    right: 0;
    bottom: -45px;
  }
  #search {
    display: block;
    float: right;
  }
  #search #search-field {
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 15px;
    font-size: .8em;
    line-height: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    color: #333333;
    border: 1px solid #cccccc;
  }
  #search button {
    float: right;
    height: 24px;
    background: url(/boss/flex/search-icon.png) no-repeat 0 center;
    border: none;
    width: 22px;
  }
  #nav-wrap {
    float: left;
    clear: none;
    height: auto;
    width: auto;
    overflow: visible;
  }
  #main-nav ul li {
    float: left;
    position: relative;
    background: whitesmoke;
  }
  #main-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    -moz-box-shadow: 3px 3px 8px 0 #dddddd;
    -webkit-box-shadow: 3px 3px 8px 0 #dddddd;
    box-shadow: 3px 3px 8px 0 #dddddd;
    border-top: 1px solid #efefef;
  }
  #main-nav ul ul ul {
    top: -1px;
    left: 100% !important;
    border-left: 1px solid #efefef;
  }
  #main-nav ul ul li {
    border-bottom: 1px solid #eeeeee;
    min-width: 170px;
    position: relative;
  }
  #main-nav ul ul a {
    color: #666666;
  }
  #main-nav ul ul a.has-kids {
    background: url(../desktop-sub-arrow.png) no-repeat 90% center;
  }
  #main-nav ul a {
    display: block;
    font-size: .75em;
    float: none;
    padding: 0;
    line-height: 140%;
    padding: 17px 13px;
    color: #666666;
    font-weight: bold;
  }
  #main-nav ul a:hover,
  #main-nav ul a.active {
    color: black;
  }
  #main-nav li:hover > ul {
    display: block;
  }
  #crumbs {
    display: block;
    float: left;
  }
  #crumbs li {
    float: left;
    margin: 0 10px 0 0;
    font-size: .8em;
    line-height: 14px;
    padding-left: 15px;
    background: url(/boss/flex/crumb-arrow.png) no-repeat left center;
    color: #666666;
  }
  #crumbs li.home {
    background: transparent url(/boss/flex/home-icon.png) no-repeat 0 1px;
    padding-left: 24px;
  }
  #crumbs a {
    color: #999999;
    text-decoration: none;
  }
  #crumbs a:hover {
    color: #0099ff;
  }
  a.home-icon {
    display: block;
    padding-left: 20px;
    background: url(/boss/flex/home-icon.png) no-repeat 0 center;
  }
  #main {
    padding: 0;
  }
  .col {
    float: left;
    padding: 0;
  }
  #sidebar {
    display: block;
    width: 20%;
    margin: 0 3% 0 0;
    min-height: 600px;
  }
  #sidebar nav {
    margin: 0 0 40px 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #eeeeee;
    padding: 10px;
  }
  #sidebar nav h4 {
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
  }
  #sidebar nav h4 a {
    display: block;
    color: #333333;
  }
  #sidebar nav ul li {
    margin-bottom: 5px;
    font-size: 0.857em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-transform: uppercase;
  }
  #sidebar nav ul li a {
    color: #666666;
  }
  #sidebar nav ul li a:hover {
    color: #0099ff;
  }
  #sidebar nav ul li ul {
    margin: 10px 0 10px 12px;
  }
  #sidebar nav ul li ul li {
    font-size: 1em;
    text-transform: none;
  }
  #sidebar nav ul.sub li a {
    padding-left: 15px;
    background: url(/boss/flex/sidebar-arrow.png) no-repeat left center;
    display: block;
  }
  #sidebar nav a.active {
    color: #333333;
    font-weight: bold;
  }
  .sb-box {
    margin: 0 0 30px 0;
    font-size: .9em;
    line-height: 140%;
    color: #666666;
  }
  .sb-box h1,
  .sb-box h2,
  .sb-box h3,
  .sb-box h4,
  .sb-box h5,
  .sb-box h6 {
    margin-bottom: 5px;
    color: #333333;
  }
  .sb-box .image {
    margin-bottom: 15px;
  }
  .sb-box a {
    color: #0099ff;
  }
  .content {
    width: 77%;
  }
  .content .content-left {
    width: 100%;
  }
  .content.two-col .content-left {
    width: 70%;
    margin-right: 3%;
    float: left;
  }
  .content.two-col .content-right {
    width: 27%;
    float: right;
  }
  .ts-full .content {
    width: 100%;
  }
  footer.pg-foot {
    min-height: 120px;
    width: auto;
    padding: 2%;
  }
  footer.pg-foot nav {
    float: left;
    width: 55%;
  }
  footer.pg-foot nav ul li {
    float: left;
    margin: 0 10px 10px 0;
    border: none;
  }
  footer.pg-foot nav ul li a {
    padding: 7px 15px;
    color: #666666;
    line-height: 100%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: inset 1px 1px 5px #999999;
    -webkit-box-shadow: inset 1px 1px 5px #999999;
    box-shadow: inset 1px 1px 5px #999999;
  }
  footer.pg-foot nav ul li a:hover {
    background: #cccccc;
    color: #333333;
  }
  .oldie footer.pg-foot {
    height: 120px;
  }
  #ft-info {
    width: 40%;
    float: right;
    text-align: right;
    padding: 0;
  }
  .article-nav li {
    text-align: right;
  }
  .product {
    width: 32%;
    margin-right: 2%;
    clear: none;
  }
  .product .inner {
    padding: 4%;
  }
  .mod-3 {
    margin-right: 0;
  }
  #product-page h1 {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 100%;
    border: none;
  }
  #product-page .short-desc {
    margin: 0;
  }
  #product-page #attributes {
    width: 100%;
  }
  #product-page #attributes dt {
    width: 35%;
    font-weight: bold;
  }
  #product-page #attributes dd {
    width: 63%;
  }
  #product-page #related-products li {
    padding: 5%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 0 0 10px 0;
  }
  #product-page #related-products li a {
    display: block;
  }
  #product-page #related-products li:hover a.title {
    color: #0099ff;
  }
  #product-page #related-products li:hover .price {
    color: black;
  }
  #related-products a.title {
    color: #666666;
  }
  #related-products .price {
    color: #999999;
  }
  #product-head {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
  #product-left {
    width: 65%;
    float: left;
  }
  #product-right {
    width: 30%;
    float: right;
  }
  #product-right .boss-form {
    width: 100%;
  }
  #product-right .boss-form dt,
  #product-right .boss-form dd {
    clear: none;
    width: 100%;
  }
  #product-right .boss-form dt label,
  #product-right .boss-form dd label {
    text-align: left;
  }
  #product-cart {
    margin-top: 0;
  }
  #product-cart p.price {
    font-size: 1.7em;
  }
  #enquiry-wrap .boss-form {
    width: 100%;
  }
  #enquiry-wrap .boss-form dt {
    width: 17%;
    margin-right: 3%;
  }
  #enquiry-wrap .boss-form dd {
    width: 80%;
  }
  #mini-cart {
    font-size: .8em;
    width: 30%;
    padding: 7px 10px;
    line-height: 20px;
  }
  #mini-cart a {
    display: block;
  }
  #mini-cart.empty-cart {
    position: absolute;
    right: 20px;
    top: 0;
    width: 20px;
    height: 19px;
    padding: 5px 8px;
  }
  #mini-cart.empty-cart a {
    display: none;
  }
  #mini-cart.empty-cart #mc-items {
    display: block;
    text-indent: -999999px;
    width: 100%;
  }
  #mc-items {
    width: 18%;
    float: left;
    text-indent: 0;
    padding-left: 11%;
    color: #333333;
  }
  #mc-value {
    float: left;
    width: 45%;
    color: #333333;
    text-align: center;
  }
  #mc-checkout {
    background: white;
    background: -moz-linear-gradient(top, white 3%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, white 3%, #f7f7f7 100%);
    background: -o-linear-gradient(top, white 3%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, white 3%, #f7f7f7 100%);
    background: linear-gradient(to bottom, white 3%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    color: #333333;
    border: 1px solid #cccccc;
    padding: 7px 11px;
    font-size: 0.7em;
    line-height: 100%;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    float: right;
    padding: 5px;
  }
  #mc-checkout:hover {
    border: 1px solid #999999;
  }
  .flex-dark header,
  .flex-dark #main-nav li {
    background: #555555;
  }
  .flex-dark #main-nav ul {
    box-shadow: none;
  }
  .flex-dark #main-nav li a {
    color: #dddddd;
  }
  .flex-dark #main-nav li a.active,
  .flex-dark #main-nav li a:hover {
    color: white;
  }
  .flex-dark #main-nav li ul {
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
  }
  .flex-dark #main-nav li ul li {
    border-bottom: 1px solid #666666;
  }
  .flex-dark #search #search-field {
    background: #333333;
    color: white;
    border: 1px solid black;
  }
  .flex-dark footer.pg-foot {
    background: #444444;
  }
  .flex-dark footer.pg-foot nav ul li a {
    color: #333333;
    background: white;
  }
  .flex-dark footer.pg-foot nav ul li a:hover {
    color: #0099ff;
  }
  .flex-dark footer.pg-foot #ft-info,
  .flex-dark footer.pg-foot #ft-info a {
    color: white;
  }
}
@media screen and (min-width: 960px) {
  #banner {
    background-image: url(/assets/header-960.jpg);
  }
  #container {
    width: 960px;
  }
  footer.pg-foot {
    padding: 20px 2% 0 2%;
    min-height: 90px;
    border-top: 1px solid #999999;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  footer.pg-foot nav ul {
    overflow: hidden;
  }
  footer.pg-foot nav ul li {
    border-left: 1px solid #999999;
    margin: 0;
  }
  footer.pg-foot nav ul li:first-child {
    border: none;
  }
  footer.pg-foot nav ul li:first-child a {
    padding-left: 0;
  }
  footer.pg-foot nav ul li a {
    padding: 0 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  footer.pg-foot nav ul li a:hover {
    background: none;
    color: #0099ff;
  }
  #nav-wrap {
    margin-left: 0.4em;
  }
  #main-nav ul a {
    display: block;
    font-size: 0.9em;
  }
  .article-left {
    width: 58%;
    margin: 0 5% 0 0;
    float: left;
  }
  .article-right {
    width: 37%;
    float: right;
  }
  .article-right .image {
    margin-bottom: 10px;
  }
  #ft-info {
    color: #666666;
  }
  #ft-info a {
    color: #666666;
  }
  #ft-info a:hover {
    color: #0099ff;
  }
  footer.pg-foot ul li a {
    font-size: .8em;
    text-transform: none;
  }
  .ie7 #nav-wrap,
  .ie8 #nav-wrap {
    width: 600px;
  }
  .ie7 #toolbar,
  .ie8 #toolbar {
    width: 300px;
  }
  .ie7 #main-nav ul,
  .ie8 #main-nav ul {
    display: none;
  }
  .ie7 li:hover > ul,
  .ie8 li:hover > ul {
    display: block;
  }
  .boss-form .cf-left,
  .boss-form .cf-right {
    width: 48%;
    float: left;
  }
  .boss-form .cf-right {
    margin-left: 4%;
  }
  .prows-5 .product h3 {
    font-size: 1.1em;
  }
  .prows-5 .product p {
    font-size: .9em;
  }
  .prows-5 a.view-product {
    margin-bottom: 10px;
  }
  .prows-5 a.view-product,
  .prows-5 a.add-product {
    float: none;
    display: block;
    text-align: center;
  }
  .mod-3 {
    margin-right: auto;
  }
  .end {
    margin-right: 0 !important;
  }
  .across-2 {
    width: 48%;
    margin-right: 4%;
  }
  .across-3 {
    width: 32%;
    margin-right: 2%;
  }
  .across-4 {
    width: 23%;
    margin-right: 2%;
  }
  .across-4 .image {
    height: 129px;
  }
  .across-4 a.add-product {
    padding-right: 11px;
  }
  .across-4 a.add-product span {
    display: none;
  }
  .across-5 {
    width: 18%;
    margin-right: 2%;
  }
  .across-5 .image {
    height: 100px;
  }
  .product-clear {
    clear: both;
  }
  #product-left {
    width: 64%;
  }
  #mini-cart {
    width: 26%;
  }
  .flex-dark footer.pg-foot nav ul li a {
    color: white;
    background: none;
  }
  .flex-dark footer.pg-foot nav ul li a:hover {
    color: white;
  }
}
