/** Owl Carousel Owl Demo Theme *	v1.3.3*/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.hb-slider {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hb-slider.owl-theme .owl-controls{
	margin-top: 0px;
	height: 1px;
}
.hb-slider.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev, .hb-slider.owl-carousel.owl-theme  .owl-controls .owl-buttons div.owl-next{
	position: absolute;
}
.hb-slider.owl-carousel.owl-theme .owl-buttons {
    margin-top: 10px;
    text-align: center;
}
.hb-slider.owl-carousel.owl-theme .owl-buttons [class*="owl-"] {
    background: none; /*#d6d6d6 none repeat scroll 0 0;*/
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
	opacity: 0.2;
    padding: 4px 7px;
}
.hb-slider.owl-carousel.owl-theme .owl-buttons [class*="owl-"]:hover {
    background: none; /*#808080 none repeat scroll 0 0*/
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}
.hb-slider.owl-carousel.owl-theme .owl-buttons .disabled {
    cursor: default;
    opacity: 0.5;
}
.hb-slider.owl-carousel.owl-theme .owl-next, .hb-slider.owl-carousel.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.hb-slider.owl-carousel.owl-theme .owl-prev {
	left: 10px;
}
.hb-slider.owl-carousel.owl-theme .owl-next {
	right: 10px;
}  
/*.hb-slider.owl-theme .owl-controls .owl-buttons div.lft-btn,
.hb-slider.owl-theme .owl-controls .owl-buttons div.rgt-btn {
  background: #0B121C !important;
  color: #ffffff !important;
  display: inline-block;
  float: left;
  font-size: 24px !important;
  height: 35px !important;
  line-height: 31px !important;
  text-align: center !important;
  width: 35px !important;
  margin: 0 5px !important;
}
.hb-slider.owl-theme .owl-controls .owl-buttons div.lft-btn:hover,
.hb-slider.owl-theme .owl-controls .owl-buttons div.rgt-btn:hover {
  background: #8b2042 !important;
}*/

.hb-slider .owl-prev > .lSPrev {
	background-position: 0 0;
	left: 10px;
}
.hb-slider .owl-next > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.hb-slider .owl-prev > a, .hb-slider .owl-next > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 10;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}

/* set button position to top */
.owl-theme .owl-controls .owl-page {
  bottom: 30px;
  display: inline-block;
  position: relative;
}
/* set square button */
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #0B121C;
  display: block;
  border-radius: 0px !important;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  outline: 1px solid #fff;
  width: 12px;
}
.cus-owl .owl-prev {
  left: 0;
  margin-top: -17px;
  position: absolute !important;
  top: 50%;
}
.cus-owl .owl-next {
  right: 0;
  margin-top: -17px;
  position: absolute !important;
  top: 50%;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
  z-index: 144;
    position: relative;
    display: inline;
    margin: 5px;
    padding: 0px 10px;
    font-size: 18px;
    /* -webkit-border-radius: 30px; */
    -moz-border-radius: 30px;
    border-radius: 0px;
       background: #ccc;
   /* filter: Alpha(Opacity=50);*/
    opacity: none;
}


.owl-theme .owl-controls .owl-buttons.owl-prev {
    background: #ff7506;
    opacity: 15;
    position: absolute;
    float:left;
    left: 0;
}
.owl-theme .owl-controls .owl-buttons.owl-next {
    background: #ff7506;
    opacity: 15;
    position: absolute;
    float: right;
    right: 0;
}
/* 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{
		opacity: 15;
	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;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	/*filter: Alpha(Opacity=50);/*IE7 fix
	opacity: 0.5;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

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