@charset "utf-8";
body{
	margin:0; 
	text-align:center;
  	font-family:  'Abel', 'Segoe UI', 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	overflow-x:hidden;
	}
header{
	display:block;
	height:100px;
	width:100%;
	background:#f89015;
}
.adstop{
	padding-top:20px;
	padding-bottom:20px;
}
.album_info {
	padding-bottom:25px;
}
ul {
	margin-left: -20px;
	margin-top:0;
	}
ul,li{
	 list-style:none;
	 border:0;
	 }
li{ text-align:left;
	margin-bottom:4px;
	font-size:0.875em;
	white-space: nowrap;
}
.logo {
	margin: auto;
	width:90%;
	text-align:left;
	padding-top:10px;
}

img {
	max-width:94%;
}
a{ 
	color:#f89015;
	text-decoration:none;
}
a:visited{
	color:#717171;
	text-decoration: none;
	}
a:hover{
	color:#ec5539;
}
h1{ color:#f89015;
   	font-size:1.75em;
	line-height:1em;
	text-transform:uppercase;
	position:relative;
	}
.artist a{
	color:#717171;
}
.aside {
	display:block;
	width:96%;
	padding:2%;
	height:100%;	
}
.content {
	display:block;
	text-align:left;
	width:96%;
	padding:2%;
}
.wrap {
	display: block;
	margin:0 auto;
    border: none;
    width:100%;
}
.list {
	display:inline-block;
	margin:5px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background:#f89015;
	text-align:center;
	line-height:36px;	
}
.list a {
	color:#ffffff;
}
.artist_index {
   overflow-wrap: break-word;
   padding:20px 0px;
}
hr {
	display:block;
	clear:both;
	color:#717171;
	background-color:#717171;
	border: none;
    height: 1px;
}
footer {
	display:inline-block;
	text-align:center;
	padding:30px;
	clear:both;
}
.search_form{
	display:block;
	margin: 0 auto;
	text-align:center;
	width:90%;
	height:30px;
	overflow:hidden;	
}
button{
	width:30px;
	height:30px;
	text-align:center;
	border:none;
	float:right;
	position:relative;
	z-index:999;
	margin:0;
	padding:0px;
	border:none;
	border-radius: 0;
	background:#ffffff;
	color:white;
    border: none;
    outline:none;
}
input[type='text']{
    float:left;
	height:30px;
	overflow:hidden;
	width: calc(100% - 30px);
	border:none;
	border-radius: 0;
	outline:medium;
	}
.album_info {
	display:block;
	width: 100%;
	padding: 40px 0px;
	clear:both;
}
.album_info:after {
    content: '';
    display: block;
    clear: both;
}
.track_list{
	display:bloack;
	padding-top:30px;
}
.album_cover{
	display:block;
	width:100%;
	text-align:center;
}
@media (max-width:767px) {
	li { padding-top:10px;}
	}
@media (min-width:768px) {
header {
	width:100%;
	height: 60px;
	text-align:center;
}
.logo {
	display:block;
	float:left;
	width:300px;
	text-align:left;
}
.search_form{
	float:right;
	width:300px;
	padding-top:15px;
}
input[type='text']{
	width:270px;
	}
.wrap{
	width: 98%;
}
.content{
	float:left;
	width: 400px; /* fallback if needed */
    width: calc(100% - 370px);
	padding-bottom:60px;
}
.aside {
	width:300px;
	float:right;
	text-align:left;
	padding:10px;
}
.track_list{
	float:left;
	padding-top:0px;
}
.album_cover{
	float:left;
	width:300px;
}
}
@media (min-width:1024px) {
.wrap{
	width: 980px;
}
.content{
	width: 600px; /* fallback if needed */
    width: calc(100% - 370px);
}
}
@media (min-width:1200px) {
.wrap{
	width: 1200px;
}
.content{
	width:820px;
}
}