.bg-slider {
	position: relative;
	display: block;
  	overflow: hidden;
	width: 100vw;
	height: 100vh;
	background: rgb(255,255,255);
	z-index: 111;
}

.bgslide {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.bgslide:first-child{
    left: 0;
}

.bg-slider video{
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}

.bg-slider .img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
  	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.background-filter{
	position: absolute;
	display: block;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	z-index: 222;
}

.slide-arrow{
    position: absolute;
	width: 25px;
    height: 25px;
    top: 50%;
    left: 100px;
	transform: translate(0, -50%);
    cursor: pointer;
    opacity: .5;
	transition: all 0.2s ease;
	z-index: 885;
}

.slide-arrow svg{
    position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.slide-arrow svg path{
	fill: rgb(255,255,255);
}

.slide-arrow:hover{
    opacity: 1;
}

.slide-arrow.bgright{
	left: auto;
    right: 100px;
}

@media (max-width: 767px){
	.slide-arrow{
		position: absolute;
		width: 25px;
		height: 25px;
		top: 50%;
		left: 20px;
		transform: translate(0, -50%);
		cursor: pointer;
		opacity: .5;
		transition: all 0.2s ease;
		z-index: 885;
	}

	.slide-arrow svg{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}

	.slide-arrow svg path{
		fill: rgb(255,255,255);
	}

	.slide-arrow:hover{
		opacity: 1;
	}

	.slide-arrow.bgright{
		left: auto;
		right: 20px;
	}
}

.vd-gallery{
	position: relative;
	display: block;
	width: 100vw;
	height: auto;
	overflow: hidden;
	padding: 0 0 113px 0;
}

.vd-slider {
	position: relative;
	display: block;
	overflow: hidden;
  	white-space: nowrap;
	width: 100vw;
	height: auto;
	background: rgb(255,255,255);
	z-index: 111;
}

.vdslide {
    position: relative;
	display: inline-block;
	overflow: hidden;
    height: auto;
    width: 66.66%;
	margin-right: -4px;
	padding: 0;
	padding-bottom: 37.49%;
	font-size: 0;
	border-right: 5px solid rgb(255,255,255);
}

.vdslide:last-child {
	border-right: none;
}

.vdslide .filter{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	z-index: 333;
}

/*.bgslide:first-child{
    left: 0;
}*/

.vd-slider video{
	position: absolute;
	width: 100%; 
	height: 100%;
	overflow: hidden;
}

.vd-slider .play-button{
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 444;
}

.vd-slider .play-button svg{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.vd-slider .play-button svg path{
	fill:rgba(255,255,255,1);
}

.vd-slider .video-title{
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	bottom: 80px;
	right: 80px;
	text-align: right;
}

.vd-slider .video-title h3{
	font-weight: 400;
	color:rgb(255,255,255);
}
.vd-slider .video-title h4{
	font-weight: 400;
	color:rgb(255,255,255);
}

.vd-slider .img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
  	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.vd-slide-arrow{
    position: absolute;
	width: 25px;
    height: 25px;
    top: calc(50% - 60px);
    left: 100px;
	transform: translate(0, -50%);
    cursor: pointer;
    opacity: .5;
	transition: all 0.2s ease;
	z-index: 885;
}

.vd-slide-arrow svg{
    position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.vd-slide-arrow svg path{
	fill: rgb(255,255,255);
}

.vd-slide-arrow:hover{
    opacity: 1;
}

.vd-slide-arrow.vdright{
	left: auto;
    right: 100px;
}

.rest-slider {
	position: absolute;
	display: block;
  	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255,255,255);
	z-index: 111;
}

.restslide {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.restslide:first-child{
    left: 0;
}

.restslide video{
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}

.restslide .img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
  	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.rslide-arrow{
    position: absolute;
	width: 40px;
    height: 40px;
    top: calc(100% - 120px);
    cursor: pointer;
    opacity: 1;
	transition: all 0.2s ease;
	z-index: 685;
}

.rslide-arrow svg{
    position: relative;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
}

.rslide-arrow svg path{
	fill: rgb(255,255,255);
}

.rslide-arrow:hover{
    opacity: 1;
}

.rslide-arrow.restleft{
	left: auto;
    right: 120px;
	background-color: rgb(27,27,27);
}

.rslide-arrow.restright{
	left: auto;
    right: 80px;
	background-color: rgb(75,75,75);
}

@media (max-width: 767px){
	.rslide-arrow{
		position: absolute;
		width: 30px;
		height: 30px;
		top: calc(100% - 60px);
		cursor: pointer;
		opacity: 1;
		transition: all 0.2s ease;
		z-index: 685;
	}

	.rslide-arrow svg{
		position: relative;
		display: block;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		top: 10px;
		left: 10px;
	}

	.rslide-arrow svg path{
		fill: rgb(255,255,255);
	}

	.rslide-arrow:hover{
		opacity: 1;
	}

	.rslide-arrow.restleft{
		left: auto;
		right: calc(100% - 70px);
		background-color: rgb(27,27,27);
	}

	.rslide-arrow.restright{
		left: auto;
		right: calc(100% - 100px);
		background-color: rgb(75,75,75);
	}
}

/* SLIDER 2 */

.menu-slider {
	position: absolute;
	display: block;
  	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255,255,255);
	z-index: 111;
}

.menuslide {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.menuslide:first-child{
    left: 0;
}

.menuslide video{
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}

.menuslide .img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
  	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mslide-arrow{
    position: absolute;
	width: 40px;
    height: 40px;
    top: calc(100% - 120px);
    cursor: pointer;
    opacity: 1;
	transition: all 0.2s ease;
	z-index: 685;
}

.mslide-arrow svg{
    position: relative;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
}

.mslide-arrow svg path{
	fill: rgb(255,255,255);
}

.mslide-arrow:hover{
    opacity: 1;
}

.mslide-arrow.menuleft{
	left: auto;
    right: 120px;
	background-color: rgb(27,27,27);
}

.mslide-arrow.menuright{
	left: auto;
    right: 80px;
	background-color: rgb(75,75,75);
}

@media (max-width: 767px){
	.menuslide {
		position: absolute;
		top: 0;
		left: 100%;
		height: 100%;
		width: 100%;
		text-align: center;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	.mslide-arrow{
		position: absolute;
		width: 30px;
		height: 30px;
		top: calc(100% - 60px);
		cursor: pointer;
		opacity: 1;
		transition: all 0.2s ease;
		z-index: 685;
	}

	.mslide-arrow svg{
		position: relative;
		display: block;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		top: 10px;
		left: 10px;
	}

	.mslide-arrow svg path{
		fill: rgb(255,255,255);
	}

	.mslide-arrow:hover{
		opacity: 1;
	}

	.mslide-arrow.menuleft{
		left: auto;
		right: calc(100% - 70px);
		background-color: rgb(27,27,27);
	}

	.mslide-arrow.menuright{
		left: auto;
		right: calc(100% - 100px);
		background-color: rgb(75,75,75);
	}
	
	.vd-gallery{
		position: relative;
		display: block;
		width: 100vw;
		height: auto;
		overflow: hidden;
		padding: 0 0 80px 0;
	}

	.vd-slider {
		position: relative;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		width: 100vw;
		height: auto;
		background: rgb(255,255,255);
		z-index: 111;
	}

	.vdslide {
		position: relative;
		display: block;
		overflow: hidden;
		height: auto;
		width: 100%;
		margin-right: auto;
		padding: 0;
		padding-bottom: 0;
		margin: 0 0 5px 0;
		font-size: 0;
	}

	.vdslide .filter{
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(to left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
		z-index: 333;
	}

	/*.bgslide:first-child{
		left: 0;
	}*/

	.vd-slider video{
		position: relative;
		display: block;
		width: 100%; 
		height: auto;
		overflow: hidden;
	}

	.vd-slider .play-button{
		position: absolute;
		display: block;
		width: 50px;
		height: 50px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 444;
	}

	.vd-slider .play-button svg{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}

	.vd-slider .play-button svg path{
		fill:rgba(255,255,255,1);
	}

	.vd-slider .vdslide .filter .video-title{
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		bottom: 0;
		right: 0;
		text-align: right;
	}

	.vd-slider .vdslide .filter .video-title h3{
		position: absolute;
		display: block;
		width: auto;
		height: auto;
		top: 15px;
		left: 15px;
		font-weight: 400;
		font-size: 18px;
		color:rgb(255,255,255);
	}
	.vd-slider .vdslide .video-title h4{
		position: absolute;
		display: block;
		width: auto;
		height: auto;
		bottom: 15px;
		right: 15px;
		font-weight: 300;
		font-size: 12px;
		color:rgb(255,255,255);
	}

	.vd-slider .img{
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.vd-slide-arrow{
		position: absolute;
		display: none;
		width: 25px;
		height: 25px;
		top: calc(50% - 60px);
		left: 100px;
		transform: translate(0, -50%);
		cursor: pointer;
		opacity: .5;
		transition: all 0.2s ease;
		z-index: 885;
	}

	.vd-slide-arrow svg{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}

	.vd-slide-arrow svg path{
		fill: rgb(255,255,255);
	}

	.vd-slide-arrow:hover{
		opacity: 1;
	}

	.vd-slide-arrow.vdright{
		left: auto;
		right: 100px;
	}
}