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

.owl-theme-services .owl-controls{	
  position: relative;
	bottom:38px;
  /*right: 0;
  text-align: right;
  bottom: 0;*/
}

/* Styling Next and Prev buttons */

.owl-theme-services .owl-controls .owl-buttons div{
    background: #F1A410 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 25px;
    margin: 1px;
    padding: 0 10px;
    text-align: center;
		position: absolute;
		z-index:2;
}
.owl-theme-services .owl-controls .owl-buttons div.owl-prev{
	left:0;
}
.owl-theme-services .owl-controls .owl-buttons div.owl-next{
	right:5px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme-services .owl-controls.clickable .owl-buttons div:hover{	
  text-decoration: none;
  background: #000 none repeat scroll 0 0;
  color: #fff;
}

/* Styling Pagination*/

.owl-theme-services .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme-services .owl-controls .owl-page span{
  background: #f2f2f2 none repeat scroll 0 0;
  float: left;
  height: 10px;
  margin-left: 10px;
  padding: 0 50px;
  width: auto;
}

.owl-theme-services .owl-controls .owl-page.active span,
.owl-theme-services .owl-controls.clickable .owl-page:hover span{
  background: #015aaa none repeat scroll 0 0;
}

/* If PaginationNumbers is true */

.owl-theme-services .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
}