/*
body {
    background-color: #222;
    padding-bottom: 40px;
}

body > .container {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 20px 0 20px;
}
*/
.navigation_1 {
    width: auto !important;
}
dt {
    font-weight: 700 !important;
    margin-bottom: 0.25em !important;
}
dd {
    margin-bottom: 1em !important;
}
span.label {
    padding: 0.5em !important;
    display: inline-block !important;
    margin-top: 0.5rem;
}
#header {
    min-height: 100px;
}
#header a {
    color: #333;
}
#header h1 {
    padding: 10px;
    color: #333;
    font-size: 28px;
}
#header h1 a:hover {
    color: #111;
    text-decoration: none;
}

.breadcrumb {
    background-color: #e4e4e4;
    margin-bottom: 0;
}

.breadcrumb > li > .divider {
    color: #777;
}

#page-content {
    padding: 45px 0 40px; 
}

.pageTitle {
    margin: 20px 0 0;
}

#footer {
    margin-top:10px;
    padding: 20px 0;
}
#footer h3 {
    font-size:20.5px
}
#footer h3, #footer a, #footer p, #footer address {
    color: #fff;
}
#footer a:link,  #footer a:visited { color: #fff; text-decoration: underline; }
#footer a:hover, #footer a:active { text-decoration: none; }
#footer .social-media-icons {
    font-size: 16px;
}

#subfooter {
    padding: 15px 0 0 0;
    background-color: #1e1e1e;
}

.row.container3 {
    display: block;
}

.row.mobile_buttons {
    display: block;
}

@media (max-width: 767px) {

    #footer [class*="span"], #footer .row-fluid [class*="span"] {
        margin-left: 20px;
    }
    #subfooter .pull-right {
        margin-right: 20px;
    }

}

@media (min-width: 1200px) {
.container {
    width: 100%;
}
}