﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-maroon {
    background: #d12127 !important;
    border-color: #d12127 !important;
    color: #fff !important;
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 3px;
}

    .btn-maroon.active,
    .btn-maroon.focus,
    .btn-maroon:active,
    .btn-maroon:focus,
    .btn-maroon:hover {
        background: transparent !important;
        border-color: #d12127 !important;
        color: #d12127 !important;
    }


@media (min-width: 769px) {
    section.onsale {
        background: url('/assets/images/buy-offer.jpg') no-repeat transparent;
        background-size: cover;
        min-height: 600px;
        width: 100%;
        padding: 100px 0px 0px 50px;
        background-position: center;
    }

    section.under-construction {
        background: url('/assets/images/under-construction.jpg') no-repeat transparent;
        background-size: cover;
        min-height: 768px;
        width: 100%;
        padding: 100px 0px 0px 50px;
        background-position: center;
    }
}

.under-construction-content {
    padding: 1.5rem 1.5rem;
    text-align: center;
    display: block;
}
.word-break-all {
word-break: break-all;
}
