#feature-menu {
    background-color: #464646;
    position: relative;
}

#feature-menu .slick-list {
    margin: 0 20px !important;
    padding: 0px !important;
    overflow: hidden;
}

#feature-menu > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.multiple-items {
    height: 50px;
    width: 63%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 20px;
    position: relative;
}

.multiple-items:after {
    content: ' ';
    width: 50px;
    height: 100%;
    right: 20px;
    position: absolute;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(70,70,70,1) , rgba(70,70,70,0));
}

.multiple-items:before {
    content: ' ';
    width: 50px;
    height: 100%;
    left: 20px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(70,70,70,1) , rgba(70,70,70,0));
}

#feature-nav a:hover{
    text-decoration: none;
}

@media (max-width: 1024px) {
    .multiple-items {
        width: calc(100% - 103px);
    }
}

#feature-menu .feature-slide-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    cursor: pointer;
    color: #fff;
    margin: 0px 25px;
}

#feature-menu .feature-slide-item:hover {
    color: rgb(130, 190, 15);
}

#feature-menu .feature-slide-item.current-page {
    color: rgb(130, 190, 15);
}

#feature-menu .link.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#feature-menu .link.slick-arrow:hover {
    color: rgb(130, 190, 15);
}

#feature-menu .fa-angle-right {
    font-size: 35px;
}

#feature-menu .fa-angle-left {
    font-size: 35px;
}

#feature-menu.fixed {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 49;
}

@media screen and (max-width: 1217px) {
    #feature-menu.fixed {
        top: 49px;
    }
}
