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

.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme .owl-item .img {
    position: relative;
    overflow: hidden;
}

.owl-theme .owl-item img {
    width: 100%;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* Styling Next and Prev buttons */


/*
.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver 
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix
    opacity: 0.5;
}
*/

.owl-theme .owl-controls .owl-buttons div {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: 0 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
    z-index: 10;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url('../images/prev_icon.png') center center no-repeat;
    background-size: 100% 100%;
    left: -15px;
    opacity: 1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    background: url('../images/next_icon.png') center center no-repeat;
    background-size: 100% 100%;
    right: -15px;
    opacity: 1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: url('../images/prev_icon_hv.png') center center no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: url('../images/next_icon_hv.png') center center no-repeat;
    background-size: 100% 100%;
    opacity:1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}



.owl-theme.owl-mbanner .owl-controls .owl-buttons div {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: 0 0;
    cursor: pointer;
    z-index: 10;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-prev {
    left: 15px;
}
.owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-next {
    right: 15px;
}
.owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-prev:after {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-next:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-prev:hover:after,
.owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-next:hover,
.owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-next:hover:after {
    color: #000;
    background: none;
}

.owl-mbanner .item {
    position: relative;
}
.owl-mbanner .item .badge {
    position: absolute;
    bottom: -4px;
    left: auto;
    right: 10%;
    background: transparent;
}

@media (max-width: 768px) {
    .owl-theme .owl-controls .owl-buttons div {
        text-align: center;
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: 0 0;
        transition: all .3s ease-in-out;
        cursor: pointer;
        z-index: 10;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 10px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 10px;
    }
    .owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-prev {
        left: 5px;
    }
    .owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-next {
        right: 5px;
    }
    .owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-prev:after,
    .owl-theme.owl-mbanner .owl-controls .owl-buttons .owl-next:after {
        font-size: 24px;
        line-height: 24px;
    }
    .owl-mbanner .item .badge {
        position: absolute;
        bottom: -4px;
        left: auto;
        right: auto;
        background: transparent;
    }
}


/* 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-pagination {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: right;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin-top: 0;
    z-index: 9999;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    background: #999999;
}

.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: #4c4d4f;
}

@media screen and (max-width: 768px) {
    .owl-pagination {
        position: absolute;
        bottom: -40px;
        width: 100%;
        text-align: center;
    }
}

/* 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;
}


/* Styling Pagination*/

.owl-mbanner .owl-pagination {
    position: absolute;
    bottom: 20px;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    text-align: left;
    padding-left: 30px;
}

.owl-mbanner .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin-top: 0;
    z-index: 9999;
    counter-increment: pages 1;
    font-family: "Poppins", sans-serif;
}

.owl-mbanner .owl-controls .owl-page span {
    text-align: center;
    width: auto;
    height: auto;
    margin: 5px 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
}
.owl-mbanner .owl-controls .owl-page span::before {
    color: #fff;
    content: "0" counter(pages, decimal);
    font-size: 18px;
    /*    font-weight: bold;*/
}
.owl-mbanner .owl-controls .owl-page span::after {
    content: '';
    width: 0;
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    background: #fff;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    margin: 0 0 .1875em;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-mbanner .owl-controls .owl-page.active span,
.owl-mbanner .owl-controls.clickable .owl-page:hover span {
    background: transparent;
}
.owl-mbanner .owl-controls .owl-page.active span::after {
    width: 30px;
}

@media screen and (max-width: 1169px) {
    .owl-mbanner .owl-pagination { width: 100%; left: 0; right: 0; margin-left: 0; margin-right: 0; bottom: 20px; text-align: center; }
}

/* If PaginationNumbers is true */

.owl-mbanner .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-imgde .owl-pagination {
    text-align: center;
    bottom: -40px;
}

/* preloading images */

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