body{
    direction: rtl;
}

body *:not(i)
{
    font-family: "Cairo","Segoe UI" !important;
}

.ltr
{
    direction: ltr;
    text-align: left;
    font-family: "Cairo", sans-serif !important;
}
.no-border
{
    border: none !important;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.my.top.bar {
    position: fixed;
    top: 0px;
    z-index: 900;
    left: 0%;
    padding: 0em 0em;
    width: 100%;
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom: 1px solid transparent;
    transition: padding 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
}
.full.height
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.side-bar
{
    background-color: black;
    position: absolute;
    z-index: 99999;
    right: -250px;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}

.article
{
    webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0px;
}


.my.cover.bg
{
    background-image: url("../images/bg.jpg");
    min-height: 711px; /* 500 */
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    background-position: center center;
    position: absolute;
}
.introduction
{
    position: relative;
    clear: both;
    display: block;
    text-align: center;
    margin-top: 145px;
    margin-bottom: 5px;
}
.my.cover.text
{
    display: block;
}

.my.cover .ui.container
{
    padding: 15rem 0;
}

.my.top.bar input
{
    background-color: transparent !important;
    border-color: #fff;
    color: #d3d3d3;

}

.my.top.bar .search
{
    padding-right: 0 !important;
}

.my.top.bar i.search.icon
{
    color: whitesmoke;
}
.my.top.bar .desktop input
{
    width: 200px;
}

.my.top.bar input:focus
{
    color: #fff;
}

.my.top.bar .icon
{
    margin: 0em 0em 0em 0em !important;
}

.my.top.bar .item.link
{
    padding: 0.78571429em 0.78571429em !important;
    margin: 0em 0.0em !important;
}

.my.top.bar .date
{
    margin: 0 auto;
}

@media only screen and (max-device-width: 720px){
    /* Styles */
    .desktop.menu
    {
        display: none;
        visibility: hidden;
    }
    .mobile.menu
    {
        display: flex;
        visibility: visible;
    }
    .mobile >.item
    {
        width: auto; !important;
    }
    .article-page-cover
    {
        background-image: url(../images/media/article_default_header.jpg);
        min-height: 135px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .page-cover{
        margin: 0 -14px;
        overflow: hidden;
    }
    .page-cover img
    {
        width: 100%;
    }
    .article-content
    {
        padding: 24px 6%;
    }
    .fr-fic
    {
        width: 80% !important;
    }
    .article-content p, .article-content *
    {
        line-height: 1.5em;
        font-family: Uthman !important;
        text-align: justify;
        /*font-size: 110% ;*/
    }

}
@media only screen and (min-device-width: 720px){
    /* Styles > 720 */
    .desktop.menu
    {
        display: flex;
        visibility: visible;
    }
    .mobile.menu
    {
        display: none;
        visibility: hidden;
    }
    .article-page-cover
    {
        background-image: url(../images/media/article_default_header.jpg);
        background-size: cover;
        min-height: 535px;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 -14px;
    }
    .page-cover{
        margin: 0 -14px;
        overflow: hidden;
    }
    .page-cover img
    {
        width: 100%;
    }
    .article-content
    {
        padding: 60px 12%;
    }
    .article-content p, .article-content *
    {
        line-height: 1.8em;
        font-family: Uthman !important;
        text-align: justify;
    }
}
/**** main menu ****/
.main-menu
{
    display: flex;
    flex-direction: row;
    padding: 5px;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}

.main-menu .item
{
    padding: 10px;
    width: 16.6667%;
    text-align: center;
    color: #eee;
    cursor: pointer;
    border-left: 1px rgba(255,255,255,0.2) solid;
}
.main-menu .item:last-child {
    border-left: none;
}
.main-menu .item:hover
{
    background-color: rgba(255,255,255,0.2);
}
.section-header
{
    width: 100%;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.slider_container
{
    margin: auto 0;
    z-index: 3;
    /*height: 330px;*/
}
.divider
{
    text-align: center;
    height: 65px;
    position: relative;
    display: block;
    margin-top: 35px;
    margin-bottom: 20px;
}

.divider::after
{
    content: '';
    background: url(../images/divider.png) center center no-repeat;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 26px;

}

.divider p
{
    display: inline;
    font-size: 1.8rem;
    color: olivedrab;
    font-family: Droid !important;
}

.simple-divider
{
    text-align: center;
    height: 15px;
    position: relative;
    display: block;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}
.title.simple-divider
{
    height: 35px;
}
.simple-divider::after
{
    content: '';
    background: url(../images/simple-divider.png) center center no-repeat;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;

}

.title.simple-divider p
{
    display: inline;
    font-size: 1.5rem;
    color: olivedrab;
    line-height: 0;
    font-family: Droid !important;
}

.shadow {
     -webkit-box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15) !important;
     box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15) !important;
}

.grey
{
color : rgba(0, 0, 0, 0.5) !important
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*audio player style*/
.player-container
{
    direction: ltr;
    display: flex;
    flex-direction: row;
    align-content: stretch;

}
.player-container > .player-button
{
    display: block;
    margin: 1rem 0.5rem;
    font-size: 1.5em;
    line-height: 2em;
}
.player-container > .player-button.play
{
}
.player-container > .player-button.pause
{
    display: none;
}
.player-container > .player-button.duration
{
    /*line-height: 2rem;*/
}

.player-container .slide-container {
    margin: 0;
    align-self: center;
    display: flex;
    flex-grow: 1;
    border-radius: 10px;
    position: relative;
}
.player-container .slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 4px; /* Specified height */
    background: rgba(0,0,0,.1) !important; /* Grey background */
    outline: none; /* Remove outline */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    border-radius: 10px;
}
.player-container .slide-container .bar{
    position: absolute;
    z-index: 10;
    width: 0;
    height: 100%;
    background-color: #21ba45;
    border-radius: 10px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    background: black; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 10px;
    position: relative;
    z-index: 1000;
}
.slider::-moz-range-thumb {
    width: 20px; /* Set a specific slider handle width */
    height: 20px; /* Slider handle height */
    background: black; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 10px;
    position: relative;
    z-index: 1000;
}

