.home .evidency {
    max-width: 1280px;
    margin: 0 auto;
}
.home #content .evidency .carousel .columns-5 ul.products li.product:nth-child(5n),
.home #content .evidency .carousel .columns-5 ul.products li.product.first,
.home #content .evidency .carousel .columns-5 ul.products li.product {
    margin-left: 18px;
    margin-right: 0 !important;
}
.home #content .evidency .carousel .columns-4 ul.products li.product {
    margin-left: 14px;
    margin-right: 0 !important;
}
.home #content .evidency .carousel .columns-4 ul.products li.product:nth-child(1) {
    margin-left: 7px;
}
.home #content .evidency .carousel .columns-5 ul.products li.product:nth-child(1) {
    margin-left: 0;
}
.evidency.c-4 .carousel .flex-viewport {
    max-width: 1170px;
    margin: 0 auto;
}
.evidency .flex-controls-container {
    top: 45%;
}
.evidency.c-5 .flex-controls-container {
    margin-left: -12px;
    width: calc(100% + 25px);
}
.evidency .flex-controls-container .flex-direction-nav {
    padding-left: 0;
}
.evidency .slider-wrap .flex-controls-container ul.flex-direction-nav .flex-next:before {
    content: "\f0a9";
}
.evidency .slider-wrap .flex-controls-container ul.flex-direction-nav .flex-prev:before {
    content: "\f0a8";
    margin-left: 1px;
}
.evidency .slider-wrap .flex-controls-container ul.flex-direction-nav .flex-prev:before,
.evidency .slider-wrap .flex-controls-container ul.flex-direction-nav .flex-next:before {
    font-size: 40px;
    display: block;
    font-family: 'FontAwesome';
    color: #797c7c;
    text-indent: 0;
    height: 40px;
    margin-top: 7px;
}
.evidency .slider-wrap .flex-controls-container .flex-direction-nav .flex-prev{
    background: none;
    margin-left: 0;
}
.evidency .flex-controls-container .flex-direction-nav li:last-child {
    float: right;
}
.evidency .slider-wrap .flex-controls-container ul.flex-direction-nav .flex-next,
.evidency .flex-direction-nav a.flex-next:hover {
    background: none;
    margin-right: 0;
    width: 35px;
}
.home #content .evidency ul.products li.product .category {
    display: none;
}
.home #content .evidency ul.products li.product a .thumb img {
    max-height: 130px;
}  
.home .woocommerce ul.products li.product a .thumb {
    max-height: 180px;
}
.evidency .fa-link {
    margin-right: 5px;
    font-size: 25px;
}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
    .home #content .evidency .carousel .columns-4 ul.products li.product {
        margin-left: 20px;
    }
    .home #content .evidency .carousel .columns-4 ul.products li.product:nth-child(1) {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .home #content .evidency .carousel .columns-4 ul.products li.product {
        margin-left: 17px;
    }
}
@media only screen and (max-width: 767px) {
    .home #content .evidency .carousel ul.products li.product {
        margin: 0 0 0 16px !important;
    }
    .home #content .evidency.c-5 .carousel ul.products li.product {
        margin: 0 0 0 5px !important;
        width: 216.59px !important;
    }
    .home #content .evidency .carousel ul.products li.product:nth-child(1) {
        margin-left: 0px !important;
    }
    .home #content .evidency.c-5 .carousel ul.products li.product:nth-child(2n) {
        margin-right: 18px !important;
    }
    .evidency.c-5 .flex-controls-container {
        margin-left: -8px;
        width: calc(100% + 10px);
        top: -9%;
        display: inline-block;
    }
    .evidency .slider-wrap .flex-controls-container ul.flex-direction-nav .flex-prev:before, 
    .evidency .slider-wrap .flex-controls-container ul.flex-direction-nav .flex-next:before {
        font-size: 32px;
    }
    .home #content .evidency .title {
        display: table;
        margin-left: 0;
        padding-left: 0;
        text-align: left;
        position: relative;
        z-index: 2;
    }
    #content .flex-direction-nav .flex-prev {
        display: none;
    }
    .evidency div.flex-controls-container {
        display: block;
    }
    .evidency div.flex-controls-container {
        top: -11%;
    }
    .evidency.centralized > h3:after {
        height: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .home .evidency ul.products[class*=columns-] li.product {
        max-width: 166px;
    }
    .home .evidency.c-5 {
        max-width: 340px;
    }
    .home #content .evidency.c-5 .carousel ul.products li.product:nth-child(2n) {
        margin-right: 16px !important;
    }
    .evidency .slider-wrap .flex-controls-container ul.flex-direction-nav .flex-prev:before, 
    .evidency .slider-wrap .flex-controls-container ul.flex-direction-nav .flex-next:before {
        font-size: 24px;
    }
    .evidency div.flex-controls-container {
        top: -13%;
    }
}