html, button, input, select, textarea {
    color: #222222;
}
html, body {
    font-family: 'Oswald',Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-shadow: 1px 1px 0 #000000;
    width: 100%;
    height:100%;
}
html, #page, #content, .content, #body, body {
   width: 100%;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
border-left: 1px solid;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
border-bottom: 17px solid rgba(0, 0, 0, 0);
border-left: 17px solid rgba(0, 0, 0, 0.8);
}


div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
	border-right:none; border-left:none;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
	border-right:1px solid;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
border-top-color:rgba(0,0,0,0.8);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border-right-color: rgba(0,0,0,0.8);
	
}

div.hopscotch-bubble .hopscotch-nav-button.next {
	position:inherit;
	text-shadow:1px 1px 0 black;
}

div.hopscotch-bubble {
	background: rgba(0, 0, 0, 0.9);
	border: 1px solid;
}

div.hopscotch-bubble .hopscotch-content {
	color:white;
}

div.hopscotch-bubble h3 {
	color:white;
	text-shadow:none;
}

div.hopscotch-bubble .hopscotch-bubble-close {
	background: url("../img/player-buttons-mobile.png") no-repeat scroll -4px -603px;}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
	border-bottom: 17px solid rgba(0, 0, 0, 0.9);
	
}

.iScrollVerticalScrollbar {
	position: absolute;
	z-index: 9999;
	width: 16px;
	bottom: 2px;
	top: 2px;
	right: 0;
	overflow: hidden;
	background: rgba(255,255,255,0.2);
}

.iScrollIndicator {
	position: absolute;
	background: rgba(99, 99, 99, 0.75);
	width: 8px;
	/* border-style: solid; */
	/* border-color: #EB97B4 #7C2845 #7C2845 #EB97B4; */
	border-radius: 8px;
	left: 3px;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #B3D4FC;
    text-shadow: none;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
audio, canvas, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browsehappy {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}
#page, #content {
    height: inherit;
    text-align: center;
    width: inherit;
}
#page {
    background: url("../img/bkgrd.jpg") repeat scroll center center rgba(0, 0, 0, 0);
}
.content, .body {
    height: inherit;
    width: inherit;
}
.body{
	overflow:hidden; 
}
.body > .container {
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
}
#masthead {
    background: url("../img/logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    min-height: 227px;
}

#player #masthead {
    position: fixed;
    text-align: center;
    width: inherit;
    z-index: 3;
}

#player > .body > .container {
    height: auto;
   padding-bottom:90px
}
h3.heading {
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #A9A9A9;
}
#social_menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 492px;
    min-height: 202px;
    padding: 8px;
    position: inherit;
}
#social_menu > ul {
    background: none repeat scroll 0 0 rgba(33, 33, 33, 0.5);
    border: 2px solid #333333;
    border-radius: 6px;
    height: inherit;
    margin: 5%;
    min-height: 161px;
    width: inherit;
}
#social_menu .login {
    background-image: url("../img/social-icons-sml.png");
    background-repeat: no-repeat;
}
#social_menu > ul > li {
    margin: 57px 0 0;
}
#facebook {
    background: none repeat scroll 0 -51px #3C599F;
    border: 2px solid;
    color: #FFFFFF;
    display: inline-block;
    line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    max-height: 36px;
    padding: 6px 22px 6px 0;
    position: inherit;
    text-decoration: none;
    text-indent: 52px;
    width: auto;
}
#facebook:hover {
    background-position: 3px -51px;
}
label {
    color: #F1C40F;
    font-size: 1.3em;
    text-transform: uppercase;
}
input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 3px;
    height: 36px;
}
#register form, #register input {
    width: inherit;
}
input, button, select, textarea {
    border: medium none;
    font-family: 'Oswald',Helvetica,sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
}
button {
    border: medium none;
    font-size: 1.3em;
    height: 98px;
    margin: 0;
    text-align: center;
    width: 98px;
}
button {
    background: none repeat scroll 0 0 #000000;
    border-radius: 100px;
    color: #FFFFFF;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
.effects {
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
#player #masthead {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    max-height: 92px;
    min-height: 92px;
}

#player #masthead > img {
   border:6px solid black;
   float:right;
   margin-right:1%;
   border-radius:7px;
   background:black;
   box-shadow:0 0 7px black;
   margin-top:-18px
}

#player #body {
   background: -moz-linear-gradient(top,  rgba(33,33,33,0.75) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,33,33,0.75)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf333333', endColorstr='#000333',GradientType=0 );

    border-top: 1px solid #333333;
    bottom: 76px;
    height: auto;
    position: absolute;
    top: 95px;
}
#subcontrols {
    float: left;
    left: 310px;
    position: absolute;
    top: 6px;
}
#maincontrols {
    float: left;
    height: auto;
    left: 8px;
    position: absolute;
    top: -23px;
}
#maincontrols li#menu {
    display: none;
}

#dashboard {
    background:#222;
    left: 285px;
    top: 15px;
    width:450px;
    border-radius: 12px;
    padding: 4px;
    color: #dfdfdf;
    font-size: 12px;
    text-transform: uppercase;
    min-height:18px;
}

#dashboard div {
    float:left; clear:none;
    display:inline-block;
    margin: 0 4px 0 12px;
}

body #subcontrols li, #maincontrols li, .next, .prev {
    background: none repeat scroll 0 0 #000000;
    border-radius: 100px;
    box-shadow: 0 0 4px #000000;
    display: inline-block;
    height: 65px;
    margin-right: 12px;
    margin-top: 18px;
    position: relative;
    text-align: center;
    top: 40px;
    vertical-align: middle;
    width: 65px;
}
nav a span, .next span, .prev span {
    display: block;
    text-indent: -999em;
}
nav a, .next a, .prev a {
    border-radius: inherit;
    bottom: 0;
    display: inline-block;
    left: 0;
    margin: 7px;
    position: absolute;
    right: 0;
    top: 0;
}

.next, .prev {
    z-index:17;
    top: 29%;
    position: absolute;
}

.next {
    right:0;
    left:auto;
}

.prev {
    left:0;
}

div.next a span {
    background-position: -767px 0;
}

div.prev a span {
    background-position: -722px 0;
}

div.prev a:hover span {
    background-position: -726px -162px;
}
div.next a:hover span {
    background-position: -764px -162px;
}


#subcontrols ul, #maincontrols ul {
    margin: 0;
    position: relative;
    text-align: left;
}
nav a span, .next a span, .prev a span {
    background: url("../img/player-buttons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    width: inherit;
}
#previous.none > a > span {
    background-position: -388px -2px;
}
#next.none > a > span {
}
#next > a > span {
    background-position: -450px -163px;
}
#previous > a > span {
    background-position: -389px -163px;
}
#previous > a, #next > a {
    border: 1px solid #EB3F46;
    box-shadow: 0 0 12px #EB3F46;
}
#play.pause a {
    border-color: #EB3F46;
    box-shadow: 0 0 12px #EB3F46;
}
#play span {
    background-position: -86px 25px;
}
#play.pause span {
    background-position: 34px 27px;
}
#maincontrols li#play {
    border-radius: 100px;
    height: 124px;
    width: 124px;
}
#play a {
    margin: 8px;
}
#play a, #save.enable > a, .next a:hover, .prev a:hover {
    border-color: #66CC99;
    box-shadow: 0 0 12px #66CC99;
}
#clear > a > span {
    background-position: -624px -2px;
}
#clear.enable > a > span {
    background-position: -624px -163px;
}
#clear.enable > a {
    border: 1px solid #33CCFF;
    box-shadow: 0 0 12px #33CCFF;
}
#save > a > span {
    background-position: -510px -3px;
}
#save.enable > a > span {
    background-position: -509px -162px;
}
#trash > a > span {
    background-position: -567px -3px;
}
#trash.enable > a > span {
    background-position: -567px -165px;
}
#trash.enable > a {
    border: 1px solid #E65D64;
    box-shadow: 0 0 12px #E65D64;
}
#shuffle a, #repeat a, #next.none a, #previous.none a, #clear a, #save a, #trash a, .next a, .prev a {
    border: 1px solid #999999;
    box-shadow: 0 0 12px #999999;
}
#shuffle span {
    background-position: -247px -3px;
}
#shuffle.on > a {
    border: 1px solid #EE56F3;
    box-shadow: 0 0 12px #EE56F3;
}
#shuffle.on span {
    background-position: -245px -162px;
}
#save.enter form {
    margin-top: 70px;
    opacity: 1;
}
#save form {
    background: none repeat scroll 0 0 #333333;
    border-radius: 4px;
    display: block;
    left: -76px;
    margin-bottom: 0;
    margin-top: 80px;
    opacity: 0;
    padding: 4px;
    position: absolute;
    text-align: center;
    width: 173px;
    z-index: 30;
}
#save.enter form:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333333;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    position: absolute;
    top: -29px;
    width: 0;
}
#save.enter input {
    display: block;
    height: inherit;
    margin: 0;
    max-width: 163px;
}
#save form input {
    display: none;
}
nav {
    display: inline;
    position: absolute;
}
#repeat > a > span {
    background-position: -321px -3px;
}
#repeat.on > a {
    border: 1px solid #F38156;
    box-shadow: 0 0 12px #F38156;
}
#repeat.on > a > span {
    background-position: -319px -162px;
}
section h4, .playlist.songs h4 {
    background-color: #808080;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    padding: 2px 50px;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
    top: -16px;
    width: auto;
    z-index: 3;
}
#sect1 h4 {
    background-color: #33CCFF;
}
#sect2 h4 {
    background-color: #F38156;
}

#sect3 h4 {
	background-color: #9b59b6;
}
.songs .track a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
}
.songs .track.delete a {
    background: none repeat scroll 0 0 rgba(230, 93, 100, 0.8);
}
.songs .track.add a {
    background: none repeat scroll 0 0 #66CC99;
}
.songs .track.yellow a {
    background: none repeat scroll 0 0 #CCCCCC;
}
.songs .track.pause a {
    background: none repeat scroll 0 0 rgba(241, 196, 15, 0.8);
}
.songs .track a, .songs .track span {
    display: block;
    height: inherit;
    width: inherit;
}
.songs .track.drag {
    position: absolute;
    z-index: 1000;
}
.songs .track span {
    background-color: #000000;
    border-radius: 1000px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    position: relative;
    width: 48px;
}
.playlist.songs h4 {
    background: url("../img/player-buttons-mobile.png") no-repeat scroll left -601px #DFDFDF;
    display: inline-block;
    padding: 2px 23px;
    text-align: left;
}
.songs h4 a {
    color: #222;
    padding-left: 13px;
    text-decoration: none;
}
.songs .track.add.play span:after {
    background-position: 62% -694px;
}
.songs .track.add span:after {
    background-position: 50% -484px;
    border: 1px solid #66CC99;
}
.songs .track.yellow span:after {
    background-position: 50% -560px;
    border: 1px solid #CCCCCC;
}
.songs .track.pause span:after {
    background-position: 50% -774px;
    border: 1px solid rgba(241, 196, 15, 0.8);
}
.songs .track.delete span:after {
    background-position: 50% -518px;
    border: 1px solid rgba(230, 93, 100, 0.8);
}
.songs .track span:after {
    background-image: url("../img/player-buttons-mobile.png");
    background-position: 7px -456px;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    border-radius: 1000px;
    content: " ";
    display: block;
    height: 85%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 3px;
    width: 85%;
}
.songs {
    border-top: 1px solid #5E5E5E;
    position: relative;
     background: -moz-linear-gradient(top,  rgba(33,33,33,0.75) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,33,33,0.75)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf333333', endColorstr='#000333',GradientType=0 );
}
.songs:last-child {
    
}
.songs:first-child {
    margin-top: 63px;
}
.songs .list {
   
    height: 250px;
    width: 90%;
}
.songs li {
    height: 210px;
    position: relative;
    text-align: center;
    width: 210px;
}
.songs .track a {
    border-radius: 3px;
    height: 197px;
    margin-left: auto;
    margin-right: auto;
    width: 197px;
}
.songs .track a img {
    height: 95%;
    margin: 4px 0 0;
    width: 94%;
}
.songs .track a.options {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 0.6em;
    height: 0;
    left: 9px;
    opacity: 0;
    overflow: hidden;
    padding: 0.2%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 3px;
    vertical-align: middle;
    width: 191px;
}
.songs .track.yellow .options, .songs .track:hover .options, .songs .track a.options:hover, .songs li:hover .options {
    height: 189px;
    opacity: 1;
    transition-duration: 0.2s;
    transition-property: opacity;
}
.songs .track .options p, .songs .track:hover .options p, .songs .track a.options:hover p, li:hover .options p {
    font-size: 1.74em;
    line-height: 25px;
    margin: 0 0 8px;
    padding-top: 11%;
    text-align: center;
    vertical-align: middle;
}
#search {
   background: rgb(237,63,72);
background: -moz-linear-gradient(top,  rgba(237,63,72,1) 0%, rgba(230,92,100,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,63,72,1)), color-stop(100%,rgba(230,92,100,1)));
background: -webkit-linear-gradient(top,  rgba(237,63,72,1) 0%,rgba(230,92,100,1) 100%);
background: -o-linear-gradient(top,  rgba(237,63,72,1) 0%,rgba(230,92,100,1) 100%);
background: -ms-linear-gradient(top,  rgba(237,63,72,1) 0%,rgba(230,92,100,1) 100%);
background: linear-gradient(to bottom,  rgba(237,63,72,1) 0%,rgba(230,92,100,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3f48', endColorstr='#e65c64',GradientType=0 );

    bottom: 0;
    height: 76px;
    /* padding: 20px 8px 20px 0; */
    position: fixed;
    text-align: left;
    width: 100%;
    line-height: 85px;
}
#search form {
    margin: 0;
    text-align: left;
    width: 100%;
}
#search a {
    background: url("../img/player-buttons.png") no-repeat scroll -681px -169px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 34px;
    left: 47px;
    position: relative;
    width: 41px;
    top: 24px;
}
#search a:hover {
    background-position: -681px -170px;
}
#search form input {
    background: none repeat scroll 0 0 #333333;
    border-radius: 17px;
    box-shadow: 1px -1px #222222 inset;
    color: #FFFFFF;
    height: 34px;
    max-width: 75%;
    text-indent: 55px;
    width: inherit;
}
#notify.delete, #notify.error {
    background: none repeat scroll 0 0 #D73C44;
}
#notify.info, #notify.warning {
    background: none repeat scroll 0 0 #F1C40F;
}
#notify.green, #notify.success {
    background: none repeat scroll 0 0 #008000;
}
#modal {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}
#notify p {
    margin: 0;
    text-transform: uppercase;
}
.me-cannotplay {
    display: none;
    visibility: hidden;
}
#notify {
    background: none repeat scroll 0 0 #808080;
    bottom: -25%;
    color: #FFFFFF;
    display: none;
    font-size: 1em;
    height: 77px;
    /* padding: 8px 0 0 0; */
    position: absolute;
    width: 100%;
    z-index: 50000;
    line-height: 77px;
}
#settings {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    bottom: 0;
    left: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4600;
}
#settings.open {
    left: 0;
}
#settings a#close2 {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 1%;
    text-decoration: none;
    text-transform: uppercase;
    width: 25%;
}
#settings a#close2:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
#settings section article {
    display: block;
}
#settings section.list article {
    overflow: hidden;
}
#settings section ul {
    display: block;
    height: auto;
    margin: 1% auto;
    width: 88%;
}
#settings section ul li {
    border-bottom: 1px solid #FFFFFF;
    margin: 0;
    padding-left: 6px;
    text-align: left;
}
#settings section.list ul {
    margin-top: -100%;
}
#settings section.list {
    text-align: left;
}
#settings section.list h3 {
    line-height: normal;
    text-indent: 12px;
}
#settings section.list h3 a {
    color: #FFFFFF;
    text-decoration: none;
}
#settings section.list.open ul {
    margin-top: 0;
}
#notify.alert {
    bottom: 0;
    display: block;
}
#notify a#close {
    background: url("../img/player-buttons-mobile.png") no-repeat scroll -3px -606px rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    height: 24px;
    margin-right: 1%;
    margin-top: 1%;
    width: 24px;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
@media only screen and (min-width: 35em) {
}
@media print, not all, not all, (min-resolution: 120dpi) {
}
@media print {
* {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    color: #000000 !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
