@charset "utf-8";
@charset "utf-8";
/* CSS Document for Firecreekacc.com*/
/* copyrith Dayle Designs 2017*/

/* load Adobe TypeKit fonts loaded w/js in html */

/* Reset Browser Styles ---------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* Reset Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* --- Mobile-First-Design - code for phone is first - queries for larger devices must follow! ----- */
/* After Page styles, styles flow with site top-bottom & left-right with sections for specific areas */

/* --------------------------------------------- Page Styles --------------------------------------- */
body {	
		font-family: "acumin-pro-n3", "acumin-pro", Helvetica, Arial, "sans-serif";
		font-style: normal;   /*Required for Typekit*/
		font-weight: 300;     /*Required for Typekit*/
		background: #11110e;  /* Fallback */
}
/* Make images fluid for all devices */
img 	{max-width: 100%;}
/* Contain page - fixes position zoom issues - allows content centering with margin: 0 auto; */
.pagewrapper {
	width: 100%;
	height: 100%;
	/*Gradient Fill from Colorzilla.com*/
	background: #11110e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #11110e 0%, #844f12 75%, #ee8715 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #11110e 0%,#844f12 75%,#ee8715 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #11110e 0%,#844f12 75%,#ee8715 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0b', endColorstr='#844f12', GradientType=1 ); /* IE6-9 fallback to horizontal gradient */
}
.pagewrapper-horizontal {
	width: 100%;
	height: 100%;
	background: #11110e; /* Old browsers */
	background: -moz-linear-gradient(left,  #11110e 0%, #844f12 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #11110e 0%,#844f12 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #11110e 0%,#844f12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11110e', endColorstr='#844f12',GradientType=1 ); /* IE6-9 */
}
/* Global on-the-fly Styles ------------------------------------------------------------------ */
q::before 			{content: open-quote;}
q::after			{content: close-quote;}
blockquote::before 	{content: open-quote;}
blockquote::after 	{content: close-quote;}

/* Styles for test use - copy to content as used and delete here ----------------------------- */
.left			{text-align: left;}
.center			{text-align: center;}
.right			{text-align: right;}
.italic 		{font-style: italic;}
.bold			{font-weight: bold;}
.boldcenter		{text-align: center; font-weight: bold;}
.boldblack		{font-weight: bold; color: #000}
.blueboldcenter	{text-align: center; font-weight: bold; color: #005bd3;}
.clear 			{clear: both;}
.clearleft		{clear: left;}
.clearright		{clear: right;}
.floatleft 		{float: left;}
.floatright 	{float: right;}
.redbold		{font-size: 1em; font-weight: bold; color:#e10000;}
.redboldcenter	{font-weight: bold; text-align: center; color: #e10000;}
.blue			{color: #005bd3;}
.green			{color: #155428;}
.tightline		{margin-top: 0.7em;}
.tighterline	{margin-top: 0.3em;}
.margintop 		{margin-top: 2em;}
.smallertext	{font-size: 0.95em;}
.smallernormal	{font-size: 0.8em; font-weight: normal;}

/* ------------------------------ Header Styles ---------------------------------------- */
header {
	width: 100%;
	height: auto;
	min-height: 9.75em; /*156px*/ /*16px = 1em*/
	background: #262626; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #0e0e0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4c4c4c 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#0e0e0e', GradientType=0 ); /* IE6-9 */
}
.headerwrapper {
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
	padding: 0.625em 0 0 0;
}
.logocontainer {
	width: 100%;
	height: auto;
	padding: 0.625em 0 0 0; 
	/* set padding to 0 and use logolink margin width auto to center on phone */
}
/* Rollover Image uses Sprites */
.logolink a:link, 
.logolink a:visited 	{
	width: 280px;
	height: 126px;
	display: block;
	background: url(i/firecreek-logo-280-Sprites.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto; /* margin width auto centers on phone */
}
.logolink a:hover {
	background-position: -280px 0;
}
/* ------------------------------ Header Aside Content --------------------------------- */
header aside {
	width: 100%;
	height: auto;
	padding: 0;
}
header aside h1	{
	font-family: modestolite-expanded, serif;
	font-style: normal;
	font-weight: 400;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.0em;
	margin: 0;
}
/* -------------------------------- Main Navigatsion ----------------------------------- */
.nav-main {
	width: 100%;
	height: auto;
	padding-bottom: 0.7em; /* expands header background height */
	margin: 0.4em auto 0 auto; /* top margin with centering */
}
.nav-main ul {
	list-style: none;
	padding: 0;
	text-align: center;	
}
.nav-main li {
	display: inline-block;
	border-right: solid 1px #676767;
	}
.nav-main li:last-child {
	border: none;
}
.nav-main a:link, 
.nav-main a:visited 	{
	display: block;
	color: #b4b4b4;
	font-size: 0.95em;
	line-height: 1em;
	text-decoration: none;
	padding: 0 0.5em 0 0.5em;
}
.nav-main a:hover {
	color: #b86a14;
}
.nav-main .active a:link,
.nav-main .active a:visited {
	color: #fff;
	background-color: #b86a14;
}
.nav-main .active a:hover {
	color: #b86a14;
	background-color: #171717;
}

/* ----------------------------- Primary & Lower Navigation Bars ---------------------- */
.nav-primary, 
.nav-lower {
	width: 100%;
	height: auto;
	background-color: #303030;
	-webkit-box-shadow: .1em .1em 1em #000;
	-moz-box-shadow: .1em .1em 1em #000;
	-ms-box-shadow: .1em .1em 1em #000;
	-o-box-shadow: .1em .1em 1em #000;
	box-shadow: .1em .1em 1em #000;
}
.nav-primary-container, 
.nav-lower-container {
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0 auto; /*center container*/
}
.nav-primary ul, 
.nav-lower ul	{
	list-style: none;
	padding: 0;
	text-align: center;
}
.nav-primary li, 
.nav-lower li	{
	display: inline-block;
	border-right: solid 1px #676767;
	padding: 0 0.125em;		/*sets space to create border lines*/
	margin-left: -.25em;	/*corrects auto spacing*/
}
.nav-primary li:last-child, 
.nav-lower li:last-child {
	border: none;
}
.nav-primary a:link, 
.nav-primary a:visited, 
.nav-lower a:link, 
.nav-lower a:visited 	{	
	display: block;
	color: #b4b4b4;
	font-size: .95em;
	line-height: 1.7em;
	text-decoration: none;
	padding: 0 0.3em;	/*sets link and bar width*/
}
.nav-primary a:hover, 
.nav-lower a:hover 		{
	color: #b86a14;
	background-color: #000;
}
.nav-primary .active a:link, 
.nav-primary .active a:visited, 
.nav-lower .active a:link, 
.nav-lower .active a:visited 	{
	color: #eee;
	background-color: #171717;
}
.nav-primary .active a:hover, 
.nav-lower .active a:hover 		{
	color: #b86a14;
	background-color: #171717;
}
/* --- Firefox Spcific Adjustment --- */
.nav-primary a, x:-moz-any-link, x:default, 
.nav-lower a, x:-moz-any-link, x:default {
    margin: -0.15em 0 0.0625em 0;
}

/* --------------------------------------- Secondary Navigation Bar & Footer Navigation ------- */
/*Create .nav background colors and shadows full width of viewport*/
.nav-secondary,
.nav-store {
	width: 100%;
	height: 1.8em;
}
/*Fix drop not on top of content*/
.nav-store {
	position: relative;
	z-index: 2;
}
.nav-secondary {
	background-color: #080808;
}
.nav-store {
	background-color: #303030;
}
.nav-secondary,
.nav-store 	{	
	-webkit-box-shadow: .1em .1em 1em #000;
	-moz-box-shadow: .1em .1em 1em #000;
	-ms-box-shadow: .1em .1em 1em #000;
	-o-box-shadow: .1em .1em 1em #000;
	box-shadow: .1em .1em 1em #000;
}
.nav-footer {
	width: 100%;
	height: auto;
	min-height: 2em;
	margin: 0 auto;
	padding-top: 0.25em;
	background-color: #080808;	/*Same Styles as Scondary Nav without box-shadow*/
}
/*Create a box for .nav that centers in viewport*/
.nav-secondary-container,
.nav-store-container,
.nav-footer-container	{
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
}
/*Style Navigation and Store Items Lists*/
.nav-secondary ul {
	list-style: none;
	margin-left: 5%;
}
.nav-store ul {
	list-style: none;
	margin-left: 2%;
}
.nav-footer ul {
	list-style: none;
	text-align: center;
}
/* Use li padding to set borders between */
.nav-secondary ul li, 
.nav-footer ul li,
.nav-store ul li {
	display: inline-block;
	padding: 0 0.25em;	
}
.nav-secondary a:link,
.nav-secondary a:visited,
.nav-store a:link, 
.nav-store a:visited,
.nav-footer a:link, 
.nav-footer a:visited 	{
	display: block;
	font-size: .95em;
	line-height: 1.7em;
	text-decoration: none;
	padding: 0 0.125em;
}
.nav-secondary a:link, 
.nav-secondary a:visited,
.nav-footer a:link, 
.nav-footer a:visited 	{
	color: #e7e7e7;
}
.nav-store a:link, 
.nav-store a:visited  {
	color: #b4b4b4;
}
.nav-secondary a:hover,
.nav-footer a:hover {
	color: #b86a14;
	background-color: #171717;
}
.nav-store a:hover {
	color: #b86a14;
	background-color: #000;
}
.nav-secondary .active a:link, 
.nav-secondary .active a:visited,
.nav-footer .active a:link, 
.nav-footer .active a:visited, 
.nav-footer .active a:hover 	{
	color: #fff;
	background-color: #313131;
}
.nav-store .active a:link, 
.nav-store .active a:visited {
	color: #9A9A9A;
	background-color: #171717;
}
.nav-secondary .active a:hover {
	color: #b86a14;
	background-color: #171717;
}
.nav-store .active a:hover {
	color: #b86a14;
	background-color: #000;
}


/* ------------------------------- secondary navigation and store dropdowns --- */
.toggle,
[id^=drop] {
	display: none;
}
/*creat box color & shadows*/
.nav-secondary ul li ul,
.nav-store ul li ul 	{
	position: relative;
	float: left;
	-webkit-box-shadow: .05em .2em 1.5em #000;
	-moz-box-shadow: .05em .2em 1.5em #000;
	-ms-box-shadow: .05em .2em 1.5em #000;
	-o-box-shadow: .05em .2em 1.5em #000;
	box-shadow: .05em .2em 1.5em #000;
}
.nav-secondary ul li ul {
	background-color: #080808;
}
.nav-store ul li ul {
	background-color: #171717;
}
/*FloatLeft moves content in itemsleft - okay with float none*/
.store .items ul li ul {
	position: relative;
	float: none;
	z-index: 2;
}
/* Hide Dropdowns by Default and give it a position of absolute */
.nav-secondary ul ul,
.nav-store ul ul,
.store .items ul ul {
	display: none;
	position: absolute; 
	top: 0;
	margin: 0;
	padding: 0.25em 0;
}
/* Display Dropdowns on Hover */
/*Only needs to be done once for entire dropdown tree*/
.nav-secondary ul li:hover > ul,
.nav-store ul li:hover > ul,
.store .items ul li:hover > ul {
	display: inherit;
}

/* First Tier Dropdown */
.nav-secondary ul ul li,
.nav-store ul ul li,
.store .items ul ul li {
	position: relative;
	display: list-item;
	float: none;		
	padding: 0 0.25em;  /*Leaves some background color around hover*/
	margin: 0.25em 0 0.25em -.125em;	/*"-" corrects auto spacing*/
}

/* ------------------------------------ Second, Third and more Tiers ------- */
/*Adjust dropdown block position with left:
change width & position for each media query*/
.nav-secondary ul ul ul,
.nav-store ul ul ul{
	position: absolute; 
	top: 0;
	left: 3.5em;
	width: 7em;
	margin: 0 0.5em;
	background-color: #303030;
}
.nav-secondary ul ul ul li,
.nav-store ul ul ul li{
	position: relative;
	top: 0;
	left: 0; 
}
.nav-secondary ul ul ul li a:hover,
.nav-store ul ul ul li a:hover,
.nav-footer a:hover 	{
	color: #b86a14;
	background-color: #050505;
}
/* Change ' v' to change the Dropdown symbol */
			/*	li > a:after {content:  ' v'; color:#585858}
				li > a:only-child:after  content: ''; 		*/

/* ---------------------------------- store and sale items lists -------------------------- */
.store .item-list {
	width: 100%;
	height: 1.4em;
}
.store .items ul,
.sale-items ul {
	list-style: none;
	background-color: #b4b4b4;
	-webkit-box-shadow: 0.125em 0.125em 0.5em #313131;
	-moz-box-shadow: 0.125em 0.125em 0.5em #313131;
	-ms-box-shadow: 0.125em 0.125em 0.5em #313131;
	-o-box-shadow: 0.125em 0.125em 0.5em #313131;
	box-shadow: 0.125em 0.125em 0.5em #313131;
	margin: 0.125em 0 0 0;
}
.sale-items ul {
	width: 75%;
}
.store .items ul li,
.sale-items ul li {
	display: block;
	padding: 0;
}
.store .items ul li a {
	font-weight: 600;
}
.sale-items ul li a {
	font-weight: 400;
}
.store .items ul li ul li a {
	font-weight: 400;
}
.store .items a:link,
.store .items a:visited,
.sale-items a:link,
.sale-items a:visited {
	display: block;
	color: #000;
	font-size: .95em;
	letter-spacing: -.05em;
	line-height: 1.7em;
	padding: 0 0.25em;
	margin: 0 0.125em;
	text-decoration: none;
}
.store .items a:hover,
.sale-items a:hover {
	color: #313131;
	background-color: #ECECEC;
}
/* --- Firefox Spcific Adjustment --- */
.store .item-list a:link, x:-moz-any-link, x:default,
.store .item-list a:visited, x:-moz-any-link, x:default,
.store .item-list a:hover, x:-moz-any-link, x:default,
.sale-items a:link, x:-moz-any-link, x:default,
.sale-items a:visited, x:-moz-any-link, x:default,
.sale-items a:hover, x:-moz-any-link, x:default     {
	font-size: 1.1em;
    margin: -0.15em 0 0.125em 0;
	padding: 0 0.5em 0 0.5em;
}

/* ---------------------------------- Copyright Link Bar ----------------------------------- */
.design	{
	width: 100%;
	height: auto;
	min-height: 2.5em;
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	padding: 0.5em 0.5em 1.5em 0.5em;
}
.design a:link, 
.design a:visited 	{
	color: #808080;
	font-size: 0.7em;
	line-height: 0.8em;
	font-weight: normal;
	text-decoration: none;
}	
.design a:hover {
	color: #C3C3C3;
	font-size: 0.7em;
	text-decoration: none;
}

/* ------------------------------- Content Boxes and Image Styles ----------------------------- */
main {
	width: 100%;
	height: auto;
}
.maincontainer {
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
}
/* Lower Content Cap to Push Footer Down*/
.maincontainer:after {
    content:"";
    display: table;
    clear: both;
}
.mainheader {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.mainheader img {
	width: 26%;  /*% of container width 1024px*/
	margin-bottom: -3.0em;
	/*border: solid thin #8B8B8B;*/
}
.mainlogocontainer {
	width: 73%;
	height: auto;
	float: left;
	margin: 6% 0 0 0;
	/*border: solid thin #D9D9D9;*/
}
.mainlogocontainer img {
	width: 95%;  /*% of container width 645px*/
	margin: 0 0 0 0;
}
.aside-models {
	width: 30%; 
	float: right;
	margin: 0 0 0 2%;
}
.aside-images {
	width: 40%; 
	float: right;
	padding: 1em 0 2em 0;
	margin: 0 0 0 2%;
}
.aside-install {
	width: 40%;
	float: right;
	background-color: #000;
	padding: 0.5em;
	margin: -1em 0 0 2%;
}
.aside-accessories {
	width: 40%;
	float: right;
	background-color: #000;
	padding: 0.5em;
	margin: 0 0 0 2%;
}
.aside-images img,
.aside-install img {
	margin: 0;
	padding: 0;
}
article {
	width: 95%;
	height: auto;
	margin: 2.75em auto 1.5em auto;
}
.margin-safety {
	margin-top: -2em;
}
.noheader {
	margin: 1em auto 1.5em auto;
}
.noheader img {
	width: 50%;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.install-head {
	width: 100%;
	height: auto;
	margin: 0 auto 1.5em auto;
	padding: 0 1em;
}
.install-head img {
	width: 50%;
	float: none;
	margin: 0.5em 0 0.5em 0;
}
.wide-article {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1em 2.5% 2em 2.5%;
}
.wide-article .logo,
.wide-article .logo-acc,
.store .logo {
	width: 50%;
	float: none;
	margin: 0 0 -1.0em 0;
}
.blogbox {
	margin: 1em auto 1.5em auto;
	text-align: center;
}
.blogbox img {
	width: 60%;
	float: none;
	margin: 1em auto 0.5em auto;
}
.blogitem:after {
	content:"";
	display: table;
	clear: both;
}
/* -------------------------------- Store and QuickTank Box Styles ---------------------- */
.store {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1em 0 2em 0;
}
.store .store-header {
	margin: -0.5em 0 0 2.5%;
}
.store .qt-header {
	margin: 0.5em 0 0 2.5%;
	text-align: center;
}
.store section {
	padding: 0.5em 0 0 0;
}
.store .items,
.store .qt-box {
	width: 100%;
	height: auto;
}
.qt-box {
	margin: -1em 0 2em 0;
}
.store .itemsleft {
	width: 95%;
	height: auto;
	float: none;
	padding: -0.5em 0 0 0;
}
.store .itemsright {
	width: 95%;
	height: auto;
	float: none;
	padding: 0 0 0.5em 0;
}
.qt-box .itemsleft {
	width: 95%;
	height: auto;
	float: none;
	padding: 0.5em 2.5% 0 2.5%;
	margin: 0 0 1em 0;
}
.qt-box .itemsright {
	width: 95%;
	height: auto;
	float: none;
	padding: 0.5em 2.5% 0 2.5%;
	margin: 0 0 1em 0;
}
.store .items:after,
.store .qt-box:after {
	content:"";
	display: table;
	clear: both;
}
.qt-box .itemsleft:after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}
/* ---------------------------------------- QuickTank Image Styles ------------------ */

/*images for two columns*/
.img-enlarge {
	width: 40%;
	float: right;
	margin: 0.5em auto 0.5em auto;
}
/*position images*/
.img-enlarge > div {
	position: relative;
	float: right;
	padding: 0.4em 0.1em;
}
/*enlarge image on hover*/
.img-enlarge > div > img {
	display: block;
	width: 260px;
	transition: .1s transform;
	transform: translateZ(0); /* hack */
}
.img-enlarge > div:hover {
	z-index: 1;
}
.img-enlarge > div:hover > img {
	transform: scale(2.0,2.0);
	transition: .3s transform;
}

/*images for wide article*/
.img-enlarge-wide {
	width: 40%;
	float: none;
	margin: 0.5em auto 0.5em auto;
}
/*position images*/
.img-enlarge-wide > div {
	position: relative;
	float: none;
	padding: 0.4em 0.1em;
}
/*enlarge image on hover*/
.img-enlarge-wide > div > img {
	display: block;
	width: 260px;
	transition: .1s transform;
	transform: translateZ(0); /* hack */
}
.img-enlarge-wide > div:hover {
	z-index: 1;
}
.img-enlarge-wide > div:hover > img {
	transform: scale(2.0,2.0);
	transition: .3s transform;
}
.img-enlarge-wide:after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}

/* -------------------------------------- Main Content Image Styles ----------------- */
.wide-article img {
	width: 40%;
	float: left;
	margin: 0.5em 0 0.5em 1em;
}
.wide-article .columns .line-of-sight {		/*line of sight image for sizing page*/
	width: 90%;
	display: block;
	float: none;
	margin: 1em auto 0.25em auto;
}
.wide-article .gears {
	width: 15%;
	float: left;
	margin: 0.4em 1.0em 0.25em 0;
}
.tall-img {
	width: 40%;
	float: left;
	margin: 0 1em 0 0;
}
.wide-article .columns img {
	width: 50%;
	float: left;
	margin: 0 1.5em 0.5em 0;
}
.install-head .install img {
	width: 30%;
	float: none;
	margin: 1em 2em 0.5em 0;
}
.install-head .install .bits {
	width: 29%;
	float: none;
	margin: 1em 0.5em 0 0.5em;
}

/* -------------------------------- Column and Image Styles ------------------------- */
.columns {
	-webkit-columns: 2 250px;
     -moz-columns: 2 250px;
          columns: 2 250px;
	-webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.columns p:first-child { 
	margin-top: 0em !important; margin-left: 0 !important;
}
.colspan {
	column-span: all;
}
.columns img {
	width: 60%;
	min-width: 180px;
	float: left;
	margin: 0.4em 1.0em 0.25em 0;
}
.columns figure { 		/*Use for instructions*/
	width: 50%;
	float: left;
	vertical-align: top;
	margin: 0.3em 1.5em 0 0;
	border-bottom: solid thin #b7b7b7;
}
.columns figure img {   /*Use for instructions*/
	width: 100%;
	margin: 0;
}
.columns figcaption {	/*Use for instructions*/
	color: #b7b7b7;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.1em;
	margin: 0.25em 0 0.75em 0;
	text-align: center;
}
.contact img {
	width: 90%;
	float: none;
	margin: 1em 0 -0.5em 5%;
}

/* ----------------------------------- Gallery Image Styles ------------------------ */
.gallery {
width: 200px;
margin: 0 auto;
padding: 0.5em 0 0 0;
}
/*contain floated elements*/
.gallery:before, .gallery:after {
display: table;
content: "";
line-height: 0;
}
.gallery:after {
clear: both;
}
/*position images*/
.gallery > div {
position: relative;
float: left;
padding: 0.4em 0.1em;
}
/*enlarge image on hover*/
.gallery > div > img {
display: block;
width: 200px;
transition: .1s transform;
transform: translateZ(0); /* hack */
}
.gallery > div:hover {
z-index: 1;
}
.gallery > div:hover > img {
transform: scale(2.0,2.0);
transition: .3s transform;
}

/* ---------------------------- Content Text Styles -------------------------------- */
h1 	{
	font-family: modestolite, serif;  /*TypeKit Font*/
	font-style: normal;  
	font-weight: 400;	 
	color: #fff;
	font-size: 1.5em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	margin: 0.5em 0 0.5em 0;
}
h2 {
	font-family: modestolite, serif;  /*TypeKit Font*/
	font-style: normal;  
	font-weight: 400;	 
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	margin: 0.5em 0 0em 0;
}
h3 {
	font-family: modestolite, serif;  /*TypeKit Font*/
	font-style: normal;  
	font-weight: 400;	 
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin: 0;
}
h4 {
	font-family: modestolite, serif;  /*TypeKit Font*/
	font-style: normal;  
	font-weight: 400;	 
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin: 1em 0 0 0;
}
p {	
	color: #cfcfcf;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 1.1em;
	hyphens: manual;
}
hr {
	margin: 1em 0 0 0;
}
.qt {
	color: #cfcfcf;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	margin-right: 0.25em;
}
/* ---------------------------- Store Text Styles ------------ */
.store .store-header h3 {
	margin: 1em 0 0 0;
}
.store-section-head {
	width: 100%;
	height: 0.5em;
	background-color: #313131;
	margin: 1.5em 0 -0.5em 0;
}
.store-section-head h3 {
	position: relative;
	top: -0.45em;
	color: #b4b4b4;
	padding: 0 0 0 0.75em;
}
.store h4 {
	color:#cfcfcf;
}
.store .items p {
	margin: 1em 0 -0.75em 2%;
}
/* ---------------------------- Aside Text Styles ------------ */
.aside-images p, 
.aside-install p {
	font-size: 0.8em;
	text-align: center;
	margin: 0 0 1em 0;
}
.aside-install h3 {
	text-align: center;
}
.install p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 1.1em;
}
.install h3 {
	margin: .5em 0 0.25em 0;
}
.install .heading {
	color: #fff;
	font-weight: bold;
}
/* -------------------------- General Text Styles ------------ */
.i {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center	{
	text-align: center;
}
.first-line {
	color: #cfcfcf;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 1.3em;
}
.first-line a:link,
.first-line a:visited {
	color: #cfcfcf;
	text-decoration: underline;
}
.first-line a:hover {
	color: #cfcfcf;
	text-decoration: underline;
	font-weight: 600;
}
.first-letter {
	font-family: "acumin-pro", Helvetica, Arial, "sans-serif";  /*TypeKit Font*/
	font-style: normal;  
	font-weight: 800;
	font-size: 1.1em;
	color: #fff;
	background-color: #b86a14;
	letter-spacing: 0.1em;
}
.margin-top-zero {margin-top: 0;
}
.margin-top-large {margin-top: 1.0em;
}
.indent {
	margin-left: 10%;
}
.line-height-one {
	line-height: 1.2em;
	margin: 1em 0 0.5em 0;
}
/* -------------------------- Content List Styles ------------------------------------ */
.wide-article ul {
	list-style: disc;
	margin: 1.5em 0 0 1.5em;
}
.wide-article li {
	color: #cfcfcf;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 1.1em;
}
.contact-first ul {
	list-style: none;
	margin: 0 0 1em 20%; 
}
.contact-first ul p,
.contact-first ul h2 {
	margin-top: 0;
}
.contact ul {
	list-style: none;
	margin: 1.75em 0 1em 20%;
}
.columns ol,
.install ol,
.qt-box ol   {
	list-style: decimal inside;
}
.columns ol li,
.install ol li,
.install ol li ul li,
.qt-box ol li  {
	color: #cfcfcf;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 1.1em;
}
.install ul {
	list-style: none inside;
}
.install ul li  {
	color: #cfcfcf;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 0;
}
.qt-box ul {
	list-style: disc;
	margin: 0.25em 0 0 1.5em;
}
.qt-box li {
	color: #cfcfcf;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-top: 0.5em;
}
.sitemap {
	list-style: none;
}
.sitemap li {
	margin-bottom: 1em;
}
.sitemap a:link, .sitemap a:visited {
	text-decoration: none;
}

/* --------------------------- Content Link Styles ----------------------------------- */
article a:link,
article a:visited,
.store-header a:link,
.store-header a:visited,
.modelarticle a:link,
.modelarticle a:visited,
.qt-box a:link,
.qt-box a:visited 		{
	color: #cfcfcf;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: underline;
}
article a:hover,
.store-header a:hover,
.modelarticle a:hover,
.qt-box a:hover 		{
	color: #fff;
}
.contact a:link, a:visited {
	color: #cfcfcf;
	font-size: 1.1em;
	line-height: 1.75em;
	font-weight: normal;
	text-decoration: underline;
}
.contact a:hover {
	color: #fff;
}
/* --------------------------Content Table Styles ------------------------------------- */
table {
	width: 100%;
	margin: 1.5em 0 -0.5em 0;
}
table tr td {
	color: #cfcfcf;
	font-weight: normal;
	font-size: 0.9em;
	text-align: center;
	padding: 0.25em 0.5em;
	border: thin solid #303030;
}
table .tablehead {
	background-color: #303030;
}
table .tablehead td {
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	padding: 0.125em 0.5em;
}
.tablenote {	
	color: #cfcfcf;
	font-weight: normal;
	font-size: 0.95em;
}

/* --------------------------------- Footer Styles ------------------------------------ */
footer {
	width: 100%;
	height: auto;
}
/*End Phone Styles*/

/* ----------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------ Media Queries - c ---------------------------------*/
/* Media Query and CSS for Phones - @media (max-width: 480px) {Declearations go here}*/

/* Media Query Styles for Small Phone */ 
@media (min-width: 250px) and (max-width: 440px) {

	.nav-secondary,
	.nav-store 		{
	width: 100%;
	height: 1.6em;
	}
	.nav-secondary ul ul li,
	.nav-store ul ul li,
	.nav-secondary ul ul ul li,
	.nav-store ul ul ul li 		{
	margin: .5em 0;
	}
	/* Use a narrow font in this nav bar for small devices */
	.nav-secondary a,
	.nav-store a {
	font-family: acumin-pro-condensed, sans-serif;	/*Typekit*/
	font-style: normal;
	font-weight: 400;
	}
	.nav-store a:link, 
	.nav-store a:visited,
	.nav-footer a:link, 
	.nav-footer a:visited 	{
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: -.05em;
	padding: 0 .1em;
	}
	.nav-secondary ul li {
	padding: 0 0.1em;
	} 
	.nav-secondary a:link, 
	.nav-secondary a:visited {
	font-size: 0.8em;
	line-height: 1.7em;
/*	letter-spacing: -.05em;
*/	padding: 0 0.2em;
	}
		/* Second, Third and more Tiers	
	Adjust dropdown block position with left:
	change width & position for each media query */
	.nav-secondary ul ul ul,
	.nav-store ul ul ul 	{
	top: -0.25em;
	left: 2.55em;
	width: 5.5em;
	margin: 0 0.25em;
	}
	table {
	width: 100%;
	}
	table tr td {
	font-size: .7em;
	}
	table .tablehead td {
	font-size: 0.8em;
	}
	.tablenote {	
	font-size: 0.7em;
	}
	.store-section-head h3 {
	font-family: acumin-pro-condensed, sans-serif;	/*Typekit*/
	font-style: normal;
	font-weight: 400;
	position: relative;
	top: -.75em;
	color: #b4b4b4;
	padding: 0 0 0 0.75em;
	}
	.store .items a:link,
	.store .items a:visited {
	display: block;
	color: #000;
	font-size: .85em;
	letter-spacing: -.05em;
	line-height: 1.5em;
	padding: 0 0.25em;
	margin: 0 0.125em;
	text-decoration: none;
	}
} /* End Styles for Small Phone*/ 

/* Media Query Styles for Tablet */ 
@media (min-width: 638px) and (max-width: 769px) {

	.mainheader img {
	width: 26%;  /*% of container width 1024px*/
	margin-bottom: -3.0em;
	/*border: solid thin #8B8B8B;*/
	}
	.mainlogocontainer {
	width: 73%;
	height: auto;
	float: left;
	margin: 6% 0 0 0;
	/*border: solid thin #D9D9D9;*/
	}
	.mainlogocontainer img {
	width: 85%;  /*% of container width 645px*/
	margin: 0 0 0 0;
	}
	.nav-secondary ul,
	.nav-store ul 		{
	margin-left: 10%;
	}
	.nav-secondary a:link, 
	.nav-secondary a:visited,
	.nav-store a:link, 
	.nav-store a:visited,
	.nav-footer a:link, 
	.nav-footer a:visited 	{
	padding: 0 0.5em;
	}
	/* Second, Third and more Tiers	
	Adjust dropdown block position with left:
	change width & position for each media query */
	.nav-secondary ul ul ul,
	.nav-store ul ul ul {
	top: 0em;
	left: 4.0em;
	width: 7.5em;
	margin: 0 0.5em;
	}
	article {
	margin: 1.5em auto 1.5em auto;
	}
	.noheader {
	margin: 1.5em auto 1.5em auto;
	}
	.aside-images,
	.aside-accessories {
	width: 35%; 
	}
	.wide-article .logo,
	.wide-article .logo-acc,
	.store .logo  {
	width: 45%;
	float: none;
	margin: 0 0 -1.0em 0;
	}
	.wide-article img	{
	width: 35%;
	float: left;
	margin: 0.4em 1em 0.25em 0;
	}
	.tall-img {
	width: 35%;
	float: left;
	margin: 0 1.5em 0 0;
	}
	.blogbox {
	margin: 1em auto 1.5em auto;
	text-align: left;
	}
	.blogbox img {
	width: 35%;
	float: left;
	margin: 0 1em 0.5em 1em;
	}
	.gallery {
	width: 90.5%;
	margin: 0 auto;
	padding: 0.5em 0 0 9.5%;
	}
	.gallery > div {
	position: relative;
	float: left;
	padding: 0.4em 0.1em;
	}
	h1 	{
	font-size: 1.75em;
	}
	h2 {
	font-size: 1.55em;
	}
	h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	}
	p {	
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 1.0em;
	}
	.aside-images p, 
	.aside-install p {
	font-size: 1em;
	line-height: 1.1em;
	margin-top: 0em;
	text-align: center;
	}
	.first-line {
	font-size: 1.25em;
	line-height: 1.6em;
	margin-top: 1.2em;
	margin-left: 1em;
	}
	.first-letter {
	font-size: 1.3em;
	}
	.contact a:link, a:visited {
	font-size: 1.1em;
	line-height: 1.5em;
	}
	table {
	width: 100%;
	}
	table tr td {
	font-size: .9em;
	}
	table .tablehead td {
	font-size: 1em;
	}
	.tablenote {	
	font-size: 0.9em;
	}
	.store .store-header h3 {
	margin: 0.5em 0 0 0;
	}
	.store-section-head {
	height: 0.55em;
	margin: 3em 0 -0.5em 0;
	}
	.store-section-head h3 {
	top: -0.65em;
	}
	.store .items a:link,
	.store .items a:visited {
	display: block;
	color: #000;
	font-size: 1em;
	letter-spacing: -.05em;
	line-height: 1.6em;
	padding: 0 0.25em;
	margin: 0 0.125em;
	text-decoration: none;
	}
} /* End Styles for Tablet*/ 

/* Media Query Styles for Laptop*/ 
@media (min-width: 770px) and (max-width: 1024px) {
	
	.logocontainer {
	width: 40%;
	float: left;
	padding: 0.625em 0 0 6%;
	}
	header aside {
	width: 60%;
	float: right;
	padding: 0.875em 1% 0 0;
	}
	header aside h1	{
	font-size: 1.6em;
	line-height: 1.1em;
	padding: 0 5%;
	margin: 0;
	}
	.nav-main {
	margin: 0.625em auto;
	padding: 0;
	}
	.nav-main a:link, 
	.nav-main a:visited {
	font-size: 1.05em;
	line-height: 1.0em;
	letter-spacing: 0.05em;
	padding: 0 0.875em;
	}
	.nav-primary a:link, 
	.nav-primary a:visited, 
	.nav-lower a:link, 
	.nav-lower a:visited {
	font-size: 1.05em;
	line-height: 1.7em;
	letter-spacing: 0.0em;
	padding: 0 0.45em;	/*sets link and total bar width*/
	}
	.nav-secondary ul,
	.nav-store ul 		{
	margin-left: 10%;
	}
	.nav-secondary a:link, 
	.nav-secondary a:visited,
	.nav-store a:link, 
	.nav-store a:visited,
	.nav-footer a:link, 
	.nav-footer a:visited 	{
	font-size: 1.05em;
	letter-spacing: 0.1em;
	padding: 0 0.5em;
	}
	/* Dropdowns */
	/* Adjust dropdown block position with left: */
	/*change width & position for each media query*/
	.nav-secondary ul ul ul,
	.nav-store ul ul ul 	{
	top: 0;
	left: 5.125em; /*larger number = further right*/
	width: 10em;
	margin: 0 0.5em;
	}
	.mainlogocontainer img {
	width: 75%;  /*% of container width 645px*/
	margin: 0 0 0 0;
	}
	article {
	width: 90%;
	margin: -1.0em auto 2.0em auto;
	}
	.noheader {
	margin: 1.5em auto 1.5em auto;
	}
	.contact-first ul {
	list-style: none;
	margin: 0 0 1em 20%; 
	}
	.contact ul {
	margin: 1.75em 0 1em 20%;
	}
	.contact a:link, a:visited {
	font-size: 1.2em;
	line-height: 1.75em;
	}
	.aside-images {
	width: 30%; 
	float: right;
	padding: 2em 0 2em 0;
	margin: 0 0 0 2%;
	}
	.aside-install {
	width: 40%; 
	padding: 0.5em;
	margin: -1.25em 0 0 4%;
	}
	.aside-accessories {
	width: 35%; 
	margin: 0 0 0 4%;
	}
	.wide-article  {
	padding: 2em 5% 2em 5%;
	}
	.store 	{
	padding: 2em 0;
	}
	.wide-article .logo,
	.wide-article .logo-acc,
	.store .logo  {
	width: 40%;
	float: none;
	margin: 0 0 -1.25em 0;
	}
	.wide-article img	{
	width: 25%;
	float: left;
	margin: 0.4em 1em 0.25em 0;
	}
	.wide-article .columns .line-of-sight {
	width: 80%;
	}
	.tall-img {
	width: 25%;
	float: left;
	margin: 0 1.5em 0 0;
	}
	.noheader .install img {
	width: 25%;
	float: none;
	margin: 1em 2em 0.5em 0;
	}
	.blogbox {
	margin: 1em auto 1.5em auto;
	text-align: left;
	}
	.blogbox img {
	width: 40%;
	float: left;
	margin: 0 1em 0.5em 1em;
	}
	.gallery {
	width: 90%;
	margin: 0 auto;
	padding: 0.75em 0 0 10%;
	}
	.gallery > div {
	position: relative;
	float: left;
	padding: 0.4em 0.1em;
	}
	h1 	{
	font-size: 2.1em;
	}
	h2 {
	font-size: 1.9em;
	}
	h3 {
	font-size: 1.4em;
	line-height: 1.6em;
	}
	p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 1.0em;
	}
	.aside-images p, 
	.aside-install p {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0em;
	text-align: center;
	}
	.first-line {
	font-size: 1.5em;
	line-height: 1.6em;
	margin-top: 1.2em;
	margin-left: 1em;
	}
	.first-letter {
	font-size: 1.4em;
	}
	.install ol li {;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 1.1em;
	}
	.install ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	table {
	width: 65%;
	}
	table tr td {
	font-size: 1em;
	}
	table .tablehead td {
	font-size: 1.1em;
	}
	.tablenote {	
	font-size: 1em;
	}
	.store .store-header h3 {
	margin: 0.5em 0 0 0;
	}
	.store-section-head {
	height: 0.65em;
	margin: 4em 0 -0.5em 0;
	}
	.store-section-head h3 {
	top: -0.65em;
	}
	.store .items a:link,
	.store .items a:visited {
	display: block;
	color: #000;
	font-size: 1em;
	letter-spacing: -.05em;
	line-height: 1.4em;
	padding: 0 0.25em;
	margin: 0 0.125em;
	text-decoration: none;
	}
	.store .qt-header {
	margin: -0.5em 0 0 5%;
	text-align: left;
	}
	.qt-box {
	margin: 0 0 2em 0;
	}
	.store .itemsleft {
	width: 50%;
	height: auto;
	float: left;
	padding: 0.5em 1em 0.5em 1em;
	}
	.store .itemsright {
	width: 50%;
	height: auto;
	float: right;
	padding: 0.5em 1em 0.5em 1em;
	}
	.qt-box .itemsleft {
	width: 50%;
	height: auto;
	float: left;
	padding: 0.5em 1em 0.5em 2.5%;
	}
	.qt-box .itemsright {
	width: 50%;
	height: auto;
	float: right;
	padding: 0.5em 1em 0.5em 1em;
	}
	.qt-box .itemsleft:after {
	display: table;
	content: "";
	line-height: 0;
	clear: none;
	}
	.img-enlarge {
	width: 50%;
	float: right;
	margin: 0 0 0 2em;
	}
	.img-enlarge-wide {
	width: 30%;
	float: right;
	margin: -0.25em 10% 0.5em 2em;
	}
} /* End Styles for Laptop*/ 

/* Media Queries Styles for Desktop*/ 
@media (min-width: 1025px) {
	
	.logocontainer {
	width: 40%;
	float: left;
	padding: 0.625em 0 0 6%; /* set padding to 0 and use logolink margin width auto to center on phone */
	}
	header aside {
	width: 60%;
	float: right;
	padding: 0.875em 1% 0 0;
	}
	header aside h1	{
	font-size: 1.6em;
	line-height: 1.1em;
	padding: 0 3.0em;
	}
	.nav-main {
	padding: 0;
	margin: 0.625em auto;
	}
	.nav-main a:link, 
	.nav-main a:visited 	{
	font-size: 1.05em;
	line-height: 1.0em;
	letter-spacing: 0.13em;
	padding: 0 0.875em;
	}
	.nav-primary a:link, 
	.nav-primary a:visited, 
	.nav-lower a:link, 
	.nav-lower a:visited {
	font-size: 1.05em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	padding: 0 1.03em;	/*sets link and total bar width*/
	}
	.nav-secondary ul,
	.nav-store ul  		{
	margin-left: 15%;
	}
	.nav-secondary a:link, 
	.nav-secondary a:visited,
	.nav-store a:link, 
	.nav-store a:visited,
	.nav-footer a:link, 
	.nav-footer a:visited 	{
	font-size: 1.05em;
	letter-spacing: 0.1em;
	padding: 0 1.1875em;
	}
	/* Adjust dropdown block position with left: */
	/*change width & position for each media query*/
	.nav-secondary ul ul ul,
	.nav-store ul ul ul 	{
	top: 0;
	left: 6.5em;
	width: 11.5em;
	margin: 0 0.5em;
	}
	.mainlogocontainer img {
	width: 75%;  /*% of container width 645px*/
	margin: 0 0 0 0;
	}
	.aside-images {
	width: 30%; 
	float: right;
	padding: 2em 0 2em 0;
	margin: 0 0 0 1.5%;
	}
	.aside-install {
	width: 40%; 
	padding: 0.5em;
	margin: -1.25em 0 0 5%;
	}
	.aside-accessories {
	width: 35%; 
	margin: 0 0 0 5%;
	}
	article {
	width: 98%;
	margin: -1.5em auto 2.0em auto;
	}
	.wide-article {
	padding: 4em 1% 2em 1%;
	}
	.wide-article .logo-acc {
	width: 35%;
	float: none;
	margin-top: -1.75em;
	}
	.wide-article img	{
	width: 24%;
	float: left;
	margin: 0 1em 0.125em 0;
	}
	.wide-article .columns .line-of-sight {
	width: 70%;
	}
	.tall-img {
	width: 25%;
	float: left;
	margin: 0 2em 0 0;
	}
	.noheader {
	margin: 2.0em auto 1.5em auto;
	}
	.store  {
	padding: 4em 0 2em 0;
	}
	.wide-article .logo,
	.store .logo  {
	width: 35%;
	float: left;
	margin-top: -1.75em;
	}
	.blogbox {
	margin: 1em auto 1.5em auto;
	text-align: left;
	}
	.blogbox img {
	width: 35%;
	float: left;
	margin: 0 1em 0.5em 1em;
	}
	.gallery {
	width: 95%;
	margin: 0 auto;
	padding: 1.5em 0 0 5%;
	}
	.noheader .install img {
	width: 20%;
	float: none;
	margin: 1em 2em 0.5em 0;
	}
	.gallery > div {
	position: relative;
	float: left;
	padding: 0.4em 0.1em;
	}
	.contact-first  ul {
	list-style: none;
	margin: 0 0 1em 20%; 
	}
	.contact ul {
	list-style: none;
	margin: 1.5em 0 0 20%;
	}
	.contact a:link, a:visited {
	font-size: 1.2em;
	line-height: 1.75em;
	}
	h1 	{
	font-size: 2.4em;
	}
	h2 {
	font-size: 2.1em;
	}
	h3 {
	font-size: 1.6em;
	line-height: 1.6em;
	}
	p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 1.0em;
	}
	.aside-images p, 
	.aside-install p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-top: 0em;
	text-align: center;
	}
	.first-line {
	font-size: 1.5em;
	line-height: 1.6em;
	margin-top: 1.2em;
	margin-left: 1em;
	}
	.first-letter {
	font-size: 1.4em;
	}
	.install ol li {;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 1.1em;
	}
	.install ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	table {
	width: 65%;
	}
	table tr td {
	font-size: 1em;
	}
	table .tablehead td {
	font-size: 1.1em;
	}
	.tablenote {	
	font-size: 1em;
	}
	.store .store-header h3 {
	margin: 0.5em 0 0 0;
	}
	.store-section-head {
	height: 0.7em;
	margin: 5em 0 -0.5em 0;
	}
	.store-section-head h3 {
	top: -0.65em;
	}
	.store .items a:link,
	.store .items a:visited {
	display: block;
	color: #000;
	font-size: 1em;
	letter-spacing: -.05em;
	line-height: 1.4em;
	padding: 0 0.25em;
	margin: 0 0.125em;
	text-decoration: none;
	}
	.store .qt-header {
	margin: 0 0 0 5%;
	text-align: left;
	}
	.qt-box {
	margin: 0 0 2em 0;
	}
	.store .itemsleft {
	width: 50%;
	height: auto;
	float: left;
	padding: 0.5em 1em 0.5em 1em;
	}
	.store .itemsright {
	width: 50%;
	height: auto;
	float: right;
	padding: 0.5em 1em 0.5em 1em;
	}
	.qt-box .itemsleft {
	width: 50%;
	height: auto;
	float: left;
	padding: 0.5em 1em 0.5em 4%;
	}
	.qt-box .itemsright {
	width: 50%;
	height: auto;
	float: right;
	padding: 0.5em 1em 0.5em 1em;
	}
	.qt-box .itemsleft:after {
	display: table;
	content: "";
	line-height: 0;
	clear: none;
	}
	.img-enlarge {
	width: 50%;
	float: right;
	margin: 0 0 0 2em;
	}
	.img-enlarge-wide {
	width: 40%;
	float: right;
	margin: -0.5em 10% 0.5em -7em;
}
} /* End Styles for Desktop*/