.panel.widget, .so-panel.widget {
    margin: 0 auto;
    padding: 20px 30px;
}
.btn {
    font-size: 24px;
}
.testimonial {
    padding-bottom: 20px;
}
.focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us {
    padding-top: 20px;
}
.section-header {
    text-align: center;
    padding-bottom: 20px;
}
dfn, cite, em, i {
    font-style: italic;
      font-size: 34px;
}
.focus-box p {
    font-size: 16px;
    color: #000000;
}
.about-us p {
    text-align: left;
    color: #939393;
    font-size: 18px;
    line-height: 25px;
}
.red-btn {
    background: #79CEFA;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 65px;
}
.navbar-brand > img {
    max-height: 200%;
}
.focus {
    padding-bottom: 10px;
    overflow: hidden;
    background: #FFFFFF;
}
.about-us .column {
    margin-bottom: 18px;
}
.our-team {
    padding-bottom: 16px;
    padding-top: 10px;
    background: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a{
	font-size: 22px;
	font-family: Arial Black;
}
.team-member h3 {
    text-transform: uppercase;
    color: #404040;
    font-weight: 700;
    font-size: 27px;
    position: relative;
    margin-top: 15px;
}
.team-member .position {
    font-size: 18px;
}
.col-lg-3 {
    width: 50%;
}
.red-btn {
    background: #7F0000;
}
.green-btn {
    background: #7F0000;
}
.green-btn:hover {
    color: #FFF;
    background: #069059;
}
.red-btn:hover {
    background: #069059;
}