.g-views {
    padding: 0;
}

.biseller-column {
    margin: 0px 10px;
}

.g-views .image-title {
    margin-top: 10px;
}

ul#flexisel.nbs-flexisel-nav-left,
ul#flexisel.nbs-flexisel-nav-right {
    width: 24px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none;
}

.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;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
    height: 164px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
}

a.lightbox {}

a.lightbox img {
    /*    width:100%;*/
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border: 0px solid #CA4D4D;
    height: 124px;
}

a.lightbox img:hover {
    background: #000;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 24px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: -20px;
}

.nbs-flexisel-nav-left:before {
    content: "\41";
    font-family: "gwicon";
    font-size: 24px;
    color: 000;
}

.nbs-flexisel-nav-right {
    right: -20px;
}

.nbs-flexisel-nav-right:before {
    content: "\42";
    font-family: "gwicon";
    font-size: 24px;
    color: 000;
}

/*-- responsive-media-queries --*/
@media(max-width:1366px) {
    .flex-slider {
        padding: 80px 0;
    }
}

@media(max-width:1280px) {
    .flex-slider {
        padding: 70px 0;
    }
}

@media(max-width:1024px) {
    .nbs-flexisel-inner {
        width: 95%;
    }

    .nbs-flexisel-nav-left {
        left: -10px;
    }

    .nbs-flexisel-nav-right {
        right: -10px;
    }
}

@media(max-width:800px) {
    .flex-slider {
        padding: 50px 0;
    }
}

@media(max-width:640px) {
    .flex-slider {
        padding: 60px 0;
    }

    .nbs-flexisel-inner {
        width: 84.8%;
    }
}

@media(max-width:480px) {
    .nbs-flexisel-inner {
        width: 90%;
    }
}

@media(max-width:320px) {

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        width: 22px;
    }

    .nbs-flexisel-inner {
        width: 88%;
    }

    .flex-slider {
        padding: 45px 0;
    }

    .biseller-column {
        margin: 0px 5px;
    }
}