

.itrecumebc .bcconts .desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.itrecumebc .bcconts .desc ul li {

}

.vvuplofile .uplink label {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.vcheckbox input {
    width: 1px;
    height: 1px;
}

@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right : 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }

    .fancybox-show-thumbs .fancybox-thumbs__list {
        margin: 0 auto !important;
    }
}