/* * Owl Carousel Owl Demo Theme * v1.3.3 */ .owl-theme .owl-controls { text-align: center; } .owl-theme .owl-controls .owl-buttons {} .owl-theme .owl-controls .owl-pagination { text-align: center; position: absolute; left: 0; right: 0; bottom: 45px; width: 100%; } /* Styling Next and Prev buttons */ .owl-theme .owl-controls .owl-buttons div { display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ height: 48px; font-size: 48px; line-height: 48px; text-align: center; position: absolute; top: 50%; margin-top: -24px; } .owl-theme .owl-controls .owl-buttons div.owl-prev { right: 50%; margin-right: 480px; } .owl-theme .owl-controls .owl-buttons div.owl-next { left: 50%; margin-left: 480px; } .owl-theme .owl-controls .owl-buttons div.owl-prev:before, .owl-theme .owl-controls .owl-buttons div.owl-next:after { font-family: 'FontAwesome'; } .owl-theme .owl-controls .owl-buttons div.owl-prev:before { content: "\f104"; } .owl-theme .owl-controls .owl-buttons div.owl-next:after { content: "\f105"; } .testimonials-carousel .owl-controls .owl-buttons div { font-size: 14px; line-height: 18px; width: 18px; height: 18px; margin: 0; top: -65px; } .testimonials-carousel .owl-controls .owl-buttons div.owl-prev { right: 20px; margin-right: 0; } .testimonials-carousel .owl-controls .owl-buttons div.owl-next { left: auto; right: 0; margin-left: 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 {} /* Styling Pagination*/ .owl-theme .owl-controls .owl-page { display: inline-block; margin: 0 9px; zoom: 1; *display: inline;/*IE7 life-saver */ } .owl-theme .owl-controls .owl-page span { display: block; width: 25px; padding: 2px; margin: 0; } .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {} /* 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('../images/AjaxLoader.gif') no-repeat center center }