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

.owl-theme .owl-controls{
    margin-top: 0;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons > div {
    color: #111111;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0px 25px 15px 25px;
    padding: 5px 10px;
    font-size: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
    line-height: 20px;
	
	
	background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #18863c;
    border-top-color: rgb(24, 134, 60);
    border-right-color: rgb(24, 134, 60);
    border-bottom-color: rgb(24, 134, 60);
    border-left-color: rgb(24, 134, 60);
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 3px;
  
  
  
}
 .owl-theme .owl-controls .owl-buttons .fa {
    
    color: #18863c !important;
    
  }





/* 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;
    height: 10px;
    margin: 0 5px;
    width: 10px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #666666;
}

.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;
}

/* 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
}