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

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

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    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-controls .owl-buttons .owl-prev { 
    left: 0;
    background-size: 100% auto;
}

.owl-theme .owl-controls .owl-buttons .owl-next { 
    right: 0;
    background-size: 100% auto;
}


/* 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-pagination{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}
.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: 20px;
    height: 20px;
    margin: 3px 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,0.3);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: rgba(255,255,255,1);
}

@media (max-width: 768px) {
    .owl-theme .owl-controls .owl-buttons div{
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
    }
    .owl-theme .owl-controls .owl-pagination{
        bottom: 5px;  
    }
    .owl-theme .owl-controls .owl-page span{
        display: block;
        width: 10px;
        height: 10px;
        margin: 3px 3px;
    }
}

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

/* Styling Next and Prev buttons */

.tabitems .item {
    position: relative;
}
.tabitems .item .text-ovf {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    bottom: 25px;
    background: rgba(0,0,0,0.7);
    padding: 10px 15px;
    line-height: 16px;
    color: #fff;
    z-index: 9;
}

.tabitems .owl-controls .owl-buttons div{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.tabitems .owl-controls .owl-buttons .owl-prev { 
    left: 0;
    background: url('../../images/left_slide.png') center center no-repeat;
    background-size: 100% auto;
}

.tabitems .owl-controls .owl-buttons .owl-next { 
    right: 0;
    background: url('../../images/right_slide.png') center center no-repeat;
    background-size: 100% auto;
}
