/* 	Master CSS Stylesheet for thisisindecline.com */
/*	Handcrafted by bcdesign.com */
/*	Feel free to pick apart and copy what you need, you sneaky bastard ;) */

@charset "UTF-8";

/* Import Google Fonts */
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,300italic);
@import url(//fonts.googleapis.com/css?family=Wire+One);

/*****************************************************************************************
	MASTER STYLES
*****************************************************************************************/
* {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #aaa;
	text-shadow: 0 -1px 0 #000;
	outline: none;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
html {
	background: #000 no-repeat center center fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	-webkit-box-shadow: inset 0px 400px 400px -400px #000;
	   -moz-box-shadow: inset 0px 400px 400px -400px #000;
			box-shadow: inset 0px 400px 400px -400px #000;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none !important;
}

h1,
h2,
div,
header,
section,
ul,
li,
footer,
fieldset {
	position: relative;
	margin: 0;
	padding: 0;
}
h1,
h2 {
	font-family: 'Wire One';
	color: #fff;
	letter-spacing: 1px;
	line-height: 32px;
}
h1 {
	font-size: 32px;
	margin-bottom: 32px;
}
h2 {
	font-size: 28px;
}
h2.checkoutTitle {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 6px;
	margin-bottom: 12px;
}
a {
	color: #fff;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	-webkit-transition: color 0.3s ease-out;
	   -moz-transition: color 0.3s ease-out;
			transition: color 0.3s ease-out;
}
a:hover { color: #999; }

td, th {
	font-family: "Open Sans";
}
th {
	font-weight: 600;
}
span {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
}
.wrap {
	max-width: 960px;
	min-height: 100%;
	margin: 0 auto;
}
.hCenter {
	height: 100%;
}
.left { float: left; }
.right { float: right; }
.half {
	width: 50%;
	float: left;
}
.center {
	text-align: center;
}
 a.halflings::before,
 a.social::before {
	top: 6px;
}
.subHeader {
	margin-top: -30px;
}

@media only screen and (max-width : 520px) {
	h1 {
		margin-bottom: 16px;
	}
	h2 {
		font-size: 22px;
	}
	.left,
	.right {
		float: none;
	}
	.half {
		float: none;
		width: 100%;
	}
	.subHeader {
		margin-top: -10px;
	}
	.noMobile {
		display: none;
	}
}


/*****************************************************************************************
	FORM STYLING
*****************************************************************************************/
form {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
label.infield {
	top: 6px;
	left: 10px;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	cursor: text;
	z-index: 10;
}
label {
	display: inline-block;
}
input,
select,
textarea,
a.btn {
	display: block;
	position: relative;
	text-align: left;
	color: #aaa;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 12px;
	padding: 3px 10px;
	text-shadow: none;
	border: 1px solid #111;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
	-webkit-transition: border-color 0.3s ease-out;
	   -moz-transition: border-color 0.3s ease-out;
	   		transition: border-color 0.3s ease-out;
}
/*Remove button padding in FF*/
input::-moz-focus-inner {
	top: -1px;
	border: 0;
	padding: 0 !important;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
	height: 36px;
	width: 100%;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
			box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	background: #111;
	margin: 0 0 12px 0;
}
textarea {
	height: 100px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
	border-color: #fff;
}
::-webkit-input-placeholder {font-style: italic; color: #555;
}
:-moz-placeholder {font-style: italic; color: #555;}
::-moz-placeholder {font-style: italic; color: #555;}
:-ms-input-placeholder {font-style: italic; color: #555;}

input[type=submit],
input[type=button],
a.btn {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	color: #000;
	cursor: pointer;
	background-color: rgba(255,255,255,1);
	border-color: #fff;
	width: 100%;
	padding: 6px 10px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	   -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.1);
			box-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	*overflow: visible; /* IE 6-7 HACK */
	*width: auto !important; /* IE 7 HACK */
	_width: 0; /* IE 6 HACK */
	*padding-top: 2px; /* IE 6-7 HACK */
	*padding-bottom: 2px; /* IE 6-7 HACK */
	-webkit-transition: background-color 0.3s ease-out;
	   -moz-transition: background-color 0.3s ease-out;
			transition: background-color 0.3s ease-out;
}
a.rack-btn {
	display: inline-block;
	width:  auto;
	margin-left: 4px;
	margin-right: 4px;
}
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit].btn-secondary:hover,
input[type=submit].btn-secondary:focus,
input[type=button].btn-secondary:hover,
input[type=button].btn-secondary:focus,
a.btn:hover,
a.btn:focus {
	background-color: rgba(255,255,255,0.4);
}
input[type=submit].btn-secondary,
input[type=button].btn-secondary,
a.btn-secondary {
	background-color: rgba(255,255,255,0.7);
}
.form-actions {

	width: 100%;
	overflow: hidden;
	/*border-top: 2px solid rgba(255,255,255,0.3);*/
}
.form-actions .btn {
	width: auto;
	margin: 0 6px;
}
.infoBlock,
.qty {
	margin-bottom: 26px;
}
.qty label {
	font-size: 18px;
}
.qty input[type=text] {
	width: 50px;
	margin: 0 !important;
}
.checkbox,
input[type=checkbox] {
	display: inline;
}
input[type=text].captcha { width: 166px; }

.form-horizontal {
	width: 100%;
}
fieldset,
.inputWrapper {
	padding: 12px 12px 2px;
	margin: 0;
	border: none;
}
.inputWrapper {
	padding: 0 12px 12px;
}
.inputWrapper .btn {
	width: auto;
}
.error,
.red {
	color: #990000;
}
.control-group.error span.error {
	display: inline-block;
	float: right;
}
.control-group.error input,
.control-group.error select {
	border-color: #990000;
}
.control-group.sameCheckbox {
	position: absolute;
	right: 12px;
	top: 18px;
}
.noMargin {
	margin: 0 !important;
}
.noBorder {
	border: none !important;
}
@media only screen and (max-width : 520px) {
	.form-actions .btn {
		width: 100%;
		margin-bottom: 12px;
	}
}

/*	HOME PAGE STYLES 
*****************************************************************************************/
.homeWrapper {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 50px;
}
.homeContent {
	display: table-cell;
	vertical-align: middle;
}

/*	Coming Soon */
.homeContent .csLogo {
	height: 284px;
	background: transparent url('../imgs/logoCS.png') no-repeat center center;
}
.homeContent .csText {
	font-size: 18px;
}

/*	Home Page Content*/
h1.homeLogo {
	height: 100px;
	margin: 10px 0 15px;
	background: transparent url('../imgs/logoHome.png') no-repeat center center;
}
h1.homeLogo span {
	display: none;
}
.homeVideo {
	max-width: 640px;
	margin: 10px auto;
	padding: 10px;
}
.homePortal {
	margin-bottom: 20px;
}
.homePortal li {
	display: inline-block;
	font-family: 'Wire One';
	list-style: none;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 30px;
}
.homePortal a {
	display: block;
}
.homePortal span {
	display: block;
	width: 92px;
	height: 66px;
	margin-bottom: 10px;
}
.iconHanger { background: transparent url('../imgs/iconHanger.png') no-repeat center bottom; }
.iconMask { background: transparent url('../imgs/iconMask.png') no-repeat center bottom; }
.iconTV { background: transparent url('../imgs/iconTV.png') no-repeat center bottom; }

.homePortal li a:hover span {
	background-position: center top;
}

.homeMessage {
	text-align: center;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	max-width: 640px;
	margin: 10px auto;
	padding: 10px;
}
.homeMessage p {
	color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
    .homeContent .csLogo {
    	background-image: url('../imgs/logoCSx2.png');
    	background-size: 300px 284px;
    }
    .homeContent .homeLogo {
    	background-image: url('../imgs/logoHomex2.png');
    	background-size: 248px 100px;
    }
    .homePortal span {
    	height: 33px;
    	margin-bottom: 6px;
    	background-size: 46px 66px;
    }
}

@media (max-width:520px) {
	.homePortal li {
		margin-right: 10px;
		margin-left: 10px;
	}
    .homePortal span {
    	height: 33px;
    	margin-bottom: 6px;
    	background-size: 46px 66px;
    }
 }

/*	CONTENT STYLES
*****************************************************************************************/
.contentWrapper {
	width: 100%;
	overflow: auto;
	padding-bottom: 50px;
}
section {
	margin: 0 10px;
	padding-bottom: 60px;
}
section.miniForm {
	max-width: 500px;
	margin: 0 auto;
}

/*	Header  */
header {
	margin: 50px 10px;
}
header h1 {
	width: 220px;
	height: 28px;
	background: transparent url('../imgs/logoMain.png') no-repeat center bottom;
	line-height: auto;
	margin-bottom: 0;
}
header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
header h1:hover { background-position: center top; }
header h1 span { display: none; }

nav {
	position: absolute;
	top: 0;
	right: 0;
}
li.btnRack,
li.btnFlicks,
li.btnPress {
	display: inline-block;
	font-family: 'Wire One';
	font-size: 22px;
	letter-spacing: 1px;
	list-style: none;
}
li.btnRack {
	margin: 0 20px 0 50px;
}
li.btnFlicks {
	margin: 0 20px 0 28px;
}
li.btnPress {
	margin: 0 0 0 39px;
}
nav li:before {
	position: absolute;
	display: block;
	top: -2px;
	height: 28px;
	content: '';
}
li.btnRack:before {
	width: 40px;
	left: -50px;
	background: transparent url('../imgs/iconHangerMini.png') no-repeat center bottom;
}
li.btnFlicks:before {
	width: 18px;
	left: -28px;
	background: transparent url('../imgs/iconMaskMini.png') no-repeat center bottom;
}
li.btnPress:before {
	width: 29px;
	left: -39px;
	background: transparent url('../imgs/iconTVMini.png') no-repeat center bottom;
}
nav li.currentPage {
	border-bottom: 1px solid #fff;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
    header h1 {
    	background-image: url('../imgs/logoMainx2.png');
    	background-size: 220px 56px;
    }
    li.btnRack:before { 
    	background-image: url('../imgs/iconHanger.png');
    	background-size: 39px 56px;
    }
    li.btnFlicks:before {
    	background-image: url('../imgs/iconMask.png');
    	background-size: 39px 56px;
    }
    li.btnPress:before {
    	background-image: url('../imgs/iconTV.png');
    	background-size: 39px 56px;
    }
    
}

@media only screen and (max-width : 570px) {
	section {
		padding-bottom: 40px;
	}
	section.miniForm {
		max-width: auto;
		margin: 0 10px;
	}
	header {
		margin-bottom: 40px;
	}
	header h1 {
		width: 100%;
		margin-bottom: 16px;
	}
    nav {
    	position: relative;
    	text-align: center;
    	top: auto;
    	right: auto;
    }
}

/* Flicks Grid, Rack Grid, & Press Grid */
ul.twoGrid li,
ul.fourGrid li,
ul.fiveGrid li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin-right: 4%;
	margin-bottom: 4%;
	padding: 0;
}
ul.twoGrid li {
	width: calc((100% / 2) - 2%);
}
ul.fourGrid li {
	width: calc((100% / 4) - 3%);
}
ul.fiveGrid li {
	width: calc((100% / 5) - 3.25%);
}
ul.twoGrid li:nth-child(2n) {
	margin-right: 0;
}
ul.fourGrid li:nth-child(4n) {
	margin-right: 0;
}
ul.fiveGrid li:nth-child(5n) {
	margin-right: 0;
}
ul.twoGrid a,
ul.fourGrid a,
ul.fiveGrid a, {
	display: block;
	width: 100%;
	height: 100%;
}
ul.fiveGrid div.thumbInfo h2 {
	font-size: 24px;
	line-height: 28px;
}
div.thumbImg {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	border: 1px solid #000;
	background: rgba(0,0,0,1);
}
div.thumbImg img {
	display: block;
	width: 100%;
	-webkit-transition: opacity 0.3s ease-out;
	   -moz-transition: opacity 0.3s ease-out;
			transition: opacity 0.3s ease-out;
}
ul.twoGrid div.thumbImg img { opacity: 0.3; }
ul.fourGrid div.thumbImg img,
ul.fiveGrid div.thumbImg img { opacity: 1; }

div.thumbInfo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transition: opacity 0.3s ease-out;
	   -moz-transition: opacity 0.3s ease-out;
			transition: opacity 0.3s ease-out;
}
ul.twoGrid div.thumbInfo { opacity: 1; }
ul.fourGrid div.thumbInfo,
ul.fiveGrid div.thumbInfo { opacity: 0; }

div.thumbTitle p {
	color: #fff;
	padding: 0;
	margin: 0;
	-webkit-transition: color 0.3s ease-out;
	   -moz-transition: color 0.3s ease-out;
			transition: color 0.3s ease-out;
}
div.thumbTitle .right {
	padding-left: 12px;
}

ul.twoGrid li:hover img { opacity: 1;}
ul.fourGrid li:hover img,
ul.fiveGrid li:hover img { opacity: 0.3; }

ul.twoGrid li:hover div.thumbInfo { opacity: 0; }
ul.fourGrid li:hover div.thumbInfo,
ul.fiveGrid li:hover div.thumbInfo { opacity: 1; }

ul.fourGrid li:hover p { color: #666; }

@media only screen and (max-width : 768px) {
	ul.fourGrid li {
		width: 29.679144385%;
		margin-right: 5.4812834225%;
	}
	ul.fourGrid li:nth-of-type(4n) {
		margin-right: 5.4812834225%;
	}
	ul.fourGrid li:nth-of-type(3n) {
		margin-right: 0;
	}
	ul.fiveGrid li {
		width: calc((100% / 4) - 3%);
	}
	ul.fiveGrid li:nth-of-type(5n) {
		margin-right: 4%;
	}
	ul.fiveGrid li:nth-of-type(4n) {
		margin-right: 0;
	}
}
@media only screen and (max-width : 520px) {
	ul.twoGrid li {
		width: 100%;
		margin-right: 0;
	}
	ul.fourGrid li {
		width: 48%;
	}
	ul.fourGrid li:nth-of-type(3n) {
		margin-right: 4%;
	}
	ul.fourGrid li:nth-of-type(2n) {
		margin-right: 0;
	}
	ul.fiveGrid li {
		width: calc((100% / 3) - 2.7%);
	}
	ul.fiveGrid li:nth-of-type(4n) {
		margin-right: 4%;
	}
	ul.fiveGrid li:nth-of-type(3n) {
		margin-right: 0;
	}
	div.thumbInfo h2 {
		font-size: 24px;
		line-height: 28px;
	}
	ul.fiveGrid div.thumbInfo h2 {
		font-size: 18px;
		line-height: 22px;
	}
	div.thumbTitle .right {
		padding-left: 0;
	}
}

/*	Flicks Detail Page  */
.mainVideo {
	margin-bottom: 30px;
}
.flicksDetail h1 {
	display: inline;
}
.shareLinks {
	float: right;
	list-style: none;
}
.shareLinks.product {
	float: none;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 24px;
	padding-top: 24px;
}
.shareLinks li {
	display: inline-block;
	height: 24px;
	width: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px;
	margin: 0 0 0 6px;
	-webkit-transition: opacity 0.3s ease-out;
	   -moz-transition: opacity 0.3s ease-out;
	   		transition: opacity 0.3s ease-out;
}
.shareLinks li:first-of-type {
	margin-left: 0;
}
.shareLinks li:hover { opacity: 0.5; }
.shareLinks a {
	display: block;
	width: 100%;
	height: 100%;
}
.shareLinks span { display: none; }

.shareFacebook { background-image: url('/inc/imgs/iconFacebook.png'); }
.shareTwitter { background-image: url('/inc/imgs/iconTwitter.png'); }
.shareEmail { background-image: url('/inc/imgs/iconEmail.png'); }

@media only screen and (max-width : 520px) {
	.shareLinks {
		float: none;
		margin-top: 20px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
	.shareFacebook {
		background-image: url('/inc/imgs/iconFacebookx2.png');
		background-size: 24px 24px;
	}
	.shareTwitter {
		background-image: url('/inc/imgs/iconTwitterx2.png');
		background-size: 24px 24px;
	}
	.shareEmail {
		background-image: url('/inc/imgs/iconEmailx2.png');
		background-size: 24px 24px;
	}
}

/*	Video Holder */
.videoHolder {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.9);
	border: 1px solid #000;
}
.videoHolder a {
	display: block;
	width: 100%;
	height: 100%;
}
.videoHolder img {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;
	   -moz-transition: opacity 0.3s ease-out;
			transition: opacity 0.3s ease-out;
}
.videoHolder img.jQueryOff { display: none; }
.videoHolder a:hover img { opacity: 0.3; }

.videoRollOver {
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left: -85px;
	width: 170px;
	height: 100px;
	opacity: 0.9;
	background: transparent url('/inc/imgs/vidPlayArrow.png') no-repeat;
	cursor: pointer;
}
.videoHolder iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
	.videoRollOver {
		margin-top:-25px;
		margin-left: -42px;
		width: 85px;
		height: 50px;
		background-size: 85px 50px;
	}
}

/* Gallery Navigation */
ul.galleryNav {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding:  16px 0 50px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
ul.galleryNav.top {
	padding: 0 0 16px 0;
	margin-top: -40px;
	margin-bottom: 40px;
	border-top: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
ul.galleryNav.products {
	margin-top: -44px;
}
ul.galleryNav li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
ul.galleryNav li a {
	vertical-align: top;
}
ul.galleryNav li.navLeft {
	width: 30%;
	text-align: left;
}
ul.galleryNav li.navCenter {
	width: 40%;
	text-align: center;
}
ul.galleryNav li.navRight {
	width: 30%;
	text-align: right;
}
ul.galleryNav li.navLeft a {
	padding-left: 16px;
	background: transparent url('/inc/imgs/iconPrev.gif') no-repeat left top;
}
ul.galleryNav li.navCenter a {
	padding-left: 20px;
	background: transparent url('/inc/imgs/iconGallery.gif') no-repeat left top;
}
ul.galleryNav li.navRight a {
	padding-right: 16px;
	background: transparent url('/inc/imgs/iconNext.gif') no-repeat right top;
}

@media only screen and (max-width : 520px) {
	ul.galleryNav {
		padding-bottom: 30px;
	}
	ul.galleryNav.products {
		margin-top: -24px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
	ul.galleryNav li.navLeft a {
		background-image: url('/inc/imgs/iconPrev_x2.gif');
		background-size: 10px 17px;
	}
	ul.galleryNav li.navCenter a {
		background-image: url('/inc/imgs/iconGallery_x2.gif');
		background-size: 14px 17px;
	}
	ul.galleryNav li.navRight a {
		background-image: url('/inc/imgs/iconNext_x2.gif');
		background-size: 10px 17px;
	}
}

/* Category Sort Navigation */
ul.cats {
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: -32px 10px 60px;
}
ul.cats li {
	display: inline-block;
	letter-spacing: 0.1em;
	border-right: 1px solid rgba(255,255,255,0.1);
}
ul.cats li:last-of-type {
	border-right: none;
}
ul.cats li a {
	display: block;
	padding: 10px 16px;
}
ul.cats li span {
	display: none;
}
ul.cats li.title {
	padding: 10px 16px;
}
ul.cats li.currentCat a {
	font-weight: 400;
}
ul.cats li.currentCat::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(255,255,255,0.1);
}

@media only screen and (max-width : 570px) {
	ul.cats {
		margin-top: -22px;
		margin-bottom: 40px;
	}
	ul.cats li a {
		padding: 10px 8px;
	}
}

/*  Category Banner  */
.catBanner {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.5);
	font-family: "Wire One";
	font-size: 1.6rem;
	padding: 8px 12px;
	bottom: 0;
}
a .catBanner {
	color: #fff;
	-webkit-transition: color 0.3s ease-out;
	   -moz-transition: color 0.3s ease-out;
			transition: color 0.3s ease-out;
}
a:hover .catBanner {
	color: #999;
}
/*  Tell A Friend */
.tellafriend {
	max-width: 500px;
	margin: 0 auto;
	padding: 40px 10px;
}
.tellafriend h1 {
	margin-bottom: 12px;
}
.tellafriend textarea {
	height: 150px;
}

/* Rack Header */
.rackHeadWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #111;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
			box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	z-index: 1000;
}
ul.cartLinks {
	font-family: 'Open Sans';
	text-align: right;
	margin: 0 10px;
}
ul.cartLinks li {
	display: inline-block;
	font-family: 'Open Sans';
	font-size: 12px;
	padding: 4px 0 4px 14px;
}
ul.cartLinks a::before {
	top: 5px;
}
.miniCart {
	display: none;
	position: absolute;
	top: 33px;
	right: 0;
	min-width: 280px;
	text-align: left;
	background: #111;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
			box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	padding: 0 20px 8px;
	z-index: 1000;
}

@media only screen and (max-width : 520px) {
	.miniCart {
		position: relative;
		padding-top: 10px;
	}
}

/*	RACK MESSAGE  */
.rackMessage {
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;
	margin-top: 30px;
}


/*	CHECKOUT  */
table {
	width: 100%;
	text-align: left;
}
td,
th {
	font-size: 14px;
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 12px;
}
th {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}
td span {
	font-family: 'Open Sans';
	font-size: 12px;
}
tr.ordersRow td {
	color: #fff;
	cursor: pointer;
}
tr.ordersRow:hover td {
	color: #999;
}

@media only screen and (max-width : 520px) {
	td,
	th {
		padding: 6px;
	}
}

/*	Rack Detail  */
.productDetails .left {
	width: 66.66666666%;
	padding-right: 40px;
	padding-bottom: 40px;
}
.productDetails .mainImage,
.productDetails .addImgs li,
.productDetails .colorImgs li {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	border: 1px solid #000;
	background: rgba(0,0,0,1);
	margin-bottom: 10px;
}
.productDetails .mainImage img,
.productDetails .addImgs img,
.productDetails .colorImgs img {
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;
	   -moz-transition: opacity 0.3s ease-out;
			transition: opacity 0.3s ease-out;
}
.productDetails .addImgs img,
.productDetails .colorImgs img {
	cursor: pointer;
}
.productDetails .addImgs img:hover,
.productDetails .colorImgs img:hover {
	opacity: 0.3;
}
.productDetails li.selected {
	border: 1px solid #fff;
}
.productDetails li.selected img {
	opacity: 0.3;
}
.productDetails .addImgs li {
	display: inline-block;
	width: 18.6324786325%;
	margin-right: 1.7094017094%;
}
.productDetails .colorImgs li {
	display: inline-block;
	width: 12.8205128205%;
	margin-right: 1.7094017094%;
}
.productDetails .addImgs li:nth-of-type(5n),
.productDetails .colorImgs li:nth-of-type(7n) {
	margin-right: 0;
}
.productDetails .right {
	width: 33.33333333%;
	padding-bottom: 40px;
}
.productDetails h1 {
	margin: 0;
}
.productDetails h2 {
	margin-top: 12px;
	margin-bottom: 8px;
}
.productDetails .price {
	font-family: "Wire One";
	font-size: 28px;
	color: #fff;
	line-height: 36px;
}

@media only screen and (max-width : 520px) {
	.productDetails .left {
		width: 100%;
		padding-right: 0;
	}
	.productDetails .right {
		width: 100%;
	}
}

/* Checkout */
.checkoutHead {
	border-bottom: 1px solid red/*rgba(255, 255, 255, 0.1)*/;
}
.progress {
  overflow: hidden;
  float: right;
  width: 33.33333333%;
  height: 24px;
  margin-bottom: 18px;
  background-color: #111;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
			box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.progress .bar {
  width: 0%;
  height: 24px;
  background-color: #2f5473;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.cartBG {
	width: 100%;
	overflow: hidden;
	background: rgba(17,17,17,0.6);
	margin-bottom: 20px;
}
.accountLinks {
	position: absolute;
	top: 0;
	right: 0;
}
.accountLinks li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
}
.accountLinks a.current {
	color: #999;
	cursor: default;
}
.accountLinks a::before {
	top: 6px;
}
.confirmation {
	font-family: 'Open Sans';
	font-weight: 400;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 20px;
}

@media only screen and (max-width : 520px) {
	.accountLinks {
		position: relative;
		margin-bottom: 20px;
	}
	.accountLinks li {
		display: list-item;
		margin-left: 0;
	}
}

/* FAQ */
.faq ul {
	padding-bottom: 20px;
}
.faqTrigger {
	display: block;
	font-size: 18px;
	padding: 12px;
}
.faqContent {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 0 12px;
}

/* No Results */
.noResults {
	padding: 40px;
	border: 1px solid rgba(255,255,255,0.1);
}

/*****************************************************************************************
	FOOTER STYLES
*****************************************************************************************/
footer {
	height: 50px;
	margin-top: -50px;
	text-align: center;
	clear: both;
}
footer ul,
footer li {
	display: inline-block;
	font-size: 16px;
	margin: 0 12px 0 0;
	padding: 0;
	list-style: none;
}
footer li {
	padding-left: 6px;
}
footer li:last-of-type {
	margin-right: 0;
}
footer li a::before {
	top: 6px;
}
footer p {
	color: rgba(255, 255, 255, .2);
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	text-shadow: none;
	margin: 0;
	padding: 0;
}