ul.brand-tiles li {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#mainWrap {
	padding-top: 0;
	padding-bottom: 0;
}
header {
	left:65%;
}


#productImage {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 70%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 70% 50%;
	overflow:hidden;
	z-index: 50;
}
#productImage #prodShad {
	display: block;
	position: absolute;
	top: -10px;
	bottom: -10px;
	right: -20px;
	width: 20px;
	-webkit-box-shadow: -7px 0px 14px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: -7px 0px 14px 1px rgba(0,0,0,0.8);
	box-shadow: -7px 0px 14px 1px rgba(0,0,0,0.8);
}

#productContent {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30%;
	right: 0;
	z-index: 100;
	padding: 150px 14px 100px 14px;
	overflow:auto;
}

h1 {
	text-align:center;
}
p.desc,
p.lab,
ul.features li {
	font-family: Teko, Arial;
	color:#CCCCCC;
}
p.desc {
	margin: 5px 0 20px 0;
	font-size: 30px;
	line-height: 32px;
}
p.lab {
	font-size: 30px;
	margin: 15px 0 0 0;
}
p.lab.tiny {
	font-size: 20px;
}
ul.features {
	margin: 0;
	padding-left: 30px;
}
ul.features li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:28px;
	line-height:30px;
}
ul.features li:before {
	content: "-";
	position: absolute;
	left: -14px;
}
ul.features.pdfs li {
	padding: 5px 0 0 5px;
	border-top: 1px #929292 dotted;
	border-bottom: 1px #929292 dotted;
	margin-bottom: 8px;
}
ul.features.pdfs li a {
	color: #CCCCCC;
	display: block;
}
ul.features.pdfs li:hover {
	background: #232323;
}
ul.features.pdfs li:hover a {
	color: #D28E04;
}

ul.brand-tiles {
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
	font-size: 0;
}
ul.brand-tiles li {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 0 5px 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	opacity:.7;
	border: 3px transparent solid;
	height: 46px;
	width: 126px;
}
ul.brand-tiles li:hover {
	opacity:.9;
	border: 3px #A77B22 solid;
}
ul.brand-tiles li img {
	width:100%;
	height:auto;
}
ul.brand-tiles li.showing {
	opacity:1;
	border: 3px #D28E04 solid;
}

figure.sku-table {
	margin: 0;
	display: block;
	width: 100%;
	overflow: auto;
}
figure.sku-table::-webkit-scrollbar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 12px;
	background-color: #232323;
}
div.infoLeft::-webkit-scrollbar,
div.infoRight::-webkit-scrollbar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 12px;
	background-color: #232323;
}
figure.sku-table::-webkit-scrollbar-thumb,
div.infoLeft::-webkit-scrollbar-thumb,
div.infoRight::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background: #A77B22;
	transition: background 250ms ease-in-out;
}
figure.sku-table::-webkit-scrollbar-track,
div.infoLeft::-webkit-scrollbar-track,
div.infoRight::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #474748;
}

figure.sku-table span.tableHeader {
	display: block;
	text-align: center;
	font-family: Teko;
	font-size: 36px;
	color: #CCCCCC;
	line-height: 40px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
figure.sku-table:nth-child(n+2) span.tableHeader {
	margin: 20px 0 0 0;
}
figure.sku-table div.noSkus {
	display: block;
	width: 100%;
	text-align: center;
	height: 42px;
	background: #111111;
}
figure.sku-table div.noSkus:before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	left: 14px;
	right: 14px;
	top: 21px;
	background: #A77B22;
	z-index: 0;
}
figure.sku-table div.noSkus span {
	display: inline-block;
	text-align: center;
	height: 42px;
	line-height: 42px;
	background: #111111;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	color: #A77B22;
	padding: 0 8px;
	z-index: 1;
}
figure.sku-table table {
	font-family: Arial;
}
figure.sku-table table thead tr {
	background: #111111;
}
figure.sku-table table thead tr th {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #CCCCCC;
	padding: 5px 10px;
}
figure.sku-table table thead tr th.wLock {
	min-width:220px;
}
figure.sku-table table thead tr th.wLock2 {
	min-width:300px;
}
figure.sku-table table tbody tr td:nth-child(1) {
	cursor: pointer;
}
figure.sku-table table tbody tr:nth-child(odd) {
	background: #CACACA;
}
figure.sku-table table tbody tr:nth-child(even) {
	background: #B5B5B5;
}
figure.sku-table table tbody tr {
	height: 92px;
}
figure.sku-table table tbody tr td {
	padding: 4px 6px;
	text-align: center;
}
figure.sku-table table tbody tr td:nth-child(1) {
	font-size:0;
	padding: 6px;
	width: 92px;
}
figure.sku-table table tbody tr td:nth-child(1) img {
	
}
figure.sku-table table tbody tr td:nth-child(1) c {
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 12px;
	top: 5px;
	right: 50%;
	margin-right: -45px;
	background: #232323;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #CCCCCC;
	line-height: 20px;
	font-weight: bold;
	z-index: 50;
}
figure.sku-table table tbody tr td:nth-child(1):before {
	content: "VIEW";
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	padding: 30px 0;
	text-align: center;
	color: #232323;
	z-index: 10;
	background: rgba(255, 255, 255, 0.7);
	display: none;
}
figure.sku-table table tbody tr td:nth-child(1)[data-img-count]:before {
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
figure.sku-table table tbody tr:hover {
	background:#bd9c59 !important;
}
figure.sku-table table tbody tr:hover td:nth-child(1):before {
	display:block;
}
figure.sku-table table tbody tr:hover td:nth-child(1) > c {
	color: #D28E04;
}
figure.sku-table table tbody tr td:nth-child(2) {
	white-space: nowrap;
}
figure.sku-table table tbody tr td.models {
	font-size: 0;
}
figure.sku-table table tbody tr td t,
figure.sku-table table tbody tr td non {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
}
figure.sku-table table tbody tr td non {
	color: #666666;
}
figure.sku-table table tbody tr td t:not(:last-child):after {
	content: ",";
}
figure.sku-table table tbody tr td t.nocom:after {
	content: ",";
	visibility:hidden;
}
figure.sku-table table tbody tr td w {
	font-style: italic;
	color: #612c2c;
}
figure.sku-table table tbody tr td note {
	font-size: 14px;
	text-align: left;
	display: block;
	padding: 10px 5px;
}


#zoomBox {
	display: block;
	position: fixed;
	background: #232323;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAIElEQVQYV2MUFBR8JiQkxMOABBhBgsgCIDZYEKtKogQBfH4GizowP/4AAAAASUVORK5CYII=) repeat;
	width: 100%;
	height: 100%;
	top: -100%;
	z-index: 1000;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#zoomBox.shft {
	top: 0;
}
#zoomBox img.main {
	position:absolute;
	max-height: 80%;
	max-width: 80%;
	margin: 0 auto;
	display: block;
	top:43%;
	left:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#zoomBox div.multiTumbs {
	position: absolute;
	height: 90px;
	max-height: 16%;
	width: 100%;
	padding: 5px;
	margin: 0 auto;
	display: block;
	text-align: center;
	top: 84%;
	white-space: pre;
	overflow-x: auto;
}
#zoomBox div.multiTumbs div.thumb {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: auto;
	margin: 0 5px;
	cursor: pointer;
}
#zoomBox div.multiTumbs div.thumb.selected {
	cursor: default;
}
#zoomBox div.multiTumbs div.thumb.selected:after {
	content: "";
	background: rgba(210, 142, 4, 0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
#zoomBox div.multiTumbs div.thumb img {
	display: block;
	height: 100%;
	width: auto;
}
#zoomBox div.shdw {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#zoomBox div.details {
	position: absolute;
	height: 80%;
	width: 80%;
	margin: 0 auto;
	display: block;
	top: 43%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: rgba(17, 17, 17, 0.9);
	padding: 120px 20px 20px 20px;
	font-size: 0;
}
#zoomBox div.details img {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}
#zoomBox div.details text.infoSku,
div.infoLeft div.models h3,
div.infoLeft div#notes h3,
div.infoRight div.spec h4 {
	font-family: Teko, Arial;
	display: block;
	color: #CCCCCC;
	border-bottom: 1px #898989 solid;
}
#zoomBox div.details text.infoSku {
	position: absolute;
	top: 20px;
	left: 100px;
	right: 20px;
	line-height: 70px;
	color: #FFFFFF;
	padding: 8px 0 0 20px;
	font-size: 70px;
	border: 1px #FFFFFF solid;
	border-left: none;
	background: #111;
}
#zoomBox div.details div.infoLeft,
#zoomBox div.details div.infoRight {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	overflow-y: auto;
}
#zoomBox div.details div.infoLeft {
	width: 77%;
}
#zoomBox div.details div.infoRight {
	width: 23%;
	border-left: 1px #FFFFFF solid;
	padding-left: 20px;
	padding-right: 10px;
}
div.infoRight div.spec {
	display: block;
}
div.infoRight div.spec h4 {
	margin: 0 0 10px 0;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	font-weight: normal;
}
div.infoRight div.spec span {
	display: block;
	font-size: 18px;
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
div.infoLeft h2 {
	display: block;
	margin: 0;
	width: 90%;
	line-height: 40px;
	font-family: Teko, Arial;
	color: #CCCCCC;
	padding: 0;
	font-size: 40px;
	font-weight: normal;
	border-bottom: 1px #CCCCCC solid;
}
div.infoLeft div.models {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 20px 0;
}
div.infoLeft div.models h3 {
	margin: 0 0 10px 0;
	font-size: 40px;
	line-height: 40px;
	padding: 0;
	font-weight: normal;
}
div.infoLeft div.models t {
	font-size: 16px;
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
}
div.infoLeft div#notes {
	display: block;
	padding: 10px 20px 10px 0;
}
div.infoLeft div#notes h3 {
	margin: 0 0 10px 0;
	font-size: 40px;
	line-height: 40px;
	padding: 0;
	font-weight: normal;
}
div.infoLeft div#notes note {
	font-size: 16px;
	line-height: 24px;
	display: block;
	color: #CCCCCC;
	font-family: Arial, sans-serif;
}



@media only screen and (max-width: 1000px) and (min-width: 701px) {
	header {
		height: 90px;
	}
	header.shift{
		left:0;
	}
	header div.scLogo {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 90px;
		margin: 0;
		padding: 5px 0;
		z-index: 10;
	}
	header div.scLogo img {
		width: auto;
		height: 80px;
		margin: 0 auto;
		display: block;
	}
	header div.mobMenuToggleCont {
		display: block;
	}
	
	header div.top-nav-cont {
		display:none;
	}
	header div.mobMenuToggleCont span {
		line-height: 90px;
		font-size: 70px;
	}
	#productContent {
		padding-top:66px;
	}
	h1 {
		font-size: 46px;
		line-height: 50px;
	}
	p.desc {
		font-size: 26px;
		line-height: 30px;
	}
	p.lab {
		font-size: 28px;
	}
	ul.features li {
		font-size: 26px;
		line-height: 28px;
	}
	#zoomBox div.details {
		width: 96%;
	}
}
@media only screen and (max-width: 100px) {
	header {
		left: 0;
		background: rgba(17, 17, 17, 0.8);
	}
	#productImage {
		top: unset;
		bottom: unset;
		left: unset;
		right: unset;
		height: 400px;
		position: relative;
		background-position: 50% 40%;
	}
	#productImage #prodShad {
		left: -10px;
		right: -10px;
		width: unset;
		height: 20px;
		bottom: -20px;
		top: unset;
	}
	#productContent {
		position: relative;
		top: unset;
		bottom: unset;
		left: unset;
		right: unset;
		padding: 10px 10px 50px 10px;
		overflow:unset;
	}
	#mainWrap {
		overflow:auto;
	}
	h1 {
		font-size: 52px;
		line-height: 58px;
	}
	ul.brand-tiles li {
		width:23%;
	}
}
@media only screen and (max-width: 1000px){
	header {
		left: 0;
		right: 0;
		opacity: 1 !important;
		pointer-events: all !important;
		z-index: 500 !important;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		background: rgba(17, 17, 17, 0.8);
	}
	header div.top-nav-cont,
	footer div.btm-nav-cont {
		display:none;
	}
	footer {
		pointer-events:none;
		height: 20px;
	}
	footer div.copyright {
		font-size: 10px;
	}
	#productImage {
		top: unset;
		bottom: unset;
		left: unset;
		right: unset;
		position: relative;
		background-image: none !important;
		padding-bottom: calc(500 / 1000 * 100%);
	}
	#productImage img#mobProdImg {
		display: block;
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	#productImage #prodShad {
		left: -10px;
		right: -10px;
		width: unset;
		height: 20px;
		bottom: -20px;
		top: unset;
	}
	#productContent {
		position: relative;
		top: unset;
		bottom: unset;
		left: unset;
		right: unset;
		padding: 10px 10px 50px 10px;
		overflow:unset;
	}
	#mainWrap {
		overflow:auto;
	}
	h1 {
		font-size: 52px;
		line-height: 58px;
	}
}

@media only screen and (max-width: 700px) {
	#zoomBox div.details {
		width: 100%;
		padding: 90px 10px 10px 10px;
	}
	div.infoLeft div.models h3,
	div.infoLeft div#notes h3,
	div.infoRight div.spec h4 {
		font-size: 26px;
		line-height: 30px;
	}
	#zoomBox div.details text.infoSku {
		font-size: 50px;
		line-height: 50px;
		left: 70px;
		right: 10px;
	}
	#zoomBox div.details img {
		width: 60px;
		height: 60px;
		left: 10px;
	}
	div.infoLeft div.models t {
		font-size: 14px;
		padding: 2px 0;
	}
	#zoomBox div.details div.infoRight {
		padding-left: 10px;
	}
	div.infoRight div.spec h4 {
		margin: 0 0 2px 0;
	}
	div.infoRight div.spec span {
		margin-bottom: 14px;
	}
	ul.brand-tiles {
		text-align: center;
	}
	h1 {
		font-size: 42px;
		line-height: 46px;
	}
	p.desc {
		font-size: 20px;
		line-height: 22px;
	}
	p.lab {
		font-size: 26px;
	}
	ul.features li {
		font-size: 22px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 700px) and (orientation: landscape) {
	#productImage {
	}
}
@media only screen and (max-width: 575px) {
	h1 {
		font-size: 46px;
		line-height: 50px;
	}
}


