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

.main_video  .owl-theme .owl-controls{
	position: absolute;
  width: 590px;
  bottom: 35px;
  text-align: center;
}
.club_life  .owl-theme .owl-pagination{
	position: relative;
  height: 22px;
  padding-top: 25px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.club_life .owl-theme .owl-controls .owl-buttons div{
	display: block;
  text-indent: -99999px;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 33%;
}
.club_life .owl-theme .owl-controls .owl-buttons div.owl-prev{
  background:  url(../images/slider_arrow.png) left top no-repeat;
  left: 0px;
}
.club_life .owl-theme .owl-controls .owl-buttons div.owl-next{
  background:  url(../images/slider_arrow.png) right top no-repeat;
  right: 0px;
}
.warriors.owl-theme .owl-controls .owl-buttons div{
	display: block;
  text-indent: -99999px;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 25%;
}
.warriors.owl-theme .owl-controls .owl-buttons div.owl-prev{
  background:  url(../images/slider_arrow.png) left top no-repeat;
  left: 0px;
}
.warriors.owl-theme .owl-controls .owl-buttons div.owl-next{
  background:  url(../images/slider_arrow.png) right top no-repeat;
  right: 0px;
}
/* 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{

}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.main_video .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 21px;
	height: 21px;
	margin: 0 5px;
	opacity: 1;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background: #fff;
  border: 1px solid #780000;
}

.main_video .owl-theme .owl-controls .owl-page.active span,
.main_video .owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
  background: #b20000;
}

.club_life .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 21px;
	height: 21px;
	margin: 0 5px;
	opacity: 1;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background: #fff;
  border: 1px solid #000;
}

.club_life .owl-theme .owl-controls .owl-page.active span,
.club_life .owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
  background: #000;
}

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