.wf-loading {
    opacity: 0;
}
.wf-active, .wf-inactive {
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}


/*
==============================================
Bootstrap Overrides
==============================================
*/
.placeholder { /* All Browsers */
    color: #aaa;
}

input::-webkit-input-placeholder { /* Chrome/Safari */
    color: #aaa;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}

input:-ms-input-placeholder { /* IE10+ */
    color: #aaa;
}


.jumbotron{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px){
    .jumbotron h2, .jumbotron .h2 {
        font-size: 63px;
    }
}


.btn-xl {
    padding: 15px 20px;
    font-size: 22px;
    line-height: 1.5;
    border-radius: 4px;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}


.panel-heading {
    font-size:24px;
}

.btn-space{
    margin-right:10px;
}
/* End Bootstrap Overrides */


#browserUpgrade {
    border: 5px solid red;
    padding: 25px 0;
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    color: red;
    position: absolute;
    top: 2px;
    left: 2px;
    min-width: 800px;
    min-height: 600px;
    z-index: 1001;
    background-color: #fff;
}



/*
==============================================
Header 
==============================================
*/
header {
    text-align: center;
    padding: 5px 0;
}

.shadow {
    margin:0;
    font-family: 'Bevan', cursive;
    text-transform: uppercase;
    color: #b10406;
    letter-spacing: .15em;
    text-shadow: #333 2px 2px 0;
}

/*
==============================================
Content
==============================================
*/
#register-row {
    background: url('../img/hero-bg.jpg') no-repeat top center;
    background-size: cover;
    height: 600px;
    padding: 0;
    text-align: center;
    color: #fff;
    border-top: 5px solid #b10406;
    border-bottom: 5px solid #b10406;
}

#times-row{
    height: 140px;
    background-color: #fff;
    text-align: center;
    padding: 30px 0 0;

}
#information-row {
    text-align: center;
}
#weight-row {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #eee;

}

.content-row
{
    min-height: 600px;
    padding: 30px 0;
    background-color: #fff;
}

@media (min-width: 768px) {
    .lead-up {
        font-size: 26px;
    }
}

.fat-head{
    font-size: 63px;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}



/*
==============================================
Footer
==============================================
*/
footer{
    border-top: 1px solid #777;
    padding: 25px 0;
    text-align: center;

}




.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
    padding: 10px 10px;
}
.panel-pricing .panel-heading .glyphicon {
    margin-top: 10px;
    font-size: 58px;
}
.panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.list-fat li
{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
}
.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}