﻿
 .nv-ctx-holder .nv-ctx.fix{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 13;
    border-bottom: 1px solid #1a1a1a;
    background-color: #1a1a1a;
}
.slick-dots .slick-active {
    background-color: #cc5c5b;
}

.slick-dots li {
    background-color: #505050;
}

slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li {
    color: transparent;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    display: inline-block;
}

.slick-dots {
    position: absolute;
    left: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    top: -31px;
    text-align: left;
}

.blink_me {
    animation: blinker .3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.hb-show .show-item:hover a.lnk-hov:before,.carousel-block .item:hover a.lnk-hov:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    border: 5px solid white;
    background-color: #1a1a1a61;
}

.hb-show .show-item:hover a.lnk-hov:after,.carousel-block .item:hover a.lnk-hov:after {
    content: "";
    background-image: url(../img/btn-play.png);
    width: 20px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin: auto;
    margin: auto;
    z-index: 10;
}

.load-more {
    text-align: center;
    padding-top: 20px;
    display: block;
    width: 100%;
    float: right;
}

.load-more a {
    background-color: #b33536;
    color: white;
    border-radius: 40px;
    bottom: 63px;
    right: 90px;
    padding: 10px 24px;
    z-index: 2;
    font-size: 1.3em;
    font-family: ltbukramedium;
}

/*nav*/
.social li a {
    color: white;
}

.social li a:hover {
    opacity: 0.7;
}

/*nav*/
/*slickslider next prev*/
.btnprev {
    position: absolute;
    right: 15px;
    top: 0;
    background-color: red;
    width: 31px;
    font-size: 1.2em;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

.btn-prev {
    position: absolute;
    right: -19px;
    width: 32px;
    top: 36%;
    font-size: 3.2em;
    cursor: pointer;
}

.btn-next:hover,.btn-prev:hover {
    color: white;
}

.btnprev:after {
    content: "\f105";
    font-family: play;
    color: white;
    position: absolute;
    top: 28%;
    right: 20%;
}

.btn-prev:after {
    content: "";
    font-family: play;
    color: white;
    position: absolute;
    top: 28%;
    right: -24%;
    background-image: url('../img/icon-arrow-right.png');
    height: 28px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.btnnext {
    position: absolute;
    left: 14px;
    top: 0;
    background-color: red;
    width: 31px;
    bottom: 0;
    font-size: 1.2em;
    background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

.btn-next {
    position: absolute;
    left: -19px;
    width: 32px;
    font-size: 3.2em;
    top: 36%;
    cursor: pointer;
}

.btnnext:after {
    content: "\f104";
    font-family: play;
    color: white;
    position: absolute;
    top: 28%;
    left: 20%;
}

.btn-next:after {
    content: "";
    font-family: play;
    color: white;
    position: absolute;
    top: 28%;
    left: -24%;
    background-image: url(../img/icon-arrow-left.png);
    height: 28px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.show-epis .btn-prev, .show-epis .btn-next {
    top: 10% !important;
}

.show-epis .btn-prev, .show-epis .btn-next {
    top: 31% !important;
}

.hide-epis .btn-prev, .hide-epis .btn-next {
    top: 26% !important;
}

.show-epis[data-display="5"] .btn-prev, .show-epis[data-display="5"] .btn-next {
    top: 25% !important;
}

.hide-epis[data-display="3"] .btn-prev, .hide-epis[data-display="3"] .btn-next {
    top: 36% !important;
}

.hp-bnr .btn-next:after {
    background-image: url(../img/icon-arrow-left-white.png);
}

.hp-bnr .btn-prev:after {
    background-image: url(../img/icon-arrow-right-white.png);
}

/*end slickslider next prev*/
/*watch*/
.bg-watch.catg-bg {
    padding-top: 7.9em;
}

.bg-watch {
    position: relative;
    padding: 27px 0 0 0;
}

.bg-watch:before {
    content: "";
    background-image: url('../img/bg-watch.jpg');
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    left: 0;
    height: 76vh;
}
.participate-div{padding:28px 0}
.share-container{text-align:right;direction:rtl; padding-bottom:8px}
.participate-div .fb-comments{margin-right:-8px}
.share-container a{float:right;}
/*watch*/
/*footer*/
footer {
    background-color: #2f2f2f;
    padding: 26px 0 28px;
}

.sc-lnk {
    float: left;
    color: #525251;
    border-right: 1px solid;
    font-size: 1.5em;
    padding-right: 34px;
    margin-left: 3.9%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pg-lnk {
    float: right;
}

.pg-lnk li:first-child {
    padding-right: 0;
    border-right: 0px solid;
}

.pg-lnk li {
    display: inline-block;
    padding: 0 7px;
    border-right: 1px solid #525251;
}

.pg-lnk li a {
    color: #a0a09e;
    font-family: 'LTBukraMedium';
    font-size: 1.2em;
}

.pg-lnk li a:hover {
    color: #cc5c5b;
}

.sc-lnk li {
    display: inline-block;
    padding: 0 6px;
}

.sc-lnk li a {
    color: #a0a09e;
}

.sc-lnk li a:hover {
    color: #cc5c5b;
}

.rt-stm {
    float: right;
    color: #a0a09e;
    padding: 18px 0px;
    font-size: 1.2em;
    font-family: LTBukraMedium;
}

/*footer*/
@media(max-width: 816px) {
    .sc-lnk {
        border-right:0;
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 0;
    }

    .pg-lnk {
        border-right: 0;
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 19px 0 0;
    }
}

@media(max-width: 786px) {
    /*.mn-ctx{padding-bottom:6em;}*/ .rt-stm {
        width:100%;
        text-align: center;
        padding-top: 12px
    }

    .bn-itm .bn-cpt h2 {
        font-size: 1.9em;
    }

    .bn-itm .bn-cpt p {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .hide-epis[data-display="3"] .btn-prev, .hide-epis[data-display="3"] .btn-next {
        top: 24% !important;
    }

    .hide-epis .btn-prev, .hide-epis .btn-next{
    top: 28% !important;    
    }
        .btn-next,.btn-prev{
        width:10px !important
    }
}

@media(max-width: 1100px) {
    .ctx-pad.in {
        width:100%;
        max-width: 100%;
        padding: 0 4%;
    }

    .bn-itm .bn-cpt {
        max-width: 100%;
        padding: 0 5%;
        bottom: 0;
    }

    .btn-prev {
        right: -10px;
    }

    .btn-next {
        left: -10px;
    }
}

@media(max-width: 1400px) {
    footer {
        padding: 20px 0 22px;
    }

    body {
        font-size: 8px;
    }

    .rt-stm {
        padding: 8px 0px;
    }
}



.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #252525c7;
    text-align: center;
    /* box-shadow: 1px 1px 1px #844444; */
    min-width: 100%;
}

.dialog .inner-dialog {
    height: 100vh;
}

.dialog .inner-dialog .dialog-ctx {
    color: white;
    /* font-size:3.2em; */
    width: auto;
    border: 1px solid #000000;
    display: inline-block;
    padding: 3.8em 1.9em 2.7em;
    background-color: #000000;
    position: relative;
    border-radius: 2px;
    text-align: right;
    min-width: 300px;
    box-shadow: 0px 0px 7px #2f2e2e;
}

.dialog .inner-dialog .dialog-ctx .dialog-cls {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    padding: 2px 8px;
    line-height: 0.9;
    color: #1f1f1f;
    font-family: arial;
    cursor: pointer;
    font-size: 22px;
    color: white;
}

.dialog .inner-dialog .dialog-ctx h3 {
    margin: 0;
    padding: 0;
    font-family: LTBukraMedium;
    font-size: 2.5em;
    font-weight: normal;
    color: #cc5c5b;
    padding-bottom: 10px;
}

.dialog .inner-dialog .dialog-ctx p {
    margin: 0;
    padding: 0;
    font-family: LTBukraMedium;
    font-size: 1.2em;
}

.dialog .dialog-login {
}

.dialog .dialog-login input {
    width: 100%;
    min-height: 42px;
    margin: 8px 0px;
    display: block;
    font-size: 2em;
    min-width: 350px;
}

.dialog .dialog-login .login-submit {
    border: 1px solid black;
    padding: 14px 20px;
    background-color: #cc5c5b;
    border-radius: 4px;
    color: #d6d6d6;
    font-family: LTBukraMedium;
    font-size: 1.27em;
    margin-left: 4px;
    display: inline-block;
    margin-top: 10px;
}

.dialog .dialog-login .cancel-submit {
    padding: 14px 20px;
    background-color: #565656;
    border-radius: 4px;
    color: #d6d6d6;
    font-family: LTBukraMedium;
    font-size: 1.27em;
    margin-left: 7px;
    display: inline-block;
    margin-top: 10px;
}
