html {
	position: relative;
	min-height: 100%;
}


/* @Fontface
-------------------------------------------------- */
@font-face {
    font-family: 'Social Icons';
    src: url('../fonts/MonoSocial/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocial/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocial/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocial/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocial/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocial/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*text-rendering: optimizeLegibility;*/
}

@font-face {
    font-family: 'apcl';
    src: url('../fonts/apcl/apcl.eot');
    src: url('../fonts/apcl/apcl.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apcl/apcl.woff') format('woff'),
         url('../fonts/apcl/apcl.ttf') format('truetype'),
         url('../fonts/apcl/apcl.svg#apcl') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*text-rendering: optimizeLegibility;*/
}

@font-face {
    font-family: 'apcm';
    src: url('../fonts/apcm/apcm.eot');
    src: url('../fonts/apcm/apcm.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apcm/apcm.woff') format('woff'),
         url('../fonts/apcm/apcm.ttf') format('truetype'),
         url('../fonts/apcm/apcm.svg#apcm') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*text-rendering: optimizeLegibility;*/
}

@font-face {
    font-family: 'apcmo';
    src: url('../fonts/apcmo/apcmo.eot');
    src: url('../fonts/apcmo/apcmo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apcmo/apcmo.woff') format('woff'),
         url('../fonts/apcmo/apcmo.ttf') format('truetype'),
         url('../fonts/apcmo/apcmo.svg#apcmo') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*text-rendering: optimizeLegibility;*/
}

@font-face {
    font-family: 'apcmi';
    src: url('../fonts/apcmi/apcmi.eot');
    src: url('../fonts/apcmi/apcmi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apcmi/apcmi.woff') format('woff'),
         url('../fonts/apcmi/apcmi.ttf') format('truetype'),
         url('../fonts/apcmi/apcmi.svg#apcmi') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*text-rendering: optimizeLegibility;*/
}

@font-face {
    font-family: 'fghd';
    src: url('../fonts/fghd/fghd.eot');
    src: url('../fonts/fghd/fghd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fghd/fghd.woff') format('woff'),
         url('../fonts/fghd/fghd.ttf') format('truetype'),
         url('../fonts/fghd/fghd.svg#fghd') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*text-rendering: optimizeLegibility;*/
}

@font-face {
    font-family: 'fgr';
    src: url('../fonts/fgr/fgr.eot');
    src: url('../fonts/fgr/fgr.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fgr/fgr.woff') format('woff'),
         url('../fonts/fgr/fgr.ttf') format('truetype'),
         url('../fonts/fgr/fgr.svg#fgr') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*text-rendering: optimizeLegibility;*/
}




/* Typography styles
-------------------------------------------------- */


html, body {
	font-family: 'apcl', helvetica, arial, sans-serif;
	color: #888;
	text-decoration: none;
	font-weight: normal;
	/*-webkit-font-smoothing: antialiased;*/
	/*text-rendering: optimizeLegibility;*/
}

a {
	color: #666;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	outline:0;
}	

a:hover, a:focus {
	color: #666;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	outline:0;
}

p {
	text-align: left;
	color: #888;
	margin-top:0px;
	padding-top:0px;
	font-weight:normal;
	font-size: 13px;
	line-height: 21px;
	letter-spacing:.015em;
	margin-bottom:30px;
}

/*Large type Paragraphs*/
.large_p {
	font-size:15px;
	line-height:24px;
}

p a {
	font-family:'apcm';
}

p a:hover {
	color: #C11F21;
}

p br {
	line-height:28px;
	vertical-align:top;
}

.large_p br {
	line-height:33px;
}

h1 {
	color: #666;
	font-size:33px;
	line-height:36px;
	font-family:'fgr', futura, arial, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #C11F21;
	margin-bottom: 15px;
	text-align:center;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	font-weight:normal;
}

/* Smaller H1 */
.small_h1 {
	font-size:23px;
	line-height:28px;
}

h1 a {
	color: #666;
}

h1 a:hover {
	color: #C11F21;
}

/* News H1 Tagline */
.tagline {
	padding-top:3px;
	padding-bottom:3px;
	font-size:16px;
	line-height:22px;
	font-family:'apcmi';
}

h2 {
	color: #C11F21;
	font-size:28px;
	line-height:33px;
	font-family:'fgr', futura, arial, sans-serif;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom: 15px;
	text-align:center;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	font-weight:normal;
}

h2 a {
	color: #C11F21;
}

h2 a:hover {
	color: #C11F21;
	border-bottom: 2px solid #C11F21;
}

h6 {
	font-size:10px;
	line-height:13px;
	font-family:'apcmo';
	margin-bottom:10px;
	text-align:center;
}






br {
	line-height:30px;
	vertical-align:top;
}

b {
	font-weight:normal;
	font-family:'apcm';
}

h3 {
    font-size: 15px;
	letter-spacing: 0.08em;
	text-transform:uppercase;
	padding: 0px;
	margin:0px;
}

h4 {
	font-family:'apcmi', futura, sans-serif;
	font-size:20px;
	margin: 0px;
	padding: 0px;
	line-height:24px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes title_fade {
    0%   {opacity:0;}
	10%   {opacity:0;}
    100% {opacity:1;}
}

/* Standard syntax */
@keyframes title_fade {
    0%   {opacity:0;}
	10%   {opacity:0;}
    100% {opacity:1;}
}


/* Social Media Icons
-------------------------------------------------- */

.social {
	padding: 0px;
}

.social, a.social:before {
    font-family: 'Social Icons';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-size:36px;
}

.social_links ul {
	margin-right: 5px;
}

.social_links li {
	margin-right:-5px;
	display: inline;
	font-family: 'Social Icons';
	line-height: 20px;
	list-style-type: none;
	padding:0px;
}

.social_links li a {
	color:#888;
}

.social_links li a:hover {
	color:#444;
}

@media (min-width: 768px) {
.social_links {
	text-align: right;
	margin-top: 14px;
	padding-right:32px;
}
}

@media (max-width: 767px) {
.social_links { 
	text-align: left;
	margin-left:-45px;
}

.social_links li {
	margin-right: 4px;
}
}


/* Navbar styles
-------------------------------------------------- */

body {
	/* Padding top = navbar height */
	padding-top: 70px;
}

.navbar {
	border: none;
}

.navbar-toggle {
	border: none;
}

.navbar-default {
	background-color: #F2F2F2;
	border: none;
}

.navbar-default .navbar-toggle {
	border:none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  	background:none;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border:none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #666;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #C11F21;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a {
	color: #666;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
	color: #C11F21;
}

.navbar-brand {
  	font-family: 'fghd', sans-serif;
  	text-transform: uppercase;
	letter-spacing:.06em;
	font-weight: normal;
	font-size:22px;
	margin-left:41px;
}

.text_logotype_mobile {
	position: absolute;
  	font-family: 'fghd', sans-serif;
  	text-transform: uppercase;
	background: rgba(193, 31, 33, 1);
  	font-size:11px;
  	line-height:12px;
  	letter-spacing:.11em;
	text-align:center;
  	color: white;
  	height: 31px;
  	border-radius:18px;
  	top: 10px;
  	width: 31px;
  	padding-top:11px;
	padding-left:1px;
  	-ms-transform: rotate(-32deg);
  	-webkit-transform: rotate(-32deg); 
  	transform: rotate(-32deg);
	margin-left:-41px;
}

.navbar-default .navbar-brand {
	color:#666;
}

.navbar-default .navbar-brand:hover {
	color:#C11F21;
}

.navbar ul {
	padding-top:0px;
	font-family: 'apcl';
	font-weight: normal;
	letter-spacing:0.02em;
	font-size:16px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #C11F21;
	background: none;
}

.nav > li > a {
	padding: 0px 0px 20px 12px;
}


@media (min-width: 768px) {

.navbar-fixed-top {
	position: fixed;
	top:0;
	height:86px;
}

.navbar ul {
	margin-top:33px;
}

.nav > li > a {
	padding: 0px 14px;
	margin-right:1px;

}

.navbar-brand {
	margin:0px;
	padding-top:7px;
	font-size:20px;
}

.navbar-header {
	top:0;
	left:0;
}

.navbar-brand img {
	height:72px;
	width:auto;
	padding-right:8px;
	opacity:.6;
}

.navbar-default .navbar-brand {
	opacity:1;
	padding-left:40px;

}

span.text_logotype {
  	font-family: 'fghd', sans-serif;
  	text-transform: uppercase;
	background: #C11F21;
  	font-size:12px;
  	line-height:13px;
  	letter-spacing:.10em;
  	color: white;
  	cursor: pointer;
  	display: table;
  	height: 72px;
  	border-radius:40px;
  	position: absolute;
  	top: 7px;
  	width: 72px;
  	opacity: 0;
  	padding-top:9px;
  	-ms-transform: rotate(0deg);
  	-webkit-transform: rotate(0deg); 
  	transform: rotate(0deg);
  	-webkit-transition: all .7s ease-in-out;
  	-moz-transition: all .7s ease-in-out;
  	-o-transition: all .7s ease-in-out;
  	transition: all .7s ease-in-out;
}
 
span.text_logotype span {
  	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}

.navbar-brand:hover span.text_logotype {
  	opacity: 1;
  	-ms-transform: rotate(-32deg);
  	-webkit-transform: rotate(-32deg); 
  	transform: rotate(-32deg);
  	-webkit-transition: all .7s ease-in-out;
  	-moz-transition: all .7s ease-in-out;
  	-o-transition: all .7s ease-in-out;
  	transition: all .7s ease-in-out;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #C11F21;
	padding-bottom: 5px;
	border-bottom: 2px solid #C11F21;
}
}

@media (min-width: 992px) {
.nav > li > a {
	padding: 0px 14px;
}
}
@media (min-width: 768px) and (max-width:991px) {
.nav > li > a {
	padding: 0px 9px;
}
}


/* Main Content
-------------------------------------------------- */

.container {
	max-width:1200px;
}

@media (min-width: 768px) {
.content .container  {
	margin-top: 55px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
}

@media (max-width: 767px) {
.content .container  {
	margin-top: 22px;
	padding-bottom: 40px;
}
}

@media (min-width: 768px) {
.large_display_hide {display: none !important;}
}

@media (max-width: 767px) {
.mobile_display_hide {display: none !important;}
}

@media (max-width: 767px) {
.mobile_only {
	display:visible;
}
}

@media (min-width: 768px) {
.mobile_only {
	display: none !important;
}
}

.thumbnail {
	padding:1px;
	border:none;
	background:none;
	opacity:1;
	margin-bottom:30px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#red {
	padding-left:3px;
	letter-spacing:.01em;
	color:#C11F21;
	white-space:nowrap;
}

#gray {
	color:#666;
}

img {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dotted_break h2 {
	margin:0 auto;
	border-top: 1px dotted #E6E6E6;
	padding-top:35px;
	padding-bottom:35px;
}

#last_line {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 35px;
}




/* Splash Page
-------------------------------------------------- */
.cover_wrapper {
  	width: 100%;
  	height: 100%;
	text-align:center;
}

.cover_transparent_box {
  	position:fixed;
  	bottom:10%;
  	left:0;
  	width:100%;
}

.cover_transparent_box_container {
	display:inline-block;
	padding:13px 32px 0px 32px;
	background-color: rgba(255, 255, 255,0.94);
	border-radius:4px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-animation: title_fade 2s;
    animation: title_fade 2s;
}

.cover_transparent_box h1 {
	margin-top:14px;
	font-size:43px;
	line-height:45px;
  	text-transform:uppercase;
  	letter-spacing:.08em;
  	color: #C11F21;
  	text-align: center;
	border-bottom: 4px solid #C11F21;
	-webkit-animation: title_fade 8s;
    animation: title_fade 8s;
	margin-bottom:6px;
}

.cover_transparent_box h2 {
	font-family:'apcmo';
  	font-size:13px;
	line-height:17px;
  	color:#666;
  	padding-top:8px;
	-webkit-animation: title_fade 8s; 
    animation: title_fade 8s;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.cover_transparent_box_container:hover {
	background-color: rgba(255, 255, 255,1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.cover_transparent_box_container:hover h2 {
  	color:#C11F21;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

@media (max-width: 767px) {	
.cover_transparent_box h1 {
	margin-top:7px;
	border-bottom: 3px solid #C11F21;
	font-size:28px;
	line-height: 30px;
	margin-bottom:6px;
	padding-bottom:6px;
}
.cover_transparent_box h2 {
  	padding-top:7px;
	font-size:12px;
	margin-bottom:7px;
}
.cover_transparent_box_container {
	padding:7px 19px 0px 19px;
}

}


/* News
-------------------------------------------------- */

.news h6 {
	margin-bottom:-7px;
}

.news .thumbnail {
	margin-bottom:41px;
	text-align:center;
}

.news_image {
	width:250px;
	height:250px;
	margin:0 auto;
	margin-bottom:20px;
}

.news img {
	width:250px;
	height:auto;
	overflow:hidden;
	border-radius: 125px;
}

.overlay {  
	position:absolute;
	top:1px;
	width:250px;
	height:250px;
	border-radius:125px;
	background:rgba(193,31,33,.1);
	text-align:center;
	padding-top:40px;
    opacity:0;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

#plus {
	font-family:'fghd';
	color:#FFF;
	font-size:120px;
}

.news_link:hover h1 {
	color: #C11F21;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.news_link:hover .overlay {
	opacity:1;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.news .large_p {
	margin-bottom:14px;
}

.news .soundcloud {
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	display:inline-block;
	padding-top:0px;
	padding-left:9px;
	padding-right:9px;
	margin-top:0px;
	height:40px;
	margin-bottom:-6px;
}

.news .soundcloud p {
	font-family:'apcmi';
	font-size:11px;
	text-align:center;
	line-height:42px;
	display:inline;
	vertical-align:top;
}

.news .soundcloud p a {
	font-family:'apcmi';
	font-size:11px;
}

.news .soundcloud iframe {
	margin-top:9px;
	height:20px;
	width:20px;
	margin-right:3px;
	display:inline;
}	

.news #read_more {
	font-family:'fgr';
	font-size:16px;
	border-radius: 10px;
	border:1px solid #888;
	color: #888;
	vertical-align:top;
	display:inline-block;
	line-height:21px;
	width:20px;
	height:20px;
	margin-top:9px;
	margin-right:6px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.news .read_more_block {
	margin-left:-4px;
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	white-space:nowrap;
	display:inline-block;
	padding-top:0px;
	padding-left:9px;
	padding-right:9px;
	margin-top:0px;
	height:40px;
	font-family:'apcmi';
	font-size:11px;
	line-height:42px;
	margin-right:9px;
	color:#888;
	vertical-align:top;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	margin-bottom:15px;
}

.news .read_more_block:hover {
	color: #C11F21;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}


.news .read_more_link:hover #read_more {
	border:1px solid #C11F21;
	background-color: #C11F21;
	color: #FFF;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.news .secondary h6 {
	padding-top:13px;
}

.news .secondary .tagline {
	font-size:14px;
	line-height:18px;
}

.news .secondary .soundcloud {
	border-bottom:none;
}

.news .secondary .soundcloud p {
	font-size:10px;
}

.news .secondary #read_more {
	font-size:11px;
	line-height:15px;
	text-align:center;
	width:15px;
	height:15px;
	margin-top:3px;
	margin-left:2px;
}

@media (min-width: 1200px) {
.news .secondary .col2fix {
	padding-left:35px;
}
}

.headlines {
	margin-top:-30px;
	background-color:#C11F21;
	padding-top:2px;
}

.headlines h2 {
	color: #FAFAFA;
	margin-top:-25px;
	padding-bottom:6px;
	margin-bottom:35px;
	border-bottom:1px solid #FAFAFA;

}

.headlines h1 {
	color:#FAFAFA;
	margin-top:-2px;
	border-bottom:none;
	font-size:18px;
	line-height:27px;
	overflow:hidden;
	text-overflow: ellipsis;
 	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
	margin-bottom:0px;
}

.headlines h6 {
	color:#FAFAFA;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.headlines .thumbnail {
	background-color:none;
	padding:5px 10px;
	padding-bottom:0px;
	border-radius:6px;
	height:50px;
	margin-top:-20px;
}

.headlines .thumbnail:hover {
	background-color:#FAFAFA;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.headlines .thumbnail:hover h1 {
	color:#C11F21;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;

}

.headlines .thumbnail:hover h6 {
	color:#666;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

@media (max-width: 767px) {
.headlines h2 {
	padding-top:35px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.secondary .news_image {
	width:175px;
	height:175px;
	margin-bottom:20px;
}

.news .secondary img {
	width:175px;
}

.secondary .overlay {  
	width:175px;
	height:175px;
	padding-top:40px;
}

.secondary #plus {
	font-size:100px;
	line-height:100px;
}
}

.news .tertiary h6 {
	margin-top:-20px;
}

@media (max-width: 991px) {
.news .secondary h6 {
	margin-top:-58px;
}

.news .secondary .soundcloud {
	display:none;
}

.news .tertiary h6 {
	margin-top:-25px;
}
}


/* Sidebar Widget
-------------------------------------------------- */

.sidebar {
	margin-bottom: 40px;
	border-left: 1px dotted #E2E2E2;
	padding-left:24px;
}

.sidebar .widget_header {
	font-family:'apcmo';
	color: #C11F21;
	font-size:11px;
	border-bottom: 2px solid #C11F21;
	padding-bottom:10px;
	margin-bottom:5px;
	text-align:center;
}

.sidebar .widget_header .social {
	position: absolute;
	margin-top:-17px;
	font-size:24px;
}

.sidebar .album_sm .thumbnail {
	padding:0px;
	margin-top:14px;
	margin-bottom: 20px;
}

.sidebar .album_sm h3,
.sidebar .album_sm h4 {
	text-align:center;
}

@media (min-width: 1200px) {
.sidebar {
	margin-left:18px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.sidebar {
	margin-left:18px;
	padding-left:18px;
}
}

@media (max-width: 768px) {
.sidebar {
	border-left: none;
	margin-left:0px;
	padding-left:0px;
}

.sidebar .widget_header {
	font-size:13px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.sidebar .album_sm .thumbnail {
	padding:15px;
	max-width:300px;
	margin:0 auto;
	height:auto;
}
}


/* Shop Header
-------------------------------------------------- */

.shop_header {
	font-family:'apcmo';
	width: 100%;
	font-size:10px;
	letter-spacing:.06em;
	border-radius: 0px;
	padding-left:none;
	color:#FAFAFA;
	padding-bottom:6px;
	margin-top:-30px;
	margin-bottom:37px;
	border-bottom:none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	z-index:1;
}

.shop_header #breadcrumb {
	text-transform:uppercase;
}

.view_cart {
	position:fixed;
	top:86px;
	margin-left:996px;
	text-align:center;
	z-index:100000;
}

@media (min-width:992px) and (max-width:1199px) {
.view_cart {
	margin-left:796px;
}
}

@media (min-width:768px) and (max-width:991px) {
.view_cart {
	margin-left:576px;
}
}

@media (max-width:767px) {
.view_cart {
	top:50px;;
	margin-left:0px;
	right:0;
	padding-right:15px;
}

.shop_header {
	margin-top:-33px;
	padding-left:7px;
}
}

.view_cart_box {
	background-color: #C11F21;
	border-bottom:1px solid #FAFAFA;
	padding-top:9px;
	padding-left:1px;
	height:30px;
	color:#FAFAFA;
	width:94px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

@media (max-width:767px) {
.view_cart_box {
	border-bottom:none;
	width:81px;
}
}

.view_cart_box a {
	color:#FAFAFA;
}

.view_cart:hover .view_cart_box {
	background-color: #FFF;
	color:#C11F21;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	border-bottom:1px solid #C11F21;
}

.shop_header a {
	color:#FAFAFA;
}

.shop_header a:hover {
	color:#FAFAFA;
	padding-bottom:2px;
	border-bottom: 1px solid #FAFAFA;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}



/* Shop Index
-------------------------------------------------- */

.shop_index .featured {
	margin-top:-126px;
}

.shop_index_header {
	background-color:#C11F21;
	border:none;
	margin-top:0px;
	margin-bottom: 20px;
	border: none;
}

.shop_index_header h1 {
	font-size:42px;
	line-height:45px;
	color:#FAFAFA;
	padding-top:21px;
	padding-bottom:10px;
	margin-bottom:-15px;
}

@media (max-width:767px) {
.shop_index .featured {
	margin-top:-130px;
}

.shop_index_header {
	margin-top: -40px;
	padding-top:23px;
	margin-bottom: 30px;
}

.shop_index_header h1 {
	font-size:30px;
	line-height:33px;
}
}


.catalog_number {
	font-family:'fghd';
	position:absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-color: rgba(255,255,255,0.94);
	color:#C11F21;
	border-radius:0px;
	border-top-left-radius:2px;
	border-bottom-right-radius:3px;
	padding:3px 3px 3px 5px;
	vertical-align:middle;
	text-transform: uppercase;
	font-size:9px;
	letter-spacing:.15em;
	z-index:100;
}	

.album_sm img {
	width:100%;
	height:auto;
	border-radius:3px;
	margin-bottom:8px;
    box-shadow: 0px 0px 1px #D2D2D2; 
}

.album_sm h4 {
	color:#666;
	font-size:12px;
	line-height:15px;
	text-align:center;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album_sm h3 {
	font-family: 'fgr';
	color:#666;
	text-transform:none;
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
	text-align:center;
	line-height: 17px;
	letter-spacing:.07em;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album_sm .thumbnail:hover .cart_button {
	color:#C11F21;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album_sm .thumbnail:hover h3,
.album_sm .thumbnail:hover h4 {
	color:#C11F21;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
.album_sm .featured .thumbnail {
	padding:20px;
}
}

@media (max-width: 767px) {
.album_sm .thumbnail {
	padding:15px;
	max-width:300px;
	margin:0 auto;
	margin-bottom:5px;
	height: auto;
}
}


.album_sm .featured h3 {
	padding-top:4px;
	font-size:19px;
	line-height: 22px;
	letter-spacing:.05em;
}

.album_sm .featured h4 {
	margin-top:1px;
	font-size:14px;
	line-height:17px;
}

.shop_index .dotted_break h1 {
	text-align:center;
	border:none;
	color: #C11F21;
	margin-top:-90px;
	padding-top:40px;
	border-top:1px dotted #E2E2E2;
	margin-bottom:32px;
}

@media (max-width: 767px) {
.shop_index .dotted_break h1 {
	margin-top:-40px;
	margin-bottom:22px;
}
}

.shop_index .add_to_cart {
	margin-top:-3px;
	margin-bottom:8px;
}

.add_to_cart .btn-default,
.add_to_cart .btn-default:hover, 
.add_to_cart .btn-default:active, 
.add_to_cart .btn-default:focus, 
.add_to_cart .open > .dropdown-toggle.btn-default {
	width: 100%;
}

.shop_index .add_to_cart .btn {
	font-family:'fghd', futura, sans-serif;
  	text-transform: uppercase;
	border-radius:0px;
	background:#FFF;
	border: 1px solid #FFF;
	border-bottom: 1px solid #C11F21;
	color: #C11F21;
	font-size:12px;
}

.shop_index .sold_out {
	margin-top:-3px;
	margin-bottom:8px;
	border:none;
	border-bottom: 1px solid #888;
}

.shop_index .thumbnail:hover .overlay {
	opacity:1;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

@media (max-width: 767px) {
.shop_index .thumbnail:hover .overlay {
	opacity:0;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}
}

.shop_index .overlay {  
	position:absolute;
	top:1px;
	width:155px;
	height:155px;
	border-radius:3px;
	background:rgba(193,31,33,.1);
	text-align:center;
    opacity:0;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.shop_index .featured .overlay {  
	top:20px;
	width:303px;
	height:303px;
}

.shop_index #plus {
	font-family:'fghd';
	color:#FFF;
	font-size:70px;
	line-height:80px;
}

.shop_index .featured #plus {
	font-size:100px;
	line-height:230px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.shop_index .overlay {
	width:121px;
	height:121px;
}

.shop_index #plus {
	line-height:50px;
}

.shop_index .featured .overlay {  
	top:20px;
	width:236px;
	height:236px;
}

.shop_index .featured #plus {
	font-size:90px;
	line-height:170px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.shop_index .overlay {
	width:201px;
	height:201px;
}

.shop_index #plus {
	line-height:120px;
}

.shop_index .featured .overlay {  
	top:1px;
	width:201px;
	height:201px;
}

.shop_index .featured #plus {
	font-size:70px;
	line-height:120px;
}
}


@media (min-width:768px) and (max-width:991px) {
.album_sm .shop_index .thumbnail {
	height:350px;
	overflow:visible;
	text-overflow: ellipsis;
 	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
	margin-bottom:10px;
}
}

@media (min-width:992px) and (max-width:1199px){
.album_sm .shop_index .thumbnail {
	height:265px;
	overflow : visible;
  	text-overflow: ellipsis;
 	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
	margin-bottom:15px;
}
}

@media (min-width:1200px){
.album_sm .shop_index .thumbnail {
	height:275px;
	overflow: visible;
  	text-overflow: ellipsis;
 	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
	margin-bottom:15px;
}
}



/* Album Page Header
-------------------------------------------------- */
.album_page_header {
	margin-top: -128px;
	margin-bottom: 30px;
	border: none;
	background-color:#C11F21;
	z-index:0;
}

.album_page_header h1 {
	font-size:23px;
	border-bottom:none;
	line-height:26px;
	color:#FAFAFA;
	padding-top:30px;
}

.album_page_header h1 a {
	color:#FAFAFA;
}

.album_page_header h1 a:hover {
	border-bottom:3px solid #FAFAFA;
}

.album_page_subheader {
	margin-top:-20px;
	font-family:apcmi;
	text-align:center;
	font-size:42px;
	line-height:45px;
	color:#FAFAFA;
	padding-bottom:17px;
	padding-left:40px;
	padding-right:40px;
}

@media (max-width:767px) {
.album_page_header {
	margin-top: -130px;
}

.album_page_header h1 {
	padding-top:40px;
	font-size:21px;
	line-height:24px;
}

.album_page_subheader {
	padding-top:3px;
	font-size:34px;
	line-height:37px;
	padding-left:15px;
	padding-right:15px;
}
}


/* Album Page Cart Buttons
-------------------------------------------------- */
.add_to_cart {
	margin-bottom: 18px;
}

.add_to_cart h2 {
	color:#666;
	font-size:20px;
	margin-top:20px;
	margin-bottom: -5px;
	text-align:center;
}


.add_to_cart .btn {
	font-family:'fghd', futura, sans-serif;
  	text-transform: uppercase;
	border-radius:0px;
	background:none;
	border: 2px solid #C11F21;
	color: #C11F21;
	font-size:12px;
}

.sold_out {
	font-family:'fghd', futura, sans-serif;
  	text-transform: uppercase;
	border-radius:0px;
	background:#FFF;
	border: 2px solid #888;
	color: #888;
	font-size:12px;
	text-align:center;
	letter-spacing:.07em;
	width:100%;
	padding:6px 0px;
	margin-bottom:18px;
}

.add_to_cart .btn-default {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.add_to_cart .btn-default:hover, 
.add_to_cart .btn-default:active, 
.add_to_cart .btn-default:focus,
.add_to_cart .open > .dropdown-toggle.btn-default {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFF;
	background-color: #C11F21;
	border-color: #C11F21;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.add_to_cart .dropdown-menu {
	color: #525252;
	font-size:12px;
	letter-spacing:.05em;
	border: 3px solid #525252;
	border-radius: 0px;
	box-shadow: none;
	background:#FFF;
	min-width:160px;
	width: 100%;
}

.add_to_cart .dropdown-menu li  a {
	padding: 4px 10px;
}

.add_to_cart_info {
	border-top: 1px dotted #E6E6E6;
	padding-top: 19px;
	margin-top:25px;
	font-family:'apcmo';
	font-size:11px;
	margin-bottom:30px;
	line-height:15px;
	color: #C11F21;
}

@media (max-width:767px) {
.add_to_cart_info {
	text-align:center;
	margin:0 auto;
	max-width:380px;
}
}

.add_to_cart_info br {
	line-height: 25px;
	vertical-align:top;
}




/* Main Photo for Album Page
-------------------------------------------------- */
.album_cover {
	margin-bottom: 30px;
	max-width: 500px;
	max-height:500px;
	border-radius:6px;
	overflow:hidden;
	border:none;
	opacity:1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	box-shadow: 0px 0px 1px #D2D2D2; 
}

.album_cover img {
	width:100%;
	height:auto;
}

@media (max-width:767px) {
.album_cover {
	max-width:380px;
	height:auto;
	margin:0 auto;
	margin-bottom:24px;
}
}

/* Adjusts Catalog Tag for large image*/
.album_page .catalog_number {
	border-top-left-radius:4px;
}

.album_page .gallery_thumbnail {
	text-align:center;
	border: 0px;
}

.album_page .gallery_thumbnail img {
	border-radius:2px;
	height:70px;
	width:auto;
	overflow:hidden;
	margin:-18px 4px 27px 4px;
	vertical-align:top;
}

.album_page .gallery_thumbnail img:hover {
	opacity:.85;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



/* Album Bio
-------------------------------------------------- */
.album_bio {
	margin-top:15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
	margin-bottom:-18px;
}

.album_bio p{
	margin-bottom:0px;
}

.album_bio p:first-child:first-letter { 
	float: left; 
	font-size: 47px; 
	line-height: 30px; 
	padding-top: 11px; 
	padding-right: 6px; 
	margin-left:-1px; 
	font-family: 'fghd'; 
	text-transform:uppercase;
}

@media (max-width:992px) {
.album_bio {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}

@media (max-width:768px) {
.album_bio p:first-child:first-letter { 
	font-size: 41px; 
	padding-top: 8px; 
}

.album_bio p {
	padding:0px 15px;
	font-size: 13px; 
	line-height: 21px; 
	margin-bottom:10px;
}
}




/* Album Track List
-------------------------------------------------- */
.track_list {
	text-align:center;
	margin-top:-10px;
	margin-bottom: 0px;
	padding-bottom:35px;
	background-color: #FAFAFA;
	border-radius:7px;
	color: #666;
}

.track_list .container {
	margin-top:0px;
	max-width:700px;
	padding:15px;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

.track_list h2 {
	margin:0 auto;
	max-width:700px;
	padding-top:40px;
	text-align:left;
	margin-bottom: 20px;
	text-align:center;
	border-bottom:1px solid #C11F21;
}

@media (min-width:768px) and (max-width:991px) {
.track_list .container {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	max-width:475px;
	padding-bottom:40px;
}

.track_list h2 {
	max-width:475px;
}
}

@media (max-width:767px) {
.track_list .container {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	max-width:100%;
	padding-bottom:40px;
}

.track_list h2 {
	margin-left:15px;
	margin-right:15px;
	max-width:none;
}
}
	
.track_list li {
	font-size:15px;
	line-height:24px;
	list-style:none;
	letter-spacing:.05em;
}

@media (max-width:767px) {
.track_list li {
	font-size:13px;
	line-height:21px;
}
}

.track_list ol {
	margin-top:0px;
	padding:0px;
	padding-bottom:0px;
	margin-bottom:-30px;
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}

.track_list ol > li {
    position:relative; 
    padding:0px 0px;
	padding-right: 0px;
    list-style:none;
	text-align:center;
}

@media (max-width:991px) {
.track_list ol > li {
	padding-right: 35px;
}
}

.track_list ol > li:before {
	float:left;
	content:counter(li, decimal-leading-zero);
    counter-increment:li;
    color:#888;
	padding-left:10px;
	margin-right:15px;
    font-family:'apcmo';
    text-align:center;
	font-size:8px;
}



/* Album Page Audio (Soundcloud)
-------------------------------------------------- */

.album_page .soundcloud {
	background-color: #FAFAFA;
	margin:0 auto;
	text-align:center;
	margin-top:-60px;
	margin-bottom:-40px;
}

.album_page .soundcloud h2 {
	margin-top:45px;
	padding-bottom:12px;
}

@media (max-width:767px) {
.album_page .soundcloud {
	margin-top:15px
}
}

.album_page .soundcloud iframe {
	border-top:1px solid #C11F21;
	border-bottom:none;
	padding:15px 15px 15px 12px;
	text-align:center;
	width:100%;
	max-width: 700px;
	height:51px;
	margin-bottom:7px;
	margin-top:-13px;
}




/* Album Credits
-------------------------------------------------- */
.credits {
	background-color:#C11F21;
	color:#FAFAFA;
	text-align: center;
}

.credits h2 {
	color:#FAFAFA;
	margin:0 auto;
	padding-top:24px;
	margin-bottom:15px;
	border-bottom:1px solid #FAFAFA;
	max-width:500px;
}

.credits p {
	color:#FAFAFA;
	margin:0 auto;
	font-size:15px;
	line-height:21px;
	text-align:center;
	max-width:450px;
	padding-top: 16px;
}

.credits b {
	line-height:28px;
}



/* Artist Index
-------------------------------------------------- */

.artist_index img {
	width:100%;
	height:auto;
	border-radius:400px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.artist_index .thumbnail {
	max-width: 400px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:45px;
	overflow:hidden;
	margin: 0px auto;
	height:340px;
}

.artist_index .thumbnail:hover h3 {
	color:#C11F21;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.artist_index h3 {
	font-family: 'fgr';
	font-size:19px;
	line-height:22px;
	letter-spacing:.04em;
	text-transform:none;
	text-align: center;
	margin-top:18px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.artist_index h2 {
	font-family:'fgr';
	text-align: center;
}

.artist_index p {
    text-align:center;
	margin-bottom:10px;
}

.artist_index .thumbnail:hover .overlay {
	opacity:1;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.artist_index .overlay {  
	position:absolute;
	top:1px;
	width:240px;
	height:240px;
	border-radius:300px;
	background:rgba(193,31,33,.1);
	text-align:center;
    opacity:0;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.artist_index #plus {
	font-family:'fghd';
	color:#FFF;
	font-size:120px;
	line-height:160px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.artist_index .thumbnail {
	height:290px;
}

.artist_index .overlay {  
	width:190px;
	height:190px;
}

.artist_index #plus {
	font-size:120px;
	line-height:115px;
}
}

@media (min-width: 768px) and (max-width: 992px) {
.artist_index .thumbnail {
	height:280px;
}

.artist_index h3 {
	font-size:17px;
	line-height:20px;
}

.artist_index .overlay {  
	width:193px;
	height:193px;
}

.artist_index #plus {
	font-size:120px;
	line-height:115px;
}
}

@media (max-width: 767px) {
.artist_index .thumbnail {
	max-width: 300px;
	padding-bottom:45px;
	overflow:hidden;
	margin: 0px auto;
	height:370px;
}

.artist_index .overlay {  
	width:290px;
	height:290px;
}

.artist_index #plus {
	font-size:120px;
	line-height:215px;
}
}

.artist_index .other_artists {
	margin-top:-70px;
	background-color:#C11F21;
}

@media (max-width:767px) {
.artist_index .other_artists {
	margin-top:-30px;
}
}

.artist_index .other_artists h2 {
	color: #FAFAFA;
	margin-top:40px;
	padding-bottom:6px;
	margin-bottom:35px;
	border-bottom:1px solid #FAFAFA;
}

.artist_index .other_artists p {
	color: #FAFAFA;
}



/* Artist Header, Photo
-------------------------------------------------- */
.artist_header {
	background-color:#C11F21;
	border:none;
	margin-top: -5px;
	margin-bottom: 30px;
	border: none;
}

.artist_header h1 {
	font-size:42px;
	line-height:45px;
	color:#FAFAFA;
	padding-top:21px;
	padding-bottom:10px;
}

@media (max-width:767px) {
.artist_header {
	margin-top: -40px;
	margin-bottom: 25px;
}

.artist_header h1 {
	font-size:30px;
	line-height:33px;
}
}

.artist_photo {
	margin:0 auto;
	margin-top:-30px;
	margin-bottom: 30px;
	max-height:500px;
	overflow:hidden;
	border:none;
	width:100%;
	vertical-align:middle;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.artist_photo img {
	width:100%;
	height:auto;
	border:none;
	margin-top:-14%;
}

@media (min-width:768px) and (max-width:1199px) {
.artist_photo {
	max-height:425px;
}
}

@media (max-width:767px) {
.artist_photo {
	margin-top:-25px;
	max-height:325px;
}
}

.artist_page .gallery_thumbnail {
	margin-top:-50px;
	text-align:center;
}

.artist_page .gallery_thumbnail img {
	border-radius:50px;
	height:70px;
	width:auto;
	overflow:hidden;
	margin:-18px 6px -50px 6px;
	vertical-align:top;
	border: 2px solid #FFF;
}

@media (max-width:767px) {
.artist_page .gallery_thumbnail img {
	height:60px;
	width:auto;
	margin:-10px 4px -20px 4px;
}
}

.artist_page .gallery_thumbnail img:hover {
	border: 2px solid #C11F21;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



/* Artist Bio
-------------------------------------------------- */

.artist_bio {
	margin-top:40px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
	margin-bottom:-18px;
}

.artist_bio p {
	margin-bottom:0px;
}

.artist_bio p:first-child:first-letter { 
	float: left; 
	font-size: 47px; 
	line-height: 30px; 
	padding-top: 11px; 
	padding-right: 6px; 
	margin-left:-1px; 
	font-family: 'fghd'; 
	text-transform:uppercase;
}

@media (max-width:992px) {
.artist_bio {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}

@media (max-width:768px) {
.artist_bio p:first-child:first-letter { 
	font-size: 41px; 
	padding-top: 8px; 
}

.artist_bio p {
	padding:0px 15px;
	font-size: 13px; 
	line-height: 21px;
	margin-bottom:10px; 
}
}


/* Artist Albums, Keeps tidy block with (...) for long text
-------------------------------------------------- */

.album_sm .releases {
	background-color: #FAFAFA;
	padding-top:0px;
	margin:0 auto;
	text-align:center;	
	padding-bottom:0px;
}

.album_sm .releases .container {
	padding-bottom:15px;
}

.album_sm .releases h2 {
	margin-top: 38px;
	padding-bottom:19px;
}

.album_sm .releases .thumbnail {
	margin:0 auto;
	width:200px;
	height:210px;
	overflow : hidden;
	padding:0px 20px;
  	text-overflow: ellipsis;
 	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	margin-bottom:15px;
	display:inline-block;
	text-align:left;
}

.album_sm .releases .thumbnail .overlay {  
	position:relative;
	top:-170px;
	width:160px;
	height:162px;
	border-radius:3px;
	background:rgba(193,31,33,.1);
	text-align:center;
	padding-top:40px;
    opacity:0;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	margin-bottom:-160px;
}

.album_sm .releases .thumbnail #plus {
	font-family:'fghd';
	color:#FFF;
	font-size:100px;
	line-height:90px;
}

.album_sm .releases .thumbnail:hover .overlay {
	opacity:1;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

@media (max-width:767px) {
.album_sm .releases .thumbnail {
	padding:0px 10px;
	width:180px;
	height:200px;
}
}




/* Artist Links
-------------------------------------------------- */

.artist_links {
	margin-top:20px;
	margin-bottom:45px;
	text-align:center;
}

.artist_links h2 {
	border-bottom:1px solid #F2F2F2;
	max-width:600px;
	padding-bottom:16px;
	margin:0 auto;
	margin-bottom:18px;
}

.artist_links li {
	font-family:'fgr';
  	text-transform: uppercase;
	font-size:13px;
	letter-spacing:.07em;
	display:inline-block;
	padding:7px 12px 3px 12px;
	margin:0px 2px;
	margin-bottom:3px;
	list-style:none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	border-bottom: 2px solid #FFF;
}

.artist_links li a {
	color: #666;
}

.artist_links li:hover {
	border-bottom: 2px solid #C11F21;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.artist_links li:hover a {
	color: #C11F21;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}



/* Artist Audio (Soundcloud)
-------------------------------------------------- */

.artist_page .soundcloud {
	margin:0 auto;
	text-align:center;
	margin-bottom:15px;
}

.artist_page .soundcloud h2 {
	padding-bottom:12px;
}

@media (max-width:767px) {
.artist_page .soundcloud h2 {
	margin-top:23px
}
}
	
.artist_page .soundcloud iframe {
	border-top:1px solid #F2F2F2;
	border-bottom:none;
	padding:15px 15px 15px 12px;
	text-align:center;
	width:100%;
	max-width: 600px;
	height:51px;
	margin-bottom:7px;
	margin-top:-13px;
}



/* Events (Bands in Town widget styling)
-------------------------------------------------- */

.artist_event {
	margin-bottom:-40px;
}

@media (max-width:767px) {
.artist_event {
	margin-bottom:-25px;
}
}

.artist_event h2 {
	margin-bottom:5px;
}

.bands_in_town {
	color:#666;
	padding-top:0px;
	margin: 0 auto;
	max-width:600px;
	font-weight:normal;
	font-size: 15px;
	line-height: 23px;
	padding-bottom:10px;
        letter-spacing:.02em;
}


.bands_in_town .bit-widget {
    font-size: 15px;
    font-family: apcl, helvetica, arial, sans-serif;
    font-weight: normal;
    line-height: 29px;
    width: 100%;
    color: #888888;
    background-color: rgba(0,0,0,0);
}

@media (max-width:767px) {
.bands_in_town .bit-widget {
	font-size: 13px;
}
}

.bands_in_town .bit-widget .bit-event-list-title {
    font-family: 'fgr';
    text-transform: uppercase;
    color: #c11f21;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .07em;
}

.bands_in_town .bit-widget .bit-nav-bar-container {
    text-align: center;
}

.bands_in_town .bit-widget .bit-event-list-title.bit-clickable {
    text-decoration: none;
    color: #666;
}

.bands_in_town .bit-widget.bit-layout-row .bit-event .bit-details .bit-date {
    font-weight: normal;
}


.bands_in_town .bit-widget .bit-no-dates-container {
    border-top: 1px solid #F2F2F2;
    padding: 40px 0px 0px 0px;
}

.bands_in_town .bit-widget .bit-button,
.bands_in_town .bit-widget .bit-past-events-show-all-button, 
.bands_in_town .bit-widget .bit-upcoming-events-show-all-button {
    letter-spacing: .04em;
    font-family: 'fghd', futura, sans-serif;
    text-transform: uppercase;
    border-radius: 0px;
    background: none;
    border: 2px solid #C11F21;
    color: #C11F21;
    font-size: 12px;
}


/* Press
-------------------------------------------------- */

.press {
	background-color:#C11F21;
	color:#FAFAFA;
	text-align: center;
}

.press h1 {
	padding-top:24px;
	margin-bottom:30px;
	color:#FAFAFA;
	border-bottom:none;
}

.press p {
	margin-bottom: 3px;
	text-align:center;
	font-size:15px;
	line-height:24px;
	color:#FAFAFA;
}

.press p:before {
    content: "“";
	font-family: 'fgr';
	font-size: 20px;
}

.press p:after {
    content: "”";
	font-family: 'fgr';
	font-size: 18px;
}

.press li {
	font-family:'fgr';
  	text-transform: uppercase;
	font-size:14px;
	padding-top:5px;
	letter-spacing:.1em;
	border-bottom: 1px dotted rgba(255,255,255,.09);
	padding-bottom:14px;
	list-style-type:none;
	margin-bottom: 15px;
}

.press li:before {
    content: "— ";
}

@media (max-width:767px) {
.press p {
	font-size: 13px;
	line-height: 21px;
}

.press p:before,
.press p:after {
	font-size: 15px;
}

.press li {
	font-size:12px;
}
}




/* Videos
-------------------------------------------------- */
.videos h2 {
	margin-bottom:35px;
	font-size: 20px;
	line-height:23px;
	text-align:center;
	color:#666;
}

.videos .featured_video h2 {
	font-size:33px;
	line-height:36px;
}

.videos h6 {
	margin-top:-38px;
	margin-bottom:35px;
}

.videos h6 a:hover {
	color: #C11F21;
}

@media (max-width: 767px) {
.videos {
	margin-top:-38px;
}

.videos h6 {
	margin-top:-38px;
	margin-bottom:31px;
}

.videos .featured_video h2,
.videos h2 {
	font-size: 17px;
	line-height:20px;
}
}

.video_embed { 
	margin-top:15px;
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin-bottom: 15px;
} 
				
.video_embed iframe, 
.video_embed object, 
.video_embed embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}           


/* Contact (EMPTY)
--------------------------------------------------*/    

.contact h1 {
	border:none;
	text-align:left;
	margin-bottom:4px;
}

.contact h2 {
	font-family:apcl;
	font-size:17px;
	line-height:19px;
	text-align:left;
	margin-top:-5px;
}

.contact .distro {
	margin-left:20px;
}

.contact .distro p {
	margin-bottom:7px;
	border-bottom: 1px dotted #E6E6E6;
	line-height:19px;
	padding-bottom: 7px;
}

@media (max-width:768px) {
.contact h1 {
	margin-top:-5px;
	text-align:center;
}

.contact h2 {
	margin-bottom:30px;
	text-align:center;
}

.contact .distro p {
	text-align:center;
}

.contact .distro {
	margin-left:0px;
	margin-top:50px;
	margin-bottom:25px;
}
}

.contact .booking {
	margin-top:-20px;
	background-color:#C11F21;
	padding-top:2px;
	text-align:center;
	color: #FAFAFA;
}

.contact .booking h2 {
	font-family:'fgr';
	color: #FAFAFA;
	font-size: 28px;
    line-height: 33px;
	margin-top:-25px;
	padding-bottom:6px;
	margin-bottom:35px;
	border-bottom:1px solid #FAFAFA;
	text-align:center;

}

.contact .booking h1 {
	color:#FAFAFA;
	margin-top:-2px;
	border-bottom:none;
	font-size:18px;
	line-height:27px;
	margin-bottom:0px;
	text-align:center;
}

.contact .booking .small_h1 {
	margin-bottom:30px;
	color: #FAFAFA;
	}

.contact .booking h6 {
	color:#FAFAFA;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.contact .booking p {
	text-align:center;
	color: #FAFAFA;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	margin-bottom:0px;	
}

.contact .booking .large_p {
	font-family:'apcm';
	margin-bottom:0px;
}

.contact .booking .thumbnail {
	margin-top:-25px;
	background:none;
	padding:4px;
	margin-bottom:38px;
}

.contact .booking .booking_link {
	display:inline-block;
	border-bottom:2px solid #C11F21;
}

.contact .booking .booking_box {
	display:inline-block;
}

.contact .booking .booking_box:hover .booking_link {
	display:inline-block;
	border-bottom:2px solid #FAFAFA;
}



@media (max-width:767px) {
.contact .booking {
	margin-top:0px;
}

.contact .booking h2 {
	margin-top:20px;
}
}


/* Footer
-------------------------------------------------- */
body {
	/* Margin bottom = footer height */
	margin-bottom: 70px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 70px;
	background-color: #E9E9E9;
}

.footer .container {
	max-width:1200px;
	padding:0 60px;
	font-family:'apcmo';
	font-size:11px;
	color:#666;
	padding-top:29px;
	height:	30px;
	vertical-align:middle;	
}

.footer .container a {
	color:#666;	
}

.footer .container a:hover {
	color:#888;
	border-bottom: 2px solid #888;	
}

.footer_left {
	width:25%;
	text-align:left;
}

.footer_center {
	font-family:'fgr';
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size:10px;
	width:50%;
	text-align:center;
	margin:0 auto;
	margin-top:-22px;
	vertical-align:middle;
}

.footer_center .footer_logo {
	padding:0px 6px;
}

.footer_center .footer_logo img {
	width:32px;
	height:32px;
	vertical-align:middle;
}

.footer_right {
	width:25%;
	float:right;
	text-align:right;
	margin-top:-25px;
}

@media (max-width: 767px) {
.footer_right,
.footer_left {
	display:none;
}

.footer_center {
	width:100%;
	margin-top:-6px;
}
}






/* Image Gallery
-------------------------------------------------- */

.blueimp-gallery{
	background:rgba(255, 255, 255, .85);
}

.blueimp-gallery .close,
.blueimp-gallery .title {
	color: #C11F21;
	opacity:1;
}

.blueimp-gallery .prev, 
.blueimp-gallery .next {
	font-family: 'fgr';
	color: #C11F21;
	background-color: rgba(255,255,255,0);
	border-color: rgba(255,255,255,0);
	opacity:1;
	font-size:55px;
	padding-top: 5px;
	height: 36px;
}

.blueimp-gallery .close:hover,
.blueimp-gallery .prev:hover,
.blueimp-gallery .next:hover {
	color: #888;
	opacity:1;
}

.blueimp-gallery #gallery_close {
	font-family:'apcmo';
	font-size:11px;
	line-height:32px;
	vertical-align:top;
}


.blueimp-gallery >.title,
.blueimp-gallery-controls >.title,
.blueimp-gallery >.title h3 {
	font-family:'apcmo';
	color: #C11F21;
	font-size:11px;
	line-height:32px;
	vertical-align:top;
	opacity:1;
	text-transform:none;
}

.blueimp-gallery-controls >.title:hover,
.blueimp-gallery .title:hover,
.blueimp-gallery >.title h3:hover
{
	color: #C11F21;
}



/* Soundcards
-------------------------------------------------- */

.soundcards_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



/* Carousel
-------------------------------------------------- */

.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 2s;
	-o-transition: opacity ease-in-out 2s;
	-webkit-transition: opacity ease-in-out 2s;
	transition: opacity ease-in-out 2s;
	left: 0 !important;
	opacity: 0;
	top:0;
	bottom:0;
	right:0;
	position:absolute;
	width: 100%;
	height:100%;
	display:block !important;
	z-index:1;
}
.carousel.fade .item:first-child {
	top:auto;
	position:relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 2s;
	-o-transition: opacity ease-in-out 2s;
	-webkit-transition: opacity ease-in-out 2s;
	transition: opacity ease-in-out 2s;
	z-index:2;
}


