html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* styles */
body {
  background: #f3f3f3;
  color: #838383;
  font-family: HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
}
div.wrap{
  width: 952px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
ul.nav,
ul.nav li{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*header*/
#header{
    background: #000 url(../img/hero.jpg) 50% 0 no-repeat;
    height: 500px;
    width: 100%;
    position: relative;
}
#header .top{
    background: rgba(0,0,0,0.81);
    height: 70px; /*70*/
    position: absolute;
    top: 0;
    width: 100%;
}
/* search */
#header .top .logo-fm{
    display: block;
    position: absolute;
    top: 23px;
    left: 2px;
}
#header .top .search{
    position: absolute;
    width: 290px;
    left: 62px;
    top: 17px;
}
#header .top .search input[type=text]{
    border: solid 1px #0b1116;
    color: #b1b1b1;
    font-size: 18px;
    background: #3d4349;
    height: 32px; /*32*/
    width: 286px; /*286*/
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: inset 0 3px 7px #222, 0 1px 0 #666;
    padding: 8px 15px 0;
}
#header .top .search input[type=text]:focus{
    outline: none;
}
#header .top .search ul.suggest{
    display: none;
    background: #d6d6d6;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
    border-radius: 4px;
    overflow: hidden;
    padding: 1px;
    top: 33px;
    left: 4px;
    position: absolute;
    width: 279px; /*279*/
    box-sizing: border-box;
}
#header .top .search ul.suggest li{
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #c4c4c4;
    height: 27px; /*27px + 1px borders*/
    cursor: pointer;
}
#header .top .search ul.suggest li:first-child{
    border-top: none;
}
#header .top .search ul.suggest li:last-child{
    border-bottom: none;
}
#header .top .search ul.suggest li img.art{
    height: 20px;
    width: 20px;
    box-shadow: none;
    border-radius: 0;
    float: left;
    margin: 3px 10px 5px 5px;
}
#header .top .search ul.suggest li .name{
    line-height: 27px;
    float: left;
    font-size: 13px; 
}

#header .top ul#main-menu{

    position: absolute;
    top: 0;
    right: 191px;
    border-right: solid 1px #12181b;
    height: 69px;
}
#header .top ul#main-menu li{
  display: inline;
  color: #f0f0f0;
  font-size: 16.57px;
  margin-right: 1em;
  line-height: 70px;
}
#header .top ul#main-menu li a{
    color: #f0f0f0;
    text-decoration: none;
}
#header .top div.user{
    width: 110px; /*138*/
    position: absolute;
    right: 51px;
    height: 39px; /*69*/
    border-left: solid 1px #353d42;
    border-right: solid 1px #353d42;
    padding: 17px 16px 13px 12px;
    font-size: 12.57px;
    text-align: right;
}
#header .top div.user img.avatar{
  float: right;
  margin-left: 6px;
  box-shadow: 1px 1px 3px #000;
}
#header .top div.user div.status{
    color: #8c9498;
    margin-top: 0.2em;
}
#header .top div.user div.username{
    color: #d0d5d7;
}
#header .top .notifications{
    position: absolute;
    right: 0;
    border-left: solid 1px #12181b;
    width: 50px;
    height: 69px; /*69*/
}
#header .top .notifications .cart{
    background: url(../img/icon-cart.png) no-repeat 50% 0;
    position: relative;
    color: #8c9498;
    font-size: 12.57px;
    padding: 20px 10px 0;
    margin: 20px 0 0;
    width: ;
}
#header .top .notifications .cart .badge{
    position: absolute;
    top: -12px;
    right: 6px;
    background: url(../img/badge.png);
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12.57px;
    text-align: center;
    color: #d0d5d7;
    font-weight: bold;
    text-shadow: #666 1px 0 2px;
}

#header #hero-info{
    top: 35%;    /*235px*/
}
#header #hero-info .tagline{
    font-size: 28.33px;
    color: #fff;
    margin: 0 0 0.5em;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;	
}
#header #hero-info .artist-name{
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 25px;
    margin-left: -2px;
    padding: 5px 8px;
}

#header .bottom{
    background: rgba(0,0,0,0.81);
    height: 40px; /*40*/
    position: absolute;
    width: 100%;
    bottom: 0;
}
#header .bottom ul.nav{
    text-align: center;
    margin-top: 8px;
}
#header .bottom ul.nav li{
    display: inline;
    margin: 0 0.5em;
}
#header .bottom ul.nav li a{
    display: inline-block;
    text-decoration: none;
    color: #8a8a8a;
    height: 26px; /*26*/
    font-size: 13px;
    line-height: 26px;
    padding: 0 12px;

}
#header .bottom ul.nav li.active a{
    color: #d5d5d5;
    background-image: -webkit-linear-gradient(top, #3C3C3C 0%, #000000 100%);
    border-radius: 6px;
    box-shadow: 0 1px 0 #555;
}

/* condensed header state*/

#header.condensed{
    height: 320px;   
}


/* shared elements */

.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    height: 26px; /*26*/
    font-size: 12px;
    line-height: 26px;
    padding: 0 8px;
    color: #d5d5d5;
    background-image: -webkit-linear-gradient(top, #525556 0%, #313535 100%);
    border-radius: 8px;
    border: none;
    box-shadow: 0 1px 0 #555;
}

img.art{
    border: none;
    height: 98px;
    width: 98px;
    box-shadow: 0 0 3px #000;
    border-radius: 5px;
}
.title{
    font-size: 12px;
    margin: 0.8em 0 0;
}

/*page content*/
#actions{
    position: relative;
    margin-top: 22px;
    margin-bottom: 8px;
    height: 26px;
    margin-right: 6px;
}
#actions .btn-back{
    width: 104px;
}
#actions .btn-back:before {
  content: url(../img/icon-back.png);
  height: 11px;
  width: 15px;
  margin-right: 6px;
  vertical-align: -5%
}
#actions #instruction{
    position: absolute;
    left: 136px;
    top: 0;
    color: #838383;
    font-size: 18px;
    line-height: 26px;
}
#actions .social{
    background: url(../img/social.png);
    position: absolute;
    height: 24px;
    width: 136px;
    right: 1px;
    top: -5px;
}


/* strip group (split left/right)styles */

.strip-group{
    position: relative;
    /*box-shadow: 0 0 2px #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;*/
    margin: 0;
    clear: both;
}
.strip-group .strip-pre{
    background-image: -webkit-linear-gradient(top, #868686 0%, #393939 100%);
    width: 119px; /*119 including borders*/
    border: solid 1px #4d4d4d;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    overflow: visible;
    float: left;
}
.strip-group .strip-post{
    overflow: auto;
    background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
    border: solid 1px #bcbcbc;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    width: 826px; /*834 including borders*/
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    float: left;
}


/* artist view (track select) */
#artist-view{
    height: 152px; /*double 152*/
}
#artist-view .artist-info{
    height: 152px;
    padding-top: 10px;

}
#artist-view .artist-info .title{
    color: #c3c3c3;
}
#artist-view .strip-post{
    height: 152px;
}
#artist-view .tracks{
    padding-top: 10px;

    padding-left: 7px;
}
#artist-view .tracks .track{
    float: left;
    width: 116px;
    margin-left: 1px;
    text-align: center;
height: 150px;
cursor: pointer;
}


/* top group of controls for art strip view */
#art-strip-view{
    height: 500px;
}
#group1{
    height: 152px;
}
#group1 .track-info{   
    padding-top:10px;
    height: 152px;
}

#group1 .track-info img.art{
    border: none;
    height: 98px;
    width: 98px;
    box-shadow: 0 0 3px #000;
    border-radius: 5px;
}
#group1 .track-info .title{
    color: #c3c3c3;
}
#group1 .strip-post{
    padding-left: 6px;
    padding-top: 2px;
    height: 152px; /*152*/
    overflow: visible;
    border-bottom-right-radius: 0;
}
#group1 .sections{
    position: absolute;
}
#group1 .sections .section{
    float: left;
    width: 116px;
    margin-left: 1px;
    text-align: center;
    padding-top: 7px;
height: 142px;
box-sizing: border-box;
cursor: pointer;
}
#group1 .sections .active img{
    border: solid 2px #28c9d2;
}
#group1 .sections .section:first-child{
    margin-left: 2;
}
#group1 .sections .section:last-child{
    margin-right: 0;
}
#group1 .sections .section img.art{
    height: 98px;
    width: 98px;
    box-shadow: 0 0 3px #000;
    border-radius: 5px;
}
#group1 .sections .section .title{
    color: #323232;
}

/* bottom group of controls */
#group2{
    height: 110px;
    margin-top: 20px;
}
#group2 .strip-pre{
    height: 110px; /*110*/
}
#group2 .strip-post{
    height: 110px; /*110*/
}
#group2 .brand{
    text-align: center;
    color: #c3c3c3;
    padding-top: 45px;
    font-size: 12px;
}
#group2 .top{
    border-bottom: solid 1px #cecece;
    height: 54px;
    width: 100%;
}
#group2 .bottom{
    height: 52px;
}
#group2 .toggles{
    overflow: visible;
    float: left;
    border-right: solid 1px #d4d4d4;
}
#group2 .toggles .toggle{
    border-right: solid 1px #fff;
    border-left: solid 1px #d4d4d4;
    float: left;
    width: 180px;
    height: 54px;
    color: #323232;
    font-size: 12px;
    text-align: center;
    line-height: 54px;
    overflow: visible;
position: relative;
}

#group2 .toggles .toggle:first-child{
    border-left: none;
}

#group2 .toggles .toggle .dropdown{
    background-image: -webkit-linear-gradient(top, #525556 0%, #313535 100%);
    height: 26px;
    line-height: 26px;
    color: #fff;
    margin: 18px 10px 0;
    border-radius: 5px;
    padding: 0 20px 0 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
#group2 .toggles .toggle .dropdown i{
  background: url(../img/arrow-down.png) no-repeat 50% 50%;
  height: 23px;
  width: 29px;
  position: absolute;
  right: 0;
  top: 0;
}
#group2 .toggles .toggle .active i{
  background-image: url(../img/arrow-up.png);
}
#group2 .toggles .toggle .options{
    display: none;
    background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
    position: absolute;
    top: 44px;
    left: 10px;
    width: 85%;
    z-index: 2;
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    
    max-height: 200px;
    overflow-y: scroll;
}
#group2 .toggles .toggle .options div{
  background: transparent;
  height: 25px;
  line-height: 25px;
  border-bottom: solid 1px #cecece;
  border-top: solid 1px #fff;
  text-align: left;
  padding: 0 8px;
  cursor: pointer;
}
#group2 .toggles .toggle .options div:first-child{
  border-top: none;
}
#group2 .toggles .toggle .options div:last-child{
  border-bottom: none;
}



#group2 .btn-add-to-cart{
    position: absolute;
    padding-right: 4px;
    top: 16px;
    right: 14px;
}
#group2 .btn-add-to-cart:after{
  content: url(../img/icon-cart.png);
  height: 11px;
  width: 15px;
  margin-left: 6px;
  vertical-align: -15%
}

/* audio playback controls */
.track-controls{
    position: relative;
}
.track-controls .play,
.track-controls .pause{
    background: none no-repeat 50% 50%;
    height: 0;
    width: 0;
    border: none;
    padding: 28px 0 0 28px;
    overflow: hidden;
    cursor: pointer;
    margin: 13px 10px 0px 15px;
}
.track-controls .play{
    background-image: url(../img/btn-play.png);
}
.track-controls .pause{
    background-image: url(../img/btn-pause.png);
}
.track-controls input[type="range"] {
  -webkit-appearance: none;
  background: #bfbfbf;
  border: none;
  display:block;
  position: absolute;
  top: 20px;
  left: 55px;
  width: 84%;
  height: 9px;
  border-radius: 4px;
  box-shadow: inset 0px 1px 6px rgba(0,0,0,.6), 0 1px 1px #fff;
}
.track-controls input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: solid 1px #555;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url(../img/slider-thumb.png) no-repeat 50% 50%;
  box-shadow: 0 3px 3px #888;
}
.track-controls div.time{
    position: absolute;
    right: 20px;
    text-align: right;
  font-size: 12px;
  color: #323232;
  height: 12px;
  top: 20px;
}

/* section choices dropdown */
#section-drop{
    display: none;
    box-sizing: border-box;
    display: none;
    margin: 2px 7px 0 120px;
    clear: both;
    height: 195px;
}
#section-drop .option-sets{
    background: #2c2c2c;
    overflow: auto;
    height: 135px;
}
#section-drop .option-sets .options{
    margin: 16px 20px 0;
}
#section-drop .option-sets .options .option{
    text-align: center;
    width: 82px; /*92 px between corresponding edges */
    margin-right: 10px;
    position: relative;
    float: left;
    cursor: pointer;
}
#section-drop .option-sets .options .option .choose{
    background: url(../img/btn-select.png) no-repeat 50% 50%;
    height: 0;
    width: 0;
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 51px 0 0 51px;
    overflow: hidden;
}
#section-drop .option-sets .options .option img.art{
    height: 70px;
    width: 70px;
}
#section-drop .option-sets .options .option .title{
    color: #646464;
}

#section-drop .meta{
    background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
    border: solid 1px #bcbcbc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    width: 826px; /*834 including borders*/
    box-sizing: border-box;
    height: 55px;
}
#section-drop .meta .label{
    font-size: 12px;
    color: #646464;
    line-height: 55px;
    width: 104px;
    text-align: center;
    border-right: solid 1px #fff;
    height: 53px;
    float: left;
}
#section-drop .description{
    border-left: solid 1px #d3d3d3;
    height: 100%;
    width: 700px;
    box-sizing: border-box;
    padding: 15px 25px;
    font-size: 12px;
    line-height: 1.4em;
    color: #646464;
    float: left;
}

.cart-actions{
    text-align: right;
    margin: 12px 5px;
}
