@media only screen and (max-width:1199px) {
    .teambio img {
        width:150px;
        margin-top:15px;
    }
}

@media only screen and (max-width:992px) {
    .footercontact, footer .pullright {
        text-align: center;
    }
    .teambio img {
        width:110px;
        margin-top:38px;
    }
}

@media only screen and (max-width:767px) {
 
    .pageheader .nav-pills {
        margin-top: 10px;
    }
    
    .nav-pills>li {
        float:none;
    }
    
    .nav-pills>li+li {
        margin-left:0;
    }
    
    .teambio img {
        display:none;
    }
    
}

@media only screen and (max-width:560px) {
    section.testimonials {
        display:none;
    }
}

@media only screen and (max-width:500px) {
    .pageheader .navbar-brand img {
        width:175px;
        margin-top:15px;
    }
    
    .mainheader img {
        width:250px;
    }
}