.parallax-block{
    margin: auto;
    z-index: 9999;
    width: 100%;
    height: 100%;
	overflow:hidden;
	background-color: rgba(0,0,0, 0.7);
}

.button-wrap, .nav-wrap {
    position: relative;
    z-index: 10000;
}
.button-wrap .button{
    border: solid 1px;
    border-radius: 2px;
    cursor: pointer;
    padding: 5px 10px;
    background: red;
}
.button-wrap .close-btn{
    position: absolute;
    top:0px;
    right: 0px;
}

.no-scroll{
    overflow: hidden;
}
.parallax-gallery-wrap{
    background: #fff;
    height: 100%;
	z-index: 100;
	position: relative;
}
.parallax-gallery{
    position: relative;
    overflow: hidden;
    margin: auto auto auto 0;
    width: 100%;
    height: 100%;
}

.parallax-gallery-in{
    height: 600px;
    width: 5800px;
    position: absolute;
}

.parallax-col{
    box-sizing: content-box;
    position: absolute;
    left: 0;
    top: 0;
	margin: 0 5px;
    opacity: 0;
}
.parallax-row{
	margin-bottom: 10px;
}
.parallax-col img{
    width: 100%;
}

.thumb{
    cursor: pointer;
}

.nav-next-wrap{
    height: 100%;
    right: 0;
    position: fixed;
    width: 15%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.nav-next-wrap:hover, .nav-prev-wrap:hover{
    opacity: 0.5;
}

.nav-prev-wrap{
    height: 100%;
    left: 0;
    position: fixed;
    width: 15%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.nav-prev, .nav-next{
    position: absolute;
    z-index: 45;
    top: 50%;
    width: 50px;
    height: 85px;
    margin-top: -42.5px;
    
    cursor: pointer;
    text-indent: -999999px;
}

.nav-next{
	background: #000 url(../images/arrows.png)  10px 0 no-repeat;
    right: 0;
}

.nav-prev{
	background: #000 url(../images/arrows.png)  -40px 0px no-repeat;
    left: 0;
}

.show_box{

    background: #888;
    text-align:center;
}

.hidden{
    display: none !important;
    visibility: hidden;
}

.show_box img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /*margin: 0 auto;*/
}

.loading {
    left: 50%;
    margin: 0 -50% 0 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    height: 100%;
}

.image-contain .image-show, .loading img{
    left: 50%;
    margin: 0 -50% 0 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.image-contain{
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
}

.parallax-row{
    /*position: relative;*/
}

.content-show-large {
    width: 100%;
    height: 600px;
    background: #888;
    position: absolute;
    text-align:center;
}

.bt-apb{
	position: relative;
	overflow: hidden;
	text-align: center;

}
.bt-apb .parallax-background{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
}
.bt-apb .parallax-background img,
.bt-apb .parallax-background video{
	width: 100%;
	height: auto;
}
.bt-apb .parallax-content{
	position:relative;
	z-index: 10;
	text-align: center;
	transition: all 0.5s;
	margin-top: 5%;
	width: 100%;
	display: inline-block;
}

.bt-apb .parallax-content h1{
	font-size: 32px !important;
	color: #ffffff !important;
	border: none !important;
}
.bt-apb .parallax-content .parallax-content-text{
	margin: 30px 0;
	color: #ffffff;
	font-size: 16px;
}
.bt-apb .parallax-content .button{
	border-radius: 3px;
	border: 3px solid #ffffff;
	color: #ffffff;
	padding: 10px 15px;
	text-align: center;
	
}


.bt-apb .content-video{
	position: relative;
	z-index: 100;
	background: #000000;
}
.bt-apb .content-video video{
	width: 100%;
	height: 100%;
}
.bt-apb .parallax-background-overlay{
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
}