﻿.lisc.container
{
    margin: 0 auto;
    max-width: 1000px;
}
.lisc .row
{
    width: 103%;
    float: left;
    margin: 0 -1.5%;
}/*= common css to all effects =*/
.single-member
{
    width: 280px;
    float: left;
    margin: 30px 2.5%;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.member-image img
{
    max-width: 100%;
    vertical-align: middle;
}
.lisc h3
{
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.lisc h5
{
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 22px;
}
.lisc p
{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 30px;
    margin-bottom: 10px;
}
.social-touch
{
    color: #fff;
}
.social-touch a
{
    display: inline-block;
    width: 27px;
    height: 26px;
    vertical-align: middle;
    margin: 0 2px;
    background-image: url(../png/tyx1sp.png);
    background-repeat: no-repeat;
    opacity: .7;
    transition: .3s;
}
.social-touch a:hover
{
    opacity: 1;
    transition: .3s;
}
.fb-touch
{
    background-position: 0 0;
}
.tweet-touch
{
    background-position: -35px 0;
}
.linkedin-touch
{
    background-position: -71px 0;
}
.icon-colored .fb-touch
{
    background-position: 0 -27px;
}
.icon-colored .tweet-touch
{
    background-position: -35px -27px;
}
.icon-colored .linkedin-touch
{
    background-position: -71px -27px;
}/*= common css to all effects end =*//*= effect-1 css =*/
.effect-1
{
    border-radius: 5px 5px 0 0;
    padding-bottom: 40px;
    min-height: 299px;
    border: 1px solid #ccc;
    margin-top: 100px;
}
.effect-1 .member-image
{
    border: 2px solid #fff;
    border-radius: 60px 0;
    display: inline-block;
    margin-top: -72px;
    overflow: hidden;
    transition: .3s;
}
.effect-1 .social-touch
{
    background-color: #22a1c4;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    overflow: hidden;
    padding: 5px 0 0;
    width: 100%;
    transition: .3s;
}
.effect-1 .member-image img
{
    transition: .3s;
    border-radius: 60px 0;
}
.effect-1:hover .member-image
{
    border-color: rbga(255,255,255,0);
    transition: .3s;
    border-radius: 50%;
}
.effect-1:hover .social-touch
{
    padding: 6px 0;
    height: 38px;
    transition: .3s;
}/*= effect-1 css end =*//*= Media Query 
=============== */
@media only screen and (max-width: 980px)
{
    .row
    {
        width: 100%;
        margin: 0 0;
    }
    .team-members
    {
        text-align: center;
    }
    .single-member
    {
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }
}/*= Media Query End
=================== */