.base img {
    width: 100%;
    height: 190px !important;
}

.fill img {
    object-fit: fill;
}

.contain img {
    object-fit: contain;
}

.cover img {
    object-fit: cover;
}

.scale-down img {
    object-fit: scale-down;
}

.none img {
    object-fit: none;
}

@media (max-width: 767px) {
    .row {
        padding: 0 !important;
        margin: 0
    }
}
.uye1 {
    font-weight: 100 !important;
    font-size: 28px
}

.uye2 {
    padding: 4px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #ddd;
    border-left: 2px solid #e10e34
}

.uye3 {
    cursor: pointer;
    min-height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.125);
    padding-top: 10px;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}


.uye4 {
    background: #252525;
    font-size: 16px;
    height: 74px;
}

.uye5 {
    font-weight: 100 !important;
    font-size: 28px
}
.uye6 {
    padding: 4px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #ddd;
    border-left: 2px solid #e10e34
}
.uye7 {
    cursor: pointer;
    min-height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.125);
    padding-top: 10px;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.uye8 {
    background: #252525;
    font-size: 16px;
    height: 74px;
}


.uye9{
}





.nav1 {
    padding-top: 4%
}

.nav2 {
    border-radius: 4px !important;
    background: #fff !important;
}

.nav3 {
    border-right: 2px solid #e10e34 !important;
    padding: 0 !important;
    margin-top: 3px !important;
}

.nav4 {
    background-color: #252525 !important;
    color: #fff !important;
    -webkit-border-top-left-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    -moz-border-radius-topleft: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}


