@font-face {
	font-family: 'blupyrusregular';
	src: url('/fonts/blupyrus-webfont.eot');
	src: url('/fonts/blupyrus-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/blupyrus-webfont.woff2') format('woff2'),
		 url('/fonts/blupyrus-webfont.woff') format('woff'),
		 url('/fonts/blupyrus-webfont.svg#blupyrusregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100&display=swap');*/

@font-face {
	font-family: 'front';
	src:url('/fonts/front.eot');
	src:url('/fonts/front.eot?#iefix') format('embedded-opentype'),
		url('/fonts/front.woff') format('woff'),
		url('/fonts/front.ttf') format('truetype'),
		url('/fonts/front.svg#front') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	color: #858585;
	background: #272727;
	font-family: 'Yantramanav', sans-serif;
	font-weight: normal;
	/*height: 100vh;*/
	/*overflow: auto*/
}
.mobile-only {
	display: none;
}
b, strong {
	color: #b1b1b1;
}
i {
}
a {
	text-decoration: none;
	color: #5f9dc4;
	border-bottom: 1px dotted #5f9dc4;
}
a:hover {
	text-decoration: none;
	color: #85c7e3;
	border-bottom: 1px solid #85c7e3;
}
.incart a {
	border: 0;
	color: #272727;
}
h2 {
	font-family: 'blupyrusregular', serif;
	font-weight: normal;
	font-size: 31.5px;
	line-height: 40px;
	margin: 5px 5px;
}

.btn:hover {
	background-color: #cfeefb;
	border-color: #bcddec;
	color: #333333;

	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #cfeefb;
	border-color: #bcddec;
	color: #333333;
}
.btn {
	background-color: #ddf4fe;
	color: #272727;
	border: 1px solid #bcddec;

	text-shadow: none;
	background-image: none;
	background-repeat: none;
	filter: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.btn-dark:hover {
	background-color: #85c7e3;
	border-color: #85c7e3;
	color: #333333;

	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.btn.btn-dark:hover, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.disabled, .btn.btn-dark[disabled] {
	background-color: #85c7e3;
	border-color: #85c7e3;
	color: #333333;
}
.btn.btn-dark {
	background-color: #5f9dc4;
	color: #272727;
	border: 1px solid #5f9dc4;

	text-shadow: none;
	background-image: none;
	background-repeat: none;
	filter: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.checkout-table.table th, 
.checkout-table.table td {
	border-top: 1px solid #3c3c3c;
}
.checkout-table.table-striped tbody tr:nth-child(odd) td, 
.checkout-table.table-striped tbody tr:nth-child(odd) th {
	background-color: #2d2d2d;
}
.checkout-table td:nth-child(1) {
	width: 33px;
	min-width: 33px;
	max-width: 33px;
}
.checkout-table td:nth-child(2) {
	width: 50%;
}
.checkout-table td:nth-child(3) {
	display: none;
	width: 70px;
	min-width: 70px;
	max-width: 70px;
}
.checkout-table td:nth-child(4) {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}
.checkout-table td:nth-child(5) {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}
.box {
	box-sizing: border-box;
	float: left;
	padding-right: 15px;
	width: 50%;
}
.box label {
	box-sizing: border-box;
	width: 100%;
	padding-right: 15px;
}
.box input,
.box select {
	width: 100%;
	max-width: 300px;
}
.box .totals {
	width: 100%;
}
.box .totals td:nth-child(1) {
	width: 50%;
	/*text-align: right;*/
}
.box .totals td:nth-child(2) {
	width: 50%;
	text-align: right;
}
div.hr {
	width: 100%;
	height: 1px;
	border-top: 1px solid #3c3c3c;
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 23px 0;
	font-family: 'blupyrusregular', serif;
	font-weight: normal;
	font-size: 31px;
	line-height: 18px;
	color: #5f9dc4;
	text-align: center;
	z-index: 1000;
	background: rgba(40, 40, 40, 0.75);
}
.head:first-line {
	font-size: 41px;
}
a.logo,
a.logo:hover {
	color: #5f9dc4;
	border-bottom: none;
}
.hide {
	display: none;
}

.nav {
	position: fixed;
	top: 82px;
	left: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 200px;
	background: rgba(40, 40, 40, 0.90);
}
.nav h4 {
	margin-top: 0;
	font-family: 'blupyrusregular', serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	color: #182c3d;
	background: #3973a5;
	border: 1px solid #5f9dc4;
	border-left: 0;
	text-transform: uppercase;
}
.nav ul {
	margin: 0;
	font-family: 'Yantramanav', sans-serif;
	font-weight: normal;
	list-style-type: none;
}
.nav ul li {
}
.nav a {
	font-size: 20px;
	line-height: 32px;
	border: 0;
}
.nav .active a {
	color: #ffffff;
}
.url {
	cursor: pointer;
}

.container {
	position: absolute;
	width: 100%;
	/*height: 100vh;*/
	margin: 0 auto;
	/*overflow: auto;*/
}
.container > div {
	padding: 87px 300px 25px;
}
.container p {
	margin: 0 5px 10px 5px;
}

.newpost {
	color: #182c3d;
	background: #3973a5;
	border: 1px solid #5f9dc4;
	margin-bottom: 40px;
	height: 67px;
	position: relative;
}
.newpost img {
	float: left;
	margin: 5px 8px 5px 5px;
	width: 43px;
	height: 66px;
	border: 1px solid #5f9dc4;
	background: #272727;
}
.newpost h2 {
	font-family: 'blupyrusregular', serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 5px;
}
.newpost h3 {
	font-size: 21px;
	line-height: 21px;
	margin: 0 5px;
	color: #000;
}
.newpost p {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 20px;
}

.newblog {
	margin-bottom: 40px;
}
.newblog h2 {
	font-family: 'blupyrusregular', serif;
	font-weight: normal;
	margin: 5px 5px;
}
.newblog p {
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 0;
}

.images {
	padding: 0;
}
.images ul {
	box-sizing: border-box;
	margin: 0;
	list-style-type: none;
	text-align: center;
	width: auto;
}
.images ul li {
	box-sizing: border-box;
	padding: 0 7px 15px 8px;
	float: left;
	width: 10%;
}
.images ul li img {
	width: 100%;
}

.main-image {
	box-sizing: border-box;
	width: 100%;
	background: #182c3d;
	text-align: center;
	border-left: 5px solid #272727;
	border-right: 5px solid #272727;
}
.main-image img {
	width: 100%;
	max-width: 500px;
}
.newpost.limited {
	margin: 0 5px 40px;
	height: 70px;
}
.newpost.limited p {
	height: 45px;
}
.newpost.limited img {
	border: 2px solid rgba(255,255,255,0.85);
	border-bottom: 4px solid rgba(255,255,255,0.85);
}
.newpost.limited.collagen img {
	border-width: 5px;
	border-color: #333;
}
/*.newpost.limited a {
	position: absolute;
	bottom: -5px;
	right: 5px;
	font-size: 14px;
	line-height: 20px;
}*/
.newpost.limited h3 {
	margin-top: 5px;
}
.newpost.limited.soldout {
	background: #474747;
	border-color: #5e5e5e;
}
.newpost.limited.soldout h3 {
	color: #272727;
}
.newpost.limited.soldout p {
	color: #ee6b84;
}
.newpost.limited.soldout img {
	border-color: #5e5e5e;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.buy {
	color: #fff;
}

.half {
	padding: 0;
	margin-top: 15px;
}
.half ul {
	box-sizing: border-box;
	margin: 0;
	list-style-type: none;
	text-align: center;
	width: auto;
}
.half ul li {
	box-sizing: border-box;
	padding: 0 7px 15px 5px;
	float: left;
	width: 50%;
}
.half ul li:nth-child(2) {
	padding: 0 5px 15px 8px;
}
/*.half ul li:nth-child(2) {
	padding: 0;
	min-width: 5px;
}*/
.half ul li img {
	width: 100%;
}

.prints {
	padding: 0;
}
.prints ul {
	box-sizing: border-box;
	margin: 0;
	list-style-type: none;
	text-align: center;
	width: auto;
	font-size: 14px;
}
.prints ul li {
	box-sizing: border-box;
	padding: 0 7px 15px 8px;
	float: left;
	width: 10%;
}
.prints ul li.soldout {
	color: #ee6b84;
}
.prints ul li.na img,
.prints ul li.soldout img {
	/*border-color: #5e5e5e;*/
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.prints ul li img {
	width: 100%;
}
.prints ul li img.a2c {
	cursor: pointer;
}


/*
.small {
	font-size: 11px;
	line-height: 17px;
}

#head {
	margin: 0 auto;
	width: 940px; height: 80px;
	position: relative;
}
#nav {
	float: right;
	margin: 0; 
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	float: left;
	margin: 31px 0 0 0;
	padding: 0 5px 0 23px;
	font-family: 'blupyrusregular';
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
#nav li.mcontact {
	display: none;
}
#subnav {
	margin: 25px 0 0 10px;
	padding: 0;
	height: 35px;
	font-family: 'blupyrusregular';
	font-size: 14px;
	text-transform: uppercase;
	color: #ababab;
	font-weight: normal;
	font-style: normal;
}
#subnav li {
	display: block;
	margin: 0 6px 0 0;
	padding: 5px 9px;
	float: left;
	list-style: none;
	cursor: pointer;
}
#subnav li:hover {
	color: #cf1414
}
#subnav li.active {
	color: #fff;
	background: #cf1414
}
#head a {
	text-decoration: none;
	color: #000;
	border: 0;
}
#head .active a {
	text-decoration: none;
	color: #cf1414;
	border-bottom: 3px solid #cf1414;
}
#head a:hover {
	text-decoration: none;
	color: #cf1414;
}


#container {
	margin: 0 auto;
	width: 960px;
	min-height: 415px;
}

h1 {
	font-family: 'blupyrusregular';
	font-size: 28px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	font-weight: normal;
	font-style: normal;
	background: #000;
}
h2 {
	font-family: 'blupyrusregular';
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	height: 40px;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-family: 'blupyrusregular';
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
h4 {
	font-family: 'blupyrusregular';
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
h5 {
	font-family: 'blupyrusregular';
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

h2 .icon {
	display: inline;
	float: left;
	margin-right: 5px;
	font-size: 40px;
	line-height: 33px;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
}

span.icon {
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
}

#banners {
	margin: 0 10px;
	width: 940px; 
	height: 350px;
	overflow: hidden;
	background: #000;
}
#banners.xmas {
	height: 529px;
}
.carousel-control {
}

#albums {
	margin: 20px 0; 
	padding: 0;
	height: 140px;
	list-style: none;
}
#albums li {
	display: inline;
	float: left;
	margin: 0 10px;
}
#albums a, #albums_small a {
	border: 0;
}
#albums p {
	padding: 8px 10px 5px;
	width: 118px;
	border: 1px solid #efefef;
	border-top: none;
	font-family: 'blupyrusregular';
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#albums .icon, .editoricon {
	width: 140px; height: 140px;
	background: #efefef;
	color: #dfdfdf;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
	font-size: 120px;
	line-height: 140px;
	text-align: center;
}

#albums_small {
	margin: 10px 0; 
	padding: 0;
	height: 65px;
	list-style: none;
}
#albums_small li {
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}

.blurb {
	float: left;
	margin: 0 10px;
	width: 300px;
}
.blurb.half {
	width: 460px;
}
.spinny i {
	float:left;
	-webkit-animation: load1 .65s 1 ease-out;
}
.spinbox:hover .spinner i {
	float:left;
	-webkit-animation: load2 .65s 1 ease-out;
}


@-webkit-keyframes load1 {
  0% {
	-webkit-transform: rotate(0) scale(1, 1);
	color:rgba(0, 0, 0, .5);
  }
  10% { color: #031d03; }
  20% { color: #063b06; }
  30% { color: #085808; }
  40% { color: #0b760b; }
  50% {
	-webkit-transform: rotate(720deg) scale(2, 2);
	color: #0e930e;
  }
  100% {
	-webkit-transform: rotate(1080deg) scale(1, 1); 
	color: #000;
  }
}
@-webkit-keyframes load2 {
  0% {
	-webkit-transform: rotate(0) scale(1, 1);
	color:rgba(0, 0, 0, .5);
  }
  10% { color: #031d03; }
  20% { color: #063b06; }
  30% { color: #085808; }
  40% { color: #0b760b; }
  50% {
	-webkit-transform: rotate(720deg) scale(2, 2);
	color: #0e930e;
  }
  100% {
	-webkit-transform: rotate(1080deg) scale(1, 1); 
	color: #000;
  }
}

a.button {
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	background: #cf1414;
}
a.button:hover {
	color: #efefef;
	background: #000;
}

h3.recent {
	clear: both;
	margin: 60px 10px 0;
	background: #efefef;
}
h3.recent span {
	padding-right: 20px;
	background: #fff;
}
h5.recent {
	margin: 0 0 0 10px;
	background: #efefef;
}
h5.recent span {
	padding-right: 20px;
	background: #fff;
}
ul#recent, ul.recent {
	margin: 20px 0 0 0; 
	padding: 0;
	list-style: none;
	min-height: 275px;
}
ul#recent li, ul.recent li {
	display: inline;
	float: left;
	margin: 0 10px;
}
ul#recent li a, ul.recent li a, .blurb a {
	outline: none;
}
ul#recent p, ul.recent p {
	padding: 8px 10px 5px;
	width: 198px;
	border: 1px solid #efefef;
	border-top: none;
	font-size: 11px;
	line-height: 14px;
	color: #9b9b9b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul#recent strong, ul.recent strong {
	font-family: 'blupyrusregular';
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
ul#recent em, ul.recent em {
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding-top: 5px;
	color: #000;
	font-weight: bold;
	font-style: normal;
}
ul#recent a, ul.recent a {
	border: 0;
}
ul#recent .icon, ul.recent .icon {
	width: 220px; height: 220px;
	background: #efefef;
	color: #dfdfdf;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
	font-size: 180px;
	line-height: 220px;
	text-align: center;
}


h1.title {
	margin: 0 10px;
	padding-left: 10px;
}
h3.atitle {
	display: none;
}
h3.title {
	margin: 0 0 20px 0;
	background: #efefef;
}
h3.title span {
	padding-right: 20px;
	background: #fff;
}
h3.search_title {
	margin: 20px 10px 10px;
	background: #efefef;
}
h3.search_title span {
	padding-right: 20px;
	background: #fff;
}
h4.title {
	margin: 20px 20px 0 20px;
}
.album_left {
	float: left;
	margin: 20px 10px 30px 10px;
	width: 300px;
}
.artist_left {
	float: left;
	width: 480px;
	font-size: 11px;
	line-height: 17px;
}
.album_left .icon,
.artist_left .icon {
	width: 300px; height: 300px;
	background: #efefef;
	color: #dfdfdf;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
	font-size: 275px;
	line-height: 300px;
	text-align: center;
}
.artist_left .icon {
	margin-bottom: 0px;
}
.artist_left img {
	margin-bottom: 0px;
}
.album_left ol {
	padding: 10px 20px;
}
.album_right {
	float: right;
	margin: 20px 0 0 0;
	width: 640px;
}
.album_detes {
	min-height: 129px;
}

.share {
	font-size: 18px;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
}
.share a {
	border: none;
}
.facebook {
	color: #3b5999;
}
a.facebook:hover {
	color: #002b64;
}
.twitter {
	color: #00acee;
}
a.twitter:hover {
	color: #0078b5;
}
.pinterest {
	color: #c9232d;
}
a.pinterest:hover {
	color: #8b0000;
}
.spotify {
	color: #4bdf80;
}
a.spotify:hover {
	color: #1ed760;
}
.bio-left {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 10px;
	width: 620px;
}
.bio-right {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 10px;
	width: 300px;
}
.bio {
	float: left;
	margin: 0;
	padding: 0;
	max-height: 253px;
	max-height: 190px;
	overflow-y: auto;

	background:
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background:
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 40px, 100% 40px, 100% 7px, 100% 7px;
	
	background-attachment: local, local, scroll, scroll;
}
.bio img {
	float: right;
	margin: 0 -320px 0 0;
}
.share-links {
	float: left;
	margin-top: 22px;
	width: 620px;
}
.share-links > .share > span {
	font-family: sans-serif;
	font-size: 12px;
	margin: 0 7px 0 0;
	float: left;
	color: #999;
}
.share-links .spotify {
	margin: 0 7px 0 0;
}

.long {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 10px;
	width: 620px;
}
.extra {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 300px;
}
.extra p {
	margin: 10px 30px 20px;
}
.extra p.share {
	margin: 0 10px;
}
.bio-right > .extra {
	margin-top: 0;
}

.artist_right {
	float: right;
	margin: 20px 0 0 0;
	padding: 0 10px;
	width: 460px;
}
.album_right h3, 
.album_right p {
	margin-left: 10px;
	margin-right: 10px;
}

.newbuy {
	display: block;
	margin: 0;
	padding: 0;
	background: #efefef;
	width: 300px;
	height: 30px;
}
.newbuy .icon {
	float: left;
	display: block;
	margin-left: -1px;
	margin-bottom: -1px;
	background: #cf1414 !important;
	color: #fff !important;
	width: 30px !important;
	height: 30px !important;
	font-size: 24px !important;
	line-height: 30px !important;
	font-family: 'front' !important;
	font-weight: normal !important;
	font-style: normal !important;
}
.newbuy em {
	display: block;
	padding-top: 0 !important;
	padding-left: 10px !important;
	float: left;
	width: 260px !important;
	height: 30px !important;
	font-family: 'blupyrusregular';
	font-size: 14px !important;
	line-height: 30px !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
	font-style: normal !important;
}
.newbuy .btn-icon {
	margin-right: 5px;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
}
.newbuy.disabled {
	cursor: default;
}
.newbuy.disabled em {
	color: #dfdfdf !important;
}
.newbuy.disabled .icon {
	color: #efefef !important;
	background: #dfdfdf !important;
	border: none;
	cursor: default;
}


.buy {
	float: right;
	margin: 20px 10px 20px 10px;
	padding: 10px 0 0 0;
	width: 140px;
	text-align: center;
	background: #efefef;
	color: #000;
}
.buy .icon {
	font-size: 64px;
	line-height: 64px;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
}
.buy p {
	margin: 10px 0;
	font-family: 'blupyrusregular';
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
.buy .button {
	display: block;
	width: 120px;
}
.buy .btn-icon {
	margin-right: 5px;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
}
.buy.disabled {
	color: #dfdfdf;
}
.buy.disabled .button {
	color: #efefef;
	background: #dfdfdf;
	border: none;
	cursor: default;
}


#foot {
	margin: 50px auto 0;
	padding: 35px 0 25px;
	width: 940px;
	min-height: 200px;
	color: #fff;
	background: #000;
	font-size: 11px;
	line-height: 17px;
}
#foot a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#foot a:hover {
	text-decoration: none;
	color: #cf1414;
	border-bottom: 1px solid #cf1414;
}
#foot .blurb {
	float: right;
	margin: 0;
	width: 220px;
}
#foot .blurb p {
	padding: 0 7px;
}
.social {
	height: 30px;
	margin-left: -4px;
}
.social .icon {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 7px 0 0 0;
	width: 30px;
	height: 23px;
	font-size: 20px;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
	text-align: center;
	border-radius: 5px;
}
#foot .social a {
	text-decoration: none;
	border: 0;
}
#foot .social a:hover {
	text-decoration: none;
	border: 0;
}
.socf {
	background: #3b5999;
}
.soct {
	background: #00acee;
}
.socp {
	background: #723796;
}
.soce {
	background: #999;
}
.socy {
	background: #ba1e2b;
}

#foot .social a:hover .socf {
	color: #3b5999;
}
#foot .social a:hover .soct {
	color: #00acee;
}
#foot .social a:hover .socp {
	color: #723796;
}
#foot .social a:hover .soce {
	color: #999;
}
#foot .social a:hover .socy {
	color: #ba1e2b;
}
#foot .social a:hover .icon {
	background: #fff !important;
}
#foot .icon {
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
	border: none;
}

.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
}
.flip-container.hover .flipper,
#flip-toggle.flip .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.flip-container, 
.front, 
.back {
	width: 300px; height: 300px;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, 
.back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.front {
	z-index: 2;
}
.back {
	color: #efefef;
	background: #000;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.back h2 {
	padding: 5px 0 0 10px;
	margin-bottom: 0;
	color: #efefef;
	height: 33px;
	overflow: hidden;
	border-bottom: 1px solid #737373;
}
.front .button,
.back .button {
	position: absolute;
	top: 10px; right: 10px;
	z-index: 3;
}
.back .button {
	padding: 0;
	border: 0;
}
.front .btn-icon {
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
}
.back .icon {
	width: 31px; height: 28px;
	background: #efefef;
	color: #dfdfdf;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
}
.tracks {
	width: 300px;
	height: 252px;
	overflow-y: auto;
}
.tracks table {
	margin-top: -1px;
	width: 300px; 
	background-color: #474747;
	border-collapse: separate;
}
.tracks td {
	padding: 5px 10px;
	border-top: 1px solid #545454;
	border-left: 1px solid #545454;
}
.tracks tbody > tr:nth-child(odd) > td, .tracks tbody > tr:nth-child(odd) > th {
	background-color: #363636;
}
.tracks td.num {
	width: 20px;
	text-align: right;
}
.tracks td.song {
	width: 270px;
}
.tracks td.song p {
	margin: 0;
	padding: 0;
	width: 238px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.songlink {
	color: #c6c6c6;
	border: none;
}

a.auth {
	text-decoration: none;
	color: #5bb65b;
	border: none;
}
a.auth:hover {
	text-decoration: none;
	color: #458a45;
	border: none;
}
.newalbum {
	float: right;
	font-size: 13px;
	line-height: 20px;
}
.editartist,
.editalbum {
	float: right;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
}
*/

.payment-errors {
	margin: 0 0 20px !important;
	padding: 5px;
	color: #272727;
	background-color: #ee6b84;
}
.cart {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	position: absolute;
	top: 0; right: 5px;
	margin: 0;
	padding: 0 5px;
	background: #a0d9f1;
	color: #272727;
	cursor: pointer;
}
.cart.disabled {
	/*color: #efefef;*/
	background: #474747;
	cursor: not-allowed;
}
.cart .icon {
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
}
.incart {
	display: none;
	position: absolute;
	top: -1px; right: 0;
	min-width: 239px;
	font-size: 12px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	z-index: 1000;
	font-family: 'Yantramanav', sans-serif;
	color: #272727;
}
.incart .closer {
	float: left;
	margin: 0 0 5px 5px;
}
.incart .checkout,
.incart .update {
	float: right;
	margin: 0 5px 5px 0;
}
.incart table {
	margin: 11px 0 5px 0;
	border-bottom: 1px solid #ddd;
}
.incart form {
	margin: 0;
}
.incart input[type=text] {
	margin: 0;
	padding: 3px 4px;
	width: 23px;
	text-align: center;
}
.incart .title {
	padding-top: 8px;
}
.incart .title div {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.incart .price {
	width: 35px;
	padding-top: 8px;
	text-align: right;
}

/*
.ship_text {
	float: left;
	width: 260px;
}
.box {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 10px 10px 10px;
	width: 298px;
	border: 1px solid #efefef;
}
table.totals {
	float: right;
	margin: 10px 0 0 0;
}
table.totals td {
	width: 80px;
	padding: 3px 8px;
	text-align: right;
}
tr.grand td {
	padding: 5px 8px;
	font-weight: bold;
	border: 1px solid #efefef;
	border-left: none;
	border-right: none;
}
.payment-errors {
	margin: 10px 8px 10px 0;
	color: #c91504;
}

#modalSongs th p,
#modalSongs td p {
	width: 165px;
	margin: 0; padding: 0;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.press {
	margin: 20px 0 0 0; 
	padding: 0 10px;
	list-style: none;
}
ul.press li {
	margin-bottom: 75px;
	margin-left: 85px;
	position: relative;
}
ul.press .photo {
	display: block;
	position: absolute;
	top: 0; left: -85px;
	width: 75px; height: 75px;
}
ul.press .nophoto {
	display: block;
	position: absolute;
	top: 0; left: -85px;
	width: 75px; height: 75px;
	background: #000;
	color: #fff;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
	font-size: 50px;
	line-height: 75px;
	text-align: center;
}
ul.press em {
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	color: #9b9b9b;
}
ul.press .text {
	height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
ul.press .button {
	outline: none;
}

label {
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	color: #9b9b9b;
}
textarea.err, 
input[type="text"].err,
input[type="email"].err {
	border-color: #b94a48;
	background-color: #fbf5f5;
}

.modal form {
	margin-bottom: 0;
}

.flagger {
	position: absolute;
	right: 0;
	padding: 0 0 0 4px;
	width: 50px; height: 21px;
	border-radius: 5px 0 0 5px;
	background: green;
	font-size: 10px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.flagger span {
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
}
.flagger a {
	text-decoration: none;
	color: #fff;
	border-bottom: none;
}
.flagger a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: none;
}

.carousel ol, .carousel ol li {
	margin: 0; padding: 0;
	list-style: none;
}
.carousel-caption {
	display: none;
}
.carousel-control {
	top: 50%;
}
.carousel a,
.carousel a:hover {
	border: none;
}
a.carousel-control,
a.carousel-control:hover {
	text-decoration: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.carousel-control.left {
	left: 0;
}
.carousel-control.right {
	right: 0;
}

.ie7 #nav {
	position: absolute;
	top: 0; right: 0;
}
.ie6 .track,
.ie7 .track,
.ie8 .track,
.ie9 .track,
.ie10 .track {
	display: none;
}
.ie6 .back,
.ie7 .back,
.ie8 .back,
.ie9 .back,
.ie10 .back {
	display: none;
}
.ie7 .blurb .ellipsis {
	height: 160px;
	overflow: hidden;
}

.icon404 {
	float: left;
	margin: 0 10px 20px 0;
	width: 75px; height: 75px;
	background: #efefef;
	color: #dfdfdf;
	font-family: 'front';
	font-weight: normal;
	font-style: normal;
	font-size: 50px;
	line-height: 75px;
	text-align: center;
}

#content {
	margin: 0 auto;
	width: 960px; height: 75px;
	position: relative;
}
.single {
	float: left;
	margin: 40px 0;
	width: 960px;
}
.block {
	position: absolute;
	width: 320px;
}
.block p {
	margin: 20px 10px 0;
	padding: 10px;
	background: #efefef;
}
.block p.featured {
	color: #fff;
	background: #777;
}
.block p .album,
.block p .artist {
	display: block;
	margin: 0 auto 10px;
	width: 280px;
	height: 280px;
	border: 0 !important;
}
.block p a.icon_link {
	float: right;
	border: 0 !important;
}
.block p a.icon_link .icon {
	display: inline-block;
	font-size: 30px;
	margin-top: 12px;
}
.block p.featured a.icon_link {
	color: #fff;
}
.review_block {
	display: inline-block;
	max-height: 200px;
	overflow: hidden;
}
*/