/********************************
 * Mobile styles should go first
 *******************************/
body{
	background: #f5f4ec;
	background: url('../_graphics/bg-mob.jpg') center center repeat;
	/*padding-top: 56px;*/
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



h1, h2, h3, h4, h5, p{
	margin: 0;
}

h2, h3, h4{
	font-family: 'Prata', serif;
	text-transform: uppercase;
	font-weight: normal;
}

p{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 20px;
}

a, a:visited, a:hover{
	color: #4c63a6;
}

.a-artists-black, .a-artists-black:visited{
	color: #000;
	text-decoration: none;
}

.a-artists-black:hover{
	color: #000;
	text-decoration: underline;
}

.clear{
	height: 1px;
	overflow: hidden;
	clear: both;
}

.unselectable{
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.header{
	z-index: 5;
	padding-bottom: 12px;
	background: #f5f4ec;
	background: url('../_graphics/bg-mob.jpg') center center repeat;
	width: 100%;
	/*-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 1);*/
	z-index: 100;
}

.header-inner{
	width: 300px;
	margin: 0 auto;
	padding-top: 8px;
}

.h1-logo{
	width: 110px;
	height: 36px;
	float: left;
	background-image: url(../_graphics/logo-mob.png);
}

.h1-logo a{
	width: 100%;
	height: 100%;
	display: block;
}

.featured-playlist{
	display: none;
}

.search-form{
	display: none;
}

.h2-tagline{
	font-size: 7px;
	line-height: 10px;
	letter-spacing: 0.15em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

.hr-header{
	display: none;
}

.menu-link{
	width: 32px;
	height: 28px;
	float: right;
	background-image: url(../_graphics/menu.png);
}

.menu{
	position: fixed;
	width: 222px;
	height: 100%;
	top: 0;
	z-index: 100;
	left: -280px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 1);
	background: url(../_graphics/header-pattern.gif) center top repeat;
	padding: 0 25px;
	-webkit-transition: left .4s ease-in-out;
	-moz-transition: left .4s ease-in-out;
	-ms-transition: left .4s ease-in-out;
	-o-transition: left .4s ease-in-out;
	transition: left .4s ease-in-out;
}

.h2-menu{
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-top: 14px;
	height: 32px;
	padding-bottom: 11px;
	border-bottom: #9498a5 solid 2px;
	margin-bottom: 16px;
	padding-right: 18px;
}

.h2-menu-close{
	float: left;
	width: 18px;
	background: url(../_graphics/menu-arrow.png) left top no-repeat;
	height: 32px;
	display: block;
}

.menu ul{
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Prata', serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.menu li{
	color: #fff;
	margin-bottom: 20px;
}

.menu a, .menu a:visited{
	padding: 5px 20px 3px;
	color: #fff;
	text-decoration: none;
}

.li-timeline, .li-tv, .li-artists{
	display: none;
}

body#spotlight .li-spotlight a, body#spotlight .li-spotlight a:visited,
body#news .li-news a, body#news .li-news a:visited,
body#blue-note-tv .li-tv a, body#blue-note-tv .li-tv a:visited,
body#blue-note-tv .li-tv-mob a, body#blue-note-tv .li-tv-mob a:visited,
body#artists .li-artists a, body#artists .li-artists a:visited,
body#artists .li-artists-mob a, body#artists .li-artists-mob a:visited,
body#timeline .li-timeline a, body#timeline .li-timeline a:visited,
body#shop .li-shop > a, body#shop .li-shop > a:visited,
body#subscribe .li-subscribe a, body#subscribe .li-subscribe a:visited{
	color: #293147;
	background: #fff;
}

body#shop .li-shop-us{
	color: #293147;
	padding: 5px 5px 3px;
	width: 150px;
	margin: 10px auto 16px;
	background:#FFF;
}

body#shop .li-shop-us a{
	color: #293147;
}

.li-shop{
	position:relative;
}

.li-shop > a{
	display:none;
}

#shop_menu{
	width: 100%;
	background: none;
	position: relative;
	padding: 0;
	left: 0;
	top: 0;
	display: block;
}

#shop_menu li{
	margin-bottom:16px;
	text-align:center;
	float:none;
	display:block;
}

.header-bar{
	background: url(../_graphics/header-pattern.gif) center top repeat;
	margin-bottom: 12px;
}

.header-bar-inner{
	margin: 0 34px;
	padding: 13px 0 10px;
}

.header-bar-inner h2{
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.left-col, .right-col, .faux-right-col{
	display: none;
}

.left-col h2, .faux-left-col h2, .right-col h2{
	font-size: 16px;
	margin: 0 15px 15px;
	padding-bottom: 8px;
	border-bottom: black solid 1px;
	text-align: center;
}

/* MOBILE CAROUSEL */
.full-width-carousel{
	width: 100%;
	position: relative;
	background: black;
	overflow: hidden;
	height: 0;
	margin-bottom: 16px;
}

.full-width-carousel-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.full-width-carousel-dummy{
	position: relative;
	margin: 0 30px;
	height: 100%;
	/*z-index: 14;*/
}

.full-width-carousel-item{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	/*z-index: 12;*/
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-ms-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear;
}

.full-width-carousel-item-inner{
	width: 100%;
	height: 100%;
}

.full-width-carousel-item-inner img{
	width: 100%;
	height: auto;
}

.full-width-carousel .current{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	/*z-index: 10;*/
}

.a-full-width-carousel-right, .a-full-width-carousel-left, .a-shop-carousel-right{
	width: 24px;
	height: 47px;
	background-image: url(../_graphics/arrows-carousel.png);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.a-full-width-carousel-right, .a-full-width-carousel-left{
	position: absolute;
	top: 50%;
	z-index: 15;
	margin-top: -24px;
}

.a-full-width-carousel-right:hover, .a-full-width-carousel-left:hover, .a-shop-carousel-right:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.a-full-width-carousel-left{
	background-position: 0 0;
	left: 2px;
}

.a-full-width-carousel-right{
	background-position: -24px 0;
	right: 2px;
}

/* HOME PAGE MOBILE */
.featured-carousel{
	padding-bottom: 48%;
	border-top: #fff solid 10px;
	border-bottom: #fff solid 10px;
}

.featured-carousel .full-width-carousel-item-inner{
	position: relative;
	/*z-index: 10;*/
}

.featured-carousel h2{
	position: absolute;
	top: 67%;
	width: 96%;
	left: 2%;
	text-align: center;
	font-weight: normal;
	/*padding: 6px 2px 4px 12px;
	max-width: 75%;
	float: left;*/
	font-family: 'Prata', serif;
	font-size: 18px;
	line-height: 21px;
	color: white;
	text-transform: none;
}

/*.featured-carousel h2 span, .featured-carousel h3 span{*/
.featured-carousel-bg{
	background: url(../_graphics/carousel-bg.png) center center repeat;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*z-index: 11;*/
}

.featured-carousel h3{
	position: absolute;
	font-family: 'Prata', serif;
	font-size: 36px;
	letter-spacing: 0.1em;
	color: white;
	text-transform: uppercase;
	width: 300px;
	left: 50%;
	text-align: center;
	margin-left: -150px;
	bottom: 40%;
	font-weight: normal;
}

.featured-carousel .play-button{
	top: 34%;
}

.hr-carousel{
	color: #fff;
	border: none;
	width: 100px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 56%;
	left: 50%;
	margin-left: -53px; 
}

.featured-carousel .responsive_video{
	position: absolute;
	top: 0;
	left: 0;
}

body#home .left-col{
	display: block;
}

body#home .odd.video-item{
	margin-bottom: 52px;
}

.shop-section{
	background: url(../_graphics/header-pattern.gif) center top repeat;
	background: -moz-linear-gradient(left,  rgba(21,28,47,1) 0%, rgba(21,28,47,0) 11%, rgba(21,28,47,0) 89%, rgba(21,28,47,1) 100%), url(../_graphics/header-pattern.gif) center top repeat;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(21,28,47,1)), color-stop(11%,rgba(21,28,47,0)), color-stop(89%,rgba(21,28,47,0)), color-stop(100%,rgba(21,28,47,1))), url(../_graphics/header-pattern.gif) center top repeat;
	background: -webkit-linear-gradient(left,  rgba(21,28,47,1) 0%,rgba(21,28,47,0) 11%,rgba(21,28,47,0) 89%,rgba(21,28,47,1) 100%), url(../_graphics/header-pattern.gif) center top repeat;
	background: -o-linear-gradient(left,  rgba(21,28,47,1) 0%,rgba(21,28,47,0) 11%,rgba(21,28,47,0) 89%,rgba(21,28,47,1) 100%), url(../_graphics/header-pattern.gif) center top repeat;
	background: -ms-linear-gradient(left,  rgba(21,28,47,1) 0%,rgba(21,28,47,0) 11%,rgba(21,28,47,0) 89%,rgba(21,28,47,1) 100%), url(../_graphics/header-pattern.gif) center top repeat;
	background: linear-gradient(to right,  rgba(21,28,47,1) 0%,rgba(21,28,47,0) 11%,rgba(21,28,47,0) 89%,rgba(21,28,47,1) 100%), url(../_graphics/header-pattern.gif) center top repeat;
	padding: 13px 15px;
	margin-bottom: 16px;
}

.shop-section-inner{
	max-width: 800px;
	margin: 0 auto;
	height: 110px;
}

.shop-carousel-container{
	width: auto;
	min-width: 123px;
	margin: 0 59px 0 109px;
	overflow: hidden;
	float: none;
}

.shop-carousel-inner a{
	display: block;
	float: left;
	width: 123px;
	text-align: center;
}

.h2-home-shop{
	width: 97px;
	height: 76px;
	float: left;
	margin-top: 12px;
	background-image: url(../_graphics/h2-home-shop.png);
	margin-right: 12px;
}

.a-shop-carousel-right{
	background-position: -24px 0;
	float: right;
	margin: 34px 0 0 12px;
}

.history-section .left-col, .history-section .right-col{
	padding: 0;
}

.history-section .left-col p{
	font-size: 14px;
	line-height: 16px;
	padding: 0 15px;
}

.history-day, .history-month{
	margin-right: 23px;
}

.history-day, .history-month{
	margin-right: 23px;
}

.history-items h3{
	letter-spacing: 0.3em;
	font-size: 14px;
	padding-bottom: 4px;
	border-bottom: #000 solid 1px;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
}

.history-items p{
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

.history-items p a, .history-items p a:visited{
	text-decoration: none;
}

.history-items p a:hover{
	text-decoration: underline;
}

.history-day, .history-month{
	margin-bottom: 24px;
}

.a-twitter-link{
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Prata', serif;
	margin-bottom: 15px;
	text-decoration: none;
	display: block;
}

.a-twitter-link:hover{
	text-decoration: underline;
}

.p-tweet{
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 12px;
	border-bottom: #000 solid 1px;
	color: #1f1e1b;
}

.p-tweet a{
	text-decoration: none;
}

.p-tweet a:hover{
	text-decoration: underline;
}

.h3-twitter{
	background: url(../_graphics/twitter.png) left top no-repeat;
	padding-left: 26px;
	letter-spacing: 0;
	font-size: 12px;
	color: #1f1e1b;
	height: 16px;
	line-height: 16px;
}

/* SPOTLIGHT PAGE MOBILE */
.spotlight-carousel{
	padding-bottom: 33%;
	margin-bottom: 16px;
}

.full-width-image{
	margin-bottom: 16px;
}

.full-width-image img{
	width: 100%;
	height: auto;
}

.spotlight-header img{
	width: 100%;
	height: auto;
}

.featured-spotlight-inner h2, .spotlight-item h2{
	padding: 0 15px;
	font-size: 14px;
	margin-bottom: 3px;
}

.featured-spotlight-inner h2 a, .spotlight-item h2 a{
	text-decoration: none;
}

.featured-spotlight-inner .full-width-image, .spotlight-header{
	margin-bottom: 10px;
}

.spotlight-item .shares{
	display: none;
}

.a-spotlight-read-more{
	display: none;
}

.spotlight-short-teaser{
	padding: 0 15px;
}

.history-section{
	padding: 15px 0;
	background: url(../_graphics/history-tile.jpg) center center repeat;
	margin-bottom: 16px;
}

.history-section .central-col{
	padding: 0 15px;
}

.history-section .right-col{
	display: block;
}

.history-section .right-col h2{
	text-align: center;
}

.social-links{
	width: 200px;
	margin: 0 auto 24px;
}

.social-links a{
	width: 36px;
	height: 36px;
	background-image: url(../_graphics/socs-mob.png);
	margin: 0 7px;
	float: left;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.social-links a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.social-links .a-twitter	{ background-position: 0 0; }
.social-links .a-facebook	{ background-position: -36px 0; }
.social-links .a-pinterest	{ background-position: -72px 0; }
.social-links .a-youtube	{ background-position: -108px 0; }

/* NEWS PAGE MOBILE */
.news-header{
	border-bottom: #000 solid 1px;
	margin-bottom: 8px;
}

.news-item, .news-post-full{
	margin-bottom: 20px;
	padding: 0 15px;
}

.news-item h2, .news-post-full h2{
	font-size: 14px;
}

.news-item h2 a{
	text-decoration: none;
}

.news-post-full img{
	max-width: 100%;
	height: auto;
}

.news-item .h3-date, .news-post-full .h3-date{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 24px;
	clear: left;
}

.news-item .h3-date{
	margin-bottom: 8px;
}

.news-item p:last-child{
	margin-bottom: 0;
}

.shares{
	margin-bottom: 16px;
}

body#news .shares, body#spotlight .shares{
	padding: 0 15px;
}

body#news .faux-left-col, body#news .faux-right-col{
	display: block;
}

.a-news-newer, .a-news-older, .a-news-newer:visited, .a-news-older:visited{
	height: 32px;
	background-image: url(../_graphics/arrows.png);
	background-repeat: no-repeat;
	font-family: 'Prata', serif;
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 32px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.a-news-newer{
	float: left;
	background-position: 0 0;
	padding-left: 28px;
	margin-left: 15px;
}

.a-news-older{
	float: right;
	background-position: right -32px;
	padding-right: 28px;
	margin-right: 15px;
}

.news-image-wrap{
	margin-bottom: 16px;
}

.news-image-wrap img{
	width: 100%;
	height: auto;
}

/* BLUE NOTE TV PAGE MOBILE */
.play-button{
	width: 89px;
	height: 89px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background-image: url(../_graphics/play-button.png);
}

.latest-video-image:hover .play-button, .video-image-wrap a:hover .play-button{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.video-item{
	margin-bottom: 24px;
}

.video-image-wrap{
	position: relative;
}

.video-image-wrap img{
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.video-item h2{
	font-size: 14px;
	padding: 0 15px;
}

.video-item h2 a{
	text-decoration: none;
}

.video-player-container{
	margin-bottom: 16px;
}

.fb-comments-wrap{
	padding: 0 15px;
}

.fb-comments, .fb-comments span, .fb-comments iframe{
	width: 100% !important;
}

/* ARTIST PAGE MOBILE */
body#artists .header-bar{
	margin-bottom: 0;
}

.artist-item, .artist-item-text{
	margin-bottom: 24px;
}

.artist-image-links img{
	width: 100%;
	height: auto;
}

.artist-image-links{
	margin-bottom: 6px;
}

.recording-dates{
	color: #566089;
	margin-left: 15px;
}

.recording-dates h4{
	text-transform: none;
	font-size: 20px;
	margin-bottom: 4px;
}

.recording-dates h3{
	text-transform: none;
	font-size: 38px;
}

body#artists .central-col p, body#artists .central-col .shares{
	padding: 0 15px;
}

.artist-image-wrap{
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 38%;
	position: relative;
	margin-bottom: 8px;
}

.artist-image-wrap img{
	width: 100%;
	height: auto;
	position: absolute;
	top: -48%;
	left: 0;
}

.artist-image-wrap .artist-image-override{
	top: 0;
	margin-top: 0;
}

.artist-image-wrap .no-artist-image{
	top: 0;
}

.artist-item h2{
	padding: 0 15px;
}

.artist-item h2, .artist-item-text h2{
	font-size: 14px;
}

.artist-item-text{
	margin: 14px 15px 0;
}

.artist-item-text h2{
	padding: 9px 0 0;
	border-top: #000 solid 1px;
}

.artist-item h2 a, .artist-item-text h2 a{
	text-decoration: none;
}

.artist-links-container{
	padding: 8px 15px;
	line-height: 32px;
}

.a-facebook, .a-twitter{
	width: 32px;
	height: 32px;
	float: right;
	background-image: url(../_graphics/socs-large.png);
}

.a-facebook{
	margin-left: 5px;
	background-position: -32px 0;
}

.a-twitter{
	background-position: 0 0;
}

.a-site{
	text-decoration: none;
	font-size: 14px;
}

.a-site:hover{
	text-decoration: underline;
}

.artist-releases-mobile{
	padding: 0 15px 15px;
}

.tagged-releases{
	padding: 0 15px;
}

.a-release-packshot{
	margin-bottom: 10px;
}

.artist-release{
	width: 50%;
	float: left;
	margin-bottom: 24px;
}

.artist-release:nth-child(2n+1) .a-release-packshot,
.artist-release:nth-child(2n+1) h3,
.artist-release:nth-child(2n+1) h4{
	margin-right: 8px;
}

.artist-releases-mobile .even{
	clear: left;
}

.artist-release:nth-child(2n) .a-release-packshot,
.artist-release:nth-child(2n) h3,
.artist-release:nth-child(2n) h4{
	margin-left: 8px;
}

.a-release-packshot > a > img{
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}

.release-link-wrap{
}

.a-release-link{
	width: 100%;
	height: 19px;
	display: block;
	margin: 0 auto;
	background: url(../_graphics/release-link.png) 0 0 no-repeat;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: -moz-linear-gradient(top, #38425e 0%, #272f45 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38425e), color-stop(100%,#272f45));
	background: -webkit-linear-gradient(top, #38425e 0%,#272f45 100%);
	background: -o-linear-gradient(top, #38425e 0%,#272f45 100%);
	background: -ms-linear-gradient(top, #38425e 0%,#272f45 100%);
	background: linear-gradient(to bottom, #38425e 0%,#272f45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38425e', endColorstr='#272f45',GradientType=0 );
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding-top: 2px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
}

.release-link-wrap > .a-release-link{
	display: none;
}

.release-image-links .a-release-link{
	width: 105px;
	margin: 15px;
}
.a-release-link, .a-release-link:visited, .a-release-link-spotify, .a-release-link-spotify:visited{
	color: #fff;
}

.a-release-link:hover, .a-release-link-spotify:hover{
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.a-release-link-spotify{
	display: none;
}

.artist-release h3{
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 4px;
	text-align: left;
}

.artist-release h3 a, .artist-release h3 a:visited{
	color: #4C63A6;
	text-decoration: none;
}

.artist-release h3 a:hover{
	text-decoration: underline;
}

.artist-release h4{
	font-size: 11px;
	text-align: left;
	color: #333333;
}

body .emi_buy_button{
	margin: 0;
	display: block;
}

.artist-releases-mobile h2{
	font-size: 16px;
	margin: 0 0 15px;
	padding-bottom: 8px;
	border-bottom: black solid 1px;
}

.release-image-links > img{
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 800px){

	#shop_menu{
		display:block;
	}

	.artist-carousel-inner{	
		width: auto !important;
	}

	.carousel-segment{
		width: auto !important;
	}

	.footer .left-col, .footer .central-col, .footer .right-col{
		float: none;
		width: auto;
	}

	.featured-spotlight-teaser{
		padding: 0 15px;
		-webkit-line-clamp:4;
		overflow:hidden;
		text-overflow:ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		height: 80px;
		margin-bottom: 20px;
	}

	.featured-carousel h2{
		bottom: 20px;
	}

	body#home .news-header{
		border-bottom: none;
	}

	.history-section .left-col h2 br{
		display: none;
	}

	.history-section .right-col{
		position: relative;
		top: 175px;
	}

	.history-items{
		position: relative;
		bottom: 93px;
	}

	.a-news-newer, .a-news-older, .a-news-newer:visited, .a-news-older:visited{
		width: 100px;
		line-height: 16px;
	}

	.a-news-older{
		text-align: right;
	}

	video{
		display: none;
	}

	video.show{
		display: block;
	}
}

/* SHOP PAGE MOBILE */
.shop-item{
	margin: 0 34px 18px;
}

.shop-item .price, .shop-item .sizes{
	display: none;
}

.shop-item-overlay, .shop-item-overlay:visited{
	color: #2b3349;
	font-family: 'Prata', serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
	display: block;
}

/* SUBSCRIBE PAGE MOBILE */
.data-row{
	margin: 0 34px 24px;
	line-height: 27px;
}

.select-country{
	width: 100%;
}

.data-row label{
	display: block;
	font-family: 'Prata', serif;
	text-transform: uppercase;
	color: #4c63a6;
	font-size: 14px;
}

.input-text{
	display: block;
	padding: 2px;
	height: 25px;
	width: 100%;
	line-height: 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input-signup{
	float: right;
	width: 201px;
	height: 27px;
	font-family: 'Prata', serif;
	color: #fff;
	font-size: 11px;
	background: #171e33;
	border: #20305f solid 1px;
	-webkit-box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-ms-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear;
}

.input-signup:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.p-subscribe-errors{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background: #111724;
	color: #A29E8B;
	min-height:16px;
	height:auto !important;
	height:16px;
	font-size: 14px;
	line-height: 16px;
	padding: 4px;
}

body#subscribe .show{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.a-privacy-policy, .span-required{
	font-size: 12px;
	font-family: 'Prata', serif;
	padding: 0 15px;
}

.span-required{
	color: #4C63A6;
}

.a-privacy-policy, .a-privacy-policy:visited{
	color: #000;
	margin-bottom: 36px;
}

body#subscribe .central-col p{
	margin-bottom: 70px;
	padding: 0 15px;
}

/* FOOTER MOBILE */
.footer{
	background: #1a1a1a;
	padding: 15px;
	margin-top: 18px;
	text-align: center;
}

.footer .left-col, .footer .central-col, .footer .right-col{
	display: block;
}

.footer .central-col{
	font-size: 11px;
	line-height: 26px;
	color: #4c63a6;
	text-transform: uppercase;
}

.footer .central-col a, .footer .central-col a:visited{
	color: #4c63a6;
	text-decoration: none;
}

.footer .central-col a:hover{
	color: #677cb9;
	text-decoration: none;
}

.footer-links-right, .footer-links-left{
	width: 100%;
}

.a-subscribe-footer, .a-subscribe-footer:visited{
	display: block;
	width: 177px;
	height: 26px;
	line-height: 26px;
	font-family: 'Prata', serif;
	color: #4C63A6;
	font-size: 11px;
	background: #171e33;
	border: #20305f solid 1px;
	-webkit-box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-ms-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear;
	margin: 0 auto 16px;
}

.footer .right-col{
	margin-bottom: 16px;
}

.footer-shares{
	border-bottom: #cac8ba solid 1px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.footer-shares .fb-like{
	position: relative;
	top: 2px;
	margin-left: 16px;
}

.span-thanks{
	font-family: 'Prata', serif;
	font-style: italic;
	color: #d7d4c5;
	font-size: 11px;
}

/* TIMELINE PAGE - This won't be on the mobile app, so just build outside of the media queries. */
.releases-carousel{
	height: 376px;
	width: 100%;
	overflow: hidden;
	background: url(../_graphics/loader.gif) center center no-repeat;
}

.releases-carousel-nb{
	background: none;
}

.releases-carousel-no-results{
	height: 376px;
	width: 100%;
	line-height: 376px;
	text-align: center;
	display:none;
}

.releases-carousel-inner{
	position: relative;
	height: 100%;
	display: none;
}

.releases-carousel > .current{
	display: block;
}

.carousel-release{
	width: 216px;
	height: 216px;
	position: absolute;
	top: 72px;
	right: -216px;
	z-index: 1;
	background: #000;
}

.carousel-release img{
	width: 100%;
	height: 100%;
}

.shadow-left{
	width: 26px;
	height: 29px;
	position: absolute;
	left: -26px;
	bottom: -16px;
	background: url(../_graphics/shadow-left.png) 0 0 no-repeat;
}

.shadow-right{
	width: 25px;
	height: 29px;
	position: absolute;
	right: -25px;
	bottom: -16px;
	background: url(../_graphics/shadow-right.png) 0 0 no-repeat;
}

.shadow-centre{
	width: 100%;
	height: 16px;
	position: absolute;
	left: 0;
	bottom: -16px;
	background: url(../_graphics/shadow-centre.png) center top repeat-x;
}

.release-links-container{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.current .release-links-container{
	z-index: 2;
}

.carousel-nav{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 55;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.current > .carousel-nav{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 1;
}

.timeline{
	max-width: 868px;
	margin: 0 auto 12px;
	padding: 0 12px;
	font-family: 'Prata', serif;
}

.timeline-slider-container{
	padding: 21px 75px 21px 75px;
	height: 1px;
	margin-left: 137px;
	background: url(../_graphics/timeline_bg.gif) right center no-repeat;
	position: relative;
}

.timeline-slider{
	border-top: #989390 solid 1px;
	border-bottom: #989390 solid 1px;
	position: relative;
}

.timeline-marking{
	width:2px;
	background: #989390;
	height: 10px;
	position: absolute;
	top: -5px;
}

.borderradius .timeline-dragger{
	width: 54px;
	height: 54px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	margin-top: -27px;
	margin-left: -27px;
	background: url(../_graphics/dragger.gif) center 20px no-repeat, -moz-linear-gradient(top, #687cc5 0%, #4a5ea8 100%);
	background: url(../_graphics/dragger.gif) center 20px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#687cc5), color-stop(100%,#4a5ea8));
	background: url(../_graphics/dragger.gif) center 20px no-repeat, -webkit-linear-gradient(top, #687cc5 0%,#4a5ea8 100%);
	background: url(../_graphics/dragger.gif) center 20px no-repeat, -o-linear-gradient(top, #687cc5 0%,#4a5ea8 100%);
	background: url(../_graphics/dragger.gif) center 20px no-repeat, -ms-linear-gradient(top, #687cc5 0%,#4a5ea8 100%);
	background: url(../_graphics/dragger.gif) center 20px no-repeat, linear-gradient(to bottom, #687cc5 0%,#4a5ea8 100%);
	-webkit-box-shadow:  0 0 1px 0 rgba(0, 0, 0, 0.73), inset 0 0 1px 0 rgba(255, 255, 255, 0.44);
	-moz-box-shadow:  0 0 1px 0 rgba(0, 0, 0, 0.73), inset 0 0 1px 0 rgba(255, 255, 255, 0.44);
    box-shadow:  0 0 1px 0 rgba(0, 0, 0, 0.73), inset 0 0 1px 0 rgba(255, 255, 255, 0.44);
}

.timeline-dragger{
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
	cursor: hand;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	margin-left: -28px;
	background: url(../_graphics/dragger.png) 0 0 no-repeat
}

.timeline-dragger:active{
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.timeline-current-year-container{
	z-index: 5;
	position: absolute;
	top: 0;
	left: 36px;
	height: 28px;
	margin-top: -14px;
}

.timeline-current-year{
	float: left;
	height: 28px;
	width: 46px;
	color: #faf4e6;
	font-size: 16px;
	line-height: 28px;
	padding: 1px 3px 2px 8px;
	text-align: center;
	background: url(../_graphics/timeline-year.png) 0 0 no-repeat;
}

.timeline-low-year, .timeline-high-year{
	position: absolute;
	top: 13px;
	font-size: 16px;
	color: #e2dad0;
}

.timeline-low-year{
	left:8px;
}

.timeline-high-year{
	right:8px;
}

.timeline-dropdown-container{
	width: 130px;
	height: 43px;
	position: absolute;
	z-index: 20;
}

.timeline-dropdown-inner{
	position: static;
	overflow: hidden;
	height: 43px;
	-webkit-border-radius: 21px 0px 0px 21px;
	border-radius: 21px 0px 0px 21px;
}

.timeline-down{
	float:right;
	width:30px;
	height: 43px;
	display: block;
	position: relative;
	z-index: 6;
	background: url(../_graphics/timeline_dropdown2.png) center center repeat;
}

.timeline-down span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../_graphics/timeline_dropdown.gif) center center no-repeat;
}

#timeline-button{
	position:absolute;
	top:0;
	left:0;
	width: 130px;
}

.timeline-current{
	font-size: 16px;
	color: #f9f3e6;
	text-align: center;
	z-index: 5;
	position: relative;
	background: url(../_graphics/timeline_bg.gif) center center no-repeat;
	height: 43px;
	line-height: 43px;
	-webkit-border-radius: 21px 0 0 21px;
	border-radius: 21px 0 0 21px;
}

.open .timeline-current{
	-webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.25);
	box-shadow:  0 6px 7px 0 rgba(0, 0, 0, 0.25);
}

.timeline-dropdown{
	position: absolute;
	top: 22px;
	overflow: hidden;
	left: 0;
	width: 130px;
	height: 0;
	background: #3d3e46;
	background: rgba(61, 62, 70, 0.9);
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.timeline-dropdown-2{
	padding:26px 0 5px;
}

.timeline-dropdown a{
	display: block;
	text-align: center;
	font-size: 14px;
	color:#adaaa2;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
}

.timeline-dropdown a:hover{
	color: #f9f3e6;
	text-decoration: none;
}

.open .timeline-dropdown-inner{
	-webkit-border-radius: 21px 0 4px 4px;
	border-radius: 21px 0 4px 4px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
}

.release-info{
	border-top: #96938C solid 1px;
	border-bottom: #96938C solid 1px;
	text-align: center;
	height: 28px;
	margin: 0 auto;
	max-width: 780px;
	margin-bottom: 10px;
	padding-top: 6px;
	text-transform: uppercase;
}

.release-info h3{
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.release-info h3 a, .release-info h3 a:visited{
	color: #000000;
	text-decoration: none;
}

.release-info h3 a:hover{
	color: #000000;
	text-decoration: underline;
}

.filter-box{
	position: relative;
	max-width: 868px;
	margin: 0 auto 110px;
	padding: 0 12px;
}

.filter-group{
	float:left;
	width: 32%;
}

.filter-years{
	position:relative;
	margin-top: 9px;
}

.filter-container .filter-years h3{
	border-bottom: none;
}

.filter-instruments{
	float:right;
	width: 63%;
	position: relative;
}

.filter-container h3{
	font-size: 18px;
	color: #434343;
	padding: 10px 0 4px;
	text-transform: uppercase;
	border-bottom: #95918C solid 1px;
	margin-bottom: 9px;
}

.filter-sector{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: #c6c0b8 solid 1px;
}

.filter-sector:last-child{
	margin-bottom: 0;
}

.filter-sector p{
	color: #000;
	opacity: 0.7;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 0;
	padding-top: 3px;
}

.a-sector-read-more, .a-sector-read-more:visited{
	color: #000;
	opacity: 0.7;
	font-size: 11px;
	line-height: 14px;
	text-decoration: underline;
}

.a-sector-read-more:hover{
	text-decoration: none;
}

.filter-sector-button{
	font-family: 'Prata', serif;
	background: #E4E1DA;
	background: rgba(170, 166, 160, 0.24);
	float: left;
	color: #444444;
	font-size: 13px;
	padding: 16px 0 18px 18px;
	width: 88px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 12px;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
	z-index: 10;
	position: relative;
	text-decoration: none;
}

.filter-sector-button:hover{
	text-decoration: none;
	color: #444444;
	background: #CECBC2;
	background: rgba(170, 166, 160, 0.5);
}

.filter-sector-button.selected{
	color: #f6efe5;
	background: url(../_graphics/sector_selected.gif) 0 0 no-repeat;
}

#filter-container{
	border-bottom: #c6c0b8 solid 1px;
}

.years-dropdown-container{
	height: 31px;
	width: 65%;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	line-height: 31px;
	font-family: 'Prata', serif;
	float: left;
	text-align: center;
	font-size: 13px;
	position: absolute;
	top:0;
	right:0;
	overflow: hidden;
	-webkit-transition: height .2s linear;
	-moz-transition: height .2s linear;
	-ms-transition: height .2s linear;
	-o-transition: height .2s linear;
	transition: height .2s linear;
}

.current-years{
	background: url(../_graphics/instruments_dropdown2.png) center center repeat;
	z-index: 10;
	position: relative;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding-left: 31px;
}

.filled .current-years{
	color: #faf4eb;
	background: url(../_graphics/dropdown-selected.png) center center repeat;
}

.open .current-years{
	z-index: 13;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
}

.years-down{
	width: 35px;
	height: 31px;
	float: right;
	position: relative;
	z-index: 11;
	-webkit-border-radius: 0 9px 9px 0;
	border-radius: 0 9px 9px 0;
	background: #20201E;
	background: rgba(0, 0, 0, 0.5);
}

.years-down span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../_graphics/dropdown-arrow.png) center center no-repeat;
}

.open .years-down{
	z-index: 14;
}

.open .years-dropdown{
	z-index: 12;
	position: relative;
	top: -31px;
	left: 0;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
}

.years-dropdown{
	z-index: 1;
	background: #D5CEC5;
	background: rgba(213, 206, 197, 0.96);
	padding: 41px 0 5px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}

.years-item{
	display: block;
	font-size: 12px;
	color: #3d3e46;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
}

.instrument-dropdown-container{
	height: 31px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	line-height: 31px;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 13px;
	position: absolute;
	overflow: hidden;
	-webkit-transition: height .2s linear;
	-moz-transition: height .2s linear;
	-ms-transition: height .2s linear;
	-o-transition: height .2s linear;
	transition: height .2s linear;
	font-family: 'Prata', serif;
}

.odd .instrument-dropdown-inner{
	padding-right:8px;
}

.even .instrument-dropdown-inner{
	padding-left:8px;
}

.current-instrument{
	background: #F4F2E2 url(../_graphics/instruments_dropdown2.png) center center repeat;
	z-index: 10;
	position: relative;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding-left: 31px;
}

.instrument-icon{
	width: 55px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../_graphics/instruments.gif) 0 0 no-repeat;
}

.filled .current-instrument{
	color: #faf4eb;
	background: url(../_graphics/dropdown-selected.png) center center repeat;
}

.filled .current-instrument .instrument-icon{
	background-image: url(../_graphics/instruments-dark.gif);
}

.open .current-instrument{
	z-index: 13;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
}

.brass { top: 43px; left: 0; }
.keyboards { top: 43px; right: 0; }
.guitar { top: 93px; left: 0; }
.saxophone { top: 93px; right: 0; }
.strings { top: 143px; left: 0; }
.percussion { top: 143px; right: 0; }
.vocals { top: 193px; left: 0; }
.bass { top: 193px; right: 0; }
.woodwinds { top: 243px; left: 0; }
.miscellaneous { top: 243px; right: 0; }

.brass .instrument-icon	{ background-position: 16px 2px; }
.guitar .instrument-icon	{ background-position: 16px -32px; }
.strings .instrument-icon	{ background-position: 16px -63px; }
.vocals .instrument-icon	{ background-position: 16px -96px; }
.keyboards .instrument-icon	{ background-position: 16px -128px; }
.saxophone .instrument-icon	{ background-position: 16px -160px; }
.percussion .instrument-icon	{ background-position: 16px -192px; }
.bass .instrument-icon	{ background-position: 16px -224px; }
.woodwinds .instrument-icon	{ background-position: 16px -256px; }
.miscellaneous .instrument-icon{ background-position: 16px -288px; }

.instrument-down{
	width: 35px;
	height: 31px;
	float: right;
	position: relative;
	z-index: 11;
	-webkit-border-radius: 0 9px 9px 0;
	border-radius: 0 9px 9px 0;
	background: #DAD5CA;
	background: rgba(208, 202, 190, 0.5);
}

.instrument-down span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../_graphics/instruments_dropdown.gif) center center no-repeat;
}

.filled .instrument-down{
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}

.filled .instrument-down span{
	background: url(../_graphics/dropdown-cross.png) center center no-repeat;
}

.open .instrument-down{
	z-index: 14;
}

.open .instrument-dropdown{
	z-index: 12;
	position: relative;
	top: -31px;
	left: 0;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
}

.open .instrument-dropdown-scroller{
	max-height: 310px;
	overflow: auto;
}

.instrument-dropdown{
	z-index: 1;
	background: #D5CEC5;
	background: rgba(213, 206, 197, 0.96);
	padding: 41px 0 5px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}

.instrument-item{
	display: block;
	font-size: 12px;
	color: #3d3e46;
	line-height: 20px;
	text-decoration: none;
	height: 20px;
}

.filter-button{
	background: #43413f;
	display: block;
	float: right;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	height: 25px;
	color: #f6eee4;
	line-height: 25px;
	text-align: center;
	margin: 16px 0 0 8px;
	width: 142px;
	font-size: 13px;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
	font-family: 'Prata', serif;
	text-decoration: none;
}

.filter-button:hover{
	text-decoration: none;
	background: #676461;
	color: #f6eee4;
}

.filter-button:active{
	opacity: 0.5;
}

/* SHOP PAGE */
.shop-item img{
	width: 100%;
	height: auto;
}

/*****************************
 *  Now that you have styled your
 *  mobile site - use media queries
 *  to make it look nicer on larger browsers
 ****************************/

@media screen and (min-width: 800px){
	body .mo{
		display: none;
	}

.li-shop #shop_menu .li-shop-us{
color: #293147;
padding: 0;
width: 100%;
margin: 0 auto 10px;
}

body#shop .li-shop #shop_menu .li-shop-uk a,
body#shop .li-shop #shop_menu .li-shop-us a{
	color:#293147;
}

body#shop .li-shop #shop_menu .li-shop-uk:hover a,
body#shop .li-shop #shop_menu .li-shop-us:hover a{
	color: #5C7CE0;
}


	.li-shop:hover #shop_menu{
		display:block;
	}

	.li-shop{
		position:relative;
	}

	.li-shop > a{
		display:block;
	}

#shop_menu{
	width:90px;
	background: #F5F4EC;
	position:absolute;
	padding:10px 7px 0;
	z-index:1000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 5px 7px 12px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 7px 12px 2px rgba(0, 0, 0, 0.25);
	left:-27px;
	top:14px;
	display:none;
}

#shop_menu li{
	margin-bottom:10px;
	text-align:center;
	float:none;
	display:block;
}

	body{
		background: #f5f4ec;
		background-image: url('../_graphics/bg.jpg');
		background-position: center top;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background-attachment: fixed;
		padding: 0;
	}

	/* HEADER */
	.header{
		position: static;
		width: auto;
		max-width: 1130px;
		margin: 0 auto;
		padding: 0 12px;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header-inner{
		padding: 26px 220px 0;
		position: relative;
		width: auto;
	}

	.h1-logo{
		width: 191px;
		height: 62px;
		background-image: url(../_graphics/logo.png);
		position: absolute;
		top: 27px;
		left: 0;
		float: none;
	}

	.featured-playlist{
		position: absolute;
		top: 12px;
		right: -12px;
		display: block;
	}

	.h2-tagline{
		font-size: 11px;
		line-height: 15px;
	}

	.hr-header{
		color: #000;
		background-color: #000;
		height: 1px;
		width: 100%;
		border: 0;
		margin: 7px 0 16px;
		display: block;
	}

	.menu-link{
		display: none;
	}

	.search-form{
		float: right;
	}

	.menu{
		position: static;
		width: auto;
		height: auto;
		top: 0;
		left: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
		padding: 0;
	}

	.h2-menu{
		display: none;
	}

	.menu ul{
		font-size: 11px;
		letter-spacing: 0.1em;
		text-align: justify;
	}

	.menu li{
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		margin: 0;
	}

	.menu .li-tv-mob, .menu .li-artists-mob{
		display: none;
	}

	.menu a, .menu a:visited{
		color: #000;
		text-decoration: none;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		padding: 0;
	}

	.menu a:hover{
		color: #5c7ce3;
	}

	.menu .li-invisible{
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		width: 117px;
		height: 1px;
		overflow: hidden;
	}

	body#spotlight .li-spotlight a, body#spotlight .li-spotlight a:visited,
	body#news .li-news a, body#news .li-news a:visited,
	body#blue-note-tv .li-tv a, body#blue-note-tv .li-tv a:visited,
	body#artists .li-artists a, body#artists .li-artists a:visited,
	body#timeline .li-timeline a, body#timeline .li-timeline a:visited,
	body#shop .li-shop a, body#shop .li-shop a:visited,
	body#subscribe .li-subscribe a, body#subscribe .li-subscribe a:visited{
		color: #5c7ce3;
		background: none;
	}

	.header-bar{
		height: 63px;
		width: 100%;
		margin-bottom: 39px;
		border-bottom: #fff solid 10px;
	}

	.header-bar-inner{
		margin: 0 auto;
		max-width: 1130px;
		position: relative;
		padding: 16px 0 0 0;
	}

	.header-bar-inner h2{
		font-size: 24px;
		line-height: 29px;
		margin: 0 220px;
	}

	.view-icon{
		width: 100%;
		height: 100%;
		background-image: url(../_graphics/display-options.png);
		background-repeat: no-repeat;
	}

	.selected-view-icon{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(../_graphics/display-options.png);
		background-repeat: no-repeat;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}

	.view-links{
		position: absolute;
		top: 2px;
		right: 86px;
	}

	.view-links a{
		height: 61px;
		width: 61px;
		float: left;
		display: block;
		position: relative;
	}

	.image-view{
		background-position: 0 0;
	}

	.text-view{
		background-position: -63px 0;
	}

	.video-view{
		background-position: -126px 0;
	}

	.view-links a:hover .selected-view-icon,
	.view-links .selected .selected-view-icon{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.view-links .selected-image-view{
		background-position: 0 -61px;
	}

	.view-links .selected-text-view{
		background-position: -63px -61px;
	}

	.view-links .selected-video-view{
		background-position: -126px -61px;
	}

	.view-links .selected .nav-arrow{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 13px;
		background: url(../_graphics/nav-arrow.png) center bottom no-repeat;
	}

	.mainwrap{
		max-width: 1130px;
		margin: 0 auto;
		position: relative;
	}

	.left-col{
		width: 196px;
		margin-right: 24px;
		float: left;
		text-align: center;
		padding-top: 90px;
		display: block;
	}

	.right-col{
		width: 196px;
		margin-left: 24px;
		float: right;
		text-align: center;
		padding-top: 90px;
		display: block;
	}

	.central-col{
		margin-left: 220px;
		margin-right: 220px;
	}

	.left-col h2, .right-col h2, .faux-left-col h2, .faux-right-col h2{
		border-bottom: #000 solid 1px;
		font-size: 18px;
		line-height: 23px;
		padding-bottom: 11px;
		margin: 0 0 16px;
		letter-spacing: 0.15em;
	}

	.shares{
		margin-bottom: 0;
	}

	/* HOME PAGE */
	.featured-carousel{
		height: 400px;
		margin-bottom: 27px;
	}

	.hr-carousel{
		top: 58%;
	}

	.featured-carousel h2{
		font-size: 29px;
		line-height: 38px;
	}

	.featured-carousel h2 span, .featured-carousel h3 span{
		padding: 0 8px;
	}

	.home-spotlight{
		position: relative;
		clear: both;
	}

	.home-tv-right-col{
		padding: 0;
	}

	.home-tv-right-col h2{
		padding: 0;
		margin-bottom: 6px;
		border: none;
	}

	.home-tv-right-col .artist-letters{
		border-bottom: black solid 1px;
		height: 95px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.home-spotlight .spotlight-item{
		height: auto;
		margin-bottom: 26px;
	}

	.history-section{
		width: 100%;
		height: 209px;
		padding: 0;
		background: url(../_graphics/history-back.png) center top  repeat-x;
	}

	.history-month{
		margin-bottom: 0;
	}

	.history-inner{
		max-width: 1130px;
		margin: 0 auto;
		padding: 30px 15px 15px;
		background: url(../_graphics/history.png);
		height: 164px;
	}

	.history-items h3{
		text-align: left;
	}

	.twitter-items, .history-items{
		float: left;
		width: 50%;
	}

	.a-twitter-link, .p-tweet, .h3-twitter{
		margin-left: 23px;
	}

	.history-section .left-col p{
		padding: 0;
	}

	.shop-section{
		padding: 13px 0;
		margin-bottom: 0;
	}

	.shop-section-inner{
		max-width: 800px;
		margin: 0 auto;
		height: 110px;
	}

	.shop-carousel-container{
		width: 615px;
		float: left;
		margin: 0;
	}

	.h2-home-shop{
		margin-right: 24px;
	}

	.a-shop-carousel-right{
		margin: 34px 0 0 24px;
	}

	.home-news-section .left-col, .home-news-section .right-col{
		padding-top: 40px;
	}

	.home-news-section .news-item{
		margin-bottom: 0;
	}

	.home-news-section .news-header{
		padding-top: 38px;
	}

	.social-links{
		width: 164px;
		margin: 0 auto 24px;
	}

	.social-links a{
		width: 27px;
		height: 27px;
		background-image: url(../_graphics/socials.png);
		margin: 0 7px;
		float: left;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.social-links .a-twitter	{ background-position: 0 0; }
	.social-links .a-facebook	{ background-position: -27px 0; }
	.social-links .a-pinterest	{ background-position: -54px 0; }
	.social-links .a-youtube	{ background-position: -81px 0; }

	/* SPOTLIGHT PAGE */
	.featured-spotlight-container{
		background: #111724;
		padding: 40px 0 22px;
		margin-bottom: 26px;
		border-bottom: #fff solid 10px;
		position: relative;
		bottom: 39px;
	}

	.featured-spotlight-inner{
		max-width: 1130px;
		margin: 0 auto;
		position: relative;
	}

	.featured-spotlight-container .full-width-image{
		height: 270px;
		width: 100%;
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.full-width-image img{
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -345px;
		width: auto;
	}

	.featured-spotlight-inner .central-col h2{
		font-size: 18px;
		letter-spacing: 0.2em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-bottom: #5c5c58 solid 1px;
		margin-bottom: 36px;
		padding: 0 0 8px;
	}

	.featured-spotlight-inner .central-col h2 a, .featured-spotlight-inner .central-col h2 a:visited{
		color: #5c7ce3;
		text-decoration: none;
	}

	.featured-spotlight-inner .central-col h2 a:hover{
		color: #5c7ce3;
		text-decoration: underline;
	}

	.featured-spotlight-teaser{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
		margin-bottom: 22px;
		padding: 0;
	}

	.featured-spotlight-teaser p{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 18px;
		color: #a29e8b;
	}

	.a-spotlight-read-more, .a-spotlight-read-more:visited{
		display: block;
		height: 32px;
		background: url(../_graphics/arrows-gold.png) right 0 no-repeat;
		font-family: 'Prata', serif;
		font-size: 14px;
		letter-spacing: 0.15em;
		line-height: 16px;
		text-transform: uppercase;
		color: #a29e8b;
		text-decoration: none;
		float: right;
		width: 90px;
		text-align: right;
		padding-right: 28px;
	}

	.a-spotlight-read-more:hover{
		background-position: right -32px;

	}

	.featured-spotlight-container .left-col, .featured-spotlight-container .right-col{
		padding-top: 67px;
	}

	.featured-spotlight-container .has-image{
		padding-top: 358px;
	}

	.featured-spotlight-container .author-details{
		margin-left: 49px;
		float: left;
		width: auto;
	}

	.spotlight-header-right{
		width: 50%;
		float: right;
	}

	.spotlight-header-right-inner{
		margin-left: 23px;
		border-bottom: black solid 1px;
		height: 124px;
	}

	.author-details{
		float: left;
		width: 84px;
		margin-bottom: 16px;
		clear: left;
	}

	.wide-author-details{
		width: 100%;
	}

	.featured-spotlight-container .author-image{
		border: #202a4a solid 3px;
	}

	.author-image{
		border: #b8b08b solid 2px;
		display: block;
		margin: 0 auto 5px;
	}

	.featured-spotlight-container .h3-author{
		font-size: 14px;
		line-height: 16px;
		width: 113px;
		margin: 0 auto;
	}

	.h3-author{
		font-size: 11px;
		line-height: 12px;
		color: #a29e8b;
	}

	.featured-shares{
		text-align: left;
		padding-left: 10px;
	}

	.featured-shares iframe{
		display: block;
	}

	body#spotlight .mainwrap .left-col .odd{
		float: right;
		clear: none;
	}

	.spotlight-item{
		width: 50%;
		float: left;
		height: 345px;
		margin-bottom: 46px;
	}

	.spotlight-inner{
		margin-right: 23px;
	}

	.odd .spotlight-inner{
		margin-left: 23px;
		margin-right: 0;
	}

	.odd .spotlight-inner h2{
		margin-left: 0;
	}

	.spotlight-header{
		height: 124px;
		border-bottom: #000 solid 1px;
		position: relative;
		margin-bottom: 8px;
		overflow: hidden;
	}

	.spotlight-header img{
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -161px;
		width: auto;
	}

	.spotlight-item h2{
		font-size: 14px;
		line-height: 16px;
		height: 32px;
		overflow: hidden;
		margin-bottom: 16px;
		padding: 0;
	}

	.spotlight-item h2 a{
		text-decoration: none;
	}

	.spotlight-item h2 a:hover{
		text-decoration: underline;
	}

	.spotlight-short-teaser{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 40px;
		padding: 0;
	}

	.spotlight-item .shares{
		text-align: center;
		display: block;
	}

	.spotlight-carousel{
		height: 270px;
		margin-bottom: 0;
	}

	body#spotlight .h3-date{
		clear: none;
	}

	.spotlight-clear{
		width: 100%;
		height: 133px;
	}

	.block-quote{
		float: left;
		width: 50%;
		margin-right: 23px;
		font-size: 18px;
		font-family: 'Prata', serif;
		text-align: justify;
		line-height: 22px;
		letter-spacing: 0.01em;
		border-bottom: #000 solid 1px;
		padding-bottom: 4px;
		margin-bottom: 22px;
	}

	/* NEWS PAGE */
	.news-item{
		padding: 0;
		width: 50%;
		float: left;
	}

	.news-item .h3-date{
		margin-bottom: 24px;
	}

	.news-clear{
		clear: left;
	}

	.news-inner{
		margin-right: 23px;
	}

	.odd .news-inner{
		margin-left: 23px;
		margin-right: 0;
	}

	.odd .news-inner h2{
		margin: 0;
	}

	.news-header{
		height: 32px;
		padding: 88px 0 4px;
		position: relative;
	}

	.news-header h2{
		position: absolute;
		left: 0;
		bottom: 4px;
		width: 100%;
		line-height: 16px;
		font-size: 14px;
		text-transform: uppercase;
	}

	.news-header a, .news-header a:visited{
		color: #4c63a6;
		text-decoration: none;
	}

	.news-header a:hover{
		color: #4c63a6;
		text-decoration: underline;
	}

	.news-item p{
		margin-bottom: 16px;
		line-height: 16px;
		font-size: 14px;
	}

	.news-post-full p{
		margin-bottom: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.news-navigation{
		clear: both;
		position: relative;
		height: 32px;
		padding-top: 16px;
		margin-bottom: 36px;
	}

	.news-navigation .faux-left-col, .news-navigation .faux-right-col{
		padding-top: 16px;
	}

	.a-news-newer, .a-news-older, .a-news-newer:visited, .a-news-older:visited{
		margin-left: 20px;
	}

	.a-news-newer{
		margin-left: 0;
	}

	.a-news-older{
		margin-right: 0;
	}

	.a-news-older:active, .a-news-newer:active{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}

	body#news .shares{
		padding: 0;
	}

	.news-image-wrap{
		height: 124px;
		overflow: hidden;
		position: relative;
		margin-bottom: 21px;
	}

	.news-image-wrap img{
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: 0;
		margin-left: -161px;
	}

	.news-post-full{
		padding: 0;
	}

	.news-post-full .news-header-wrapper{
		width: 50%;
		float: left;
	}

	.news-post-full .news-header{
		margin-right: 23px;
	}

	.news-post-full .news-image-wrapper{
		width: 50%;
		float: right;
	}

	.news-post-full .news-image-wrap{
		margin-left: 23px;
		border-bottom: #000 solid 1px;
	}

	.tagged-releases{
		padding: 0;
	}

	.tagged-releases .artist-release{
		float: left;
		width: 127px;
		margin-right: 15px;
	}

	.tagged-releases .artist-release .a-release-packshot{
		width: 127px;
		height: 127px;
		margin-right: 0;
		margin-left: 0;
	}

	.tagged-releases .artist-release h3{
		margin-left: 0;
	}

	.a-release-packshot > a > img{
		width: auto;
		margin-bottom: 0;
	}

	.release-navigation{
		position: absolute;
		top: 83px;
		right: 0;
		width: 196px;
	}

	/* BLUE NOTE TV PAGE */
	.video-player-container{
		background: #111724;
		padding-bottom: 40px;
		margin-bottom: 26px;
		border-bottom: #fff solid 10px;
		position: relative;
		bottom: 39px;
	}

	.video-player-inner{
		max-width: 1298px;
		margin: 0 auto;
		position: relative;
	}

	.video-player-container .left-col{
		width: 288px;
		margin-right: 16px;
		float: left;
		text-align: center;
		padding-top: 28px;
	}

	.video-player-container .right-col{
		width: 246px;
		margin: 0 24px 0 34px;
		float: right;
		text-align: center;
		padding-top: 62px;
	}

	.video-player-container .central-col{
		margin-left: 304px;
		margin-right: 304px;
		padding-top: 40px;
	}

	.video-player-container .left-col h2{
		letter-spacing: 0.2em;
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 17px;
		border-bottom: #5c5c58 solid 1px;
		margin-bottom: 7px;
		color: #5c7ce3;
	}

	.video-player-container .left-col h2 a, .video-player-container .left-col h2 a:visited{
		color: #5c7ce3;
		text-decoration: none;
	}

	.video-player-container .left-col h2 a:hover{
		color: #5c7ce3;
		text-decoration: underline;
	}

	.video-player-container .left-col .h3-date{
		font-size: 12px;
		letter-spacing: 0.2em;
		color: #a29e8b;
		margin-bottom: 20px;
	}

	.video-description{
		padding: 0 18px;
		color: #a29e8b;
		text-align: left;
	}

	.video-description p{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 8px;
		color: #a29e8b;
	}

	.video-player-container .right-col h2{
		letter-spacing: 0.2em;
		font-size: 12px;
		border-top: #5c5c58 solid 1px;
		color: #ffffff;
		margin: 0;
		padding: 0;
		border-bottom: 0;
	}

	.video-player-container .right-col h2 span{
		padding: 0 20px;
		background: #111724;
		position: relative;
		bottom: 10px;
	}

	.latest-video-image{
		position: relative;
		width: 246px;
		height: 96px;
		margin-bottom: 8px;
		display: block;
	}

	.video-player-container .right-col h3{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 40px;
		text-align: left;
	}

	.video-player-container .right-col h3 a, .video-player-container .right-col h3 a:visited{
		color: #5c7ce3;
		text-decoration: none;
	}

	.video-player-container .right-col h3 a:hover{
		color: #5c7ce3;
		text-decoration: underline;
	}

	.video-item{
		width: 50%;
		float: left;
		margin-bottom: 68px;
	}

	.video-item .video-image-wrap, .video-item h2{
		margin-right: 23px;
		padding: 0;
	}

	.odd .video-image-wrap, .odd h2{
		margin-left: 23px;
		margin-right: 0;
	}

	.video-image-wrap{
		height: 124px;
		overflow: hidden;
		position: relative;
		border-bottom: #000 solid 1px;
		margin-bottom: 20px;
	}

	.video-image-wrap img{
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -161px;
		width: 322px;
	}

	.video-item h2, .video-item-text h2{
		font-size: 14px;
		line-height: 17px;
		/*white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;*/
	}

	.video-item h2 a:visited, .video-item h2 a{
		text-decoration: none;
	}

	.artist-item h2 a:hover, .artist-item-text h2 a:hover{
		text-decoration: underline;
	}

	.artist-links-container{
		padding: 0;
		line-height: normal;
	}

	.a-facebook, .a-twitter{
		width: 16px;
		height: 16px;
		float: right;
		background-image: url(../_graphics/socs.png);
	}

	.a-facebook{
		margin-left: 5px;
		background-position: 0 -16px;
	}

	.a-twitter{
		background-position: 0 0;
	}

	.a-site{
		font-size: 12px;
	}

	.a-all-videos, .a-all-videos:visited, .a-all-spotlight, .a-all-spotlight:visited{
		display: block;
		height: 32px;
		background: url(../_graphics/arrows.png) 0 0 no-repeat;
		font-family: 'Prata', serif;
		font-size: 14px;
		letter-spacing: 0.15em;
		line-height: 16px;
		text-transform: uppercase;
		color: #000;
		text-decoration: none;
		float: right;
		width: 90px;
		text-align: right;
		background-position: right -32px;
		padding-right: 28px;
	}

	.a-all-spotlight, .a-all-spotlight:visited{
		width: 152px;
	}

	.a-all-videos:visited:hover{
		color: #000;
	}

	.fb-comments-wrap{
		padding: 0;
	}

	.fb-comments{
		margin-bottom: 24px;
	}

	.fb-comments, .fb-comments span, .fb-comments iframe{
		width: 100% !important;
	}

	.ind-vid-most-viewed .latest-video-image{
		width: 100%;
	}

	.ind-vid-most-viewed h3{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 40px;
		text-align: left;
	}

	.ind-vid-most-viewed h3 a, .ind-vid-most-viewed h3 a:visited{
		color: #4c63a6;
		text-decoration: none;
	}

	.ind-vid-most-viewed h3 a:hover{
		color: #4c63a6;
		text-decoration: underline;
	}

	.left-col .video-shares{
		margin-top: 20px;
	}

	.comment-box{
		width: 66px;
		height: 50px;
		text-align: center;
		font-size: 24px;
		color: #0a1c56;
		margin-bottom: 12px;
		font-family: 'Prata', serif;
		padding-top: 4px;
		text-shadow: 0 2px 2px #e3ddc1;
		filter: dropshadow(color=#e3ddc1, offx=0, offy=2);
		background: url(../_graphics/comments-box.png) 0 0 no-repeat;
	}

	.right-col .video-shares iframe{
		position: relative;
		left: 7px;
	}

	.right-col .video-shares{
		width: 110px;
		text-align: left;
	}

	/* ARTISTS PAGE */
	.artist-letters{
		line-height: 18px;
		font-size: 14px;
		font-family: 'Prata', serif;
		text-transform: uppercase;
	}

	.artist-letters a:visited, .artist-letters a{
		text-decoration: none;
		margin-bottom: 8px;
		display: block;
	}

	.artist-letters a:hover{
		text-decoration: underline;
	}

	.artist-item{
		width: 50%;
		float: left;
		margin-bottom: 68px;
	}

	.artist-item .artist-image-wrap, .artist-item h2{
		margin-right: 23px;
		padding: 0;
	}

	.odd .artist-image-wrap, .odd h2{
		margin-left: 23px;
		margin-right: 0;
	}

	.artist-image-wrap{
		height: 124px;
		overflow: hidden;
		position: relative;
		border-bottom: #000 solid 1px;
		margin-bottom: 20px;
		padding-bottom: 0;
		width: auto;
	}

	.artist-image-wrap img{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -117px;
		margin-left: -161px;
		width: 322px;
	}

	.artist-image-wrap .no-artist-image{
		top: 0;
		left: 0;
		margin: 0;
	}

	.artist-item-text{
		margin: 0;
	}

	.artist-item h2, .artist-item-text h2{
		font-size: 14px;
		line-height: 17px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.text-artist-col{
		padding: 1px 0 24px;
	}

	.artist-item-text h2{
		padding: 9px 0 14px;
	}

	.artist-item h2 a:visited, .artist-item h2 a, .artist-item-text h2 a:visited, .artist-item-text h2 a{
		text-decoration: none;
	}

	.artist-item h2 a:hover, .artist-item-text h2 a:hover{
		text-decoration: underline;
	}

	.artist-item-text{
		width: 50%;
		float: left;
	}

	/* ARTIST PAGE */
	body#artists .header-bar{
		margin-bottom: 39px;
	}

	.artist-releases-mobile{
		display: none;
	}

	.artist-image-links{
		float: left;
		width: 47%;
		margin: 0 16px 8px 0;
		line-height: 16px;
	}

	.artist-image-links img{
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 5px;
	}

	.recording-dates{
		margin: 0 0 18px;
	}

	body#artists .central-col p, body#artists .central-col .shares{
		padding: 0;
	}

	body#artists .central-col p{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	body#artists .central-col .shares{
		clear: left;
	}
	
	.artist-releases{
	}

	.release-height{
		min-height: 678px;
		height: auto !important;
		height: 678px;
	}

	.artist-releases .artist-release .a-release-packshot{
		margin: 0 auto 10px;
	}
	.artist-release{
		width: auto;
		float: none;
		margin-bottom: 14px;
	}

	.a-release-packshot{
		display: block;
		margin: 0 auto 10px;
		position: relative;
		width: 186px;
		height: 186px;
	}

	.release-links{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../_graphics/release-links-bg.png) center center repeat;
		background: rgba(49, 56, 79, 0.34);
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}

	.release-link-wrap{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}

	.links-1 .release-link-wrap{
		margin-top: -12px;
	}

	.links-2 .release-link-wrap{
		margin-top: -24px;
	}

	.links-3 .release-link-wrap{
		margin-top: -36px;
	}

	.links-4 .release-link-wrap{
		margin-top: -45px;
	}

	.a-release-packshot:hover .release-links, .release-links-container:hover .release-links{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.a-release-packshot .show{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.release-links *{
		filter: inherit;
	}

	.shares{
		margin-bottom: 50px;
	}

	.artist-releases .artist-release h3, .artist-releases .artist-release h4{
		margin-left: 5px;
	}

	/* RELEASE PAGE */
	.release-image-links{
		width: 47%;
		margin: 0 20px 8px 0;
		float: left;
	}

	.release-image-links img{
		margin-bottom: 7px;
	}

	.release-image-links .a-release-link-spotify, .release-image-links .a-release-link{
		margin: 0 12px 0 0;
	}

	.release-image-links .a-release-link-itunes, .release-image-links .a-release-link-amazon{
		float: left;
		text-align: center;
		width: 74px;
		padding: 3px 0;
		margin-top: 0;
		font-family: Arial, sans-serif;

	}

	.release-image-links .a-release-link-itunes{
		margin-right: 12px;
	}

	.a-release-link-spotify{
		width: 58px;
		height: 19px;
		display: block;
		margin: 0 auto;
		background: url(../_graphics/release-link-spotify.png) 0 0 no-repeat;
		padding-right: 47px;
		font-family: Arial, sans-serif;
		font-size: 9px;
		text-decoration: none;
		line-height: 19px;
		text-transform: uppercase;
		margin-bottom: 4px;
		padding-top: 2px;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		text-align: center;
	}

	.a-release-link-itunes, .a-release-link-amazon{
		width: 105px;
		text-decoration: none;
		display: block;
		margin: 0 auto;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		font-family: Arial, sans-serif;
	}

	.a-release-link-itunes{
		background: white;
	}

	.a-release-link-amazon{
		background: #C60;
		color: white !important;
		margin-top: 4px;
	}

	.a-release-link-itunes:hover, .a-release-link-amazon:hover{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
		opacity: 0.75;	
	}

	.a-release-artist-link, .a-release-artist-link:visited{
		display: block;
		font-size: 18px;
		line-height: 23px;
		color: #4c63a6;
		text-decoration: none;
		font-family: 'Prata', serif;
		text-transform: uppercase;
		letter-spacing: 0.3em;
	}

	.a-release-artist-link:hover{
		color: #4c63a6;
		text-decoration: underline;
	}

	.release-image-links .release-buylink{
		float: left;
	}

	.emi_buy_button a{
		text-decoration: none;
	}

	.release-image-links .a-release-link-spotify{
		float: left;
	}

	.a-release-link{
		width: 105px;
		display: block;
	}

	.release-link-wrap > .a-release-link{
		display: block;
	}

	/* SHOP PAGE */
	.shop-item{
		width: 33.3%;
		float: left;
		margin: 0 0 11px 0;
	}

	.shop-item-container{
		padding-bottom: 100%;
		height: 0;
		position: relative;
	}

	.shop-item-inner{
		position: relative;
	}

	.shop-item-overlay, .shop-item-overlay:visited{
		position: relative;
		color: #faf5e9;
	}

	.shop-item-overlay:hover{
		color: #faf5e9;
	}

	.shop-item span{
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
	}

	.shop-item .buy-now{
		font-size: 18px;
		margin-top: -30px;
	}

	.no-sizes .buy-now{
		margin-top: -16px;
	}

	.shop-item .price{
		font-size: 16px;
		margin-top: -2px;
		display: inline;
	}

	.no-sizes .price{
		margin-top: 12px;
	}

	.shop-item .sizes{
		font-size: 12px;
		margin-top: 21px;
		display: inline;
	}

	.shop-item-overlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../_graphics/overlay.png) center center no-repeat;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		-o-transition: all .4s linear;
		transition: all .4s linear;
	}

	.shop-item-overlay:hover{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.first .shop-item-inner{
		margin-right: 22px;
	}

	.second .shop-item-inner{
		margin: 0 11px;
	}

	.third .shop-item-inner{
		margin-left: 22px;
	}

	/* SUBSCRIBE PAGE */
	.data-row{
		height: 27px;
		margin: 0 0 24px;
		line-height: 27px;
	}

	.select-country{
		width: 323px;
	}

	.data-row label{
		display: block;
		float: left;
		width: 166px;
		font-family: 'Prata', serif;
		text-transform: uppercase;
		color: #4c63a6;
		font-size: 14px;
	}

	.input-text{
		float: left;
		height: 21px;
		width: 319px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.input-signup{
		float: none;
		margin-left: 166px;
	}

	.p-subscribe-errors{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		background: #111724;
		color: #A29E8B;
		min-height:16px;
		height:auto !important;
		height:16px;
		font-size: 14px;
		line-height: 16px;
		padding: 4px;
	}

	.a-privacy-policy, .span-required{
		padding: 0;
	}

	body#subscribe .central-col p{
		padding: 0;
	}

	body#subscribe .show{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.p-subscribe-success{
		margin-bottom: 310px;
		font-family: 'Prata', serif;
		font-size: 16px;
	}

	/* ARTIST CAROUSEL */
	.artist-carousel{
		position: relative;
	}

	.faux-left-col{
		width: 196px;
		position: absolute;
		top: 0;
		left: -220px;
		padding-top: 90px;
		text-align: center;
	}

	.faux-right-col{
		width: 196px;
		position: absolute;
		top: 0;
		right: -220px;
		padding-top: 90px;
		display: block;
	}

	.artist-carousel-container{
		overflow: hidden;
	}

	.carousel-segment{
		float: left;
	}

	.hr-carousel-nav{
		border: 0;
		color: #000;
		background-color: #000;
		height: 1px;
		width: 100%;
		border: 0;
		margin: 34px 0 10px;
	}

	.h3-carousel-more{
		font-size: 14px;
	}

	.artist-carousel .artist-image-wrap{
		margin-bottom: 8px;
	}

	.a-carousel-left, .a-carousel-right, .a-release-left, .a-release-right{
		width: 17px;
		height: 32px;
		background-image: url(../_graphics/arrows.png);
		background-repeat: no-repeat;
		float: right;
		margin-left: 20px;
	}

	.a-release-left{
		margin-left: 0;
	}

	.a-carousel-left, .a-release-left{
		background-position: 0 0;
	}

	.a-carousel-right, .a-release-right{
		background-position: 0 -32px;
	}

	.a-release-left{
		float: left;
	}

	.a-release-right{
		float: right;
	}

	.a-carousel-left:active, .a-carousel-right:active{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}

	/* FULL WIDTH CAROUSEL */
	.full-width-carousel{
		padding-bottom: 0;
	}

	.full-width-carousel-inner{
		max-width: 1130px;
		margin: 0 auto;
		position: static;
		width: auto;
	}

	.full-width-carousel-dummy{
		position: relative;
		margin: 0 220px;
	}

	.full-width-carousel-item-inner{
		width: 690px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -345px;
	}

	.a-full-width-carousel-right, .a-full-width-carousel-left, .a-shop-carousel-right{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
		filter: alpha(opacity=65);
		-moz-opacity: 0.65;
		-khtml-opacity: 0.65;
		opacity: 0.65;
	}

	.a-full-width-carousel-left{
		left: 18px;
	}

	.a-full-width-carousel-right{
		right: 18px;
	}

	/* FOOTER */
	.footer{
		padding: 26px 0 26px;
		margin-top: 0; 
	}

	.footer-inner{
		max-width: 1130px;
		margin: 0 auto;
	}

	.footer .left-col, .footer .central-col, .footer .right-col{
		padding: 0;
	}

	.footer .central-col{
		font-size: 11px;
		line-height: 26px;
		color: #4c63a6;
		text-transform: uppercase;
		text-align: left;
	}

	.footer .central-col a, .footer .central-col a:visited{
		color: #4c63a6;
		text-decoration: none;
	}

	.footer .central-col a:hover{
		color: #677cb9;
		text-decoration: none;
	}

	.footer-links-left, .footer-links-right{
		float: left;
		width: 50%;
	}

	.a-subscribe-footer, .a-subscribe-footer:visited{
			margin: 0;
	}

	.footer-shares{
		border-bottom: #cac8ba solid 1px;
		padding-bottom: 4px;
		margin-bottom: 4px;
	}

	.footer-shares .fb-like{
		position: relative;
		top: 2px;
		margin-left: 16px;
	}

	.span-thanks{
		font-family: 'Prata', serif;
		font-style: italic;
		color: #d7d4c5;
		font-size: 11px;
	}
}

@media screen and (min-width: 1060px){
	.menu ul{
		font-size: 12px;
		letter-spacing: 0.1em;
	}
}

/* LARGE */
@media screen and (min-width: 1110px){
	.menu ul{
		font-size: 12px;
		letter-spacing: 0.2em;
	}
}

/* Retina images */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
	.h1-logo{
		background:url(../_graphics/logo-mob-2x.png) 0 0 no-repeat;
		background-size:cover;
	}

	.menu-link{
		background-image: url(../_graphics/menu-2x.png);
		background-size:cover;
	}

	.social-links a{
		background-image: url(../_graphics/socs-mob-2x.png);
		background-size: 144px 36px;
	}
}

.nm{
	margin: 0;
}
