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

.owl-theme.left .owl-controls {
    margin-top: 0px;
    text-align: left;
}

.lunatic_carousel_arrow .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.lunatic_carousel_arrow .owl-controls .owl-buttons div {
    color: #ffffff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 7px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    background-color: #6858db;
    font-size: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(104, 88, 219, 0.1);
    box-shadow: 0 0 5px 0 rgba(104, 88, 219, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.lunatic_carousel_arrow .owl-controls.clickable .owl-buttons div:hover {
    background-color: #261b7e;
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 15px 0 rgba(38, 27, 126, 0.4);
    box-shadow: 3px 3px 15px 0 rgba(38, 27, 126, 0.4);
}

/* 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: 14px;
    height: 14px;
    margin: 5px;
    filter: Alpha(Opacity=30);
    /*IE7 fix*/
    opacity: 0.3;
    border-radius: 20px;
    background: #6858db;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.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.lightbults .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme.lightbults .owl-controls .owl-page.active span,
.owl-theme.lightbults .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;
    border-radius: 30px;
}

/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}