/* common */

.course-author-block:nth-child(odd) {
    border-left: none;
    padding-left: 0px;
}

.course-author-block:nth-child(even) {
    border-left: 1px solid #dfdfdf;
    padding-left: 10px;
    width: 49%;
}

.copyright {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-top: 15px;
    /* height: 37px; */
    overflow: hidden;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 0px;
}

.copyright p {
    line-height: inherit;
}

.copyright > img.copy {
    height:14px;
    float:left;
    margin-top:5px;
    margin-right:5px;
}

.copyright p {
    padding-bottom: 10px;
}

.copyright-more {
    margin-top: -11px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.copyright-more span {
    background: white;
    padding: 0 7px;
    cursor: pointer;
    color: #1BA2DD;
}

.bg-image.bg-post {
    background-image:-webkit-linear-gradient(top,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
        url(img/bg-post.jpg);
    background-image:linear-gradient(to bottom,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
        url(img/bg-post.jpg);
    /* background-size:cover; */
    background-repeat: repeat;
    background-size: contain;
}

.bg-image.bg-course-video {
    background-color: #292931;
    background-image: url(img/bg-video.jpg) !important;
    /*background-image: url(img/bg-course-video.jpg) !important;*/
    /*	background-image:-webkit-linear-gradient(top,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
                    url(img/bg-course-video.jpg) !important;
            background-image:linear-gradient(to bottom,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
                    url(img/bg-course-video.jpg) !important;*/
    /* background-size:cover; */
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 60px;
}

.bg-image.bg-course-video  .content-header-title {
    color: #8697A9;
}

.bg-image.bg-course-video .sidebar-link {
    color: #8697A9;
}

.bg-image.bg-course-video .sidebar-link:hover {
    color: #0F9DDB;
}

.bg-image.bg-course-video .nav--content .nav-link {
    color: #8697A9;
}

.bg-image.bg-course-video .nav--content .nav-item.is-active .nav-link {
    color: #0D9CDC;
}


.jwplayer {
}

.bg-image.bg-audio {
    background-color: #16272e;
    background-image: url(img/bg-audio.jpg) !important;
    /*background-image: url(img/bg_audio.jpg) !important;*/
    /*	background-image:-webkit-linear-gradient(top,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
                    url(img/bg_audio.jpg) !important;
            background-image:linear-gradient(to bottom,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
                    url(img/bg_audio.jpg) !important;*/
    /* background-size:cover; */
    background-repeat: repeat;
    background-size:auto;
    padding-bottom: 60px;
}

.bg-image.bg-audio  .content-header-title, .bg-image.bg-audio .nav-link {
    color: #8697A9;
}

.bg-image.bg-audio .sidebar-link {
    color: #8697A9;
}

.bg-image.bg-audio .sidebar-link:hover {
    color: #0F9DDB;
}

.bg-image.bg-none {
    background: linear-gradient(to bottom,#f2f2f2 0,#fff 100%);
}

.bg-image.bg-none, .main {
    padding-bottom: 60px;
}

.bg-image.bg-library {
    background-image:-webkit-linear-gradient(top,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
        url(img/bg_library.jpg) !important;
    background-image:linear-gradient(to bottom,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
        url(img/bg_library.jpg) !important;
    /* background-size:cover; */
    background-repeat: repeat;
    background-size:auto;
}

.bg-image.bg-course {
    background-image:-webkit-linear-gradient(top,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
        url(img/bg_course.jpg) !important;
    background-image:linear-gradient(to bottom,rgba(255,255,248,.1) 0,rgba(255,255,248,.1) 60%,#fff 100%),
        url(img/bg_course.jpg) !important;
    /* background-size:cover; */
    background-repeat: repeat;
    background-size: contain;
}

.content-main-other {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 15px 25px;
    margin-top: -15px;
    margin-bottom: 30px;
}

.content-main-other a {
    color: #8697A9;
    font-weight: normal;
    font-family: "PT Sans regular"
}

.font-resize {
    cursor: pointer;
    display: inline-block;
    margin-left: 4px;
    padding: 1px 6px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    color: #87929E;	
    font-size:16px; 
    font-family: Arial;
    vertical-align: top;
}

.font-resize:hover {
    color: #87929E;
}

.font-resize span {
    padding: 0 5px;
    font-weight: bold;
}

.font-resize span:hover {
    color: #1BA2DD;

}

/* prev-next-post */
div.prev-next-post {
    width: 100%;
    border: 1px solid #ccc;
    clear: both;
    margin-bottom: 20px;
    padding: 10px 20px;
}

table.prev-next-post {
    width: 100%;
}

.prev-next-post td {
    width: 50%;
    text-align: right;
}

.prev-next-post td:first-child {
    border-right: 1px solid #ccc;
    text-align: left;
}

.prev-next-post .arrow {
    font-size: 14px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);	
    cursor: pointer;
    color: #808E97;
}

.prev-next-post .arrow:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);	
    color: #319bd2;
}

.prev-next-post td.arrow img {
    height: 16px;
    float:right;
    margin: 3px 0 0 20px;
}

.prev-next-post td.arrow:first-child img {
    float:left;
    margin: 3px 20px 0 0;
}

.prev-next-post td.title {
    color: #000;
    font-weight: bold;
    padding:0 35px 0 10px;
    cursor: pointer;
}

.prev-next-post td.title:first-child {
    padding:0 10px 0 35px;
}

.prev-next-post td.title:hover {
    color: #319bd2;
}

.prev-next-post td.date-view-comment {
    text-align: left;
    padding: 0 0 0 10px;
    height: 15px;
    overflow: hidden;
}

.prev-next-post td.date-view-comment:first-child {
    text-align: right;
    padding: 0 10px 0 0;
}

.prev-next-post td.date-view-comment div.list-inline {
    margin-top: 5px;
}

/* widget-comments-block */
.widget-comments-block a.course-title {
    display:block;
    color: #808E97;
    margin-bottom: 10px;
    font-size: 14px;
}

.widget-comments-block a.course-title:hover {
    color: #000;
}

.multimedia-video .video-blur-bg {
    /* -webkit-filter: blur(20px) !important; */
    margin-top: 0px;
    background: #000;
    background: -webkit-radial-gradient(#2C2327 60%, #000); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#2C2327 60%, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-radial-gradient(#2C2327 60%, #000); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#2C2327 60%, #000); /* Standard syntax */	
}

.multimedia-video .video-blur-bg2 {
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,0) 40%,rgba(0,0,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(0,0,0,1),rgba(0,0,0,0) 40%,rgba(0,0,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(0,0,0,1),rgba(0,0,0,0) 40%,rgba(0,0,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(0,0,0,.5),rgba(0,0,0,0) 40%, rgba(0,0,0,.5)); /*Standard*/
    position: absolute;
    width: 960px;
    height: 450px;
    left: 0;
    box-sizing: border-box;
    /*     border: 1px solid green; */
    z-index: 200;
    cursor: pointer;
}

.multimedia-video .video-blur-bg2:hover {
    background: none;
}

.tag-list {
    color: #8697a9;
}

.tag-list a {
    text-decoration: none !important;
    color: #8697a9;
}

.tag-list a:hover {
    text-decoration:underline !important;
}

/* plugins */

div.specdiv {
    background:#eee;
    border:1px solid #ccc;
    padding:5px 10px;
}

blockquote.blue {
    border-left: 3px solid #049ae4 !important;
}

ul.blue {	
    padding-left: 15px;
}

ul.blue>li {
    list-style-image: url('plugins_img/bulleted_blue.png') !important;
    margin: 0 !important;
}

ul.warninglist {
    padding-left: 0px;
}

ul.warninglist>li {
    padding-left: 20px;
    background: url('plugins_img/warninglist.png?5') no-repeat 0px 5px !important;
    list-style: none !important;
    margin: 0 !important;
}

ul.questionlist {
    padding-left: 0px;
}

ul.questionlist>li {
    padding-left: 20px;
    background: url('plugins_img/questionlist.png?1') no-repeat 0px 5px !important;
    list-style: none !important;
    margin: 0 !important;
}


/* social-block -- social-likes__widget social-likes__widget_facebook */
.social-block {
    background-color: #fff;
    padding: 10px 2.5rem 0px 2.5rem;
    margin-bottom: -20px;
}

/*.social-block .social-likes__widget  {
        padding: 0;
        margin: 0 2px;
        border: none;
        width: 28px;
        height: 28px;
        background-size: cover;
        background-repeat: no-repeat;
} 

.social-block .social-likes__icon {	
        display: none;
}*/

.social-block.popup {
    margin: 5px;
    padding: 0;
    clear: both;
    background: none;
    height: 30px;
    z-index: 10000;
}

.sidebar {
    padding-right: 0 !important;
}

.content-books > .description {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 10px 0;
}

.view-video-text {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 10px 0;
    margin: 15px 0;
}

.content-books-authors .profile-img {
    width: 95px;
    height: 95px;
}

.content-books-authors .preview {
    display: inline-block;
    margin-top: 35px;
}

.video-buttons {
    position: relative;
    margin-top: -50px;
    margin-bottom: 10px;
}

.video-buttons  .list-inline .list-inline-item a {
    margin-right: 5px;
}

/* audio */



.audio-header .multimedia-header-img {
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 0%;
    float: left;
}

.audio-header h1 {
    margin: 0px;
    font-size: 20px;
}

.audio-header h4 {
    font-size: 15px;
    margin: 0px;
}

.audio-header .breadcrumbs {
    margin-bottom: 40px;
}

.audio-header-row {
    width: 450px;
}


/*--------------------------------*/

.media-list--audio .media-item .media-playlist-btn {
    position:absolute;
    display:inline-block;
    top:150px;
    left:15px;
    z-index: 250;
}

.media-list--audio .media-item .media-playlist-btn .media-play-btn {
    display: none;
}

.media-list--audio .media-item:hover .media-playlist-btn .media-play-btn {
    display: block;
    background: url('../../images/audio/audio_play_i_btn.svg');
    background-size: cover;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.media-list--audio .media-item:hover .media-playlist-btn.playing .media-play-btn {
    background: url('../../images/audio/audio_pause_i_btn.svg');
}

.media-list--audio .media-item .media-playlist-btn.playing .media-bubble {
    display:inline-block;
    margin-top: 8px;
    margin-left: 8px;
    width:14px;
    height:14px;
    border-radius:7px;
    background-color:#15a4e6;
    backface-visibility:hidden;
    -moz-animation:bubble_out .6s infinite ease-in-out;
    -webkit-animation:bubble_out .6s infinite ease-in-out;
    animation:bubble_out .6s infinite ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}

.media-list--audio .media-item:hover .media-playlist-btn .media-bubble {
    display: none;
}

.multimedia-cont {
    margin-left: 160px;
}

.audio-title {
    height: 20px;
    overflow: hidden;
}

/*-------------------*/

.audio-header {
    height: 293px !important;
    padding: 40px !important;
}

.player .author p:last-child {
    margin-top: 0px;
    font-weight: bold;
}

.audio-header-text {
    margin-left: 165px; height: 150px; display: table; vertical-align: middle;
}

.multimedia-audio-item:hover .hide-on-hover, .multimedia-audio-item .show-on-hover {
    display: none;
}

.multimedia-audio-item:hover .show-on-hover {
    display: block;
}

.swiper-wrapper img {
    width: auto;
    max-width: 700px;
    height: 700px;
}

.note-slider-wrap, .note-slider-wrap .swiper-container {
    width: 700px;
}

.content-section.content-main.content-section--note {
    padding-top: 0;
}

.note-slider-wrap .swiper-button {
    width: 65px;
}

.note-slider-wrap .swiper-button-prev {
    left: -66px;
}

.note-slider-wrap .swiper-button-next {
    right: -66px;
}

.swiper-button-blur {
    width:65px !important;
    overflow:hidden;
    height:700px;
    background-size:cover;
    background-repeat:no-repeat;
    filter: blur(10px);
}

.swiper-button-arrow {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 1000;
    width: 29px;
    height: 56px;
}

.swiper-button-prev .swiper-button-arrow {
    background-image: url(/css/plugins_img/swiper-arrow-prev.png);
    left: 15px;
}

.swiper-button-next .swiper-button-arrow {
    background-image: url(/css/plugins_img/swiper-arrow-next.png);
    right: 15px;
}

/*note-slider-wrap-3*/

.note-slider-wrap-3, .note-slider-wrap-3 .swiper-container {
    width: 498px;
}

.note-slider-wrap-3 .swiper-button {
    width: 165px;
}

.note-slider-wrap-3 .swiper-button-prev {
    left: -166px;
}

.note-slider-wrap-3 .swiper-button-next {
    right: -166px;
}

.note-slider-wrap-3 .swiper-button-blur {
    width: 165px !important;
}


/*note-slider-wrap-4*/

.note-slider-wrap-4, .note-slider-wrap-4 .swiper-container {
    /*width: 498px;*/
    width: 394px;
}

.note-slider-wrap-4 .swiper-button {
    width: 217px;
}

.note-slider-wrap-4 .swiper-button-prev {
    left: -218px;
}

.note-slider-wrap-4 .swiper-button-next {
    right: -218px;
}

.note-slider-wrap-4 .swiper-button-blur {
    width: 217px !important;
}

.media-item--note .block-link {
    max-height: 442px;
}

/*
.social-likes__icon_odnoklassniki {
        background: url(../images/odn-mobile.svg) center no-repeat;
}

.social-likes__widget_odnoklassniki:active .social-likes__icon_odnoklassniki, .social-likes__widget_odnoklassniki:focus .social-likes__icon_odnoklassniki, .social-likes__widget_odnoklassniki:hover .social-likes__icon_odnoklassniki {
    background: url(../images/odn-mobile.svg) center no-repeat;
}
*/

/*.button-subscription {
    position: relative;
}
.button-subscription:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: 6px solid rgba(15, 157, 219, .2);
    border-radius: 5px;
    animation: ripple 3s infinite;
    animation-timing-function: ease-out;
}
@keyframes ripple {
    40% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
        background-color: rgba(15, 157, 219, .5);
        border: 6px solid rgba(15, 157, 219, .1);
    }
    100% {
        opacity: 0;
        background-color: rgba(15, 157, 219, 0); 
    }
}*/
.button-subscription {
    background: linear-gradient(to right, rgba(15, 157, 219, 1), rgba(15, 157, 219, .35), rgba(15, 157, 219, 1));
    background-size: 188px 100%;
    background-position: -94px 0;
    color: #fff;
    animation: radar 7s infinite;
    animation-timing-function: ease;
}

@keyframes radar {
    0% {
        background-position: -94px 0;
    }
    50% {
        background-position: 8px 0;
    }
    100% {
        background-position: -94px 0;
    }
}

.button-download-links {
    background: linear-gradient(to right, rgba(15, 157, 219, 1), rgba(15, 157, 219, .35), rgba(15, 157, 219, 1));
    background-size: 168px 100%;
    background-position: -84px 0;
    color: #fff;
    animation: radar2 7s infinite;
    animation-timing-function: ease;
}

@keyframes radar2 {
    0% {
        background-position: -84px 0;
    }
    50% {
        background-position: 0 0;
    }
    100% {
        background-position: -84px 0;
    }
}

.button-download-links .icon--download {
    color: white;
}

@media (max-width: 640px) {
    .multimedia-video .video-blur-bg2 {
        display: none;
    }

    .swiper-wrapper img {
        width: auto;
        max-width: 90%;
        height: auto;
    }

    .swiper-button-blur {
        height: auto;
    }

    .note-slider-wrap, .note-slider-wrap .swiper-container {
        width: 100%;
    }

    .button-download-links {
        background: linear-gradient(to right, rgba(15, 157, 219, 1), rgba(15, 157, 219, .35), rgba(15, 157, 219, 1));
        background-size: 56px 100%;
        background-position: -28px 0;
        color: #fff;
        animation: radar2 7s infinite;
        animation-timing-function: ease;
    }

    @keyframes radar2 {
        0% {
            background-position: -28px 0;
        }
        50% {
            background-position: 0 0;
        }
        100% {
            background-position: -28px 0;
        }
    }

    .button-download-links .icon--download {
        color: white;
    }
}

@media (max-width: 1340px) {
    #scrollUp {
        padding: 10px 5px;
    }
    #scrollUp span.scroll-up-text span {
        display: none;
    }
    #scrollUp span.scroll-up-text {
        background-position: 1.5px 0;
    }
    #scrollUp span.scroll-up-text::after {
        content: '\00a0 \00a0 \00a0 \00a0 ';
    }
}

/*.main.main-page {
    background: url(../images/icon-picture2.svg) 0 2px repeat-x, url(/images/ramadan/bg-2.jpg) 50% 17px no-repeat, #f2f2f2;
}*/

/*.main.main-page.ru {
    background: url(../images/icon-picture2.svg) 0 2px repeat-x, url(/images/ramadan/bg-ru.jpg) 50% 17px no-repeat, #f2f2f2;
}

.main.main-page.kz {
    background: url(../images/icon-picture2.svg) 0 2px repeat-x, url(/images/ramadan/bg-kz.jpg) 50% 17px no-repeat, #f2f2f2;
}*/

/*.main.main-page .sidebar-block-title a,
.main.main-page .sidebar-block-item .sidebar-block-link {
    color: rgba(255, 255, 255, .9);
}
.main.main-page .sidebar-block-title a:hover,
.main.main-page .sidebar-block-title a:focus,
.main.main-page .sidebar-block-item .sidebar-block-link:hover,
.main.main-page .sidebar-block-item .sidebar-block-link:focus {
    color: rgba(255, 255, 255, .5);
}*/

/*.ramadan-light-1 {
    position: absolute;
    top: 760px;
    top: 294px;
    left: 271px;
    background: rgba(255, 225, 84, .5);
    background: rgba(253, 249, 188, 0.54);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, .3);
    animation: ramadan-light-1 .7s infinite;
    animation-timing-function: ease-out;
    animation-delay: 1s;
}
@keyframes ramadan-light-1 {
    30% {
        top: 762px;
        top: 296px;
        left: 273px;
        width: 26px;
        height: 26px;
        border-radius: 13px;
    }
    70% {
        top: 757px;
        top: 291px;
        left: 268px;
        width: 36px;
        height: 36px;
        border-radius: 18px;
    }
}
.ramadan-light-2 {
    position: absolute;
    top: 675px;
    top: 226px;
    left: 185px;
    background: rgba(255, 225, 84, .5);
    background: rgba(253, 249, 188, 0.45);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, .3);
    animation: ramadan-light-2 .4s infinite;
    animation-timing-function: ease;
    animation-delay: 1s;
}
@keyframes ramadan-light-2 {
    30% {
        top: 674px;
        top: 225px;
        left: 184px;
        width: 32px;
        height: 32px;
        border-radius: 16px;
    }
    50% {
        top: 684px;
        top: 235px;
        left: 185px;
        width: 22px;
        height: 22px;
        border-radius: 11px;
    }
    85% {
        top: 675px;
        top: 226px;
        left: 184px;
        width: 27px;
        height: 27px;
        border-radius: 14px;
    }
}
.ramadan-light-3 {
    position: absolute;
    top: 675px;
    top: 209px;
    left: 1722px;
    background: rgba(255, 225, 84, .5);
    background: rgba(253, 249, 188, 0.65);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, .3);
    animation: ramadan-light-3 .6s infinite;
    animation-timing-function: ease;
    animation-delay: 1s;
}
@keyframes ramadan-light-3 {
    30% {
        top: 674px;
        top: 208px;
        left: 1721px;
        width: 36px;
        height: 36px;
        border-radius: 18px;
    }
    50% {
        top: 684px;
        top: 218px;
        left: 1722px;
        width: 22px;
        height: 22px;
        border-radius: 11px;
    }
    85% {
        top: 675px;
        top: 209px;
        left: 1720px;
        width: 27px;
        height: 27px;
        border-radius: 14px;
    }
}
.ramadan-light-4 {
    position: absolute;
    top: 594px;
    top: 130px;
    left: 1610px;
    background: rgba(255, 225, 84, .5);
    background: rgba(253, 249, 188, 0.54);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, .3);
    animation: ramadan-light-4 .9s infinite;
    animation-timing-function: ease-out;
    animation-delay: 1s;
}
@keyframes ramadan-light-4 {
    30% {
        top: 596px;
        top: 132px;
        left: 1612px;
        width: 26px;
        height: 26px;
        border-radius: 13px;
    }
    70% {
        top: 591px;
        top: 127px;
        left: 1607px;
        width: 36px;
        height: 36px;
        border-radius: 18px;
    }
}*/

.namaz-mobile-banner {
    display: none;
}

@media (max-width: 640px) {
    .namaz-desktop-banner {
        display: none;
    }
    .namaz-mobile-banner {
        display: block;
    }
    .main.namaz--banner .container-fluid {
        padding: 0;
    }
}

.button--gray.button--read-mode,
.button--gray.button--favorites-more {
    background-color: rgba(0, 0, 0, 0);
}
.button--gray.button--read-mode:hover,
.button--gray.button--read-mode:focus,
.button--gray.button--favorites-more:hover,
.button--gray.button--favorites-more:focus,
.button--gray.button--favorites-more.active {
    background-color: #0F9DDB;
}
