/* IMPORT RESET */
@import url("reset.css");
/* IMPORT COLUMN LAYOUT */
@import url("16col.css");
/* IMPORT FONTS */
@font-face {
	font-family: 'Asayel';
	src: url('../fonts/hinted-gedinarone.eot');
	src: url('../fonts/hinted-gedinarone.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hinted-gedinarone.woff2') format('woff2'),
		 url('../fonts/hinted-gedinarone.woff') format('woff'),
		 url('../fonts/hinted-gedinarone.ttf') format('truetype'),
		 url('../fonts/hinted-gedinarone.svg#gedinarone') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* STYLING */
html{
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
body{
	font-family: tahoma, arial, sans-serif;
    margin:0;
    padding:0;
	background-color:#eee;
	color:#050503;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
h1{
    font-size: 2em;
}
h2{
    font-size: 1.5em;
}
h3{
    font-size: 1.17em;
}
h4{
    font-size: 1.12em;
}
h5{
    font-size: .83em;
}
h6{
    font-size: .75em;
}
a{
    color: #006000;
    text-decoration:none;
}
a:hover{
    color: #231f20;
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
b{
    font-weight:bold;
}
::-webkit-scrollbar{
    width:5px;
    height:12px;
}
::-webkit-scrollbar-track{
    background:rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb{
    background:rgba(0, 0, 0, 0.5);
}
.clear{
    clear:both;
    height:1px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.boxed{
    max-width: 1140px;
    margin: 0 auto;
}
.effect{
    -moz-transition-timing-function:ease-out;
    -webkit-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    -moz-transition-duration:500ms;
    -webkit-transition-duration:500ms;
    -o-transition-duration:500ms;
    transition-duration:500ms;
}
.animate-effect{
	-vendor-animation-duration: 3s;
	-vendor-animation-delay: 2s;
	-vendor-animation-iteration-count: infinite;
}
.hidden{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}
.animated{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
}
.blur{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.none{
    display: none!important;
}
.top-bar{
    width: 100%;
    position: relative;
    direction: rtl;
    background: #362f2d;
    height: 40px;
    z-index: 10;
}
header{
    position: relative;
    z-index: 10;
}
.top-social{
    position: relative;
    list-style: none;
    margin-left: 10px;
    margin-top: 3px;
}
.top-social li{
    display: block;
    position: relative;
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 5px;
}
.top-social li:last-child{
    margin-left: 0px;
}
.top-social li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px;
    font-size: 21px;
    text-align: center;
    color: #fff;
}
.facebook:hover a{
    color: #3b5999;
}
.twitter:hover a{
    color: #429cd6;
}
.whatsapp:hover a{
    color: #189c18;
}
.top-date{
    position: relative;
    float: right;
    height: 31px;
    background: rgba(64,102,24,0.80);
    color: #fff;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    font-size: 12px;
    padding-right: 25px;
    line-height: 31px;
    padding-left: 5%;
    z-index: 10;
}
.top-date:after{
    content: '';
    position: absolute;
    top: 0px;
    left: -60px;
    width: 0px;
    height: 0px;
    border-top: 31px solid rgba(64,102,24,0.80);
    border-left: 60px solid transparent;
}
.header{
    display: block;
    width: 100%;
}
.internal-header{
    background: #acd373;
}
.internal-header:after{
    content: '';
    position: absolute;
    height: 200px;
    width: 100%;
    z-index: -1;
    background: #acd373;
    background-image: url(../images/page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0px;
    left: 0px;
    border-bottom: 5px solid rgba(51, 45, 41, 0.22);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
.logo{
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: -35px;
    background-size: 95% 95%;
    background-position: center 90%;
    background-repeat: no-repeat;
    z-index: 10;
    text-indent: -9999px;
}
.text-logo{
    height: 198px;
    width: 254px;
    background-image: url(../images/logo-text.png);
}
.small-logo{
    height: 135px;
    width: 123px;
    background-image: url(../images/logo.png);
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.webui-popover-title{
    text-align: center;
    direction: rtl;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    font-size: 16px;
}
.webui-popover-content h5, .webui-popover-content h3{
    text-align: center;
}
.top-login{
    position: relative;
    float: left;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    margin-top: 8px;
    margin-left: 60px;
    z-index: 20;
    color: #fff;
    font-size: 14px;
}
.top-login:hover{
    color: #1cbbb4;
}
.login-side{
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0px;
    left: -250px;
    background: rgba(255,255,255,0.9);
    z-index: 999;
    box-shadow: 5px 0px 5px rgba(0,0,0,0.1);
}
.login-side h3{
    color: #333;
    text-align: center;
    padding-right: 15px;
}
.login-side h3:first-of-type{
    margin-top: 80px;
}
.portal-login-form{
    position: relative;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: #fff;
}
.login-load{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
}
.portal-login-form .login-raw{
    position: relative;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #cbcbcb;
}
.portal-login-form .login-raw:last-of-type{
    border-bottom: 0px;
}
.portal-login-form .login-raw i{
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 21px;
    color: #666;
    z-index: 10;
}
.portal-login-form .login-raw .fa-lock{
    right: 9px;
}
.portal-login-form .login-raw input{
    position: absolute;
    width: 98%;
    height: 100%;
    border: 0px;
    outline: none;
    top: 0px;
    left: 1%;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    text-align: right;
    direction: rtl;
    padding-right: 30px;
}
.submit-login{
    position: relative;
    display: block;
    width: 200px;
    height: 35px;
    position: relative;
    border: 0px;
    padding: 0px;
    margin: 0 auto;
    margin-top: 15px;
    background: #1cbbb4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    line-height: 35px;
    cursor: pointer;
    border-radius: 25px;
    outline: none;
}
.submit-login:hover{
    background: #333;
}
.login-side hr{
    width: 200px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 25px;
}
.go-to-maqraa{
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
    height: 40px;
    background-color: #333;
    background-image: url(../images/login-bg.png);
    text-align: center;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    font-size: 12px;
    color: #fff;
    padding-top: 11px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    font-weight: bold;
}
.go-to-maqraa:hover{
    color: #fff;
    background-color: #1cbbb4;
}
.noty_text{
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
    direction: rtl;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    padding-bottom: 7px;
}
.user-img{
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 15px;
}
.user-name{
    text-align: center;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    color: #009688;
    margin-top: 15px;
    margin-bottom: 15px;
}
.user-link{
    position: relative;
    display: block;
    text-align: center;
    color: red;
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
.alertify .ajs-header, .ajs-content{
    font-family: 'Asayel', arial, tahoma, sans-serif;
    text-align: right;
    direction: rtl;
}
.ajs-ok{
    float: right;
}
nav{
    position: relative;
    width: 40%;
    margin-right: 35px;
}
.main-menu{
    float: right;
    position: relative;
    list-style: none;
    z-index: 10;
}
.main-menu > li{
    float: right;
    position: relative;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    z-index: 10;
    font-size: 14px;
}
.main-menu > li:after{
    content: '';
    height: 39px;
    width: 1px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.2);
}
.main-menu > li:last-child:after{
    width: 0px;
}
.main-menu > li > a{
    color: #fff;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    line-height: 39px;
}
.main-menu > li > ul{
    display: none;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    position: absolute;
    top: 45px;
    right: -20px;
    min-width: 100px;
    z-index: 99;
}
.main-menu > li:hover > ul{
    display: block;
}
.main-menu > li:hover{
    background: rgba(255,255,255,0.1);
}
.main-menu > li:hover > a{
    color: #1cbbb4;
}
.main-menu > li > ul > li{
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cbcbcb;
    line-height: inherit;
    height: inherit;
}
.main-menu > li > ul > li:hover a{
    color: red;
}
.main-menu > li > ul > li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.home-header{
    position: relative;
    height: 450px;
    background: #acd373;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.home-page{
    margin-top: 20px;
    margin-bottom: 35px;
}
.our-messages, .rate-board{
    background: #d6e8d6;
    border-radius: 10px;
    padding:0px 10px 10px;
}
.our-messages h2, .rate-board h2{
    font-family: 'Asayel', arial, tahoma, sans-serif;
    text-align: center;
    padding: 10px 0px;
    color:#006000;
    font-size: 21px;
}
.our-messages p, .rate-board p{
    display: block;
    position: relative;
    text-align: justify;
    direction: rtl;
    background: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-family: arial, tahoma, sans-serif;
    font-size: 16px;
    font-weight: 600;
    min-height: 290px;
    overflow: hidden;
}
.home-slider{
    position: absolute;
    height: 450px;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 5px solid #362f2d;
    overflow: hidden;
}
.sy-box, .sy-slide, .sy-slide>a, .sy-slide > a > img{
    height: 100%;
}
.sy-pager{
    position: absolute;
    bottom: 10px;
    left: 5%;
    margin: 0px;
    z-index: 3;
    text-align: inherit;
    width: inherit;
}
.sy-pager li{
    margin: 0px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.sy-pager li.sy-active a{
    background: #006000;
}
.sy-slide>a>img, .sy-slide>img{
    /*opacity: 0.7;
    -webkit-filter: grayscale(0.45);
    filter: grayscale(0.45);*/
}
.home-media{
    margin-top: 15px;
}
.widget{
    background: #ededed;
    height: 325px;
    width: 32%;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.home-gallery{
    margin-left: 5px;
}
.widget h3{
    text-align: center;
    padding: 5px 0px;
    background: #1cbbb4;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.widget h3 a{
    color: #fff;
}
.widget h3 a:hover{
    color: #333;
}
footer{
    margin-top: 60px;
    background: #928376;
    background-image: url("../images/gr-1.png");
    background-size: 100% 100%;
}
.copyright{
    font-family: 'Asayel', arial, tahoma, sans-serif;
    float: right;
    color: #ededed;
    line-height: 57px;
}
.asayel{
    float: left;
    color: #fff;
    font-family: sans-serif, arial, tahoma;
    font-size: 13px;
    margin-top: 20px;
}
.asayel span{
    position: relative;
    float: left;
    top: 2px;
}
.asayel a{
    margin-left: 10px;
    float: left;
    display: block;
    width: 88px;
    height: 23px;
    background: url(../images/asayel-logo.png);
    text-indent: -9999px;
    opacity: 0.7;
}
.asayel a:hover{
    opacity: 1;
}
.tickercontainer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 10;
}
.news-line{
    position: relative;
    height: 50px;
    background: url(../images/gr-2.png);
    background-size: 100% 100%;
    color: #fff;
    border-top: 1px solid #362f2d;
}
.news-line li{
    font-family: 'Asayel', arial, tahoma, sans-serif;
    font-size: 16px;
    padding: 0px 30px!important;
}
.home-sounds{
    position: relative;
    width: 100%;
}
.home-sounds h3{
    position: relative;
    text-align: right;
    padding: 10px 100px 5px 0px;
}
.home-sounds h3:before{
    content: '';
    position: absolute;
    right: 12px;
    top: 5px;
    height: 38px;
    width: 50px;
    background: rgba(64,102,24,0.80);
}
.home-sounds h3:after{
    content: '';
    position: absolute;
    top: 5px;
    right: 62px;
    border-bottom: 38px solid rgba(64,102,24,0.80);
    border-left: 30px solid transparent;
}
.home-sounds h3 a{
    color: #1cbbb4;
}
.home-sounds-list{
    margin: 0px;
    height: 288px;
    overflow: hidden;
    background: #fff;
    margin: 10px 0px;
    margin-top: 0px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #cbcbcb;
}
.tooltipster-content{
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
.home-sounds-list li time{
    font-family: sans-serif, arial, tahoma;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 45px;
    color: #999;
}
.media-carousel{
    height: 260px;
    width: calc(100% - 1px);
    overflow: hidden;
    margin-top: 10px;
}
.media-carousel .owl-stage-outer, .media-carousel .owl-item, .media-carousel .item, .media-carousel img{
    height: 250px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0px;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.media-carousel .item:hover img{
    opacity: 0.7;
}
.media-carousel .item p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    direction: rtl;
    text-align: right;
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
.media-carousel .item i{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 72px;
    line-height: 205px;
    opacity: 0.7;
    text-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}
.media-carousel .item:hover i{
    opacity: 1;
}
.sound-item{
    height: 285px;
}
.sound-item img{
    position: relative;
    display: block!important;
    width: 50%!important;
    margin: 0 auto;
    margin-top: 25px;
}
.sound-item p{
    direction: rtl;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    text-align: center;
    color: #F44336;
    margin-top: 15px;
    padding: 0px 40px;
}
.sound-item:hover img{
    opacity: 0.7;
}
.sound-item:hover p{
    color: #333;
}
.home-editions{
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.home-editions h3{
    text-align: center;
    font-size: 24px
}
.home-editions h3:after{
    content: '';
    position: absolute;
    width: 30%;
    right: 45px;
    top: 17px;
    height: 5px;
    background: rgba(153, 138, 125, 0.67);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.home-editions h3:before{
    content: '';
    position: absolute;
    width: 30%;
    left: 40px;
    top: 17px;
    height: 5px;
    background: rgba(153, 138, 125, 0.67);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.home-editions h3 a{
   color: #1cbbb4; 
}
.books-carousel{
    width: 100%;
    height: 270px;
    margin-top: 10px;
}
.books-carousel .item{
    padding: 0px 5px;
    height: 250px;
    position: relative;
}
.books-carousel .item img{
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.books-carousel .item p{
    position: absolute;
    bottom: 0px;
    left: 7px;
    width: calc(100% - 14px);
    padding: 10px;
    text-align: center;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    background: rgba(0,0,0,0.7);
    color: #fff;
}
.books-carousel .owl-dots{
    top: auto!important;
    bottom: -5px;
}
.books-carousel .item:hover img{
    opacity: 0.7;
}
.cover-title{
    position: absolute;
    top: 140px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    width: 100%;
    z-index: 99;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
}
.inner-page{
    margin-top: 90px;
    margin-bottom: 30px;
}
.fixed-footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.page-title{
    text-align: center;
    direction: rtl;
    color: #006000;
}
.page-content{
    padding: 10px 20px;
}
.page-content, .page-content p{
    direction: rtl;
    text-align: right;
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
.page-content ul, .page-content ol{
    direction: rtl;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 25px;
}
.page-content ul li, .page-content ol li{
    text-align: right;
}
.relative{
    position: relative;
}
.page-date{
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 13px;
    font-family: sans-serif, arial, tahoma;
    color: #666;
}
.news-ul{
    margin-top: 25px;
}
.news-info{
    list-style: none;
    padding: 0px;
    direction: rtl;
    margin-top: 5px;
}
.news-info li{
    position: relative;
    padding: 10px 20px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    direction: rtl;
    text-align: right;
    font-size: 13px;
    border: 1px solid #cbcbcb;
}
.download-btn{
    position: relative;
    display: block;
    float: right;
    width: 170px;
    height: 35px;
    background: #8BC34A;
    color: #fff;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    text-align: center;
    line-height: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    direction: rtl;
}
.download-btn:nth-of-type(2){
    margin-right: 15px;
    width: 300px;
}
.download-btn i{
    color: #fff!important;
    right: 10px;
    position: absolute;
    top: 8px;
}
.download-btn:hover{
    background: #666;
    color: #fff;
}
.section-download-btn{
    width: 65%;
    float: inherit;
    margin: 0 auto;
}
.news-info li i{
    color: #999;
    margin-left: 10px;
}
.news-img{
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 300px;
    height: auto;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.news-title{
    font-family: 'Asayel', arial, tahoma, sans-serif;
    font-size: 24px!important;
}
.breadcrumb {
	list-style: none;
	overflow: hidden;
	font:12px 'Asayel', tahoma, Arial, Sans-Serif;
    width: 100%;
}
.breadcrumb li {
	float:right;
	-moz-transition-timing-function:ease-out;
    -webkit-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    -moz-transition-duration:500ms;
    -webkit-transition-duration:500ms;
    -o-transition-duration:500ms;
    transition-duration:500ms;
}
.breadcrumb li a {
	color:white;
	text-decoration:none;
	padding:7px 45px 5px 0;
	background:#777777;
	position:relative;
	display: block;
	float:right;
	-moz-transition-timing-function:ease-out;
    -webkit-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    -moz-transition-duration:500ms;
    -webkit-transition-duration:500ms;
    -o-transition-duration:500ms;
    transition-duration:500ms;
}
.breadcrumb li a:after {
	content:" ";
	display:block;
	width:0;
	height:0;
	border-top:50px solid transparent;
	border-bottom:50px solid transparent;
	border-right:20px solid #777777;
	position: absolute;
	top:50%;
	margin-top:-50px;
	right:100%;
	z-index: 2;
	-moz-transition-timing-function:ease-out;
    -webkit-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    -moz-transition-duration:500ms;
    -webkit-transition-duration:500ms;
    -o-transition-duration:500ms;
    transition-duration:500ms;
}	
.breadcrumb li a:before {
	content: " ";
	display:block;
	width:0;
	height:0;
	border-top:50px solid transparent;
	border-bottom:50px solid transparent;
	border-right:20px solid white;
	position: absolute;
	top:50%;
	margin-top:-50px;
	margin-right:0px;
	right:100%;
	z-index:1;
	-moz-transition-timing-function:ease-out;
    -webkit-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    -moz-transition-duration:500ms;
    -webkit-transition-duration:500ms;
    -o-transition-duration:500ms;
    transition-duration:500ms;
}	
.breadcrumb li:first-child a {
	padding-right:15px;
}
.breadcrumb li:nth-child(2) a {
	background:#8f8f8f;
}
.breadcrumb li:nth-child(2) a:after{
	border-right-color:#8f8f8f;
}
.breadcrumb li:nth-child(3) a{
	background:#a8a8a8;
}
.breadcrumb li:nth-child(3) a:after {
	border-right-color:#a8a8a8;
}
.breadcrumb li:nth-child(4) a {
	background:#bdbdbd;
}
.breadcrumb li:nth-child(4) a:after {
	border-right-color:#bdbdbd;
}
.breadcrumb li:nth-child(5) a{
	background:#cacaca;
}
.breadcrumb li:nth-child(5) a:after{
	border-right-color:#cacaca;
}
.breadcrumb li:last-child a {
	background:#ffffff!important;
	color:#999999;
	pointer-events:none;
	cursor:default;
	padding-right:30px;
}
.breadcrumb li:last-child a:after {
	border:0;
}
.breadcrumb li a:hover{
	background:#006000;
}
.breadcrumb li a:hover:after{
	border-right-color:#006000!important;
}
ul.pagination{
	margin:0px;
	padding:0px;
	height:100%;
	overflow:hidden;
	font:12px 'Tahoma';
	list-style-type:none;
	margin-bottom:0px;
}
ul.pagination li{
    float:right;
    margin:0px;
    padding:0px;
    margin-left:5px;
}
ul.pagination li a{
	color:black;
	display:block;
	text-decoration:none;
	padding:7px 10px 7px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#fff;
	padding:6px 9px 6px 9px;
	background:#636363;
}
ul.pagination li a.next, ul.pagination li a.previous{
    background: #4CAF50;
}
ul.pagination li a img{
	border:none;
}
ul.pagination li a:hover,ul.pagination li a.current{
	background:#959595;
}
.news-archive{
    list-style: none;
    padding: 0px;
    direction: rtl;
    margin-top: 25px;
}
.news-archive li{
    position: relative;
    float: right;
    width: 49%;
    margin-bottom: 15px;
    height: 90px;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
}
.news-archive li:nth-child(2n+2){
    float: left;
}
.news-archive li img{
    float: right;
    width: 100px;
    height: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    padding: 2px;
    margin-left: 10px;
}
.news-archive li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-archive li p{
    font-family: 'Asayel', arial, tahoma, sans-serif;
    direction: rtl;
    text-align: right;
}
.news-archive li time{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 13px;
    font-family: sans-serif, arial, tahoma;
    color: #666;
}
.news-archive li:hover{
    background: #f3f3f3;
}
.media-info{
    position: relative;
    direction: rtl;
    list-style: none;
    margin: 0 auto;
    max-width: 650px;
    padding: 0px;
}
.media-info li{
    float: right;
    width: 50%;
    font-size: 13px;
    text-align: right;
    margin-bottom: 10px;
}
.media-info li:nth-child(2){
    text-align: left;
}
#soundPlayer{
    display: block;
    width: 95%!important;
    margin-top:10px;
    height: 205px!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
#mediaPlayer{
    display: block;
    width: 650px;
    margin: 0 auto;
    margin-top:10px;
    height: 390px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.share-tools{
    margin-left: 13%;
    margin-top: 15px;
}
.sounds-sections{
    position: relative;
    list-style: none;
    direction: rtl;
    padding: 0px;
    margin-top: 15px;
}
.sounds-sections li{
    position: relative;
    float: right;
    width: 49%;
    height: 80px;
    background: #8BC34A;
    padding-top: 10px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
    margin-bottom: 12px;
}
.sounds-sections li:hover{
    background: #333;
}
.sounds-sections li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    color: #fff;
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
.sounds-sections li a p{
    text-align: center;
    padding: 0px 5px;
}
.sounds-sections li:nth-child(2n+2){
    float: left;
}
.sounds-sections li i{
    position: absolute;
    left: -15px;
    top: 12px;
    color: rgba(255,255,255,0.3);
    font-size: 58px;
}
.sound-section-list{
    background: transparent;
    list-style: none;
    margin-top: 5px;
    height: inherit;
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    margin-top: 15px;
}
.sound-section-list li{
    float: right;
    width: 100%;
    margin-left: 0%;
    border: 1px solid #cbcbcb;
    margin-bottom: 15px;
    height: 45px;
    border-radius: 5px;
    background: #fff;
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
.sound-section-list li .fa-play-circle-o{
    display: block;
    position: relative;
    left: inherit;
    top: inherit;
    width: 34px;
    height: 34px;
    background: #006000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 33px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.download-section{
    display: block;
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 4px;
    margin-left: 5px;
}
.sound-section-list li .fa-download{
    display: block;
    width: 34px;
    height: 34px;
    background: #006000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 33px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.sound-section-list li:nth-child(2n+2){
    margin-left: 0%;
}
.sound-section-list li:hover{
    background: #f1f1f1;
}
.sound-section-list li .fa-microphone{
    font-size: 36px;
}
.sound-section-list li p{
    position: relative;
    top: 9px;
    display: inline-block;
    float: right;
    right: 15px;
    direction: rtl;
}
.at-label{
    font-family: 'Asayel', arial, tahoma, sans-serif!important;
    font-size: 15px!important;
}
.share-text{
    float: right;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    direction: rtl;
    margin-right: 25px;
    margin-left: 10px;
    margin-top: 16px;
    margin-bottom: 25px;
}
.share-tools{
	list-style:none;
	margin-right:30px;
}
.share-tools li{
	display:block;
	width:32px;
	height:32px;
	float:right;
	margin-left:10px;
	font-size:21px;
	line-height:32px;
}
.share-tools li a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	border-radius:3px;
}
.share-tools li:last-child{
	margin-left:0px;
}
.share-tools li:hover a{
	margin-top:-5px;
}
.share-facebook{
	background:#3c5a9a;
}
.share-twitter{
	background:#329bc2;
}
.share-google{
	background:#da4835;
}
.share-whatsapp{
    background: #25d366;
    font-size: 26px;
}
.share-fb-messanger{
    background: #0084ff;
}
.msg{
    display: block;
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #333;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    direction: rtl;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.empty{
    background: #2098d1;
}
.books-list{
    position: relative;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}
.books-list li{
    position: relative;
    float: right;
    width: 19%;
    margin-left: 1.2%;
    height: 250px;
    padding: 10px;
    background: #fafafa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
    margin-bottom: 25px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}
.books-list li img{
    width: 100%;
    height: 100%;
}
.books-list li:nth-child(5n+5){
    margin-left: 0%;
}
.books-list li:hover img{
    opacity: 0.7;
}
.books-list li:hover p{
    color: red;
    padding-bottom: 15px;
}
.books-list li p{
    position: absolute;
    width: calc(100% - 20px);
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    text-align: center;
    padding: 10px;
    bottom: 10px;
    left: 10px;
}
.brows-options{
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
    padding-bottom: 15px;
    min-height: 50px;
    margin-top: 15px;
}
.brows-options span{
    float: right;
    text-align: right;
    display: inline-block;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    margin-left: 10px;
    line-height: 27px;
}
.brows-select{
    -webkit-appearance:none;
    position: relative;
    float: right;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    padding: 5px 10px;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 14px;
    min-width: 150px;
    direction: rtl;
    text-align: right;
}
.registration-form{
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.reg-row{
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    direction: rtl;
    margin-bottom: 20px;
}
.reg-row label{
    width: 130px;
    height: 45px;
    direction: rtl;
    text-align: right;
    float: right;
    line-height: 42px;
}
.reg-row input{
    width: calc(100% - 150px);
    float: left;
    border: 1px solid #ededed;
    padding: 6px 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    direction: rtl;
    font-size: 16px;
}
.add-teach, .add-stud{
    position: relative;
    float: left;
    color: red;
    font-size: 24px;
    cursor: pointer;
}
.add-teach:hover, .add-stud:hover{
    color: #333;
}
.teach-lists, .stud-lists{
    direction: rtl;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    clear: both;
}
.teach-lists li, .stud-lists li{
    float: right;
    padding: 4px 10px;
    background: #999;
    color: #fff;
    border: 1px solid #666;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.teach-lists li i, .stud-lists li i{
    float: left;
    margin-right: 15px;
    cursor: pointer;
    color: #fff;
    margin-top: 3px;
}
.send-registration{
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background: #006000;
    color: #fff;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 25px;
}
.send-registration:hover{
    background: #333;
}
.box-row{
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 15px;
    height: 30px;
}
.box-row label{
    position: relative;
    float: right;
    width: 180px;
    height: 30px;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    line-height: 30px;
    text-align: right;
    direction: rtl;
}
.box-row input[type="text"], .box-row input[type="email"], .box-row input[type="date"], .box-row select{
    position: relative;
    width: calc(100% - 190px);
    float: left;
    padding: 3px 5px;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    outline: none;
}
.box-row textarea{
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 5px 5px;
    height: 100px;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    outline: none;
}
#gbox_content h2{
    text-align: center;
    direction: rtl;
    padding: 10px 0px;
    color: #006000;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.ms-container{
    position: relative;
    margin: 0 auto;
}
.ms-container .ms-optgroup, .ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection{
    direction: rtl;
    text-align: right;
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection{
    text-align: right;
    direction: rtl;
}
.ms-container .ms-optgroup-label{
    text-align: right;
    direction: rtl;
}
.book-img{
    position: relative;
    width: calc(100% - 20px);
    float: left;
    height: 300px;
    margin-top: 7px;
    border: 1px solid #cbcbcb;
    padding: 3px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.reg-radio{
    position: relative;
    float: right;
    width: 200px;
}
.reg-radio:first-of-type{
    margin-right: 20px;
}
.reg-radio label{
    width: auto;
    height: auto;
}
.reg-radio input{
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    padding: 0px;
    width: auto;
}
.reg-select{
    position: relative;
    float: right;
    width: calc(50% - 80px);
    padding: 3px 5px;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    outline: none;
    margin-top: 3px;
}
.reg-select:first-of-type{
    margin-right: 20px;
}
.reg-select:last-of-type{
    float: left;
}
#gbox_content .reg-select{
    width: calc(50% - 106px);
    font-size: 14px;
}
li.ms-selected{
    position: relative;
}
li.ms-selected:after{
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 10px;
    top: 2px;
    color: green;
    
}
li.ms-selected:hover:after{
    color: #fff;
}
.ms-selectable .ms-optgroup-container{
    border-top: 3px solid #cbcbcb;
}
.ms-selectable .ms-optgroup-container:first-of-type{
    border-top: 0px solid #cbcbcb;
}
#optgroup-selectable--1183710074{
    border-bottom: 3px solid #cbcbcb;
}
.home-best{
    position: relative;
    width: 1080px;
    height: 139px;
    margin: 0 auto;
    margin-top: -45px;
    z-index: 100;
}
.home-best:after{
    content: '';
    position: absolute;
    top: 90px;
    left: 0px;
    background-image: url(../images/topShadow.png);
    background-size: 100% 100%;
    height: 67px;
    opacity: 0.60;
    width: 100%;
    z-index: 1;
}
.best-area{
    position: relative;
    width: 270px;
    height: 110px;
    margin-top: 12px;
    background-image: url(../images/gr-1.png);
    background-size: 100% 100%;
    z-index: 2
}
.brs:before{
    content: '';
    width: 23px;
    height: 110px;
    background-image: url(../images/shadowRight.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    right: -23px;
}
.bls:after{
    content: '';
    width: 23px;
    height: 110px;
    background-image: url(../images/shadowLeft.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: -23px;
}
.best-branch{
    position: relative;
    width: 270px;
    height: 137px;
    background-image: url(../images/gr-2.png);
    background-size: 100% 100%;
    z-index: 3;
}
.best-branch:before{
    content: '';
    width: 16px;
    height: 137px;
    background-image: url(../images/shadowRight.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    right: -16px;
    opacity: 0.5;
}
.best-branch:after{
    content: '';
    width: 16px;
    height: 137px;
    background-image: url(../images/shadowLeft.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: -16px;
    opacity: 0.5;
}
.best-branch h2, .best-area h2{
    text-align: center;
    color: #fff;
    margin: 5px 0px;
    font-size: 18px;
}
.best-branch h2{
    margin-top: 10px;
}
.best-area-tr{
    clear: both;
    position: relative;
    width: 540px;
    height: 10px;
    margin: 0 auto;
    top: -15px;
    z-index: 5;
}
.best-area-tr:after{
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 15px solid #362f2d;
    border-left: 11px solid transparent;
    left: -11px;
}
.best-area-tr:before{
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 15px solid #362f2d;
    border-right: 11px solid transparent;
    right: -11px;
}
.best-branch p, .best-area p{
    display: block;
    width: 90%;
    margin: 0 auto;
    background: rgba(255,255,255,0.21);
    padding: 10px;
    text-align: center;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: 'Asayel', arial, tahoma, sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    font-size: 18px;
}
.best-area p{
    min-height: 58px;
    line-height: 38px;
}
.best-branch p{
    font-size: 28px;
    min-height: 67px;
    line-height: 60px;
    color: #f9ff00;
}
.small-best{
    font-size: 20px!important;
}
.sep{
    position: relative;
    clear: both;
    width: 85%;
    height: 36px;
    margin: 0 auto;
    background-image: url(../images/hr.png);
    background-size: 100% 100%;
    margin-bottom: 25px;
    margin-top: 15px;
}
.bottom-logo{
    position: relative;
    width: 97px;
    height: 105px;
    background: url(../images/logo.png);
    background-size: 100% 100%;
    margin: 0 auto;
    top: -50px;
}
.footer-content{
    position: relative;
    height: 105px;
    margin-top: -103px;
}
.section-search{
    position: relative;
    top: -32px;
    padding: 6px 15px;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    direction: rtl;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    outline: none;
}
.contact-info iframe{
    position: relative;
    width: 100%;
    height: 300px;
    padding: 3px;
    border: 1px solid #ededed;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.contact-info ul{
    list-style: none;
}
.contact-info ul li{
    margin-bottom: 10px;
    text-align: right;
    background: #fff;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
}
.contact-info ul li:nth-child(2), .contact-info ul li:nth-child(3), .contact-info ul li:nth-child(4){
    direction: ltr;
}
.contact-info ul li i{
    float: right;
    font-size: 24px;
    margin-left: 10px;
    display: block;
    width: 30px;
    color: forestgreen;
    text-align: center;
}
.contact-form{
    padding-right: 25px;
}
.form-input{
    position: relative;
    width: 100%;
    height: 40px;
    background: #fff;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}
.form-input i, .form-text i{
    float: right;
    width: 50px;
    height: 39px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: rgba(64,102,24,1);
    position: relative;
    z-index: 10;
}
.form-text i{
    border-bottom-left-radius: 5px;
}
.form-input input{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 0px;
    top: 0px;
    left: 0px;
    padding-right: 65px;
    text-align: right;
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
.form-text{
    position: relative;
    width: 100%;
    height: 280px;
    background: #fff;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}
.form-text textarea{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 0px;
    top: 0px;
    left: 0px;
    padding: 10px 65px 10px 10px;
    text-align: right;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    font-size: 14px;
    resize: none;
}
.send-contact{
    position: relative;
    width: 100%;
    height: 40px;
    background: rgba(64,102,24,1);
    text-align: center;
    font-family: 'Asayel', arial, tahoma, sans-serif;
    line-height: 36px;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.send-contact:hover{
    background: #362f2d;
}
.input-error{
    border: 1px solid #ff1807!important;
}
#loading{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.7);
    z-index: 999;
}
.spinner {
    position: absolute;
    width: 70px;
    height: 22px;
    text-align: center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: rgba(64,102,24,1);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.sweet-alert p{
    font-family: 'Asayel', arial, tahoma, sans-serif;
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 790px) {
    
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px){
    .home-best, .brows-options{display: none!important;}
    .main-nav{display: none;}
    .top-login{float: right;margin-left: 0px;margin-right: 20px;}
    .logo{margin-top: 40px;}
    .home-slider, .home-header{height: 360px;}
    .sy-slide{background-size: cover;background-position: center center;}
    .home-sounds{width: 95%;margin: 0 auto;}
    .owl-theme .owl-nav.disabled+.owl-dots{top: auto;bottom: 28px;}
    .home-editions h3:after{width: 20%;right: 15px;}
    .home-editions h3:before{width: 20%;left: 5px;}
    .media-carousel{width: 95%;margin: 0 auto;margin-top: 10px;height: 270px;}
    .books-carousel .owl-dots{bottom: -9px!important;}
    .footer-content{margin-top: -102px;}
    .copyright{padding: 50px 25px 10px 25px;text-align: center;line-height: 29px;}
    .media-carousel .owl-dots{bottom: -3px!important;}
    .home-gallery{margin-left: 0px;}
    .internal-header{height: 180px;}
    .internal-header:after{height: 250px;}
    .cover-title{top: 208px;font-size: 21px;direction: rtl;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 0px 10px;}
    .internal-header .logo{margin-top: 35px;}
    .sounds-sections li{float: inherit;width: 90%;margin: 0 auto;margin-bottom: 15px;}
    .sounds-sections li:nth-child(2n+2){float: inherit;}
    .breadcrumb{width: 90%;margin: 0 auto;}
    .breadcrumb li:nth-child(3), .breadcrumb li:nth-child(4){display: none;}
    .share-tools{margin: 0 auto!important;float: inherit;width: 200px;margin-top: 20px!important;}
    .section-search{display: block;margin: 0 auto;top: 8px;width: 55%;}
    .sound-section-list{margin: 0 auto;margin-top: 20px;width: 90%;}
    .news-ul{margin: 0 auto;margin-top: 5px;width: 100%;float: inherit;}
    .news-info{width: 90%;margin: 0 auto;margin-top: 10px;}
    .download-btn{width: 90%;margin-right: 5%;}
    .audio-player{float: inherit;width: 90%;margin: 0 auto;margin-top: 60px;}
    .audio-player .share-text{margin: 0px;}
    .audio-player .share-tools{width: auto!important;}
    #soundPlayer{top: 10px;margin: 0 auto;margin-bottom: 15px;}
    .video-share{float: inherit;width: 90%;margin: 0 auto;}
    .video-share .share-text{margin: 0px;}
    .video-share .share-tools{width: auto;}
    .media-info{margin-top: 18px;}
    .media-info li{width: 100%;text-align: center;}
    .media-info li:nth-child(2){text-align: center;}
    #mediaPlayer{width: 90%!important;}
    .books-list{clear: both;width: 90%;margin: 0 auto;top: 15px;}
    .books-list li{width: 49%;margin-left: 2%;}
    .books-list li:nth-child(2n+2){margin-left: 0%;}
    .books-list li:nth-child(5n+5){margin-left: 2%;}
    .book-info {margin-top: 25px!important;}
    .book-info li{width: 100%!important;}
    .download-btn:nth-of-type(2){width: 90%!important;margin-right: 5%!important;margin-top: 10px;}
    .book-detail{width: 90%;float: inherit;margin: 0 auto;}
    .book-img{width: 100%;}
}
/* iPhone 6 Devices */
@media only screen and (min-width: 375px) and (max-width: 479px){

}
/* iPhone 6 Plus Devices */
@media only screen and (min-width: 414px) and (max-width: 479px){

}