﻿/*
 >  Modern Strategy ©
 >  https://modernstrategy.ir
 >  Total IT Solutions
 */


.coworkers {
    direction: ltr;
    width: 100%;
    /*height: 350px;*/
    overflow: hidden;
    /*padding: 30px;*/
    background-color: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.clientWrapper {
    width: 100%;
    position: relative;
    display: block;
    margin: 0px auto;
    overflow: hidden;
    height: 80px;
}

.noTitle .clientWrapper {
    height: 70px;
}

@media screen and (max-width:768px) {
    /*.coworkers {
        padding: 10px;
    }

    .clientWrapper {
        width: 98%;
    }*/
}

.clientInnerWrapper {
    position: relative;
}

.clientItem {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: visible;
}

    .clientItem img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

    .clientItem .imageCover {
        height: 80%;
    }

        .clientItem .imageCover span {
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

    .clientItem a {
        display: block;
        height: 100%;
    }

        .clientItem a span {
            display: block;
        }

.noTitle .clientItem a .clientTitle {
    display: none;
}

.noTitle .clientItem .imageCover {
    height: 100%;
}

.coworkers .btnHolder {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
}


@media screen and (max-width:600px) {
    /*.clientWrapper {
        height: 150px;
    }*/

}
