.navbar-toggle {
    background-color: lightgray;
}

.navbar-toggle .icon-bar {
    background: #FFFFFF;
}

@media (min-width: 480px) {
    .navbar-nav {
        margin-top: 20px;
    }
}

.navbar-nav .user-area {
    font-size: 12px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 20px;
}

.navbar-nav>li>a:hover {
    background: transparent;
}

.brand a img {
    max-width: 75%;
}

#about {
    font-size: 13pt;
}

.home-header {
    font-size: 18pt;
    text-align: center;
    padding: 20px;
}

.title-page {
    font-size: 18pt;
    margin-top: 20px;
}

#main-content .page-title h1 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: none;
}

#main-content #detail-sidebar section {
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

#map-detail {
    max-height: 160px;
    overflow: hidden;
}

#map-detail img {
    width: 100%;
}

.logos .logo img {
    max-width: 300px;
}

/*#sidebar section {
    padding: 15px 0px;
}*/

#sidebar section:first-child header {
    padding-bottom: 20px;
    padding-top: 30px;
}

#sidebar section header {
    border-bottom: 1px solid #f4f4f2;
    margin-bottom: 25px;
}

.ip-header-h2 {
    font-size: 28px;
}

.ip-header-h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.item .image {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.item .image a > img {
    height: 100%;
}
