/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
	Body
*/
body{
	
}
/*
	Small Player
*/
div#small-player,div#small-player-med{
	width: 100%;
    background-color: #f2f2f2;
    margin: auto;
    position: relative;
    overflow: hidden;
}

div#small-player{
	height: 12.5em;
}

div#small-player-med{
	height: 6.25em;
}

/*
    Small Player Album Art
*/
img#small-player-album-art{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    width: auto;
}

/*
    Small Player Middle
*/
div#small-player-middle{
    position: absolute;
    left: 12.5em;
    top: 0;
    width: calc(100% - 12.5em);
    height: 100%;
    max-width: 100%;
    background-color: #fcfcfc;
    padding: 20px 0 25px;
}
div#small-player-middle-top{
    height: 25%;
    margin-left: 20px;
    width: calc(100% - 2 * 80px);
 margin-top: 15px; margin-bottom: 30px;
}
div#small-player-middle-bottom{
    position: relative;
    height: 40%;
    overflow: hidden;
    margin: 0 15px;
}

/*
    Small Player Medium Middle
*/
div#small-player-med-middle{
    position: absolute;
    left: 6.25em;
    top: 0;
    width: calc(100% - 6.25em);
    height: 100%;
    max-width: 100%;
    background-color: #fcfcfc;
    padding: 20px 0 25px;
}
div#small-player-med-middle-top{
    height: 25%;
    margin-left: 20px;
    width: calc(100% - 2 * 80px);
	margin-bottom: 30px;
}
div#small-player-med-middle-bottom{
    position: relative;
    height: 40%;
    overflow: hidden;
    margin: -30px 0px 10px 15px;
}

/*
    Small Player Middle Meta
*/
div#small-player-middle-controls{
    margin-right: 20px;
    float: left;
}
/*
    Small Player Right
*/
div#small-player-right{
    position: absolute;
    right: 5%;
    margin-top: 15px;
}

/*
    Small Player Middle Meta
*/
div#small-player-med-middle-controls{
    margin-right: 20px;
    float: left;
}
/*
    Small Player Right
*/
div#small-player-med-right{
    position: absolute;
    right: 10px;
    margin-top: -70px;
}


/*
    Play Pause
*/
div.amplitude-play-pause{
    margin: auto;
    height: 64px;
    width: 64px;
    cursor: pointer;
    margin-top: 5px;
}
div.amplitude-paused{
    background-image: url('../images/play-button.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
div.amplitude-playing{
    background-image: url('../images/pause-button.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

div.loading-med{
	top:21px;
	background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-size: 100%;
	width:72px;
	height:72px;
	position:absolute;
	left:16px;
	display:none;
	pointer-events:none;
}
div.loading{
	top:36px;
	background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-size: 100%;
	width:72px;
	height:72px;
	position:absolute;
	left:16px;
	display:none;
	pointer-events:none;
}

/*
    Song Time Visualization
*/
div#song-time-visualization{
    background-color: #D9CAE3;
    position: absolute;
    top: 0px;
    width: 95%;
    height: 25%;
    overflow: hidden;
    background-color: #D9CAE3;
}
div#song-time-visualization-med{
    background-color: #D9CAE3;
    position: absolute;
    top: 0px;
    width: 95%;
    overflow: hidden;
    background-color: #D9CAE3;
}
div#song-time-visualization div.amplitude-song-time-visualization-status{
	background-color: #662D91;
    height: 100%;
}

div#song-time-visualization-med div.amplitude-song-time-visualization-status{
    background-color: #662D91;
    height: 20px;
}

input.amplitude-volume-slider {
    margin-top: 25px;
}

/*
    Now Playing Information
*/
div#now-playing-title{
   font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #676261;
    line-height: 20px;
    margin-bottom: 10px; text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
div.album-information{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #bebebe;
}
/*
    Current song time
*/
span#current-time,span#current-time-loading{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 17px;
    color: #F2F2F2;
    margin-top: 2px;
    margin-right: 10px;
    float: right; pointer-events:none;
}

input.amplitude-song-slider {
    width: 94.7%;
}

div#small-player-middle-meta {
    min-width: 350px;
} 

div#small-player-right {
    display:none;
}

@media (max-width: 640px) 
{
	#small-player-middle-meta{min-width: 250px !important;}
}

@media (max-width: 479px) 
{
    #small-player-album-art{ display: none; }
    #small-player-middle{left: 0px !important;}
	#small-player-middle{width: 100% !important;}
}

.album-information p{
	display:inline;
}

/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    width: 3.7em;
    outline: none;
    text-align: center;
    border-radius: 5px;
}

.share-btn:hover {
  color: #eeeeee;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

span.show-desc {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.download      { background: #662d91; }
.share-btn.rss       { background: #662d91; }



