/* ------ venobox.css --------*/ 
html.ho, body.vbox-open{ overflow: hidden;}
.vbox-overlay *, .vbox-overlay *::before, .vbox-overlay *::after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{ -webkit-overflow-scrolling:touch;}
.vbox-overlay{
    background: rgba(0,0,0,0.50); 
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform:translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
} 
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    /*background: url(preload.gif) center center no-repeat;*/
    display: none;
    overflow: hidden;
}
.vbox-close{
    cursor: pointer;
    position: fixed; top:0; right:0; width: 50px; height: 50px;
    display: block;
    background:#fff url(../images/ico_closed.png) center center no-repeat;
	background-size: 27px;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed; top:50%; left: 5%; margin-top: -35px; width:32px; height: 70px; font-size: 0; background: url("../images/arrow_09.png") left top no-repeat; background-size:64px;
    text-indent: -100px;
    overflow: hidden;
} 
.vbox-next{ left:auto; right:5%; background-position: right top; }
.vbox-title{
    width: 100%; 
	height: 40px;
    float: left;
    text-align: center;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;
}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow-y: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 90%;
	max-width:1200px; 
    margin: 0 auto; 
	max-height: 500px; overflow: hidden;
}

/*overlay_w1100*/
.overlay_w1100 .venoframe{ max-width:1100px; } 

.vbox-container{ position: relative; margin: 0 auto; width: 100%; height:100%; display:table;}
.vbox-content{
    text-align: center; 
    width: 100%; height:100%; display:table-cell; vertical-align: middle; 
    position: relative; 
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1; 
    width: 100%; 
    position: fixed; 
    left: 0;  
	z-index: 1; 
} 
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}
.animate-in{
    opacity: 1;
}
.animate-out{
    opacity: 0;
} 

@media only screen and (max-width: 1599px){
	.vbox-next, .vbox-prev{  left:15px; width:22px; height:40px; margin-top:-20px; background-size:44px; } 
	.vbox-next{ left:auto; right:15px;}
}

