@charset "utf-8";
/* CSS Document */

.tx_kmlayerslider {
	margin: 0 0 15px 0;
	padding: 1% 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.tx_kmlayerslider_stages {
	overflow: hidden;
	margin: 0;
	padding: 0 0.5%;
}

.tx_kmlayerslider_stages .stage {
	overflow: hidden;
	position: relative;
	display: inline;
	float: left;
	margin-left: 0.5%;
	*margin-left: 0.4306%;
	margin-right: 0.5%;
	*margin-right: 0.4306%;
	width: 99%;
	*width: 98.9306%;
	height: 300px;
}

.tx_kmlayerslider_stages .layerslider .ls-videopreview {
	display: none;
}

.tx_kmlayerslider_stages .layerslider .ls-playvideo {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background-image: url(../Images/ls-playvideo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.tx_kmlayerslider_stages .layerslider .ls-playvideo:hover {
	background-image: url(../Images/ls-playvideo-hover.png);
}

.tx_kmlayerslider_stages .layerslider .ls-video-layer,
.tx_kmlayerslider_stages .layerslider .ls-video-layer iframe {
	width: 100% !important;
}

.tx_kmlayerslider_stages .layerslider .headline {
	padding: 10px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tx_kmlayerslider_stages .layerslider .headline h3 {
	font-size: 40px;
}

.tx_kmlayerslider_stages .layerslider .headline p {
	font-size: 18px;
}

.tx_kmlayerslider_stages .circle {
	position: relative;
}

.tx_kmlayerslider_stages .circle .price {
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 -38px -80px;
	width: 160px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	line-height: 24px;
}

.tx_kmlayerslider_stages .circle .price .from,
.tx_kmlayerslider_stages .circle .price .unit {
	font-size: 16px;
	font-weight: normal;
}

.tx_kmlayerslider_stages .layerslider .ls-nav-prev {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 35px;
	height: 50px;
	background-image: url(../Images/ls-nav-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}

.tx_kmlayerslider_stages .layerslider .ls-nav-next {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -25px;
	width: 35px;
	height: 50px;
	background-image: url(../Images/ls-nav-next.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}

.tx_kmlayerslider_stages .border-radius-tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-image: url(../Images/border-radius-tl.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 10;
}

.tx_kmlayerslider_stages .border-radius-tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background-image: url(../Images/border-radius-tr.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 10;
}

.tx_kmlayerslider_stages .border-radius-bl {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background-image: url(../Images/border-radius-bl.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 10;
}

.tx_kmlayerslider_stages .border-radius-br {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background-image: url(../Images/border-radius-br.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 10;
}

.tx_kmlayerslider_thumbnails {
	overflow: hidden;
	padding: 0 0.5%;
}

.tx_kmlayerslider_thumbnails .thumbnail {
	overflow: hidden;
	position: relative;
	display: inline;
	float: left;
	margin-top: 1%;
	margin-left: 0.5%;
	*margin-left: 0.4306%;
	margin-right: 0.5%;
	*margin-right: 0.4306%;
	width: 32.333%;
	*width: 32.2636%;
	/*height: 150px;*/
	padding-bottom: 50px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tx_kmlayerslider_thumbnails .ls-nav-thumbnail {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 5;
}

.tx_kmlayerslider_thumbnails .inner {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	/*height: 100%;*/
	background-color: #F9F9F9;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tx_kmlayerslider_thumbnails .inner .ls-playvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background-image: url(../Images/ls-playvideo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.tx_kmlayerslider_thumbnails .inner .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	border-radius: 10px 0 0;
}

.tx_kmlayerslider_thumbnails .inner img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 10px;
	border-radius: 10px 0 0;
}

.tx_kmlayerslider_thumbnails .headline {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2% 3%;
	width: 95%;
	height: 38px;
	background-color: #FFF;
	-webkit-box-shadow: inset 0px -10px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px -10px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.tx_kmlayerslider_thumbnails .circle {
	position: absolute;
	right: 5px;
	bottom: -10px;
	width: 85px;
}

.tx_kmlayerslider_thumbnails .circle img {
	width: 100%;
	height: auto;
}

.tx_kmlayerslider_thumbnails .circle .price {
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 -24px -80px;
	width: 160px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 18px;
}

.tx_kmlayerslider_thumbnails .circle .from,
.tx_kmlayerslider_thumbnails .circle .price .unit {
	font-size: 12px;
	font-weight: bold;
}