@font-face {
    font-family: ubuntu-arabic;
    src: local(ubuntu-arabic), url("../fonts/ubuntu/UbuntuArabicRegular.otf");
}
@font-face {
    font-family: ubuntu-arabic-bold;
    src: local(ubuntu-arabic), url("../fonts/ubuntu/UbuntuArabicBold.ttf");
}

body {
    background-image: url(../img/noonbg.svg);
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	direction: rtl;
	font-family: "ubuntu-arabic" !important;
}

.header {
    background: #ffffff;
    margin: 0px auto;
    width: 75%;
    border-radius: 5px;
	text-align:center;
	margin-bottom:15px;
}
.header img {
    height: 110px;
	margin: 10px 0px;
}

.content {
    background: #ffffff;
    margin: 0px auto;
    width: 75%;
    border-radius: 5px;
	text-align:center;
	margin-bottom:15px;
	padding-bottom: 10px;
}
.content .goto {
    width: 40%;
    float: right;
	text-align:center;
}
.content .goto .bunn img{
    width: 70%;
}
.content .goto a img{
    width: 290px;
}
.content .player {
    width: 60%;
    float: left;
}
.footer {
    background: #ffffff;
    margin: 0px auto;
    width: 75%;
    border-radius: 5px;
	text-align:center;
	margin-top:15px;
}
.flogo {
    float: right;
    width: 49%;
    border-left: 1px solid #ebebeb;
}
.stores {
    float: left;
    width: 50%;
	padding-top: 45px;
}
.stores img{
    width:215px;
	margin: 10px;
}
.clear {
	clear:both;
}
.flogo img {
    height: 110px;
	margin: 10px;
}
.social a img {
	width:23px;
	height:auto;
}

.margin-top-52 {
	margin-top: 52px;
}
.margin-top-10 {
	margin-top: 10px;
}
/******************************************************************/
/* Radio Player */
.player_radio {
    width: 250px;
    background: #fff;
    padding: 20px 14px 8px 14px;
    border: none;
    border-radius: 10px;
    box-shadow: 10px 2px 90px -11px rgb(107 65 147);
    -webkit-box-shadow: 10px 2px 90px -11px rgb(108 65 147);
    -moz-box-shadow: 10px 2px 90px -11px rgba(13,100,76,0.75);
    display: block;
    margin: 0px auto;
    margin-top: 11px;
}

.imgBx img
{
  width: 100%;
  height: auto;
  border: none;
  border-radius: 10px;
}

.player_radio audio
{
  width: 100%;
  border-radius: 6px;
  margin: 0;
  padding: 0;
  border: none;
}
/******************************************************************/