﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
input,
select,
textarea {
    max-width: 280px;
}*/

/*Errors*/
.error-page {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #fff;
    /*background-image: url('../img/drip.jpg');
    background-position: center top;
    background-size: cover;*/
}
    .error-page .error-box {
        text-align: center;
        width: 45%;
        padding: 50px 0;
        background-color: #3c8dbc;
        margin: 5% auto 0 auto;
        border-radius: 12px;
        opacity: .8;
    }
        .error-page .error-box .error-type {
            font-size: 2em;
            margin-bottom: 50px;
        }
        .error-page .error-box .error {
            font-size: 4.5em;
            line-height: 1em;
        }
        .error-page .error-box .error-number {
            font-size: 7em;
            line-height: 0.7em;
        }
        .error-page .error-box .error-desc {
            font-size: 1.5em;
        }
        .error-page .error-box .error-text {
            font-size: 1.5em;
        }
        .error-page .error-box .btn-back {
            display: block;
            width: 20%;
            background-color: #fff;
            color: #3c8dbc;
            text-align: center;
            margin: 40px auto 0 auto;
            text-decoration: none;
            padding: 10px 5px;
            border-radius: 4px;
            font-size: 1.5em;
            -webkit-box-shadow: 10px 10px 38px -5px rgba(0,0,0,0.67);
            -moz-box-shadow: 10px 10px 38px -5px rgba(0,0,0,0.67);
            box-shadow: 10px 10px 38px -5px rgba(0,0,0,0.67);
        }
/*FIN Errors*/

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}
