/* jssor slider arrow navigator skin 07 css */
/*
.jssora07l                  (normal)
.jssora07r                  (normal)
.jssora07l:hover            (normal mouseover)
.jssora07r:hover            (normadown)
.jssora07r.jssora07rdn      (mousel mouseover)
.jssora07l.jssora07ldn      (mousedown)
*/
#jssor_1, #jssor_2{
    min-height: 700px;
    width: 800px;
    overflow: initial;
    position:relative;
    margin:0 auto;
    top:0px;
    left:0px;
    visibility:hidden;
}

.jssora07l, .jssora07r {
    top: 200px !important;
    width:25px;
    height:45px;
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora07l{
    left:-35px;
    background-image: url('/gma/assets/encantadia/microsite/images/btn_left.png');
    background-repeat: no-repeat;
}
.jssora07r{
    right:-35px;
    background-image: url('/gma/assets/encantadia/microsite/images/btn_right.png');
    background-repeat: no-repeat;
}

.modal{
    display: none;
    padding: 0 !important;
    z-index: 9;
    width: 800px !important;
    min-height: 480px;
    display: none;
    background: none !important;
    z-index: 9;
    border-radius: 0 !important;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0px #000 !important;
    -moz-box-shadow: 0 0 0px #000 !important;
    -o-box-shadow: 0 0 0px #000 !important;
    -ms-box-shadow: 0 0 0px #000 !important;
    box-shadow: 0 0 0px #000 !important;
    top: 8%;
}

.gallery-modal{
    min-height: 810px;
    /*width: 970px !important;*/
    margin-left: auto;
    margin-right: auto;
}

.modal a.close-modal{
    background: url('/gma/assets/encantadia/microsite/images/btn_close.png') no-repeat 0 0 !important;
    width: 20px !important;
    height: 20px !important;
    top: -8.5px !important;
    right: -7.5px !important;
    z-index: 11;
}

.blocker{
    background-color: rgba(0,0,0,0) !important;
    z-index: 5001 !important;
    padding: 0 !important;
}

.slides, .jssor2-slides{
    cursor: move;
    position: relative;
    top: 0px;
    left: 0px;
    width: 800px;
    min-height: 700px;
    overflow: hidden;
}

.photo-stage{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 480px;
    width: 800px;
    text-align: center;
    position: relative;
}

.photo-stage img, .jssor2-slides img{
    width: auto;
    max-height: 480px;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{
    width: 5px;
}

.ps-scrollbar-y-rail{
    opacity:1 !important;
    width: 5px !important;
}

.blur-effect{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}

.black-bg-transparent{
    background-color: #000;
    width: 100%;
    min-height: 700px;
    position: relative;
    opacity: .8;
}

.photo-contents{
    position: absolute;
    top: 0;
    z-index: 30;
}

.photo-desc-stage{
    padding: 4px 10px;
    height: 178px;
    width: 775px;
    position: relative;
    margin: 4px auto;
    overflow: hidden;
}

.photo-desc-stage a{
    color: cornflowerblue;
}

.photo-desc-stage h2{
    color: #f4d197;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
    font-size: 19px;
}

.photo-desc-stage p{
    color: #FFF;
    font-family: "Roboto-regular";
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 23px;
}

#displayIndex{
    bottom: 7px;
    text-align: center;
    position: absolute;
    width: 100%;
    color: #949494;
    font-family: "Roboto-regular";
    font-weight: bold;
    z-index: 1;
    font-size: 16px;
}


@media (max-width: 825px) {

    /* Gallery inside */

    .modal{
        width: 650px !important;
    }

    #jssor_1, .slides, .photo-stage{
        width: 650px;
    }
    .photo-desc-stage h2{
        font-size: 20px;
    }

    .photo-desc-stage p{
        font-size: 14px;
    }

}

@media (max-width: 750px) {

    /* Gallery inside */

    .modal{
        width: 575px !important;
    }

    #jssor_1, .slides, .photo-stage{
        width: 575px !important;
    }
    .photo-desc-stage h2{
        font-size: 20px;
    }

    .photo-desc-stage p{
        font-size: 14px;
    }

    .photo-stage img, .jssor2-slides img{
        max-width: 100%;
    }

}

@media (max-width: 620px) {

    .modal{
        width: 420px !important;
    }

    #jssor_1, .slides, .photo-stage{
        width: 420px !important;
    }
    .photo-desc-stage{
        width: 398px !important;
    }
    .photo-desc-stage h2{
        font-size: 18px;
    }

    .photo-desc-stage p{
        font-size: 13px;
    }

}
