/*
*Owl Carousel Owl Demo Theme
*www.sucaijiayuan.com
*/

.owl-theme .owl-controls {
    width: 100%;
    text-align: center;
    display: none;
}

/* Styling Next and Prev buttons*/

@media only screen and (max-width: 1140px) {
    .owl-buttons {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -20px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        position: absolute;
        font-size: 0px;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver*/
    }

    .owl-prev {
        background: url(../images/jt_03.png) no-repeat;
        background-size: 100% 100%;
        left: 0px;
    }

    .owl-next {
        background: url(../images/jt_05.png) no-repeat;
        background-size: 100% 100%;
        right: 0px;
    }

    .owl-prev:hover {
        background: url(../images/jt_03_.png) no-repeat;
        background-size: 100% 100%;
    }

    .owl-next:hover {
        background: url(../images/jt_05_.png) no-repeat;
        background-size: 100% 100%;
    }

    .owl-demo3 .owl-buttons {
        position: absolute;
        width: 100%;
        height: 24px;
        top:50%;
        left: 0px;
        margin-top: -12px;
    }

    .owl-demo3 .owl-prev {
        background: url(../images/jt_b2.png) no-repeat;
        background-size: 100% 100%;
        left: 0px;
        width: 12px;
        height:24px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .owl-demo3 .owl-next {
        background: url(../images/jt_b2.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(180deg);
        right: 0px;
        width: 12px;
        height:24px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    /*.owl-demo3 .owl-next:hover{*/
        /*right:3px;*/
    /*}*/
    /*.owl-demo3 .owl-prev:hover{*/
        /*left:3px;*/
    /*}*/

}

@media only screen and (min-width: 1140px) {
    .owl-buttons {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -54.5px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        position: absolute;
        font-size: 0px;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver*/
    }

    .owl-prev {
        background: url(../images/y81_11.png) no-repeat;
        background-size: 100% 100%;
        left: 3%;
    }

    .owl-next {
        background: url(../images/y81_14.png) no-repeat;
        background-size: 100% 100%;
        right: 3%;
    }

    .owl-demo3 .owl-buttons {
        position: absolute;
        width: 100%;
        height: 34px;
        top:50%;
        left: 0px;
        margin-top: -17px;
    }

    .owl-demo3 .owl-prev {
        background: url(../images/jt_b2.png) no-repeat;
        background-size: 100% 100%;
        left: 0px;
        width: 19px;
        height:34px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .owl-demo3 .owl-next {
        background: url(../images/jt_b2.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(180deg);
        right: 0px;
        width: 19px;
        height:34px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .owl-demo3 .owl-next:hover{
        right:3px;
    }
    .owl-demo3 .owl-prev:hover{
        left:3px;
    }

}

#owl-demo11 .owl-prev, #owl-demo11 .owl-next {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

#owl-demo11 .owl-prev:hover, #owl-demo11 .owl-next:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver*/
}

@media only screen and (max-width: 1200px) {
    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 10px;
        height: 10px;
        margin: 0px 3px;
        background: #9b9b9b;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }


    #owl-demo1 .owl-controls .owl-page span {
        display: block;
        width: 10px;
        height: 10px;
        margin: 0px 3px;
        background: #fff;
        border:solid 1px #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    #owl-demo1 .owl-controls {
        height: 10px;
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) {
    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 0px 5px;
        background: #dbdbdb;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    #owl-demo1 .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 0px 6px 0 0;
        background: #fff;
        border:solid 1px #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    #owl-demo1 .owl-controls {
        left: 0px;
        bottom: 65px;
        position: absolute;
        height: 10px;
        text-align: left;
        z-index: 6;
    }


}

#owl-demo15 .owl-controls {
    z-index: 7;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #033d80;
}

#owl-demo1 .owl-controls .owl-page.active span,
#owl-demo1 .owl-controls.clickable .owl-page:hover span {
    background:none;
}

/* 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
}
