.UIGoldCustomer {
    background: #f6f6f6;
    margin: 20px 0 0;
    padding-bottom: 10px;
}
.UIGoldCustomer .container {
    width:1170px;
    margin:0 auto;
}
.UIGoldCustomer .title-block h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 20px 5px;
    color: #d32b2b;
    font-weight: 700;
    font-family: 'Open Sans Condensed', Arial;
}
.UIGoldCustomer .container a.item {
}
.UIGoldCustomer .container a.item img {
    height: 100px;
    width: auto!important;
    margin: 30px auto;
}
.UIGoldCustomer .container a.item .title {
    display:none;
}
.owl-nav button {
        position: absolute;
        color: #999 !important;
        top: 50%;
        transition: all 0.2s ease;
        outline: none;
        z-index: 99999;
        opacity: .5;
        transform: translate(0, -50%);
}
.owl-nav button i {
    font-size: 50px;
}
.owl-nav .owl-next {
        right: 0;
}
.owl-nav button:hover {
        opacity: 1;
        background: none !important;
}
.owl-dots {
    text-align: center;
    width: 100%;
    z-index: 9;
}
.owl-dots .owl-dot {
    outline: none;
}
.owl-dots .owl-dot.active span {
            background-color: #d9282f;
            border: solid 2px #fff;
}
.owl-dots .owl-dot span {
            height: 15px;
            width: 15px;
            margin: 5px;
            display: block;
            border-radius: 100%;
            box-shadow: 0 0 5px 0 #b3b3b3;
            background: #fff;
}