.nrg-channel-carousel {
    display: none;
    width: 100%;
    padding-bottom: 2%;
    padding-top: 2%;
    /*position: absolute;*/
    /*transform: translate(-50%, -50%);*/

}
.slick-slide
{
    width: 250px;
}
.nrg-channel-carousel.slick-initialized {
    display: block;
}

.nrg-channel-carousel .nrg-channel-item:focus {
    outline: none;
}


.nrg-channel-carousel .nrg-channel-item img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.nrg-channel-carousel .slick-prev:before,
.nrg-channel-carousel .slick-next:before {
    color: black;
    font-size:22px;
}



.nrg-channel-carousel .slick-prev,
.nrg-channel-carousel .slick-next {
    position: absolute;
    z-index: 22;
    top: 50%;
    width: 14px;
    height: 30px;
    font-size: 30px;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    line-height: 30px;
    margin-top: -15px;
    cursor: pointer;
    opacity: .5;

}

.nrg-channel-carousel .slick-prev
{
    left: -25px !important;
}
.nrg-channel-carousel .slick-next
{
    right: -25px !important;
}
.nrg-channel-carousel .slick-prev:hover,
.nrg-channel-carousel .slick-next:hover {
    opacity: 1;
}

/* Dots */
.nrg-channel-carousel .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 22px;
}

.nrg-channel-carousel .slick-dots li {
    display: inline;
}

.nrg-channel-carousel .slick-slider .slick-dots li button {
    border: 0 solid;
    overflow: hidden;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: -999px;
    background-color: #cccccc;
    margin: 3px;
}
.nrg-channel-carousel .slick-slider
{
    max-width: 250px;
}

.nrg-channel-carousel .slick-slider .slick-dots li button:focus {
    outline: none;
}

.nrg-channel-carousel .slick-slider .slick-dots li.slick-active button {
    background-color: #dd0e34;
}
.nrg-channel-carousel .slick-prev .fa{
    color: #dd0e34;
    font-size: 40px;
}
.nrg-channel-carousel .slick-next .fa{
    color: #dd0e34;
    font-size: 40px;
}
.nrg-channel-carousel .nrg-channel-item a i {
    font-size: 25px;
    color: #dd0019;
    padding-top: 20%;

}


.nrg-channel-carousel .nrg-channel-item a h3{
    font-size: 20px;
    color: #000000;
    transform: translate(-50%, -50%);
    padding-bottom: 37%;
    line-height: 30px;
    padding-left: 50%;
    background-color: #FFFFFF;
}
.nrg-channel-carousel .nrg-channel-item a {
    text-align: center;
}
.nrg-channel-carousel .nrg-channel-item{
    width: 250px;
    height: 250px;

}
.nrg-channel-carousel .nrg-channel-item a .icon-container{
    width: 40px;
    height: 40px;
    border: 2px solid #dd0019;
    border-radius: 50%;
    display: inline-block;
    margin-top: 30%;
    background-color: #FFFFFF;


}
.nrg-channel-carousel .nrg-channel-item a .icon-container-main{
    width: 100%;
    height: 100%;
    margin-top: 10%;
}
.slick-container
{
    margin: auto;
    padding: 20px;!important;
    width: 90%;
}