﻿/* Slider */
.media_section .nav-pills .nav-link {
    background-color: #e1e1e1;
    border: none;
    margin: 2px 0;
    width:100%;
    min-height:95px;
}
    .media_section .nav-pills .nav-link:hover {
        background-color: #c9e5eb;
    }
    .media_section .nav-pills .nav-link:first-child{
        margin:0 0 2px;
    }
    .media_section .nav-pills .nav-link i {
        color: red;
        font-size: 40px;
    }

    .media_section .nav-pills .nav-link h4 {
        margin: 0;
        line-height: 20px;
        font-size: 13px;
        font-weight: bold;
        height: 22px;
        overflow: hidden;
    }
    .media_section .nav-pills .nav-link p {
        margin: 0;
        font-size: 12px;
        height: 18px;
        overflow: hidden;
    }

html[dir=rtl] .media_section .m_right,
html[dir=rtl] .media_section .m_left {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
html[dir=ltr] .media_section .m_right,
html[dir=ltr] .media_section .m_left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
html[dir=rtl] .media_section .m_right {
    padding-left: 10px;
}

html[dir=ltr] .media_section .m_right {
    padding-right: 10px;
}

.media_section .nav-pills .nav-link .fa-envelope {
    font-size: 14px;
    color: #a3a3a3;
}

    .media_section .nav-pills .nav-link.active h4,
    .media_section .nav-pills .nav-link.active p,
    .media_section .nav-pills .nav-link.active i
     {
        color: #f3f3f3;
    }

.audio_poster {
    background-color: #e1e1e1;
    text-align: center;
    padding: 100px;
    height: 436px;
}
    .audio_poster i {
        font-size: 100px;
        color: #c9c9c9;
        text-shadow: 2px 2px 0px #f3f3f3;
        margin-bottom: 20px;
    }

    .audio_poster h4 {
        margin: 0;
        font-weight: bold;
        font-size: 20px;
        color: #979797;
        line-height: 27px;
    }



    /*------ Media Archive ----*/

.media_archive_section .btn_media {
    background-color: #e1e1e1;
    border: none;
    margin: 0px 0 30px;
    width: 100%;
    min-height: 120px;
}

    .media_archive_section .btn_media:hover {
        background-color: #c9e5eb;
    }

  

    .media_archive_section .btn_media i {
        color: red;
        font-size: 40px;
    }

    .media_archive_section .btn_media h4 {
        margin: 0;
        line-height: 27px;
        font-size: 13px;
        font-weight: bold;
    }

    .media_archive_section .btn_media p {
        margin: 0;
        font-size: 12px;
    }

    .media_archive_section .btn_media .fa-envelope {
        font-size: 14px;
        color: #a3a3a3;
    }

    .media_archive_section .btn_media.active h4,
    .media_archive_section .btn_media.active p,
    .media_archive_section .btn_media.active i {
        color: #f3f3f3;
    }

html[dir=rtl] .media_archive_section .m_right,
html[dir=rtl] .media_archive_section .m_left {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

html[dir=ltr] .media_archive_section .m_right,
html[dir=ltr] .media_archive_section .m_left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

html[dir=rtl] .media_archive_section .m_right {
    padding-left: 10px;
}

html[dir=ltr] .media_archive_section .m_right {
    padding-right: 10px;
}

.media_archive_section .btn_media .fa-envelope {
    font-size: 14px;
    color: #a3a3a3;
}
body.modal-open {
    padding: 0px !important;
    position: fixed;
    width: 100%;
    height: 100%;
}
.modal.show {
    padding: 0px !important;
}

.modal-backdrop.fade.show {
    filter: alpha(opacity=50) !important;
    opacity: .5 !important;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background-image: url('/_layouts/15/NewUnits/img/close.svg');
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}
html[dir=rtl] .btn-close{
    float:left;
}

html[dir=ltr] .btn-close {
    float: right;
}


/*--- Audio @ home ----*/

.audio_player {
    width: 100%;
    background-color: #62a7b6;
}

    .audio_player::-webkit-media-controls-panel {
        background-color: #3992a4;
        border-radius: 0px;
    }

    .audio_player::-webkit-media-controls-current-time-display {
        color: #fff;
    }

.media_section .slider-for {
  height:380px;
  overflow:hidden;
}



.owl-carousel .owl-item img {
    height: 492px;
}