/*--- VENOBOX ---*/
.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;
	overflow-y: scroll;
}
.vbox-overlay{
	background: rgba(0,0,0,0.85); 
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.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(../images/elements/preload.gif) center center no-repeat;
	text-indent: -100px;
	overflow: hidden;
}
.vbox-close{
	cursor: pointer;
	position: fixed;
	top: -1px;
	right: 0;
	width: 46px;
	height: 40px;
	padding: 10px 20px 10px 0;
	display: block;
	background: url(../images/elements/close.gif) no-repeat #161617;
	background-position:10px center;
	color: #fff;
	text-indent: -100px;
	overflow: hidden;
}
.vbox-next, .vbox-prev{
	cursor: pointer;
	position: fixed;
	top: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	text-indent: -100px;
	overflow: hidden;
}
.vbox-prev{
	left: 10px;
	background: url(../images/elements/prev.gif) center center no-repeat;
}
.vbox-next{
	right: 10px;
	background: url(../images/elements/next.gif) center center no-repeat;
}
.vbox-title{
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	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;
}
.vbox-inline{
	width: 420px;
	height: 315px;
	padding: 10px;
	background: #fff;
	text-align: left;
	margin: 0 auto;
	overflow: scroll;
}
.venoframe{
	border: none;
	width: 960px;
	height: 720px;
	overflow: hidden;
}
@media (max-width: 992px) {
	.venoframe{
		width: 640px;
		height: 480px;
	}
}
@media (max-width: 767px) {
	.venoframe{
		width: 420px;
		height: 315px;
	}
}
@media (max-width: 460px) {
	.vbox-inline{
		width: 100%;
	}
	.venoframe{
		width: 100%;
		height: 260px;
	}
}
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

/*--- OWL CAROUSEL ---*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(../images/elements/grabbing.png) 8 8, move;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 7px;
	filter: Alpha(Opacity=20);/*IE7 fix*/
	opacity: 0.2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.owl-theme .owl-controls{
	margin-top: 0;
	text-align: center;
	background-color: #222;
	padding-top: 5px;
}
.owl-theme .owl-controls.clickable .owl-page span:hover{
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	color: #fff;
	float: left;
	position: relative;
	top: -23px;
	left: 6px;
	font-size: .8em;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	color: #fff;
  	float: right;
	position: relative;
	top: -23px;
	right: 6px;
	font-size: .8em;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

/*--- IMMERSIVE SLIDER ---*/
.is-page_container {
	margin: 50px auto;
	padding: 0 15px;
}
#immersive_slider {
	background-color: rgba(15,15,15, .7);
	height: 430px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#immersive_slider .is-slide  {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px 70px;
	position: absolute;
}
#immersive_slider .is-slide .is-image  {
	height: 300px;
	margin-top: 20px;
}
#immersive_slider .is-slide .is-content {
	padding-right: 10px;
	font-weight: 100;
	color: #ccc;
	text-align: left;
	line-height: 180%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: table;
}
#immersive_slider .is-slide .is-content .is-middle {
	display: table-cell;
	vertical-align: middle;
}
.is-bg-overflow {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.is-overflow, .is-bg-overflow {
	height: 100%;
}
.ease {
	-webkit-transition: 1000ms ease all;
	-moz-transition: 1000ms ease all;
	-o-transition: 1000ms ease all;
	transition: 1000ms ease all;
}
.bounce {
	-webkit-transition: 1000ms cubic-bezier(.17, .65, .4, .99) all;
	-moz-transition: 1000ms cubic-bezier(.17, .65, .4, .99) all;
	-o-transition: 1000ms cubic-bezier(.17, .65, .4, .99) all;
	transition: 1000ms cubic-bezier(.17, .65, .4, .99) all;
}
.no-animation {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-o-transition: none!important;
	transition: none !important;
}
#immersive_slider .is-slide .is-content h2 a{
	text-decoration: none;
	color: #eee;
}
#immersive_slider .is-slide .is-content h2 a:hover{
	color: #aaa;
}
#immersive_slider .is-slide .is-content h2{
	font-size: 43px;
	font-weight: 200;
	text-align: left;
	padding-bottom: 10px;
}
.is-container {
	position: relative;
	overflow: hidden;
}
.is-container .is-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.is-container .is-background img{
	width: 100%;
	height: 100%;
	left: 0;
	position: relative;
}
.is-container .is-background.gs_cssblur {
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	filter: blur(20px);
}
.is-pagination {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	z-index: 5;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.is-pagination li {
	padding: 0;
	display: inline-block;
	text-align: center;
	position: relative;
}
.is-pagination li a{
	padding: 10px;
	width: 4px;
	height: 4px;
	display: block;
	
}
.is-pagination li a:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: rgba(255,255,255,0.85);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.is-pagination li a.active:before{
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 1px solid white;
	margin-top: -4px;
	left: 8px;
}
.is-main .is-next, .is-main .is-prev {
	padding: 5px 8px 20px;
	font-size: 50px;
	position: absolute;
	bottom: 50%;
	margin-bottom: -36px;
	width: 42px;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	text-decoration: none;
}
.is-next {
	right: 10px;
}
.is-prev {
	left: 10px;
}