/**Music wrapper**/

.stream-wrapper ul {
    padding: 0;
    margin-bottom: 0;
    min-height: 35px;
}
.stream-wrapper ul li {
    font-size: 0;
    list-style: none;
	position:relative;
    font-family: 'Helvetica LT W01 Bold';
}
.stream-wrapper ul li div {
    background: #fff;
    color:#000;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    height: 24px;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin: 0 10.5px 0 0;
    padding: 0 9px 0 9px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	vertical-align:top;
}
.stream-wrapper ul li div.inactive {
    display: none;
}
.stream-wrapper ul.streams li {
    background: #fff;
    font-size: 10px;
    padding-left: 8px;
    box-sizing: border-box;
    line-height: 24px;
    color: #000;
}
div.stream-wrapper ul li div {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.stream-wrapper ul li div.streaming {
    width: calc(44.5% - 10.5px);
}
.stream-wrapper ul li div.active {
    background: #fff;
    color: #000;
    height: 35px;
	
}
.stream-wrapper ul li div.streaming {
    float: left;
    padding-right: 41px;
}
.stream-wrapper .content span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.stream-wrapper ul li div.streaming .sub-streams {
    border: medium none;
    width: 100%;
    display: none;
    font-size: 12px;
    max-width: 100%;
    height: auto;
    background: none repeat scroll 0 0;
    position: absolute;
    top: 24px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    text-align: left;
}
.stream-wrapper ul li div.streaming:after {
    background: url(../images/album_dropdown_black.svg) no-repeat;
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    top: 6px;
    right: 5px;
}
.stream-wrapper ul li div.streaming:hover:after{
    background: url(../images/album_dropdown.svg) no-repeat;
}
.stream-wrapper ul.streams li.active {
    color: #fff;
    background: #000;
}

div.stream-wrapper ul li div.streaming .sub-streams ul {
    overflow: visible;
}
.stream-wrapper ul li div.download {
    width: calc(29% - 10.5px);
    padding: 0;
}
.stream-wrapper ul li div.webstore {
    width: 26.5%;
    padding: 0;
	margin:0;
}
.embed-wrapper {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 0;
}
.embed-wrapper > div.active {
    display: block;
}
.embed-wrapper > div {
    display: none;
}
.embed-wrapper > div .embed iframe {
    width: 100%;
}
.stream-embeds > div {
    display: none;
}
 .stream-embeds > div.active {
    display: block;
}
.embed-wrapper > div .youtube .yt-video.embed{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.embed-wrapper > div .youtube iframe{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.download-links {
    overflow: hidden;
    padding: 10px 19px;
    text-align: center;
}
.download-links li {
    display: inline-block;
    margin-right: 10px;
    width: auto;
	margin-bottom:14px;
}
.download-links li a {
    display: inline-block;
    height: 40px;
}

 .download-links li.iTunes a {
    background: transparent url(../images/get_it_on_iTunes.svg) no-repeat scroll 0 0;
    background-size: 100% auto;
    width: 110px;
}
.download-links li.Amazon a {
    background: transparent url(../images/AmazonMusic.svg) no-repeat scroll 0 0;
    background-size: 100% auto;
    width: 110px;
}
.download-links li.GooglePlay {
    margin-right: 0;
}
.download-links li.GooglePlay a {
    background: transparent url(../images/Google_play.svg) no-repeat scroll 0 0;
    background-size: 100% auto;
    width: 117px;
}
 .webstore-links {
    overflow: hidden;
    padding: 0px 6px 0;
    text-align: center;
}
.webstore-links a {
    margin: 10px 14px 10px;
}
.webstore-links li.Webstore a {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.webstore-links a {
    display: inline-block;
    float: left;
    height: 30px;
    margin: 10px 8px 10px;
    width: 110px;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.webstore-links li.Webstore a {
    background-color: #d95d65;
    background-size: contain;
}
.webstore-links li.Webstore a {
    background: url(../images/webstore.png) no-repeat scroll 0 0 #000;
    background-size: 100% auto;
}
.webstore-links li.BestBuy a {
    background: url(../images/bestbuy.png) no-repeat scroll 0 0 #000;
    background-size: 100% auto;
}
.webstore-links li.FYE a {
    background: url(../images/fye.png) no-repeat scroll 0 0 #000;
    background-size: 100% auto;
}
.webstore-links li.Target a {
    background: url(../images/target.png) no-repeat scroll 0 0 #000;
    background-size: 100% auto;
}
 .webstore-links li.Walmart a {
    background: url(../images/walmart.png) no-repeat scroll 0 0 #000;
    background-size: 100% auto;
}
.webstore-links li.BarnesNoble a {
    background: url(../images/bnb.png) no-repeat scroll 0 0 #000;
    background-size: 100% auto;
}
.webstore-links li.Kmart a {
    background: url(../images/kmart.png) no-repeat scroll 0 0 #000;
    background-size: 100% auto;
}
.webstore-links li.Amazon a {
    background: url(../images/amazon.png) no-repeat scroll 0 0 #000;
    background-size: 100% auto;
}
.webstore-links li a {
	background-size:contain !important;
}
	
.stream-wrapper {
    max-width: 450px;
    margin: 0 auto;
	width:95%;
	font-size:10px;
	
	
}
.stream-wrapper ul li div.streaming:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
}

.album-wrapper {
    margin-bottom: 30px;
    min-height:435px;
}
.stream-wrapper ul li div.streaming.Soundcloud:before ,.stream-wrapper ul li div.streaming.Soundcloud:hover:before{
    background: url(../images/AZ-SC_black.svg) no-repeat;
    width: 15px;
    height: 10px;
    top: 8px;
    right: 20px;
    background-size: 100%;
}
.stream-wrapper ul li div.streaming.Youtube:before ,.stream-wrapper ul li div.streaming.Youtube:hover:before {
    background: url(../images/AZ-YT_Black.svg) no-repeat;
    width: 20px;
    height: 14px;
    right: 16px;
    top: 5px;
    background-size: 100%;
}
.stream-wrapper ul li div.streaming.Spotify:before ,.stream-wrapper ul li div.streaming.Spotify:hover:before {
    background: url(../images/AZ-SP_black.svg) no-repeat;
    top: 5px;
    right: 20px;
    background-size: 100%;
}
.stream-wrapper ul li div.streaming.Apple:before ,.stream-wrapper ul li div.streaming.Apple:hover:before{
    background: url(../images/AZ-AP_Black.svg) no-repeat;
    background-size: contain;
    top: 4px;
    right: 20px;
	
}
.stream-wrapper ul li div.streaming.Apple:hover:before{
	background: url(../images/AZ-AP_Icon.svg) no-repeat;
	background-size: contain;
}
.stream-wrapper ul li div.streaming.Spotify:hover:before {
	background: url(../images/AZ-SP_Icon.svg) no-repeat;
	background-size: 100%;
}
.stream-wrapper ul li div.streaming.Youtube:hover:before {
    background: url(../images/AZ-YT_Icon.svg) no-repeat;
	background-size: 100%;
}
.stream-wrapper ul li div.streaming.Soundcloud:hover:before {
    background: url(../images/AZ-SC_Icon.svg) no-repeat;
	background-size: 100%;
}
div.stream-wrapper > ul li div{
	border:1px solid #fff;
	box-sizing:border-box;
	letter-spacing:0.5px;
}
div.stream-wrapper > ul li div:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    
}
.follow-wrapper {
    background: #fff;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
	text-align: left;
	display:block;   
	padding-top:10px;
}
.follow-wrapper span {
    display: inline-block;
    vertical-align: middle;
    width: 92px;
    margin-left: 10px;
}


.follow-wrapper span {
    display: inline-block;
    vertical-align: middle;
    width: 92px;
    margin-left: 10px;
}
input[type="text"], input[type="email"], input[type="textarea"], select{
	-webkit-text-fill-color:#fff;
}
