/* Space out content a bit */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #e5e5e5;
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.btn {
    white-space: normal;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }

    .container .m-top {
        margin-top: 100px;
    }
    .m-bottom{
        margin-bottom: 420px !important;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }

    .background {
        background: #000 url(../images/background-1170.jpg) no-repeat top 0 left 50%;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 768px) {
    .background {
        background: #000 url(../images/background-750.jpg) no-repeat top 0 left 50%;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .container .m-top {
        margin-top: 80px;
    }

    .m-bottom {
        margin-bottom: 420px !important;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 560px) {
    .background {
        background: #000 url(../images/background-320.jpg) no-repeat top 0 left 50%;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .container .m-top {
        margin-top: 45px;
    }

    .m-bottom {
        margin-bottom: 245px !important;
    }
}

.submit-button {
    border: none !important;
    background: #f58f0a !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f58f0a), to(#f58f0a)) !important;
    background: -webkit-linear-gradient(top, #f58f0a, #f58f0a) !important;
    background: -moz-linear-gradient(top, #f58f0a, #f58f0a) !important;
    background: -ms-linear-gradient(top, #f58f0a, #f58f0a) !important;
    background: -o-linear-gradient(top, #f58f0a, #f58f0a) !important;
    background-image: -ms-linear-gradient(top, #f58f0a 0%, #f58f0a 100%) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    /*-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0 !important;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0 !important;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0 !important;
    text-shadow: #F58F0A 0 1px 0 !important;*/
    color: #ffffff !important;
    padding: 7.5px 18px !important;
    font-size: 14px !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}

.submit-button:hover {
    border: none !important;
    text-shadow: #F58F0A 0 1px 0;
    background: #ec7e00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec7e00), to(#ec7e00));
    background: -webkit-linear-gradient(top, #ec7e00, #ec7e00);
    background: -moz-linear-gradient(top, #ec7e00, #ec7e00);
    background: -ms-linear-gradient(top, #ec7e00, #ec7e00);
    background: -o-linear-gradient(top, #ec7e00, #ec7e00);
    background-image: -ms-linear-gradient(top, #ec7e00 0%, #ec7e00 100%);
    color: #fff;
}

.submit-button:active {
    text-shadow: #F58F0A 0 1px 0;
    border: 1px solid #ec7e00;
    background: #ec7e00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec7e00), to(#ec7e00));
    background: -webkit-linear-gradient(top, #ec7e00, #ec7e00);
    background: -moz-linear-gradient(top, #ec7e00, #ec7e00);
    background: -ms-linear-gradient(top, #ec7e00, #ec7e00);
    background: -o-linear-gradient(top, #ec7e00, #ec7e00);
    background-image: -ms-linear-gradient(top, #ec7e00 0%, #ec7e00 100%);
    color: #fff;
}

.has-success .help-block, .has-success .control-label,
.has-success .radio, .has-success .checkbox,
.has-success .radio-inline, .has-success .checkbox-inline,
.has-success.radio label, .has-success.checkbox label,
.has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #b7b4b2;
}

input[placeholder]::-webkit-input-placeholder {
    color: #555;
}

input[placeholder]::-moz-placeholder {
    color: #555;
}

/* Firefox 19+ */
input[placeholder]:-moz-placeholder {
    color: #555;
}

/* Firefox 18- */
input[placeholder]:-ms-input-placeholder {
    color: #555;
}

input[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
}

input[placeholder]:focus::-moz-placeholder {
    color: transparent
}

input[placeholder]:focus:-moz-placeholder {
    color: transparent
}

input[placeholder]:focus:-ms-input-placeholder {
    color: transparent
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

input[type="file"] {
    margin-top: 10px;
}