#top {
    background-size: cover;
}

.btn-register {
    height: 50px;
    text-transform: uppercase;
    font-size: large;
    font-family: "arial black", arial;
    border: 0;
}

.btn-donate {
    background-color: #e1dfe0;
    border: 0;
}

.form_tip {
    margin-top: -10px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

#form_errors .alert { margin-bottom: 0; }
#form_errors_message { text-align: center; }

.follow_share > div {
    min-height: 225px;
    width: 49.5%;
}
.follow_share .share {
    
}

@media only screen and (max-width : 767px) {
    .follow_share > div {
        width: 100%;
    }
    
    .title_fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 20;
    }
    .title_fixed #title {
        height: 28px;
        padding: 0 !important;
        line-height: 28px !important;
        margin-top: 0 !important;
    }
    .title_fixed #title h1 {
        height: 28px;
        line-height: 28px !important;
        text-align: center;
    }
    #title.collapsed h1 {
        text-align: center;
    }
    .title_fixed #title h1 .glyphicon {
        margin-top: 8px;
    }
}

#donate {
	text-align: center;
}

form.mobile_static{
    position: static;
    padding: 10px 0;
}

div.donate_static{
    padding-bottom: 10px;
}
#loading_dialog {
    background: url("../img/loader.gif") no-repeat scroll center center transparent;
    background-color: rgba(0,0,0,0.39);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}