.subtitle
{
  font-family: 'Traditional Arabic';
  color: rgb(107, 46, 8);
  font-size: 14px;
  background: #E9CF78;
  text-align: center;
  font-weight: bold;
  width: 33%;
}
.playersec
{
    background: #F6FFBC;
    text-align: center;
    border: 1px solid #E7D67B;
}

.quranpage
{
  position: relative;
  text-align: center;  
}
 
  
.ayahighlight
{
  
      opacity: 0.5;  
      background: #0C5A87;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
    filter: alpha(opacity=50);  /* IE 5-7 */
    -moz-opacity: 0.5;          /* Netscape */
    -khtml-opacity: 0.5;        /* Safari 1.x */
   
     
  

}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
    filter: alpha(opacity=80);  /* IE 5-7 */
    -moz-opacity: 0.8;          /* Netscape */
    -khtml-opacity: 0.8;        /* Safari 1.x */
    
    color: #fff;
    text-align: center;
}
#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 15%;
    left: 50%;
    margin: -28px 0 0 -25px;
    
}

.navicon {
  background: center center no-repeat transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFW…BYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
}


 



