/*
 * This file belongs to the YIT Framework.
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */

/* logos_slider */
.logos-slider.wrapper h4{
    margin-bottom: 0px;
}
.logos-slider.wrapper {
}
.logos-slider .list_carousel {
    /*background:url('../images/logo-slider-line.png') center bottom no-repeat;*/
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    padding:40px 0px;
    clear: both;
}
.logos-slider .list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.logos-slider .list_carousel ul li {
    margin: 0px 40px;
    display: block;
    float: left;
}
.logos-slider .bwWrapper {
    position:relative;
    display:block;
}
.logos-slider a[href='#'] {
    cursor: default
}
.logos-slider .list_carousel li img { filter:gray; }
.logos-slider .list_carousel li img:hover { filter:none; }
.logos-slider .list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.logos-slider .nav {
    width: 49px;
    height: 23px;
    margin: -12px 0px 0px auto;
}
.logos-slider .nav .prev, .logos-slider .nav .next {
    width: 24px;
    height: 23px;
    float: left;
    display: block;
    cursor: pointer;
    background: none;
    text-indent: 0px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    margin-top: -11px;
/*    background: url('../images/logo-slider-arrows.png') no-repeat;*/
}
.logos-slider .nav .prev {
    margin-right: 2px;
    width: 23px;
    background-position: top left;
}

.logos-slider .nav .prev i{
    margin-right: 2px;
    display: block;
}

.logos-slider .nav .next i{
    margin-left: 2px;
    display: block;
}

.logos-slider .nav .next {
    background-position: 0px -29px;
}