﻿@font-face {
  font-family: 'soundtrack';
  src: url('soundtrack-webfont.eot');
  src: url('soundtrack-webfont.eot?#iefix') format('embedded-opentype'), url('soundtrack-webfont.woff') format('woff'), url('soundtrack-webfont.ttf') format('truetype'), url('soundtrack-webfont.svg#soundtrackregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'soundtrack_bold';
  src: url('soundtrackbold-webfont.eot');
  src: url('soundtrackbold-webfont.eot?#iefix') format('embedded-opentype'), url('soundtrackbold-webfont.woff') format('woff'), url('soundtrackbold-webfont.ttf') format('truetype'), url('soundtrackbold-webfont.svg#soundtrack_boldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontface h1,
.fontface h2,
.fontface h3,
.fontface h4 {
  font-family: 'soundtrack_bold', sans-serif;
  font-weight: normal;
}
.fontface h1 {
  font-size: 4.5em;
}
.fontface h2 {
  font-size: 4em;
}
.fontface h3 {
  font-size: 2.5em;
}
.fontface h4 {
  font-size: 1.7em;
}
#radio {
  position: relative;
  background: url('/img/retina_wood.png') top left repeat;
  overflow: hidden;
  height: 0;
  transition: height ease-out 0.2s;
  /*
	background: url('/img/dark_leather.png') top left repeat #000;
	padding: 10px 0;
	color: #fff;

	&::after
	{
		content: "";
		background: url('/img/dark_leather_band.png') top left repeat-x;
		position: absolute;
		bottom: -11px;
		z-index:100;
		width: 100%;
		height: 43px;
	}
	*/
}
#radio.isOpen {
  height: 62px;
  transition: height ease-out 0.2s;
}
#radio .container {
  padding: 10px 0;
}
#radio .radio-controls {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding-right: 2em;
}
#radio .radio-display {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding-right: 2em;
}
#radio .radio-display .radio-coverArt {
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  margin-right: 2em;
}
#radio .radio-display .radio-artist,
#radio .radio-display .radio-album,
#radio .radio-display .radio-song {
  display: inline-block;
  padding: 0 0.3em;
  margin: 0;
}
#radio .radio-display .radio-artist:after,
#radio .radio-display .radio-song:after {
  padding: 0 0.3em;
  content: ":";
}
#radio .radio-buy {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding-right: 2em;
}
#radio .album-link {
  text-decoration: none;
  color: #333;
}
.fontface #radio .radio-display .radio-artist,
.fontface #radio .radio-display .radio-album,
.fontface #radio .radio-display .radio-song {
  position: relative;
  top: 5px;
  font-size: 2em;
}
header {
  color: #ddd;
  margin-bottom: 40px;
  position: relative;
}
.header-background {
  background: url(/img/dark_wood.png) top left repeat #333;
  box-shadow: 0 1px 0 #ddd, 0 4px 4px rgba(0, 0, 0, 0.2);
}
#home .header-background {
  height: 550px;
  margin-bottom: 70px;
}
/*----------------responsive--------------------*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #home .header-background {
    height: 430px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #home .header-background {
    height: auto;
  }
}
/* Landscape phones and down */
.fontface h1,
.fontface h2,
.fontface h3,
.fontface h4 {
  font-family: soundtrack_bold;
  font-weight: normal;
}
.fontface h1 {
  font-size: 4.5em;
}
.fontface h2 {
  font-size: 4em;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.7em;
  line-height: 1.1em;
}
.fontface h3 {
  font-size: 2.5em;
}
.fontface h4 {
  font-size: 1.7em;
}
#logo {
  display: block;
  padding: 1em;
}
nav {
  font-family: soundtrack_bold;
  font-size: 2.3em;
  float: right;
}
nav ul {
  margin: 0;
  list-style: none;
}
nav ul li {
  display: inline;
}
nav ul li a {
  display: block;
  float: left;
  padding: 0.2em 0.5em;
  margin-top: 20px;
  color: #ddd;
}
nav ul li a:hover {
  text-decoration: none;
  color: #fff;
}
nav .nav-lnk-cart {
  background: url(/img/cart.png) left 50% no-repeat;
  padding-left: 34px;
  margin-left: 15px;
}
.artist-nav-container {
  position: absolute;
  bottom: -3.5em;
}
.sub-nav {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
.sub-nav li {
  display: inline-block;
}
.sub-nav a {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 46px;
  color: #333;
}
.sub-nav a:hover {
  color: #f7a11a;
}
.nav-float {
  padding-top: 140px;
}
.nav-float header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.sub-nav-container {
  background: url(/img/retina_wood.png) top left repeat;
  box-shadow: 0 1px 0 #ddd, 0 4px 4px rgba(0, 0, 0, 0.2);
}
/*----------------responsive--------------------*/
.navbar #navigation .btn-navbar {
  background-color: #333;
  background-image: linear-gradient(to bottom, #4d4d4d, #333);
}
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  nav {
    font-size: 1.8em;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  nav {
    float: none;
    margin-bottom: 1em;
  }
  nav ul li {
    display: block;
    border-bottom: 1px dashed #eee;
  }
  nav ul li a {
    float: none;
  }
  .nav-float {
    padding-top: 0;
  }
  .nav-float header {
    position: static;
  }
}
/* Landscape phones and down */
.banner-container {
  padding-top: 30px;
}
.banner .btn-link {
  font-family: soundtrack_bold;
  font-size: 2.5em;
}
#newAlbum-art {
  position: relative;
}
#newAlbum-artist {
  position: absolute;
  z-index: 10;
  color: #fff;
  text-shadow: 2px 2px 1px #333;
  padding: 10px;
  box-sizing: border-box;
}
#newAlbum-artist.bottom {
  bottom: 0;
}
#newAlbum-artist.none {
  z-index: -1;
}
#newAlbum-text .actions {
  text-align: right;
}
.carousel-control {
  border: none;
}
.album-selector .row-fluid {
  padding-left: 60px;
  padding-right: 30px;
  box-sizing: border-box;
}
.album-selector h3,
.album-selector-small h3,
.album-selector h4,
.album-selector-small h4 {
  line-height: 1em;
}
.album-selector .thumbnail img,
.album-selector-small .thumbnail img {
  border: 10px solid #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.album-selector .thumbnail img:hover,
.album-selector-small .thumbnail img:hover {
  box-shadow: 2px 2px 1px rgba(247, 161, 26, 0.2);
}
.album-selector-small .album-selector-item {
  width: 17%;
  min-height: 290px;
}
.album-selector-small .album-selector-item .thumbnail img {
  width: 70%;
}
.album-selector-small h3 {
  font-size: 1.9em;
}
.album-selector-small h4 {
  font-family: sanchez, serif;
  font-size: 1em;
  font-weight: normal;
}
/*----------------responsive--------------------*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .album-selector-small .album-selector-item {
    width: 20%;
    min-height: 250px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .album-selector-small .album-selector-item {
    width: 33%;
    min-height: 250px;
    float: left;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .album-selector-small .row-fluid {
    padding-left: 60px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .album-selector-small .album-selector-item {
    width: auto;
    margin: 0 auto;
    min-height: none;
    float: none;
  }
  .album-selector-small .album-selector-item .thumbnail img {
    width: auto;
  }
}
.art img {
  display: block;
}
.art-hero {
  position: relative;
}
.art-shadow {
  margin-bottom: 38px;
}
.art-shadow img {
  border: 1px solid #ddd;
}
.art-shadow::before {
  content: "";
  display: block;
  width: 38px;
  height: 311px;
  background: url(/img/art_shadow_left-right.png) left top;
  position: absolute;
  top: 50%;
  left: -39px;
  z-index: 0;
  margin-top: -155px;
}
.art-shadow::after {
  content: "";
  display: block;
  width: 38px;
  height: 311px;
  background: url(/img/art_shadow_left-right.png) -38px top;
  position: absolute;
  top: 50%;
  right: -39px;
  z-index: 0;
  margin-top: -155px;
}
.art-shadow div::before {
  content: "";
  display: block;
  height: 38px;
  width: 311px;
  background: url(/img/art_shadow_top-bottom.png) left top;
  position: absolute;
  left: 50%;
  top: -39px;
  z-index: 0;
  margin-left: -155px;
}
.art-shadow div::after {
  content: "";
  display: block;
  height: 38px;
  width: 311px;
  background: url(/img/art_shadow_top-bottom.png) left -38px;
  position: absolute;
  left: 50%;
  bottom: -39px;
  z-index: 0;
  margin-left: -155px;
}
.art-shadow-bottomOnly::before,
.art-shadow-bottomOnly::after,
.art-shadow-bottomOnly div::before {
  display: none;
}
.tags {
  margin: 0;
}
.tags li {
  display: inline-block;
  color: #737373;
  background: #eee;
  padding: 0 0.5em;
}
#artists h1 {
  display: none;
}
#artists footer {
  margin-top: 70px;
}
.artTile {
  position: relative;
  overflow: hidden;
  /*float: left;
    width: 16.66666666666667%;
    min-width: 150px;

    img
    {
        width: 100%;
    }
		*/
}
.artTile .artTile-text {
  padding: 1em;
  transition: all ease 0.5s;
  height: 20%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.artTile .artTile-text .artTile-artistName {
  color: #fff;
  text-shadow: 0px 0px 0 #fff;
  border: none;
  margin: 0.5em 0;
  padding: 0;
  font-size: 1.8em;
}
.artTile:hover .artTile-text {
  height: 30%;
  transition: all ease 0.5s;
}
.artTile:hover .artTile-artistName {
  text-shadow: 1px 1px 0 #f7a11a;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.artist-page .artist-name::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(/img/rat.png) top right no-repeat #fff;
  display: inline-block;
  border-radius: 50%;
}
.album-tracks {
  margin-left: 0;
}
.album-track {
  cursor: pointer;
  line-height: 14px;
  font-size: 1em;
  list-style: none;
}
.album-track:last-child {
  border-bottom: none;
}
.album-track:before {
  content: "";
  margin-right: 10px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url('/img/glyphicons-halflings.png') white;
  background-position: -405px -22px;
  border-radius: 50%;
  padding: 2px;
}
.album-track.isPlaying {
  color: #f7a11a;
  text-shadow: 1px 1px 0 #333;
}
.album-track.isPlaying:before {
  background: url('/img/glyphicons-halflings-white.png') #f7a11a;
  background-position: -311px -71px;
}
.album-page .album-tracks.album .album-track {
  line-height: 2em;
  font-size: 1.2em;
  padding-left: 1em;
  border-bottom: 1px solid #999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.album-page .album-title {
  line-height: 50px !important;
}
.album-page .album-title::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(/img/rat.png) top right no-repeat #fff;
  display: inline-block;
  border-radius: 50%;
}
.album-page .price-listPrice {
  font-weight: bold;
  font-size: 1.2em !important;
  color: #808080;
  -webkit-text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 #fff;
}
.album-page .artist-video {
  cursor: pointer;
}
.album-page .artist-video .thumbnail {
  position: relative;
}
.album-page .artist-video:hover .thumbnail a:after {
  content: "";
  background: url('/img/play-overlay.png') left top no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -44px;
  margin-left: -44px;
  width: 88px;
  height: 88px;
}
#productCarousel .carousel-indicators {
  position: static;
}
#productCarousel .carousel-indicators li {
  display: block;
  float: left;
  width: auto;
  height: auto;
  margin-left: inherit;
  text-indent: 0;
  background-color: inherit;
}
#productCarousel .carousel-indicators li.active a {
  background-color: #f7a11a;
  color: #fff;
}
a.btn-link {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
a.btn-link:hover {
  color: #f7a11a;
  border-bottom: 1px dashed #f7a11a;
  text-decoration: none;
}
.slideNav {
  margin-bottom: 1em;
}
.slideNav li {
  float: left;
  display: block;
  margin-right: 2em;
}
.slideNav a {
  display: block;
  background: #fff;
  border-radius: 3em;
  padding: 1em;
}
footer {
  color: #ddd;
  position: relative;
  margin-top: 200px;
  padding-top: 3em;
  background: url(/img/dark_leather.png) top left repeat #222;
  min-height: 200px;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  color: #fff;
}
footer::before {
  content: "";
  background: url('/img/dark_leather_band.png') top left repeat-x;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 43px;
}
footer .foot-nav li {
  display: inline-block;
  padding: 0 1em;
  border-right: 1px solid #d9d9d9;
}
footer .foot-nav li:last-child {
  border-right: none;
}
#cartContainer {
  margin: 0 30px 0 30px;
}
.shopgrid {
  margin: 0 auto 3em;
}
.shopgridheader {
  background-color: #fff;
}
.shopgridrow,
.shopgridrowalt {
  border-bottom: 1px solid #bbb;
}
.shopgridfooter {
  font-weight: bold;
  background-color: #fff;
}
.shopgridfooter hr {
  display: none;
}
.tabulature {
  margin-bottom: 2em;
}
.tabulature .album-tracks {
  background: url('/Img/tabs.jpg') center center no-repeat transparent;
  border: 10px solid #fff;
  padding: 1em;
  width: 220px;
  height: 200px;
  box-sizing: border-box;
  margin: 0;
}
.tabulature .album-track {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 5px 5px 2em;
  margin: 1px 0;
  line-height: 1.5em;
  cursor: pointer;
  font-size: 1em;
  list-style: none;
  position: relative;
  border-radius: 5px;
}
.tabulature .album-track:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: url('/img/glyphicons-halflings.png') white;
  background-position: -405px -22px;
  border-radius: 50%;
  padding: 2px;
}
.tabulature .album-track.isPlaying {
  color: #f7a11a;
  text-shadow: 1px 1px 0 #333;
}
.tabulature .album-track.isPlaying:before {
  background: url('/img/glyphicons-halflings-white.png') #f7a11a;
  background-position: -311px -71px;
}
.tabulature-img {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.tabulature-img img {
  position: absolute;
  z-index: -1;
}
.tabulature-details {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.tabulature .album-tracks {
  width: 190px;
  padding: 5px;
}
/* Large desktop */
@media (min-width: 1200px) {
  .tabulature .album-tracks {
    width: 220px;
    padding: 1em;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .tabulature {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .tabulature .album-tracks {
    width: 220px;
    padding: 1em;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 610px) {
  .tabulature {
    text-align: center;
    padding: 1em 0;
    margin: 0;
    border-bottom: 1px solid #555;
  }
  .tabulature .tabulature-img,
  .tabulature .tabulature-details {
    float: none;
    margin: auto;
    width: 100%;
  }
  .tabulature .album-tracks {
    margin: 0 auto 1em;
    width: 220px;
    padding: 1em;
  }
}
/* Landscape phones and down 
@media (max-width: 480px) { ... }
*/
body {
  color: #333;
  background: url(/img/husk.png) top left repeat #ccc;
}
a {
  cursor: pointer;
}
hr {
  border: none;
  height: 2px;
  background: #fff;
}
.actions {
  text-align: right;
}
.fontface body {
  font-family: sanchez;
}
.fontface body p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.thumbnail {
  box-shadow: none;
}
/*
.row-secondary
{
    background:url(/img/player_bg.jpg) top left no-repeat #efefef;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:3em 0;
    box-shadow:0 0 20px rgba(255,255,255,0.8) ;
}

#latestNews
{
    background:url(/img/bg.jpg) top left repeat;
    padding:1em 3em 3em;
}
*/
.row-secondary {
  background: url(/img/bg.jpg) top left repeat #efefef;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3em 0;
}
blockquote {
  margin-bottom: 2em;
  line-height: 1.5em;
  display: block;
  background: #fff;
  padding: 1em;
  border: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #595959;
}
blockquote cite {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 1em;
  font-style: italic;
}
blockquote p:before {
  content: '\201C';
}
blockquote p:after {
  content: '\201D';
}
::selection {
  background: #f7a11a;
  color: #fff;
}
::-moz-selection {
  background: #f7a11a;
  color: #fff;
}
.btn-cta {
  margin: 1.5em auto;
  display: block;
  width: 80%;
}
.text-strike {
  text-decoration: line-through;
}
/*----------------responsive--------------------*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .album-selector h3,
  .album-selector h4 {
    font-size: 1.5em;
  }
  .album-selector h4 {
    font-size: 1em;
    font-family: sanchez;
    font-weight: normal;
  }
  .fontface body p {
    font-size: 0.9em;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .carousel-inner .item {
    display: block;
  }
  .carousel-control {
    display: none;
  }
  .carousel-indicators {
    display: none;
  }
  .banner-container .item {
    display: none;
  }
  .banner-container .item:first-child {
    display: block;
  }
}
/* Landscape phones and down */