@charset "utf-8";
/*
*         Owl Carousel Owl Demo Theme
*        v1.24
*/

.owl-theme .owl-controls {
  position:absolute;bottom:0; text-align:center;
  width:100%;height:30px; line-height:30px;
  margin:0 auto;
  z-index:9;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
        color: #FFF;
        zoom: 1;
        *display: inline;/*IE7 life-saver */
        font-size: 0px;
        filter: Alpha(Opacity=50);/*IE7 fix*/
        opacity: 0.5;
		z-index:998;
		text-indent:999; width:80px; height:120px;
}

/* 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;
        width: 10px;
        height: 10px;
        margin-right:5px;
        background-color:#fff;
		border-radius:50%;
}

.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;
		background: #d60c00;
}

/* 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;
}
/*.owl-pagination {
  bottom: 20px;
  position: absolute;
  left:0;
  right:0;
  width:1000px; margin:0 auto;
}*/
