/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
  text-align: center;
  position: absolute;
  right: 10.5px;
  top: -30px;
}

.owl-theme .owl-controls .owl-pagination {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 0 0 0 8px;
  font-size: 12px;
}

/* 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: 10px;*/
  /*height: 10px;*/
  /*margin: 1px;*/
  /*filter: Alpha(Opacity=100);!*IE7 fix*!*/
  /*opacity: 1;*/
  /*-webkit-border-radius: 20px;*/
  /*-moz-border-radius: 20px;*/
  /*border-radius: 20px;*/
  /*position: relative;*/
/*}*/

/*.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;*/
/*}*/

/*.owl-theme .owl-controls .owl-page.active span:after {*/
  /*content: "";*/
  /*position: absolute;*/
  /*width: 6px;*/
  /*height: 6px;*/
  /*-webkit-border-radius: 20px;*/
  /*-moz-border-radius: 20px;*/
  /*border-radius: 20px;*/
  /*background: #ffffff;*/
  /*top: 2px;*/
  /*left: 2px;*/
/*}*/

/* 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;
}



