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

.owl-theme .owl-controls{
	width:100%;
	margin-top: 5px;
	text-align: center;
	display: inline-grid;
	z-index: 20;
	/*
	position: absolute;
    top: 50%;
    left: 0;
	*/
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  	width: 50px;
    height: 50px;
	color: #d14d02;
    display: inline-block;
    zoom: 1;
    margin: 5px 10px;
    padding:10px;
    font-size: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #d14d02;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    transition-duration: 50ms;
	text-align: center
}

.owl-buttons{text-align: center;}
.news_slide .owl-theme .owl-controls .owl-buttons{
	width:100%;
	position: absolute;
	top: 40%;
	text-align: center
}
 .news_slide .owl-theme .owl-controls .owl-buttons .owl-prev {
margin-left: -20px;
    float: left;

}
.news_slide .owl-theme .owl-controls .owl-buttons .owl-next {
	margin-right: -20px;
    float: right;
}
.news_slide .owl-buttons{text-align: center;display: block}

/* 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;
	background-color:#d14d02;
	color:#fff;
	border-color:#d14d02;
	transition-duration:50ms;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 20px;
	height: 5px;
	margin: 7px 12px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #545454;
	transition-duration:0.2s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color:#d14d02;
	transition-duration:0.2s;
	
}

/* 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
	*/
}
.lazyOwl {
	width: 100%;
}




.action_slide .owl-carousel .owl-item{
	border-left: 0px solid #fff;
}
.news_slide .owl-item{
	border-left: 0px solid #fff;
	padding: 10px;
}

.product_desc_img .owl-carousel .owl-item {
    border-left: none;


	
}
.product_desc_img .owl-carousel .owl-wrapper-outer{
	height: auto;
}


.product_desc_img  .owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	height:auto;/**/
	padding: 0px;
}

.product_desc_img  .owl-buttons {
	
    max-width: 100%;
    width: 150px;
    float: left;
	margin: 0 auto;
    /*
	position: absolute;
    bottom: 15px;
    max-width: 100%;
    width: 100%;
	*/
}
/*
.product_desc_img .owl-theme .owl-controls .owl-buttons div {
	color: #777;
    display: inline-block;
    zoom: 1;
    margin: 5px 10px;
    padding: 10px 8px;
    font-size: 24px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #999;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    transition-duration: 50ms;
}

*/.product_desc_img .owl-theme .owl-controls .owl-buttons .owl-prev{
	float: left;
	margin:4px;
}
.product_desc_img .owl-theme .owl-controls .owl-buttons .owl-next{
	float: right;
	margin:4px;
}
.product_desc_img .owl-carousel .owl-item {
	
}
.product_desc_img .owl-carousel .owl-item .elem{
	width: 100%;
	display:inline-flex;
	padding: 0px 1px;
	
}
.product_desc_img .owl-carousel .owl-item .elem img{
	margin:0 auto
	
}
.product_desc_img .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 7px;
    margin: 7px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #545454;
    transition-duration: 0.2s;
}


























