/*-----------------------------------------------------
Home Page */

#banner {
	position:relative;
	top:0;
	margin: 0 auto;
	padding:0;
	width:100%;
	height: 750px;
	overflow:hidden;
	z-index: 0;
}

#banner + #content {
	padding-top:20px;
}

/*
#banner > img {
	position: absolute;
	bottom:-40px;
	left:0;
	width:100%;
	min-width:1000px;
	min-height:450px;
	max-height:470px;
}
*/

#panels-image {
	display: block;
	margin:0;
	padding:0;
	position: absolute;
	bottom:-65px;
	left:0;
	width:100%;
	height:440px;
	
	
	background:url('../images/panels_big.png') repeat-x center top;
	background-size:auto 100%;	
}

#banner-tiles {
	position:relative;
	background:inherit;	
	list-style:none;
	margin: 0 auto;
	padding:0;
	height:100%;
	width:100%;
	
	background-color:#363636;
	
	overflow:hidden;
}

#banner-tiles li {
	position:absolute;
	visibility:hidden;
	opacity:0;
	height:100%;
	width:100%;
	
	background-repeat: no-repeat;
	background-position: center center;
	/* background-size:cover; */
	background-size:cover;
	background-attachment: fixed;
	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index: 0;
	
	box-shadow:-120px -520px 120px -120px #000 inset;
	
	-webkit-transition:opacity 0.4s ease 0s;
	transition:opacity 0.4s ease 0s;
}

#banner-tiles li.sel {
	visibility: visible;
	opacity:1;
	text-align: center;
}

#tile1 {background-image:url('../images/banners/home/banner2.jpg')}
#tile2 {background-image:url('../images/banners/home/banner1.jpg')}
#tile3 {background-image:url('../images/banners/home/banner3.jpg')}
#tile4 {background-image:url('../images/banners/home/banner4.jpg')}

#banner-tiles li > section {
	position: relative;
	display: inline-block;
	margin:0 auto;
	width:65%;
	-moz-box-sizing:padding-box;
	-webkit-box-sizing:border-box;
	box-sizing:padding-box;
	padding:40px 4% 200px;
	color:#FFF;
	background-color:rgba(0,0,0,0.6);
	text-align:center;
	z-index: 0;
}

#banner-tiles li > section:after {
	/* content:""; */
	display: block;
	width:200%;
	height: 437px; /* Height of bg image */
	background:url('../images/panels_big.png') no-repeat center top transparent;
	
	position: absolute;
	left:-50%;
	/* margin-left:45px; */
	top:100%;
	
	z-index: -1;
}

#banner-tiles li > section > h2 {
	margin:0 auto;
	text-transform: uppercase;
}

#banner-tiles li > section > p {
	/*font-size:85%;*/
	margin:30px auto 20px;
}

#banner-tiles li > section > a.button {
	transition:color 0.4s ease 0s, background-color 0.4s ease 0s, text-shadow 0.4s ease 0s;
}

#nav-dots {
	position:absolute;
	top:370px;
	width:100%;
	margin:0;
	padding:0;
	text-align: center;
	z-index: 5;
}

#nav-dots ul {
	margin:0;
	padding:0;
}

#nav-dots li {
	display: inline-block;
	position:relative;
	vertical-align: middle;
	height:17px;
	width:17px;
	border:none;
	opacity:1;
	background-color: #ABE22C;
	border-radius:50%;
	margin:0 1px;
}

#nav-dots li.sel {
	background-color: #4E7A00;
}

#nav-dots li a {
	display: block;
	text-indent: -9999px;
	text-align: left;
}

.scroll-anchor {
	position: relative;
	z-index: 10;
	display: inline-block;
	height:30px;
	width:30px;
	
	background:url('/images/icons_sprite.png') no-repeat -68px -31px;
}

#banner .scroll-anchor {
	position: absolute;
	left:50%;
	margin-left:-15px;
	top:405px;
	
}

/*---------- Content Styles ----------*/

#content {
	position: relative;	
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 auto;
	padding:30px 0 15px;
	max-width:1000px;
	text-align: center;
	z-index: 0;
}

#content h1 {
	position: relative;	
	margin:20px auto;
	text-transform: uppercase;
}

#content h1:after {
	content:"";
	display: inline-block;
	height:100%;
	width:100%;
	padding:5px 0;
	
	background:url('../images/dots_darker.png') repeat top left;
	opacity: 0.4;
	
	position: absolute;
	top:0;
	margin-top:-5px;
	left:0%;
	z-index: -1;
}

#content .main h1 span {
	position: relative;
	display: inline-block;
	padding-right:25px;
}

#content .main h1:after {
	display: none;
}

#content .main h1 span:after {
	content:"";
	display: inline-block;
	height:100%;
	width:1000%;
	padding:5px 0;
	
	background:url('../images/dots_darker.png') repeat top left;
	opacity: 0.4;
	
	position: absolute;
	top:0;
	margin-top:-5px;
	right:0;
	z-index: -1;
}

#content .main h1:before {
	content:"";
	display: inline-block;
	height:100%;
	width:200%;
	padding:5px 0;
	
	background:url('../images/dots_darker.png') repeat top left;
	opacity: 0.4;
	
	position: absolute;
	top:0;
	left:-1075px;
	margin-top:-5px;
	right:0;
	z-index: -1;
}

#content h3 {
	margin:10px auto;
	font-size:130%;
	font-weight:lighter;
}

#content p, #content > ul li, .main > ul li {
	font-size:80%;
	line-height:1.5;
}

#content p a:link, #content p a:visited {
	color:#000;
	font-weight:bold;
	text-decoration: underline;
}

#content p a:hover, #content p a:active {
	color:#ABE22C;
	-webkit-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
}

#content table {
	font-size: 70%;
	text-align: left;
	border-collapse: collapse;
}

#content td {
	border: 1px solid #262626;
	padding: 3px;
}

.side {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.side article {
	position: relative;
	font:94% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FFF;
	background-color:#262626;
	padding:25px 6% 20px;
}

.side article h5 {
	margin:0 auto;
	font-weight:lighter;
}

.side article a:link, .side article a:visited {
	color:inherit;
}

#side-nav {
	font-size:85%;
	text-align: left;
	margin-bottom: 40px;
}

#side-nav ul {
	list-style: none;
	padding:0;
}

/*
#side-nav li.sel a {
	padding-left:35px;
	background:url('../images/icons_sprite.png') no-repeat -16px -20px;
}
*/

#side-nav > ul > li:first-child {
	text-transform: uppercase;
	font:120% Rockwell, "Times bold", serif;
	font-weight:bold;
}

#side-nav li {
	position: relative;
	padding:7px 0;
}

#side-nav > ul > li > ul > li:after {
	content:"";
	display: inline-block;
	width:100%;
	height:3px;
	
	background:url('../images/dots_darker.png') repeat-x center center;
	
	position: absolute;
	top:100%;
	left:0;
}

/*
#side-nav li.sel a:before {
	content:"\02192";
	color:#ABE22C;
	font-size:150%;
	font-weight:bold;
	line-height:0.5;
	margin-right:5px;
}
*/

#side-nav li:hover a, #side-nav li.sel a {
	padding-left:30px;
}

#side-nav li:hover a:after, #side-nav li.sel a:after {
	content: "→";
	color: #ABE22C;
	font-size: 150%;
	font-weight: bold;
	line-height: 0.5;
	margin-right: 5px;
	transition: all 0.3s ease 0s;
	
	position: absolute;
	right:100%;
	margin-right:-25px;
	top:2px;
}

#side-nav li:first-child:hover a:after {
	display: none;
}

#side-nav li:first-child:hover a {
	padding-left:0;
}

#side-nav li a {
	position: relative;
	color:#000;
/* 	display: inline-block; */
}

/*--------------------------------------------
Callout Section---*/

.callout {
	position: relative;
	z-index: 0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:25px 0 0;
	margin: 25px auto;
	background-color: #D7D7D7;
	text-align: center;
}

.callout:after {
	content:"";
	display: block;
	height:100%;
	width:100%;
	background:url('../images/dots_darker.png') repeat top left;
	opacity: 0.2;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: -1;
}

.callout > article {
	position: relative;
	font-size:88%;
	color:#FFF;
	background-color:#262626;
	padding-top:25px;
	padding-bottom:20px;
	min-height:190px;
	margin-bottom:25px;
}

.callout article a {
	display: inline-block;
	width:100%;
}

.callout article a:link, .callout article a:visited {
	color:inherit;
}

.callout article h5 {
	margin:0 auto;
	font-weight:lighter;
}

.photo {
	position: relative;
}

.photo h5 {
	display: block;
	width:100%;
	/* height:15%; */
	position: absolute;
	bottom:0;
	left:0;
	padding:10px 48px 10px 24px;
	-webkit-box-sizing:border-box;
	box-sizing:padding-box;
	background-color:#262626;
	text-align: left;
	
	font-size:97%;
	text-transform:uppercase;
}

.photo h5 span {
	position: relative;
	display: inline-block;
	width:48px;
	height:100%;
	
	background-color:#363636;
	
	position: absolute;
	right:0;
	bottom:0;
	
	text-indent: -9999px;
	text-align:left;
}

.photo h5 span:after {
	content:"";
	display: inline-block;
	height:25px;
	width:25px;
	background:url('../images/icons_sprite.png') no-repeat -22px 0;
	
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-13px;
	margin-left:-13px;
}

.photo img {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.info {
	position: relative;
	background:url('../images/tr_panels.png') no-repeat right bottom;
}

.info h5 {
	color:#ABE22C;
}

.info p {
	font-size:92%;
}

.info span {
	position: relative;
	display: inline-block;
	font:90% SquareSerif-book, Times, serif;
	color:#ABE22C;
	font-style:italic;
	padding: 3px 30px 3px 0;
}

.info span:after {
	content:"";
	display: inline-block;
	width:21px;
	height:21px;
	
	background:url('../images/icons_sprite.png') no-repeat -53px 0;
	background-size:510%;
	
	position: absolute;
	right:0;
	top:0;
}

.switch {
	position: relative;
	overflow: hidden;
	transition:none;
}

.switch hr {
	margin:8px auto;
}

.switch:hover .info {
	z-index: 2;
	transition:none;
}

.switch .info, .switch .photo {
	background-image:none;
	position: absolute;
	top:0;
	left:0;
	display: inline-block;
	height:100%;
	width:100%;
	padding: 25px;
	-webkit-box-sizing:border-box;
	box-sizing:padding-box;
	
}

.switch .info {
	z-index: 0;
	background-color:#262626;
	bottom:100%;
	-webkit-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}

/*
.switch:hover .info {
	bottom:0;
	-webkit-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
*/

.switch .info h5 {
	color:#FFF;
	text-transform: uppercase;
}

.switch .info p {
	margin:0 auto;
}

.switch .info .tel-number {
	margin:5px 0;
	color:#ABE22C;
	font-size:160%;
	font-weight:lighter;
}

#content .switch .info a.tel-number {
	color:#ABE22C;
}

.switch .photo {
	z-index: 1;
	-webkit-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}

/*
.switch:hover .photo h5 {
	bottom:auto;
	top:100%;
	-webkit-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
*/

/*---------------------------------------------------
Sub-page Styles-----------*/

body > header > .header-wrapper + #content:after { /* for panels banner on sub-pages */
	content:"";
	display: block;
	width:100%;
	height:80px;
	
	background:url('../images/panels_big.png') no-repeat center -320px;
	z-index: -2;
	
	position: absolute;
	top:0;
	left:0;
}

body > header > .header-wrapper + #content {
	position: relative;
	padding-top:100px;
}

#breadcrumb {
	margin-top:-10px;
	z-index: 5;
	font-size:75%;
	font-family:Roboto, Arial, sans-serif;
	text-align: left;
}

#breadcrumb, #breadcrumb ul {
	display: block;
	background-color:transparent;
}

#breadcrumb ul {
	max-width:1000px;
	margin:0 auto;
	list-style: none;
	padding:0;
	line-height:0;
}

#breadcrumb li {
	position: relative;
	display: inline-block;
	padding:0;
	line-height:1;
}

#breadcrumb li a {
	padding:5px 5px;
}

#breadcrumb li a:link, #breadcrumb li a:visited, #breadcrumb li a:hover, #breadcrumb li a:active {
	color:#000;
	font-style:italic;
	text-transform: capitalize;
}

/*
#breadcrumb li a:hover, #breadcrumb li a:active {
	color:#ABE22C;
	-webkit-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
*/

#breadcrumb li + li:before {
	content:"\002D9";
	font-size:200%;
	vertical-align: top;
	line-height:1;
}

/* --Credit Card Icons-- */

.credit {
	/*float:right;*/
	/* margin-left:1070px; */
	/*margin-right:200px;*/
	/* margin-top:-55px; */
	position:absolute;
	bottom:10px;
	right:0;

}

/*************************************************************
About / Press Releases ****/

#news dd {
	position: relative;
	margin:0 auto;
}

#news dd + dd {
	padding-top:5px;
	margin-top:35px;
}

#news dd + dd:after {
	content:"";
	display: block;
	width:100%;
	height:1px;
	
	background:url('../images/dots_darker.png') repeat-x top left;
	
	position: absolute;
	bottom:100%;
	left:0;
	
}

#news h4 {
	margin: 20px auto 0;
}

#news time {
	margin: 20px auto 0;
}

#news-detail h3 {
	margin-bottom:0;
}

.date {
	font-weight:lighter;
	font:90% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 0 25px;
	font-style: italic;
}

time.date {
	font-weight:normal;
}

/**************************************************************
Products / Categories Page ***********************************/

.prod-cat-list {
	list-style: none;
	padding:0;
}

.prod-cat-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:31%;
	min-height:350px;
	padding:15px 2% 65px;
	
	-moz-box-sizing:padding-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	z-index: 0;	
}

#content .prod-cat-list li {
	font-size:100%;
}


.prod-cat-list li:after {
	content:"";
	display: inline-block;
	height:100%;
	width:100%;
	
	background:url('../images/dots_darker.png') repeat center top;
	opacity: 0.25;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: -1;
}

.prod-cat-list li:nth-child(3n-1) {
	margin-left:2.3%;
	margin-right:2.3%;
}

.prod-cat-list li:nth-child(1n+4) {
	margin-top:20px;
}

.prod-cat-list li a {
	display: inline-block;
	height:100%;
	width:100%;
}

.prod-cat-list li:hover a > span.button.arrow {
	background-color:#ABE22C;
	color:#000;
}

.prod-cat-list li:hover a > span.button.arrow span {
	background-color:#80B500;
	-webkit-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;

}

.prod-cat-list li figure {
	margin:0;
}

.prod-cat-list li figure img {
	max-height:120px;
	padding:2.5%;
	max-width:95%;
	background-color:#FFF;
/*
	-webkit-box-sizing:border-box;
	box-sizing:padding-box;
*/

}

.prod-cat-list li figcaption {
	color:#000;
}

#content .prod-cat-list li figcaption h3 {
	text-transform: uppercase;
	font-size:100%;
	font-weight:bold;
}

#content .prod-cat-list li figcaption p {
	line-height:1.2;
}

.prod-cat-list li a > span.button.arrow {
	display: block;
	width:90%;
	position: absolute;
	bottom:15px;
	left:5%;
	padding:10px 48px 10px 14px;
	-webkit-box-sizing:border-box;
	box-sizing:padding-box;
	background-color:#262626;
	text-align: left;
	
	font-size:78%;
	text-transform:uppercase;
	color:#FFF;
}

.prod-cat-list li a > span.button.arrow span {
	position: relative;
	display: inline-block;
	width:40px;
	height:100%;
	
	background-color:#363636;
	
	position: absolute;
	right:0;
	bottom:0;
	
	text-indent: -9999px;
	text-align:left;
}

.prod-cat-list li a > span.button.arrow span:after {
	content:"";
	display: inline-block;
	height:25px;
	width:25px;
	background:url('../images/icons_sprite.png') no-repeat -22px 0;
	
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-13px;
	margin-left:-13px;
}

/*-------------------------------------------------------------------
Product Details Page ---*/

.prod-details {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.prod-details > ul li {
	position: relative;
	display: inline-block;
	z-index: 1;
	
	-moz-box-sizing:padding-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.prod-details > ul li > a {
	position: relative;
	display: inline-block;
	background-color:#C7C7C7;
	padding:8px 15px;
	color:#000;
	font-size:88%;
	text-transform: capitalize;
	z-index: 0;
	
	-moz-box-sizing:padding-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.prod-details > ul li > a:after {
	content:"";
	display: block;
	height:100%;
	width:100%;
	
	/*background:url('../images/dots_darker.png') repeat center top;*/
	opacity: 0.2;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: -1;
}

.prod-details > ul li:hover > a, .prod-details > ul li.sel > a {
	background-color:#ABE22C;
}

.prod-details > ul li:hover > a:after, .prod-details > ul li.sel > a:after {
	display: none;
}

.prod-details > ul li.sel {
	
}

.prod-details > ul li.sel:after {
	content:"";
	
	border-top:14px solid #ABE22C;
	border-left:14px solid transparent;
	border-right:14px solid transparent;
	
	position: absolute;
	top:100%;
	left:50%;
	margin-left:-15px;
	z-index: 5;
	
}

.prod-details > article {
	display: none;
	
	margin:0 auto;
	max-width:1000px;
	width:93%;
	padding:35px 3.5%;
	background-color:#ebebeb;
	min-height: 250px;
	
	font-size:90%;
}

.col-left, .col-right {
	display: inline-block;
	vertical-align: top;
}

.col-left {
	width:35%;
}

.prod-details > article figure {
	margin:0;
}

.prod-details > article figure img {
	max-width:100%;
	max-height:250px;
}

.prod-details > article figure figcaption {
	margin:8px auto;
	color:#000;
	/*text-decoration:underline;*/
	font-size:95%;
	/*font-style:italic;*/
}

.col-right {
	margin-left:4%;
	width:58.5%;
	text-align: left;
}

/* Product Features & Options */
.feature-opt-list {
	vertical-align: top;
	display: inline-block;
	width: 48%;
}

.feature-opt-list ul {
	font-size: 85%;
}

.feature-opt-list li {
	position: relative;
	margin:5px 0 5px 5px;
	display: block;
	vertical-align: top;
	min-height:20px;
	
	padding-left:15px;
	-moz-box-sizing:padding-box;
	-webkit-box-sizing:border-box;
	box-sizing:padding-box;

}

.feature-opt-list li:after {
	content:"\2022";
	font-size:120%;
	line-height:1;
	display: inline-block;
	vertical-align: middle;
	
	position: absolute;
	left:2px;
	top:0;
}

.feature-opt-list.full-width {
	width: 100%;
}

.feature-opt-list.full-width ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.feature-opt-list a {
	color:#ABE22C;
	text-decoration: underline;
}


.photo-list {
	margin:10px 0 0;
	text-align: left;
}

.photo-list li {
	width:47.5%;
	display: inline-block;
	vertical-align: top;
	margin-top:10px;
}

.photo-list li:nth-child(2n) {
	margin-left:2%;
}

.photo-list li img {
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
}

/* Product Features & Options */
.prod-details > article#tab-desc {
	text-align: left;
}

#tab-desc table {
	width: auto !important;
}

#tab-desc .pinned {
	background: #f2f2f2;
}

#tab-desc .pinned,
#tab-desc .pinned table th,
#tab-desc .pinned table td {
	width: 140px;
/* 	white-space: normal; */
}
#tab-desc div.table-wrapper div.scrollable {
	margin-left: 140px;
}

#tab-desc .table-wrapper,
#tab-desc .pinned,
#tab-desc .scrollable,
#tab-desc table tr,
#tab-desc table td,
#tab-desc table th,
#tab-desc table tbody {
	font-size: 11px;
}
#tab-desc .pinned tr {
	height: auto !important;
}

/*
table.dataTable tbody tr {
	background-color: inherit;
}
*/

/* ---------- Related Products Tab ---------- */

.related-prod-list {
	list-style: none;
	padding:0;
}

.related-prod-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:31%;
	min-height:250px;
	padding:15px 2% 65px;
	
	-moz-box-sizing:padding-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	z-index: 0;	
	
}

.related-prod-list li:after {
	display: none;
}

.related-prod-list li:nth-child(3n-1) {
	margin-right:2.5%;
	margin-left:2.5%;
}

.related-prod-list li:nth-child(1n+4) {
	margin-top:20px;
}

.related-prod-list li a {
	display: inline-block;
	height:100%;
	width:100%;
}

.related-prod-list li:hover a > span.button.arrow {
	background-color:#ABE22C;
	color:#000;
}

.related-prod-list li:hover a > span.button.arrow span {
	background-color:#80B500;
	-webkit-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}

.related-prod-list li figure {
	margin:0;
	min-height:225px;
}

.related-prod-list li figure img {
	max-width:96%;
	padding:10px 2%;
	background-color:#FFF;
}

.related-prod-list li figcaption {
	color:#000;
}

#content .related-prod-list li figcaption h3 {
	text-transform: uppercase;
	font-size:100%;
	font-weight:bold;
}

#content .related-prod-list li figcaption p {
	line-height:1.2;
}

.related-prod-list li a > span.button.arrow {
	display: block;
	width:90%;
	position: absolute;
	bottom:15px;
	left:5%;
	padding:10px 48px 10px 14px;
	-webkit-box-sizing:border-box;
	box-sizing:padding-box;
	background-color:#262626;
	text-align: left;
	
	font-size:80%;
	text-transform:uppercase;
	color:#FFF;
}

.related-prod-list li a > span.button.arrow span {
	position: relative;
	display: inline-block;
	width:40px;
	height:100%;
	background-color:#363636;
	position: absolute;
	right:0;
	bottom:0;
	text-indent: -9999px;
	text-align:left;
}

.related-prod-list li a > span.button.arrow span:after {
	content:"";
	display: inline-block;
	height:25px;
	width:25px;
	background:url('../images/icons_sprite.png') no-repeat -22px 0;
	
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-13px;
	margin-left:-13px;
}

/* ---------- Media / Downloads Tab ---------- */

/* File List */
.file-list {
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}

.file-list li {
	margin:1% 0;
	text-align: left;
}

.file-list a {
	position:relative;
	display:block;
	background-color:#3b3b3b;
	border:0.3em solid transparent;
	color:#FFF;
	padding:0.7% 2.5em 0.7% 2%;
}

.file-list a:before {
	background: url("../images/icons/doc-file2.png") no-repeat scroll center center transparent;
    content: " ";
    display: inline-block;
    height: 40px;
    padding-right: 0.75em;
    width: 60px;
    vertical-align: middle;
}

/* ---------- Direct Replacements Tab ---------- */
#content .prod-details .prod-replacement-list, 
#content .replacement-search-results {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	font-size: 80%;
}


.prod-details .prod-replacement-list tbody tr:nth-child(2n+1), .replacement-search-results tbody tr:nth-child(2n+1) {
	background-color: #FAFAFA;
}

.prod-details .photo-list li:first-child {
	display: none;
}

#content .prod-details .prod-replacement-list th,
#content .prod-details .prod-replacement-list td,
#content .replacement-search-results th,
#content .replacement-search-results td {
	padding: .25em .3em;
	border: 0;
}

#content .pinned {
	border-left:none;
}


/* tried to make table rows cleaner / more compact, but it broke stuff :( */
/*
.pinned table th, .pinned table td {
	white-space:normal;
	vertical-align: top;
}

table.responsive td, table.responsive th {
	height:47px;
	vertical-align: top;
}
*/

/* ---------- Search Replacements Form ---------- */
#rep-search-form > div {
	width: 45%;
	margin-bottom: 1em;
}

#rep-search-form input[name="origPartNum"] {
	width: 50%;
	padding: .2em;
	border: 1px solid #CCC;
}

.replacement-search-results .no-results {
	padding: .5em .3em;
	font-size: 110%;
}

.replacement-search-results thead th:not(.no-sort) {
	cursor: pointer;
}

.replacement-search-results .sort-asc,
.replacement-search-results .sort-desc {
	display: none;
}

.replacement-search-results .sort-default {
	display: inline-block;
}

/* --------- File Icons ----------*/

.file-list a[href$=".gif"]:before,
.file-list a[href$=".jpg"]:before,
.file-list a[href$=".jpeg"]:before,
.file-list a[href$=".png"]:before {
    background-image: url("../images/icons/doc-image2.png");
}
.file-list a[href$=".pdf"]:before {
    background-image: url("../images/icons/doc-pdf2.png");
}
.file-list a[href$=".doc"]:before,
.file-list a[href$=".docx"]:before {
    background-image: url("../images/icons/doc-word2.png");
}
.file-list a[href$=".xls"]:before,
.file-list a[href$=".xlsx"]:before {
    background-image: url("../images/icons/doc-excel2.png");
}

.file-list.inline {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
}

.file-list.inline li {
	display: inline-block;
	margin-left: 1em;
}

.file-list.inline li:first-child {
	margin-left: 0;
}

/**************************************************************
Definitions/Glossary Page *****/

.faq strong {
	font-family:Rockwell, "Times bold", serif;
}

#alphaNav li{
	list-style: none;	

	display: inline-block;
}
#alphaNav li a:link {
	color: #262626;
}
#alphaNav li a:visited {
	color: #262626;
}
#alphaNav li a:hover {
	color: #80B500;
	-webkit-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
}
.faq dd {
	visibility:hidden;
	max-height:1px;
	opacity:0;
	-webkit-transition:all 0.7s cubic-bezier(1,0,0,0.5) 0s;
	transition:all 0.7s cubic-bezier(1,0,0,0.5) 0s;
	margin-left: 0px;
}

.faq dd.open {
	visibility:visible;
	max-height:500px;
	opacity:1;
	display: inline-block;
	margin-bottom:20px;
	
}

#alphaNav li:after {
	content: " |";
	color: #262626;
}

#alphaNav li:last-child:after {
	content: none;
}


/***********************************************************
Search/Results page ***/

#search-results {

}

#search-results ol {
	list-style-type: none;
	text-align: left;
	margin:0 auto;
	padding:1px;
	/* list-style-position: inside; */
}

#search-results ol li {
	padding: 0.5em 0;
	border-top: 1px solid #ABE22C;
}

#search-results ol h4 {
	margin: 0;
}

#search-results ol h4 a {
	color:#000;
}

#search-results ol a:hover span:after {
	content: '\00bb';
	padding-left: .5em;
}

#search-results ol h4 small {
	display: block;
	font-size: 60%;
	color: #666;
}

#search-results .pagination {
	list-style:none;
	padding:0;
	margin:-10px auto 0;
	
	text-align: right;
}

#search-results .pagination li {
	display: inline-block;
}

#search-results .pagination li strong {
	padding:6px 8px;
}

#search-results .pagination li + li {
	margin-left:0;
}

#search-results .pagination li a {
	display: inline-block;
	vertical-align: baseline;
	color:#000;
	padding:6px 8px;
}

#search-results .pagination li  a[title="Previous"], #search-results .pagination li  a[title="Next"] {
	font-size:180%;
	line-height:1;
}

#search-results .pagination li  a:hover, #search-results .pagination li  a:active {
	color:#ABE22C;
}

#search-results > header {
	position: relative;
}

#search-results > header .pagination {
	position: absolute;
	top: 0;
	right: 0;
}

#search-results .pagination strong,
#search-results .pagination a {
	font-size: 150%;
}

#search-results > footer {
	text-align: center;
}

#search-results > footer .pagination {
	text-align: center;
}

/******************** VarTech Monitors Page ***************/
 .shadow td {
    border: none !important;
    padding: 0px !important;
  }
  
 .shadow{
    display: inline-block;
    box-shadow: 4px 4px 10px rgba(136, 136, 136, 0.6);
    margin-bottom: 20px;
    border: none !important
  }

  p.table-title,
  table.table {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 100%;
    max-width: 685px;
  }
  
  p.table-title {
    text-align: center;
    display: block;
    padding: 14px 0px;
    background: #404f24;
    color: #FFFFFF;
    margin: 0px;	
  }
  
  tr.header > td {
    background: #668d3b;
    color: #FFFFFF;
    height: 42px;
    vertical-align: middle;
    text-align: center;
    text-decoration: underline;
    border: none !important;
  }
  
  table.table td {
    padding: 12px 8px !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: none !important;
  }
  
  table.table td:before {
    content: "";
    background: #000000;
    width: 1px;
    height: 100%;
    position: absolute;
    left:0px;
    top:0px; 
  }
  
  table.table td:after {
    content: "";
    background: #000000;
    height: 1px;
    width: 100%;
    position: absolute;
    left:0px;
    top:0px; 
  }
  
  table.table {
    border-right: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
  }
  
  
  
  #recaptcha + .note {
    text-align: center; padding-left:160px;
  }

/************************************************************
/************************************************************
Responsive */

/* Very large screens */
@media screen and (min-width:1170px) {

	

}

@media screen and (max-width:1000px) { /* ~~ Target Size ~~ */

	/* ------ Header Section --------- */
	
	#logo {
		margin-left:1.5%;
	}
	
	/* --------- Banners ---------- */
	
	#banner-tiles li > section {
		width:70%;
	}
	#banner-tiles li {
		background-attachment: scroll;
	}
	
	
	/* ------- General Content ------- */
	
	/* Add fluid margins to just about everything.... */
	
	#content, #foot-nav {
		width:94%;
		padding-left:3%;
		padding-right:3%;
	}
	
	footer > article {
		padding-left:35px;
		padding-right:35px;
	}
	
	body > footer > section {
		padding-left:3%;
	}
	
	#jb {
		right:1.5%;
	}
	
}

/* Shrinking screens */
@media screen and (max-width:975px) {

	body > footer > section {
		padding-right:345px;
	}
	
	body > footer > section .social {
		margin-left:0;
		position: absolute;
		top:50%;
		margin-top:-25px;
		right:255px;
	}
	
/*
	#main-nav > ul > li > ul > li > a > span {
		display: none;
	}
	
	#main-nav > ul > li > ul > li > a {
		padding:10px 60px 10px 15px;
	}
	
	#main-nav ul ul ul > li > a {
		padding:8px 12px;
	}
	*/
	
	#main-nav > ul {
		
		-moz-box-sizing:padding-box;
		-webkit-box-sizing:border-box;
		box-sizing:padding-box;
		padding-left:5%;
		padding-right:5%;
	}
	
	/* ------ Content -------- */
	
	.callout > article {
		padding-left:3%;
		padding-right:3%;
	}
	
	
	
	
	/* Technical Page */
	
	.back-to-top {
		right:1em;
		background-color:rgba(220,220,220,0.6);
	}


}
@media screen and (max-width:900px) {

	/* --------- Banners --------- */
	
	#banner-tiles li > section {
		width:85%;
	}
	
	
	#main-nav > ul > li > ul > li > a {
		padding:10px 60px 10px 15px;
	}
	
	#main-nav ul ul ul {
		display: none;
	}
	
	/* ---------- Content / Columns ----------- */
	
	.prod-cat-list li {
		min-height:315px;
	}
	
	#content .prod-cat-list li figcaption h3 {
		font-size:87%;
		line-height:1.4;
	}
}

@media screen and (max-width:870px) {

	/*----------------Header---------------*/
	body > header {
		height: 96px;
	}
	#header .header-wrapper {
		position: fixed;
		width: 100%;
		border-top: 5px solid #ABE22C;
		border-bottom: solid 2px #000;
		background: url('../images/panels_big_bw.png') repeat center -200px #363636;
		box-shadow: 0 130px 100px -20px #363636 inset;
		z-index: 999;
		top: inherit;
	}
	body > header > .header-wrapper > section {
		display: inline-block;
		width:100%;
		padding-bottom:8px;
		
		-moz-box-sizing:padding-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		
		padding-right:70px; /* Make room for mobile menu-button */
	}
	
	body > header > .header-wrapper .social {
		margin-top:8px;
		margin-bottom:8px;
	}
	
	header a.tel-number {
		margin-right:2%;
	}
	
	#search input[type="text"] {
		padding-top:8px;
		padding-bottom:8px;
		width:60%;
	}
	
	#search input[type="submit"] {
		right:3px;
	}
	
	#logo {
		height:80px;
		width:160px;
		background-size:100% auto;
		margin-top:8px;
	}
	
	#mobile-arrow {
		display: block;
	}
	#desktop-arrow {
		display: none;
	}
	
	/* NAVIGATION SWITCH */
	
	/* ------------------------------------------------nav-jump set styles */
	
	#nav-jump {
		display:block;
		position:absolute;
		text-indent:-9999px;
		outline:none;
		z-index:100;
		right:10px;
		top:16px;
		width:55px;
		height:55px;
		background: #262626;
		opacity:1;
	}
	
	#nav-jump.fixed-nav {
		position: fixed;
		top:0;
		right:0;
	}
	
	#nav-jump:after {
		content:' ';
		position:absolute;
		margin:-1px 0 0 -12px;
		top:50%;
		left:42%;
		width:35px;
		height:4px;
		background:#ABE22C;
		box-shadow:0 10px 0 #ABE22C, 0 -10px 0 #ABE22C;
	}

	#nav-close {
		display:block;
		position:absolute;
		text-indent:-9999px;
		z-index:15;
		outline:none;
		right:0;
		top:0;
		width:30px;
		height:15px;
		padding:5px;
		color:#FFF;
		
		/* font-family:CenturyGothic, Arial, sans-serif; */
	}
	
	#nav-close:after {
		content:'x';
		display:block;
		text-indent:0;
		text-align:center;
		font-size:150%;
		line-height:1;
		position: absolute;
		top:50%;
		margin-top:-8px;
		right:50%;
		margin-right:-8px;
	}

	#main-nav {
		position:fixed;
		visibility:hidden;
		z-index:700;
		height:100%;
		width:100%;
		left:100%;
		padding:0;
		top:0;
		overflow-y: scroll;
		border: none;

		-webkit-transition:all 0.4s ease-in 0s;
		transition:all 0.4s ease-in 0s;
		
		
		background-color:#262626;
		text-align:left;
		padding:0 5%;
		width:90%;
		margin:0;
		font-size:145%;
	}
	
	#main-nav ul a {
		box-sizing:border-box;
		display: block;
		width:100%;
	}
	
	#main-nav > ul {
		padding:0;
		text-align: left;
		overflow-y: scroll;
		
		/* master font size */
		font-size:75%;
	}
	
	#main-nav > ul li {
		display:block;
		width:100%;
	}
	
	#main-nav > ul > li > a {
		text-decoration: underline;
		padding-bottom:5px;
	}
	
	#main-nav > ul > li > ul {
		position: relative;
		display: block;
		left:0;
	}
	
	#main-nav > ul ul {
		left:0;
		display: block;
		position: relative;
		padding-top:0;
		background-color:inherit;
		font-size:90%;
	}
	
	#main-nav > ul > li:hover, #main-nav > ul > li:active, #main-nav > ul > li.sel > a {
		box-shadow:none;
	}
	
	#main-nav > ul > li > ul {
		background-color:transparent;
	}
	#main-nav > ul > li > ul > li {
		max-width:none;
	}
	#main-nav > ul > li + li {
		margin-top:10px;
	}
	#main-nav > ul > li > ul > li > a {
		padding: 5px 15px 5px 40px;
	}
	#main-nav > ul > li > ul > li > a > span {
		display:none;	
	}
	
	#main-nav > ul > li > ul > li:hover > a, #main-nav > ul > li > ul > li.sel > a {
		background-color:inherit;
	}
	
	#main-nav ul ul li {
		max-width:90%;
	}
	
	#main-nav > ul > li:last-child {
		padding-bottom:30px;
	}
	
		
	#main-nav:target {
		visibility:visible;
		left:0;
		z-index: 600;
	}
}

@media screen and (max-width:825px) {
	
	/* ---- Callout section ---- */
	
	.callout {
		padding-bottom:190px;
	}
	
	.callout > article.third {
		width:38%;
		max-width:none;
	}
	
	.callout > article.third.photo, .callout > article.third.switch {
		min-height:0;
		max-height:245px;
		padding-bottom:28%;
	}
	
	.callout > article.third.photo {
		padding-bottom:25%;
	}
	
	.callout > article.third.photo {
		margin-left:5.75%;
	}
	
	.callout > article.third.info {
		position: absolute;
		bottom:25px;
		left:2.5%;
		width:95%;
		max-width:900px;
		min-height:150px;
		
		padding-top:10px;
		padding-bottom:10px;
		
		box-sizing:border-box;
		margin:0 auto;
	}
	
	.callout > article.third.info p {
		margin:10px auto;
	}


}


/* Tablet */
@media screen and (max-width:768px) {

	/* ---------- Banners ----------- */
	
	#banner-tiles li > section {
		padding-top:34px;
	}
	
	#banner-tiles li > section > h2 {
		font-size:190%;
		line-height:1;
	}
	
	#banner-tiles li > section > p {
		font-size:90%;
		margin-top:20px;
	}
	
	
	/*----------- Content ------------*/
	
	.prod-tabs li {
		max-width:22.5%;
		font-size:90%;
		vertical-align: bottom;
	}
	
	.prod-tabs li + li {
		margin-left:1.5%;
	}
	
	.prod-details > ul li > a {
		padding-left:10px;
		padding-right:10px;
		
		height:55px;
	}
	
	.prod-cat-list li a > span.button.arrow, .related-prod-list li a > span.button.arrow {
		font-size:68%;
	}

	/*----------Footer--------------*/
	
	body > footer > section {
		padding-top: 35px;
		padding-right:3%;
		padding-bottom:70px;
		text-align: center;
	}
	
	.credit {
		bottom:-50px;
	}
	
	body > footer > section > p {
		display: inline-block;
		margin-bottom:0;
	}
	
	body > footer > section > p + ul {
		display: block;
	}
	
	body > footer > section .social {
		top:auto;
		bottom: 18px;
		left:3.5%;
		right:auto;
		margin-top:0;
		text-align: left;
	}
	
	body > footer > section .social li + li {
		margin-left:2px;
	}
	
	#jb {
		top:auto;
		margin-top:0;
		right:3.5%;
		bottom:13px;
	}
}

@media screen and (max-width:700px) { /* TRANSITION 2-COLUMN LAYOUT TO 1 COLUMN */

	/*-----------Content + Columns-----------*/
	
	body > header > .header-wrapper  + #content {
		padding-top:75px;
	}
	
	.col.main {
		display: block;
		max-width:none;
		width:100%;
	}
	
	.col.side {
		margin: 40px 0 0;
		display: block;
		width:100%;
		max-width:none;
		text-align: center !important;
	}
	
	.side article {
		max-width:350px;
		margin:0 auto;
	}
	
	#side-nav {
		display: none;
	}
	
	.col-left {
		display: block;
		width:100%;
	}
	
	.col-right {
		display: block;
		width:100%;
		margin-top:25px;
		margin-left:0;
	}
	
	/* ------- General Styles --------- */
	
	a.button {
		text-align:center;
	}
	
	
	/*---------Contact Form/Page---------*/
	
	form#contact-form {
		padding-right:0;
	}
	
	#content #contact-form p.buttons {
		padding-left:0;
	}
	
	
	.frame-contain {
		max-width:92%;
		margin-left:auto !important; /* must override inline styles */
		margin-right:auto !important; /* must override inline styles */
	}

}

@media screen and (max-width:625px) { /* TRANSITION TO MOBILE NAVIGATION */
	
	/* ---------- Main Content ----------- */
	
	#content h1 {
		font-size:175%;
	}
	
	#content h3 {
		font-size:122%;
	}
	
	h4 {
		font-size:120%;
	}
	
	/* --------- Callout Section ------------- */
	
	.callout {
		padding-bottom:25px;
	}
	
	.callout > article.third.info {
		position: relative;
		bottom:auto;
		left:auto;
		margin: 25px auto;
	}
	
	.callout > article.third.photo, .callout > article.third.switch {
		width:300px;
		height:215px;
		padding:0;
		margin:0 auto;
	}

}

@media screen and (max-width: 555px) {
  #recaptcha + .note {
    display: block;
    width: 100%;
    padding: 20px !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width:500px) {

	/* ----------- Header ---------*/
	
	#logo {
		width:140px;
		height:70px;
	}
	
	/* update header layout -- get rid of social icons */
	#header  .header-wrapper {
		height: 96px;	
	}
	
	body > header > .header-wrapper .social {
		display: none;
	}
	
	#nav-jump {
		top:auto;
		bottom:6px;
		height:52px;
		width:52px;
	}
	
	header a.tel-number {
		position: absolute;
		margin:0;
		top:3px;
		right:10px;
	}
	
	form#search {
		position: absolute;
		top:40px;
		right:60px;
		
		min-width:35px;
		min-height:30px;
		overflow: hidden;
		
		width:118px;
	}
	
	/*
	#search input[type="text"] {
		padding-left:100px;
		position: absolute;
		top:0;
		left:-30px;
		
		padding:15px 15px;
		height:45px;
		width:20px;
		
		background:url('../images/icons_sprite.png') no-repeat -19px -20px #000;
		
		cursor:pointer;
		
		
		-webkit-transition:opacity 0.4s ease 0s;
		transition:opacity 0.4s ease 0s;
	}
	
	#search input[type="submit"] {
		display: none;
	}
	
	#search input[type="text"]:focus {
		cursor:initial;
	}
	
	#search input[type="text"]:focus, #search input[type="submit"]:focus {
		position: relative;
		left:auto;
		
		padding:8px 45px 8px 15px;
		width:25%;
		height:auto;
		
		background-image:none;
		background-color:#000;
		
		-webkit-transition:opacity 0.4s ease 0s;
		transition:opacity 0.4s ease 0s;
	}
	
	#search input[type="text"]:focus + input[type="submit"], #search input[type="submit"]:focus {
		position: relative;
		right:auto;
		display: inline-block;
	}
*/
	
	#search ::-webkit-input-placeholder { /* WebKit browsers */
	    font-style: italic;
	}
	#search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    opacity:  1;
	    font-style: italic;
	}
	#search ::-moz-placeholder { /* Mozilla Firefox 19+ */
	    opacity:  1;
	    font-style: italic;
	}
	#search :-ms-input-placeholder { /* Internet Explorer 10+ */
	    font-style: italic;
	}
	
	/* --------------- Banners ----------------- */
	
	#banner-tiles li > section {
		width:94%;
		padding-top:22px;
	}
	
	#banner-tiles li > section > p {
		margin:14px auto;
		line-height:1.15;
	}
	
	/* ------------ Content / Columns ----------- */
	
	.prod-cat-list li, .related-prod-list li {
		width:47%;
	}
	
	.prod-cat-list li:nth-child(n+3), .related-prod-list li:nth-child(n+3) {
		margin-top:20px;
	}
	
	.prod-cat-list li:nth-child(3n-1), .related-prod-list li:nth-child(3n-1) {
		margin-left:0;
		margin-right:0;
	}
	
	.prod-cat-list li:nth-child(2n), .related-prod-list li:nth-child(2n) {
		margin-left:4%;
	}
	
	.prod-cat-list li a > span.button.arrow, .related-prod-list li a > span.button.arrow {
		padding-top:6px;
		padding-bottom:6px;
	}
	
	/* --- Make all info tabs visible + list ---- */
	
	ul.prod-tabs {
		display: none;
	}
	
	.prod-details .print-only, .prod-details > article {
		display: block;
	}
	
	.prod-details > article {
		padding:12px 3.5%;
	}

	/*- ------- Footer --------- */
	
	#foot-nav > ul > li + li {
		margin-left:5%;
	}

}

/* Mobile - Small */
@media screen and (max-width:425px) {
	
	#banner-tiles li > section {
		width:100%;
		padding-top:18px;
	}
}

@media screen and (max-width:380px) {
	
	#banner {
		height:810px;
	}
	
	#nav-dots {
		top:425px;
	}
	
	#banner .scroll-anchor {
		top:460px;
	}
	
	#jb {
		max-width:115px;
		padding-right:80px;
	}
}