﻿body {
    margin: 15px;
    background-color: darkslategray;
    color: ghostwhite;
    font-family: 'Open Sans', sans-serif;
}

.divider{
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid black;
}

footer{
    margin-top: 200px;
}

.center{
    text-align: center;
    margin: 30px;
}

.currentTrack{
    color: lightgreen;
    border-left: 5px solid lightgreen;
    background: -webkit-linear-gradient(bottom, darkseagreen 0%, transparent);
    background: -moz-linear-gradient(bottom, darkseagreen 0%, transparent);
    background: -o-linear-gradient(bottom, darkseagreen 0%, transparent);
    background: linear-gradient(bottom, darkseagreen 0%, transparent);
}

a{
    color: lightgreen;
}

a:hover{
    color: forestgreen;
}

a:visited{
    color: darkseagreen;
}

.well{
    background-color: rgb(50,50,50);
    box-shadow: inset 7px 5px 10px rgba(0,0,0,0.4);
    color: rgb(200, 200, 200);
}

.container{
    width: 80%;
    padding: 0px;
}

.img-thumbnail{
    box-shadow: 7px 3px 15px rgba(0,0,0,0.4);
}

footer{
    text-align: center;
}

.description{
    width: 70%;
}


@media screen and (max-width: 800px){
    .container{
        width: 100%;
    }

    .description{
        width: 100%;
    }
}

/* @group player */

.player {
    margin-top: 10px;
	display: block;
	height: 60px;
	position: relative;
	cursor: default;
    background-color: black;
    border-radius: 5px;
}

.playerBG{
    position: absolute;
    left: 70px;
    right: 70px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(to right, 
        rgba(255,255,255,1) 0%, rgba(20,20,20,1) 3%, 
        rgba(20,20,20,1) 24%, rgba(255,255,255,1) 25%, rgba(20,20,20,1) 26%,
        rgba(20,20,20,1) 49%, rgba(255,255,255,1) 50%, rgba(20,20,20,1) 51%,
        rgba(20,20,20,1) 74%, rgba(255,255,255,1) 75%, rgba(20,20,20,1) 76%,
        rgba(20,20,20,1) 97%, rgba(255,255,255,1) 100%);
    background-size: 25%;
}

.playtoggleBG{
    position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
    background: linear-gradient(45deg,
        rgb(20,20,20) 0%, rgb(110, 110, 110) 100%);
    border-radius: 50%;
    border: 2px solid rgb(170, 170, 170);
    cursor: pointer;
}

.playtoggle {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 30px;
	background: url(../img/player.png) no-repeat -30px 0;
}

.playtoggle.playing {
	background-position: 0 0;
}

.playtoggle:active {
	top: 10px;
}

.timedisplay {
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #546374;
}

.timeleft {
	line-height: 30px;
	position: absolute;
	top: 30px;
	right: 0;
	width: 60px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #546374;
}

.gutter {
	position: absolute;
	top: 27px;
	left: 60px;
	right: 60px;
	height: 2px;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #546374;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#242f3b), to(#516070));
	background: -moz-linear-gradient(top, #242f3b, #516070);
	background: linear-gradient(top, #242f3b, #516070);
	-webkit-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	-moz-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	-o-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
}

.loading {
	background: #fff;
	background: #939eaa;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef1), to(#c7cfd8));
	background: -moz-linear-gradient(top, #eaeef1, #c7cfd8);
	background: linear-gradient(top, #eaeef1, #c7cfd8);
	-webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	-moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	-o-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: left;
	min-width: 6px;
	height: 6px;
}

.handle {
	position: absolute;
	top: -22px;
	left: 0;
	width: 35px;
	height: 50px;
	margin-left: -10px;
	background: linear-gradient(to right, 
        rgba(0,0,100,1) 0%,
        rgba(100,100,100,1) 20%, rgba(0,0,50,1) 21%,
        rgba(0,0,50,1) 45%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 54%, rgba(0,0,50,1) 55%,
        rgba(0,0,50,1) 79%, rgba(100,100,100,1) 80%,
        rgba(0,0,50,1) 100%);
	cursor: pointer;
}

.player a.popup {
	position: absolute;
	top: 9px;
	right: 8px;
	width: 32px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../img/player.png) no-repeat -90px 0;
}

.player a.popup:active {
	background-position: -90px 1px;
}

/* @end */