/*
	Video Gallery CSS
	---
	Author: MWD Systems GmbH | Kai Falkowski
	---
*/


.mwd_video_gallery h2,
.mwd_video_gallery h3 {
	color: #10218b;
}
.mwd_video_gallery h2 {
	font-size: 29px;
	line-height: 1.2;
    font-weight: normal;
    margin: 0 0 25px;
}
.mwd_video_gallery h3 {
	font-size: 16px;
	line-height: 1.25;
    margin: 0 0 15px;
}
.mwd_video_gallery p {
	margin: 0 0 15px;
}
.mwd_video_gallery p:last-child {
	margin-bottom: 0;
}
.mwd_video_gallery header {
	margin: 0 0 30px;
}
.mwd_video_gallery header p {
	margin-bottom: 30px;
}


.mwd_videoBox {
	position: relative;
	z-index: 1;
	padding-top: 56.45%; /* aspect ratio */
	margin: 0 0 25px;
	overflow: hidden;
}
.mwd_videoBox:last-child {
	margin-bottom: 0;
}
.mwd_videoBox img,
.mwd_videoBox video,
.mwd_videoBox iframe {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
}


.mwd_videoGalleryThumbnailscroller {
	padding: 30px 0 0;
	margin: 0 0 25px;
	width: 100%;
	height: 120px;
	position: relative;
}
.mwd_videoGalleryThumbnailscroller:last-child {
	margin-bottom: 0;
}
.mwd_videoGalleryThumbnailscroller .mwd_thumbListWrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.mwd_videoGalleryThumbnailscroller ul {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}
.mwd_videoGalleryThumbnailscroller ul:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
.mwd_videoGalleryThumbnailscroller li {
	width: 160px;
	height: 90px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-color: #ccc;
}
body.ltr .mwd_videoGalleryThumbnailscroller li {
	float: left;
	margin-right: 35px;
}
body.rtl .mwd_videoGalleryThumbnailscroller li {
	float: right;
	margin-left: 35px;
}
body.ltr .mwd_videoGalleryThumbnailscroller li:last-child,
body.rtl .mwd_videoGalleryThumbnailscroller li:last-child {
	margin-right: 0;
	margin-left: 0;
}
.mwd_videoGalleryThumbnailscroller li a {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 15px;
	border: none;
	outline: 0;
	font-size: 13px;
	line-height: 1.25;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mwd_videoGalleryThumbnailscroller li a:hover {
	background-color: rgba(0,0,0,0.85);
}
.mwd_videoGalleryThumbnailscroller li.mwd_active a {
	background-color: rgba(0,0,0,0);
	cursor: default;
	opacity: 0;
	filter: alpha(opacity=0);
}


.mwd_videoGalleryArrow {
	position: absolute;
	top: 30px;
	z-index: 2;
	width: 30px;
	height: 90px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	border: none;
	outline: 0;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	transform: scale(1);
}
.mwd_videoGalleryArrow_left {
	left: -50px;
	background-image: url(//assets.epson-europe.com/eu/wfp_redesign/img/arrow_prev_blue.png);
}
.mwd_dark .mwd_videoGalleryArrow_left {
	background-image: url(//assets.epson-europe.com/eu/wfp_redesign/img/arrow_prev_white.png);
}
.mwd_videoGalleryArrow_right {
	right: -50px;
	background-image: url(//assets.epson-europe.com/eu/wfp_redesign/img/arrow_next_blue.png);
}
.mwd_dark .mwd_videoGalleryArrow_right {
	background-image: url(//assets.epson-europe.com/eu/wfp_redesign/img/arrow_next_white.png);
}
.mwd_videoGalleryArrow.mwd_is-invisible {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	transform: scale(0);
}

@media only screen and (max-width: 3840px){
    .mwd_videoGalleryThumbnailscroller .mwd_thumbListWrapper {
		width: 940px;
	}
}

@media only screen and (max-width: 1050px) {

	.mwd_videoGalleryThumbnailscroller .mwd_thumbListWrapper {
		width: 745px;
	}
	.mwd_videoGalleryArrow_left {
		left: 0;
	}
	.mwd_videoGalleryArrow_right {
		right: 0;
	}

}

@media only screen and (max-width: 959px) {

	.mwd_videoGalleryThumbnailscroller .mwd_thumbListWrapper {
		width: 550px;
	}

}

@media only screen and (max-width: 767px) {

	.mwd_videoGalleryThumbnailscroller .mwd_thumbListWrapper {
		width: 355px;
	}

}

@media only screen and (max-width: 480px) {

	.mwd_videoGalleryThumbnailscroller .mwd_thumbListWrapper {
		width: 160px;
	}

}
