﻿.team-boxed {
    color:#313437;
    background-color:#eef4f7;
}

.team-boxed p {
    color:#7d8285;
}

.team-boxed h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
}

@media (max-width:767px) {
    .team-boxed h2 {
        margin-bottom:25px;
        padding-top:25px;
        font-size:24px;
    }
}

.team-boxed .intro {
    font-size:16px;
    max-width:1000px;
    margin:0 auto;
    padding: 10px;
}

.team-boxed .intro p {
    margin-bottom:0;
}

.team-boxed .people {
    padding:50px 0;
}

.team-boxed .item {
    text-align:center;
}

.team-boxed .item .box {
    text-align:center;
    padding:30px;
    background-color:#fff;
    margin-bottom:30px;
}

.team-boxed .item .name {
    font-weight:bold;
    margin-top:28px;
    margin-bottom:8px;
    color:inherit;
}

.team-boxed .item .title {
    text-transform:uppercase;
    font-weight:bold;
    color:#d0d0d0;
    letter-spacing:2px;
    font-size:13px;
}

.team-boxed .item .description {
    font-size:15px;
    margin-top:15px;
    margin-bottom:20px;
}

.team-boxed .item img {
    max-width:160px;
}

.team-boxed .social {
    font-size:18px;
    color:#a2a8ae;
    margin-top: 8px;
}

.team-boxed .social a {
    color:inherit;
    margin:0 10px;
    display:inline-block;
    opacity:0.7;
}

.team-boxed .social a:hover {
    opacity:1;
}

.vpat-heading {
  font-size: 80%;
  display: block;
}

.breadcrumb {
    text-align:center;
    background-color:transparent;
    border-bottom:1px solid #eee;
    padding-top:12px;
    padding-bottom:12px;
    margin-bottom:40px;
}

nav.navbar.navbar-default {
    margin-bottom:0px;
}

@media (min-width:992px) {
    .product h2 {
        margin-top:0;
    }
}

.navbar .navbar-brand {
    font-size:24px;
    line-height:18px;
}

.reviewer-name {
    margin-right:10px;
}

.site-footer {
    padding:20px 0;
    text-align:center;
}

@media (min-width:768px) {
    .site-footer h5 {
        text-align:left;
    }
}

.site-footer h5 {
    color:inherit;
    font-size:16px;
}

.site-footer .social-icons a:hover {
    opacity:1;
}

.site-footer .social-icons a {
    display:inline-block;
    width:32px;
    border:none;
    font-size:20px;
    border-radius:50%;
    margin:4px;
    color:#fff;
    text-align:center;
    background-color:#798FA5;
    height:32px;
    opacity:0.8;
    line-height:32px;
}

@media (min-width:768px) {
    .site-footer .social-icons {
        text-align:right;
    }
}

.btn.write-review {
    float:right;
    margin-top:-6px;
}

ul ul, ol ul, ul ol, ol ol {
    list-style:none;
}

caption {
  text-align: center;
  color: #0a5e9a;
  font-size: 2em;
}
