﻿.flexslider {
    width: 60%;
    margin: 0 auto;
    background-color: transparent;
    border: 0;
}
 
.flex-direction-nav .flex-next {
    right: 0 !important;
    margin-right: -144px;
    opacity: 1 !important;
    background: url('../../images/eco-tank/everyday-print/next_2018.png') no-repeat;
    
}
.flex-direction-nav .flex-prev {
    left: 0 !important;
    opacity: 1 !important;
    margin-left: -109px;
    background: url('../../images/eco-tank/everyday-print/prev_2018.png') no-repeat;
}
.flex-direction-nav a:before {
    /* background-image: url('../nav_04.png') no-repeat; */
    display: none;
}

.flex-direction-nav a {
    width: 123px;
    height: 130px;
    margin: -85px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
 
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-prev,
.flex-next {
    font-size: 0;
}
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
    display: block;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}





 
  