.site-footer .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #fb4646;
    background-image: none;
    background-repeat: no-repeat;
    border: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: none;}
    Style Attribute {
    color: #fb4646;
    text-transform: initial;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 45px;
    line-height: initial;
    font-weight: 300;
}

.dropdown-menu>li>a:hover {
    background-color: #fb4646;
}

.page-content [data-widget="socialsharer"] .btn {
    color: #bdb4b4;
    background-color: #fff;
    border: 2px solid #bdb4b4;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #fb4646;
}

.navbar-inner {
    font-weight: 700;
    border: none;
    font-size: 14px;
    background-color: #1e3344d4;
}

.btn-primary {
    color: #fff;
    background-color: #fb4646;
    border-color: #fb4646 #fb4646 #ffb0b0;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

    hr {
    margin: 20px 0;
    border: 0;
    max-width: 60%;
    border-top: 4px solid #fb4646;
    border-bottom: none;
}
.modal-footer .btn-link {
    color: #fb4646;
}

    h2 {
    color: #fb4646;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.1em;
}