body{
	margin:0; 
	text-align:center;
	background-color:#222222;
	color:#959595;
  	font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size:12px;
	}
.search {
	height:40px;
	overflow:hidden;
	margin:15px 10px;
	background-color:#fff	
}
.search button{
	width:40px;
	height:40px;
	text-align:center;
	border:none;
	float:right;
	z-index:999;
	margin:0;
	padding:0px;
	border:none;
	border-radius: 0;
	background:#ffffff;
}
.search input[type='text']{
    float:left;
	height:40px;
	overflow:hidden;
	width:240px;
	border:none;
	border-radius: 0;
	outline:medium;
	}
select.selectoption{
	float:left;
	height:40px;
	width:60px;
	border:0;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color:#fff;
   border-radius: 0;
   font-family: 'Dosis', sans-serif;
 
}
select::-ms-expand { /* for IE 11 */
   display: none;
}
a{ 
	color:#ffffff;
	text-decoration:none;
}
a:visited{
	color:#717171;
	text-decoration: none;
	}
a:hover{
	color:#ec5539;
}
b {
	font-family: 'Dosis', sans-serif;
	color:#ec5539;
}
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;
}

img {
	max-width:94%;
}
header, footer{ 
	width:100%;
	background-color:#2c2c2c;
	overflow:hidden;
	}
.clear{
	clear:both;
}
.wrap{
	margin-left:auto;
	margin-right:auto;
	background-color:#2c2c2c;
}
.brand img{ 
	height:50px;
	padding-top:15px;
}

.brand {
	display:block;
}
.ads{ 
	padding:5px 0;
	text-align:center;
}

hr{	border:0; height:1px; background-color:#3e3e3e;color:#3e3e3e}
.hot{
	font-family: 'Dosis', sans-serif;
	color:#ec5539;
    text-transform:uppercase;
	margin-top:5px;
}
.main{
	float:nono;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:10px;
	font-size:1.25em;
	height: auto !important;
}
.lyrics {
	min-height: 350px;
}
.song_text{
	display:block;
	float: left;
	width:50%;
}
.translate{
	display:block;
	float:right;
	width:50%;
}
h1{ color:#ec5539;
    font-family: 'Dosis', sans-serif;
	font-size:2.5em;
	line-height:1em;
	text-transform:uppercase;
	position:relative;
	padding-left:15px;
	}
h1:before{
	content:'';
	left:0;
	top:0;
	position:absolute;
	height:100%;
	width:10px;
	background-color:#ec5539;
}
h2 {
	color:#fff;
	font-family: 'Dosis', sans-serif;
	font-size:2em;
	line-height:0.875em;
	text-transform:uppercase;
}
h3 {
	color:#fff;
	font-family: 'Dosis', sans-serif;
	text-transform:uppercase;
}
.engage{
	float:left;
	padding-right:30px;
	padding-top:4px;
	}

.aside {background-color:inherit;}
.list a{
	font-weight:bold;
	padding:8px;}
.cover{
	display:blcok;
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}
article{
	clear:both;
}
.credits {
	padding-left:40px;
	font-size:0.875em;
}
.pop { display:block;
	   padding: 0px 10px;
	   word-wrap:break-word;
	   font-size:0.75em;
	   }
.azlist {
 font-family: 'Dosis', sans-serif; word-wrap: break-word; 
 padding:10px;
 font-size:1.125em;
}
.song_title{
	 padding-left:40px;
	 font-size:0.75em;
	 list-style-type: circle;
}
.adsense {
    display:block;
	width:100%;
	text-align:center;
}

*:focus {
    outline:none;
}
.input_text {
	font-family: 'Dosis', sans-serif;
}
/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.album_info{
	font-size: 1.2em;
	padding: 20px;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/* =========================
   Responsive
   ========================*/
@media (max-width:767px) {
h1 {
	font-size:1.875em;
	line-height:1em;
}
h2 {
	font-size:1.75em;
	line-height:1em;
}
.list {
	display:hidden;
}
.brand{
	float:none;
}

.main, .aside{
	padding:3%;}
.content{ display:block;
          padding:0px;
}
.main{
	font-size:1em;
}
.song_text{
	display:block;
	float: none;
	width:100%;
}
.translate{
	display:block;
    float:none;
	width:100;
}
li{
	padding:10px 0px;
}
.cover {
	width:30%;
}
.pop {
	padding:6px;}
li {
	padding: 10px 0px;
    }
.videoplayer {
	height:240px;
}
}
@media (min-width:768px) {
img {
	max-width:400px;
}
.ads{
	max-height:90px;
	overflow:hidden;
}	
.cover {
	width:30%;
}
.wrap {
	padding:0 10px;
}
.brand{
	float:left;
}
.search {float:right;}
.main, .aside{
	width:96%;
	padding:15px;
	}
.content{ display:block;
          padding:10px 10px 15px 10px;
}
.adslot { width:728px; height:90px;}
.adsense {
    display:block;
	float:left;
	padding-right:10px;
	text-align:center;
	width:300px;
	clear:both;
}
h1 { margin:10px 0px;}
.videoplayer {
	height:480px;
}
}
@media (min-width:1024px) {
.cover {
	width:20%;
}
.wrap {
	width:1010px;
	text-align:center;
	}
.content{ display:block;
          float:left;
		  padding:10px 10px 15px 10px;
		  width:680px;
}
.aside{ width:300px;
        display:block;
        float:right;
		padding:100px 10px 15px 10px;
}
.adslot { width:160px; height:600px;}
.main{
	margin-top:10px;
	padding:0px;
	width:100%;
	line-height:1.5em;
}
img {
	max-width:500px;
}
}
@media (min-width:1200px) {
.wrap {
	width:1200px;
	}
.main {
	width:1200px;
	background:#000;

}
.aside{ width:300px;
        float:right;
		padding-top:100px 20px 0 0;
	    
}
.content { width:850px;
          padding:10px 10px 15px 20px;
 }
.adslot { width:300px; height:600px;}
}