#flexisel-kategoriler {
    height: 50vw;
}

@media screen and (min-width : 1200px ) {
    #flexisel-kategoriler .nbs-flexisel-item {
        line-height: normal !important;
        height: 0.000vw !important;
    }
}

#flexisel-kategoriler .nbs-flexisel-item {
    line-height: normal !important;
    height: 0.01vw !important;
}

#flexisel-kategoriler .nbs-flexisel-inner {
    height: 36.5vw !important;
}


.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'flexslider-icon';
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 1px;
}

    .nbs-flexisel-nav-left:before {
        content: '\f001';
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 1px;
}

    .nbs-flexisel-nav-right:before {
        content: "\f002"
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }
