@media (min-width:961px)  {
    .wrapper {
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        width: 80%;
        background: transparent;
        position: relative;
        height:50px;
    }
}
@media (max-width:961px)  {
    .wrapper {
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        width: 100%;
        background: transparent;
        position: relative;
        height:50px;
    }
}

.uiactive{
    background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}



.wrapper .next-slide, .wrapper .prev-slide {
    background: #00ac7f;
    font-size: 15px;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    color: white;
    text-align: center;
    line-height: 3em;
    cursor: pointer;
    transition: background .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    z-index: 2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper .next-slide:hover, .wrapper .prev-slide:hover {
    background: #00c491;
}

.wrapper .next-slide {
    right: -50px;
}

.wrapper .prev-slide {
    left: -50px;
}

.wrapper .tab-container {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    transition: left .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;


}
.wrapper .tab-container li {
    font: bold 15px 'Arial';
    background: #e5e5e5 !important
    margin: 0 !important;
    padding: 15px 20px;
    list-style: none;
    float: left;
    color: #01ff80;

    height:50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper .tab-container li:hover {
    opacity: 0.6;
}

.wrapper .tab-container li a {
    background-image: none !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0!important;
    color: #222;
}

.wrapper .tab-container li a span {
    background-image: none !important;
    background-repeat: 0 !important;
    background-position: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wrapper .tab-container li.here, .wrapper .tab-container li.here a {
    font-weight: normal !important;
    color: #00ac7f !important;
}
