#owl-demo .item {
    display: block;
    cursor: pointer;
    margin: 5px;
    text-align: center;
    border: 0;
    padding: 2px;
}

    #owl-demo .item:hover {
        border: solid 1px #555;
    }

#owl-demo2 .item {
    display: inline-table;
    width: 220px;
    border: 2px solid #eee;
    margin: 10px 0px 10px 0px;
    border-radius: 0px;
    overflow: hidden;
    direction: rtl;
    position: relative;
}

    #owl-demo2 .item .ItemImage {
        height: 170px;
        max-width: 200px;
        margin: 10px;
    }

    #owl-demo2 .item .Span1 {
        float: right;
        color: #555;
        font-size: 10pt;
        font-weight: normal;
        width: 100%;
        text-align: center;
        padding: 5px 0 5px 0;
        height: 40px;
        line-height: 170%;
        direction: rtl;
    }

    #owl-demo2 .item .Span2 {
        display: inline-block;
        color: #33CC33;
        font-size: 12pt;
        font-weight: normal;
        width: 100%;
        text-align: center;
        padding: 5px 0 5px 0;
        height: 40px;
        line-height: 170%;
    }

    #owl-demo2 .item:hover {
    }

        #owl-demo2 .item:hover .Span1 {
            color: #ff0000;
        }


#owl-demo20 .item {
    display: inline-table;
    width: 220px;
    border: 2px solid #eee;
    margin: 10px 0px 10px 0px;
    border-radius: 0px;
    overflow: hidden;
    direction: rtl;
    position: relative;
}

    #owl-demo20 .item .ItemImage {
        height: 170px;
        max-width: 200px;
        margin: 10px;
    }

    #owl-demo20 .item .Span1 {
        float: right;
        color: #555;
        font-size: 9pt;
        font-weight: normal;
        width: 100%;
        text-align: center;
        padding: 5px 0 5px 0;
        height: 40px;
        line-height: 170%;
        direction: rtl;
    }

    #owl-demo20 .item .Span2 {
        float: right;
        color: #33CC33;
        font-size: 12pt;
        font-weight: normal;
        width: 100%;
        text-align: center;
        padding: 5px 0 5px 0;
        height: 40px;
        line-height: 170%;
    }

    #owl-demo20 .item:hover {
        box-shadow: 0px 0px 7px #ccc;
        border-color: #ccc;
    }

        #owl-demo20 .item:hover .Span1 {
            color: #ff0000;
        }

.zoomThumbActive {
    border: solid 1px #555 !important;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
