.outer {
    margin: 0 auto;
}

#big .item {
    background: #c9c9c91e;
    text-align: left;
    margin: 0 15px 0 0;
}

#thumbs .item h1 {
    font-size: 18px;
}

#thumbs .current .item {
    background: #FF5722;
}

.owl-theme-t .owl-nav-t [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme-t .owl-nav-t [class*='owl-'].disabled:hover {
    background-color: turquoise;
}

#big.owl-theme-t {
    position: relative;
}

#big.owl-theme-t .owl-next-t,
#big.owl-theme-t .owl-prev-t {
    background: transparent(183, 36, 36) !important;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}

#big.owl-theme-t .owl-prev-t {
    left: 10px;
}

#big.owl-theme-t .owl-next-t {
    right: 10px;
}

#thumbs.owl-theme-t .owl-next-t,
#thumbs.owl-theme-t .owl-prev-t {
    background: transparent;
}