@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(css/animate.css);
.listening-li {
  border: 2px solid #f00 !important;
}
.prevbttn-inactive {
  float:right;  
}
.nextbttn-inactive {
float: left;
}
.prevbttn {
  float:right; 
}
.nxtbttn{
  float: left;
}
.pagination {
  display: inline-block;
  margin: 0 10px;
}
.pagination > li {
  border: 1px solid;
  float: right;
  list-style: outside none none;
  margin-left: 4px;
  min-width: 14px;
  padding: 2px;
  text-align: center;
}
.pagination > li a.current {
  background: #ccc none repeat scroll 0 0;
  color: red;
  display: block;
}
body {
    background-color: #fff;
    margin: 0px;
    padding: 14px 0px 0px 0px;
    font-family: "droid Arabic Kufi";
    font-size: 13px;
    font-weight: normal;
    color: #999999;
}
a {
    text-decoration: none;
    color: #4e4d4d;
}
a img, img {
    border: 0px
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}
.clr {
    clear: both;
    height: 0px;
}
img {
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
img:hover {
    opacity: 0.6
}
.clfx:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

/*=============================================================================*/

.wrapp {
    margin: 0 auto;
    max-width: 420px;
		position: relative;
		overflow: hidden;
}
.hdr {
    background-color: #e12626;
    border-right: solid 4px #d11919;
    margin-bottom: 10px;
}
.logo {
    display: block;
    float: right;
    background: transparent url(img/logo.png) 0 0 no-repeat;
    width: 94px;
    height: 39px;
    margin-top: 5px;
}
.logo span {
    display: none;
}
.home- .fa {
    display: block;
    float: right;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    height: 40px;
    line-height: 40px;
}
a.hdr-butt {
    float: left;
    display: block;
    height: 50px;
    color: #fff;
    width: 45px;
    text-align: center;
		line-height: 12px;
}
a.hdr-butt .fa{
	display: block;
	height: 25px;
	line-height: 25px;
	margin-bottom: 4px;
	color: #fff;
}
.srch-button {
    border: 1px solid #fff;
    border-width: 0 1px
}
a.menu-button .fa{
	height: 50px;
	line-height: 50px;
	font-size: 24px;
}
.ac-block .hd{
	background: rgb(247,247,247);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 61%, rgba(244,244,244,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 61%,rgba(244,244,244,1) 100%);
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 61%,rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
display: block;
border: 1px solid #dedede;
border-width:0 1px 1px 0;
height: 28px;
line-height: 28px;
padding: 5px 12px;
margin-bottom: 7px;
color: #555;

}
.ac-block .hd .fa{
	display: block;
	float: left;
	color: #f32828;
	font-size: 22px;
}
.a-block-in{
	display: none;
	margin-bottom: 30px;
}
/*
.ac-block li:first-child .a-block-in{
	display: block;
}*/
.list-it li{
	float: right;
	width: 50%;
}
.list-it li a{
	display: block;
	margin-left: 10px;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 3px;
}
.list-it li a i{
	margin-left: 6px;
}
.overly_ {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    display: none;
}

.search_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    visibility: hidden;
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.srch-box_open .search_box {
    visibility: visible;
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}

.close_srch,.rsponsv_menu_button {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
		border-radius: 50%;
		background-color: #fff;
		margin: 0 auto 30px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.rsponsv_menu_button{
	background-color: #f00;color: #fff;
}
.close_srch:hover,.rsponsv_menu_button:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.search_box form {
    background-color: #fff;
}

.search_box form input[type=text] {
    float: right;
    width: 80%;
    display: block;
    border: 0;
    font-size: 16px;
    line-height: 44px;
		padding: 0 10px;
		font-family: "droid Arabic Kufi";
		height: 44px;
}

.search_box form input[type=submit] {
    float: left;
    display: block;
    width: 44px;
		height: 44px;
    font-size: 18px;
		padding: 0;
    background-color: #777;
		font-family: FontAwesome;
		color: #fff;
		cursor: pointer;
		border: 0
}
.nav {
		position: fixed;
		padding-top: 30px;
		top: 0;
		right: 0;
		width: 200px;
		background-color: #fff;
		border-left: solid 1px #ddd;
		height: 100%;
		z-index: 200;
		opacity: 0;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		-webkit-animation: slideOutRight 1s both;
		animation: slideOutRight 1s both;
}
.right-menu-open .nav {
		visibility: visible;
		opacity: 1;
		-webkit-animation: slideInRight 1s both;
		animation: slideInRight 1s both;
}
.menu {
		margin: 0;
		float: none;
		height: 70%;
		overflow: auto;
}
.menu li {
		width: auto;
		height: auto;
		float: none;
		display: block;
		border-bottom:solid 1px #ddd
}
.menu li:last-child{
	border: 0;
}
.menu li a {
		display: block;
		text-align: center;
		padding: 6px 0;
		color: #444;
}

.menu li a:hover {
		color: #fff;
		background-color: #f00;
}
.song_list li{
	background: rgb(247,247,247);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 61%, rgba(244,244,244,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 61%,rgba(244,244,244,1) 100%);
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 61%,rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
border: 1px solid #dedede;
border-width:0 1px 1px 0;
margin-bottom: 3px;
padding: 4px 8px;
}
.song_list li em{
  display: block;
  float: right;
  font-style: normal;
}
.song_list li em:last-of-type{
  float: left
}
.song_list li em b{
  font-weight: normal;
}
.song_list li br{
  display: none;
}
.b-title{
	position: relative;
	text-align: center;
	margin-bottom: 5px;
}
.b-title:after{
	display: block;
	content: '';
	left:0;
	right: 0;
	top:50%;
	margin-top: -2px;
	height: 3px;
background-color: #f00;
text-align: center;
position: absolute;
}
.b-title a,.b-title span{
	display: inline-block;
	position: relative;
	z-index: 3;
	padding: 5px;
	background-color: #fff;
	font-size: 15px;
	color: #444;

}
.foot-menu{
  margin: 0 -5px 5px;
}
.foot-menu li{
  float: right;
  width: 50%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.foot-menu li:last-child{
  width: auto;
  float: none;
}
.foot-menu li a{
  display: block;
  background: rgb(247,247,247);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 61%, rgba(244,244,244,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 61%,rgba(244,244,244,1) 100%);
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 61%,rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
border: 1px solid #dedede;
border-width:0 1px 1px 0;
margin-bottom: 3px;
padding: 4px 7px;
}
.foot-menu li a .fa{
  color: #f00;
  font-size: 18px;
}
.foot-menu li:last-child a{
  text-align: center;
}
.foot-bgr{
  background: transparent url(images/ma7room_02.jpg) center 0 no-repeat;
  height: 30px;
  display: block;
}
.social-bgr{
background: transparent url(images/ma7room_76.jpg) right 0 no-repeat;margin-bottom: 7px;
}
.social-bgr div{
  float: right;
  line-height: 16px;
  font-size:9pt;font-family: tahoma;

}
.social-bgr ul{
  float: left;margin-top: 5px;
}
.social-bgr ul li{
  float: left;
  margin-right: 2px;
}
.social-bgr ul a{
  display: block;width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #555;
  color: #fff;
}
.social-bgr ul a .fa{
  color: #fff;
  line-height: 30px;font-size: 16px;
}
.social-bgr ul li:first-child a{
  background-color: #3a589b;
}

.social-bgr ul li:nth-child(2) a{
  background-color: #55caf3;
}
.social-bgr ul li:nth-child(3) a{
  background-color: #e96e3e;
}
.social-bgr ul li:nth-child(4) a{
  background-color: #cf3427;
}
.copryt span a,.social-bgr p span{
  color: #f32828;
}
.songname{
/*  color: #f00;**/
}
.sngrname{
  font-family: tahoma;
}
.m-downld{
  float: left;
  font-family: tahoma;
}
.words-by,.music-by{
  float: right;font-family: tahoma;
}
.music-by{
  float: left;
}
textarea{
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lstn-page-title{
  font-size: 18px;
  text-align: center;
  color: red;
}
.ta-song-link{
  height: 75px;
  font-size: 17px;
  font-weight: bold;
  padding-right: 80px;
  text-align: left;
}
.ss-list{
  position: relative;
  z-index: 5;
}
.ss-list li{
  float: right;
  width: 50%;

}

.ss-list2 li:first-child{
  width: 100%;
  margin-top: -66px;
  margin-bottom: 14px;
}

.ss-list li a,.ss-list li span{
  display: block;font-size: 17px;
}
.ss-list li.ehdaa_ a{
background: transparent url(img/33.gif) right 0 no-repeat;
overflow:hidden;text-indent:-200px
}
.ss-list li .fa{
  color: red;margin-left: 10px;font-size: 22px;
}
.ss-list2 li:first-child a,
.ss-list2 li:first-child span{
  width: 100px;
  text-align: center;
}
.ss-list2 li:first-child a .fa,
.ss-list2 li:first-child span .fa{
  display: block;
  margin: 0 auto 5px;
}
.ss-list li:last-child a .fa{
  font-size: 26px;
}
.sngr_list li{
  margin-bottom: 15px;
}
.sngr_list img{
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sngr_list li h2{
  background: rgb(247,247,247);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 61%, rgba(244,244,244,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 61%,rgba(244,244,244,1) 100%);
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 61%,rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
border: 1px solid #dedede;
border-width:0 1px 1px;
margin: 0;
padding: 6px 12px;
font-weight: normal;
font-size: 16px;
}

.sngr_list li h2 a{
  display: block;
  float: right;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.sngr_list li h2 .views{
  float: left;
  font-size: 14px;font-style: normal;
}
.sngr_list li h2 .views .fa{
  font-size: 18px;margin-left: 3px;
}
.sngr_list li h2:after{
  clear: both;
  display: block;
  content: '';
}
#player_div_wrapper{
  margin: 0 auto 10px;
}