/* GLOBAL STYLES
-------------------------------------------------- */
.item.active{
    border-bottom-width: 0px;
}

.navbar.navbar-default{
    border-radius: 0px;
}

.btn-square {
    width: 46px;
    height: 46px;
    font-size: x-large;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #dbdbdb;
    text-decoration: none;
}
.active{
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #3dafa8;
}
.live-btn{
        background-color: #c0a769;
        height: 85px;
        width: 150px;
}

.navbar-default {
    border-radius: 0px;
    background-color: transparent;
    border-color: transparent;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.logo-div{
    background-color: white;
    width: 127px;
    position: absolute;
    top: 0px;
    right: 6%;
    box-shadow: 0px 0px 20px 2px #a7a7a7;
}
#email{
    height: 50px;
    text-align: center;
    box-shadow: none;
}
.text-greeen{
    color:#3dafa8;
}
.text-graay{
    color:#8d8d8d;
}
.text-gray-gray{
    color:#8a9196;
}
.audio-pad{
padding-bottom: 20px;
}
.audio-hm{
    background-color: transparent;
    border-width: 1px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-color: #dbdbdb;
    border-style: solid;
}
.col-xs-2.audio-item-col  {
    text-align:center;
    /* line-height:68px;
    height:68px; */
    padding: 0;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dbdbdb;
}
/* .col-xs-10.audio-item-col  {
    background-color:transparent;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dbdbdb;
} */
.col-xs-10.audio-item-col:hover  {
    background-color: #fff;
}
li{
    list-style-type: none;
}
a{
    color: inherit;
    text-decoration: none;
}
h4,h3{
    color:#3dafa8;
}
.pointer {
    cursor: pointer;
    top: 18px;
}
/* Padding below the footer and lighter body text */

body {
    color: #252013;
    font-family: Hacen-maghreb-bd, sans-serif;
    /* background: #ffffff url("../images/main-back.png") repeat right top; */
    background: #ffffff;
}

.block_ {
    margin-top: 15px;
    color: #ffffff;
}
footer{
    
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d7d7d7;
     height: 285px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-brand {
    font-size: medium;
}

.navbar-wrapper .navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-wrapper .open>a {
    background-color: rgba(8, 8, 8, 0.2) !important;
}

.navbar-wrapper .active>a {
    background-color: transparent !important;
}

.navbar-wrapper .dropdown-menu {
    right:0px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #FFC107;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

#navbar-collapse-2 {
    text-align: center;
}

.btn-warning {
    color: #fff;
    background-color: #fa6137;
    border-color: rgba(250, 97, 55, 0.56);
}

.navbar-brand {
    margin-top: 5px;
    padding: 15px 20% 15px 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: rgba(51, 51, 51, 0.32);
}


/* CUSTOMIZE THE header
-------------------------------------------------- */


/* header base class */

.header-inner {
    position: relative;
}

.header-inner img {
    width: 100%;
}

.header-caption {
    position: absolute;
    left: 50%;
    top: 65%;
    width: 100%
}

.header-sub-caption {
    position: relative;
    left: -50%;
    transform: translateY(-50%);
}

.header-caption p {
    font-size: 1em;
    color: white;
    text-align: center;
}

.logo-img {
    width: 80px
}

.header-back-xs {
    display: none;
}
#subscription-success,#subscription-error{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.newsletter-box {
    background-color: rgb(255, 255, 255);
    padding: 15px 15px 15px 10px;
    margin: 0 auto;
    /* -webkit-border-radius: 5px; */
    /* -moz-border-radius: 5px; */
    /* border-radius: 5px; */
    width: 60%;
    min-height: 80px
}
.newsletter-buton{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #3dafa8;
      /* -webkit-border-radius: 5px; */
    /* -moz-border-radius: 5px; */
    /* border-radius: 5px; */
    text-align: center;
    box-shadow: inset 0 -3px #2c8f89;
}
.newsletter-buton-box a{
   
    text-decoration: none;
   
    color: #ffffff;
}
#nesletter-form .col-md-8,#nesletter-form .col-md-4{
    padding: 0px 0px 0px 5px;
    margin: 0px;
}

/* Footer CSS
-------------------------------------------------- */
#myFooter .navbar-nav {
   float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

#myFooter .navbar-nav > li {
   display: inline-block;
    float:none;
}
.footer-logo{
    text-align: center;
    padding: 20px
}
#myFooter .navbar-nav>.active>a,
#myFooter .navbar-nav>.active>a:focus,
#myFooter .navbar-nav>.active>a:hover,
#myFooter .navbar-nav>li>a:focus,
#myFooter .navbar-nav>li>a:hover {
    color: #695412;
}

#myFooter .navbar-nav>li>a {
    color: #6f7173;
}


#myFooter .footer-menu .nav>li>a:hover {
    background-color: transparent !important;
}
#myFooter .footer-menu{
    font-size: medium;
    text-align: center;
}
.footer-menu hr{
          border-top: 3px solid #c1bdb1;
    width: 80%;
    text-align: center;
    margin: 10px auto;
}
.copyright{
margin-top: 20px;
color:#a48c51;
}
/* Lastest audios CSS
-------------------------------------------------- */
.audio-title{
    margin-top: 60px;
    padding: 20px 0px 0px 20px;
}
.preview-box img{
    margin-top: 20px;
}
.list-box .list-group li{
    background-color: transparent;
    color: black;
    border-bottom: 2px solid #dbdbdb;
    /* border-top: none;
    border-left:  none;
    border-right:  none; */
    min-height: 70px;
  /*  line-height: 0;*/
}
.list-box .list-group li:hover {
    cursor: pointer; 
    background-color: rgb(255, 255, 255);
}
.list-box  .list-group-item:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-box .list-group  .actives{
   background-color: rgba(53, 58, 61, 0.2);
}
.audio-item-title {
    margin-right: 40px;
}
.audio-duration-item-title{
    /* margin-right: 70px; */
    color:#b7b7b7;
}

.audio-action {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rating {
    float:right;
        width: 85px;
            margin: 5px;
}

.download-btn{
    margin-top: 0px;
    float: left;
    position: absolute;
    top: 10;
    left: 0;
}
.rating.direction-rtl{
    float: none;
}

.download-btn a{
    border: none;
    background-color: #ffce37;
    color: white;
    margin-right: 5px;
}
.download-btn a:hover{
    border: none;
    background-color: #fa6137;
    color: white;
}
.audio-list{
padding-right: 0px
}
.center p{
    text-align: right;
    margin-top: 8px;
}


#fb-share-button, .fb-share-button {
    background: #9E9E9E;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}
.blue{
    background: #3b5998 !important;
}

#fb-share-button:hover,.fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

#fb-share-button svg ,.fb-share-button svg {
    width: 18px;
    fill: white;
    vertical-align: middle;
    border-radius: 2px
}

#fb-share-button span,.fb-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}
#all-audios{
    color: #000000;
}
.all-audios-wrapper{
    text-align: center;
        min-height: 35px;
}
/* Posts CSS
-------------------------------------------------- */
.audios{
    background-color: rgba(229, 229, 229, 0.36);;
}

/* Lastest Videos CSS
-------------------------------------------------- */
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}

#latest-videos  li{

    display: block;
}
.clfx:after {
    display: block;
    height: 0;
    clear: both;
    content: '';
    width: 100%;
}
.videos ul{
    padding: 0 !important;
}
.video-title{
    position: relative;
    height: 60px;
}
.block-title{
    margin-top: 50px;
    margin-bottom: 30px;
}


/* Post & Event CSS
-------------------------------------------------- */

.event-action{
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    float: left;
    width: 30%;
}
.event-item,.display-post{
    padding: 5px
}
.post-title h2{
    font-size: large;
}
.post-title a{
    color: black;
    text-decoration: none;
}
.event-desc span{
    font-size: x-small;
}
.post-title a:hover{
    color: #90A4AE;
    text-decoration: none;
}
.event-items{
    list-style-type: none;
    padding-right: 0px;
}
.post-desc {
    padding: 10px;
    min-height: 70px;
}
.post-img{
    margin: 5px
}
.event-btn {
    background-color: #3dafa8;
    border-radius: 0px;
    color: white;
}
.event-desc{
    display: inline-block;
    /* max-width: 200px; */
    width: 70%;
}
.event-btn a {
    background-color: #ffffff;
    color: black;
    font-size: xx-small;
    padding: 5px;
}
.event-btn a:hover {
    border-color: #ffc107;
    background-color: #ffce37;
    color: white;
}
.bell-icon{
    font-size: x-large;
    padding: 4px;
    color: #fff;
}
.bell-active{
    color: #fa6137 !important;
}
.post-list-title{
    font-size: smaller;
    float: left;
    width: 70%;
    padding: 5px;
}
.cretedat{
    display: inline-block;
    font-size: smaller;
    width: 30%;
}
.post-list-title h2{
    font-size: smaller;
    margin: 0px;
    padding: 0px;
}
a.list-group-item.home-description {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 22px 5px;
    border-radius: 0px;
}
a.list-group-item.home-description:hover {
    background-color: rgba(53, 58, 61, 0.1);
}


.posts{
    /* margin-top: 20px; */
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

}
/* Contact CSS
-------------------------------------------------- */
.form-container{
    padding:20px 0px;
    margin-top: 30px;
}
#form_message{
    height: 400px;
}
/* Responsive CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    /* .navbar-wrapper {
        margin: 20px;
    } */
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        padding-bottom: 26px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-default{
        background-color: white;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    /* .navbar-wrapper .navbar {
        border-radius: 4px;
    } */
    .header-caption p {
        font-size: 2.1em;
    }
    .block_ {
        width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media (max-width:1024px ){
    .block_{
        width: 215px
    }
}

@media (max-width: 992px) {
    .newsletter-buton{
        margin-top: 10px;

    }
}

@media (max-width:874px ){
    .logo-div{
        background-color: white;
        width:unset;
        position: absolute;
        top: 0px;
        right: 0%;
        box-shadow: 0px 0px 20px 2px #a7a7a7;
    } 
    .navbar-brand {
        margin-top: 5px;
        padding: 15px 8% 15px 0px;
    }
    .center-block{
        width: 75px;
    }
}

@media (max-width: 710px) {
    .header-back-lg {
        display: none;
    }
    .header-back-xs {
        display: block;
    }
    .navbar-wrapper .navbar {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .pointer{
        top:4px;
    }
    .live-btn {
        height: 45px;
        line-height: 45;
        margin: auto;
        width: 160px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: white;
        margin-top: 35px;
    }
    /* Navbar positioning foo */
    .navbar-wrapper .navbar-inverse .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.9);
    }
    .navbar-brand {
        width: 100%
    }
    #navbar-collapse-2 {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX( -50%);
    }
    .block_ {
        width: 180px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .navbar-brand {
        margin-top: 30px;
        padding: 15px 0px 15px 0px;
    }

}

@media (max-width: 960px) {
    .navbar-brand {
        font-size: medium;
    }
    .block_ {
        width: 180px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
div.marquee {
    white-space:no-wrap;
    overflow:hidden;
}
div.marquee > div.radioco_song {
    white-space:nowrap;
    display:inline;
    width:auto;
}
.clear-fix{
    margin: 20px;
}
.audio-item-title{
    overflow: hidden;
}
.audio-item-title a{
    color: #171717;
}
.audio-item-title a:hover{
    color: black;
    text-decoration: none;
}
@media  (max-width: 450px)  {
    .download-btn-wrap{

    }
}
/* contact us bu med*/

#form-contact-us{
    padding: 10px;
}
#contact-us-form .d-none{
     display: none;
 }
.send-form{
    margin-bottom: 20px;
}
#contact-us-form .btn-warning {
    border-radius: 20px;
}
#contact-us-form h3 {
    margin-bottom: 30px;
}
#contact-us-form .card {
    margin-top: 30px;
    background-image: url("../images/10.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#contact-us-form .card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #f5cdcd;
}
#contact-us-form .card.hovercard .cardheader {
    background: url("../images/03.jpeg");
    background-size: cover;
    height: 135px;
}
#contact-us-form .card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
#contact-us-form .card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
#contact-us-form .card-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 50px 0px;
}
#contact-us-form .row {
    margin-top: 20px;
}
#contact-us-form .form-group {
    width: 100%;
    margin-right: inherit;
}
#contact-us-form .fa-user, #contact-us-form .envelopeClass, #contact-us-form .fa-tag, #contact-us-form .fa-pencil-square-o {
    font-size: 25px;
}
#contact-us-form .fa-paper-plane {
    margin-left: 10px;
}
#lastname {
    font-size: smaller;
}
@media (width: 768px) {
    #contact-us-form .main {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    #contact-us-form .form-group {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
}
@media (max-width: 450px) {
    #contact-us-form .main {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    #contact-us-form h3 {
        font-size: 17px;
    }
    #contact-us-form .form-group {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
   /* #contact-us-form label {
        margin-right: 20px;
    }*/
}
/* end contact us by med*/

.btn-rounded {
    border-radius: 20px;
}
.lastest-audios-panel{
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.72);
}
#carousel-videos1 .card-img-top{
 margin: 0px;
    height: 350px;
}
#carousel-videos1 .carousel-control{
    top:initial;
    bottom: 45px;
}


/* card */

.hr-light {
    border-top: 3px solid #fff;
    width: 80%;
}
.card-block {
    background-color: rgb(95, 88, 82);
    color: floralwhite;
    padding: 0px 10px 30px 10px;
    text-align: center;
}
#lastExplians {
    width: 100%;
    overflow: hidden;
    padding: 0px;
}
#lastExplians h2 {
    color: #212121;
    font: 1.1em 'fb', Arial, sans-serif;
    line-height: 100%;
    padding: 20px 10px;
}
#lastExplians .rowFile {
    width: 100%;
    background-color: transparent;
    border-width: 1px;
    padding-right: 0px;
    border-color: #dbdbdb;
    border-style: solid;
    color: #212121;
    overflow: hidden;

}
.lisners_counter{
    border:none
}
#lastExplians .rowFile:nth-of-type(even) {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#lastExplians .rowFile ul{
    padding-right: initial;
    margin-bottom: 0px;
}

#lastExplians .rowFile ul li {
    list-style: none;
    display: block;
    float: right;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
}

#lastExplians .fileName {
    width: 40%;
    text-align: center !important;
}
#lastExplians .fileName a {
    color: #212121;
}
#lastExplians .fileName a:hover {
    color: #171717;
}
#lastExplians .fileName a {
    color: #212121;
    text-decoration: none;
    border: none;
}

#lastExplians .filePlay {
    width: 15%;
    text-align: center !important;
}
#lastExplians .fileDownload {
    width: 15%;
    text-align: center;

}
#lastExplians .fileWave {
    width: 30%;
    text-align: center;

}

.mar-btn-15{
    margin-bottom: 15px;
}
#lastExplians .fileName :after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1px solid #dbdbdb;
    top: 0;
    right: 84%;
}
#lastExplians .fileName :before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1px solid #dbdbdb;
    top: 0;
    right: 54%;
}
#lastExplians .filePlay-container {
    width: inherit;
    /* text-align: center; */
    /* margin: 0 auto; */
    margin-right: 15px;
}


.vertical-align{
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;
}
.card-title{
    line-height: 2em;
    margin-top: 0px;
}
.post-title h2 {
    /* max-height: 79px; */
    font-size: 15px;
}
#myFooter span.caret.navbar-toggle.sub-arrow {
    display: none;
}