/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 5px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.navbar-fixed-top .nav {
    padding: 5px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 10px;
}

footer {
    padding: 30px 0;
}

@media (min-width: 768px) {
    body {
        padding-top: 5px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 5px 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #fff;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

.hf-strong {
    color: #d0202a;
    font-weight: bold;
}

.inner-row {
    padding: 3px;
}

.title {
    padding-top: 3px;
}

.btn-action {
    color: #d0202a;
    background-color: #fff;
    border-color: #d0202a;
}

.btn-action:hover,
.btn-action:focus,
.btn-action.focus,
.btn-action:active,
.btn-action.active {
    color: #d0202a;
    background-color: #e6e6e6;
    border-color: #d0202a;
}

.btn-donate {
    color: #fff;
    background-color: #d0202a;
    border-color: #2e6da4;
}

.btn-donate:hover,
.btn-donate:focus,
.btn-donate.focus,
.btn-donate:active,
.btn-donate.active {
    color: #d0202a;
    background-color: #fcc7ca;
    border-color: #d0202a;
}

.title-icon {
    position: relative;
    float: right;
}

.error_msg {
    background: #ffbbbb url("../img/error-icon.png") no-repeat scroll 6px 6px;
    border: 1px solid #db1f26;
    border-radius: 5px;
    clear: both;
    display: block;
    margin-bottom: 6px;
    margin-top: 2px;
    padding: 4px 16px 4px 27px;
}

.hf-row {
    /*
    margin: auto;
    width: 75%;
    padding: 10px;
    */
    max-height: 1px;
}

.hf-line {
    margin-bottom: 15px;
    margin-top: 10px;
}

.hf_social_dice {
    display: inline-block;
    height: 32px;
    padding: 2px;
    text-decoration: none;
    text-indent: -999em;
    vertical-align: middle;
    width: 32px;
}

.hf_social_dice:hover {
    opacity: 0.7;
}

.facebook_dice {
    background: rgba(0, 0, 0, 0) url("../img/facebook-dice.png") no-repeat scroll 0 0;
}

.twitter_dice {
    background: rgba(0, 0, 0, 0) url("../img/twitter-dice.png") no-repeat scroll 0 0;
}

.linkedin_dice {
    background: rgba(0, 0, 0, 0) url("../img/linkedin-dice.png") no-repeat scroll 0 0;
}

.google_plus_dice {
    background: rgba(0, 0, 0, 0) url("../img/google_plus-dice.png") no-repeat scroll 0 0;
}

.facebook_dice_32 {
    background: rgba(0, 0, 0, 0) url("../img/facebook-dice.png") no-repeat scroll 0 0;
    background-size: 32px 32px;
}

.twitter_dice_32 {
    background: rgba(0, 0, 0, 0) url("../img/twitter-dice.png") no-repeat scroll 0 0;
    background-size: 32px 32px;
}

.linkedin_dice_32 {
    background: rgba(0, 0, 0, 0) url("../img/linkedin-dice.png") no-repeat scroll 0 0;
    background-size: 32px 32px;
}

.google_plus_dice_32 {
    background: rgba(0, 0, 0, 0) url("../img/google_plus-dice.png") no-repeat scroll 0 0;
    background-size: 32px 32px;
}