/********************************************************************************************* 

x. Layout

*********************************************************************************************/
.slideshow-wrapper {
	position: relative;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.slideshow-wrapper img {
	display: block;
}
ul.slideshowslider {
  	list-style: none;
}
.slideshow-viewport {
 	-webkit-transform: translatez(0);
}
.slideshow-wrapper ul {
	margin-left: 0 !important;
}
.slideshow-wrapper ul li {
	overflow: hidden;
}
/********************************************************************************************* 

x. Loader

*********************************************************************************************/
.slideshow-wrapper .slideshow-loading {
	min-height: 50px;
	background: url('images/slideshow_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/********************************************************************************************* 

x. Pager

*********************************************************************************************/
.slideshow-wrapper .slideshow-pager {
	text-align: center;
	position: absolute;
	bottom: 50px;
	width: 100%;
}
.slideshow-wrapper .slideshow-pager.slideshow-default-pager a {
	text-indent: -9999px;
	width: 8px; height: 8px;
	background: white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin: 0 5px;
}
.slideshow-wrapper .slideshow-pager.slideshow-default-pager a:hover,
.slideshow-wrapper .slideshow-pager.slideshow-default-pager a.active,
.slideshow-wrapper .slideshow-pager.slideshow-default-pager a:focus {
	background: #B1BDB0;
}
.slideshow-wrapper .slideshow-pager-item,
.slideshow-wrapper .slideshow-controls-auto .slideshow-controls-auto-item {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}

/********************************************************************************************* 

x. Carousel
x. Navigation

*********************************************************************************************/
.slideshow-carousel .slideshow-prev {
	left: 0;
}
.slideshow-carousel .slideshow-next {
  	right: 0;
}
.slideshow-carousel .slideshow-controls-direction a {
	width: 100px; height: 100px;
	display: block;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 10;
}
.slideshow-carousel .slideshow-controls-direction a svg {
	fill: #98A4AE;
	width: 100px; height: 100px;
}
.slideshow-carousel .slideshow-controls-direction a:hover svg {
	fill: #B1BCB0;
}
.slideshow-carousel .slideshow-controls-direction a.disabled {
	display: none;
}
.slideshow-navigation .slideshow-prev {
	left: 0;
}
.slideshow-navigation .slideshow-next {
  	right: 0;
}
.slideshow-navigation .slideshow-controls-direction a {
	width: 50px; height: 50px;
	background: #273744;
	display: block;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 10;
}
.slideshow-navigation .slideshow-controls-direction a svg {
	fill: white;
}
.slideshow-navigation .slideshow-controls-direction a:hover {
	background: #B1BCB0;
}
.slideshow-navigation .slideshow-controls-direction a.disabled {
	display: none;
}

/********************************************************************************************* 

x. Overlay

*********************************************************************************************/
.overlay {
	background: rgba(0, 0, 0, 0.22);
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
}