.owl-theme .owl-controls {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    color: #333 !important;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

/* Styling Next and Prev buttons */
.owl-buttons div {
    -webkit-font-smoothing: antialiased;
    background-color: rgb(204, 204, 204);
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
    vertical-align: baseline;
    width: 30px;
}

.owl_buttons { float:right; }

/* 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 { text-decoration: none; }
.owl-controls { float:right; }

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(/assets/imgs/AjaxLoader.gif) no-repeat center center
}

div.item span { display:block; }