
.wrap {
    max-width: 960px;
    margin: 0 auto;

    padding-left: 20px;
    padding-right: 20px;
}

.wrap.\-extend {
    max-width: 980px;
}

@media only screen and (max-width: 1080px){
	.wrap.\-extend {
        width: 100%;
        /* max-width: 980px !; */
    }
}

.big-wrap {
    max-width: 1280px;
    margin: 0 auto;

    padding-left: 20px;
    padding-right: 20px;
}
.big-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.wrap:after {
    content: '';
    display: block;
    clear: both;
}

.top-bar {
    background-color: #FFF;
}
.top-bar:after {
    content: '';
    display: block;
    clear: both;
}


/**/
.wrap-members:after {
    content: '';
    display:block;
    clear: both;
}

.member-bloc {
    display:block;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #EFEFEF;
    padding: 10px;
}

.member-bloc img {
    display:block;
    width: 144px;
    height: 190px;
    margin: 0 auto;
}

.members {
    display:block;
    margin-bottom: 10px;
    width: 20%;
    float: left;
    text-decoration: none;
    color: #454545;
}

.members .title {
    display:block; 
    min-height: 58px;
    margin-top: 10px;
    position:relative;
}

.title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    text-align:center;
}

@media only screen and (max-width: 960px) {
    .members {
        width: 25%;
    }
}

@media only screen and (max-width: 800px) {
    .members {
        width: 33.3333333333333%;
    }
}

@media only screen and (max-width: 610px) {
    .members {
        margin:0;
        width: 50%;
    }
}

@media only screen and (max-width: 425px) {
    .members {
        margin:0;
        width: 100%;
    }
}