@charset "UTF-8";
/* CSS Document */

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:87px;
    background-color: black;
	border-top:#666 1px solid;
	left:0px;
	right:0px;
	overflow:hidden;
}


#footer_song_icon {
	width:32px;
	height:32px;
	margin:4px;
	margin-left:4px;
	display:inline-block;
	float:left;
	background-image: url(../img/icn_music_white.png);
	background-size:80%;
	background-position:center;
	background-repeat:no-repeat;
	opacity: 0;
}

#footer_download_button {
	width:32px;
	height:32px;
	margin:4px;
	margin-right:4px;
	display:inline-block;
	float:right;
	background-image: url(../img/icn_download_white.png);
	background-size:80%;
	background-position:center;
	background-repeat:no-repeat;
	opacity: 0;
}

#footer_lyrics_button {
	width:15%;
	height:24px;
	margin-top:10px;
	color:#fff;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:inline-block;
	font-family: oicbold;
	cursor: default;
	opacity: 0.25;
}

#footer_streams_container {
	width:70%;
	height:24px;
	margin-top:10px;
	color:#fff;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:inline-block;
	font-family: oicbold;
	cursor: default;	
	opacity: 1;
}

#footer_song_title_text {
	width:100%;
	height:24px;
	margin-top:10px;
	color:#fff;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:inline-block;
	font-family: oicstanormal;
	opacity: 0;
	cursor: default;
}

#footer_stems_button {
	width:15%;
	height:24px;
	margin-top:10px;
	color:#fff;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:inline-block;
		font-family: oicbold;
		cursor: default;
		opacity: 0.25;
}

#footer_buttons_container {
	width: 100%;
	height: 43px;
	display: inline-block;
	float: left;
	opacity: 1;
}

#footer_song_title {
	width: calc(100% - 80px);
	height: 43px;
	display: inline-block;
	float: left;
}

#footer_info_container {
	width:100%;
	height:43px;
	
}

.interactive_bg_lyrics {
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	color:#fff;
	padding:16px;
	text-align:left;
	font-family: silhouette;
	font-size:26px;
	overflow:hidden;
	cursor: default;
	
}

.footer_streams {
	width:25%;
	height:30px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	text-align: center;
}

#footer_streams_spotify {
	width:32px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-size:90%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/icn_spotify_white.png);
	cursor:pointer;
}

#footer_streams_youtube {
	width:32px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-size:90%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/icn_youtube_white.png);
	cursor:pointer;	
}

#footer_streams_soundcloud {
	width:32px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-size:90%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/icn_soundcloud_white.png);
	cursor:pointer;	
}

#footer_streams_applemusic {
	width:32px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-size:90%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/icn_applemusic_white.png);
	cursor:pointer;	
}