.owl-carousel .owl-stage {
    position: relative;
    padding: 10px 0px;
    -ms-touch-action: pan-Y;
}

.item{
    background: transparent;
    /*padding: 15px;*/
    /*box-shadow: 0px 2px 4px #c5c5c5;*/
}

.item img{
    /*width: 170px!important;
    height: 170px;
    border-radius: 50%;
    margin-top: 0px;*/
}

.item h4{
    color: #d1302a;
    text-align: center;
    margin: 20px 0px;
}


.item p{
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    font-style: italic;
}

.owl-nav{
    text-align: center;
    margin-top: 0px;
    z-index: 2;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #d3d3d3;
    font-size: 12px;
    margin: 5px;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #ffffff;
    border: 2px solid #d3d3d3;
    display: inline-block;
    cursor: pointer;
    line-height: 36px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #43aee2;
    text-decoration: none;
    border-color: #43aee2;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f3e82a;
    box-shadow: 0px 2px 1px #2d3e50;
}

.owl-prev{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-next{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
}

.owl-carousel .owl-dot {
    cursor: pointer;    
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

