@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}


        /*REVIEWS SLIDER*/
/* Arrows */
.reviews_slider .slick-prev,
.reviews_slider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-top: -30px; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    -o-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
    border-bottom: 2px solid #e53b5b;
    border-left: 2px solid #e53b5b;
}
.reviews_slider .slick-prev {
    left: -40px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.reviews_slider .slick-next {
    right: -40px;
    -webkit-transform: rotate(225deg);
       -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
         -o-transform: rotate(225deg);
            transform: rotate(225deg);
}
.reviews_slider .slick-prev:hover,
.reviews_slider .slick-next:hover{
    border-bottom: 2px solid #213031;
    border-left: 2px solid #213031;
}

.reviews_slider .slick-slider
{
    margin-bottom: 30px;
}

.reviews_slider .reviews_slider_slide img {
    opacity: 0.4;
    transition: all 300ms ease;
}

.reviews_slider .slick-center img{
    opacity: 1;
}




        /* SOLUTIONS SLIDER */

/* Arrows */
.solution_content .slick-prev,
.solution_content .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: -11px;
    z-index: 1000;

    display: block;

    width: 14px;
    height: 14px;
    padding: 0;
    /* margin-top: -30px;  */
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

         -o-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
       -moz-transition: all linear 0.1s;
            transition: all linear 0.1s;

    border-bottom: 4px solid #eaebeb;
    border-left: 4px solid #eaebeb;

}
.solution_content .slick-prev {
    left: 124px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.solution_content .slick-next {
    left: 186px;
    -webkit-transform: rotate(225deg);
       -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
         -o-transform: rotate(225deg);
            transform: rotate(225deg);
}
.solution_content .slick-prev:hover,
.solution_content .slick-next:hover{
    border-bottom: 4px solid #213031;
    border-left: 4px solid #213031;
}


/* Dots */
.solution_content .slick-slider
{
    margin-bottom: 30px;
}

.solution_content .slick-dots
{
    position: absolute;
    bottom: -25px;
    left: 115px;
    z-index: 2;

    display: block;

    width: 90px;
    height: 36px;
    padding: 0;

    list-style: none;

    text-align: center;

    background-color: rgb(255, 211, 20);
    border: 2px solid rgb(238, 238, 238);
    border-radius: 3px;
    -webkit-box-shadow: 1.124px 2.782px 7px 0px rgba(0, 0, 0, 0.35);
       -moz-box-shadow: 1.124px 2.782px 7px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 1.124px 2.782px 7px 0px rgba(0, 0, 0, 0.35);
}
.solution_content .slick-dots li
{
    position: relative;
    top: 4px;

    display: inline-block;

    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 3px;
    padding: 0;


    cursor: pointer;
}
.solution_content .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    border-radius: 4px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;

    background: #eeeeee;
    -webkit-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}
.solution_content .slick-dots li button:hover,
.solution_content .slick-dots li button:focus
{
    outline: none;
    background: rgba(33,48,49,0.2);
}
.solution_content .slick-dots li button:hover:before,
.solution_content .slick-dots li button:focus:before
{
    /* opacity: 1; */
}
.solution_content .slick-dots li button:before
{
   /*  font-family: 'slick';
   font-size: 6px;
   line-height: 20px; */

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;
    border-radius: 4px;
    /* background-color: #eeeeee; */

    /* content: '•'; */
    text-align: center;

    /* opacity: .25; */
    /* color: black; */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.solution_content .slick-dots li.slick-active button
{
    /* opacity: .75; */
    /* color: black; */
    background: rgba(33,48,49,1);
}

.solution_content .slick-vertical .slick-slide
{
    border: none;
    height: 110px;
    display: table;
         -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
       -moz-transition: all linear 0.2s;
            transition: all linear 0.2s;
}
.solution_content .solution_content_left .slick-current
{
    background-color: #ffd314;
}
.solution_content .solution_content_left .slick-current .solution_plant_arrow
{
    opacity: 1;
}
