/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Fonts */

@font-face {
    font-family: 'LeagueGothic';
    src: local('LeagueGothic'),
    url('../f/LeagueGothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../f/LeagueGothic/League_Gothic-webfont.woff') format('woff'),
    url('../f/LeagueGothic/League_Gothic-webfont.ttf') format('truetype'),
    url('../f/LeagueGothic/League_Gothic-webfont.svg#LeagueGothic') format('svg');
}

@font-face {
    font-family: 'ApexNew-Medium';
    src: local('ApexNew-Medium'),
    url('../f/ApexNew-Medium/ApexNew-Medium.eot?#iefix') format('embedded-opentype'),
    url('../f/ApexNew-Medium/ApexNew-Medium.woff') format('woff'),
    url('../f/ApexNew-Medium/ApexNew-Medium.ttf') format('truetype'),
    url('../f/ApexNew-Medium/ApexNew-Medium.svg#ApexNew-Medium') format('svg');
}

@font-face {
    font-family: 'ApexSerif-BookCaps';
    src: local('ApexSerif-BookCaps'),
    url('../f/ApexSerif-Folder/ApexSerBooCap.eot?#iefix') format('embedded-opentype'),
    url('../f/ApexSerif-Folder/ApexSerBooCap.woff') format('woff'),
    url('../f/ApexSerif-Folder/ApexSerif-BookCaps.ttf') format('truetype'),
    url('../f/ApexSerif-Folder/ApexSerif-BookCaps.otf') format('opentype'),
    url('../f/ApexSerif-Folder/ApexSerBooCap.svg#ApexSerif-BookCaps') format('svg');
}
@font-face {
    font-family: 'ApexSerif-MedCaps';
    src: local('ApexSerif-MedCaps'),
    url('../f/ApexSerif-Folder/ApexSerMedCap.eot?#iefix') format('embedded-opentype'),
    url('../f/ApexSerif-Folder/ApexSerMedCap.woff') format('woff'),
    url('../f/ApexSerif-Folder/ApexSerif-MediumCaps.ttf') format('truetype'),
    url('../f/ApexSerif-Folder/ApexSerif-MediumCaps.otf') format('opentype'),
    url('../f/ApexSerif-Folder/ApexSerMedCap.svg#ApexSerif-MedCaps') format('svg');
}
@font-face {
    font-family: 'ApexSerif-Book';
    src: local('ApexSerif-Book'),
    url('../f/ApexSerif-Folder/ApexSerif-Book.eot?#iefix') format('embedded-opentype'),
    url('../f/ApexSerif-Folder/ApexSerif-Book.woff') format('woff'),
    url('../f/ApexSerif-Folder/ApexSerif-Book.ttf') format('truetype'),
    url('../f/ApexSerif-Folder/ApexSerif-Book.otf') format('opentype'),
    url('../f/ApexSerif-Folder/ApexSerif-Book.svg#ApexSerif-Book') format('svg');
}
@font-face {
    font-family: 'ApexSansMediumC';
    src: local('ApexSansMediumC'),
    url('../f/ApexSansMediumC-Folder/ApexSanMedC.eot?#iefix') format('embedded-opentype'),
    url('../f/ApexSansMediumC-Folder/ApexSanMedC.woff') format('woff'),
    url('../f/ApexSansMediumC-Folder/ApexSansMediumC.ttf') format('truetype'),
    url('../f/ApexSansMediumC-Folder/ApexSansMediumC.otf') format('opentype'),
    url('../f/ApexSansMediumC-Folder/ApexSanMedC.svg#ApexSansMediumC') format('svg');
}
@font-face {
    font-family: 'ApexSansMediumT';
    src: local('ApexSansMediumT'),
    url('../f/ApexSansMediumT-Folder/ApexSanMedT.eot?#iefix') format('embedded-opentype'),
    url('../f/ApexSansMediumT-Folder/ApexSanMedT.woff') format('woff'),
    url('../f/ApexSansMediumT-Folder/ApexSansMediumT.ttf') format('truetype'),
    url('../f/ApexSansMediumT-Folder/ApexSansMediumT.otf') format('opentype'),
    url('../f/ApexSansMediumT-Folder/ApexSanMedT.svg#ApexSansMediumT') format('svg');
}
@font-face {
    font-family: 'ATStackersGothicMedium';
    src: local('ATStackersGothic'),
    url('../f/ATSackersGothic-Folder/ATSacGotMed.eot?#iefix') format('embedded-opentype'),
    url('../f/ATSackersGothic-Folder/ATSacGotMed.woff') format('woff'),
    url('../f/ATSackersGothic-Folder/AT Sackers Gothic Medium.ttf') format('truetype'),
    url('../f/ATSackersGothic-Folder/AT Sackers Gothic Medium.otf') format('opentype'),
    url('../f/ATSackersGothic-Folder/ATSacGotMed.svg#ApexSansMediumC') format('svg');
}
@font-face {
    font-family: 'BankGothicLtBT';
    src: local('BankGothicLtBT'),
    url('../f/BankGothicBT-Light-Folder/bank-gothic-light-bt-7845.eot?#iefix') format('embedded-opentype'),
    url('../f/BankGothicBT-Light-Folder/bank-gothic-light-bt-7845.woff') format('woff'),
    url('../f/BankGothicBT-Light-Folder/bank-gothic-light-bt-7845.ttf') format('truetype'),
    url('../f/BankGothicBT-Light-Folder/BankGothicBT-Light.otf') format('opentype'),
    url('../f/BankGothicBT-Light-Folder/bank-gothic-light-bt-7845.svg#bank-gothic-light-bt-7845') format('svg');
}

/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
}
:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.entry-content h1 {
	margin-bottom: 20px;
	font-size: 24px;
	text-transform: uppercase;
}
.entry-content h3 {
	margin: 5px 0 15px;
}
.entry-content ul,
.entry-content ol {
    padding-left: 25px;
    font-size: 14px;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
img.alignleft {
	margin-right: 15px;
	margin-bottom: 30px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.full_width .page, .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
  background: transparent;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4, .home #content, .about #content {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}

/* Efeqdev resets  */

	/* apply a natural box layout model to all elements http://paulirish.com/2012/box-sizing-border-box-ftw/ */
	* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	html { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	
	ul,
	ol {
	    margin: 0;
	    padding: 0;
	}
	
	dd {
	    margin: 0;
	}
	::selection {
		background: transparent;
	}
	::-moz-selection {
		background: transparent;
	}
	p::selection, h1::selection, h2::selection, h3::selection {
		background: #A03817;
	}
	p::-moz-selection, h1::selection, h2::selection, h3::selection {
		background: #A03817;
	}

/* Efeqdev resets END here */

/* Thesis theme-specific resets START here */
	
	#header, #footer {
		padding: 0;
	}

	.full_width > .page {
		background-color: transparent;
	}
	
	#content {}

/* END Thesis theme-specific resets */



/* ==========================
	Base Magnatone Styles
   ========================== */
	body {
		background-color: #534741;
		font-family: "ApexSerif-Book", "Times New Roman", Times, serif;
	}
	
	a {
		color: #A03817;
	}
   
	.format_text {
		font-family: "ApexSerif-Book";
		color: #fff;
		font-size: 1.0em;
	}
	
	.format_text h3, .entry-content h3{
		font-family: "ApexSerif-BookCaps";
		text-transform: lowercase;
		font-size: 20px;
	}
	
	.headline_area {
		font-family: "ApexSerif-BookCaps";
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 2px;
	}
	
	.home .headline_area {
		font-family: "LeagueGothic";
		margin-bottom: 0;
	}
	
	.home .headline_area h2 {
		color: #fff;
		font-size: 5em;
		line-height: 0.9em;
	}
	
	.home .format_text h3:first-child {
		margin-top: 0;
		font-size: 2em;
	}
	
	.format_text p {
		font-size: 1.4em;
		line-height: 1.3em;
	}
	.registered-sign {
		font-family: 'Arial', sans-serif;
	}	
	/* Logo and menu styles */
	#header_area {
		position: relative;
		-webkit-transition: all .5s;
    	-moz-transition: all .5s;
    	-o-transition: all .5s;
    	transition: all .5s;
    	height: 108px;
	}
	
	.home #header_area {
		height: 600px;
	}
	
	#header_area.collapsed {
		min-height: 169px !important;
		height: 169px !important;
	}
	
	#sticky_nav_area {
		background: transparent url(../i/nav-bg.png) no-repeat center 21px;
		position: absolute;
		z-index: 100;
		width: 100%;
	}
	
	#sticky_nav_area #logo {
		margin-top: -30px;
		margin-left: 10px;
		margin-right: 20px;
	}
	
	.menu-mobile-menu-container {
		height: 0;
		overflow: hidden;
		-webkit-transition: height .5s;
    	-moz-transition: height .5s;
    	-o-transition: height .5s;
    	transition: height .5s;
		display: none;
		
		/* fallback */
		background-color: #000;
		
		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-gradient(linear, left top, right top, from(#000), to(#333));
		
		/* Safari 5.1, Chrome 10+ */
		background: -webkit-linear-gradient(left, #000, #333, #000);
		
		/* Firefox 3.6+ */
		background: -moz-linear-gradient(left, #000, #333, #000);
		
		/* IE 10 */
		background: -ms-linear-gradient(left, #000, #333, #000);
		
		/* Opera 11.10+ */
		background: -o-linear-gradient(left, #000, #333, #000);
	}
	
	.menu-mobile-menu-container li {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.65em;
	}
	
	.menu-mobile-menu-container.expanded {
		height: 305px;
		display: block;
	}
	
	.menu-main-menu-container {
		margin-top: 30px;
		margin-bottom: 0.5em;
	}
	
	.menu-main-menu-container ul li {
		margin-right: 3em;
		
	}
	
	.menu-main-menu-container ul li:last-child {
		margin-right: 0;
		
	}

	.menu-main-menu-container ul li a, .menu-mobile-menu-container ul li a {
		background: transparent;
		color: #fff;
		font-size: 1.5em;
		font-family: "ApexSansMediumC";
	}
	
	.menu-main-menu-container ul li a:hover, .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover, .menu-timeline-menu-container ul li a:hover {
		background: transparent;
		color: #FFF3D1; /* cream nav */
	}
	
	#true-dimensional-sound {
		text-align: center;
		padding: 0.5em;
		margin-left: -6em;
		display: none; /* Hides that tagline all together */
	}
	
	#true-dimensional-sound p {
		font-family: "ATStackersGothicMedium";
		color: #fff;
		font-size: 2.0em;
		text-transform: lowercase;
		text-shadow: 1px 1px 3px #000;
		line-height: 1em;
	}
	
	#true-dimensional-sound p span {
		font-size: 0.7em;
	}
	.current-nav {
		color: red;
	}
	
	#bread {
		color: #999999;
		padding: 3px;
		margin-bottom: 10px;
		font-size: 2em;
		font-family: 'ApexSansMediumT';
		text-transform: uppercase;
	}
	#bread ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
	} 
	#bread ul li {
		margin-left: 0;
		padding-left: 2px;
		border: none;
		list-style: none;
		display: inline;
		font-size: 0.8em;
	}
	#bread ul li a {
		color: #999999;
	}
	
	/* Banner */
	
	#banner {
		position: relative;
		width: 100% !important;
		-webkit-transition: height .5s;
    	-moz-transition: height .5s;
    	-o-transition: height .5s;
    	transition: height .5s;
    	z-index: 1;
    	height: 600px;
	}
	
	.home #header_area.collapsed #banner {
		height: 169px !important;
		padding-bottom: 169px;
	}
	
	.slide {
		display: block;
		background-repeat: no-repeat;
		-webkit-transition: height .5s;
    	-moz-transition: height .5s;
    	-o-transition: height .5s;
    	transition: height .5s;
    	color: #fff;
    	width: 100% !important;
    	height: 100% !important;
	}
	
	.home #header_area.collapsed #banner .slide {
		height: 169px !important;
	}
	
	#banner a .container {
		margin: 0 auto;
		position: relative;
		height: 600px;
	}
	
	.slide-copy {
		position: absolute;
		bottom: 1em;
		font-family: 'LeagueGothic';
		font-size: 6em;
		text-shadow: 3px 3px 3px #000;
		text-shadow: 3px 3px 3px rgba(0,0,0,.58);
		text-transform: uppercase;
		line-height: 1.0em;
		padding-left: 10px;
		z-index: 95;
	}
	
	.slide-copy h3 {
		display: block;
		font-size: 1.6em;
		margin-bottom: 10px;
		line-height: 1em;
	}
	.slide-copy h4 {
		display: block;
		font-size: 1.2em;
		margin-bottom: 10px;
	}
	.slide-copy h4 span{
		display: block;
		font-size: 1.0em;
	}
	.slide-copy h3 span span.registered-sign {
		font-family: 'Arial', sans-serif;
		font-size: 0.25em;
		line-height: 1em;
		display: inline-block;
		vertical-align: top;
	}	

	
/*
	#the-mag-is-back-banner .slide-copy, #super-fifty-nine-banner .slide-copy {
		text-align: left;
		padding-left: 0;
		bottom: 1em;
		width: 100%;
		font-size: 5em;
	}
	
	#the-mag-is-back-banner .slide-copy h3 {
		display: block;
		font-size: 1.6em;
		line-height: 0.8em;
	}

	#the-mag-is-back-banner .slide-copy h3 span.registered-sign {
		font-family: 'Arial', sans-serif;
		font-size: 0.35em;
		line-height: 1em;
		display: inline-block;
		vertical-align: top;
	}
*/

	.home #content {
		width: 100%;
		float: none;
	}
	
	/* Header h1 h2 h3 Styles */
	
	
	/* Home Content area */
	
	.home #content_area {
		z-index: 4;
		padding-bottom: 3em;
		margin-top: 0;
	}
	
	.row.home-content {
		/*padding: 0 1em;*/
	}
	
	.sell-boxes {
		/*height: 254px;*/
		padding: 20px 0;

	}
	.sell-boxes .sell-box,
	.sell-boxes .sell-box a {
		/*height: 254px;*/
		margin-bottom: 30px;
		border: inset 2px white;
		border-style: solid;
	}
	
	.news-feed, .vintage-feed {
		color: #fff;
	}

	.teaser-box > h3:first-child, .bottom_header {
		font-family: "ApexSerif-BookCaps";
		font-size: 2.5em;
		color: white;
		text-transform: lowercase;
		background: transparent url(../i/small-chevrons-down.png) no-repeat right center;
		line-height: 0.8em;
		margin-bottom: 0.3em;
	}
	
	.vintage-feed.teaser-box > p {
		font-size: 1.4em;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.vintage-feed #gallery-container {
		position: relative;
		background: #000;
		margin-bottom: 30px;
		margin-top: 5px;
		border: 2px white solid;
	}
	
	.teaser-box a {
		display: block;
		position: relative;
		width: 100%;
		height: 120px;
		overflow: hidden;
	}
	
	.vintage-feed {
		position: relative;
	}
	
	.vintage-feed.teaser-box a {
		width: 620px;
		height: 320px;
	}
	
	.news-feed.teaser-box a {
		margin-bottom: 20px;
		border: inset 2px white;
		border-style: solid;
	}
	
	.vintage-feed.teaser-box a img {
	
	}
	
	.teaser-box a img {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}
	
	.vintage-feed.teaser-box a img {
		position: relative;
		width: auto;
	}
	
	#vintage-gallery	{
		width: 100%;
		height: 320px !important;
		position: relative;
		margin: 0 auto;
		background: #000;
		/* bottom: -3em; */
	}
	
	.vintage-feed.teaser-box #vintage-gallery a {
		
	}
	
	.vintage-feed #prev, .vintage-feed #next {
		height: 320px;
		width: 60px;
		background-color: #000;
		position: absolute;
		bottom: 0;
	}
	#prev {
		background: url(../i/prev.png) no-repeat center center;
		cursor: pointer;
	}
	#next {
		background: url(../i/next.png) no-repeat center center;
		cursor: pointer;
	}
	.vintage-feed #prev, #product_gallery #prev {
		top: 0;
		left: 2px;
	}
	
	.vintage-feed #next, #product_gallery #next {
		top: 0;
		right: 2px;
	}
	
	.vintage-feed #prev, .vintage-feed #next {
		cursor: pointer;
	}
	
	.teaser-box a .sell-text, .about-teaser-box a .sell-text {
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 1.2em;
		color: white;
		background-color: rgba(0, 0, 0, .43);
		margin-bottom: 0;
		line-height: 1.2em;
		text-transform: none;
		padding: 0 1.5em;
		width: 100%;
		height: 0;
		opacity: 0;
		-webkit-transition: opacity .25s ease-in-out;
    	-moz-transition: opacity .25s ease-in-out;
    	-o-transition: opacity .25s ease-in-out;
    	transition: opacity .25s ease-in-out;
	}
	
	.teaser-box a:hover .sell-text, .news-feed.teaser-box a .sell-text, .about-teaser-box a .sell-text, .magnatone-news .teaser-box a .sell-text {
		height: auto;
		padding: 1em 1.5em;
		display: block;
		opacity: 1.0;
	}
	
	.teaser-box a .sell-text h3, .about-teaser-box a .sell-text h3 {
		font-family: "ApexSansMediumC";
		text-transform: uppercase;
		margin-bottom: 0.5em;
		font-size: 16px;
		line-height: 1.3em;
	}
	
	.teaser-box a .sell-text h3:last-child, .about-teaser-box a .sell-text h3:last-child {
		margin-bottom: 0;
	}
	
	.teaser-box a .sell-text p, .about-teaser-box a .sell-text p {
		font-family: "ApexSerif-Book";
		font-size: 14px;
	}
	
	.teaser-box a .sell-text:hover p, .teaser-box a .sell-text:hover h3:last-child, .about-teaser-box a .sell-text:hover p, .about-teaser-box a .sell-text:hover h3:last-child {
		text-decoration: underline;
	}
	
	body {
		position: relative;
			
		/* fallback */
		background-color: #000;
		
		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-gradient(linear, left top, right top, from(#181415), to(#333));
		
		/* Safari 5.1, Chrome 10+ */
		background-image:  url(../i/backgroundtileMs3.png), -webkit-linear-gradient(left, #181415, #333, #181415);
		background-repeat: repeat;
		background-position: center 28px;
		
		/* Firefox 3.6+ */
		background: -moz-linear-gradient(left, #181415, #333, #181415);
		
		/* IE 10 */
		background: -ms-linear-gradient(left, #181415, #333, #181415);
		
		/* Opera 11.10+ */
		background: -o-linear-gradient(left, #181415, #333, #181415);
	}	
	
	.home #content_area {
		-webkit-transition: height .218s;
    	-moz-transition: height .218s;
    	-o-transition: height .218s;
    	transition: height .218s;
		border-top: 2px #808080 solid;
		box-shadow: 0px 1px 10px black;
		z-index: 5;
	}
	
	.home .post_box.top {
		margin: 0;
	}
	
	#expand {
		position: absolute;
		top: -30px;
		width: 100%;
		height: 30px;
		z-index: 15000;
	}
	
	#expand_button {
		height: 30px;
		width: 55px;
		background: #333 url(../i/expand-sprite1.png) no-repeat center 7px;
		margin: 0 auto;
		border: 2px #808080 solid;
		border-bottom: 0;
		cursor: pointer;
	}
	
	#expand_button.active {
		background-position: center -42px;
	}
	
	/* ABOUT PAGE STYLES */	
	.about h2, .products header h2, .dealers h2, .dealer-assets header h2, .generic-page h2, .generic-page header h2 {
		font-family: 'ApexSerif-BookCaps';
		font-size: 4.0em;
		text-transform: lowercase;
		padding-left: 2em;
		margin: 15px 0;
		letter-spacing: 1px;
		line-height: 1.0em;
	}
	.about #about_top, .magnatone-news #about_top {
		background: #fff;
		padding: 4em 0;
	}
	.about #about_top.row {
		margin-left: 0;
	}
	.about #about_top h2
		color: #42210B;
		margin-bottom: 1em;
	}
	.about #about_top h2 span.mag {
		font-size: 1.15em;
	}
	.about #about_top h2 span.mag_today {
		font-size: 1.5em;
	}
	.about #mag_history, .about #vintage_collection {
		margin-top: 1.0em;
	}
	.about #content_area {
		border-top: none;
	}
	.about .post_box {
		padding-top: 0;
	}
	.about #content_area .headline_area {
		display: none;
	}
	.about_text {
		margin-top: 5px;
	}
	.about_text p {
		font-family: 'ApexSerif-Book';
		font-size: 1.4em;
		line-height: 1.3em;
		color: #4D4D4D;
	}
	.about .about_text p.column {
		color: #ccc;
		display: block;
		margin-bottom: 2.0em;
		font-size: 1.4em;
		line-height: 1.3em;
	}
	.about-teaser-box a {
		display: block;
		position: relative;
		width: 100%;
		height: 127px;
		overflow: hidden;
		margin-bottom: 23px;
	}
	
	#about_bottom, .artists #about_top, 
	.magnatone-news #about_top, 
	.vibrato-vs-tremolo #about_top, 
	.vibrato-and-tremolo #about_top {
		box-shadow: 0px -1px 3px black;
		z-index: 6;
		padding-top: 1em;
		padding-bottom: 4em;
	}
	.about #mag_history h2 {
		background: transparent url(../i/silver-chevrons.png) no-repeat left;
		color: #ccc;
		margin-bottom: 0.5em;
	}
	#history-gallery-container {
		float: left;
	}
	#history-gallery a .history-slide-text {
		width: 100%;
		z-index: 98;
		top: 15%;
		color: #eee;
	}
	
	#history-gallery a .history-slide-text h3.history_slides {
		background-color: rgba(207, 88, 29, 0.5);
		font-family: 'ApexSerif-MedCaps';
		font-size: 3.2em;
		text-transform: none;
		letter-spacing: 2px;
		text-align: center;
		padding: 2em 0 0 0;
		text-shadow: 0px 2px 5px #555;
        filter: dropshadow(color=#555, offx=0, offy=2);
		-webkit-transition: background 0.25s ease-in-out;
		-moz-transition: background 0.25s ease-in-out;
        -ms-transition: background 0.25s ease-in-out;
        -o-transition: background 0.25s ease-in-out;
		transition: background 0.25s ease-in-out;
    }
	
	#history-gallery a .history-slide-text h3.history_slides.explore_timeline {
		font-family: 'ApexSansMediumC';
		font-size: 4.0em;
		padding: 0 0 2em 0;
	}
	#history-gallery a .history-slide-text:hover h3 {
		background-color: rgba(207, 88, 29, 0.05);
		-webkit-transition: background 0.25s ease-in-out;
		-moz-transition: background 0.25s ease-in-out;
        -ms-transition: background 0.25s ease-in-out;
        -o-transition: background 0.25s ease-in-out;
		transition: background 0.25s ease-in-out;
	}
	.about #vintage_collection {
	}
	.about #vintage_collection h2 {
		background: transparent url(../i/silver-chevrons.png) no-repeat left;
		color: #ccc;
		margin-bottom: 1em;
	}
	.about #vintage_collection p.vintage_blurb {
		font-family: 'ApexSerif-Book';
		font-size: 16px;
		color: #ccc;
		margin-top: 0.75em;
		padding-right: 6em;
		text-align: right;
	}
	.large-vintage-feed.teaser-box > p {
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}
	
	.large-vintage-feed #gallery-container {
		background: #000;
		height: 250px;
	}
	
	.large-vintage-feed {
		position: relative;
	}
	
	.large-vintage-feed.teaser-box a {
		display: block;
		position: relative;
		width: 200px;
		height: 200px;
		float: left;
		overflow: hidden;
	}
		
	.news-feed.teaser-box a {
		/*margin-top: 1.0em;*/
	}
	
	.teaser-box a img {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}
	
	.large-vintage-feed.teaser-box a img {
		position: relative;
		width: auto;
	}
	
	#about-vintage-gallery {
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		background: #000;
	}
	.vintage_item {
		float: left;
		position: relative;
		display: block;
		margin-top: 1em;
		border-right: 1px solid #1a1a1a;
	}
	.vintage_item:last-child {
		border-right: none;
	}
	
	.large-vintage-feed #prev, .large-vintage-feed #next {
		height: 250px;
		width: 60px;
		background-color: #000;
		position: absolute;
		bottom: 0;
	}
	
	.large-vintage-feed #prev {
		left: 0;
		top: 0;
	}
	
	.large-vintage-feed #next {
		right: 0;
		top: 0;
	}
	
	.large-vintage-feed #prev, .large-vintage-feed #next {
		cursor: pointer;
	}
	p.vintage_caption {
		font-family: 'ApexSansMediumC';
		font-size: 1.0em;
		color: #b3b3b3;
		text-transform: uppercase;
		text-align: center;
	}
	.home .click_instructions, .about .click_instructions {
		background-color: #1a1a1a;
		height: 28px;
	}
	.home .click_instructions, .about .click_instructions h4 {
		font-family: 'ApexSansMediumC' sans-serif;
		font-size: 1.6em;
		color: #808080;
		text-align: center;
		text-transform: lowercase;
		line-height: 1.6em;
	}
	
	/* ========== PRODUCTS PAGE ========= */
	#varsity-product-banner {
		height: 845px;
	}
	#varsity-product-banner .slide-copy {
		text-align: center;
		padding-left: 0;
		bottom: 0.25em;
		width: 100%;
	}
	#varsity-product-banner .slide-copy h3 {
		font-size: 1.0em;
		line-height: 1.0em;
	}
	
	#varsity-product-banner .slide-copy h3 span  {
		display: inline;
		font-size: 1.2em;
		line-height: 0.8em;
	}
	#varsity-product-banner .slide-copy h3 span span.registered-sign {
		font-family: 'Arial', sans-serif;
		font-size: 0.25em;
		line-height: 1em;
		display: inline-block;
		vertical-align: top;
	}
	#varsity-logo {
		background: transparent url(../i/varsity-logo.png) no-repeat center center;
		height: 131px;
	}
	.products h2 {
		background: transparent url(../i/silver-chevrons.png) no-repeat left;
		color: #fff;
		font-size: 3.0em;
		margin: 1em 0 0.5em 0;
	}
	.products h2 span {
		/* font-size: 1.25em; */
	}
	.products h2.series_title {
		background: #1A1A1A;
		font-family: 'BankGothicLtBT', sans-serif;
		color: #fff;
		font-size: 4.0em;		
		padding: 0 5px 5px;
		margin: 0 0 15px;
		line-height: 1em;
		text-transform: lowercase;
	}
	.products .teaser-box {
		margin-bottom: 2.0em;
		margin-top: 2.0em;
	}
	.products .news-feed {
		margin-top: 0;
	}
	.products #content .post_box.top {
		padding-top: 1.0em;
	}
	.products #content .post_box.top .headline_area {
		display: none;
	}
	.products #product_grid {
		margin-top: 1.0em;
		margin-bottom: 1.0em;
		margin-left: 0;
		padding-bottom: 4em;
	}
	.products #product_grid .collection {
		display: block;
		margin-bottom: 15px;
	}
	.products #product_grid .collection .line-shot {
		margin-bottom: 15px;
	}
	.products #product_grid a .product {
		margin-left: 0;
		padding: 15px 0;
		position: relative;
		display: block;
	}
	.products #product_grid .collection-products ul a {
		display: block;
		border-bottom: 1px solid #626363;
		color: #ffffff;
	}
	.products #product_grid .collection-products ul a:hover {
		text-decoration: underline;
	}
	.products #product_grid .collection-products ul a:last-child {
		border-bottom: none; 
	}
	.products #product_grid .collection-products .learn-more, .collection-landing .product .learn-more {
		background: gray;
		text-transform: uppercase;
		font-family: 'ApexSansMediumT', sans-serif;
		font-size: 1.8em;
		color: white;
		padding: 10px 5px;
		display: block;
		width: 100%;
		text-align: center;
		line-height: 1;
		margin-top: 15px;
	}
	.products #product_grid .collection-products .learn-more:hover, .collection-landing .product .learn-more:hover {
		background: #1A1A1A;
	}
	.products #product_grid a .product:last-child {
	}
	.product.even {
	}
	.product.odd {
	}
	.products #product_grid .intro {
		margin-bottom: 15px;
	} 
	.intro p {
		font-family: 'ApexSerif-Book';
		font-size: 1.8em;
		line-height: 1.5em;
		color: white;
	}
	.products #product_grid .product .knock_out {
		float: left;
		width: 33%;
		max-height: 120px;
		margin: 0.5em 1.0em 0 0;
	}
	.products #product_grid a .product h3, .collection-landing .product h3 a {
		font-family: 'ApexSansMediumT', sans-serif;
		font-size: 1.8em;
		color: white;
		text-transform: uppercase;
		text-align: left;
		line-height: 0.5em;
	}
	.product p.cocktail_speech {
		font-family: 'ApexSerif-Book';
		font-size: 1.8em;
		line-height: 1.5em;
		margin-top: 0.5em;
	}
	.teaser-box.magnatone-artists a .sell-text {
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 1.2em;
		color: white;
		background-color: rgba(0, 0, 0, .43);
		margin-bottom: 0;
		line-height: 1.2em;
		text-transform: none;
		padding: 1.5em;
		width: 100%;
		height: 75px;
		opacity: 1.0;
		display: block;
		-webkit-transition: opacity .25s ease-in-out;
    	-moz-transition: opacity .25s ease-in-out;
    	-o-transition: opacity .25s ease-in-out;
    	transition: opacity .25s ease-in-out;
	}
	
	.teaser-box.magnatone-artists a .sell-text h3 {
		font-family: "ApexSansMediumC";
		text-transform: lowercase;
		margin-bottom: 0.5em;
	}
	
	.teaser-box.magnatone-artists a .sell-text h3:last-child {
		margin-bottom: 0;
		margin-right: 0.3em;
		font-size: 2.0em;
		text-align: right;
	}
	
	.teaser-box.magnatone-artists a .sell-text p {
		font-family: "ApexSerif-Book";
	}
	
	.teaser-box.magnatone-artists a .sell-text:hover p, .teaser-box.magnatone-artists a .sell-text:hover h3:last-child {
		text-decoration: underline;
	}
	.magnatone-artists a .sell-text {
		display: block;
	}
	.magnatone-artists .sell-text h3#mag-artists-logo {
		background: url(../i/magnatone-2-logo.png) no-repeat center center;
		text-indent: -9999px;
		line-height: 1.2em;
		-moz-background-size: 100%;
		background-size: 100%;
	}
	
	/* ========== INDIVIDUAL PRODUCT PAGE ========= */
	
			/* ========== CUSTOM PRODUCT PAGE GRADIENTS AND NAVIGATION BACKGROUNDS ========== */
				body.traditional-collection {
					position: relative;
						
					/* fallback */
					background-color: #181415;
					
					/* Safari 4-5, Chrome 1-9 */
					background: -webkit-gradient(linear, left top, right top, from(#231F20), to(#622D1A));
					
					/* Safari 5.1, Chrome 10+ */
					background-image:   url(../i/backgroundtileMs3.png), -webkit-linear-gradient(left, #231F20, #622D1A, #231F20);
					background-repeat: repeat;
					background-position: center 28px;
					
					/* Firefox 3.6+ */
					background: -moz-linear-gradient(left, #231F20, #622D1A, #231F20);
					
					/* IE 10 */
					background: -ms-linear-gradient(left, #231F20, #622D1A, #231F20);
					
		
					/* Opera 11.10+ */
					background: -o-linear-gradient(left, #231F20, #622D1A, #231F20);
				}
				
				/* Navigation Backgrounds */
				
					/* Charlie */ .custom.single-v.single_product #header_area, .custom.twilighter.single_product #header_area, .custom.stereo-twilighter.single_product #header_area {
						background: transparent url(../i/charlie-header.jpg) no-repeat center center;
					}
					/* Lobby */ .custom.super-fifty-nine.single_product #header_area, .custom.super-fifteen.single_product #header_area {
						background: transparent url(../i/superfiftynineheader.jpg) no-repeat center center;
					}
					/* Billy Gibbons */ .custom.billy-gibbons.single_page.single_artist #header_area {
						background: transparent url(../i/billy-gibbons.jpg) no-repeat center center;
					}
					

					/* Lobby */ .custom.magnatone-news.single_page #header_area {
						background: transparent url(../i/superfiftynineheader.jpg) no-repeat center center;
					}

			/* ========== END CUSTOM PRODUCT PAGE GRADIENTS AND NAVIGATION BACKGROUNDS ========== */

	.single_product #content_area .page {
		padding-top: 4.0em;
		padding-bottom: 2.0em;
	}
	.persist_prod {
		/* margin-top: 2.0em; */
	}
	.product_title {
	}
	.product_title h2 {
		font-family: 'BankGothicLtBT', sans-serif;
		font-size: 4.0em;
		line-height: 1em;
		text-align: left;
		text-transform: uppercase;
		color: #ddd;
	}	
	.product_intro {
		font-family: 'ApexSerif-Book';
		font-size: 1.6em;
		line-height: 1.6em;
		color: white;
	}
	.product_intro p {
		margin-top: 5px;
		padding-right: 15px;
		font-size: 14px;
	}
	.super-fifty-nine .product_intro {
		color: #ccc;
	}
	.right_column {
		padding-right: 20px;
	}
	.collection_nav {
		padding: 0.5em;
		background: url(../i/timeline-nav-bg.png) center center no-repeat;/* rgba(150,150,150,0.15); */
		font-family: 'ATStackersGothicMedium', sans-serif;
		font-size: 1.4em;
		text-transform: lowercase;
		color: white;
	}
		.collection_nav ul li {
			list-style: none;
			display: inline-block;
			float: left;
			padding-left: 4em;
		}
		.collection_nav ul li p, .collection_nav ul li a {
			color: #ddd;
		}
		.collection_nav ul li a:hover {
			text-decoration: none;
			color: white;
		}
	.full_shot {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.intro_details {
		margin-top: 1.0em;
	}
	.detail_shots {
		width: 120px;
	}
	.detail_shot {
		margin: 0 0 0.7em 0;
	}
	#product_container {
		background-color: #19191A;
		height: 130px;
		width: 100%;
		padding-top: 1.5em;
	}
	
	#product_gallery {
		position: relative;
		padding: 0 2.0em;
		width: 100%;
		height: 75px;
	}	
	#product_gallery #prev, #product_gallery #next {
		background-color: #19191A;
		width: 20px;
		height: 74px;
		position: absolute;
		bottom: 0;
	}
	#gallery_images {
		width: 100%;
		height: 80px;
	}
	.product_slide {
		height: auto !important;
		width: auto !important;
		padding-left: 0.5em;
	}
	.caption {
		font-size: 1.4em;
		text-align: center;
		color: #b3b3b3;
		padding: 1.0em;
	}
	.single_thumb {
		padding: 0 0.5em;
		width: 146px;
		height: auto;
	}
	
	#product_bottom {
		margin-top: 2.0em;
	}
	.traditional-collection #product_bottom {
		color: #FFF3D1;
	}
	.master-collection #product_bottom, .studio-collection #product_bottom {
		color: #ffffff;
	}
	
	/* New 2014 SINGLE PRODUCT STYLES */
	.section {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.section h3 {
		font-family: 'ApexSansMediumC';
		font-size: 3em;
		margin-bottom: 5px;
		text-transform: lowercase;
		
	}
	.features ul {
	}
	.features li {
		font-size: 16px;
		line-height: 1.5em;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 20px;
		list-style: square;
		border-bottom: 1px solid #626363;
	}
	.features li:first-child {
		border-top: 1px solid #626363;
	}
	.features li:last-child {
		border-bottom: none;
	}
	.downloads h3 {
		margin-bottom: 5px;
	}
	.downloads a {
		padding: 10px;
		font-family: 'ApexSansMediumC';
		font-size: 1.2em;
		margin-bottom: 5px;
		text-transform: lowercase;
		background: #1A1A1A;
		display: inline-block;
		color: white;
	}
	.downloads a:hover {
		background: gray;
	}
	#product_top select {
		text-transform: uppercase;
		font-family: 'ApexSansMediumC';
		background: black url(../i/select-down-arrow@2x.png) 98% center no-repeat;
		background-size: 16px 8px;
		padding-left: 15px;
		margin-top: 5px;
		color: #ddd;
	}
	.demo {
		margin-bottom: 20px;
	}
	
	/**** 2014 Collection Landing ***/
	.collection-landing .product .featured-specs {
		list-style: square;
		padding-left: 15px;
		margin-top: 15px;
	}
	.collection-landing .product .featured-specs li {
		font-size: 1.8em;
		line-height: 1.5em;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.collection-landing .product {
		padding: 15px 0;
		border-bottom: 1px solid #626363;
	}
	.collection-landing .collection-products .product:last-child {
		border-bottom: none;
	}
	.collection-landing .product h3 {
		margin-top: 15px;
	}
	.collection-landing .product h3, .collection-landing .product h3 a {
		line-height: 1em;
	}
	.collection-landing .product .learn-more { 
		width: auto;
		display: inline-block;
	}
	.collection-landing .collection-deets {
		margin-bottom: 15px;
		font-size: 1.8em;
	}
	.collection-landing .deet {
		margin-bottom: 15px;
	}
	.collection-landing .collection-deets h3 {
		font-size: 1.3em;
		margin-bottom: 5px;
		text-transform: uppercase;
		font-family: 'ApexSansMediumT';
	}
	.collection-landing .collection-deets p {
		line-height: 1.6em;
	}
	.collection-landing .collection-deets ul {
		padding-left: 15px;
	}
	.collection-landing .collection-deets li {
		list-style: square;
		margin-bottom: 5px;
		margin-left: 10px;
	}

	/**** 2015 Support Page Enhancements ****/
	.support .padded{

	}
 	.padded {
 		padding-left: 30px;
 		margin-bottom: 30px;
 	}
	@media(max-width: 767px) {
		.padded {
			padding-left: 0;
		}
 	}
 	.padded .entry-content p {
 		padding: 0;
 		font-size: 19px;
 	}
 	.padded img {
 		max-width: 100%;
 	}
 	.toggle {
 		cursor: pointer;
 		/*height: 120px;*/
 	}
 	.support .sidebar .toggle {
 		margin-bottom: 30px;
 	}
 	.support .sidebar .toggle h4{
 		font-size: 21px;
 	}
 	.support .sidebar .fa{
 		font-size: 50px;
 		color: #CB4923;
 		border: 3px solid #CB4923;
 		padding: 3px 5px;
 		margin: 5px;
 		width: 60px;
 		height: 60px;
 		background-color: transparent;
 	}
 	.support .sidebar .fa.fa-facebook:before {
	    position: relative;
	    top: 7px;
	    left: 14px;
 	}
 	.support .toggle h4 {
 		padding: 40px 0 40px;
 		text-align: center;
 		display: block;
 		font-size: 26px;
 		color: white;
 		text-transform: uppercase;
 		font-family: "ApexSerif-Book";
 		letter-spacing: 2px;
 	}
 	.support-form form {
 		margin-top: 15px;
 	}
 	.support-form {
 		height: 0px;
 		overflow: hidden;
 		-webkit-transition: all 500ms ease-in-out;
	    -moz-transition: all 500ms ease-in-out;
	    -ms-transition: all 500ms ease-in-out;
	     -o-transition: all 500ms ease-in-out;
	        transition: all 500ms ease-in-out;
 	}
	#support-contact-form.open,
	#support-newsletter-form.open {
		height: auto;
		overflow: hidden;
 		-webkit-transition: all 500ms ease-in-out;
	    -moz-transition: all 500ms ease-in-out;
	    -ms-transition: all 500ms ease-in-out;
	     -o-transition: all 500ms ease-in-out;
	        transition: all 500ms ease-in-out;
	}
	/**** 2014 Product Registration ****/
	.fsError {
		color: #A03817;
		font-size: 2em;
		margin-bottom: 15px;
		font-style: italic;
	}
	.product-registration header.header h2{
		color: white;
		background: transparent url(../i/silver-chevrons.png) no-repeat left;
		margin-bottom: 15px;
		font-family: 'ApexSerif-BookCaps';
		font-size: 4.0em;
		text-transform: lowercase;
		padding-left: 2em;
		margin: 15px 0;
		letter-spacing: 1px;
		line-height: 1.0em;
	}
	.product-registration {
		
	}
	.product-registration form header {
		margin-bottom: 15px;
	}
	.product-registration input {
		margin-bottom: 15px;
	}
	.product-registration .page-content {
		background: transparent url(../i/creampaperKFE.png) repeat;
		padding: 30px;
		margin-bottom: 60px;
	}
	.product-registration h2 {
		color: #4D4D4D;
		font-size: 2.5em;
		margin-bottom: 5px;
		text-transform: uppercase;
		font-family: 'LeagueGothic';
	}
	.product-registration h2 span {
		color: #B3B3B3;
	}
	.product-registration #contact_area form label, .product-registration #contact_area form legend {
		text-transform: uppercase;
		font-family: 'ApexSansMediumT';
		color: #4D4D4D;
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	.product-registration label.hidden {
		display: none;
	}
	.product-registration .fsSection {
		margin-top: 15px;
	}
	.product-registration fieldset {
		border: none;
	}
	.product-registration .fieldset-content.purchase-date select {
		width: 50px !important;
		float: left;
		margin-right: 15px;
	}
	.btn {
		padding: 7px 10px 5px;
		text-align: center;
		cursor: pointer;
		font-size: 2.5em;
		margin-bottom: 5px;
		text-transform: uppercase;
		font-family: 'LeagueGothic';
		color: white;
	}
	.btn-primary {
		background: #CB4923;
	}
	.btn-secondary {
		background: #808080;
	}
	.product-registration #contact_area form textarea {
		margin-bottom: 15px;
	}
	.product-registration #contact_area form input[type="submit"].btn-primary {
		color: white;
		background: #CB4923;
		font-size: 2.5em;
		text-transform: uppercase;
		font-family: 'LeagueGothic';
		margin: 0;
		width: auto;
		padding: 5px 10px;
	}
	.product-registration #contact_area form input[type="submit"].btn-secondary {
		color: white;
		background: #B3B3B3;
		font-size: 2.5em;
		text-transform: uppercase;
		font-family: 'LeagueGothic';
		margin: 0;
		width: auto;
		padding: 5px 10px;
	}
	label.horizontal {
		float: left;
		width: 25%;
	}	
	#tabs {
		margin-top: 0;
		margin-left: 0;
	}
	ul#spec_tabs {
		list-style: none;
		padding:0;
/* 		margin-left: 5em; */
	}
	ul#spec_tabs li {
		display: inline;
	}
	ul#spec_tabs li a {
		font-family: 'ApexSansMediumC';
		font-size: 1.5em;
		text-transform: lowercase;
		text-align: center;
		padding: 0 1.0em;
		border-right: 1px solid;
	}
	ul#spec_tabs li:last-child a {
		border-right: none;
	}
	ul#spec_tabs li:first-child a {
		margin-left: 0;
	}
	#sound-clips ul li {
		list-style: none;
		border: 0;
		margin-bottom: 60px;
		clear: both;
	}
	.sample-desc {
		font-size: 0.8em;
		margin-bottom: 10px;
	}
	#sound-clips ul li audio {
		float: left;
	}
	#sound-clips ul li h4 {
		font-family: 'ApexSansMediumC';
		margin-bottom: 0.5em;
		text-transform: lowercase;	
	}
	#sound-clips ul li .sample-desc {
		max-width: 300px;
	}
	#sound-clips ul li .download-wav {
		font-family: 'ApexSansMediumC';
		text-transform: lowercase;
		float: left;
		margin-left: 1em;
		padding: 0.5em;
	}
	#sound-clips ul li .download-wav a {
		color: #CCCCCC;
	}
	ul.spec_list {
		list-style: none;
		font-size: 1.0em;
	}
	ul.spec_list li {
		padding: 5px 0 5px;
		border-bottom: 1px solid #4d4d4e;
		font-size: 16px;
	}
	ul.spec_list li:last-child {
		border-bottom: none;
	}
	div.single_title {
		font-family: 'ApexSansMediumC';
		text-align: left;
		width: 25%;
		display: inline-block;
		vertical-align: top;
		text-transform: lowercase;
		font-size: 1.2em;
	}
	div.spec_detail {
		float: none;
		width: 65%;
		display: inline-block;
		line-height: 1.2em;
		padding-top: 3px;
	}
	.review {
		-webkit-box-shadow:  7px 7px 5px 0px rgba(01, 01, 01, 0.25);
        box-shadow:  7px 7px 5px 0px rgba(01, 01, 01, 0.25);
        margin-top: 0.8em; /* Should be 1.5em with properly size sell box */
        margin-right: 2.0em;
	}
	/* Traditional Collection Styles */
		.traditional-collection.single_product #content_area .page {
			padding-top: 2.0em;
			padding-bottom: 2.0em;
		}
		.traditional-collection .product_title h2{
			color: #FFF3D1;
		}
		.traditional-collection .product_intro {
			color: #FFF3D1;
		}
		.traditional-collection ul#spec_tabs li.spec_tab a, .stereo-twilighter ul#spec_tabs li.spec_tab a {
			color: #CFC6AC;
			border-color: #FFF3D1;
		}
		.traditional-collection ul#spec_tabs li.spec_tab a:active, .traditional-collection ul#spec_tabs li.spec_tab a:hover, #tabs .ui-state-active, .traditional-collection ul#spec_tabs li.spec_tab a:active, .traditional-collection ul#spec_tabs li.spec_tab a:hover {
			color: #FFF3D1;	
		}
		.traditional-collection .spec_box {
		}
		.traditional-collection ul.spec_list li {
		}
		.traditional-collection ul.spec_list li:last-child {
			border-bottom: none;
		}
		.studio-collection ul#spec_tabs li.spec_tab a {
			color: #FFF3D1;
		}
	/* Master Collection Styles */
		.master-collection.single_product #content_area .page, .studio-collection.single_product #content_area .page {
			padding-top: 2.0em;
			padding-bottom: 2.0em;
		}
		.master-collection .product_intro, .studio-collection .product_intro {
			color: #ffffff;
		}
		.master-collection .spec_box, .studio-collection .spec_box{
		}
		.master-collection ul#spec_tabs li.spec_tab a, .studio-collection ul#spec_tabs li.spec_tab a  {
			color: #eee;
			border-color: #ccc;
		}
		.master-collection .spec_tab a:hover, .master-collection .spec_tab a:active, .studio-collection .spec_tab a:hover, .studio-collection .spec_tab a:active {
			color: #ccc;	
		}
		
	/* Studio Collection Styles */
		
		.studio-collection .product_title img {
			width: 75%;
			margin: 0 15%;
		}
		.studio-collection .persist_prod img {
			width: auto;
			height: 250px;
			margin: 0 17%;
		}
		.studio-collection ul#spec_tabs li.spec_tab a {
			color: #ffffff;
			border-color: #c8c8c8;
		}
	
	/* PDF Manual Download */
	
	a.manual_download {
		font-family: 'ATStackersGothicMedium', sans-serif;
		font-size: 1.5em;
		color: #eee;
		background: #4e4e4a;
		-webkit-border-radius: 5px;
	    border-radius: 5px;
	    -webkit-box-shadow: 0px 3px 5px #333;
		box-shadow: 0px 3px 5px #333;
		padding: 5px;
		text-transform: lowercase;
		margin-bottom: 1em;
	}
	a.manual_download:hover {
		color: #fff;
	    -webkit-box-shadow: 0px 1px 3px #333;
		box-shadow: 0px 1px 3px #333;
	}
	
/* =============================
    News Page Styles
   ============================= */
	.magnatone-news h1 {
		margin-bottom: 1em;
		padding: 0 2em;
	}
	.bottom_header.previous_articles {
		background-position-x: 10em;
	}
	.bottom_header span {
		font-size: 0.5em;
	}
	.archive_item {
		margin-top: 1.0em;
	}
	.magnatone-news .article_preview {
		margin-bottom: 1.0em;
		padding-bottom: 2.0em;
		border-bottom: 1px solid #ddd; 
		display: block;
		float: left;
	}
	.article_excerpt img {
		display: block;
		float: left;
	}
	.magnatone-news h2.article_title {
		font-family: 'LeagueGothic';
		font-size: 4em;
		color: #A03817;
		text-transform: uppercase;
		line-height: 1em;
	}

	.vibrato-vs-tremolo h2,
	.vibrato-and-tremolo h2 {
		font-family: 'LeagueGothic';
		font-size: 4em;
		color: #A03817;
		text-transform: uppercase;
		line-height: 1em;
		padding-left: 0;
	}
	.magnatone-news h2.article_title a, .magnatone-news h2.article_title a:visited, .magnatone-news h2.article_title a:active {
		font-family: 'LeagueGothic';
		font-size: 1.0em;
		color: #A03817;
		text-transform: uppercase;
		line-height: 1em;
	}
	.magnatone-news h2.article_title a:hover {
		color: #4d4d4d;
	} 
	.magnatone-news h3.subtitle {
		font-family: 'ApexSerif-BookCaps';
		font-size: 2.3em;
		color: #777;
		text-transform: lowercase;
		line-height: 0.8em;
		margin-bottom: 0.5em;
	}
	.twitter_header {
		font-family: "ApexSerif-BookCaps";
		font-size: 2.0em;
		color: #777;
		text-transform: lowercase;
		background: transparent url(../i/doublechevronblogarticle.png) no-repeat right center;
		line-height: 0.8em;
		margin-bottom: 0.3em;
	}
	.body_text p, p.body_text, .entry-content p {
		font-family: 'ApexSerif-Book', serif;
		font-size: 14px;
		color: #4d4d4d;
		padding: 0 0.5em;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.body_text h4 {
		font-size: 15px;
	}
	.article_nav {
		margin-top: 1em;
		margin-bottom: 4em;
	}
	.news_prev {
		float: left;
		margin-bottom: 1em;
	}
	.news_next {
		float: right;
		margin-bottom: 1em;
	}
	.date {
		font-family: 'ApexSansMediumC', sans-serif;
		font-size: 1.5em;
		color: #666;
		text-transform: lowercase;
	}
	.magnatone-news .excerpt {
		font-family: 'ApexSerif-Book';
		font-size: 1.1em;
		color: #ccc;
	}
	.magnatone-news a.read_more, a.follow, .single_artist a.read_more {
		font-family: 'ApexSerif-Book';
		font-size: 1.1em;
		color: #999;
		float: right;	
		text-align: right;
		height: auto;
		margin-top: 1.0em;
	}
	.magnatone-news a.read_more:hover, a.follow:hover {
		color: #4d4d4d;
		text-decoration: none;
	}
	.magnatone-news iframe {
		margin: 1em 0;
	}
	li#execphp-4 {
		margin-top: 2.0em;
	}
	.stButton .st-twitter-counter, .stButton .st-facebook-counter {
		width: 60px;
		height: 30px !important;
		margin-top: 1em !important;
	}

#registerform {
	width: 100%;
}
input#email {
	width: 100%;
	height: 41px;
	text-align: center;
	font-family: 'LeagueGothic', sans-serif;
	font-size: 2.15em;
	color: #cd4a24;
	text-transform: uppercase;
}
button.signup {
	background: #ddd;
	padding: 0.5em;
	border: none;
	margin: 0.5em auto;
	vertical-align: -5px;
	box-shadow: 0px 3px 5px #333;
}
button.signup:hover {
	box-shadow: 0px 4px 6px #333;
}
button.signup:active {
	box-shadow: 0px 1px 3px #333;
	margin: 0.6em auto;
	
}
#getupdates {
	font-family: 'LeagueGothic', sans-serif;
	font-size: 3.0em;
	color: #cd4a24;
	text-transform: uppercase;
	text-align: left;
}
p#response {
	font-family: 'LeagueGothic', sans-serif;
	font-size: 3.0em;
	color: #1a1a1a;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
}
	
/* =============================
    ARTISTS PAGE / ARTISTS LANDING PAGE STYLES
   ============================= */
				
	.artists #banner .slide-copy,
	.vibrato-vs-tremolo #banner .slide-copy,
	.vibrato-and-tremolo #banner .slide-copy {
		bottom: 0.25em;
		font-size: 7em;
	}
	 h3.masthead {
		bottom: 0;
		text-align: center;
	}	
	@media(max-width: 767px) {
		h3.masthead {
			font-size: 100%;
			text-align: center;
		}
	}
	.artists #header_area {
		height: auto;
	}
	.artists .row.home-content {
		padding: 2em 1em;
	}
	.artists h2 {
		background: transparent url(../i/silver-chevrons.png) no-repeat left;
		font-family: 'ApexSerif-BookCaps';
		text-transform: lowercase; 
		color: #1a1a1a;
		font-size: 3em;	
		padding-left: 2em;
	}
	p.body_text.top_intro {
		padding: 0.5em 1.5em;
	}
	.artists .sidebar h3,
	.artists .artist_list h3 {
		color: #1a1a1a;
		font-family: "ApexSerif-BookCaps";
		font-size: 2.5em;
		text-transform: lowercase;
		line-height: 0.8em;
		margin-bottom: 0.3em;
		font-variant: normal;
		letter-spacing: 0;
	}
	 .artists .artist_list h3 a {
		font-size: 1em;
		color: #1a1a1a;
	}	
	.artists .article_title {
		font-family: "LeagueGothic";
		font-size: 40px;
		background-image: none;
		padding: 0;
		margin: 5px 0 15px;
		text-align: center;
		text-transform: uppercase;
		color: #cd4a24;
	}
	.artists .artist_list ul {
	  text-align: center;
	  -webkit-columns: 2 200px;
	     -moz-columns: 2 200px;
	          columns: 2 200px;
	  -webkit-column-gap: 4em;
	     -moz-column-gap: 4em;
	          column-gap: 4em;
	  -webkit-column-rule: 1px dotted #ddd;
	     -moz-column-rule: 1px dotted #ddd;
	          column-rule: 1px dotted #ddd;
	}
	.artists .artist_list ul li {
		list-style: none;
	}
	.artists .teaser-box a .sell-text h3, .about-teaser-box a .sell-text h3 {
		font-family: "ApexSansMediumC";
		text-transform: uppercase;
		margin-bottom: 0.5em;
		font-size: 1.2em;
		color: white;
		line-height: 1em;
		
	}	
	.artists .teaser-box {
		margin-bottom: 2.0em;
	}
	.artists .news-feed {
		margin-top: 0;
	}
	.artists #content .post_box.top {
		padding-top: 1.0em;
	}
	.artists #content .post_box.top .headline_area {
		display: none;
	}
	.artists #mag-sidebars {
		margin-top: 1em;
	}
	.artists #mag-sidebars .product {
		height: 135px;
		margin-left: 0;
		padding: 1.5em 1em 1em 1em;	
		border-left: none;
	}
	.artists .product.even {
		border-right: none;
		border-top: none;
	}
	.artists .product.odd {
		border-top: none;
	}
	.artists .product:last-child {
		border-bottom: none;
	}
	.artists .intro p {
		font-family: 'ApexSerif-Book';
		font-size: 1.4em;
		color: white;
	}
	.artists .knock_out {
		float: left;
		width: 33%;
		max-height: 120px;
		margin: 0.5em 1.0em 0 0;
	}
	.artists .product h4 a {
		font-family: 'ApexSansMediumC', sans-serif;
		font-size: 1.8em;
		color: #1a1a1a;
		text-transform: lowercase;
		text-align: left;
	}
	.artists .product p.cocktail_speech {
		font-family: 'ApexSerif-Book';
		font-size: 1.2em;
		color: #1a1a1a;
		min-height: 75px;
	}
	.artists .artist a.read_more, .artists .product a.learn_more {
		font-family: 'ApexSerif-Book';
		font-size: 1.2em;
		color: #1a1a1a;
		float: right;
	}
	.artists .artist {
		display: block;
		float: left;
		border-bottom: 1px solid #ddd;
		margin: 0 1.5em;
		padding: 1.5em 0;
	}
	
	/* INDIVIDUAL ARTIST */
	.single_page #about_top {
		background: transparent url(../i/creampaperKFE.png) repeat;
		padding: 4em 0;
	}	
	.single_artist h2 {
		background: transparent url(../i/silver-chevrons.png) no-repeat left;
		font-family: 'ApexSerif-BookCaps';
		text-transform: lowercase; 
		color: #cd4a24; /* CHANGE */
		font-size: 3em;	
		padding-left: 2em;
		margin-bottom: 0;
		line-height: 2.0em;
	}
	h2.featured_artists {
		background: transparent url(../i/silver-chevrons.png) no-repeat left;
		font-size: 3em;
		color: white;
	}
	.single_artist blockquote {
		padding-left: 2em;
		font-size: 1.5em;
		border-left: 3px solid #777;
		margin-bottom: 0.5em;
	}
	.single_artist p.bio {
		font-size: 1.5em;
		color: #666;
	}
	.single_artist h3.subtitle {
		font-family: 'ApexSerif-BookCaps';
		font-size: 2.3em;
		color: #777;
		text-transform: lowercase;
		line-height: 1em;
		margin-bottom: 0;
	}
	.single_artist a {
		color: #cd4a24;
		font-size: 1em; 
	}
	single_artist a:hover {
		color: #777;
		text-decoration: underline;
	}
	
	ul.stats {
		list-style: none;
		font-size: 1.5em;
		padding-left: 0.5em;
		color: black;
	}
	.support .letter_head {
		background: transparent url("../i/img-support-page-header.jpg") center center no-repeat;
		background-size: cover;
		padding: 4em 8em;
	}
	.thank-you .letter_head {
		background-color: #CB4923; 
		padding: 4em 8em;
	}
	.support #contact_area, .thank-you #contact_area, .artists #about_top, .dealer-assets .entry-content, .generic-page .entry-content {
		background: transparent url(../i/creampaperKFE.png) repeat;
		padding: 0 0 4em 0;
		margin-bottom: 4em;
		min-height: 525px;
	}
	.support #mag-sidebars .sidebar h3,
	.fsBody, .thank-you #mag-sidebars .sidebar h3,
	.dealers #mag-sidebars .sidebar h3,
	.dealer-assets #mag-sidebars .sidebar h3,
	.generic-page #mag-sidebars .sidebar h3 {
		color: #4C4C4E;
		background: none;
		font-size: 30px;
		text-transform: lowercase;
		margin-top: 30px;
		margin-bottom: 5px;
		text-align: center;
		border-bottom: 1px solid #CB4923;
	}
	.support #mag-sidebars .sidebar .teaser-box a .sell-text h3,
	.thank-you #mag-sidebars .sidebar .teaser-box a .sell-text h3,
	.dealers #mag-sidebars .sidebar .teaser-box a .sell-text h3 {
		color: white;
		text-transform: uppercase;
		line-height: 1em;
		font-size: 18px;
		margin-top: 5px;
	}
	#mag-sidebars .sidebar .social-links,
	#mag-sidebars .sidebar .support-social {
		margin: 30px 0;
	}
	#mag-sidebars .sidebar .social-links ul li,
	#mag-sidebars .sidebar .support-social li {
		display: inline-block;
	}
	#mag-sidebars .sidebar .support-social li a {
		height: auto;
		margin-bottom: 0;
	}
	.dealer-assets .entry-content, .generic-page .entry-content {
		padding: 15px 30px;
	}
	ul.contact_emails {
		/*margin-top: 2em;*/
	}
	ul.contact_emails li,
	.sidebar ul li {
		list-style: none;
		font-family: 'ATStackersGothicMedium', sans-serif;
		font-size: 20px;
		color: #4C4C4E;
	}
	ul.contact_emails li a,
	.sidebar ul li a {
		color: #CB4923;
		height: 100%;
		margin-bottom: 1em;
	}
	ul.contact_emails li a span,
	.sidebar ul li a span {
		color: #CB4923;
	}
	ul.contact_emails li a span.at-sign,
	.sidebar ul li a span.at-sign {
		font-family: 'ApexSerif-BookCaps'; 
		color: #4C4C4E;
		font-size: 0.7em;
	}
	#contact_area form {
		background-color: transparent;
	}
	#contact_area .form-explanation h3 {
		font-family: "ApexSerif-BookCaps";
		font-size: 30px;
		margin-top: 30px; 
		color: #4C4C4E;
	}
	#contact_area form input, #contact_area form label {
		display: block;
		font-size: 1.8em;
	}
	#contact_area form label  {
		/* margin-top: 20px; */
		color: #4C4C4E;
		font-family: 'ATStackersGothicMedium';
		text-transform: lowercase;
	}
	
	#contact_area form label.error {
		margin-top: 0;
		font-size: 1.2em;
		color: #faa922;
	}
	
	#contact_area div.clearfix {
		/* margin-bottom: 20px; */
	}
	
	input[type='checkbox']  {
		margin-top: 15px;
	}
	
	input[type='checkbox'] + span  {
		color: #4C4C4E;
		/* font-family: 'ATStackersGothicMedium'; */
		text-transform: lowercase;
		font-size: 1.5em;
		display: block;
		float: left;
		margin-top: 10px;
	}
	
	#contact_area form input, #contact_area form textarea {
		padding: 5px;
		border: 1px solid rgba(77, 77, 77, 0.1);
		width: 100%;
		font-size: 1.6em;
		color: #cd4a24;
		/* font-family: 'ATStackersGothicMedium', sans-serif; */
		background-color: white;
	}
	
	#contact_area form input[type='checkbox'] {
		width: auto;
		float: left;
		margin-right: 10px;
	}
	
	#contact_area input[type='tel'] {
		width: auto;
	}
	
	select, textarea {
		border: 1px solid rgba(77, 77, 77, 0.1);
		-webkit-appearance: none;
		border-radius: 0;
		padding: 5px;
		width: 100%;
		font-size: 1.6em;
		/* font-family: 'ATStackersGothicMedium', sans-serif; */
		text-transform: none;
	}
	
	#contact_area .span {
		-webkit-transition: width .1s;
    	-moz-transition: width .1s;
    	-o-transition: width .1s;
    	transition: width .1s;
	}
	
	#contact_area .span4 {
		/*padding: 0 5px;*/
	}
	
	#contact_area input#field18204937-first, #contact_area #field18204937-state {
		width: 100%;
	}
	
	#contact_area .home-optional {
		overflow: hidden;
	}
	
	#contact_area .home-optional.span4.inactivated {
		display: block;
	}
	#contact_area span, #contact_area form #title1 {
		
	}	
	
	#contact_area form input[type="email"] {
		width: 70%;
	}
	
	#contact_area form input[type="submit"] {
		width: 30%;
		float: right;
		margin: 1.5em;
		color: #FFF3D1; 
		background: #CB4923;
		font-family: 'ATStackersGothicMedium', sans-serif;
		text-transform: lowercase;
		padding: 0.25em;
	}
	#contact_area form input[type="submit"]:hover {
		
	}
	#contact_area form input[type="submit"]:active {
		margin: 1.55em 1.5em 1.45em 1.55em;
	}
	#contact_area .span {
		padding: 1em 0.5em 0.5em 1em;
	}
	
	.form-explanation h3 {
		font-size: 3em;
	}
	
	.form-explanation h3 span {
		font-size: 0.6em;
		line-height: 0.9em;
	}
	
/* Dealer page styles */
.dealers .home-content {
	background: transparent url(../i/creampaperKFE.png) repeat;
	padding: 0;
}
.dealers .authorized-dealer-image img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	width: 140px;
	height: auto;
}
.dealers .state-row {
	border-bottom: 1px solid #4C4C4E;
	padding: 1em 0;
	
}
.dealers .home-content h3.state, .dealers .home-content h3.country-title {
	font-family: 'LeagueGothic';
	font-size: 3.5em;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1em;
	padding-left: 0px;
}	
.dealers .home-content h3.country-title  {
	font-size: 4.5em;
	margin-top: 15px;
	border-bottom: 1px solid black;
}
.dealers .dealer {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 30px;
	width: auto;
	float: left;
}
.dealers .dealer:first-child {
	margin-left: 20px;
}
.dealers .dealer h4.dealer_name {
	font-size: 2.5em;
	font-family: 'LeagueGothic';
	font-weight: lighter;
	margin-bottom: 5px;
}
.dealers .dealer p {
	font-size: 1.5em;
	margin-bottom: 5px;
}
.dealers .quick-jump span {
	float: left;
	margin-top: 15px;
}
.dealers select {
	width: 75%;
	float: left;
	margin-left: 5px;
	text-transform: lowercase;
	font-family: 'ApexSansMediumC';
	margin-top: 20px;
	background: black url(../i/select-down-arrow@2x.png) 98% center no-repeat;
	background-size: 16px 8px;
	padding-left: 15px;
	color: #ddd;
}
.dealers select option {
	text-transform: uppercase;
	text-align: center;
}
.dealers header, .dealer-assets header, .generic-page header {
	color: white;
}
.dealers header h2, .dealer-assets header h2, .generic-page header h2 {
	color: white;
	background: transparent url(../i/silver-chevrons.png) no-repeat left;
	margin-bottom: 15px;
}

	
	
	
/* =============================
    Twitter Feed Styles
   ============================= */
.tweet, .query {
	font-family: 'ApexSerif-Book';
	font-weight: normal;
	font-style: normal;
	font-size: 1.0em;
	color: #4D4D4D;
	/* height: 420px; */
	padding-left: 0;
	background: none;
}
.tweet_list {
	list-style: none;
	margin: 0;
	overflow-y: hidden;
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 1.5em 0.5em;
	list-style-type: none;
	height: auto;
	border-bottom: 1px solid #ddd;
}
.tweet_list li a {
	color: #A03817;
}
.tweet_list li a:hover {
	color: #999;
}
.tweet_list .tweet_last {
	background-color: transparent;
	width: 100%;
	float: none;
	border-bottom: none;
}
.tweet_list .tweet_avatar {
	padding: 0 1.0em 1.0em 0; float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
p.loading {
	text-align: center;
	padding: 15px;
}

/* ==== ZOOM OVERRIDES ==== */
/*
.MagicThumb-buttons {
	background: transparent !important;
	position: relative !important;
}
.MagicThumb-buttons a {
    height: 32px;
    margin: 5px !important;
    overflow: hidden;
    width: 17px;
}
a[title=Previous] {
	background-image: url(../i/prev.png) !important;
	background-position: center !important;
	background-repeat: no-repeat;
	position: absolute !important;
	height: 32px !important;
	left: 0 !important;
	bottom: 50% !important;
	

}
a[title=Next] {
	background: url(../i/next.png) no-repeat center center;
	position: absolute !important;
	height: 100% !important;
	right: 0 !important;
	bottom: 0 !important;
	

}
*/
#mobilezoom.MagicZoomPlus {
	max-width: 100%;
	height: auto !important;
}
.MagicZoomPlus img.ctrl-pnl {
	max-width: 960px;
	width: 100%;
}
	/* Footer */
	
	#footer_area {
		position: relative;
		background: url(../i/brown_leather.jpg) repeat;
		color: #c6b198;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#footer_area .page {
		/*padding: 0 1em;*/
	}
	
	#footer {
		text-align: left;
	}
	
	#footer, #footer a {
		color: #c6b198;
		border-bottom: 0;
	}
	
	#footer p {
		line-height: 1.5em;
	}
	.people-saying {
		margin-bottom: 20px;
	}
	.people-saying img {
		display: block;
		max-width: 100%;
		margin-bottom: 1em;
	}

	.copyright {
		text-align: right;
		margin-right: 20px;
	}
	
	.footer-links h4 a, .other-links ul li {
		font-family: "ApexSansMediumC";
		font-size: 1.6em;
		text-transform: uppercase;
		line-height: 1.8em;
		letter-spacing: 2px;
	}
	
	.footer-links ul {
		list-style: none outside none;
	}
	
	.footer-links ul li {
		padding-bottom: 0.5em;
	}
	
	.about-links ul {
		font-size: 1.4em;
		margin-bottom: 20px;
	}
	.products-links ul {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.other-links ul {
		margin-bottom: 20px;
	}
	
	#footer .footer-links a:hover {
		color: #c6b198;
		text-decoration: underline;
	}
	.support-social li a {
		display: block;
		/*margin-bottom: 2em;*/
	}
	.social-links {
		margin-bottom: 20px;
	}
	.social-links li a {
		text-indent: -9999px;
		display: block;
	}	
	li.facebook a {
		background: transparent url(../i/facebook-logo-c7b299.png) no-repeat center center;
		height: 26px;
	}
/*	li.facebook.gray a {
		background: transparent url(../i/facebook-logo-4c4c4e.png) no-repeat center center;
		height: 26px;
	}
*/	
	li.twitter a {
		background: transparent url(../i/twitter-logo-c7b299.png) no-repeat center center;
		height: 26px;
	}
/*	li.twitter.gray a {
		background: transparent url(../i/twitter-logo-4c4c4e.png) no-repeat center center;
		height: 26px;
	}
*/	
	li.youtube a {
		background: transparent url(../i/youtube-logo-c7b299.png) no-repeat center center;
		height: 34px; 
	}
/*	li.youtube.gray a {
		background: transparent url(../i/youtube-logo-4c4c4e.png) no-repeat center center;
		height: 34px; 
	}
*/	
	li.instagram a {
		background: transparent url(../i/maginstagram.png) no-repeat center center;
		height: 25px; 
		background-size: 25px;
	}
/*	li.instagram.gray a {
		background: transparent url(../i/instagram-logo-4c4c4e.png) no-repeat center center;
		height: 25px; 
		background-size: 25px;
	}
*/	
	
	
/* ============ TIMELINE ============= */
	.magnatone-timeline #header_area {
		height: 480px;
	}
	
	#timeline_nav {
		background: transparent url(../i/timeline-nav-bg.png) no-repeat center 21px;
		position: absolute;
		z-index: 100;
		width: 100%;
		height: 52px;
		bottom: 2em;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	.menu-timeline-menu-container {
		margin-top: 2em;
		margin-bottom: 0.5em;
	}
	
	.menu-timeline-menu-container ul li {
		margin-right: 3em;
		
	}
	
	.menu-timeline-menu-container ul li:first-child {
		margin-left: 7em;
	}
	
	.menu-timeline-menu-container ul li:last-child {
		margin-right: 0;
		
	}

	.menu-timeline-menu-container ul li a {
		background: transparent;
		color: #fff;
		font-size: 1.5em;
		font-family: "ApexSansMediumC";
	}
	
	.menu-timeline-menu-container ul li a:hover, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
		background: transparent;
		color: grey;
	}
	.menu-timeline-menu-container ul li a:active, .menu.timeline-menu .current a, .menu.timeline-menu .current a:hover, {
		background: transparent;
		color: green;
	} 
	#banner.cinema {
		height: 480px;
	}
	#timeline-banner {
		height: 480px;
	}
	#timeline-banner .slide-copy {
		text-align: center;
		padding-left: 0;
		width: 100%;
	}


#main_container {
	overflow: hidden;
}

#timeline_lead {
	background: transparent url(../i/silver-chevrons.png) center bottom no-repeat;
	padding-bottom: 4em;
}
#timeline_lead h1 {
	font-family: 'ApexSerif-BookCaps';
	font-size: 4.3em;
	color: #fff;
	text-transform: lowercase;
	text-align: center;
}
#timeline_lead p {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
}

div#timelineContainer {
	background: transparent url(../i/center-line.png) center repeat-y;
	margin: 2em auto 0 auto;
	padding-bottom: 5em;
	overflow: hidden;
}

div.timelineToggle {
	float:right;
	margin-right:0;
	white-space:nowrap;
}

a.expandAll {
	color:#ccc!important;
	cursor:pointer;
	background:#000;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding:3px 5px;
}

a.expandAll:hover {
	border:none!important;
	color:#7DBADF!important;
	cursor:pointer;
}

div.timelineMajor {
	clear: both;
	width: 100%;
	text-align: center;
}

	.timelineMajor h2 {
		background:url(../i/timeline-nav-bg.png) center center no-repeat;
		/* color:#7097AF!important; */
		cursor: pointer;		
		font-size:1.8em!important;
		line-height: 1.75em;
		/* margin:0 0 1.0em 14.4em; */
		/* padding:4px 4px 4px 20px!important; */
		-webkit-box-shadow:  7px 7px 3px 0px rgba(01, 01, 01, 0.1);
        box-shadow:  7px 7px 3px 0px rgba(01, 01, 01, 0.1);
	}

	.timelineMajor h2 span {
		/* background: #757679 url(../i/timeline-nav-bg.png) center no-repeat; */
		font-family: 'ApexSerif-Book';
		border:none;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		color:#fff;
		/* letter-spacing:.1em; */
		/* line-height:1.7em; */
		/* padding: 0.2em 0.4em; */
		text-transform: none;
	}

	.timelineMajor h2 a:hover {
		border-bottom:none;
		color:#00baff!important;
	}
h2.timelineMajorMarker dl.timelineMinor:first-child {
	margin-top: 0;
}
.timelineMajor dl.timelineMinor {
	margin-top: 5em;
}
dl.timelineMinor.timeline-left {
	clear: left;
	float: left !important;
	position:relative;
	text-align: right;
}

dl.timelineMinor.timeline-right {
	clear: right;
	float: right !important;
	left: -20px;
	position:relative;
	text-align: left;
}


	.timelineMinor.timeline-left dt {
		font-family: 'ApexSansMediumC';
		color:#fff;
		text-transform: lowercase;
		cursor:pointer;
		background:url(../i/minor-event-left.png) right center no-repeat;
		clear:left;
		font-size:1.6em!important;
		list-style-type:none!important;
		line-height:1.2em;
		margin: 0 -8px 12px 0;
		padding:0 145px 0 0;
		/* white-space:nowrap; */
	}
	
	.timelineMinor.timeline-right dt {
		font-family: 'ApexSansMediumC';
		color:#fff;
		text-transform: lowercase;
		cursor:pointer;
		background:url(../i/minor-event-right.png) left center no-repeat;
		clear:left;
		font-size:1.6em!important;
		list-style-type:none!important;
		line-height:1.2em;
		margin:0 0 12px -7px;
		padding:0 0 0 145px!important;
		/* white-space:nowrap; */
	}
		.timelineMinor dt img {
			margin-bottom: 0.25em;
		-webkit-box-shadow:  7px 7px 5px 0px rgba(01, 01, 01, 0.25);
        box-shadow:  7px 7px 5px 0px rgba(01, 01, 01, 0.25);
		}
		.timelineMinor dt img.closed {
			width: 66%;
			-webkit-transition: width .5s ease-in-out;
			-moz-transition: width .5s ease-in-out;
	        -ms-transition: width .5s ease-in-out;
	        -o-transition: width .5s ease-in-out;
			transition: width .5s ease-in-out;
		}
		.timelineMinor dt img.open.vid {
			display: none;
		}
		.timelineMinor dt img.open {
			width: 150%;
			-webkit-transition: width .5s ease-in-out;
			-moz-transition: width .5s ease-in-out;
	        -ms-transition: width .5s ease-in-out;
	        -o-transition: width .5s ease-in-out;
			transition: width .5s ease-in-out;
		}
		
		.timelineMinor dt a {
			font-family: 'ApexSansMediumC';
			color:#fff;
			text-transform: lowercase;
			cursor:pointer;
		}
		
		.timelineMinor dt a span {
			font-size: 0.75em;
			margin: 0 0.5em;
		}

		.timelineMinor dt a.closed {
			color:#ddd;
			font-size:1em;
			margin-left:0;
		}

		.timelineMinor dt a.open {
			color:#fff;
		}

		.timelineMinor dt a:hover {
			color:#fff;
		}

	.timelineMinor.timeline-left dd {
		padding-right: 14em;
		width:100%;
	}

	.timelineMinor.timeline-right dd {
		padding-left: 14em;
		width:100%;
	}

		.timelineMinor dd h3 {
			color:#FFF;
			clear:both;
			float:none;
			font-size:1.5em!important;
			margin:0;
			white-space:nowrap;
		}

.timelineEvent p {
	font-family: 'ApexSerif-Book';
	font-size: 1.4em;
	clear:both;
	float:none;
	line-height:1.4em!important;
	margin:6px 0 10px;
	/* width:500px; */
	color: white;
	text-align: left;
}

.timelineEvent h4 {
	clear:left;
	float:left;
	font-size:1.4em!important;
	font-weight:400;
	margin:10px 0 0;
	padding:0 0 0 20px!important;
}

.timelineEvent blockquote {
	clear:left;
	float:left;
	padding:0 30px;
	/* width:400px; */
}

.timelineEvent blockquote * {
	float:none;
	/* width:400px; */
}

.timelineEvent ul.moreInfo {
	clear:left;
	float:left;
	line-height:1.2em;
	list-style-type:none;
	margin:0!important;
	padding:0!important;
	width:100%;
}

.timelineEvent ul.moreInfo li {
	clear:left;
	background:none!important;
	font-size:1em!important;
	line-height:1.5em;
	margin:8px 0!important;
	padding:0 0 0 20px!important;
}

	.timelineEvent ul.moreInfo li a:link,.timelineEvent ul.moreInfo li a:visited {
		color:#7097af!important;
	}

	.timelineEvent ul.moreInfo li a:hover {
		color:#7DBADF!important;
	}

.timelineEvent div.media {
	float:right;
	padding:0 0 12px;
	width:300px;
}

	.timelineEvent .media img {
		border:2px solid #000;
		margin:0;
	}

	.timelineEvent .media p {
		font-size: 2.0em;
		margin:0!important;
		padding:0!important;
	}

	.timelineEvent .media a:link,.timelineEvent .media a:visited {
		border:none!important;
		color:#C7B299!important;
		font-family: 'ApexSansMediumC';
		text-transform: lowercase;
	}

	.timelineEvent .media a:hover {
		color:#fff!important;
	}

	.timelineEvent .media p span.source {
		font-style:italic;
	}
/*********************
RESPONSIVE VIDEO
*********************/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container .close {
float: right;
font-size: 30px;
font-weight: bold;
line-height: 20px;
color: #fff;
text-shadow: none;
opacity: 1;
filter: alpha(opacity=100);
z-index: 99999999999999;
position: relative;
}

/* Pagination */
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    float:right; /* Pagination float direction */
}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #555; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
    color:#fff;
    background: #A03817; /* Pagination background on hover */
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #A03817; /* Current page background */
    color:#fff;
}

/****************************
	Sidebar Styles
****************************/
.sidebar {
	margin-top: 30px;
}
.sidebar li {
	list-style: none;
}
.sidebar .widget ul li {
	font-size: 16px;
}
.sidebar .news-feed.teaser-box .sell-text h3 {
	font-size: 16px !important;
}

/* ==========================
	Responsive Styles
   ========================== */



@media (min-width: 768px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important ;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
	
	/* Magnatone */
	
	#sticky_nav_area.statfix {
		position: fixed;
		overflow: visible;
		top: 0;
		left: 0;
		height: 40px;
		
		/* fallback */
		background-color: #000;
		
		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-gradient(linear, left top, right top, from(#000), to(#333));
		
		/* Safari 5.1, Chrome 10+ */
		background: -webkit-linear-gradient(left, #000, #333, #000);
		
		/* Firefox 3.6+ */
		background: -moz-linear-gradient(left, #000, #333, #000);
		
		/* IE 10 */
		background: -ms-linear-gradient(left, #000, #333, #000);
		
		/* Opera 11.10+ */
		background: -o-linear-gradient(left, #000, #333, #000);
		
		border-bottom: 2px #808080 solid;
		
		box-shadow: 0px -1px 10px black;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	
	#sticky_nav_area.statfix #logo {
		margin-top: -29px;
		margin-left: 10px;
		margin-right: 20px;
	}
	
	#sticky_nav_area.statfix #true-dimensional-sound {
		display: none;
	}
	
	#sticky_nav_area.statfix .menu-main-menu-container {
		margin: 0;
	}
	#timeline_nav.timefix {
		position: fixed;
		overflow: visible;
		top: 0;
		left: 0;
		height: 40px;
		
		/* fallback */
		background-color: #000;
		
		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-gradient(linear, left top, right top, from(#000), to(#333));
		
		/* Safari 5.1, Chrome 10+ */
		background: -webkit-linear-gradient(left, #000, #333, #000);
		
		/* Firefox 3.6+ */
		background: -moz-linear-gradient(left, #000, #333, #000);
		
		/* IE 10 */
		background: -ms-linear-gradient(left, #000, #333, #000);
		
		/* Opera 11.10+ */
		background: -o-linear-gradient(left, #000, #333, #000);
		
		border-bottom: 2px #808080 solid;
		
		box-shadow: 0px -1px 10px black;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	#timeline_nav.timefix .menu-timeline-menu-container {
		margin: 0;
	}
}

@media (max-width: 767px) { /* here */
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  
}

@media (max-width: 767px) { /* here */
  body {
    /* eliminated body padding */
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .full_width .page, .container {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }

  
  /* ==========================
	Magnatone
   ========================== */
  	
	#sticky_nav_area {
	  	background: none;
	  	position: fixed;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	
	#magnatone-head {
		height: 45px;
		overflow: visible;
		/* fallback */
		background-color: #000;
		
		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-gradient(linear, left top, right top, from(#000), to(#333));
		
		/* Safari 5.1, Chrome 10+ */
		background: -webkit-linear-gradient(left, #000, #333, #000);
		
		/* Firefox 3.6+ */
		background: -moz-linear-gradient(left, #000, #333, #000);
		
		/* IE 10 */
		background: -ms-linear-gradient(left, #000, #333, #000);
		
		/* Opera 11.10+ */
		background: -o-linear-gradient(left, #000, #333, #000);
		
		border-bottom: 2px #808080 solid;
		
		box-shadow: 0px -1px 10px black;
	}
	  
	#reveal_mobile_menu {
	  	float: right;
	  	width: 42px;
	  	padding: 1.5em 1em;
	  	position: relative;
	}
	  
	#sticky_nav_area #logo.span2 {
		width: 83px;
		float: left;
		margin-top: -19px;
		margin-left: 0;
		margin-right: 20px;
	}
	
	#header_area {
  		height: 29px;
  	}
	
	.home #header_area, #banner, #banner a .container {
  		height: 400px;
  	}
  	@media (max-width: 767px) {
	  	.artists #banner, .artists #banner a .container {
	  		height: 250px;
	  	}
	  	.artists #content_area {
	  		padding-top: 200px;
	  	}
  	}
	
	.slide-copy {
		font-size: 4em;
		text-shadow: 1px 1px 1px #000;
		text-shadow: 1px 1px 1px rgba(0,0,0,.58);
		bottom: 2em;
	}
	
	
	
	.sell-boxes {
		/*height: auto !important;*/
	}
	
	.sell-boxes .span4 {
		float: left;
		/*width: 50%;*/
		margin-bottom: 20px;
		/*height: 150px;*/
	}
	
	.sell-boxes .span4:last-child {
		float: none;
		clear: both;
		margin-right: auto;
		margin-left: auto;
	}
	
	.sell-boxes a {
		/*height: 150px;*/
	}
	
	.about h2, .dealers h2 {
		font-size: 2.5em;
		line-height: 1.0em;
	}
	.about #about_top h2 span.mag, .about #about_top h2 span.mag_today {
		font-size: 1.2em;
	}
	.about .about_text.span4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1.0em;
	width: 100%;
	float: left;
	}
	.about .about_text p.column {
		color: #ccc;
		display: block;
		width: 50%;
		float: left;
	}
	.about .today_slides {
		width: 50%;
		float: left;
	}
	.products #product_grid .product {
	}
	.product.even {
	}
	.product.odd {
	}
    .products #product_grid .product .knock_out {
    }
	.footer-links .social-links ul li {
		display: inline-block;
		float: none;
		width: 5%;
	}
	.copyright {
		text-align: center;
	}
}

@media (max-device-width: 768px) and (orientation: portrait) {
	
	.row.home-content {
		padding: 0;
	}
	
	.row.home-content .span4 {
		width: 47%;
		float: left;
		padding: 0 1em;
	}
	
	.row.home-content .span4 .format_text {
		columns: auto 2;
		-webkit-columns: auto 2; /* Safari and Chrome */
		-moz-columns: auto 2; /* Firefox */
	}
	
	.row.home-content .span4:first-child {
		width: 100%;
		float: left;
	}
	.about h2 {
		font-size: 2.5em;
		line-height: 1.0em;
	}
	.about #about_top h2 span.mag, .about #about_top h2 span.mag_today {
		font-size: 1.2em;
	}
	.about #about_top .about_text.span4 {
		
	}
	.about-teaser-box a {
		height: 96px;
	}
	.about #about_bottom #mag_history .about_text.span4 {
		margin-top: 0.5em;
		margin-right: 0;
		margin-bottom: 2.0em;
		width: 100%;
	}
	.about .about_text p.column {
		color: #ccc;
		display: block;
		width: 47%;
		float: left;
	}
	.about .about_text p.column:first-child {
		padding-right: 1.0em;
	}
	.about .today_slides {
	
	}
	
	.about .about-teaser-box {
		
	}
	#history-gallery-container {
		width: 100%;
		margin-bottom: 1em;
	}
	#history-gallery a .history-slide-text {
		top: 25%;
	}
	#history-gallery a .history-slide-text h3.history_slides {
		font-size: 2.2em;
		padding: 1em 0 0 0;
	}
	#history-gallery a .history-slide-text h3.history_slides.explore_timeline {
		font-size: 3em;
		padding: 0 0 1em 0;
	}
	
	.products #product_grid .product {
	}
	.product.even {
	}
	.product.odd {
	}
    .products #product_grid .product .knock_out {
    }
    .products .row.home-content .span8 {
	    float: none;
		display: block;
		width: 95%;
		margin-left: 3.0em;
    }
    .products .row.home-content .page.row, .products .row.home-content .row {
	    margin-left: 0;
    }
    .single_thumb {
	    padding: 0 2.5em 0 3em;
    }
    #varsity-product-banner .slide-copy h3 {
		font-size: 1.0em;
		line-height: 1em;
	}
	#varsity-product-banner .slide-copy .span6, #varsity-product-banner .slide-copy .span3  {
		width: 66%;
	}
	.persist_prod {
		margin: 0;
	}
	#tabs {	}
	ul#spec_tabs li a {
		font-size: 1.3em;
		padding: 0 0.7em;
	}
	.menu-timeline-menu-container ul li, .menu-timeline-menu-container ul li:first-child {
		margin: 0;
	}
	.artists h2 {
		font-size: 2.75em;
		padding-left: 2em;
		margin-bottom: 0;
		line-height: 1em;
		margin-left: 0.5em;
	}
	.artists .row.home-content .span4, .support .row.home-content .span4 {
		width: 250px;
		padding: 0;
	}
	.collection_nav ul li {
		padding-left: 2em;
	}
	#contact_area form input[type="submit"] {
		width: 100%;
	}
	#super-fifty-nine-banner .slide-copy {
		left: auto;
		right: 1em;
	}
	
	/* ======== END iPAD/Tablet Portrait @media (max-device-width: 768px) and (orientation: portrait) ======== */
	
	
	
}
@media (min-width: 493px) {  /* here */
	#super-fifty-nine-banner p img {
		max-width: 493px; 
	}
}

@media (max-width: 500px) {  /* here */
	
	#true-dimensional-sound {
		padding: 1em 0;
	}
	#super-fifty-nine-banner .slide-copy{
		font-size: 2em;
		left:0.5em;
	}
	.sell-boxes .sell-box {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		/*height: 254px;*/
	}	
	.row.home-content .span4 {
		width: 100%;
		float: none;
	}
	#history-gallery a .history-slide-text h3.history_slides, #history-gallery a .history-slide-text h3.history_slides.explore_timeline {
		font-size: 2em;
	}
	#varsity-product-banner .slide-copy .span6, #varsity-product-banner .slide-copy .span3 {
		width: 100%;
	}
	#varsity-logo {
		background: transparent url(../i/varsity-logo.png) no-repeat center center;
		height: 60px;
		background-size: 30%;
		-moz-background-size: 30%;
	}
    .products .row.home-content .span8 {
		width: auto;
		margin-left: 0;
    }
    .products #product_grid {
		margin-top: 0;	
	}
	.products .row.home-content, .artists .row.home-content {
		/* margin-top: 310px; */
	}
	.products header h2, .dealer-assets header h2 {
		font-size: 4em;
		margin: 15px 0;
	}
	.product_title {
		margin-top: 2em;
	}
	#footer {
		text-align: center;
	}
	.footer-links .social-links ul li {
		display: inline-block;
		float: none;
		width: 10%;
	}

	div.single_title {
		font-family: 'ApexSansMediumC';
		text-align: left;
		width: auto;
		display: block;
		vertical-align: top;
		text-transform: lowercase;
		font-size: 1.2em;
	}
}

@media (max-width: 480px) {  /* here */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
  
/* ==========================
	Magnatone
   ========================== */
  
	.teaser-box a .sell-text, .about-teaser-box a .sell-text  {
		height: auto !important;
		display: block;
	}
	.slide-copy {
		font-size: 3em;
		bottom: 1em;
	}
	#the-mag-is-back-banner .slide-copy {
		font-size: 3em;
		bottom: 2em;
		left: 0.5em;
	}
	
	
	.home #header_area, #banner, #banner a .container {
  		height: 300px;
  		z-index: 95;
  	}
  	
  	#true-dimensional-sound p {
  		font-size: 1.5em;
  		line-height: 1.5em;
  	}
  	.products #product_grid .product {
  	}
  	.magnatone-news h1 {
	  	font-size: 2.7em;
	  	padding-left: 1.5em;
  	}
  	.magnatone-news h2.article_title, .single_page h2.article_title {
  		font-size: 3.5em;
		line-height: 1em;
	}
	.magnatone-news h3.subtitle, .single_page h3.subtitle {
		font-size: 1.5em;
		margin-bottom: 1em;
	}
	.about_text p {
		padding: 1.0em;
	}
	.about-teaser-box a {
		height: 135px;
	}
	.about h2 {
		font-size: 2.0em;
		margin-top: 1.0em;
		margin-left: 0.5em;
	}
	#footer {
		text-align: center;
	}
	.footer-links .social-links ul li {
		display: inline-block;
		float: none;
		width: 10%;
	}
}

@media (max-width: 399px) {
	
/* ==========================
	Magnatone
   ========================== */
	
	#true-dimensional-sound p {
  		font-size: 1.1em;
  		line-height: 1em;
  	}
	#footer {
		text-align: center;
	}
}

@media (min-device-width: 768px) and @media (max-device-width: 1024px) {
	
/* ==========================
	Magnatone
   ========================== */
	
	.teaser-box a .sell-text, .about-teaser-box a .sell-text  {
		height: auto;
		display: block;
	}
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .full_width .page, .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
  
  /* ==========================
	Magnatone
   ========================== */
  
	#sticky_nav_area {
		background: transparent url(../i/nav-bg.png) no-repeat center 8px;
	}
  
	#sticky_nav_area #logo {
		margin-top: -10px;
		margin-left: 0;
		margin-right: 20px;
	}
	
	.menu-main-menu-container {
		margin-top: 22px;
		margin-bottom: 1em;
		font-size: 0.8em;
	}
	
	.menu-main-menu-container ul li {
		margin-right: 2em;
		
	}
	
	.sell-boxes {
		/*height: 108px;*/
		padding: 0;
	}
	
	.sell-boxes.row {
		margin-left: 0;
	}
	
	.sell-boxes .span4 {
		margin: 0;/*
		width: 256px;
		height: 108px;*/
	}
	.sell-boxes  {
		/*height: 108px;*/
		/*width: 256px;*/
	}
	
	#content_area .container {
		margin: 0;
		width: 768px;
	}
	
	#footer_area .page {
		padding: 0;
	}
    .products .row.home-content .page.row, .products .row.home-content .row {
	    margin-left: 0;
    }
	
	
}

/*
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .full_width .page, .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  
	.menu-main-menu-container ul li {
		margin-right: 7em;
	}
}

*/
