/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	text-align: center;
}
.owl-pagination {
  margin: 0;
  position: relative;
  z-index: 1;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	font-size: 12px;
	width: 20px;
	height: 35px;
}
/* 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 {
	    background: #cdcfd0;
	border-radius: 20px;
	display: block;
	margin: 5px 3px;
	opacity: 1;
width: 12px;
    height: 12px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	 border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	width: 12px;
    height: 12px;
    border: none;
    background: #e21213;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;

}
/* 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;
}
.owl-buttons {
	bottom: 30px;
	display: none;
	position: absolute;
	right: 0px;
	width: 100%;
}


#owl-demo1 .owl-next {
    background: url(../images/prev-img.png) no-repeat -62px top;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 -17px 0 0;
    float: right;
    opacity: 1;
    padding: 0;
    height: 45px;
    width: 25px;
    text-indent: -9999px;
    transition: all 0.5s ease 0s;
}

#owl-demo1 .owl-prev {
    background: url(../images/prev-img.png) no-repeat left top;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 -17px;
    float: left;
    opacity: 1;
    padding: 0;
    height: 45px;
    width: 25px;
    text-indent: -9999px;
    transition: all 0.5s ease 0s;
}

.categories-slider {
    margin-top: 30px;
}
.pro_titel {
    border-bottom: 2px solid #e21213;
    padding-bottom: 30px;
	
}