html,
body,
a,
input,
h1, h2, h3, h4, h5, h6 {
	font-family: "UnitedSans", sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 100%;
	font-weight: 400;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures, contextual;
	-moz-font-feature-settings: "kern", "liga", "clig", "calt";
	-ms-font-feature-settings: "kern", "liga", "clig", "alt";
	-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
	font-feature-settings: "kern", "liga", "clig", "calt";
	color: #000000;
}

.content a, content a:visited {
	color:#2ba6cb;
}



img {
	max-width: 100%;
}
body {
	overflow-x: hidden;
}
a {
  transition: 0.2s all ease-in;
}
h1,
h2,
h3 {
  margin-bottom: 20px;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
::-webkit-input-placeholder {
  color: #333333;
}
:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #333333;
}
:placeholder-shown {
  color: #333333;
}
div a,
span a,
p a,
ul li a {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* ==========================================================================
   Carousel
   ========================================================================== */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* flex navigation */
nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style: none;
  text-align: center;
}

nav ul li:first-child {
}

nav ul li a {
  display: block;
}

nav {
  display: table;
  table-layout: fixed;
}

nav ul {
  display: flex;
  flex-direction: row;
}

nav ul li {
    flex-grow: 1;
}

/* header */
header {
  display: block;
  color: #ffffff;
  overflow: visible;
  position: relative;
  z-index: 100;
}

header .wrap {
  height: 148px;
  background: url(../img/header-bg.png) transparent no-repeat center top;
}

header .wrap:before{
	position: absolute;
	content: '';
	width: 2000px;
	height: 148px;
	top: 0;
	right: 1200px;
	background: #000839;
}

header .wrap:after {
  height: 148px;
  width: 2000px;
  position: absolute;
  left: 100%;
  top: 0;
  background: url(../img/nav-bg.png) repeat-x;
  content: '';
}
header .logo {
	position: absolute;
	display: block;
	top: 10px;
	left: 5px;
	background: url(../img/logo.png) no-repeat center center;
	width: 160px;
	height: 125px;
	font-size: 0;
	background-size: 100%;
}

header .mobile-nav {
	float: right;
	position: absolute;
	right: 0;
	top: 4px;
	display: none;
}
header .mobile-nav .toggle {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/mobile-nav.jpg) no-repeat;
	background-position: 0 0;
	float: right;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
header .mobile-nav .toggle.x {
	background-position: 0 -40px;
}
header .mobile-nav .menu {
	display: none;
	clear: both;
	margin-top: 46px;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	padding: 0 10px 0 5px;
	position: absolute;
	right: -23px;
	width: 400px;
}
header .mobile-nav .menu.x {
	display: block;
}
header .mobile-nav .srch {
	padding: 10px;
}
header .mobile-nav .srch input[type=search] {
  border: none;
  -moz-box-shadow: inset  0  8px 8px -8px #696868;
  -webkit-box-shadow: inset  0  8px 8px -8px #696868;
  box-shadow: inset  0  8px 8px -8px #696868;
  width: 310px;
  line-height: 21px;
  font-size: 12px;
  padding: 2px 5px 1px 5px;
  box-sizing: border-box;
  background: url(../img/search.png) #ffffff no-repeat right center;
}
header .mobile-nav .srch input[type=submit]{
	background: #000031;
	color: #ffffff;
	border: none;
	line-height: 22px;
	margin-left: 2px;
}
header .mobile-nav .left {
	float: left;
	padding: 0 20px 0 0;
}

header .mobile-nav .left li {
	border: none !important;
}

header .mobile-nav .left li a {
	display: block;
	width: 100%;
	padding: 4px 10px 3px 10px;
	color: #127AD4;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 3px;
}
header .mobile-nav .left li:nth-child(2) {
	margin-bottom: 20px;
}

header .mobile-nav .right {
	float: right;
}

header .mobile-nav .right li {
	border: none !important;
}

header .mobile-nav .right li.title {
	color: #127AD4;
	font-weight: 600;
	margin-left: 5px;
	margin-bottom: 10px;
	line-height: 24px;
}

header .mobile-nav .right li a {
	display: block;
	width: 100%;
	padding: 7px 10px 6px 30px;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.9) url(../img/sprites.png) no-repeat;
	line-height: 14px;
	margin-bottom: 3px;
}

header .mobile-nav .right li a.contact {
	background-position: 0 0;
}

header .mobile-nav .right li a.warranty {
	background-position: 0 -32px;
}

header .mobile-nav .right li a.returns {
	background-position: 0 -65px;
}

header .mobile-nav .right li a.shipping {
	background-position: 0 -95px;
}

header .mobile-nav .right li a.time {
	background-position: 0 -126px;
}

header .mobile-nav .right li a.rra {
	background-position: 0 -154px;
}


header .mobile-nav .right li a.downloads {
	background: rgba(255, 255, 255, 0.9) url(../img/downloads.png) no-repeat;
	background-position: 3px 4px;
}



header .mobile-nav .right li a.rockote {
	background: rgba(255, 255, 255, 0.9) url(../img/rockote.png) no-repeat;
	background-position: 3px 4px;
}

header .mobile-nav .right li a.warrreg {
	background: rgba(255, 255, 255, 0.9) url(../img/warrreg.png) no-repeat;
	background-position: 3px 4px;
}



header .mobile-nav .right li a.orderingpolicy {
	background: rgba(255, 255, 255, 0.9) url(../img/orderingpolicy.png) no-repeat;
	background-position: 3px 4px;
}



header .mobile-nav .right li a.video {
	background: rgba(255, 255, 255, 0.9) url(../img/video.png) no-repeat;
	background-position: 3px 4px;
}



header .top-nav {
  padding: 28px 0 0 228px;
}
header .top-nav .dealers {
	float: left;
	text-transform: uppercase;
	color: #127AD4;
	line-height: 12px;
}

header .top-nav .dealers a{
	color: #127AD4
}



header .top-nav .dealers .t {
  background: url(../img/map-pin.png) no-repeat left center;
  padding-left: 18px;
  font-size: 18px;
  color: #ffffff;
  margin-right: 5px;
  font-weight: 700;
}

header .top-nav .dealers .loc {
  font-size: 0.8em;
  margin-left: 6px;
}

header .top-nav .dealers small {
	display: none;
}

header .top-nav nav ul li {
  float: left;
  color: #145e9f;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
}

header .top-nav nav ul li a {
  color: #127AD4;
  font-weight: 700;
}

header .top-nav nav ul li a:hover, header .top-nav nav ul li a:focus {
	text-decoration: underline;
}

header .top-nav nav ul li ul {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	z-index: 50;
	overflow: hidden;
	padding: 15px 0 0 0;
}

header .top-nav nav ul li ul li {
	width: 100%;
}

header .top-nav nav ul li ul li a {
	display: block;
	width: 100%;
	padding: 7px 10px 6px 30px;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.9) url(../img/sprites.png) no-repeat;
}

header .top-nav nav ul li ul li a.contact {
	background-position: 0 0;
}



header .top-nav nav ul li ul li a.warranty {
	background-position: 0 -32px;
}

header .top-nav nav ul li ul li a.returns {
	background-position: 0 -65px;
}

header .top-nav nav ul li ul li a.shipping {
	background-position: 0 -95px;
}

header .top-nav nav ul li ul li a.time {
	background-position: 0 -126px;
}

header .top-nav nav ul li ul li a.rra {
	background-position: 0 -154px;
}

header .top-nav nav ul li ul li a.downloads {

	background: rgba(255, 255, 255, 0.9) url(../img/downloads.png) no-repeat;
	background-position: 3px 4px;

}

header .top-nav nav ul li ul li a.video {

	background: rgba(255, 255, 255, 0.9) url(../img/video.png) no-repeat;
	background-position: 3px 4px;

}

header .top-nav nav ul li ul li a.rockote {

	background: rgba(255, 255, 255, 0.9) url(../img/rockote.png) no-repeat;
	background-position: 3px 4px;

}

header .top-nav nav ul li ul li a.warrreg {

	background: rgba(255, 255, 255, 0.9) url(../img/warrreg.png) no-repeat;
	background-position: 3px 4px;

}

header .top-nav nav ul li ul li a.orderingpolicy {

	background: rgba(255, 255, 255, 0.9) url(../img/orderingpolicy.png) no-repeat;
	background-position: 3px 4px;

}



header .top-nav nav ul li:hover ul {
	visibility: visible;
	display: block;
}

header .top-nav nav, header .top-nav .user, header .top-nav .cart {
	float: right;
}

header .top-nav .user, header .top-nav .user a{
	color: #127AD4 !important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin-left: 10px;
	max-width: 210px;
	text-overflow: ellipsis;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
}




header .top-nav .user em {
  font-family: James, sans-serif;
  font-size: 27px;
  color: #ffffff;
  text-transform: none;
  font-style: normal;
  line-height: 3px;
  position: relative;
  top: 4px;
  margin-left: 4px;
}

header .top-nav .cart {
  background: url(../img/cart.png) no-repeat right center;
  padding-right: 20px;
}

header .top-nav .cart span {
  border-radius: 10px;
  background: red;
  color: #ffffff;
  padding: 0 4px;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

header .float-nav {
  margin: 26px 0 0 226px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 2px;
  /*background: url(../img/nav-bg.jpg) #ffffff repeat-x center top;*/
}
/*
header .float-nav:before {
  height: 2px;
  width: 1018px;
  position: absolute;
  top: 100%;
  right: 0;
  background: #000031;
  content: '';
}
*/

header .float-nav nav {
  width: 100%;
}

header .float-nav ul li {
  color: #000000;
  text-transform: uppercase;
  line-height: 39px;
  border-right: 1px solid #d3d4d5;
  flex-grow: inherit !important;
}

header .float-nav ul li.first, header .float-nav ul li:first-child {
	border-left: 1px solid #d3d4d5;
}

header .float-nav ul li a {
	padding: 0 10px;
	white-space: nowrap;
}

header .float-nav ul li, header .float-nav ul li a {
	font-size: 14px;
}

header .float-nav ul li a:hover, header .float-nav ul li a:focus {
	background-color: #127AD4;
	color: #ffffff;
}

header .float-nav ul li.srch {
	flex-grow: 2 !important;
	padding: 0 10px;
}
header .float-nav ul li.compact {
	flex-shrink: 2 !important;
	color: #145e9f;
	font-weight: 700;
}

header .float-nav ul li.compact a {
	color: #145e9f;
}

header .float-nav ul li.compact a:focus, header .float-nav ul li.compact a:hover {
	background: #127AD4;
	color: #ffffff;
}

header .float-nav ul li input[type=search] {
  border: none;
  -moz-box-shadow: inset  0  8px 8px -8px #696868;
  -webkit-box-shadow: inset  0  8px 8px -8px #696868;
  box-shadow: inset  0  8px 8px -8px #696868;
  width: 100%;
  line-height: 21px;
  font-size: 13px;
  padding: 1px 5px 0 5px;
  box-sizing: border-box;
  background: url(../img/search.png) #ffffff no-repeat right center;
}
header .float-nav ul li input[type=submit] {
	display: none;
}

header .float-nav nav ul li ul {
	display: none;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	position: absolute;
	left: -228px;
	top: 100%;
	width: 1200px;
	margin-top: -3px;
	padding-top: 80px;
	padding-bottom: 20px;
}
header .float-nav nav ul li:hover ul {
	display: block;
}

header .float-nav nav ul li ul li {
	width: 20%;
	float: left;
	border: none;
}

header .float-nav nav ul li ul li a {
	display: block;
	color: #000031;
	font-weight: 900;
}

header .float-nav nav ul li ul li a span {
	color: #999999;
}

header .float-nav nav ul li ul li a img {
	display: block;
}

#main-slider {
	margin-top: -50px;
	z-index: 40;
	overflow: visible;
}

#main-slider h2 {
	position: absolute;
	left-dep: 10px;
	width:100%;
	text-align:center;

	top: 47px;
	font-size: 144px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(210, 210, 210, 0.8);

}

#main-slider .caption {
	background: url(../img/slider/quote.png) transparent no-repeat center center;
	width: 446px;
	height: 281px;
	box-sizing: border-box;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 90px;
	padding: 75px 30px 75px 75px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
}

#main-slider .caption em {
	font-family: James, sans-serif;
	font-size: 45px;
	font-style: normal;
	display: block;
	text-align: right;
	text-transform: none;
	margin-top: 15px;
}

#main-slider .caption em small {
	display: block;
	font-family: "UnitedSans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #145e9f;
}

#main-slider .rslides_tabs {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	z-index: 30;
}

#main-slider .rslides_tabs li {
	float: left;
	margin-right: 10px;
}

#main-slider .rslides_tabs li a {
	font-size: 0;
	width: 25px;
	height: 10px;
	background: #cccccc;
	border: 1px solid #ffffff;
	display: block;
	box-shadow: 0 0 20px #777777;
}

#main-slider .rslides_tabs li.rslides_here a {
	background: #17639f;
}

#content {
  clear: both;
}


#content a, #content a:visited {
  clear: both;
  color: #2ba6cb;
}

#content .finder {
  background: #000031;
  overflow: hidden;
}

#content .finder .wrap {
  background: url(../img/finder-bg.jpg) no-repeat center center;
}

#content .finder h1 {
  font-size: 70px;
  text-transform: uppercase;
  color: #145e9f;
  display: block;
  padding: 20px 0 15px 0;
  text-align:center;
  font-weight: 900;
  margin: 0;
}

#content .finder p {
 	color: #ffffff;
	text-align: center;
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
}

#content .finder .cat {
  margin-top: 20px;
  padding-bottom: 20px;
  display: block;
  overflow: hidden;
}

#content .finder .cat li {
  float: left;
  width: 19%;
  margin-right: 1.2%;
}

#content .finder .cat li.last, #content .finder .cat li:last-child {
  margin-right: 0;
}

#content .finder .cat li a {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 17px;
}

#content .finder .cat li a:hover img {
	opacity: 0.7;
}

#content .finder .cat li a img {
  display: block;
  margin-bottom: 10px;
}

#content .feel-good .wrap {
  background: url(../img/feel-good.jpg) no-repeat center center;
  padding: 80px 0;
  color: #ffffff;
}

#content .feel-good p {
  font-size: 23px;
  text-shadow: 0 0 8px #000000;
  text-transform: uppercase;
  padding: 1em 5em;
  font-weight: 900;
  line-height: 2em;
  text-align: center;
}

#content .specials .wrap {
  background: url(../img/specials-bg.jpg) no-repeat center top;
  padding: 0 200px 50px 200px;
  text-align: center;
  overflow: hidden;
}
#content .specials h2 {
  display: block;
  padding: 40px 0;
  margin: 0;
  font-size: 72px;
  color: #ffffff;
  text-shadow: 1px 1px 0 #757575, 3px 2px 1px #7C7C7C, 5px 4px 1px #838383, 7px 6px 1px #8A8A8A, 9px 8px 1px #929292, 9px 10px 1px #999999, 11px 12px 1px #A0A0A0, 13px 14px 1px #A7A7A7, 15px 16px 1px #AFAFAF, 17px 18px 1px #B6B6B6, 19px 20px 1px #BDBDBD, 21px 22px 1px #C4C4C4, 23px 24px 1px #CCCCCC, 25px 26px 1px #D3D3D3, 27px 28px 1px #DADADA;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

#content .specials a {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

#content .specials a img {
  display: block;
  margin-bottom: 10px;
}

#content .specials a:hover img {
	opacity: 0.6;
}

footer {
  background:#000031;
}

footer .wrap {
  background: url(../img/footer-bg.jpg) no-repeat center top;
  padding-top: 15px;
}

footer .logo {
  color: #145e9f;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  float: left;
  margin: 5px 50px 0 0;
}
footer .logo-mobile {
	display: none;
}
footer .logo img {
  display: block;
  margin-bottom: 6px;
}

footer section {
  float: left;
  margin-top: 5px;
  margin-right: 35px;
}

footer section ul {
  margin-bottom: 10px;
}

footer section ul li, footer section ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px;
}

footer section ul li.title, footer section ul li.title a {
  color: #145e9f;
  font-weight: 900;
  font-size: 17px;
  line-height: 21px;
}

footer section ul li a:hover, footer section ul li a:focus {
	text-decoration: underline;
}

footer .device-links {
	display: none;
	float: right;
	margin-top: 40px;
}


footer .device-links li, footer  .device-links li a {
  color: #145e9f;
  font-weight: 900;
  font-size: 17px;
  line-height: 21px;
}

footer .quick-links li, footer .quick-links li a {
  color: #145e9f;
  font-weight: 700;
}

footer .foot-note {
  display: block;
  clear: both;
  padding: 20px 50px 16px 50px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  margin: 0;
}

footer .copyright {
  margin-top: 2px;
  display: block;
}

#feature-img {
	margin-top: -50px;
	z-index: 40;
	overflow: visible;
}

#feature-img h1 {
	position: absolute;
	left-dep: 10px;
	text-align:center;
	width:100%;
	top: 60px;
	font-size: 164px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 900;
	text-transform: uppercase;
}

#content {
	overflow: auto;
}

#content .category-filter {
	padding: 30px 0;
	overflow: hidden;
}
#content .category-filter h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
	color: #000000;
	display: block;
	text-align: center;
}
#content .category-filter ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 5px;
	display: block;
	float: left;
	line-height: 30px;
	position: relative;
}
#content .category-filter ul li.select:before {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: #777777;
	z-index: 1;
	pointer-events: none;
}
#content .category-filter ul li.select:after {
	content: '';
	position: absolute;
	right: 3px;
	top: 11px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #ffffff;
	z-index: 2;
	pointer-events: none;
}
#content .category-filter ul li.last {
	margin-right: 0;
}

#content .category-filter ul li select {
	width: 100%;
	position: relative;
	-webkit-appearance: none;
	background: #d3d4d5;
	padding: 1px 5px;
	border: none;
}

#content .category-filter ul li input[type=reset] {
	background: #145e9f;
	color: #ffffff;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 40px;
	font-weight: 700;
	float: right;
	margin-right: 10px;
}

#content .category-filter ul li input[type=submit] {
	background: #000031;
	color: #ffffff;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 40px;
	font-weight: 700;
	float: right;
}

#content .category-results {
	background: url(../img/category/results-bg.jpg) transparent no-repeat center top;
	position: relative;
	padding-top: 80px;
	padding-bottom: 30px;
	overflow: auto;
}

#content .category-results:after {
	background: url(../img/category/results-footer.jpg) no-repeat center bottom;
	content: '';
	display: block;
	position: absolute;
	height: 300px;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

#content .category-results .product {
	width: 50%;
	display: block;
	float: left;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
#content .category-results .product:nth-child(odd) {
	clear: left;
}

#content .category-results .product.multiple:after {
	content: 'MULTIPLE VERSIONS';
	position: absolute;
	left: 0;
	top: 0;
	background: #cccccc;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	padding: 10px 20px 40px 20px;
	z-index: 0  !important;
}

#content .category-results .product > img {
	max-width: 95%;
	position: relative;
	z-index: 100 !important;
	top: -25px;
}
#content .category-results .product .info {
	width: 92%;
	float: right;
}

#content .category-results .product h2 {
	color: #00487e;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin: 5px 0;
}

#content .category-results .product h2 small {
	font-weight: 400;
	color: #d3d4d5;
	margin-left: 10px;
	font-size: 26px;
}
#content .category-results .product p {
	font-size: 19px;
	margin: 0;
	text-transform: uppercase;
	display: block;
	margin: 5px 0 20px 0;
}

#content .category-results .product a.more {
	background: #00aef0;
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff !important;
	padding: 12px 10px 10px 12px;
	font-weight: 900;
	float: left;
	display: inline-block;
}

#content .category-results .product .prices {
	background: url(../img/price.jpg) #000839 no-repeat left center;
	height: 48px;
	padding: 3px 10px 5px 52px;
	display: inline-block;
	float: left;
	margin-left:10px;
	text-transform: uppercase;
	font-size: 20px;
	color: #ffffff;
	box-sizing: border-box;
}

#content .category-results .product .prices span {
	display: block;
}

#content .category-results .product .prices em {
	color: #00a3e3;
	font-style: normal;
	font-size: 18px;
}

#content .category-results .product .prices em.cut {
	text-decoration: line-through;
}

#content .category-results .product .prices em + em {
	margin-left: 10px;
}

#content .category-results .product .sale {
	background: url(../img/sale.png) no-repeat left center;
	width: 95px;
	height: 47px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	font-size: 0;
}

#content .category-results .pagination {
	margin-top: 40px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
}

#content .category-results .pagination li {
	display: inline-block;
	color: #145e9f;
}

#content .category-results .pagination li a {
	color: #d3d4d5;
}

#content .category-results .pagination li a.x {
	text-decoration: underline;
}

/* product page */



.tablepad td {
	padding:5px;
}


#product-img2 {
	z-index: 40;
	margin-top: -50px;
	padding: 60px 0 0px 0;
	overflow: visible;
	position: relative;
	background: url(../img/products/bg.jpg) no-repeat center top;
}
	
	
#product-img {
	z-index: 40;
	margin-top: -50px;
	padding: 130px 0 70px 0;
	overflow: visible;
	position: relative;
	background: url(../img/products/bg.jpg) no-repeat center top;
}

#product-img h1 {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 46px;
	color: #00487e;
	font-weight: 900;
	text-transform: uppercase;
}

#product-img h1 small {
	font-size: 32px;
	color: #9b9b9b;
}

#product-img h2 {
	position: absolute;
	bottom: 15px;
	left: 0;
	color: #292929;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

#product-img h2 em {
	color: #00487e;
	font-style: normal;
	font-weight: 900;
}

#product-img .hsp {
	display: none;
}

#product-img.hotspots .hsp {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 35px;
	height: 18px;
	background: rgba(20, 94, 159, 0.7);
	border: 2px solid rgba(255, 255, 255, 0.9);
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#product-img.hotspots .hsp div {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: relative;
	background: url(../img/products/spec.jpg) no-repeat;
	color: rgba(255, 255, 255, 0);
	text-align: left;
	padding: 10px 10px 10px 120px;
	width: 351px;
	height: 110px;
	top: -50px;
	left: 32px;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#product-img.hotspots .hsp div img {
	float: left;
	margin-right: 10px;
	max-height: 104px;
	position: absolute;
	left: 3px;
	top: 3px;
}

#product-img.hotspots .hsp:hover > div, #product-img.hotspots .hsp div:hover {
	opacity: 1;
	visibility: visible;
}

#product-img .options {
	position: absolute;
	right: 0;
	bottom: 24%;
	text-align: right;
	width: 167px;
}

#product-img .options span, #product-img .options a {
	display: inline-block;
}

#product-img .options .sale {
	background: url(../img/sale.png) no-repeat left center;
	width: 95px;
	height: 47px;
	font-size: 0;
}

#product-img .options .custom {
	background: url(../img/products/customize.jpg) no-repeat left center;
	width: 167px;
	height: 34px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	padding-left: 38px;
	padding-top: 2px;
	margin-top: 10px;
}

#product-img .options .custom small {
	display: block;
	font-size: 13px;
}

#product-img .options .gallery-toggle {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	color: #115487;
	margin-top: 10px;
}

.product-gallery {
	max-height: 500;
	background: #cecfcf;
	overflow: visible;
}

.product-gallery.x {
	max-height: 0;
	overflow: hidden;
}

.product-gallery .wrap {
	padding: 10px 50px;
	text-align: center;
	overflow: visible;
}

.product-gallery .wrap:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #cecfcf;
}

.product-gallery ul {
	display: inline-block;
}

.product-gallery ul li {
	display: inline-block;
	list-style: none;
	width: 24%;
	padding: 1%;
}

.product-gallery ul li img {
	max-width: 100%;
}

.product-gallery ul li a {
	display: block;
	border: 1px solid #cecfcf;
}
.product-gallery ul li a:hover, .product-gallery ul li a:focus {
	/*box-shadow: 0 0 10px #555555;*/
	border: 1px solid #999999;
}
.product-gallery .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 25px;
}

.toggler .wrap {
	text-align: center;
}

.toggler .switch {
  display: inline-blok;
  vertical-align: middle;
  margin: 20px auto 10px auto;
  width: 50px;
  height: 24px;
  position: relative;
}

.toggler input + label {
  width: 54px;
  height: 20px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.toggler input + label:before {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
	cursor: pointer;
}

.toggler input + label:after {
	display: block;
	position: absolute;
	top: 2px;
	left: 1px;
	bottom: 2px;
	content: "";
	cursor: pointer;
}
.toggler input + label:before {
  right: 1px;
  background-color: #bbbbbb;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.toggler input + label:after {
  width: 22px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
.toggler input:checked + label:before {
  background-color: #00487e;
}
.toggler input:checked + label:after {
  margin-left: 25px;
}

.toggler .wrap > div {
	font-size: 16px;
	text-transform: uppercase;
	color: #bbbbbb;
	font-weight: 900;
}

.product-config {
	margin-top: 30px;
}

.product-config h3 {
	font-size: 42px;
	font-weight: 900;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #9b9b9b;
}

.product-config ul {
	overflow: auto;
	text-align: center; 
}

.product-config ul li {
	display: inline-block;
	
	width: 15.5%;
	margin: 0.5%;
	list-style: none;

}

.product-config ul li a {
	display: block;
}

.product-config ul li a:hover {
	border-bottom: 2px solid #00487e;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

.product-config ul li a.x {
	border-bottom: 2px solid #00487e;
}

.product-config .caption {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
}

.product-info  .wrap {
	margin: 40px auto;
	border-left: 2px solid #a0a0a0;
	border-right: 2px solid #a0a0a0;
	border-top: 2px solid #a0a0a0;
}

.product-info .tab-links {
	border-bottom: 2px solid #000031;
}

.product-info .tab-links a {
	display: inline-block;
	padding: 5px 10px;
	border-right: 2px solid #a0a0a0;
	text-transform: uppercase;
	min-width: 90px;
	font-weight: 900;
	color: #a4a4a4;
}

.product-info .tab-links a:hover {
	color: #00487e;
}

.product-info .tab-links a.x {
	background: #00487e;
	color: #ffffff !important;
}

.product-info .tabs {
	padding: 10px;
	overflow: auto;
}

.product-info .tabs > div {
	display: none;
}

.product-info .tabs ul {
	width: 50%;
	float: left;
}

.product-info .tabs ul li {
	display: block;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.product-info .tabs ul li h4 {
	width: 30%;
	display: inline-block;
	font-weight: 900;
	color: #9e9e9e;
	float: left;
	font-size:16px;
}

.product-info .tabs ul li span {
	float: left;
	width: 70%;
}


.product-selection h4 {
	font-size: 3em;
	font-weight: 900;
	color: #d3d4d5;
	text-align: center;
	text-transform: uppercase;
	display: none;
}
.product-selection .wrap {
	margin: 40px auto;
	border: 2px solid #aeaeae;
	overflow: hidden;
	text-transform: uppercase;
}

.product-selection .header,
.product-selection .list .item {
}

.product-selection .header {
	border-bottom: 2px solid #aeaeae;
	overflow: hidden;
}

.product-selection .header > span {
	display: inline-block;
	padding: 5px 10px;
	border-right: 2px solid #aeaeae;
	text-transform: uppercase;
	min-width: 80px;
	font-weight: 900;
	color: #9e9e9e;
	float: left;
	box-sizing: border-box;
}
.product-selection .header span:last-child {
	border-right: none;
}

.product-selection .header .item-id,
.product-selection .list .item-id {
	width: 14%;
}

.product-selection .header .item-select,
.product-selection .list .item-select,
.product-selection .header .item-price,
.product-selection .list .item-price {
	width: 8%;
}


/*short and wide versions to use on table pages*/
.product-selection .header .item-select-wide,
.product-selection .list .item-select-wide,
.product-selection .header .item-price-wide,
.product-selection .list .item-price-wide {
	width: 16%;
}

.product-selection .header .item-desc-short,
.product-selection .list .item-desc-short {
	width: 54%;
}
/*^^short and wide versions to use on table pages^^*/


.product-selection .header .item-desc,
.product-selection .list .item-desc {
	width: 70%;
}

.product-selection .list .item {
	overflow: hidden;
	cursor: pointer;
}

.product-selection .list .item.x, .product-selection .list .item.x:nth-child(odd) {
	background: #00487e;
}

.product-selection .list .item.x .item-details {
	max-height: 500px;
	padding: 20px 100px;
	cursor: default;
}

.product-selection .list .item:nth-child(odd) {
	background: #f5f5f5;
}

.product-selection .list .item > span {
	padding: 5px 10px 10px 10px;
	float: left;
}

.product-selection .list .item-details {
	max-height: 0;
	clear: both;
	overflow: hidden;
	background: #e2e2e2;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.product-selection .list .item-details ul li {
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-bottom: 5px;
	display: block;
	line-height: 20px !important;
}

.product-selection .list .item-details ul li label {
	font-weight: 900;
	position: relative;
	display: block;
	padding-bottom:6px;
}

.product-selection .list .item-details ul li label:before {
	content: '';
	position: absolute;
	right: 0;
	top: 21px;
	width: 20px;
	height: 20px;
	background: #777777;
	z-index: 1;
	pointer-events: none;
}
.product-selection .list .item-details ul li label:after {
	content: '';
	position: absolute;
	right: 3px;
	top: 28px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #ffffff;
	z-index: 2;
	pointer-events: none;
}

.product-selection .list .item-details ul li select {
	display: block;
	width: 100%;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff;
	padding: 1px 5px;
	top: -5px;
	border: none;
	text-transform: uppercase;
	max-height: 20px;
}

.product-selection .list .item-id, .product-selection .list .item-desc {
	color: #000000;
}
.product-selection .list .item.x .item-id, .product-selection .list .item.x .item-desc {
	color: #ffffff;
}
.product-selection .list .item-id {
	font-weight: 700;
}

.product-selection .list .item-id em {
	color: #00aeef;
	font-style: normal;
	font-weight: 900;
	margin-left: 5px;
}

.product-selection .list .item-desc strong {
	font-weight: 700;
	display: block;
}

.product-selection .list .item-select {
	text-align: center;
}

.product-selection .list .item-select a {
	background: url(../img/products/select.jpg) no-repeat;
	width: 23px;
	height: 24px;
	display: inline-block;
	font-size: 0;
}

.product-selection .list .check a {

	width: 23px;
	height: 24px;
	display: inline-block;
	font-size: 0;
}

.product-selection .list .item-price {
	color: #9e9e9e;
	font-size: 12px;
	font-weight: 700;
}

.product-selection .list .item.x .item-price, .product-selection .list .item.x .item-price strong {
	color: #ffffff;
}

.product-selection .list .item-price strong {
	color: #000000;
	font-weight: 900;
	display: block;
	font-size: 16px;
}

.rock-options {
	box-shadow: 0 0 18px #666666;
	overflow: hidden;
	text-transform: uppercase;

}

.rock-options .wrap {
	padding: 40px 0 30px 0;
	overflow: hidden;
}

.rock-options .selection {
	width: 60%;
	float: left;
}



.rock-options .totals {
	width: 40%;
	float: right;
	color: #000 !important;
}

.rock-options .selection h5 {
	background: #00487e;
	padding: 2px 2px 2px 15px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 10px;
}

.rock-options .selection > span {
	width: 50%;
	float: left;
	padding: 8px 6px;
	display: block;
	white-space: nowrap;
}


.rock-options .selection > span label {
	width: 50%;
	display: inline-block;
	font-weight: 900;
	color: #000000;
}

.rock-options .selection > span strong {
	font-weight: 900;
	margin-left: 10px;
	color: #00aef0;
}


/*override for single column your rock to make room*/
	.rock-options .selection > span {
		width: 100%;
	}
	

.rock-options .selection .actions {
	text-align: right;
	padding: 25px 0;
	clear: both;
	overflow: hidden;
}

.rock-options .selection .actions a {
	font-weight: 900;
	color: #ffffff !important;
	float-dep: right;
	margin-left: 15px;
	display-dep: block;
	padding: 5px 10px;
	min-width: 150px;
	text-align: center;
}

.rock-options .selection .actions a:hover {
	background: #444444;
}

.rock-options .selection .actions .reset {
	background: #00aef0;
}

.rock-options .selection .actions .login {
	background: #00487e;
}

.rock-options .totals > div {
	text-align: right;
	padding: 5px 0;
	font-weight: 900;
}

.rock-options .totals > div label {
	width: 120px;
	display: inline-block;
	font-weight: 300;
}




.rock-options #bold  {
	font-weight: 900 !important;
}



.rock-options .totals > div span {
	width: 120px;
	display: inline-block;
	font-size: 19px;
}



.rock-options .totals .quantity {
	position: relative;
}
.rock-options .totals .quantity span {
	background: #9b9b9b;
	color: #ffffff;
	font-size: 14px;
	box-sizing: border-box;
	border-width: 4px 0 4px 40px;
	border-color: #ffffff;
	border-style: solid;
	padding: 0 20px 0 0;
	position: relative;
	cursor: pointer;
}

.rock-options .totals .quantity span:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 35%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ffffff;
}

.rock-options .totals .quantity .q {
	position: absolute;
	background: #ffffff;
	right: 0;
	top: 25px;
	padding: 0;
	width: 80px;
	z-index: 10;
	border: 1px solid#cccccc;
}
.rock-options .totals .quantity .q span {
	background: #ffffff;
	color: #000000;
	border: none;
	padding: 3px 20px;
	width: 100%;
}
.rock-options .totals .quantity .q span:hover {
	background: #eeeeee;
}
.rock-options .totals .quantity .q span:after {
	display: none;
}
.rock-options .totals .price span {
	color: #9b9b9b;
}

.rock-options .totals .addons span {
	color: #00aef0;
}

.rock-options .totals .savings {
	position: relative;
}

.rock-options .totals .savings:after {
	position: absolute;
	content: '';
	right: 0;
	top: 100%;
	width: 320px;
	height: 1px;
	background: #000000;
}

.rock-options .totals .addons:after {
	position: absolute;
	content: '';
	right: 0;
	top: 100%;
	width: 320px;
	height: 1px;
	background: #000000;
}


.rock-options .totals .addons {
    position: relative;
}

.rock-options .totals .savings span {
	color: #00487e;
}
.rock-options .totals .subtotal label {
	font-weight: 900;
}
.rock-options .totals .subtotal span {
	font-family: James, sans-serif;
	font-size: 43px;
	font-weight: 400;
	color: #58799d;
	line-height: 20px;
	position: relative;
	top: 10px;
}

.rock-options .totals .actions {
	text-align: right;
	padding: 25px 0;
	clear: both;
	overflow: hidden;
}

.rock-options .totals .actions a {
	font-weight: 900;
	color: #ffffff !important;
	float-dep: right;
	margin-left: 15px;
	display-dep: block;
	padding: 5px 10px;
	min-width: 150px;
	text-align: center;
}

.rock-options .totals .actions a:hover {
	background: #444444;
}

.rock-options .totals .actions .add {
	background: #00487e;
}

.rock-options .totals .actions .wishlist {
	background: #00aef0;
}

.related-items .wrap {
	padding: 40px 0;
	overflow: auto;
}

.related-items h3 {
	display: block;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 48px;
	color: #cccccc;
}

.related-items .slick-slide img {
	margin: 15px auto;
}

.related-items .slick-slide a {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.related-items .slick-slide a:hover span {
	font-weight: 700;
}
.related-items .slick-slide a span {
	padding: 0 20px;
	display: block;
	font-size: 14px;
}

.related-items .slick-prev {
	display: inline-block;
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 35px;
	font-size: 0;
	width: 9px;
	height: 78px;
	background: url(../img/related/arrow-left.png) transparent no-repeat;
	border: none;
}
.related-items .slick-next {
	display: inline-block;
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 35px;
	font-size: 0;
	width: 9px;
	height: 78px;
	background: url(../img/related/arrow-right.png) transparent no-repeat;
	border: none;
}



/*START RESPONSIVE*/






@media screen and (max-width: 1210px) {
	.wrap { width: 100%; }
	#main-slider .caption { top: auto; bottom: 20px; }
	#product-img {
		padding: 130px 2% 70px 2%;
	}
	#product-img .options {
		right: 20px;
	}
	.product-info .wrap,
	.product-selection .wrap,
	.rock-options .wrap,
	.related-items .wrap {
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
	}
}

@media screen and (max-width: 1140px) {
	#main-slider .caption { display: none; }
	header {
		background: url(../img/header-mobile-bg.jpg) #000031 no-repeat center top;
	}
	header .wrap:before, header .wrap:after {
		display: none;
	}
	header .wrap {
		padding: 0 2%;
		height: 152px;
		background: none;
	}
	header .logo {
		top: -15px;
		left: 15px;
		width: 120px;
		height: 125px;
	}
	header .top-nav {
		padding: 45px 0 0 155px;
	}
	
	header .top-nav nav { display: none; }
	header .mobile-nav { display: block; }
	header .float-nav {
		margin: 55px 0 0 0;
		background: none;
	}
	header .float-nav nav > ul {
		padding-left: 5px;
	}
	header .float-nav ul li.srch, header .float-nav ul li.compact {
		display: none;
	}
	header .float-nav ul li, header .float-nav ul li a {
		font-size: 17px;
		line-height: 44px;
	}
	header .float-nav ul li a {
		padding: 0 20px;
	}
	header .float-nav nav ul li ul {
		left: 0;
		width: 100%;
		padding-top: 30px;
	}
	header .float-nav nav ul li ul li a {
		font-size: 12px;
	}
	header .float-nav nav ul li ul li:nth-child(6n+6) {
		clear: left;
	}
	#main-slider {
		padding: 0 30px;
	}
	#main-slider h2 {
		top: 30%;
	}
	#main-slider .rslides_tabs {
		bottom: 10px;
	}
	#main-slider .rslides_tabs li {
		margin-right: 5px;
	}
	#main-slider .rslides_tabs li a {
		width: 20px;
	}
	#content .finder .cat {
		width: 72%;
		margin-left: auto;
		margin-right: auto;
	}
	#content .feel-good .wrap {
		padding: 30px 0;
	}
	#content .feel-good p {
		font-size: 21px;
		line-height: 1.6em;
	}
	#content .specials .wrap {
		padding: 0 0 50px 0;
	}
	#content .specials a {
		width: 22%;
		margin-right: 2%;
		font-size: 11px;
		vertical-align: top;
	}
	#content .specials a:last-child {
		margin-right: 0;
	}
	/* category page */
	#content .category-results .product h2 { 
		font-size: 1.4em;
	}
	#content .category-results .product p {
		font-size: 1em;
	}
	#content .category-results .product a.more {
		font-size: 1.2em;
	}
	#feature-img h1 {
		left: 30px;
		top: 30%;
		font-size: 134px;
	}
	#content .category-filter {
		padding: 30px 100px;
	}
	#content .category-results {
		padding-left: 20px;
		padding-right: 20px;
	}
	#content .category-results .product .prices {
		height: 42px;
		padding: 3px 10px 2px 52px;
		background-size: 42px;
		font-size: 1em;
	}
	#content .category-results .product .sale {
		height: 42px;
		background-size: auto 42px;
	}
	/* footer */
	footer .wrap { overflow: auto; padding-bottom: 50px; }
	footer .no-device { display: none; }
	footer .quick-links { float: right; margin-top: 40px; }
	footer .device-links { display: block; }
	footer .logo { margin: 15px 5px 0 20px; width: 18%; height: auto; font-size: 14px; }
	footer .foot-note { clear: none; float: left; width: 43%; padding: 75px 25px 16px 25px; text-align: left; font-size: 10px; }
	footer .foot-note br { display: none; }
	
	.product-info .tabs ul {
		width: 49%;
	}
	.product-info .tabs ul:first-child {
		margin-right: 2%;
	}
	
	.product-selection h4 {
		display: block;
	}
	
	.product-selection .header {
		/*display: none;*/
		border: 2px solid #aeaeae;
		border-bottom: none;
		font-size: 12px;
	}
	
	
	.product-selection .wrap {
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
		border: none;
	}
	
	.product-selection .list .item {
		padding: 0 0px;
		border: 2px solid #aeaeae;
	}
	
	.product-selection .list .item > span {
		padding: 15px 10px 10px 10px;
	}
	
	.product-selection .list .item-select a {
		background: url(../img/products/select.jpg) no-repeat;
		width: 23px;
		height: 24px;
		display: inline-block;
		font-size: 23px;
		font-weight: 600;
		background-dep: #00b0f0;
		color: #ffffff;
		padding: 10px;
	}
	
.product-selection .header .item-desc, .product-selection .list .item-desc {
    width: 60%;
}
	
	.product-selection .header .item-select, .product-selection .list .item-select, .product-selection .header .item-price, .product-selection .list .item-price {
    width: 10%;
}


.rock-options .totals .actions .add {
	background: #00487e;
	float:right;
}

.rock-options .totals .actions .wishlist {
	background: #00aef0;
	float:right;
	margin-bottom:15px;
}


.rock-options .totals .addons:after {
	position: absolute;
	content: '';
	right: 0;
	top: 100%;
	width: 150px;
	height: 1px;
	background: #000000;
}



	.rock-options .selection > span {
		width: 100%;
	}
	
	
	
	/*.product-selection .list .item-desc {
		width: 35%;
	}
	
	.product-selection .list .item-select {
		width: 20%;
	}
	
	.product-selection .list .item-price {
		width: 20%;
	}*/
	
	/*
	.product-selection .list .item > span {
		width: 70% !important;
	}
	
	.product-selection .list .item .item-price {
		font-size: 0;
	}
	
	.product-selection .list .item .item-price strong,
	.product-selection .list .item.x .item-price strong {
		font-size: 16px;
		color: #00aef4;
		font-weight: normal;
		height: 42px;
		background: url(../img/price.jpg) #000839 no-repeat left center;
		padding: 20px 10px 2px 52px;
		background-size: 42px;
		position: relative;
		overflow: auto;
		width: 200px;
	}
	.product-selection .list .item .item-price strong:after {
		content: attr(data-text);
		position: absolute;
		left: 52px;
		top: 3px;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 17px;
		display: block;
		white-space: nowrap;
	}
	
	.product-selection .list .item.x, .product-selection .list .item.x .item-details {
		background: #01487e;
	}
	
	.product-selection .list .item.x .item-details {
		color-dep: #ffffff;
	}
	
	.product-selection .list .item.x .item-select a {
		color: #127AD4;
		background-dep: #ffffff;
	}
	
	.product-info .tabs ul li h4 {
		width: 28%;
		margin-right: 2%;
	}
	*/
}





@media screen and (max-width: 1024px) {
	/* category page */
	#feature-img {
		margin-top: 0;
	}
	#feature-img h1 {
		font-size: 6em;
		top: 25%;
	}
	#content .category-filter ul li input[type=submit],
	#content .category-filter ul li input[type=reset] {
		padding: 5px 5%;
	}
	#content .category-results .product .info {
		width: 96%;
	}
	#content .category-results .product a.more {
		font-size: 1em;
		padding: 8px 2%;
	}
	#content .category-results .product .prices {
		margin-left: 5px;
		height: 32px;
		padding: 3px 5px 2px 34px;
		background-size: 32px;
		font-size: 0.8em;
		line-height: normal;
	}
	#content .category-results .product .prices em {
		font-size: 0.9em;
		font-weight: 700;
	}
	#content .category-results .product .prices em + em {
		margin-left: 5px;
	}
	#content .category-results .product .sale {
		height: 32px;
		background-size: auto 32px;
		width: 66px;
		margin-left: 5px;
	}
	#content .category-results .pagination {
		font-size: 1em;
	}
	#product-img h1 {
		font-size: 2.5em;
	}
	#product-img img {
		display: block;
		margin: 0 auto;
		max-width: 90%;
	}
	#product-img .options {
		bottom: 18%;
	}
	
	.product-selection .list .item {
		padding: 0 0px;
	}

}

@media screen and (max-width: 960px) {
	.product-info .tabs ul {
		width: 100%;
		margin: 0;
	}
	.rock-options .selection > span {
		width: 100%;
	}
	.rock-options .selection .actions {
		display: inline-block;
	}
	.rock-options .totals {
		width: 40%;
		float: right;
		position: absolute;
		right: 0;
		bottom: 40px;
	}
	.product-selection .list .item .item-id {
		width: 14% !important;
	}
	.product-selection .list .item .item-desc {
		width: 60% !important;
	}
	.product-selection .list .item .item-select {
		width: 10% !important;
	}
	.product-selection .list .item .item-price {
		width: 10% !important;
	}
	.product-selection .list .item-id em {
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width: 940px) {
	#main-slider { margin-top: 0; }
	#main-slider h2 { 
		top: 15%; 
		text-shadow: none;
		color: rgba(255, 255, 255, 0.93);
		font-size: 8em;
	}
	#content .specials .wrap {
		padding: 0 15% 50px 15%;
	}
	#content .specials a {
		width: 45%;
	}
	.rock-options .selection,
	.rock-options .totals {
		width: 60%;
	}
	footer .logo { width: 20%; }
	footer .foot-note { width: 35%; padding: 35px 25px 16px 25px; }
}

@media screen and (max-width: 860px) {
	#product-img {
		padding: 160px 2% 100px 2%;
	}
	#product-img h1 {
		top: 90px;
	}	
}

@media screen and (max-width: 820px) {
	
	
		.product-selection .list .item .item-id {
		width: 18% !important;
			font-size: 12px !important;
				
	}
	.product-selection .list .item .item-desc {
		width: 52% !important;
	}
	.product-selection .list .item .item-select {
		width: 10% !important;
	}
	.product-selection .list .item .item-price {
		width: 10% !important;
	}
	.product-selection .list .item-id em {
		display: block;
		margin-left: 0;
	}
	
	

	/*.product-selection .list .item .item-desc {
		width: 50% !important;
	}
	.product-selection .list .item .item-id {
		width: 100% !important;
		padding: 15px 10px 0px 10px;
		font-size: 1.0em;
	}
	
	.product-selection .list .item .item-id em {
		display-dep: inline-block;
		margin-left: 10px;
	}
	#product-img h1 {
		font-size: 2em;
	}*/
}

@media screen and (max-width: 810px) {
	footer section { margin-right: 20px; }
	footer .logo { margin: 15px 0px 0 10px; }
	footer .foot-note { padding: 35px 15px 16px 20px; }
	
	/* content page */
	#content .category-results .product.multiple:after {
		font-size: 1.2em;
		padding: 10px 20px 25px 20px;
	}
}

@media screen and (max-width: 780px) {
/*	.product-selection .list .item .item-desc {
		width: 100% !important;
		padding: 6px 10px 5px 10px;
	}
	
	.product-selection .list .item.x .item-details {
		padding: 20px 50px;
	}
	
	.product-selection .list .item .item-select {
		width: auto !important;
	}*/
	
	.product-selection .list .item.x .item-details {
		padding: 20px 50px;
	}
	
	.product-selection .header .item-desc, .product-selection .list .item-desc {
    width: 50% !important;
}

.product-selection .list .item .item-desc {
    width: 50% !important;
}
	
	.product-selection .header .item-select, .product-selection .list .item-select {
    width: 10% !important;
}


 .product-selection .header .item-price, .product-selection .list .item-price {
    width: 20% !important;
}

.product-selection .list .item .item-price {
    width: 20% !important;
}

.product-selection .list .item .item-select {
    width: 12% !important;
}


}

@media screen and (max-width: 720px) {
	header .float-nav ul li, header .float-nav ul li a {
		font-size: 1em;
	}
	header .float-nav ul li a {
		padding: 0 10px;
	}

	footer section { width: 16%; margin: 25px 2% !important; }
	footer .device-links li, footer .device-links li a { font-size: 1em; }
	footer .quick-links li, footer .quick-links li a { font-size: 1em; }
	footer .logo { margin: 15px 2%; width: 18%; }
	footer .foot-note { width: 34%; margin: 25px 2%; padding: 10px; box-sizing: border-box; }
	
	#content .category-results .product h2 {
		font-size: 1.2em;
	}
	#content .category-results .product a.more {
		margin-bottom: 5px;
	}
		
	#content .category-results .product .prices {
		margin-left: 0;
		clear: left;
	}
	#content .category-filter ul li {
		width: 48%;
	}
	#content .category-filter ul li.last {
		margin-right: 2%;
	}
	#content .category-filter ul li input[type=submit], #content .category-filter ul li input[type=reset] {
		padding: 2px 3%;
		font-size: 1.2em;
	}
	
	.rock-options .selection .actions a,
	.rock-options .totals .actions a:first-child {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	header {
		
	}
	header .wrap {
		background: url(../img/mobile/header-bg.jpg) no-repeat;
		background-size: 100% 66%;
	}
	header .top-nav {
		padding: 25px 0 0 10px;
	}
	header .top-nav .dealers {
		font-size: 0.8em;
	}
	header .top-nav .dealers .loc {
		display: none;
	}
	header .top-nav .dealers small {
		font-size: 1em;
		content: 'NEAR YOU';
		color: #127AD4;
		line-height: 12px;
		display: inline-block;
		margin-left: 5px;
	}
	header .logo {
		background: url(../img/logo-mobile.png) no-repeat center center;
		top: 45px;
		left: 15px;
		width: 222px;
		height: 50px;
	}
	header .mobile-nav {
		top: -28px;
	}
	header .mobile-nav .toggle {
		background-size: 30px;
		width: 30px;
		height: 30px;
		background-position: 0px -60px;
	}
	header .mobile-nav .toggle.x {
		background-position: 0 -90px;
	}
	header .mobile-nav .srch {
		display: none;
	}
	header .mobile-nav .left, header .mobile-nav .right {
		float: none;
	}
	header .mobile-nav .menu {
		width: 230px;
	}
	header .float-nav nav {
		margin-top: 17px;
	}
	header .float-nav ul li {
		display: none;
		border: none;
	}
	header .float-nav ul li.srch {
		display: list-item;
		width: 100%;
	}
	header .float-nav .mobile-nav li {
		display: block;
	}
	header .float-nav ul li input[type=search] {
		width: 85%;
	}
	header .float-nav ul li input[type=submit] {
		width: 13%;
		margin-left: 2%;
		display: inline-block;
		background: #000031;
		color: #ffffff;
		border: none;
	}
	#main-slider {
		height: 16em;
		padding: 0;
		overflow: hidden;
	}
	#main-slider h2 {
		display: none;
	}
	.rslides img {
		height: 100%;
		width: auto;
		max-width: 300%;
	}
	#feature-img {
		overflow: hidden;
	}
	#feature-img img {
		max-width: 150%;
	}
	#content .finder .wrap {
		background: url(../img/mobile/finder-bg.jpg) no-repeat;
		background-size: 100% auto;
	}
	#content .finder h1 { font-size: 2em; padding: 20px 10px 5px 10px; }
	#content .finder p { display: none; }
	#content .finder .cat li {
		float: none;
		width: 100%;
		margin: 10px auto;
	}
	#content .finder .cat li a img {
		margin: 0 auto 10px auto;
	}
	
	#content .feel-good p {
		font-size: 1em;
		padding: 1em;
		opacity: 0;
	}
	
	#content .specials h2 { font-size: 3em; padding: 20px 0; }
	#content .specials a {
		width: 100%;
		margin: 0 auto 20px auto !important;
		font-size: 1em;
	}
	#content .specials a img {
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
	}
	
	footer .wrap {
		background: url(../img/mobile/footer-bg.jpg) no-repeat;
		background-size: 100% 100%;
	}
	
	footer .device-links { float: right;
		width: 50%;
		margin: 0 !important;
		padding: 5%;
		box-sizing: border-box; 
	}
	footer .quick-links { 
		float: right;
		width: 50%;
		margin: 0 !important;
		padding: 5% 5% 5% 0;
		box-sizing: border-box; 
	}
	footer .logo { display: none; }
	footer .logo-mobile { display: block; float: left; width: 40%; margin: 0 0 0 5%; color: #145e9f;
	  text-transform: uppercase;
	  font-size: 1em;
	  font-weight: 900;
	  text-align: center;
	}
	footer .logo-mobile img { display: block; margin-bottom: 10px; }
	footer .foot-note { float: right; width: 45%; margin: 0 5%; font-size: 0.9em; line-height: normal; }
	footer .device-links li, footer .device-links li a { font-size: 1.4em; line-height: normal; }
	footer .quick-links li, footer .quick-links li a { font-size: 1.2em; line-height: normal; }
	
	#content .category-results .product {
		width: 100%;
	}
	#content .category-results .product .info {
		width: 100%;
		position: relative;
		top: -25px;
	}
	#content .category-results .product .prices {
		clear: none;
		margin-left: 10px;
	}
	#content .category-results .product .sale {
		margin-left: 10px;
	}
	#content .category-results .product.multiple:after {
		top: 15px;
	}
	#content .category-results .product h2 small {
		font-size: 1em;
		color: #333333;
	}
	#content .category-filter ul li {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	#content .category-filter ul li.last {
		margin-left: 10%;
		margin-right: 10%;
	}
	#content .category-filter ul li input[type=submit], #content .category-filter ul li input[type=reset] {
		padding: 5px 10px;
		width: 48%;
		font-size: 1.2em;
	}
	#content .category-filter ul li input[type=reset] {
		margin-right: 4%;
		margin-left: 0;


	}

	
	#product-img {
		padding: 70px 2% 100px 2%;
	}
	
	#product-img h1 {
		top: auto;
		position: relative;
	}
	
	#product-img .options {
		bottom: auto;
		position: relative;
		overflow: auto;
		clear: both;
		width: auto;
	}
	
	#product-img .options .sale,
	#product-img .options .custom {
		display: block;
		float: right;
	}
	
	#product-img .options .sale {
		margin-top: 10px;
		margin-left: 10px;
		width: 88px;
		background-size: 74px auto;
		height: 34px;
	}
	#product-img .options .gallery-toggle {
		display: none;
	}
	.product-gallery,
	.toggler,
	.product-config {
		display: none;
	}
	
	.product-selection .list .item-details ul li {
		width: 80%;
		margin-right: 5%;
		margin-left: 5%;
	}
	
	/*
	.rock-options .selection {
		width: 100%;
	}	*/
	 .rock-options .totals {
		 width: 70%;
		 position: relative;
		 right: auto;
		 bottom: auto;
	}
	.rock-options .selection h5 {
		background: #ffffff;
		color: #00487e;
		text-align: center;
		display: block;
	}
	.rock-options .selection .actions {
		display: block;
		text-align: center;
	}
	
	.rock-options .selection .actions a {
		float: none;
		display: inline-block;
	}

	
	/*.rock-options .selection > span {
		display: none;align-self: 
	}*/
	
	

	.rock-options .totals > div {
		text-align: right;
	}
	.rock-options .totals > div label {
		text-align: right;
		padding-right: 10px;
		width: 25%;
		box-sizing: border-box;
	}
	.rock-options .totals > div span {
		text-align: right;
		padding-left: 10px;
		width: 30%;
		box-sizing: border-box;
	}
	.rock-options .totals .savings:after {
		width: 100%;
	}
	.rock-options .totals .quantity span {
		border: none;
	}

	.rock-options.x {
    background: #fff none repeat scroll 0 0;
    max-height:1000px !important;
}

	.rock-options .totals .addons::after {
    background: #000000 none repeat scroll 0 0;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
}

label.inline {
    margin: 0 0 0rem 0;
	font-weight:bold;
	text-align:left;
	border-top: 1px solid #ccc;

}

.row .row {
    padding-bottom:10px;

}


}

@media screen and (max-width: 560px) {
	#feature-img h1 {
		font-size: 4em;
	}
	#content .category-results .product {
		padding-bottom: 10px;
	}
	#content .category-results .product.multiple:after {
		font-size: 1em;
		top: 8px;
	}
	#content .category-filter {
		padding: 5%;
	}
	#content .category-filter ul li {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	#content .category-filter ul li.last {
		margin-left: 2%;
		margin-right: 2%;
	}
	#content .category-results .product h2 {
		font-size: 1em;
	}
	#content .category-results .product p {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 480px) {
	footer .device-links li, footer .device-links li a { font-size: 1.1em; line-height: normal; }
	footer .quick-links li, footer .quick-links li a { font-size: 1em;line-height: normal; }
	footer .foot-note { font-size: 0.7em; }
	
	#content .category-results .product > img {
		max-width: 100%;
	}
	#content .category-results {
		padding-right: 10px;
		padding-left: 10px;
	}
	footer .logo-mobile {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 430px) {

  ul {
    display: block;
  }

  nav {
    font-size: .8em;
  }

  nav ul li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 380px) {
	header .logo { width: 230px;
		background-size: 100%;
	}
	footer .logo-mobile {
		font-size: 0.7em;
	}
	footer .foot-note { font-size: 0.5em; }
	#content .category-results .product .prices,
	#content .category-results .product .sale {
		margin-left: 5px;
	}
}

@media screen and (max-width: 360px) {
	header .top-nav .dealers {
		font-size: 0.6em;
	}
	header .top-nav .user {
		font-size: 0.6em;
	}
	header .top-nav .cart span {
		font-size: 0.6em;
		padding: 2px 3px 1px 3px;
		position: relative;
		top: -3px;
	}
	header .top-nav .user em {
		top: 6px;
	}
	#content .category-results .product .prices {
		margin-left: 0;
		clear: left;
		margin-bottom: 5px;
	}
	#content .category-results .product .prices span {
		max-height: 12px;
	}
	footer .device-links li, footer .device-links li a {
		letter-spacing: -1px;
	}
}

@media screen and (max-width: 300px) {
	#content .category-results .product.multiple:after {
		font-size: 1em;
		padding: 10px 20px 5px 20px;
	}
	footer .quick-links {
		padding: 5%;
	}
	footer .quick-links li, footer .quick-links li a
	{
		font-size: 0.9em;
	}
}






/*addon stuff*/

smallbutton, .smallbutton {
    -moz-appearance: none;
    background-color: #000839;
    border-color: #2285a2;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "UnitedSans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 14px !important;
	text-transform:uppercase;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 .25rem !important;
    padding: 6px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}






input.qty-width {
    display: inline-block;
    margin: 0 10px;
    width: 50px !important;
}



.nobutton {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 0.8rem !important;
    text-decoration: none;
}



.product-options label {
	width: 50%;
	display: inline-block;
	font-weight: bold;
	color: #000000;
	font-size:12px;
	text-transform:uppercase;
	padding-top:12px;
	
	display: block;
    font-weight: 900;
    padding-bottom: 4px;
    position: relative;
	font-size: 0.875rem;
	color: #4d4d4d;
}


.product-options select {
	width: 80%;
	color: #000000;

	text-transform:uppercase;
	font-size:16px;

}


.product-options-dep select {
    -moz-appearance: none;
    background: #ffffff none repeat scroll 0 0;

    display: block;
    max-height: 26px;
    padding: 1px 5px;
    position: relative;
    text-transform: uppercase;
    top: -5px;
   /* width: 100%;*/
	
	width: 80%;
	color: #000000;
	font-size:16px;
}




.product-options select {
	-moz-appearance: none;
	
    background: #ffffff none repeat scroll 0 0;
    border: medium thin;
    display: block;
    height: 30px;
    padding: 0px 0px;
    position: relative;
    text-transform: uppercase;
    top:-3px;
    width: 80%;
	 -webkit-appearance: none;
 	 -webkit-border-radius: 0px;
}



.product-options  label:before {
	content: '';
	position: absolute;
	right: -132px;
	top: 28px;
	width: 24px;
	height: 28px;
	background: #777777;
	z-index: 1;
	pointer-events: none;
}
.product-options  label:after {
	content: '';
	position: absolute;
	right: -128px;
	top: 38px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #ffffff;
	z-index: 2;
	pointer-events: none;
}







.product-options-FF select {
	moz-appearance: none;
    background: #ffffff none repeat scroll 0 0;
    border: medium thin;
    display: block;
    max-height: 28px;
    padding: 1px 5px;
    position: relative;
    text-transform: uppercase;
    top:-4px;
    width: 80%;
}



.product-options-FF  label:before {
	content: '';
	position: absolute;
	right: -132px;
	top: 28px;
	width: 24px;
	height: 26px;
	background: #777777;
	z-index: 1;
	pointer-events: none;
}
.product-options-FF  label:after {
	content: '';
	position: absolute;
	right: -128px;
	top: 38px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #ffffff;
	z-index: 2;
	pointer-events: none;
}




/*alts*/

input[type="radio"]{
    -webkit-appearance: radio;
}

.popupLink {
	margin-top: -00px;

}

.popupLink a {
	text-align: center;
	font-size: 12px;
	color: #292929;
	font-weight: 700;
	text-transform: uppercase;
}
