/* SliderShow.js styles */

/*########################################################################*/
/*#########-------------------------------------------------*/

div.SliderShowShadow{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	/* left: -15%; */
	height: auto;
	overflow: hidden;
	
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderCloseShadow{
	height: 0px !important;
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShowShadow > button.close{
	position: absolute;
	z-index: 5000;
	width: 50px;
	height: 50px;
	top: 10px;
	left: 100%;
	margin: 0px 0px 0px -60px;
	background-color: transparent;
	cursor: pointer;
	
	border:none;
	
	font-size:0px;
}
div.SliderShowShadow > button.close::before {
	font-family: 'icomoon' !important;
	font-size: 32px;
	margin-right: 5px;
	content: "\ea0d";
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.HorizontalScroll > div > button{
	position: absolute;
	z-index: 5000;
	width: 50px;
	height: 100%;
	top: 0px;
	left: 0%;
	margin: 0px 0px 0px 10px;
	background-color: transparent;
	cursor: pointer;
	
	border:none;

	overflow: hidden;
}
div.HorizontalScroll > div > button::before {
	font-family: 'icomoon' !important;
	font-size: 32px;
	margin-right: 5px;
	
}

div.HorizontalScroll > div > button.previous {
	
}
div.HorizontalScroll > div > button.previous::before {
	left: 0px;
	
	content: "\ea97";

	background-color: rgba(255,255,255,0.6);

	font-size: 85px;
	color: #2388cc;
	top: 50%;
	margin-top: -30.5px;
	margin-left: -24px;
}

div.HorizontalScroll > div > button.next {
	left: 100%;
	margin-left: -60px;
}
div.HorizontalScroll > div > button.next::before {
	content: "\ea98";

	background-color: rgba(255,255,255,0.6);
	
	font-size: 85px;
	color: #2388cc;
	top: 50%;
	margin-top: -30.5px;
	margin-left: -24px;
}

/*#########-------------------------------------------------*/
/*########################################################################*/
/*#########-------------------------------------------------*/

div.SliderShow{
	position: relative;
	margin: 0px 0px 0px -15%;
	padding: 0px 0px 0px 0px;
	background-color: #f5f5f5;
	width: 130%;
	left: 0px;
	height: auto;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 4px 7px 2px rgb(0 0 0 / 20%);
	box-shadow: inset 0px 4px 7px 2px rgb(0 0 0 / 20%);
	
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

div.SliderCloseShadow div.SliderShow{
	height: 0px !important;
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShow > button{
	position:absolute;
	top:0px;
	left:0px;
	
	width:30px;
	height:30px;
	
	padding: 0px 0px 0px 0px;
	margin:20px 20px 20px 20px;
	
	border:1px solid #FFF;
	
	border-radius: 50%;
	-border-radius: 50%;
	-webkit-border-radius: 50%;
	
	-webkit-box-shadow:1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	
	cursor:pointer;
	
    outline: 0;
	
	background-color:transparent;
	
	background-repeat:no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	
	z-index: 300;
}
div.SliderShow > button.play{
	/*background-image:url(../../../../../../repository/_system/SliderShow/controls/Play_20x20.png);*/
}
div.SliderShow > button.stop{
	/*background-image:url(../../../../../../repository/_system/SliderShow/controls/Pause_20x20.png);*/
}
div.SliderShow > button.play
, div.SliderShow > button.play
, div.SliderShow > button.prior
, div.SliderShow > button.next{
	display: none;
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShow > ul{
	position:relative;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
	width:100%;
	height:auto;
	
	list-style-type:none;
	
	white-space: nowrap;
	
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	
	z-index:250
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShow > ul > li{
	position:relative;
	display:inline-block;
	padding: 15px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
	width:100%;
	min-width:240px;
	height:auto;
	max-height: 245px;
	
	text-align:center;
	
	overflow:hidden;
	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);

}
div.SliderShow > ul > li:after{
	content: '';
	position: relative;
	display: inline-block;
	
	top:0px;
	left:0px;

    height: 20px;
	
	width:100%;
	width:70%;
	
	min-width:300px;
	max-width:1000px;
	
	/*background-image:url(../../../../../../repository/_system/SliderShow/controls/shadow.png);*/
	background-repeat:no-repeat;
	background-size: 100% 27px;
	
	z-index: 270;
}
div.SliderShowFull > ul > li:after{
	max-width:100%;
}
div.SliderShow > ul > li.current{
	
	/*
	
	-webkit-filter: blur(5px);
	filter: blur(5px);
	
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
	
	-webkit-filter: contrast(200%);
	filter: contrast(200%);
	
	-webkit-filter: drop-shadow(8px 8px 10px gray);
	filter: drop-shadow(8px 8px 10px gray);
	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	
	-webkit-filter: hue-rotate(90deg);
	filter: hue-rotate(90deg);
	
	-webkit-filter: invert(100%);
	filter: invert(100%);
	
	-webkit-filter: opacity(30%);
	filter: opacity(30%);
	
	-webkit-filter: saturate(8);
	filter: saturate(8);
	
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	
	-webkit-filter: contrast(200%) brightness(150%);
	filter: contrast(200%) brightness(150%);
	*/
	
	-webkit-filter: none;
	filter: none;
}
/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShow > ul > li > div{
	position:relative;
	top:0px;
	left:0px;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
	
	width:100%;
	width:70%;
	min-width:300px;
	max-width:1000px;
	height:auto;
	max-height: 215px;
	/*
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 45px 10px -15px rgba(0, 0, 0, 0.2);
	*/	
	overflow:hidden;
	
	z-index: 250;
	border-radius: 8px;
}
div.SliderShowFull > ul > li > div{
	max-width:100%;
}

/*
div.SliderShow > ul > li > div:before { 
	content: '';
	position: absolute;
	opacity: 50%;
	
	left: 20%;
	width: 100%; 
	height: 250%; 
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.5);
	top: 30px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
	box-shadow: inset 0 0 20px 10px #333;
	
	z-index: 270;
}
*/
/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShow > ul > li > div >  div{
	position:absolute;
	
	top:0px;
	left:0px;
	
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
	
	width:100%;
	
	height:100%;
	
	overflow:hidden;
	
	z-index: 260;
	
	/* webkit example */
	background-image: -webkit-gradient(
		linear, left top, right top, from(rgba(0, 0, 0, 0.7)),
		to(rgba(0, 0, 0, 0))
	);
	
	/* mozilla example - FF3.6+ */
	background-image: -moz-linear-gradient(
		left center,
		rgba(255, 255, 255, 1.0) 20%, rgba(0, 0, 0, 0) 95%
	);
	
	/* IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(
		gradientType=1, startColor=0, endColorStr=#000000
	);
	
	/* IE8 uses -ms-filter for whatever reason... */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(
		gradientType=1, startColor=0, endColoStr=#000000
	);
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShow > ul > li > div > a > img{
	position:relative;
	top:0px;
	left:0px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
	width:100%;
	min-width:300px;
	max-width:1000px;
	height:auto;
	
	z-index: 250;
	
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
	border-radius: 7px;
}
div.SliderShowFull > ul > li > div > a > img{
	max-width:100%;
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShow > ul > li > div > h4{
	position:absolute;
	
	top:30%;
	left:100%;
	
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px -300px;
	
	text-align:right;
	
	color: #FFF;
	font-weight: bold;
	font-size:36px;
	
	width:245px;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.4);
	
	white-space: normal;
	
	z-index: 300;
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShow > div.pages{

	position: absolute;
	left: 0px;

	top: 100%;
	margin-top: -29px;
	text-align: center;
	width: 100%;
	height: 32px;
	
	white-space: normal;
	
	z-index: 300;
}

/*#########-------------------------------------------------*/
/*#########-------------------------------------------------*/

div.SliderShow > div.pages > button{
	
	display:inline-block;
	
	width:10px;
	height:5px;
	
	margin: 10px 5px 0px 5px;
	
	border:1px solid #000;
	
	padding:3px 5px 3px 5px;
	
	background-color:#FFF;
/*	
	border-radius: 50%;
	-border-radius: 50%;
	-webkit-border-radius: 50%;
	*/
	-webkit-box-shadow:1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	
	cursor:pointer;
	
    outline: 0;
	border-radius: 3px;
}

div.SliderShow > div.pages > button.current{
	
	width:20px;
	height:10px;
	
	margin: 0px 5px 0px 5px;
	
	background-color:#cf2e2e;
}

/*#########-------------------------------------------------*/
/*########################################################################*/
/*########################################################################*/
@media
	only screen
	and (max-width: 745px)
{
	div.SliderShow > ul > li{
		padding: 15px 0px 0px 0px;
		
	}
	
	/*========================================================================*/
}
	
/*########################################################################*/