

/********************************************************
FONT EMBED
********************************************************/

@font-face {
  font-family: 'gotham-medium';
  src: url("/overhaul/images/gotham-medium-webfont.eot");
  src: url("/overhaul/images/gotham-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/overhaul/images/gotham-medium-webfont.woff") format("woff"), url("/overhaul/images/gotham-medium-webfont.ttf") format("truetype"), url("/overhaul/images/gotham-medium-webfont.svg#gotham_mediumregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/********************************************************
BOOTSTRAP + NORMALIZE
********************************************************/

html, body {
  height: 100%;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code, em, img,
small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label, input, textarea, select, button,
table, caption, thead, tbody, tfoot, tr, th, td {
  border: none;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, audio, canvas, video {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
}
address, cite, code, em, strong {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea, select, button {
  display: block;
  resize: none;
}
img {
  display: block;
  /*max-width: 100%;*/
  margin: 0px auto;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template { display: none; }
a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #161616;
}
small { font-size: 80%; }
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre { overflow: auto; }
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th { padding: 0; }
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #428bca;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/********************************************************
BREAKPOINTS
********************************************************/

@media (min-width: 720px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 940px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1170px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	/*
	margin-left: -15px;
	margin-right: -15px;
	*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666666666666%;
}
.col-xs-10 {
	width: 83.33333333333334%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666666666666%;
}
.col-xs-7 {
	width: 58.333333333333336%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666666666667%;
}
.col-xs-4 {
	width: 33.33333333333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.666666666666664%;
}
.col-xs-1 {
	width: 8.333333333333332%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666666666666%;
}
.col-xs-pull-10 {
	right: 83.33333333333334%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666666666666%;
}
.col-xs-pull-7 {
	right: 58.333333333333336%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666666666667%;
}
.col-xs-pull-4 {
	right: 33.33333333333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.666666666666664%;
}
.col-xs-pull-1 {
	right: 8.333333333333332%;
}
.col-xs-pull-0 {
	right: 0%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666666666666%;
}
.col-xs-push-10 {
	left: 83.33333333333334%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666666666666%;
}
.col-xs-push-7 {
	left: 58.333333333333336%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666666666667%;
}
.col-xs-push-4 {
	left: 33.33333333333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.666666666666664%;
}
.col-xs-push-1 {
	left: 8.333333333333332%;
}
.col-xs-push-0 {
	left: 0%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 500px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666666666666%;
}
.col-sm-10 {
	width: 83.33333333333334%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666666666666%;
}
.col-sm-7 {
	width: 58.333333333333336%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666666666667%;
}
.col-sm-4 {
	width: 33.33333333333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.666666666666664%;
}
.col-sm-1 {
	width: 8.333333333333332%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666666666666%;
}
.col-sm-pull-10 {
	right: 83.33333333333334%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666666666666%;
}
.col-sm-pull-7 {
	right: 58.333333333333336%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666666666667%;
}
.col-sm-pull-4 {
	right: 33.33333333333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.666666666666664%;
}
.col-sm-pull-1 {
	right: 8.333333333333332%;
}
.col-sm-pull-0 {
	right: 0%;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666666666666%;
}
.col-sm-push-10 {
	left: 83.33333333333334%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666666666666%;
}
.col-sm-push-7 {
	left: 58.333333333333336%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666666666667%;
}
.col-sm-push-4 {
	left: 33.33333333333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.666666666666664%;
}
.col-sm-push-1 {
	left: 8.333333333333332%;
}
.col-sm-push-0 {
	left: 0%;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
}

@media (min-width: 940px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666666666666%;
}
.col-md-10 {
	width: 83.33333333333334%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666666666666%;
}
.col-md-7 {
	width: 58.333333333333336%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666666666667%;
}
.col-md-4 {
	width: 33.33333333333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.666666666666664%;
}
.col-md-1 {
	width: 8.333333333333332%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666666666666%;
}
.col-md-pull-10 {
	right: 83.33333333333334%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666666666666%;
}
.col-md-pull-7 {
	right: 58.333333333333336%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666666666667%;
}
.col-md-pull-4 {
	right: 33.33333333333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.666666666666664%;
}
.col-md-pull-1 {
	right: 8.333333333333332%;
}
.col-md-pull-0 {
	right: 0%;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666666666666%;
}
.col-md-push-10 {
	left: 83.33333333333334%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666666666666%;
}
.col-md-push-7 {
	left: 58.333333333333336%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666666666667%;
}
.col-md-push-4 {
	left: 33.33333333333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.666666666666664%;
}
.col-md-push-1 {
	left: 8.333333333333332%;
}
.col-md-push-0 {
	left: 0%;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}

@media (min-width: 1170px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666666666666%;
}
.col-lg-10 {
	width: 83.33333333333334%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666666666666%;
}
.col-lg-7 {
	width: 58.333333333333336%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666666666667%;
}
.col-lg-4 {
	width: 33.33333333333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.666666666666664%;
}
.col-lg-1 {
	width: 8.333333333333332%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666666666666%;
}
.col-lg-pull-10 {
	right: 83.33333333333334%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666666666666%;
}
.col-lg-pull-7 {
	right: 58.333333333333336%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666666666667%;
}
.col-lg-pull-4 {
	right: 33.33333333333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.666666666666664%;
}
.col-lg-pull-1 {
	right: 8.333333333333332%;
}
.col-lg-pull-0 {
	right: 0%;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666666666666%;
}
.col-lg-push-10 {
	left: 83.33333333333334%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666666666666%;
}
.col-lg-push-7 {
	left: 58.333333333333336%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666666666667%;
}
.col-lg-push-4 {
	left: 33.33333333333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.666666666666664%;
}
.col-lg-push-1 {
	left: 8.333333333333332%;
}
.col-lg-push-0 {
	left: 0%;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-lg-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-lg-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}
::selection {
	background: #161616;
	color: #FFF; /* Safari and Opera */
}
::-moz-selection {
background: #161616;
color: #FFF; /* Firefox */
}

/********************************************************
GLOBAL
********************************************************/

body {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
}

/********************************************************
GLOBALS FROM POD1
********************************************************/

@media (min-width: 720px) { img { margin: initial; } }
html { height: 100%; }
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "gotham-book";
}
.clear:after,
.wrapper:after,
nav ul:after,
.fields:after,
.cols:after,
.slides:after,
.products-grid:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.hide {
  display: none; }
a {
	text-decoration: none;
	transition: color 0.45s;
	-moz-transition: color 0.45s;
	-webkit-transition: color 0.45s;
	-ms-transition: color 0.45s;
	-o-transition: color 0.45s;
	color: #161616;
}
a:hover {
	color: #161616;
	transition: color 0.25s;
	-moz-transition: color 0.25s;
	-webkit-transition: color 0.25s;
	-ms-transition: color 0.25s;
	-o-transition: color 0.25s;
}
button.bold {
  padding: 8px 5px;
  background: #161616;
  color: white;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 14px;
  color: #888;
  display: inline-block;
  margin: 25px 0;
  transition: color 0.45s;
  -moz-transition: color 0.45s;
  -webkit-transition: color 0.45s;
  -ms-transition: color 0.45s;
  -o-transition: color 0.45s;
}
button.bold:hover {
	color: #fff;
	transition: color 0.25s;
	-moz-transition: color 0.25s;
	-webkit-transition: color 0.25s;
	-ms-transition: color 0.25s;
	-o-transition: color 0.25s;
}

div.center {
  text-align: center; }
.wrapper {
	margin: 0 auto;
	position: relative;
	max-width: 1170px;
	width: 100%;
}
#container {
  min-height: 100%;
  height: auto !important;
  margin-bottom: -238px; }
#page {
  padding-bottom: 238px;
}

#pagesm {
  padding-bottom: 0px;
}
.col-container {
  overflow: auto;
  width: 100%;
}
.col-container > .col-1 { float: left; }
.col-container > .col-2 { float: right; }
.col-container.col-3-container > * {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
#content {
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
}
#content.col-2-left .sidebar {
	float: left;
	position: relative;
	width: 200px;
}
#content.col-2-left .col-main {
	float: left;
	margin-left: -200px;
	padding-left: 240px;
	width: 100%;
}
#content.open-content {
	margin-top: 320px;
}
.btn-cart {
  border: none;
  font-size: 15px;
  background: #acacac;
  padding: 16.5px 20px;
  cursor: pointer;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
}
.btn-cart span {
	background: transparent;
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: white;
	line-height: 15px;
}
.btn-cart:hover { background: #e1e1e1; }
.btn-action {
  padding: 10px;
  background: #464646;
  cursor: pointer;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
}
.btn-action span {
	display: block;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	color: white;
}
.btn-action:hover { background: #898989; }
.btn-action.btn-action.light { background: #898989; }
.btn-action.btn-action.light:hover { background: #464646; }
.size-cart {
  height: 20px;
  font-size: 13px;
  color: #555;
}
button, a.button {
	display: inline-block;
	color: #ccc;
	background: #333;
	padding: 5px 0;
	transition: color 0.45s, background 0.45s;
	-moz-transition: color 0.45s, background 0.45s;
	-webkit-transition: color 0.45s, background 0.45s;
	-ms-transition: color 0.45s, background 0.45s;
	-o-transition: color 0.45s, background 0.45s;
}
button:hover,  a.button:hover {
	color: #fff;
	background: #161616;
	transition: color 0.25s, background 0.25s;
	-moz-transition: color 0.25s, background 0.25s;
	-webkit-transition: color 0.25s, background 0.25s;
	-ms-transition: color 0.25s, background 0.25s;
	-o-transition: color 0.25s, background 0.25s;
}
.input-box .validation-advice {
	font-size: 11px;
	line-height: 1;
	width: 180px;
}
.input-box.inline {
	width: 240px;
}
.input-box.inline input {
	float: left;
	width: 180px;
}
.input-box.inline button {
	float: right;
	width: 60px;
	height: 30px;
	font-size: 12px;
}
.input-text {
	height: 30px;
	border: 1px solid #898989;
	padding: 2px 5px;
}
.input-text.qty {
	max-width: 70px;
	text-align: center;
}
.fieldset li, fieldset li {
	display: block;
}
.fieldset li.fields, fieldset li.fields {
	width: 100%;
}
.fieldset li.fields .field, fieldset li.fields .field {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.fieldset .control, fieldset .control {
	display: inline-block;
	vertical-align: top;
}
.fieldset .control > *, fieldset .control > * {
	display: inline-block;
	vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
	display: none;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #222222;
  background: transparent;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 10px;
  box-shadow: 0 0 0 2px white inset;
  transition: background 0.45s;
  -moz-transition: background 0.45s;
  -webkit-transition: background 0.45s;
  -ms-transition: background 0.45s;
  -o-transition: background 0.45s;
}
input[type="radio"] + label:before {
  border: 1px solid #222222;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  border: 1px solid #222222;
  background: #222222;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
}
input[type="text"] {
	color: #999;
	border: 1px solid #999;
	line-height: 1;
	transition: color 0.45s, border 0.45s;
	-moz-transition: color 0.45s, border 0.45s;
	-webkit-transition: color 0.45s, border 0.45s;
	-ms-transition: color 0.45s, border 0.45s;
	-o-transition: color 0.45s, border 0.45s;
}
input[type="text"]:hover {
	color: #333;
	border-color: #333;
	transition: color 0.25s, border 0.25s;
	-moz-transition: color 0.25s, border 0.25s;
	-webkit-transition: color 0.25s, border 0.25s;
	-ms-transition: color 0.25s, border 0.25s;
	-o-transition: color 0.25s, border 0.25s;
}
input[type="text"]:focus {
	color: #161616;
	border-color: #161616;
	transition: color 0.25s, border 0.25s;
	-moz-transition: color 0.25s, border 0.25s;
	-webkit-transition: color 0.25s, border 0.25s;
	-ms-transition: color 0.25s, border 0.25s;
	-o-transition: color 0.25s, border 0.25s;
}
select {
	height: 30px;
	border: 1px solid #898989;
	padding: 10px 5px;
	font-family: "Lato";
	font-size: 14px;
	color: #464646;
}
label {
	font-size: 15px;
	color: #464646;
	font-family: "Lato";
	font-weight: 300;
}
label.required em { display: none; }
label.required:after {
	content: '*';
	width: 5px;
	height: 10px;
	padding: 0 2px;
}
div.sub-head {
  display: block;
  text-align: center;
  position: relative;
}
div.sub-head:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	top: 50%;
	margin-top: -1px;
}
div.sub-head p {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 15px;
	background: white;
	font-weight: 300;
	text-transform: uppercase;
}

/********************************************************
HEADER
********************************************************/
.for-mobile-only{
	margin-top: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	font-size: 16px!important;
	margin-left: 0px!important;
	text-transform: capitalize!important;
	color: #000 !important;
}

@media (max-width: 1170px) {
  header.global nav.account {
    right: 10px !important;
  }
  header.global a.logo {
    padding-left: 10px !important;
  }
}

/********************************************************
HOME PAGE
********************************************************/

header.global nav.global > ul > li > a.active {
	color: #161616;
}

nav .wpactive:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px !important;
	width: 100% !important;
	background: #161616 !important;
}

a.wpthick { 
	font-family: "Gotham-Medium";
}

/********************************************************
HOME PAGE
********************************************************/

#topPhoto {
	position: relative;
}
#topPhoto #collectionLogo {
	width: 25%;
	height: auto;
	top: 8%;
	left: 8%;
	position: absolute;
	z-index: 2;
	max-width: 400px;
}
#home {
	padding: 20px 10px 0px 10px;
}
#home .sub-head {
	margin: 0px 10px 0px 10px;
}
#whatsNew {
	margin-top: 10px;
}
#home #whatsNewA {
	padding: 0px 2px 0px 5px;
}
#home #whatsNewA #whatsNewAInner .whatsNewSnipe {
	position: relative;
	overflow: hidden;
	height: 100%;
}
#home #whatsNewA #whatsNewAInner .whatsNewSnipe h2 {
	position: absolute;
	padding: 10px 0px 10px 7%;
	left: 0px;
	bottom: 10%;
	width: 73%;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	color: #FFF;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 27px;
	text-align: center;
}
#home #whatsNewB {
	padding: 0px 5px 0px 8px;
}
#whatsNewA img, #whatsNewB img {
	width: 100%;
	height: auto;
}
#homeSocial {
	background-color: #FFF;
	margin: 10px 5px 5px 5px;
}
#homeSocial div {
	text-align: center;
}
#homeSocial .homeSocialBox {
	height: 120px !important;
	overflow: hidden;
}
#homeSocial h2 {
	color: #161616;
	font-size: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-weight: 500;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#homeSocial p {
	color: #747474;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-style: italic;
}
#fbFrame {
	width: 82px;
	margin: 0 auto;
}
#igFrame {
	width: 137px;
	margin: 0 auto;
}
#homeSocial h2.facebook {
	color: #778d98;
}
#homeSocial h2.twitter {
	color: #93d8f3;
}
#homeSocial h2.instagram {
	color: #7bacb9;
}
#homeSocial h2.youtube {
	color: #f38485;
}
#homeNews .newsPost {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media (max-width: 940px) {
	#homeNews .newsPost:nth-child(3) {
		display: none;
	}
}
#homeNews .newsPostInner {
	border: none;
	border-bottom: none;
	margin: 0px 10px 0px 10px;
	position: relative;
}
#homeNews .newsPost .newsPostInner img {
	width: 100%;
	height: auto;
	border:1px solid #c9c9c9;
}
#homeNews {
	margin: 0px 0px 20px 0px;
}
#homeNews .newsPostInner .newsPostInnerCopy {
	padding: 0px;
	margin-top: 10px;
}
#homeNews .newsPostInnerCopyListing {
	height: auto;
}
#homeNews .newsPostInnerCopy h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 17px;
	line-height: 21px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
}
#homeNews .newsPostInnerCopy p {
	color: #747474;
	font-size: 13px;
	line-height: 21px;
	padding-right: 10px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#homeProducts {
	margin: 10px 0px 10px 0px;
}
#homeProducts .homeProduct img {
	width: 100%;
	height: auto;
	border:1px solid #e1e1e1;
}
#homeProducts .homeProduct {
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 20px 5px;
}
#homeProducts .homeProduct h3 {
	text-align: left;
	margin: 10px 0px 5px 0px;
	font-size: 15px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
	height: 17px;
	overflow: hidden;
}
#homeProducts .homeProduct p {
	color: #747474;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#homeProducts .homeProduct a p, #homeNews .newsPostInner a p {
	-webkit-transition:color 0.4s ease;
	-moz-transition:color 0.4s ease;
	-ms-transition:color 0.4s ease;
	-o-transition:color 0.4s ease;
	transition:color 0.4s ease;
}
#homeProducts .homeProduct a img, #homeNews .newsPostInner a img {
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#homeProducts .homeProduct a:hover, #homeNews .newsPostInner a:hover {
	text-decoration: none;
}
#homeProducts .homeProduct a:hover p, #homeNews .newsPostInner a:hover p {
	color: #161616;
}
#homeProducts .homeProduct a:hover img, #homeNews .newsPostInner a:hover img {
	border-color: #161616;
}

/********************************************************
HOME RESPONSIVE
********************************************************/

@media (max-width: 940px) {
	#home #whatsNewA #whatsNewAInner .whatsNewSnipe h2 { font-size: 20px; }
}
@media (max-width: 840px) {
	#home #whatsNewA #whatsNewAInner .whatsNewSnipe h2 { font-size: 20px; }
}
@media (max-width: 640px) {
	#home #whatsNewA #whatsNewAInner .whatsNewSnipe h2 { font-size: 13px; }
	#home #whatsNewA { padding: 0px 5px 0px 5px; }
	#home #whatsNewB { padding: 0px 5px 0px 5px; }
	#topPhoto #collectionLogo { display: none; }
}
@media (max-width:1169px) and (min-width:500px) {
    .hideformobile {
        display:none;
    }
}

/********************************************************
NERVE SLIDER
********************************************************/

.ns_nerveSlider {
	overflow:hidden;
	white-space:nowrap;
	position:relative;
	display:inline-block;
	font-size:0;
	letter-spacing:0;
	word-spacing:0;
	text-align:left;
	-ms-interpolation-mode:bicubic;
}
.ns_nerveSlider .ns_slides {
	width:100%;
	height:100%;
}
.ns_nerveSlider .ns_slides .ns_slidesTrack {
	width:100%;
	height:100%;
	position:absolute;
	overflow:visible;
}
.ns_nerveSlider .ns_slideContainer {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
	font-size:15px;
	letter-spacing:auto;
	word-spacing:auto;
}
.ns_nerveSlider.heightAdaptable .ns_slideContainer img.ns_slideImage {
	width:100%;
	height:auto;
}
.ns_slideContainer.ns_decoy.ns_ls.left {
	position:absolute;
	left:-100%;
}
.ns_slideContainer.ns_decoy.ns_ls.right {
	position:absolute;
	right:-100%;
}
.ns_slideContainer.ns_decoy.ns_ls.up {
	position:absolute;
	top:-100%;
}
.ns_slideContainer.ns_decoy.ns_ls.down {
	position:absolute;
	bottom:-100%;
}
.ns_nerveSlider.ns_horizontal .ns_slideContainer {
	display:inline-block;
}
.ns_nerveSlider.ns_vertical .ns_slideContainer {
	display:block;
}
.ns_nerveSlider .ns_slideContainer img {
	position:absolute;
	z-index:auto;
}
.ns_nerveSlider .ns_slideContainer>a {
	position:relative;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.ns_nerveSlider .ns_timer {
	height:6px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:90;
	width:0;
	display: none;
}
.ns_nerveSlider .ns_prevButton, .ns_nerveSlider .ns_nextButton {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	width:60px;
	height:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	cursor:pointer;
	z-index:51;
	border-radius:50%;
}
.ns_nerveSlider .ns_prevButton {
	position:absolute;
	left:-10px;
	top:0;
}
.ns_nerveSlider .ns_nextButton {
	position:absolute;
	right:-10px;
	top:0;
}
.ns_nerveSlider:hover .ns_prevButton {
	left:0;
}
.ns_nerveSlider:hover .ns_nextButton {
	right:0;
}
.ns_nerveSlider:hover .ns_prevButton, .ns_nerveSlider:hover .ns_nextButton {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
}
.ns_nerveSlider .ns_prevButton:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.ns_nerveSlider .ns_nextButton:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.ns_nerveSlider .ns_prevButton div {
	width:100%;
	height:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.ns_nerveSlider .ns_nextButton div {
	width:100%;
	height:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.ns_nerveSlider .ns_pauseButton {
	position:absolute;
	right:10px;
	bottom:-10px;
	margin-bottom:10px;
	z-index:51;
	height:40px;
	width:40px;
	cursor:pointer;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}
.ns_nerveSlider:hover .ns_pauseButton {
	bottom:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
}
.ns_nerveSlider:hover .ns_pauseButton:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.ns_nerveSlider .ns_pauseButton div {
	width:100%;
	height:100%;
}
.ns_nerveSlider .ns_filmstrip {
	background:transparent url("/overhaul/images/0,0,0,20.png") repeat;
	position:absolute;
	top:-10px;
	left:0;
	overflow-x:auto;
	width:auto;
	max-width:100%;
	padding:4px;
	margin:10px;
	z-index:52;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	border-radius:2px;
}
.ns_nerveSlider:hover .ns_filmstrip {
	top:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}
.ns_nerveSlider .ns_filmstrip:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.ns_nerveSlider .ns_filmstrip img.ns_fThumb {
	height:45px;
	margin:0 2px;
	cursor:pointer;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.ns_nerveSlider .ns_filmstrip img.ns_fThumb:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.ns_nerveSlider .ns_filmstrip img.ns_fThumb:first-child {
	margin-left:0;
}
.ns_nerveSlider .ns_filmstrip img.ns_fThumb:last-child {
	margin-right:0;
}
.ns_nerveSlider .ns_caption {
	width:100%;
	max-width:100%;
	height:auto;
	min-height:136px;
	display:block;
	font-family:"Arial", "Helvetica Neue";
	background:transparent url("/overhaul/images/caption-gradient.png") 0 bottom repeat-x;
	color:#FFF;
	font-size:14px;
	position:absolute;
	left:0;
	bottom:0;
	padding:0;
	margin:0;
	z-index:50;
	line-height:19px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	filter:dropshadow(color=#161616000, offx=1, offy=1);
}
.ns_nerveSlider .ns_caption>div {
	display:block;
	position:absolute;
	bottom:0;
	margin:50px 35px 25px 35px;
	white-space:normal;
	overflow:hidden;
}
.ns_nerveSlider .ns_caption>div img {
	position:relative;
}
.ns_nerveSlider .ns_caption a {
	position:static;
	width:auto;
	height:auto;
	display:inline;
	overflow:auto;
}
.ns_nerveSlider .ns_caption>div h1 {
	font-size:30px;
	line-height:30px;
	font-weight:300;
	position:static;
	left:0;
	top:0;
	right:0;
	bottom:0;
	padding:0;
	margin:0;
	margin-bottom:12px;
	background:transparent;
	box-shadow:none;
	-webkit-box-shadow:none;
	float:none;
	display:block;
}
.ns_nerveSlider .ns_caption>div h1:before, .ns_nerveSlider .ns_caption>div h1:after {
	display:none;
}
.ns_nerveSlider .ns_loadSpinner, .ns_nerveSlider .ns_dummyImage {
	background:transparent;
	height:100%;
	width:100%;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
}
.ns_nerveSlider .ns_loadSpinner div, .ns_nerveSlider .ns_dummyImage div {
	height:100%;
	width:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
.ns_nerveSlider .ns_loadSpinner div {
	background:transparent url("/overhaul/images/loading.gif") 50% 50% no-repeat;
}
.ns_nerveSlider .ns_dummyImage div {
	background:transparent url("/overhaul/images/dummy.png") 50% 50% no-repeat;
}
.ns_nerveSlider .ns_dots {
	position:absolute;
	bottom: 10px;
	left: 50%;
	width: 60px;
	margin-left: -30px;
	padding:10px;
	z-index:200;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.ns_nerveSlider:hover .ns_dots {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.ns_nerveSlider .ns_dots .ns_dot {
	width:8px;
	height:8px;
	border-radius:50%;
	-moz-border-radius:50%;
	float:left;
	margin:0 3px;
	cursor:pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.ns_nerveSlider .ns_dots .ns_dot:first-child {
	margin-left:0;
}
.ns_nerveSlider .ns_dots .ns_dot:last-child {
	margin-right:0;
}
.ns_nerveSlider .ns_dots .ns_dot.ns_selected {
	cursor:default;
}
.ns_nerveSlider .ns_slideContent {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	white-space:normal;
}
.ns_nerveSlider.heightAdaptable .ns_slideContainer .ns_slideContent {
	height:auto;
}
.ns_nerveSlider.light .ns_prevButton div {
	background:transparent url("/overhaul/images/prev-light.png") 50% 50% no-repeat;
}
.ns_nerveSlider.light .ns_nextButton div {
	background:transparent url("/overhaul/images/next-light.png") 50% 50% no-repeat;
}
.ns_nerveSlider.light .ns_pauseButton div {
	background:transparent url("/overhaul/images/play-pause-light.png") 50% 0% no-repeat;
}
.ns_nerveSlider.light .ns_timer {
	background:transparent url("/overhaul/images/swatches/255,255,255,40.png") repeat;
}
.ns_nerveSlider.light .ns_dots .ns_dot {
	border:1px solid #fff;
	background-color: #fff;
}
.ns_nerveSlider.light .ns_dots .ns_dot.ns_selected {
	border:1px solid #161616;
	background:#161616;
}
.ns_nerveSlider.dark .ns_prevButton div {
	background:transparent url("/overhaul/images/prev-dark.png") 50% 50% no-repeat;
}
.ns_nerveSlider.dark .ns_nextButton div {
	background:transparent url("/overhaul/images/next-dark.png") 50% 50% no-repeat;
}
.ns_nerveSlider.dark .ns_pauseButton div { background:transparent url("/overhaul/images/play-pause-dark.png") 50% 0% no-repeat; }
.ns_nerveSlider.dark .ns_timer { background:transparent url("/overhaul/images/0,0,0,30.png") repeat; }
.ns_nerveSlider.dark .ns_dots .ns_dot { border:1px solid #2e2e2e; }
.ns_nerveSlider.dark .ns_dots .ns_dot.ns_selected {
	border:1px solid #2e2e2e;
	background:#2e2e2e;
}
#arrowDown {
	background: url(/overhaul/images/arrowdown.png) 0 0 no-repeat;
	display: block;
	width: 60px;
	height: 60px;
	left: 50%;
	position: absolute;
	bottom: 20px;
	z-index: 315;
	margin-left: -30px;
}
#arrowDown:hover {
	background-position: 0 -60px;
}
@media (max-width: 700px) {
	#arrowDown {
		display: none;
	}
}

/********************************************************
SUBNAV
********************************************************/

#subNavContainer {
	margin: 0 auto;
	max-width: 1170px;
}
#subNav {
	padding: 16px 0px 16px 0px;
	overflow: hidden;
	background-color: #161616;
}
#subNav h1 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	display: inline;
}
#subNav ul li h1 a {
	font-size: 21px !important;
	line-height: 21px;
	color: #FFF;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#subNav ul {
	display: block;
	text-align: center;
	vertical-align: central;
}
#subNav ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#subNav ul li a {
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #FFF;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#subNav ul li a:hover {
	color: #7d7d7d;
	text-decoration: none;
}
#subNav ul li a.active {
	color: #7d7d7d !important;
}
@media (max-width: 800px) {
	#subNav ul li {
		margin: 0px 10px 0px 10px;
	}
	#subNav ul li a {
		font-size: 15px;
	}
	#subNav ul li.topper {
		width: 100%;
		display: block;
		text-align: center;
		padding-bottom: 10px;
		clear: both;
	}
}
@media (max-width: 500px) {
	#subNav ul li a {
		font-size: 13px;
	}
	#subNav ul li {
		margin: 0px 5px 0px 5px;
	}
}

/********************************************************
BLOG LISTING
********************************************************/

#newsRow, #newsSingle {
	margin: 25px 15px 0px 15px;
}
#newsRow .newsPost {
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
}
#newsRow .newsPostInner {
	border: 1px #e1e1e1 solid;
	border-bottom: 3px #161616 solid;
	margin: 0px 0px 0px 0px;
	position: relative;
	padding-bottom: 75px;
	background-color: #161616;
}
#newsRow .newsPostInner a {
	text-decoration: none;
	display: block;
	background-color: #161616;
	-webkit-transition: background-color 500ms ease;
	-moz-transition: background-color 500ms ease;
	-o-transition: background-color 500ms ease;
	-ms-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
}
#newsRow .newsPostInner a h2, #newsRow .newsPostInner a p, #newsRow .newsPostInner a h3 {
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	transition: color 500ms ease;
}
#newsRow .newsPostInner img {
	width: 100%;
	height: auto;
}
#newsRow .newsPostInner a:hover {
    /*background-color: #f4f4f4;*/
}
#newsRow .newsPostInner a:hover h2, #newsRow .newsPostInner a:hover p, #newsRow .newsPostInner a:hover h3 {
	color: #161616;
}
#newsRow .newsPostInnerCopy {
	padding: 15px;
}
#newsRow .newsPostInnerCopyListing {
	height: 75px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 99;
	background-color: #FFF;
	width: 100%;
}
#newsRow .newsPostInnerCopy h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 17px;
	line-height: 22px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
}
#newsRow .newsPostInnerCopy h3 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	font-style: italic;
	font-size: 12px;
	color: #747474;
}
#newsRow .newsPostInnerCopy p {
	color: #747474;
	font-size: 14px;
	line-height: 21px;
	display: none;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#newsRow .newsPostInnerCopy a {
	color: #3e3e3e;
	text-decoration: underline;
}
#newsRow .newsPostInnerCopy a {
	color: #161616;
}
#blogBoot {
	margin: 30px 0px 30px 0px;
	overflow: hidden;
}
#blogBoot.news {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
#blogBoot.video {
	padding-left: 20px;
	padding-right: 20px;
}
.homebtm {
	margin-bottom: 15px !important;
}
#blogBoot a, .blogBoot a {
	width: 200px;
	padding: 8px 5px;
  background: #161616;
  color: #FFF;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
		border: #161616 1px solid;
  transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
	text-align: center;
	border-radius: 3px;
}
#blogBoot a:hover, .blogBoot a:hover {
    background-color: #FFF;
		color: #161616;
		border: #c9c9c9 1px solid;
		text-decoration: none;
}
#blogBoot {
	text-align: center;
}
#blogBoot .arrowLeft {
	float: left;
}
#blogBoot .arrowRight {
	float: right;
}
.blogBoot .arrowCenter {
	text-align: center;
	padding-bottom: 20px;
}
@media (max-width: 940px) {
	#newsRowFeatured .newsPost:nth-child(3) {
		display: none;
	}
}

/********************************************************
BLOG LISTING RESPONSIVE
********************************************************/

@media (max-width: 940px) {
	.newsPostInnerCopyListing {
		height: 180px;
	}
}
@media (max-width: 840px) {
	
}
@media (max-width: 680px) {
	.newsPostInnerCopyListing {
		height: 210px;
	}
}

/********************************************************
BLOG SINGLE
********************************************************/

.newsPostListing, .teamPostListing {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.newsPostListing .newsPostInnerCopy, .teamPostListing .newsPostInnerCopy {
	margin: 0	;
	padding: 0px 5px 0px 5px;
}
.teamPostListing .newsPostInnerCopy  {
	padding: 0px 0px 20px 0px;
	margin: 0px 5px 40px 5px;
	border-bottom: 1px solid #e1e1e1;
}
.newsPostListing .newsPostInnerCopy img, .teamPostListing .newsPostInnerCopy img {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.newsPostListing .newsPostInnerCopy h2, .teamPostListing .newsPostInnerCopy h2 {
	margin: 0px 0px 6px 0px;
	padding: 0;
	font-size: 27px;
	line-height: 32px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
	font-weight: 100;
}
.newsPostListing .newsPostInnerCopy h3, .teamPostListing .newsPostInnerCopy h3 {
	position: inherit;
	text-align: left;
	font-style: normal;
	font-size: 13px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
	margin-bottom: 20px;
}
.newsPostListing .newsPostInnerCopy h4, .teamPostListing .newsPostInnerCopy h4 {
	position: inherit;
	text-align: left;
	font-style: normal;
	font-size: 21px;
	line-height: 27px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
	margin-bottom: 15px;
}
.newsPostListing .newsPostInnerCopy p, .teamPostListing .newsPostInnerCopy p {
	color: #747474;
	font-size: 15px;
	line-height: 30px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newsPostListing .newsPostInnerCopy ul, .teamPostListing .newsPostInnerCopy ul {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newsPostListing .newsPostInnerCopy li, .teamPostListing .newsPostInnerCopy li {
	color: #161616;
	font-style: italic;
	font-size: 15px;
	line-height: 30px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	list-style: disc;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newsPostListing .newsPostInnerCopy p em, .teamPostListing .newsPostInnerCopy p em {
	color: #747474;
	font-size: 15px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}
.newsPostListing .newsPostInnerCopy a {
	color: #161616;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
}
.newsPostListing .newsPostInnerCopy a:hover {

}
.newsPostListing .newsPostInnerCopy strong, .teamPostListing .newsPostInnerCopy strong {
	color: #161616;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.mustRead a {
	display: block;
	width: 100%;
}
.mustRead {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
}
.mustRead img {
	width: 30%;
	height: auto;
	border:1px solid transparent;
	float: left;
}
.mustRead h2 {
	margin: 0px 0px 8px 0px;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #747474;
	float: right;
	width: 65%;
}
.mustRead p {
	color: #161616;
	font-size: 11px;
	line-height: 21px;
	padding-right: 10px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mustRead a p {
	-webkit-transition:color 0.4s ease;
	-moz-transition:color 0.4s ease;
	-ms-transition:color 0.4s ease;
	-o-transition:color 0.4s ease;
	transition:color 0.4s ease;
}
.mustRead a img {
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.mustRead a:hover h2 {
	color:#161616;
}
.mustRead a:hover {
	text-decoration: none;
}
.mustRead a:hover p {
	color: #161616;
}
.mustRead a:hover img {
	opacity: .9;
}
.mustRead:last-child {
	/*border-bottom: 2px solid #161616;*/
}
#blogSidebar, #playerSidebar {
	margin: 75px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	left: 50px;
}
#blogSidebar h3, #playerSidebar h3 {
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #e1e1e1;
	font-size: 15px;
	color: #161616;
	text-transform: uppercase;
	padding: 15px 0 15px 0;
}
#blogSidebar .socialList {
	float: none;
	padding-top: 15px;
	padding-bottom: 30px;
	width: 100%;
}
#blogSidebar a h3 {

}
#blogSidebar #social, #playerSidebar #social {
	padding-top: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
}
#blogSidebar h3.mustread {

}
#playerSidebar p {
	color: #747474;
	font-size: 15px;
	line-height: 24px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
	margin-top: 10px;
}
@media (max-width: 939px) {

	#blogSidebar, #playerSidebar {
		left: 0;
	}
}

/********************************************************
FORMATT'N FOR TWIGGS
********************************************************/

.newsPostListing .newsPostInnerCopy blockquote {
	padding: 10px 20px 10px 20px;
	color: #161616;
	margin: 0px 0px 20px 0px;
	border-left: solid 2px #161616;
	background-color: #f6f6f6;
}
.newsPostListing .newsPostInnerCopy blockquote p {
	margin-bottom: 0px !important;
	color: #161616;
	font-style: italic;
}
.newsPostListing .newsPostInnerCopy a.blogButton {
	width: 200px;
	min-width: 200px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	text-align: center;
	color: #161616;
	border: #c9c9c9 1px solid;
	border-radius: 3px;
	margin: 0 auto;
	text-decoration: none;
}
.newsPostListing .newsPostInnerCopy a.blogButton:hover, .newsPostListing .newsPostInnerCopy a.blogButton:active {
	background-color: #FFF;
	color: #FFF;
	border: #161616 1px solid;
	text-decoration: none;
	width: 220px;
	background: #161616;
}

/********************************************************
VIDEO
********************************************************/

#vimeoWrapper {
	text-align: center;
	background-color: #efefef;
}
#videoContainer {
	width: 100%;
	position: relative;
}
#vimeoWrapper #vimeoPlayer {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
#vimeoWrapper #vimeoPlayer iframe {
	width: 100%;
	height: 100%;
}
.videoPost {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.videoPostInner {
	border: 1px #c9c9c9 solid;
	border-bottom: 3px #161616 solid;
	margin: 0px 5px 0px 5px;
	position: relative;
}
.videoPostInner a {
	text-decoration: none;
	display: block;
	background-color: #FFF;
	-webkit-transition: background-color 250ms ease;
	-moz-transition: background-color 250ms ease;
	-o-transition: background-color 250ms ease;
	-ms-transition: background-color 250ms ease;
	transition: background-color 250ms ease;
}
.videoPostInner a h2, .videoPostInner a p, .videoPostInner a h3 {
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	transition: color 250ms ease;
}
.videoPostInner img {
	width: 100%;
	height: auto;
}
.videoPostInner a:hover {
    background-color: #161616;
}
.videoPostInner a:hover h2, .videoPostInner a:hover p, .videoPostInner a:hover h3 {
	color: #FFF;
}
.videoPostInnerCopy {
	padding: 15px;
	height: 80px;
	overflow: hidden;
}
.videoPostInnerCopy h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 19px;
	line-height: 22px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
}
.videoPostInnerCopy h3 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	font-style: italic;
	font-size: 14px;
	color: #9a9a9a;
}
.videoPostInnerCopy p {
	color: #747474;
	font-size: 14px;
	line-height: 21px;
}
.videoPostInnerCopy a {
	color: #9a9a9a;
	text-decoration: underline;
}
.videoPostInnerCopy a {
	color: #161616;
}
#videoVideo {
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
	background-color: #161616;
}
#videoVideo { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; }
#videoVideo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.videoPostNewInner { background: #fff; }
.videoPostNewInner img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.videoPostDescription {
	background: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 20px 0;
}
.videoPostDescription h2 {
	text-transform: uppercase; 
	margin-bottom: 5px; 
	font-family: 'gotham-medium'; 
	font-size:13px;
	text-decoration: none;	
	display: inline-block;
	position: relative;
	line-height: 20px;
	letter-spacing: .30;
}
.videoPostDescription h2:after {
	content: '';
	display: block;
	margin:  5px auto 0 auto;
	height: 2px;
	width: 0px;
	text-decoration:none;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.videoPostNew:hover h2:after, .videoPostDescription h2:hover:after {
	width: 40%;
	background: black;
	text-decoration:none;
	color:#000;
}
.videoPostDescription h3 { 
	font-family: 'Lato'; 
	color: #747474;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	-o-transition: color .25s ease;
	-ms-transition: color .25s ease;
	transition: color .25s ease;
}

.videoPostNew:hover .videoPostNewInner img { opacity: .5; }
.videoPostNew:hover a { text-decoration: none !important; }
.videoPostNew:hover .videoPostDescription h3 { color: #161616; }

/* NEW STUFF FROM BO'S FILES */

.videoPostNewInner img {
    width: 100%;
    height: auto;
		opacity:0;
		-webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -ms-transition: opacity .7s;
    transition: opacity .7s;
}
.videoPostNewInner.loaded img{
    opacity: 1;
}
.videoPostNew {
	opacity:0;
	-webkit-transition: opacity .7s;
  -moz-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .7s;	
}

@media screen and (min-width: 1170px) and (max-width: 1213px), (min-width: 500px) and (max-width: 613px) {
	.videoPostDescription {
		height: 90px;
	}
}
/*@media screen and (min-width: 500px) and (max-width: 613px) {
	
}*/

/********************************************************
LOOKBOOK
********************************************************/

#lookbook {
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	position: relative;
}
#lookbookHeader {
	width: 100%;
	position: relative;
	margin-bottom: 6px;
}
#lookbookVideo {
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
	background-color: #161616;
}
#lookbookVideo { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; }
#lookbookVideo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#lookbook .lookbookItem {
	margin: 0;
	padding: 0;
}
#lookbook .lookbookItem img {
	width: 100%;
	height: auto;
}
#lookbookHeader #lookbookPhoto img {
	width: 100%;
	height: auto;
}
#lookbookHeader #lookbookPhoto .showforsmall {
	display: none;
}
#lookbookHeader #collectionLogo {
	width: 25%;
	height: auto;
	left: 50%;
	top: 12%;
	position: absolute;
	z-index: 2;
	margin-left: -12.5%;
	max-width: 400px;
}
#lookbookHeader #landingPageLogo {
	width: 25%;
	height: auto;
	left: 50%;
	top: 12%;
	position: absolute;
	z-index: 2;
	margin-left: -10%;
	max-width: 297px;
}
.closeVideo {
	
}
.closeVideo {
	background: url(/overhaul/images/close.png) 0 0 no-repeat;
	display: block;
	width: 38px;
	height: 37px;
	right: 15px;
	top: 15px;
	position: absolute;
	z-index: 15;
}
.closeVideo:hover {
	background-position: 0 -37px;
	cursor: pointer;
}
@media (max-width: 940px) {
	#lookbookHeader #lookbookPhoto .hideforsmall {
		display: none;
	}
	#lookbookHeader #lookbookPhoto .showforsmall {
		display: block;
	}
	#lookbookHeader #collectionLogo {
		width: 50%;
		margin-left: -25%;
	}
	#lookbookHeader #landingPageLogo {
		width: 55%;
		height: auto;
		left: 50%;
		top: 15%;
		position: absolute;
		z-index: 2;
		margin-left: -20%;
		max-width: 297px;
	}
}
.wfw-fullWidth { 
	position:relative;
}
.wfw-fullWidth .wfw-mainHeader {
	width:100%;
	height:auto;			
}
.wfw-mainLogo {
	width: 50%;
	height: 50%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.showforsmall {
	display:none;
	width:100%;
	height:auto;
}
.wfw-logo {
	width:90%;
	margin:0 auto;
	max-width:500px;
}
.wfw-intro {
	width:100%;
	padding:50px 25px 70px 25px;
	text-align:center;
}
.wfw-intro h2 { 
	text-indent: -99999px;
	width: 359px;
	height: 26px;
	margin: 0 auto 35px auto;
	background-image: url('/overhaul/images/working-for-the-weekend-title.png');
}
.wfw-intro .wfw-saturdayTitle { 
	text-indent: -99999px;
	width: 406px;
	height: 26px;
	margin: 0 auto 35px auto;
	background-image: url('/overhaul/images/sat-co-title.png') !important;
}
.wfw-intro .wfw-sundayTitle {
	text-indent: -99999px;
	width: 386px;
	height: 26px;
	margin: 0 auto 35px auto;
	background-image: url('/overhaul/images/sun-co-title.png') !important;	
}
.wfw-intro p {
	width:100%;
	padding: 0px 25px 35px 25px;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	max-width: 1000px;
	margin: 0 auto;
	
}
.wfw-intro .wfw-btn {
	padding: 8px 17px;
	background-color:#161616;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	color: #FFF;
	border: 1px solid #161616;
	border-radius: 5px;
	font-family: "gotham-book";
	font-weight: 400;
	text-decoration: none;
	transition: all 750ms ease;
	-moz-transition: all 750ms ease;
	-webkit-transition: all 750ms ease;
	-ms-transition: all 750ms ease;
	-o-transition: all 750ms ease;
}
.wfw-intro .wfw-btn:hover {
	background-color:#fff;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	color: #161616;
	border: 1px solid #161616;
	text-decoration: none;
	transition: all 750ms ease;
	-moz-transition: all 750ms ease;
	-webkit-transition: all 750ms ease;
	-ms-transition: all 750ms ease;
	-o-transition: all 750ms ease;
}
.wfw-productFullWidth {
	width: 100%;
	padding: 50px 25px;
	background-color:#f2f2f2;
	clear:both;
}
.wfw-productFullWidth img {
	width:100%;
	height:auto;
	max-width:1170px;
	margin:0 auto;
}
.wfw-productFullWidth a, .wfw-threePanel a, .wfw-gridFullWidth a {
	display:block;
	width:100%;
	padding: 10px 25px 0px 25px;
	color: #161616;
	font-size: 14px;
	line-height: 28px;
	margin: 0 auto;
	text-align:center;
	text-decoration:none;
}
.wfw-productFullWidth a:hover, .wfw-threePanel a:hover, .wfw-gridFullWidth a:hover {
	color:#666;
	text-decoration:none;
}
.wfw-gridFullWidth {
	padding: 50px 0;
	clear:both;
	width:100%;
	max-width:1500px;
	margin: 0 auto;
}
.wfw-gridFullWidth div, .wfw-threePanel div {
	-webkit-transition: all 400ms ease-out .1s;
	-moz-transition: all 400ms ease-out .1s;
	-o-transition: all 400ms ease-out .1s;
	transition: all 400ms ease-out .1s;		
}
.wfw-gridFullWidth img, .wfw-threePanel img {
	width:100%;
	height:auto;
}
.wfw-gridFullWidth .wfw-productGrid-1 {
	width:25%;
	position:relative;
	float:left;
	display:block;
	margin: 8.3% 1% 0 12%;
}
.wfw-gridFullWidth .wfw-productGrid-2 {
	width:50%;
	position:relative;
	float:left;
	display:block;
}
.wfw-gridFullWidth .wfw-productGrid-3 {
	width:40%;
	position:relative;
	float:left;
	display:block;
	margin: 1% 1% 1% 12%;
	clear:both;
}
.wfw-gridFullWidth .wfw-productGrid-4 {
	width:35%;
	position:relative;
	float:left;
	display:block;
	margin: 1% 0 50px 0;
}
.wfw-gridFullWidth .wfw-productGrid-5 {
	width:50%;
	position:relative;
	float:left;
	display:block;
	margin: 0 1% 0 12%;
}
.wfw-gridFullWidth .wfw-productGrid-6 {
	width:25%;
	position:relative;
	float:left;
	display:block;
	margin: 8.3% 0 0 0;
}
.wfw-gridFullWidth .wfw-productGrid-7 {
	width:35%;
	position:relative;
	float:left;
	display:block;
	margin: 1% 1% 50px 12%;
	clear:both;
}
.wfw-gridFullWidth .wfw-productGrid-8 {
	width:40%;
	position:relative;
	float:left;
	display:block;
	margin: 1% 0 0 0;
}
.wfw-wobg {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	clear:both;
}
.wfw-wobg img {
	width:100%;
	height:auto;
}

.wfw-threePanel {
	width:100%;
	max-width:1170px;
	margin: 0 auto;
	padding: 0 25px;
}
.wfw-threePanel .wfw-offset {
	margin-top:120px;
	margin-bottom:50px;
}
.wfw-threePanel .wfw-pad-fix {
	padding: 0;
}
.wfw-threePanel .wfw-center {
	padding:0 1%;
	margin-top:50px;
}
.wfw-RedTitle {
	max-width:294px;
	background-image:none !important;
}
.wfw-RedTitle img {
	width:100%;
	height:auto;
}
	
@media screen and (max-width:760px) {
	.hideforsmall {
		display:none;
	}
	.showforsmall {
		display:block;
		width:100%;
		height:auto;
	}
	.wfw-gridFullWidth .wfw-productGrid-1 {
		width:100%;
		float: none;
		margin: 0 0 50px 0;
	}
	.wfw-gridFullWidth .wfw-productGrid-2 {
		width:100%;
		float: none;
		margin: 0 0 50px 0;
	
	}
	.wfw-gridFullWidth .wfw-productGrid-3 {
		width:100%;
		float: none;
		margin: 0 0 50px 0;
	}
	.wfw-gridFullWidth .wfw-productGrid-4 {
		width:100%;
		float: none;
		margin: 0;
	}
	.wfw-gridFullWidth .wfw-productGrid-5 {
		width:100%;
		float: none;
		margin: 0 0 50px 0;
	}
	.wfw-gridFullWidth .wfw-productGrid-6 {
		width:100%;
		float: none;
		margin: 0 0 50px 0;
	}
	.wfw-gridFullWidth .wfw-productGrid-7 {
		width:100%;
		float: none;
		margin: 0 0 50px 0;
	}
	.wfw-gridFullWidth .wfw-productGrid-8 {
		width:100%;
		float: none;
		margin: 0;
	}			
	.wfw-threePanel .wfw-offset {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.wfw-threePanel .wfw-center {
		padding: 0 1%;
		margin-top: 0;
	}
}
@media screen and (max-width:420px) {
	.wfw-intro h2 { 
		text-indent: -99999px;
		width: 201px;
		height: 15px;
		margin: 0 auto 35px auto;
		background-image: url('/overhaul/images/working-for-the-weekend-title-sm.png');
	}
	
}
@media screen and (max-width:500px) {	
	.wfw-intro .wfw-saturdayTitle { 
		text-indent: -99999px;
		width: 228px;
		height: 15px;
		margin: 0 auto 35px auto;
		background-image: url('/overhaul/images/sat-co-title-sm.png') !important;
	}	
	.wfw-intro .wfw-sundayTitle {
		text-indent: -99999px;
		width: 222px;
		height: 15px;
		margin: 0 auto 35px auto;
		background-image: url('/overhaul/images/sun-co-title-sm.png') !important;	
	}	
}

/********************************************************
TEAM
********************************************************/

#teamDetail {
	padding: 0px 15px 0px 15px;
}
.teamItem {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*.teamItem .teamItemInner .teamItemInfo {
	position: absolute;
	left: 0px;
	padding: 15px;
	width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  opacity: 0;
	
}
.teamItem .teamItemInner .teamItemInfo h2 {
	font-size: 23px;
	color: #FFF;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.teamItem .teamItemInner .teamItemInfo h3 {
	font-size: 13px;
	color: #9a9a9a;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}*/
.teamItemInner {
	margin: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
.teamItemInner a {
	text-decoration: none;
	display: block;
	background-color: #fff;
	-webkit-transition: background-color 250ms ease;
	-moz-transition: background-color 250ms ease;
	-o-transition: background-color 250ms ease;
	-ms-transition: background-color 250ms ease;
	transition: background-color 250ms ease;
}
.teamItemInner a h2, .teamItemInner a p, .teamItemInner a h3 {
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	transition: color 250ms ease;
}
.teamItemInner img {
	width: 100%;
	height: auto;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.teamItemInner img:hover {
	opacity: .5;
}
/*.teamItemInner img.teamImg1 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.teamItemInner img.teamImg2 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#lookbookHeader #teamLogo {
	width: 25%;
	max-width: 300px;
	height: auto;
	left: 50%;
	top: 18%;
	position: absolute;
	z-index: 2;
	margin-left: -15%;
}*/
#lookbookHeader #teamLogo {
	width: 25%;
	display:block;
	max-width: 300px;
	height: auto;
	left: 50%;
	top: 25%;
	position: absolute;
	z-index: 2;
	margin-left: -150px;
}
.teamateInfo {
	background: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 20px 0;
}
.teamateInfo h2 { 
	text-transform: uppercase; 
	margin-bottom: 5px; 
	font-family: 'gotham-medium';
	text-decoration: none;
	display: inline-block;
	position: relative;
	line-height: 20px;	
	font-size: 13px;
	letter-spacing: .30px
}
.teamateInfo h2:after {
	content: '';
	display: block;
	margin: 5px auto 0 auto;
	height: 2px;
	width: 0px;
	text-decoration: none;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.teamItem:hover h2:after, .teamateInfo h2:hover:after {
	width: 40%;
	background: black;
	text-decoration:none;
	background: #161616;
}
.teamateInfo h3 { 
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #747474;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	-o-transition: color .25s ease;
	-ms-transition: color .25s ease;
	transition: color .25s ease;
}

.teamItem:hover .teamateInfo h3 { color: #161616; }
@media (max-width: 940px) {
	#lookbookHeader #teamLogo {
		width: 40%;
		max-width: 400px;
	}
}

@media (min-width: 600px) and (max-width: 700px) {
	.teamMobileFix {margin-left: -126px !important;}
}
@media (max-width: 599px) {
	.teamMobileFix {margin-left: -110px !important;}
}
@media (max-width: 450px) {
	.teamMobileFix {margin-left: -75px !important;}
}

/********************************************************
TEAM
********************************************************/

#headerTitle {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 30%;
	text-align: center;
	z-index: 2;
}
#headerTitleInner {
	display: inline-block;
	padding: 15px 25px;
  font-weight: 100;
  border: 0;
}
#headerTitle h1 {
	text-transform: uppercase;
	font-size: 45px;
	display: inline-block;
	color: #FFF;
	font-weight: 500;
	font-family: 'gotham-book';
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased; 
}
#headerTitle h2 {
	font-size: 14px;
	color: #FFF;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-weight: 300;
	font-weight: normal;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased; 
}

#headerTitle.white h1 {
	color: #FFF;
}

#headerTitle.white h2 {
	color: #FFF;
}

@media (max-width: 800px) {
	#headerTitle h1 {
	font-size: 31px;
	}
	#headerTitle h2 {
		font-size: 17px;
	}
	#headerTitle {
		top: 29%;
	}
}

/********************************************************
VIDEO
********************************************************/

video {
  width: 100%    !important;
  height: auto   !important;
}

/********************************************************
CONTENT CONTENT
********************************************************/

#defaultContent {
	margin-top: 45px;
	margin-bottom: 45px;
}
#defaultContent h2 {
	font-size: 19px;
	line-height: 36px;
	color: #161616;
	margin: 20px 0px 10px 0px;
	padding: 0;
}
#defaultContent h3 {
	font-size: 17px;
	line-height: 24px;
	color: #161616;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#defaultContent h4 {
	font-size: 15px;
	line-height: 24px;
	color: #161616;
	margin: 0px 0px 8px 0px;
	padding: 0;
}
#defaultContent p {
	color: #747474;
	font-size: 15px;
	line-height: 25px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 20px 0px;
}

.base_btn-blk, 
.base_btn-blk:link,
.base_btn-blk:visited, 
.base_btn-blk:active {
	width: 140px;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	transition: all 750ms ease;
	-moz-transition: all 750ms ease;
	-webkit-transition: all 750ms ease;
	-ms-transition: all 750ms ease;
	-o-transition: all 750ms ease;
	text-align: center;
	background-color: #161616;
	color: #FFF;
	border: #161616 1px solid;
	text-decoration: none;
	padding: 8px 0px 8px 0px;
	border-radius: 3px;
}
.base_btn-blk:hover {
	color: #161616;
	border: #c9c9c9 1px solid;
	border-radius: 3px;
	text-decoration: none;
	background-color: transparent;
	transition: all 750ms ease;
	-moz-transition: all 750ms ease;
	-webkit-transition: all 750ms ease;
	-ms-transition: all 750ms ease;
	-o-transition: all 750ms ease;	
}

/********************************************************
BRAND
********************************************************/

#defaultContentVideoBoot {
	width: 100%;
	clear: both;
}
#defaultContentVideoBootSocial {
	width: 50%;
	float: left;
}
#defaultContentVideoBootButton {
	width: 220px;
	float: right;
}
#defaultContentVideoBootButton a {
	width: 220px;
	min-width: 200px;
	text-transform: uppercase;
	font-size: 17px;
	display: block;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	text-align: right;
	color: #4d4d4d;
	text-decoration: none;
	padding: 7px 16px 5px 0px;
	margin: 0px 4px 0px 0px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/overhaul/images/arrow.png);
}
#defaultContentVideoBootButton a:hover, #defaultContentVideoBootButton a:active {
	color: #161616;
}
#defaultContent .noonerLogo {
	width: 60%;
	height: auto; margin: 0 auto;
	padding-bottom: 18px;
}
#atLogo {
	margin: 35px auto -70px auto;
	z-index: 99;
	position: relative;
	top: 0;
	left: 0;
}
@media (max-width: 760px) {
	#defaultContent {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	#defaultContent .noonerLogo {
		padding-bottom: 0px;
	}
	#defaultContent {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#defaultContentVideoBootSocial {
		width: 100%;
		float: left;
		text-align: center;
	}
	#defaultContentVideoBootButton {
		width: 100%;
		float: right;
		margin-top: 15px;
		text-align: center;
	}
	#defaultContentVideoBootButton a {
		margin: 0 auto;
	}
}

/********************************************************
BRAND
********************************************************/

#brandStatement {
	margin-top: 45px;
	margin-bottom: 45px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e1e1e1;
}
#brandStatement.noborder {
	margin-top: 45px;
	margin-bottom: 25px;
	border-bottom: none;
}
#brandStatement h2 {
	font-size: 19px;
	line-height: 36px;
	color: #161616;
	text-align: center;
	margin: 20px 15% 20px 15%;
	padding: 0;	
}
#brandStatement h3 {
	font-size: 15px;
	line-height: 30px;
	color: #161616;
	text-align: center;
	margin: 20px 15% 30px 15%;
	padding: 0;
}
#brandStatement #ambassadorInfo {
	margin: 0 auto;
	max-width: 750px;
	margin-top: 30px;
	padding-bottom: 20px;
}
.ambassadorInfoBorder {
	border-right: 1px solid #cccccc;
}
#brandStatement #ambassadorInfo ul {
	margin: 0;
	padding: 0;
}
#brandStatement #ambassadorInfo ul li {
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	color: #747474;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	max-width: 300px;
	display: block;
}
#brandStatement #ambassadorInfo ul li:last-child {
	padding-bottom: 0px;
}
#brandStatement ul li strong {
	font-family: "gotham-book", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
	font-weight: normal;
}
#brandStatement p {
	color: #747474;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 15% 30px 15%;
}
#brandStatement img {
	margin: 0 auto;
	height: auto;
}
#brandThemes {
	padding-bottom: 45px;
}
#corpFabrics {
	padding-top: 25px;
	padding-bottom: 45px;
}
.brandTheme img {
	margin: 0 auto;
	clear: both;
	margin-bottom: 15px;
}
.corpFabric img {
	margin: 0 auto;
	width: 90%;
	margin-bottom: 15px;
}
.brandTheme h2, .brandPerson h3, .brandVehicle h2, .brandVideo h2, .corpFabric h2 {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	color: #161616;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.brandVideo h2 {
	color: #747474;
	font-size: 15px;
	line-height: 24px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}
.brandTheme p, .brandPerson p, .brandVehicle p, .corpFabric p {
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 20px 30px;
	text-align: center;
	color: #747474;
	font-size: 15px;
	line-height: 24px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brandPersonHidden {
	color: #747474;
	font-size: 15px;
	line-height: 24px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline;
}
.brandVideo {
	padding-bottom: 25px;
}
#brandPeople {
	padding-top: 45px;
	padding-bottom: 25px;
}
.brandPerson {
	padding: 0px 20px 20px 20px;
}
.brandPerson img {
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
	width: 60%;
	border: #c9c9c9 1px solid;
}
#brandPeople .sub-head {
	margin: 0px 80px 30px 80px;
}
#corpFabrics .sub-head {
	margin: 0px 50px 30px 50px;
}
#newsRow .sub-head {
	margin-left: 5px;
	margin-right: 5px;
}
#newsRowFeatured {
	padding-bottom: 10px;
}
#brandGarage {
	padding-bottom: 55px;
}
#brandVideos {
	padding-bottom: 65px;
}
#brandVideos .sub-head {
		margin: 40px 30px 10px 30px;
}
.brandVideo {
	padding: 0px 30px 20px 30px;
}
.brandVehicle img {
	margin: 0 auto;
	margin-bottom: 20px;
}
.brandVehicle img.stetch {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
	border: #c9c9c9 1px solid;
}
a.regButton {
	width: 200px;
	min-width: 200px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	text-align: center;
	color: #FFF;
	background-color: #161616;
	border: #c9c9c9 1px solid;
	border-radius: 3px;
	margin: 0 auto;
	text-decoration: none;
}
a.regButton:hover, a.regButton:active {
	color: #161616;
	border: #c9c9c9 1px solid;
	text-decoration: none;
	background: #FFF;
}
a.regButtonPad {
	width: 230px;
	min-width: 200px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	text-align: center;
	color: #FFF;
	background-color: #161616;
	border: #c9c9c9 1px solid;
	border-radius: 3px;
	margin: 0 auto;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.regButtonPad:hover, a.regButtonPad:active {
	color: #161616;
	border: #c9c9c9 1px solid;
	text-decoration: none;
	width: 250px;
	background: #FFF;
}
@media (max-width: 940px) {
	#brandStatement h2, #brandStatement h3 {
		font-size: 17px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.brandVehicle, .brandVideo {
		margin-bottom: 30px;
	}
	.brandVehicle:last-child, .brandVideo:last-child {
		margin-bottom: 0px;
	}
	.ambassadorInfoBorder {
		border-right: 0;
	}
	#brandStatement #ambassadorInfo ul li:last-child {
		padding-bottom: 20px;
	}
	#brandStatement #ambassadorInfo ul li {
		max-width: none;
	}
}
div#retailInfo div {
	text-align: center;
	color: #747474;
	font-size: 17px;
	line-height: 35px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.retailBorder {
	border: 1px #c9c9c9 solid;
	overflow: hidden;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 30px;
}

/********************************************************
FOLDING PHOTO
********************************************************/

#contestIntro {
	width: 100%;
	position: relative;
	padding: 40px 8% 20px 8%;
}
#contestIntro img {
	width:100%;
	height:auto;
}
#contestIntro p {
	font-family: "Lato";
	font-size: 15px;
	line-height: 28px;
	color: #747474;
	padding: 0;
	max-width:600px;
	margin:0 auto 40px auto;
	text-align: center;
}
#contestIntro h2 {
	font-size: 25px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.contest-grid {
	margin: 0 0 40px 0;
	padding: 0 40px;
}
.contest-grid h3 {
	font-size: 20px;
	padding: 25px 0 10px 0;
	text-align: center;
}
#contestIntro .contest-grid p {
	text-align:center;
	margin: 0 15px 20px 15px;
}

@media (max-width: 939px) {
	
	#contestIntro p, #contestIntro .contest-grid p  {
		max-width:100%;
	}
	.contest-grid {
		padding: 0;
	}
}

/********************************************************
FOLDING PHOTO
********************************************************/

.foldingPhoto {
	position: relative;
	background-color: #161616;
}

.foldingBottom img {
	margin-bottom: 5px;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important; /* For IE8 and earlier */
}

.foldingTopFine img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important; /* For IE8 and earlier */
}

.foldingPhoto img {
	width: 100%;
	height: auto;
}

.foldingPhoto .showforsmall {
	display: none;
}

@media (max-width: 940px) {
	.foldingPhoto .hideforsmall {
		display: none;
	}
	.foldingPhoto .showforsmall {
		display: block;
	}
}
.foldingPhoto img {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
#headerTitle {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.foldingPhotoNorms img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important; /* For IE8 and earlier */
}

/********************************************************
VIMEO EMBEDDER
********************************************************/

#video .video-container {position:relative; width: 774px; height: 434px;}
#video .video-container img {width:100%; height:100%;}
#video iframe, #video video { display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.play { cursor: pointer; height: 40px; left: 50%; margin: -45px 0 0 -58px; padding: 25px; position: absolute; top: 50%; width: 65px; z-index: 1; }
.play span { background: url("/overhaul/images/play.png") no-repeat scroll center -380px #161616000; border-radius: 4px 4px 4px 4px; box-shadow: 0 4px 2px -4px rgba(0, 0, 0, 0.4); display: block; height: 40px; opacity: 0.8; width: 65px; }


/********************************************************
ACCORDIAN FOR CAREERS
********************************************************/

.accordion {
	
}

.accordion dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

.accordion dd p {
	font-size: 14px;
	margin-bottom: 15px;
	color: #747474;
}

.accordion dd h3 {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #747474;
}

.accordion dd h4 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #747474;
}

.accordion dd ul {
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.accordion dd ul li {
	font-size: 14px;
	line-height: 20px;
	color: #747474;
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	font-family: "Lato";
	list-style: disc;
}

.accordion dd ul li ul {
	margin-top: 10px;
}

.accordion dd ul li ul li {
	list-style: circle;
}

.accordion dt {
	border-top: #c9c9c9 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	font-size: 15px;
}

/********************************************************
TOSS THE BALLS
********************************************************/

#landingStatement h2 {
	font-size: 23px;
	line-height: 36px;
	color: #161616;
	text-align: center;
	margin: 20px 15% 20px 15%;
	padding: 0;
}

#landingStatement h3 {
	font-size: 15px;
	line-height: 30px;
	color: #161616;
	text-align: center;
	margin: 20px 20% 30px 20%;
	padding: 0;
}

#landingStatement .brandIcon {
	margin: 0 auto;
	height: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

#landingStatement p {
	color: #747474;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 20% 30px 20%;
}

#brandStatement img {
	margin: 0 auto;
	height: auto;
}

#landingStatement h2.surveyCoupon {
	background: #f6f6f6;
	padding: 8px;
	border: 1px dashed #c6c6c6;
	font-size: 21px;
	width: 250px;
	margin: 0 auto;
	margin-top: 15px;
	border-bottom: 0;
}

#landingStatement a.regButton {
	padding: 10px 0px 10px 0px;
	display: block;
	width: 250px;
}

h2.mellowH2 {
	margin-top: 0px;
}

#signupForm {
	width: 300px;
	margin: 0 auto;
}

#signupForm label {
	font-size: 15px;
	color: #828282;
	font-weight: 400;
}

#signupForm label.centered {
	font-size: 15px;
	color: #828282;
	font-weight: 400;
	width: 100%;
	text-align: center;
	display: block;
	color: #000;
}

#signupForm input.tossField {
	background-color: #FFF;
	border: solid 1px #828282;
	margin: 5px 0px 0px 0px;
	padding: 10px;
	width: 300px;
	font-size: 13px;
	color: #161616;
	margin-bottom: 15px;
}

#signupForm input[type="checkbox"] {
	display: block;
	float: left;
	margin-right: 10px;
}

#signupForm #submitButton {
	padding: 10px;
	border: none;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 35px;
	width: 165px;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	border: #c9c9c9 1px solid;
	border-radius: 3px;
	font-family: "gotham-book";
}

#signupForm #submitButton:hover {
	background-color: #FFF;
	color: #000;
	cursor: hand;
}

#signupForm #tossCheck {
	width: 165px;
	margin: 0 auto;
	text-align: center
}

#signupForm #submitButton.boot {
	margin-bottom: 35px;
}

#whiteLogoBlock {
	width: 100%;
	padding: 20px 0px 0px 0px;
	background-color: #FFF;
	margin-bottom: 0px;
}

#whiteLogoBlock img {
	margin: 0 auto;
	width: 50%;
	max-width: 198px;
}

#blackLogoBlock {
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-color: #161616;
	margin-bottom: 0px;
}

#awesomeLogoBlock {
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-color: #e2e2e2;
	margin-bottom: 20px;
}

#icecreamLogoBox {
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-color: #90d0b6;
	margin-bottom: 20px;
}

#blackLogoBlock img {
	margin: 0 auto;
	width: 70%;
	max-width: 500px;
}

#blackLogoBlock img.butch {
	margin: 0 auto;
	width: 70%;
	max-width: 380px;
}

#awesomeLogoBlock img, #icecreamLogoBox img {
	margin: 0 auto;
	width: 30%;
	max-width: 400px;
	min-width: 200px;
}

@media (max-width: 760px) {
	#defaultContentVideoBootButton {
		display: none;
	}
}


/********************************************************
CATALOG
********************************************************/

#catalogRotation {
	border: #c9c9c9 1px solid;
	margin-bottom: 20px;
}

#catalogBoot {
	width: 100%;
	clear: both;
}

#defaultContentVideoBootSocial {
	width: 50%;
	float: left;
}

#catalogBootButton {
	width: 280px;
	float: right;
}

#catalogBootButton a {
	width: 270px;
	min-width: 200px;
	text-transform: uppercase;
	font-size: 17px;
	display: block;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	text-align: right;
	color: #4d4d4d;
	text-decoration: none;
	padding: 7px 16px 5px 0px;
	margin: 0px 4px 0px 0px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/overhaul/images/arrow.png);
}

#catalogBootButton a:hover, #catalogBootButton a:active {
	color: #161616;
}

.blackHeader {
	background-color: #161616;
}

.blackHeader h1 {
	color: #FFF;
	text-align: center;
	font-family: "gotham-book";
}

/********************************************************
IE WARNING
********************************************************/

#ieMessage {
	width: 100%;
	padding: 10px;
	background-color: #ebebeb;
	color: #161616;
	font-size: 14px;
	clear: both;
	text-align: center;
}

#ieMessage .red {
	color: #ff5967;
}

#ieMessage p a:link, #ieMessage p a:visited {
	color: #a1a1a1;
	text-decoration: none;
}

#ieMessage p a:hover, #ieMessage p a:active {
	color: #161616;
}

/********************************************************
VIDEO POST #2
********************************************************/

.videoPostNew {
	padding: 0;
	margin: 0;
}
.videoPostNewInner {
	margin: 0px 0px 0px 0px;
	position: relative;
	background-color: #fff;
}
.videoPostNewInner a {
	text-decoration: none;
	display: block;
	background-color: #000;
	-webkit-transition: background-color 250ms ease;
	-moz-transition: background-color 250ms ease;
	-o-transition: background-color 250ms ease;
	-ms-transition: background-color 250ms ease;
	transition: background-color 250ms ease;
}
.videoPostNewInner a h2, .videoPostNewInner a p, .videoPostNewInner a img.icon {
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	transition: color 250ms ease;
	display: none;
}
.videoPostNewInner a img.icon {
	width: 8%;
	max-width: 40px;
	margin: 0 auto;
	padding: 0px 0px 8px 0px;
}
.videoPostNewInnerCopy {
	padding: 15px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
  transform: translateY(-50%);
	color: #FFF;
	z-index: 99;
	width: 100%;
	text-align: center;
}
.videoPostNewInnerCopy h2 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-align: center;
}
.videoPostNewInnerCopy p {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7d7d7d;
	text-align: center;
	letter-spacing: 2px;
}
.videoPostNewInner img {
	width: 100%;
	height: auto;
}
#newsRowNew {
	margin: 0;
	padding: 0;
}
.videoPostNewInner a img {
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.videoPostNewInner a h2, .videoPostInner a p {
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.videoPostNewInner a:hover img {
	opacity: 0.1;
	filter: alpha(opacity=10); /* For IE8 and earlier */
}
.videoPostNewInner a:hover h2 {
	color: #FFF;
	display: block;
}
.videoPostNewInner a:hover p {
	color: #7d7d7d;
	display: block;
}

.videoPostNewInner a:hover img.icon {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}

header.global nav.account ul li span:before {
	margin-top: 32px;
}

/********************************************************
NEWS POST #2
********************************************************/

.fullNewsPost {
	width: 100%;
	margin: 0 auto;
	max-width: 1180px;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.newNews p:not(:first-child), .newNews h1, .newNews h2, .newNews h3, .newNews h4, .newNews h5, .newNews blockquote, .newNews ul, .newNews ol {
	display: none;
}

.newNews {
	padding-right: 0;
}

.newNews img {
	width: 100%;
	height: auto;
}

.newsPostFullInfo {
	padding-left: 0px;
}

.newsPostFullInfo h2 {
	margin: 0px 0px 6px 0px;
	padding: 0;
	font-size: 27px;
	line-height: 32px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
	font-weight: 100;
}
.newsPostFullInfo h3 {
	position: inherit;
	text-align: left;
	font-style: normal;
	font-size: 13px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
	margin-bottom: 20px;
}

.newsPostFullInfo p {
	color: #747474;
	font-size: 14px;
	line-height: 27px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.newsPostFullInfo a.blogButton {
	width: 140px;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	text-align: center;
	background-color: #161616;
	color: #FFF;
	border: #161616 1px solid;
	text-decoration: none;
	padding: 8px 0px 8px 0px;
	border-radius: 3px;
}
.newsPostFullInfo a.blogButton:hover, .newsPostFullInfo a.blogButton:active {
	color: #161616;
	border: #c9c9c9 1px solid;
	border-radius: 3px;
	text-decoration: none;
	background: #FFF;
}

@media (max-width: 940px) {
  
  .newNews {
  	padding-left: 0px;
  	padding-bottom: 20px;
  }
  
	#blogBoot.news {
		padding-left: 20px;
		padding-right: 20px;
	}
  
}

/********************************************************
PRELOADER
********************************************************/

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/********************************************************
SOCIAL LIKES
********************************************************/

.socialList {
	width: 300px;
	float: left;
}

.socialList a {
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding: 8px;
	border: 1px solid #161616;
	color: #FFF;
	background-color: #161616;
	font-size: 12px;
	text-decoration: none;
	border-radius: 3px;
}

.socialList a:hover {
	background-color: #fff;
	color: #161616;
	border: 1px solid #e1e1e1;
}

/********************************************************
LANDING ADDITIONS
********************************************************/

.landing-photo img {
	width: 100%;
	height: auto;
}

/********************************************************
NOONER ADDITIONS
********************************************************/

#videoBoxList {
	padding: 0px 0px 0px 0px !important;
	margin: 30px 0px 40px 0px !important;
}

#videoBoxList hr {
    border: 0;
    height: 1px;
    background: #e1e1e1;
    margin: 0px 15px 30px 15px;
}

#videoBoxList div h2 {
	border-top: 1px solid #e1e1e1;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	font-size: 15px;
	text-align: center;
}

#videoBoxList div img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

#videoBoxList a {
	font-size: 13px;
	color: #828282;
	text-decoration: none;
	display: block;
}

#defaultContent.nooner_title h2 {
	font-size: 19px;
	line-height: 36px;
	color: #161616;
	margin: 20px 0px 10px 0px;
	padding: 0;
}

#videoBoxList a img {
	border: 1px solid #c9c9c9;
	margin-bottom: 10px;
}

#videoBoxList a:hover {
	color: #161616;
}

#videoBoxList a:hover img {
	border: 1px solid #161616;
}

#videoBoxList a.active img {
	border: 1px solid #161616;
}

#videoBoxList a.active {
	color: #161616;
}

#defaultContent.nooner {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#noonerVideo {
	margin-bottom: 20px;
}

@media (max-width: 600px) {

	#videoBoxList div {
		margin-bottom: 15px;
	}

}

@media (max-width:1169px) and (min-width:500px) {
    .hideMids {
        display:none;
    }
}

@media (max-width:499px) {
    .hideSmalls {
        display:none;
    }
}

/********************************************************
SON OF A BUTCH!!!
********************************************************/

.butchback {
		background: url(../../images/landing/sonofabutch-bg.gif) 0 0 repeat-x;
}

#defaultContent.butchblock {
	margin-top: 15px;
	margin-bottom: 15px;
}

#blackLogoBlock.butchheader {
	background-color: #161616;
}
@media screen and (max-width: 870px) {
	.butchback {
		background-position: 0 -100px;
}
}
@media screen and (max-width: 600px) {
	.butchback {
		background-position: 0 -200px;
	}
}

/********************************************************
RETAIL CHANGES
********************************************************/

#retailIntro p {
	font-family: "Lato";
	font-size: 15px;
	line-height: 28px;
	color: #747474;
	margin: 15px auto 40px auto;
	max-width: 500px;
	padding: 0;
	text-align: center;
}

#giftCard p  {
	font-family: "Lato";
	font-size: 15px;
	line-height: 28px;
	color: #747474;
	margin: 15px 0px 15px 0px;
	padding: 0;

}	
#giftCard .base_btn-blk { 
	margin-right: 10px;
	margin-bottom: 15px;
}
#giftCard h2, #retailGallery h2 {
	font-family: "gotham-book";
	font-size: 25px;
	line-height: 28px;
	color: #161616;
	margin: 25px 0px 0px 0px;
	padding: 0;

}		
#retailGallery h2 {
	font-size: 25px;
	margin: 0px 0px 50px 0px;
}
#retailVideo h2  {
	font-family: "gotham-book";
	line-height: 25px;
	color: #FFFFFF;
	margin: 0px 0px 50px 0px;
	padding: 0;
	font-weight: 300px;
	text-align: center;
	font-size: 31px;
	letter-spacing: 2px;
}
#retailVideo {
	width: 100%;
	background-color: #161616;
	position: relative;
	z-index: 5;
	padding: 60px 10% 80px 10%;
	overflow: hidden;
}
#retailIntro h2 {
	font-size: 25px;
	margin: 10px 0px 10px 0px;
	text-align:center;
}
#retailIntro h3 {
	font-size: 20px;
	padding: 25px 0 0 0;
}
#retailIntro .retailPhoto img, #retailVideo iframe {
	width: 100%;
	/* border: 20px solid #FFF; */
}
.retailPhoto {
	padding: 0 50px;
	text-align:center;
}
 #giftCard .retailPhoto img {
	width: 100%;
	height: auto;
	border: none;
}
#retailIntro, #giftCard {
	width: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 5;
	padding: 40px 8% 40px 8%;
}
#retailGallery {
	width: 100%;
	background-color: #f2f2f0;
	position: relative;
	z-index: 5;
	padding: 50px 10% 60px 10%;
	text-align: center;
}
.roundedBlkButtonCenter {
	display: block !important;
	margin: 0 auto !important;
	width: 140px;
}
#retailIntro .roundedButton a:hover, #retailIntro .roundedButton a:active, #giftCard .roundedButton a:hover, #giftCard .roundedButton a:active, .roundedBlkButton:hover, .roundedBlkButton:active {
	color: #161616;
	border: 1px solid #161616;
	background-color: #fff;
	transition: all 750ms ease;
	text-decoration: none;
	-moz-transition: all 750ms ease;
	-webkit-transition: all 750ms ease;
	-ms-transition: all 750ms ease;
	-o-transition: all 750ms ease;
}
@media (max-width: 940px) {
	.retailPhoto {
		margin-bottom: 0;
		padding: 0 20px;
	}			
		#retailIntro h2 {
		font-size: 25px;
		margin: 0px 0px 30px 0px;
		text-align: center;
	}	
	#retailIntro, #giftCard {
		width: 100%;
		background-color: #FFF;
		position: relative;
		z-index: 5;
		padding: 20px 8% 20px 8%;
	}
}
@media (max-width: 480px) {
	#giftCard .base_btn-blk {
		width: 100%;
	}
}
.retailParalax1 {
	height: 300px;
  background: url(../../images/discover/retail-para.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.retailParalax2 {
	height: 300px;
  background: url(../../images/discover/retail-para-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.garageParalax1 {
	height: 300px;
  background: url(../../images/discover/garage-para-lg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.garageParalax2 {
	height: 300px;
  background: url(../../images/discover/garage-para-lg-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.corporateParalax1 {
	height: 300px;
  background: url(../../images/discover/corporate-parallax.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.corporateParalax2 {
	height: 300px;
  background: url(../../images/discover/corporate-paralax-2000x600-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/********************************************************
AMBASSADOR CHANGES
********************************************************/

#ambassadorProducts {
	margin: 10px 0px 45px 0px;
	padding:0 10px;
}
.gridTitle {
	padding: 0 0 45px 0;	
	text-align:center;
	font-size: 0.875em;
	line-height: 1.5em;
	color: #747474;
}
.gridTitle h2 {
	font-size: 25px;
	color: #000;
	font-family: "gotham-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#ambassadorProducts .homeProduct img {
	width: 100%;
	height: auto;
	border:1px solid #e1e1e1;
}
#ambassadorProducts .homeProduct {
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 20px 5px;
}
#ambassadorProducts .homeProduct h3 {
	text-align: left;
	margin: 10px 0px 5px 0px;
	font-size: 15px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #161616;
}
#ambassadorProducts .homeProduct p {
	color: #747474;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ambassadorOuter {
	margin-top: 30px !important; 
}
.ambassadorOuter li {
	max-width:400px !important;
}
.clearFix {
	clear:both;
}

/********************************************************
NEW LANDING PAGES
********************************************************/

#emailBackButton, #landingBlock a.roundedButton {
	padding: 10px;
	border: none;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 165px;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	border: #c9c9c9 1px solid;
	border-radius: 3px;
	font-family: "gotham-book";
	text-align: center;
	text-transform: uppercase;
	display: block;
}

#emailBackButton:hover, #landingBlock a.roundedButton:hover {
	background-color: #FFF;
	color: #161616;
	cursor: hand;
	text-decoration: none;
}

.formSuccess, .formError {
	display: none;
}

.formSuccess p, .formError p {
	color: #161616 !important;
	font-size: 15px;
}

#landingBlock {
	padding-top: 45px;
	padding-bottom: 45px;
}

#landingBlock #signupForm #submitButton {
	margin-bottom: 0;
}

#landingBlock h2 {
	font-size: 23px;
	line-height: 33px;
	color: #161616;
	text-align: center;
	margin: 0px 15% 5px 15%;
	padding: 0;
}

#landingBlock h3 {
	color: #747474;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 20% 30px 20%;
	font-style: italic;
	color: #161616;
}

#landingBlock .brandIcon {
	margin: 0 auto;
	height: auto;
	margin-bottom: 20px;
}

#landingBlock p {
	color: #747474;
	font-size: 15px;
	line-height: 33px;
	text-align: center;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 20% 30px 20%;
}

#landingBlock p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 870px) {
	#landingBlock h2 {
		margin: 0px 5% 5px 5%;
		padding: 0;
	}

	#landingBlock h3 {
		margin: 0px 5% 30px 5%;
	}
	
	#landingBlock p {
		margin: 0px 5% 30px 5%;
	}
	
}

/********************************************************
NEW LANDING PAGES
********************************************************/

ul#topPhotoRotation, ul#halfPromo1, ul#halfPromo2 {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#topPhotoRotation li, ul#halfPromo1 li, ul#halfPromo2 li {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul#topPhotoRotation li img {
	width: 100%;
	height: auto;
}

/********************************************************
LOOKBOOK OVERLAY
********************************************************/

#lookbookNavigationOverlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
}

#lookbookNavigationOverlay ul li a {
	color: #FFF;
	text-align: center;
	font-size: 31px;
}
#lookbookNavigationOverlay ul li a:hover {
	color: #999999;
	text-decoration:none;
}

#lookbookNavigationWrapper {
	overflow: hidden;
}

#lookbookNavigationWrapper {
	position: relative;
}

#lookbookNavigationOverlay .archive-menu {
	text-align: center;
	position: fixed;
	width: 100%;
	top: 30%;
}
#lookbookNavigationOverlay li {
	padding:25px;
	color:#FFF;
}
.nav-title {
	text-transform:uppercase;
	display:block;
}
#lookbookNavigationOverlay #close_btn {
	background: url('/overhaul/images/close.png') 0 0 no-repeat;
	display: block;
	width: 38px;
	height: 37px;
	position: fixed;
	right: 15px;
	top: 111px;
}
#lookbookNavigationOverlay #close_btn:hover {
	background-position: 0 -37px;
	cursor: pointer;
}
#lookbook-archive {
	position: absolute;
	right: 15px;
	top: 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color:#fff;
}
#lookbook-archive:hover {
	text-decoration:none;
	color:#999999;
}

/********************************************************
TRADEMARK
********************************************************/

.tm-fullWidth {
	z-index:10;
	position:relative;
	top:0;
	left:0;
}
.tm-gridFullWidth {
	max-width:1170px;
	margin:0 auto;
	z-index:20;
	position:relative;
	top:0;
	left:0;
	margin-top: -50px;
}
.tm-fullWidth img, 
.tm-gridFullWidth img, 
.tm-intro img, 
.tm-wobg img, 
.tm-threePanel img, 
.tm-bg-btm img,
.tm-btm-gridFullWidth img {
	width:100%;
}
.tm-gridFullWidth .tm-intro {
	max-width: 500px;
	border-top: #161616 15px solid;
	padding: 35px;
	color:#000;
	width:40%;
	float:left;
	margin-left:19%;
	background-color:#FFFFFF;
}

.tm-gridFullWidth .tm-intro .tm-subTitle {
	font-size:18px;
}
.tm-gridFullWidth .tm-intro h2 {
	font-size:30px;
	margin:0 0 25px 0;
	letter-spacing: 12px;
	text-transform:uppercase;
}

.tm-gridFullWidth .tm-intro p {
	line-height:24px;
	font-size:13px;
	text-align:left;
}
.tm-productGrid-1 {
	width:22%;
	float:left;
	margin:0;
}
.tm-productGrid-2 {
	width:59%;
	float:left;
	margin-top: 3.3%;
}
.tm-productGrid-3 {
	width:41%;
	float:right;
	margin-top: -18.1%;
}
.tm-threePanel {
	max-width:1170px;
	margin: 0 auto;
	position:relative;
	z-index:9;
}
.tm-threePanel .tm-hightlight-1, .tm-threePanel .tm-hightlight-3 {
	width:25%;
	padding:0;
	margin:0;
}
.tm-threePanel .tm-hightlight-2 {
	width:50%;
	padding:0;
	margin:0;
}
.tm-wobg {
	z-index: 8;
	position: relative;
	top: -280px;
	left:0;
}
.tm-btm-gridFullWidth {
	max-width:1170px;
	margin:-280px auto 0 auto;
	position:relative;
	z-index:9;
}
.tm-btm-gridFullWidth h3 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 55px 10%;
	letter-spacing: .4em;
	line-height: 30px;
}
.tm-btm-gridFullWidth .tm-productGrid-4 {
	width:50%;
	float:right;
	padding-right: 10%;
}
.tm-btm-gridFullWidth .tm-productGrid-5 {
	width:50%;
	float:left;
	margin-top: 20.48%;
	padding-left: 10%;
}
.tm-btm-gridFullWidth .tm-productGrid-6 {
	width: 50%;
	float: right;
}
.tm-btm-gridFullWidth .tm-productGrid-7 {
	width:65%;
	margin-left:25%;
	float: left;
}
.tm-whiteSpace {
	width: 100%;
	height: 0;
	margin-top: -280px;
}

@media (max-width: 1175px) {
	.tm-gridFullWidth {
		margin-top: 0;
	}
	.tm-gridFullWidth .tm-intro {
		max-width: 100%;
		width: 100%;
		float: none;
		margin-left: 0;
	}			
	.tm-productGrid-1 {
		width: 40%;
		float: none;
		margin-left: 19%;
	}
	.tm-productGrid-2 {
		width: 59%;
		float: left;
		margin-top: 0;
	}
	.tm-productGrid-3 {
		width: 41%;
		float: right;
		margin-top: -21.4%;
	}	
	.tm-btm-gridFullWidth h3 {
		font-size: 20px;
	}
}

@media (max-width: 650px) {
	.tm-productGrid-1 {
		width: 100%;
		margin-left: 0%;
	}
	.tm-productGrid-2, .tm-productGrid-3 {
		width: 100%;
		float: none;
		margin-top: 0;
	}	
	.tm-threePanel .tm-hightlight-1, .tm-threePanel .tm-hightlight-3, .tm-threePanel .tm-hightlight-2 {
		width:100%;
	}
	.tm-wobg {
		position: relative;
		top: 0;
		left: 0;
	}
	.tm-btm-gridFullWidth h3 {
		padding: 5% 10% 0 10%;
		font-size: 15px;
	}
	.tm-btm-gridFullWidth img, .tm-gridFullWidth img, .tm-threePanel img {
		padding: 5% !important;
	}
	.tm-btm-gridFullWidth {
		margin: 0 auto;
	}
	.tm-btm-gridFullWidth .tm-productGrid-4 {
		width:100%;
		float:none;
		padding-right: 0%;
	}
	.tm-btm-gridFullWidth .tm-productGrid-5 {
		width:100%;
		float:none;
		margin-top: 0;
		padding-left: 0;
	}
	.tm-btm-gridFullWidth .tm-productGrid-6 {
		width: 100%;
		float: none;
	}
	.tm-btm-gridFullWidth .tm-productGrid-7 {
		width:100%;
		margin-left:0%;
		float: none;
	}
	.tm-whiteSpace {
		display: none !important;
	}
}
@media (max-width: 375px) {
	.tm-gridFullWidth .tm-intro h2 {
		font-size: 23px;
	}
	.tm-gridFullWidth .tm-intro .tm-subTitle {
	font-size: 13px;
	}
}

#petrosSnipe {
	clear: both;
}

/********************************************************
EMAIL SIGNUP
********************************************************/

.newsletterContainer {
	padding: 25px 10px;
}
#email-popup {
	background: white;
	font-family: arial;
	padding: 25px 15px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	opacity: 0;
}
#email-popup h1 {
	text-transform: uppercase;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 15px 0 0 0;
	padding: 0;
	color: #161616;
}
#email-popup h2 {
	text-transform: uppercase;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 300;
	margin: 10px 0 0 0;
	padding: 0;
	color: #161616;
}
#email-popup h3 {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	margin: 25px 0 5px 0;
	padding: 0 15px;
	color: #747474;
}
#email-popup input[type="email"] {
	width: 300px;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #747474;
	border: 1px solid #828282;
}
#email-popup input[type="submit"] {
	border: 0;
	background: #000;
	color: #fff;
	width: 120px;
	height: 37px;
	border-radius: 5px;
	font-size: 14px;
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px !important;
}
#email-popup .formSuccess, #email-popup .formError {
	background: #e6e6e6;
	padding: 15px;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	display: none;
}
#email-popup .formSuccess h1 {
	font-size: 20px; 
	color: #161616; 
	margin: 0; 
	padding: 0; 
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
#email-popup .formSuccess p, #email-popup .formError p {
	font-size: 14px; 
	color: #747474; 
	margin: 10px 0 15px 0; 
	padding: 0; 
	line-height: 20px; 
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#email-popup .formError a {
	text-decoration: none; 
	color: #fff; 
	font-family: "gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#email-popup .formError a:hover {color: #161616;}
#email-popup #signupForm {width: 100% !important;}
	
/********************************************************
MAGNIFIC POPUP CSS
********************************************************/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }


/********************************************************
MAIN IMAGE POPUP
********************************************************/

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
/*Catalog Password Protect*/

#catpassForm {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	}
#catpassForm label {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 15px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    display: block;
    color: #161616;
	}
#catpassForm input[type="password"] {
	background-color: #FFF;
    border: solid 1px #828282;
    margin: 5px 0px 0px 0px;
    padding: 10px;
    width: 300px;
    font-size: 13px;
    color: #161616;
    margin-bottom: 15px;
    }
#catpassForm input[type="submit"] {
	padding: 10px;
    background-color: #000 !important;
    color: #FFF;
    font-weight: bold;
    margin: 0 auto;
    width: 165px;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    border: #c9c9c9 1px solid;
    border-radius: 3px;
    font-family: "gotham-book";
    }

#catalogBack a {
	color: #161616;
    border: 1px solid #a6a6a6;
    margin-left: 0px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: "gotham-book";
    font-weight: 400;
    text-decoration: none;
    transition: all 750ms ease;
  	-moz-transition: all 750ms ease;
  	-webkit-transition: all 750ms ease;
  	-ms-transition: all 750ms ease;
  	-o-transition: all 750ms ease;
    }
#catalogBack a:hover {
	background: #161616;
	border: 1px solid #161616;
	color: #fff;
	}
	
/********************************************************
LOOKBOOK POPUP STYLING
********************************************************/

#lookbookTrigger {
	background: #161616;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 0;
    border-radius: 10px;
    position: absolute;
    left: 0;
    margin: 10px;
    font-size: 12px;
    z-index: 90;
	}
#lookbookTrigger:hover {text-decoration: none;}

#otherLookbooks {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #161616;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: .9;
	}
	
.closeLookbook {
	background: url(/overhaul/images/close.png) 0 0 no-repeat;
	display: block;
	width: 38px;
	height: 37px;
	right: 15px;
	top: 15px;
	position: absolute;
	z-index: 15;
}
.closeLookbook:hover {
	background-position: 0 -37px;
	cursor: pointer;
}

.lookbookList {
	color: #fff;
	text-align: center;
	padding-top: 15%;
	font-size: 18px;
}

.lookbookList h1 {font-size: 18px !important; font-weight: 700;}
.lookbookList p {margin: 20px 0;}
.lookbookList a {color: #fff !important;}
.lookbookList a:hover {color: #747474 !important; text-decoration: none;}

#newsletterThanks, #newsletterError {
	display: none;
	background: #e6e6e6;
	padding: 10px;
}
#newsletterError #emailBackButton {
	padding: 1px !important;
}

/********************************************************
PERPERTUAL SCROLL
********************************************************/

div #infscr-loading { 
	padding: 15px 0;
	width: 100%;
	clear: both;
}
div #infscr-loading, div #infscr-loading div { text-align: center; }
div #infscr-loading img { display: block; margin: 0 auto; }



/*************************
INSTAFEED - INSTAGRAM API
*************************/

/*#instafeed {
	width: 100%;
  margin: 32.5px 0 0 0;
}
#instafeed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#instafeed img {
  float: left;
  width: 12.5%;
  height: auto;
  transition: opacity 750ms ease-in-out;
  -moz-transition: opacity 750ms ease-in-out;
  -webkit-transition: opacity 750ms ease-in-out;
}
#instafeed img:hover {
	opacity: .5;
}

@media (max-width: 499px) {
	#instafeed img { width: 25%; }
	#instafeed a:nth-child(n+5) { 
		display: none;
	}
}
@media (max-width: 900px) {
	#instafeed img { width: 25%; }
	#instafeed a:nth-child(n+9) { 
		display: none; 
	}
}*/
#instafeed { margin-top: 25px; }
#instafeed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#instafeed div {
	float: left;
	width: 12.5%;
	height: auto;
	position: relative;
	font-family: "Gotham";
	font-size: 13px;
}

#instafeed div img { 
	width: 100%; 
	height: auto;
	transition: opacity 750ms ease-in-out;
	-moz-transition: opacity 750ms ease-in-out;
	-webkit-transition: opacity 750ms ease-in-out;
	position: relative;
	left: 0;
	top: 0;
}
#instafeed div span { 
	position: absolute; 
	visibility: hidden; 
	opacity: 0; 
	color: #747474;
	transition: visibility 0s, opacity 1s linear;
}
#instafeed div span.inLikes {
	bottom: 40px;
	left: 20px;
	background: url(../../images/home/instafeed-heart.gif) no-repeat center left;
	padding-left: 15px;
}
#instafeed div span.inComs {
	bottom: 40px;
	left: 85px;
	background: url(../../images/home/instafeed-comment.gif) no-repeat center left;
	padding-left: 15px;
}
#instafeed div span.viewON {
	bottom: 15px;
	left: 20px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .5px;
}
#instafeed div:hover img { opacity: 0.1; }
#instafeed div:hover span { visibility: visible; opacity: 1; }

@media (max-width: 1200px) {
	#instafeed div { width: 16.666%; }
	#instafeed div:nth-child(n+13) {
		display: none;
	}
}

@media (max-width: 1000px) {
	#instafeed div { width: 25%; }
	#instafeed div:nth-child(n+9) {
		display: none;
	}
}

@media (max-width: 900px) {
	nav .wpactive:after {
	    background: #ffffff !important;
	    width: auto !important;
	}
}

@media (max-width: 800px) {
	#instafeed div { width: 25%; }
	#instafeed div:nth-child(n+9) {
		display: none;
	}
}

@media (max-width: 600px) {
	#instafeed div { width: 50%; }
	#instafeed div:nth-child(n+5) {
		display: none;
	}
}