﻿
.team {
    padding: 30px 0 0 0;
}

.team .box {
    width: 90%;
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
}

.team .box:before,
.team .box:after {
    content: " ";
    display: table;
}

.team .box:after {
    clear: both;
}

.team .box:before {
    *zoom: 1;
}

.team h1 {
    text-align: center;
}

.team h4 {
    text-align: center;
    padding: 0 100px 20px;
}

.team ul {
    list-style-type: none;
}

.team ul li {
    float: left;
    margin: 20px 2%;
    width: 46%;
    height: 200px;
    border: 1px solid #f6f6f6;
    cursor: default;
    position: relative;
}

.team ul li .extra img {
    display: none;
}

.team ul li:hover .extra {
    display: block;
}

.team ul li:hover .base .text {
    display: none;
}

.team ul li .base img {
    width: 198px;
    height: 198px;
    display: block;
    float: left;
}

.team ul li .base h1 {
    margin: 0 0 0 220px;
    padding: 20px 0 0 0;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

.team ul li .base h2 {
    margin: 4px 0 0 220px;
    text-align: left;
    font-weight: 300;
}

.team ul li .base h3 {
    margin: 4px 0 0 220px;
    text-align: left;
    font-size: 16px;
}

.team ul li .extra {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.industry-blue .team ul li.member-none .extra,
.industry-blue .team ul li.member-industry .extra {
    background: rgba(0, 100, 150, 0.8);
    color: #fff;
}
.industry-red .team ul li.member-none .extra,
.industry-red .team ul li.member-industry .extra {
    background: rgba(160, 0, 0, 0.8);
    color: #fff;
}
.industry-orange .team ul li.member-none .extra,
.industry-orange .team ul li.member-industry .extra {
    background: rgba(193, 85, 22, 0.8);
    color: #fff;
}
.industry-turquoise .team ul li.member-none .extra,
.industry-turquoise .team ul li.member-industry .extra {
    background: rgba(21, 140, 149, 0.9);
    color: #fff;
}
.team ul li.member-gold .extra {
    background: rgba(255, 200, 55, 0.9);
    color: #555555;
}
.team ul li.member-grey .extra {
    background: rgba(246, 246, 246, 0.9);
    color: #555555;
}
.team ul li.member-white .extra {
    background: rgba(255, 255, 255, 0.9);
    color: #555555;
}
.team ul li.member-blue .extra {
    background: rgba(0, 100, 150, 0.9);
    color: #555555;
}
.team ul li.member-greygreen .extra {
    background: rgba(85, 110, 90, 0.9);
    color: #fff;
}
.team ul li.member-orange .extra {
    background: rgba(193, 85, 22, 0.9);
    color: #fff;
}
.team ul li.member-red .extra {
    background: rgba(160, 0, 0, 0.9);
    color: #fff;
}
.team ul li.member-turquoise .extra {
    background: rgba(21, 140, 149, 0.9);
    color: #fff;
}

.team ul li .extra h1 {
    margin: 10px 10px 0 10px;
    text-align: left;
    font-size: 30px;
    padding: 0;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

.team ul li .extra p {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 10px 10px 10px;
    padding: 0;
}

.team ul li .extra .links {
    position: absolute;
    right: 14px;
    bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    width: 100px;
}

.team ul li .extra .links a {
    padding: 2px 4px;
    border-radius: 2px;
}

.industry-blue .team ul li.member-none .extra .links a,
.industry-blue .team ul li.member-industry .extra .links a {
    color: #fff;
}
.industry-red .team ul li.member-none .extra .links a,
.industry-red .team ul li.member-industry .extra .links a {
    color: #fff;
}
.industry-orange .team ul li.member-none .extra .links a,
.industry-orange .team ul li.member-industry .extra .links a {
    color: #fff;
}
.industry-turquoise .team ul li.member-none .extra .links a,
.industry-turquoise .team ul li.member-industry .extra .links a {
    color: #fff;
}
.team ul li.member-gold .extra .links a {
    color: #555555;
}
.team ul li.member-grey .extra .links a {
    color: #555555;
}
.team ul li.member-white .extra .links a {
    color: #555555;
}
.team ul li.member-blue .extra .links a {
    color: #555555;
}
.team ul li.member-greygreen .extra .links a {
    color: #ffffff;
}
.team ul li.member-orange .extra .links a {
    color: #fff;
}
.team ul li.member-red .extra .links a {
    color: #fff;
}
.team ul li.member-turquoise .extra .links a {
    color: #fff;
}

.industry-blue .team ul li.member-none .extra .links a:hover,
.industry-blue .team ul li.member-industry .extra .links a:hover {
    background-color: #fff;
    color: rgb(0, 110, 150);
}
.industry-red .team ul li.member-none .extra .links a:hover,
.industry-red .team ul li.member-industry .extra .links a:hover {
    background-color: #fff;
    color: rgb(160, 0, 0);
}
.industry-orange .team ul li.member-none .extra .links a:hover,
.industry-orange .team ul li.member-industry .extra .links a:hover {
    background-color: #fff;
    color: rgb(193, 85, 22);
}
.industry-turquoise .team ul li.member-none .extra .links a:hover,
.industry-turquoise .team ul li.member-industry .extra .links a:hover {
    background-color: #fff;
    color: rgb(21, 140, 149);
}
.team ul li.member-gold .extra .links a:hover {
    background-color: #555555;
    color: rgb(255, 200, 55);
}
.team ul li.member-grey .extra .links a:hover {
    background-color: #555555;
    color: rgb(0, 110, 150);
}
.team ul li.member-white .extra .links a:hover {
    background-color: #555555;
    color: rgb(255, 255, 255);
}
.team ul li.member-blue .extra .links a:hover {
    background-color: #555555;
    color: rgb(0, 110, 150);
}
.team ul li.member-greygreen .extra .links a:hover {
    background-color: #ffffff;
    color: rgb(85, 110, 90);
}
.team ul li.member-orange .extra .links a:hover {
    background-color: #fff;
    color: rgb(193, 85, 22);
}
.team ul li.member-red .extra .links a:hover {
    background-color: #fff;
    color: rgb(160, 0, 0);
}
.team ul li.member-turquoise .extra .links a:hover {
    background-color: #fff;
    color: rgb(21, 140, 149);
}

.team ul li:hover img {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
}


@media only screen and (max-width : 1100px) {

    .team ul {
        margin: 0;
        padding: 0;
    }

    .team ul li {
        float: none;
        width: 100%;
        margin: 20px 0;
        height: 200px;
        border: 1px solid #f6f6f6;
        cursor: default;
        position: relative;
    }
}

@media only screen and (max-width : 550px) {
    .team ul li {
        display: block;
        position: initial;
        height: auto;
        border: none;
    }

    .team ul li .extra {
        display: block;
        position: initial;
        background: transparent;
        padding: 10px;
    }

    .team ul li .extra img {
        display: block;
        margin: 10px auto;
        height: 100px;
        width: 100px;
    }

    .team ul li .extra .links {
        position: initial;
        text-align: right;
        width: auto;
    }

    .team ul li .base img {
        display: none;
    }

    .team ul li .base .text {
        display: none;
    }
}