﻿#clients {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 100%
}

    #clients .clients-wrap {
        display: block;
        width: 100%;
        height: 150px;
        margin: 0 auto;
        overflow: hidden;
        float: left;
        padding: 0 0 10px;
        background-color: #f2f2f2 !important
    }

        #clients .clients-wrap ul {
            display: block;
            list-style: none;
            position: relative;
            margin-left: auto;
            margin-right: auto
        }

            #clients .clients-wrap ul li {
                display: block;
                float: left;
                position: relative;
                width: 150px;
                height: 150px;
                line-height: 150px;
                text-align: center
            }

                #clients .clients-wrap ul li img {
                    vertical-align: middle;
                    width: 100px;
                    height: 100px;
                    -webkit-transition: 0 linear left;
                    -moz-transition: 0 linear left;
                    transition: 0 linear left;
                    margin-top: 28px;
                }
