/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	position: absolute;
	top: 0;
	width: 100%
}

.owl-theme .owl-controls .owl-pagination{
	position: relative;
	max-width: 940px;
	margin: 92px auto 0 auto;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	background: #C8C8C8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #BF0A30;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}




/* ######################################################## */


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/


.owl-theme2.owl-theme {
	position: relative;
}

.owl-theme2 .owl-controls{
	margin-top: 0px;
	text-align: center;
    position: initial;	
}

/* Styling Next and Prev buttons */

.owl-theme2 .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding: 0;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme2 .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme2 .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme2 .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 50%;
	left: -70px;
	width: 20px;
	height: 20px;
	background-image: url(../../layimg/slider_prev_off.gif);	
	margin-top: -15px
}

.owl-theme2 .owl-controls .owl-buttons div.owl-prev:hover {
	background-image: url(../../layimg/slider3_prev_off.gif);	
}

.owl-theme2 .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 50%;
	right: -70px;
	width: 20px;
	height: 20px;	
	background-image: url(../../layimg/slider_next_off.gif);	
	margin-top: -15px	
}

.owl-theme2 .owl-controls .owl-buttons div.owl-next:hover {
	background-image: url(../../layimg/slider3_next_off.gif);	
}


	

.owl-theme2 .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme2 .owl-controls .owl-page.active span,
.owl-theme2 .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme2 .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}




/* ######################################################## */


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.fce_100.owl-theme3 {
	background-color: #C8C8C8;
    padding: 50px 0 50px 0;	
}

.owl-theme3.owl-theme {
	position: relative;
}

.owl-theme3 .owl-controls{
	margin-top: 0px;
	text-align: center;
    position: initial;	
}

/* Styling Next and Prev buttons */

.owl-theme3 .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding: 0;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme3 .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme3 .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme3 .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 50%;
	left: -70px;
	width: 20px;
	height: 20px;
	background-image: url(../../layimg/slider3_prev_off.gif);	
	margin-top: -15px
}

.owl-theme3 .owl-controls .owl-buttons div.owl-prev:hover {
	background-image: url(../../layimg/slider_prev_off.gif);	
}

.owl-theme3 .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 50%;
	right: -70px;
	width: 20px;
	height: 20px;	
	background-image: url(../../layimg/slider3_next_off.gif);	
	margin-top: -15px	
}

.owl-theme3 .owl-controls .owl-buttons div.owl-next:hover {
	background-image: url(../../layimg/slider_next_off.gif);	
}


	

.owl-theme3 .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme3 .owl-controls .owl-page.active span,
.owl-theme3 .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme3 .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



/* ######################################################## */


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.fce_100.owl-theme4 {
	background-color: #C8C8C8;
    padding: 125px 0 50px 0;
	background-image: url(../../layimg/bg_kalender_total.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.owl-theme4.owl-theme {
	position: relative;
}

.owl-theme4 .owl-controls{
	margin-top: 0px;
	text-align: center;
    position: initial;	
}

/* Styling Next and Prev buttons */

.owl-theme4 .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding: 0;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme4 .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}



/* Styling Pagination*/

.owl-theme4 .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme4 .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 50%;
	left: -70px;
	width: 20px;
	height: 20px;
	background-image: url(../../layimg/slider3_prev_off.gif);	
	    margin-top: -10px;
}

.owl-theme4 .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 50%;
	right: -70px;
	width: 20px;
	height: 20px;	
	background-image: url(../../layimg/slider3_next_off.gif);	
	    margin-top: -10px;	
}


	

.owl-theme4 .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme4 .owl-controls .owl-page.active span,
.owl-theme4 .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme4 .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.owl-theme4 .content_gross {
    margin-top: 20px;
}