﻿.team_top {
    background-image: url('images/Team/background_1.png');
    vertical-align: middle;
    padding-top: 30px;
    /*margin-top:77px;*/
    position: fixed;
    z-index: -1;
    top: 77px;
    display: block;
    width: 100%;
    height: 525px;
}

    .team_top h1 {
        line-height: 54px !important;
        margin-top: 18px !important;
    }

.team-top-separator {
    width: 1px;
    background-color: black;
    height: 40px;
    float: left;
    margin-top: 25px;
}


@media (max-width: 767px) {
    .custom-seeds-icon {
        text-align: center;
    }
}



.team-middle {
    margin-top: 600px;
    background-image: url('images/Team/background_2.png');
}


.team-middle-shadow {
    background-image: url('images/Team/Shaddow.png');
    background-repeat: repeat-x;
    height: 69px;
}

.team-middle .bottom-img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.team-people {
    float: left;
    width: 378px;
    height: 440px;
    position: relative;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

    .team-people h2 {
        line-height: 36px;
        color: #eedfa8 !important;
        margin-bottom: 20px !important;
    }

    .team-people p {
        color: #eedfa8 !important;
    }


    .team-people:hover {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
    }

.team-text {
    padding: 20px;
}

.team-note {
    background: url(images/team/left_nametag.png) no-repeat;
    width: 300px;
    height: 91px;
    position: absolute;
    bottom: 70px;
    left: 30px;
}

.team-position {
    text-align: center;
    font-family: 'PenumbraSansStdLight';
    font-size: 19px;
    color: black;
    line-height: 20px;
    float: left;
    margin-left: 4px;
    margin-top: 26px;
    width: 84px;
}

    .team-position strong {
        font-family: 'PenumbraSansStdBold';
    }

.team-name {
    float: left;
    text-align: left;
    font-family: 'PenumbraSansStdLight';
    font-size: 16px;
    color: white;
    line-height: 22px;
    margin-left: 10px;
    margin-top: 47px;
}

    .team-name strong {
        font-family: 'PenumbraSansStdBold';
    }


@media (max-width: 767px) {
    .team-people:hover {
        -webkit-transform: none;
        transform: none;
        -o-transform: none;
        -moz-transform: none;
    }

    .team-middle {
        margin-top: 77px;
        text-align: center;
    }

    .team_top {
        position: relative;
        height: auto;
    }

    .team-people {
        margin: 0 auto;
        float: none;
    }

    .team_top h1 {
        font-size: 42px !important;
    }

    .team-people {
        max-width:95%;
        height:auto;
    }

    .team-note {
        background:none;
        height:auto;
    }

    .team-position {
        position:relative;
        margin:0;
        padding:0;
        color:white;
        display:none;
    }

    .team-name {
        padding:0;
        position:relative;
        margin:0;
        text-align:center;
        display:inline;
        position:relative;
        float:none;
    }
}
