﻿/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    /* Styling Next and Prev buttons */

    .owl-theme .owl-controls .owl-buttons div {
        color: #6a6969;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        margin: 3px;
        padding: 3px 10px;
        font-size: 14px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #d6d3d3;
    }
        /* 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, .owl-theme .owl-controls .owl-buttons div:hover {
            background: #f9b32f;
            color: #fff;
            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: 0px 2px;
            filter: Alpha(Opacity=1); /*IE7 fix*/
            opacity: 1;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #fff;
        }

        .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: #f1562b
        }

        /* 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
}

#hp-heroslider .owl-controls {
    position: absolute;
    bottom: 15px;
    right: 15px
}

#fd-slider .owl-controls {
    position: absolute;
    bottom: 10px;
    right: 10px
}

#mice-slider .owl-controls .owl-prev {
    position: absolute;
    left: 5px;
    top: calc(50% - 15px)
}

#mice-slider .owl-controls .owl-next {
    position: absolute;
    right: 5px;
    top: calc(50% - 15px)
}

#mice-slider .owl-controls .owl-buttons div {
    background: none
}

#blog-slider.owl-theme .owl-controls .owl-buttons div {
    border: solid 1px #dbdbdb;
    border-bottom: none;
    background: none;
    border-radius: 0px;
    padding: 8px 14px
}

    #blog-slider.owl-theme .owl-controls .owl-buttons div:hover {
        color: #f9b32f
    }
