/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */

span.revolution-text{
    font-weight: 500;
}

@media (max-width: 767px) {
    .revolution-text {
        font-weight: 300;
        font-size: 1.2rem;
    }
}

#deces{
    background-color: #373737;
    color: #cdcdcd;
}



.team-member{
    position: relative;
}

.team-member img{
    max-width:100%;
    width:100%;
    height: auto;
    margin-bottom: 20px;
}

.team-member h4{
    position: absolute;
    bottom: 50px;
    left:20px;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-right: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.team-member p{
    position: absolute;
    bottom: 30px;
    left:20px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}


.team-member .contact-details{
    position: absolute;
    bottom: 90px;
    left:0;
    width:100%;
}


.team-member .contact-details ul{
    margin-bottom: 20px;
    width:100%;
    z-index: 100;
    text-align: center;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
}

.team-member .contact-details ul li{
    padding: 0;
}

.team-member .contact-details ul a{
    padding: 10px;
    width:40px;
    height: 40px;
    text-align: center;
    color:#fff;
    display: inline-block;
    opacity: 0;
    z-index: 100;
    line-height: 20px;
    position: relative;
}

.team-member .contact-details ul i{
    font-size: 20px;
}


.team-member:hover .contact-details ul a{
    opacity: 1;
}

.team-member .contact-details ul a:hover{
    background: rgba(255,255,255,0.2);
}



.team-member:hover .footer {
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
}

.team-member:hover h4 {
    bottom: 50px;
}

.team-member:hover p {
    bottom: 5px;
}

.team-member .footer{
    position: absolute;
    bottom: -60px;
    left: 0;
    height: 120px;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.team-member h4{
    bottom: -5px;
    left:0;
    width: 100%;
    text-align: center;

}

.team-member p{
    bottom: -50px;
}

.team-member h4, .team-member p{
    color: #323A45;
    left:0;
    width: 100%;
    text-align: center;
    padding-right: 0;
}

.team-member img {
    margin-bottom: 0;
    height: 330px;
}

.team-member{
    height: 330px;
    margin-bottom: 20px;
    overflow: hidden;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}