.logo img {max-width: 150px;margin-top: 10px;}
div#footer { display: none; }
@media only screen and (min-width: 768px)
{
div .logo {
    left: 50% !important;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
}
@media only screen and (max-width: 767px)
{
#top .avia_ajax_form .av-recaptcha-area div {
    width: 100% !important;
}
.team-box {
    min-height: auto !important;
}
.team-box:nth-child(2) {
    min-height: 300px !important;
}
}