
.vbox-overlay *, .vbox-overlay *::before, .vbox-overlay *::after {
    box-sizing: border-box;
}
body {
}
.vbox-overlay {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    height: auto;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}
.relativo {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}
.vbox-preloader {
    animation: 1.4s steps(18) 0s normal none infinite running playload;
    background-image: url("../img/venobox/preload-circle.png");
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    overflow: hidden;
    position: fixed;
    text-indent: -100px;
    top: 50%;
    width: 32px;
}
@keyframes playload {
0% {
    background-position: 0 center;
}
100% {
    background-position: -576px center;
}
}
@keyframes playload {
0% {
    background-position: 0 center;
}
100% {
    background-position: -576px center;
}
}
.vbox-close {
    background: rgba(0, 0, 0, 0) url("../img/venobox/close.gif") no-repeat scroll 10px center;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    overflow: hidden;
    padding: 10px 20px 10px 0;
    position: fixed;
    right: 0;
    text-indent: -100px;
    top: -1px;
    width: 46px;
}
.vbox-next, .vbox-prev {
    border: medium solid transparent;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    height: 170px;
    margin-top: -85px;
    overflow: hidden;
    position: fixed;
    text-indent: -100px;
    top: 50%;
    width: 30px;
}
.vbox-prev {
    background: rgba(0, 0, 0, 0) url("../img/venobox/prev.gif") no-repeat scroll center center;
    border-width: 0 30px 0 10px;
    left: 0;
}
.vbox-next {
    background: rgba(0, 0, 0, 0) url("../img/venobox/next.gif") no-repeat scroll center center;
    border-width: 0 10px 0 30px;
    right: 0;
}
.vbox-title {
    color: #fff;
    display: none;
    float: left;
    font-size: 12px;
    height: 40px;
    left: 0;
    line-height: 28px;
    overflow: hidden;
    padding: 6px 40px;
    position: fixed;
    text-align: center;
    top: -1px;
    width: 100%;
}
.vbox-num {
    background: #161617 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 12px;
    height: 40px;
    left: 0;
    line-height: 28px;
    overflow: hidden;
    padding: 6px 10px;
    position: fixed;
    top: -1px;
}
.vbox-inline {
    background: #fff none repeat scroll 0 0;
    height: 315px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px;
    text-align: left;
    width: 420px;
}
.venoframe {
    border: medium none;
    height: 720px;
    width: 960px;
}
@media (max-width: 992px) {
.venoframe {
    height: 480px;
    width: 640px;
}
}
@media (max-width: 767px) {
.venoframe {
    height: 315px;
    width: 420px;
}
}
@media (max-width: 460px) {
.vbox-inline {
    width: 100%;
}
.venoframe {
    height: 260px;
    width: 100%;
}
}
.vbox-container {
    background: #000 none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    width: 98%;
}
.vbox-content {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.vbox-container img {
    height: auto;
    max-width: 100%;
}
.vwrap {
    float: left;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: opacity 0.25s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}
