/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*------------------------------------------------*\
 TEAM Shortcode
\*------------------------------------------------*/
div.best-team {
    width: 290px;
    background: #eaeaea;
    height:350px;
    height: auto;
    padding: 0px;
    border-bottom: 2px solid #FF8080;
    position: relative;
    float:left;
    margin-right:2px;
}

div.best-team img {
    border-bottom: 2px solid #fff
}

div.best-team div {
    font-size: 14px;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    color: #7E7E7E;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

div.best-team .name, div.best-team .profession, div.best-team .email, div.best-team .fone{
    height: 25px;
    line-height:20px;
    color:#000;
}

div.best-team .name {
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;font-weight:400;font-size:16px;
}

div.best-team .profession {
    height:27px;
    border-bottom: 2px solid #fff;
}

div.best-team .email {
    height:27px;
}

div.best-team .fone, div.best-team .email {
    font-size:14px;
    font-weight:300;
    font-family: 'Ubuntu', sans-serif;
}

div.best-team .foni{font-weight:700;}

@media only screen and (max-width: 1280px) {
    h3.timesbefore {
        margin-left: -15px;
    }
}
