
/* LIGHTBOX */
.white_opacity {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9000;
    background: #FFF;
    display:none;
    background: url(../img/white-opc95.png);
    top: 0;
}

.white_opacity .load {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top:-16px;
    margin-left:-16px;
    display:none;
}

.light_box {
    width: 80%;
    margin:0 auto;
    margin-top:26px;
    max-width: 1200px;
}

.ft_btns {
    margin-top: -85px;
    width: 450px;
    float: right;
}

.light_box h2 {
    color: #18b69f;
    font-family: "signika-light";
    font-size: 38px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 60px;
    height: 64px
}

.light_box a.close {
    width: 45px;
    height: 64px;
    float: right;
    display: block;
    background: url(../img/light_box_close.png) center no-repeat;
    padding: 10px 0 0 0;
    border-bottom: 5px solid #d3d3d3;
    opacity: 1;
    margin-top: -124px;
    right: 0px;
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}

.light_box a.close:hover {
    opacity: .6;
}

.light_box article {
    height: auto;
    padding-right: 25px;
}

.light_box em {
    font-style: italic !important;
}




.scroll-pane {
    float: right;
    height: 300px;
    overflow: auto;
    margin-right: 4%;
    width:400px;
}

.jspContainer {
    float:left;
}

.jspPane {
    width:100% !important;
}

/*.jspHorizontalBar { display: none !important; }*/



.light_box article h3 {
    color: #00a890;
    font-size: 22px;
    font-family: "signika-regular";
}

.light_box article div.art_content {
    font-size:15px;
    color: #454545;
    font-family: "ptsans-regular";

}







.light_box div#slide {
    position: relative;
    left: 10%;
    float:left;
    height:auto;
    width:414px !important;
    text-align: center;
    top: 5px;
}

.light_box div.bjqs-wrapper {
    height:460px !important;
    overflow: hidden;
    width:100% !important;
}


.galeria_loader {
    display:none;
    margin-top:200px;
}


/* Basic jQuery Slider essential styles */

ul.bjqs {
    position:relative;
    list-style:none;
    padding:0;
    margin:0 auto;
    overflow:hidden;
    display:none;
    height:550px !important;
}


li.bjqs-slide{
    position:absolute;
    display:none;
}


ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{
    position:absolute;
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
    opacity: 1;
}

ul.bjqs-controls.v-centered li a:hover {
    opacity: .5;

}


ul.bjqs-controls.v-centered li.bjqs-next {
    top: 142px;
    position: absolute;
    right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-next a{
    right: 0;
    width: 25px;
    height: 40px;
    margin-right: -40px;
    position: absolute;
    background: url(../img/arrow-direita-destaques.png) no-repeat center;

}

ul.bjqs-controls.v-centered li.bjqs-prev {
    top: 142px;
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
    width: 25px;
    height: 40px;
    margin-left: -40px;
    position: absolute;
    background: url(../img/arrow-esquerda-destaques.png) no-repeat center;

}

ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;margin:0;padding:2%;bottom:0;}


.bjqs li {
    overflow: visible;
}

.bjqs li img {
    border: solid 1px #fff;
    max-height: 314px;
    max-width: 414px;
}

.bjqs li p.bjqs-caption {
    bottom: -50px;
    text-align: left;
}

.bjqs .img_galeria {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.artista {
    margin-top: 2px;
    font-weight: bold;
}

.sbHolder {
    background-color: #e4e4e4 !important;
}

.sbHolder ul.sbOptions {
    background-color: #e4e4e4 !important;
    font-size: 14px;

}

.dropUp {
    background-color: #e4e4e4 !important;
    font-size: 14px;
    list-style: none;
    left: -1px;
    margin: -174px 0 0 5px;
    padding: 11px;
    width: 171px;
    max-height: 145px !important;
    position: absolute;
    z-index: 20;
    overflow-y: auto;
    box-shadow: 0px -2px 1px rgba(0,0,0,0.2)

}

.dropUp li {
    opacity: 1;
}

.dropUp li:nth-child(1) {
    display:none;

}

.dropUp li:hover {
    opacity: 0.8;
}



@media only screen and (max-width:1270px) {
    .jspContainer {
        width:400px !important;
        float:right;
    }

    .ft_btns {
        width:400px;

    }

    body.lightbox_opened {
        overflow: auto !important;
    }

}


@media only screen and (max-width:1200px) {

    .jspContainer {
        width:350px !important;
        float:right;
    }


    .ft_btns {
        margin-right: 0  !important;
        width:350px;
    }


    .scroll-pane {
        margin-right: 0  !important;
    }

    .light_box div#slide {
        left: 0 !important;
    }

    .white_opacity {
        position: absolute !important;
        min-height: 1500px;
    }

}

/* FIM LIGHTBOX */


