/* Template Overrides
----------------------------------------------------------*/

body {
    overflow: scroll;
}

.link {
    color: #007de6;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, .link:hover {
        text-decoration: underline;
    }

.fa-custom-link, .fa-custom-link:hover {
    text-decoration: none;
    padding-left: 2px;
    font-size: 95%;
}

input, textarea {
    border-radius: 5px !important;
}

.component-heading {
    padding: 220px 40px 40px 40px;
    font-weight: bold;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-color: #a30000;
    background-color: #ff8b8b;
    color: #a30000;
}

.navbar-custom.top-nav-collapse {
    background-color: black;
    background-image: linear-gradient(#161616, #090909, #050505, #161616);
}

.top-nav-collapse .icon-bar {
    background: #ddd;
}

.navbar-custom.top-nav-collapse a {
    /* color: #ccc !important; */
}

.navbar-custom .nav a:hover {
    color: #007de6 !important;
}

.navbar-custom .nav li.active {
    outline: 0;
    background-color: transparent !important;
}

    .navbar-custom .nav li.active a {
        border-bottom: 2px solid #007de6;
        padding-bottom: 1px;
        transition: none;
        color: #fff !important;
    }

        .navbar-custom .nav li.active a:hover {
            color: #007de6 !important;
        }

.nav > li > a {
    padding: 16px 4px 15px 4px;
    margin: 0px 5px 0px 5px;
}

.highlight-link {
    color: #333;
}

    .highlight-link:hover {
        color: #007de6 !important;
    }



/* Colors */

.bg-white {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #222 !important;
    text-shadow: none !important;
}

.bg-gray1 {
    background-color: #f7f7f7;
}

.bg-gray2 {
    background-color: #ededed;
}

.bg-gray3 {
    background-color: #8b8b8b;
}

.bg-gray4 {
    background-color: #e4e4e4;
}

.bg-transparent {
    background-color: transparent;
}

.textGray1 {
    color: #f7f7f7;
}

.bg-custom-section {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.overlay {
    background-color: black;
    opacity: 60%;
}

.overlay-gray {
    background-color: silver;
    opacity: 90%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    mix-blend-mode: color-burn;
}

@media (min-width: 1200px) {
    .top-nav-collapse .container {
        width: 100% !important;
    }
}

.navbar-collapse {
    max-height: 500px !important;
}

.roundedCorner {
    border-radius: 5px;
}

.black-hyperlinks a {
    text-decoration: none;
    color: #333;
}


.donationscroller {
    font-size: 40px;
    line-height: 50px;
    font-weight: 200;
    display: inline-block;
}



/* Menubar
----------------------------------------------------------*/

.menubar {
    text-align: right;
    transition: background-color 2s;
    transition: padding 2s;
    transition: margin 2s;
    margin: 0px -15px 0px -15px;
    padding: 6px 28px 6px 28px;
    background-color: #ededed;
}

.navbar.navbar-Concept.navbar-custom.navbar-fixed-top > .container > .menubar {
    background-color: #bababa83;
}

.navbar.navbar-Concept.navbar-custom.navbar-fixed-top.top-nav-collapse > .container > .menubar {
    background-color: #ededed;
    color: red;
}

.navbar-custom.top-nav-collapse a {
    color: #fff;
}

.menubar > .navbar-custom a {
    color: red;
}



/* Content Columns
----------------------------------------------------------*/
.singleColumn {
    display: inline-block;
    width: 1020px;
    vertical-align: top;
}

.doubleColumn {
    display: inline-block;
    width: 510px;
    vertical-align: top;
}

.tripleColumn {
    display: inline-block;
    width: 360px;
    vertical-align: top;
}

.quadColumn {
    display: inline-block;
    width: 260px;
    vertical-align: top;
}

.quintColumn {
    display: inline-block;
    width: 180px;
    vertical-align: top;
}

.sextColumn {
    display: inline-block;
    width: 159px;
    vertical-align: top;
}

.singleSpanColumn {
    display: inline-block;
    width: 240px;
    vertical-align: top;
}

.doubleSpanColumn {
    display: inline-block;
    width: 480px;
    vertical-align: top;
}

.tripleSpanColumn {
    display: inline-block;
    width: 720px;
    vertical-align: top;
}

.optionsHeading {
    font-weight: bold;
    margin: 0px 0px 4px 0px;
}

.optionsHeadingMargin {
    margin: 18px 0px 4px 0px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 400;
}



/* Content Heading & Sections
----------------------------------------------------------*/

.pageHeading {
    margin: 10px 0px 16px 0px;
    font-size: 2.0em;
    font-weight: bold;
}

.sectionHeading {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px;
    clear: both;
}

.sectionDivider {
    margin: 60px 0px 14px 0px;
    padding: 0px 0px 4px 0px;
}

.sectionSpacer {
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.sectionDividerWithBorder {
    margin: 60px 0px 14px 0px;
    padding: 0px 0px 4px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.sectionBody {
    font-size: 1.0em;
    margin: 0px 0px 1.2em 0px;
    clear: both;
}

.optionsRow {
}

.optionsRowMargin {
    margin: 32px 0px 0px 0px;
}

.optionsHeading {
    font-weight: bold;
    margin: 0px 0px 4px 0px;
}

.optionsHeadingMargin {
    margin: 18px 0px 4px 0px;
}

.btn-standard {
    background-color: rgb(240, 240, 240);
    border: 1px solid #38383893;
    border-radius: 3px;
    border-style: outset;
    font-weight: 500;
    text-transform: none;
    font-size: 15px !important;
    padding: 2px 10px 2px 10px;
    line-height: 24px;
}

    .btn-standard:hover {
        background-color: #e0e0e0;
    }



/* Search Control
----------------------------------------------------------*/

#menuSearchControl {
    width: 220px;
    height: 100%;
}

#menuSearchEdit {
    width: 240px;
    height: 28px;
    margin: 0px;
    outline-width: 0;
    padding: 2px 0px 2px 4px;
}

    #menuSearchEdit:focus {
    }

#menuSearchIcon {
    font-size: 14pt;
    border: 0px;
}

    #menuSearchIcon:hover {
        cursor: pointer;
        color: #007de6;
    }

    #menuSearchIcon:focus {
        color: #007de6;
        outline-width: 0px;
    }



/* Contact
----------------------------------------------------------*/

.navbar-contact {
    text-align: right;
    margin: 10px 12px -14px 0px;
}

.navbar-tel {
    margin-right: 20px;
}

.navbar-address {
}



@media (max-width: 990px) {
    .navbar-contact {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navbar-hide1200 {
        display: none !important;
    }
}

.intro {
    background-color: #e4e4e4;
}

.introhalf {
    height: 20% !important;
}

.wag-header {
    position: relative;
    z-index: 1;
    padding-top: 142px;
    padding-bottom: 40px;
}

.bg-imgHeader {
    background: url('/Content/Images/HeaderBackground.jpg') no-repeat;
    background-size: cover;
}

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
    max-height: 42px;
    margin-top: 4px;
}

.blackBackground {
    background-color: black;
    border: 10px solid green;
}

.introthirty {
    height: 440px !important;
}

.intro-standard {
    height: 400px !important;
}

a {
    color: #007de6;
}

    a:hover {
    }



/* Table Action Links
----------------------------------------------------------*/

.linkDivider {
    color: #dedede;
    padding: 0px 2px 0px 2px;
}

.opaque {
    opacity: 0;
}



/* Print Media Query
----------------------------------------------------------*/

@media print {
    header, footer, #menu, .hidePrinting, #standard-footer {
        display: none !important;
    }

    .galleria-counter, #LegalDisclaimer {
        visibility: hidden;
    }

    @page {
        margin: 0in 0.375in 0in 0.375in;
    }

    body {
        margin: 0pt;
        font-size: 8pt !important;
        color: green !important;
    }

    table {
        page-break-inside: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }

    section {
        text-align: left !important;
        padding: 0px;
    }

    a[href]:after {
        content: none;
    }

    .section {
        border: 10px solid green !important;
    }
}



/* Standard Text Alignment
----------------------------------------------------------*/

.textAlignLeft {
    text-align: left;
}

.textAlignCenter {
    text-align: center;
}

.textAlignRight {
    text-align: right;
}



/* Editing Controls
----------------------------------------------------------*/

.editContainer {
    margin: 2px 0px 0px 0px;
}

.editCheckbox {
    margin: -4px 0px 0px 0px;
}

.editLabel {
    display: inline-block;
    width: 120px;
    padding: 0px 0px 0px 0px;
    margin: 1px 0px 0px 0px;
    vertical-align: top;
}

.editText {
    display: inline-block;
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    vertical-align: middle;
}

.editSelectControl {
    display: inline-block;
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    border: 1px solid silver;
}

.editSelectControlSmall {
    display: inline-block;
    width: 79px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid silver;
}

.editTextBox {
    display: inline-block;
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    border: 1px solid silver;
    vertical-align: middle;
}

.editTextBoxDoubleWidth {
    display: inline-block;
    width: 312px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    border: 1px solid silver;
    vertical-align: middle;
}

.editTextBoxTripleWidth {
    display: inline-block;
    width: 468px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    border: 1px solid silver;
    vertical-align: middle;
}

.editTextBoxSmall {
    display: inline-block;
    width: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    border: 1px solid silver;
    vertical-align: middle;
}

.editTextBoxMedium {
    display: inline-block;
    width: 468px;
    height: 120px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    border: 1px solid silver;
    vertical-align: middle;
}

.editTimeLabel {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 1px 0px 0px 0px;
    vertical-align: top;
}

.editTimeControl {
    display: inline-block;
    border: 1px solid silver;
    vertical-align: middle;
}

.editSaveButton {
    margin: 18px 0px 0px 0px;
}

.field-validation-error {
    display: block;
    color: #ff0000;
}



/* StandardLink
----------------------------------------------------------*/

.standardLink {
    background: none;
    border: none;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

    .standardLink:hover {
        text-decoration: underline;
        cursor: pointer;
    }



/* Edit Expense Controls
----------------------------------------------------------*/

.editExpenseControls {
    text-align: right;
    width: 100px;
    margin: 6px 0px 0px 486px;
}



/* Portfolio
----------------------------------------------------------*/

.portfolio-sorting {
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 12px;
}

    .portfolio-sorting li a, .portfolio-sorting2 li a {
        padding: 5px 15px;
        color: #333;
    }

    .portfolio-sorting a:hover, .portfolio-sorting a.active, .portfolio-sorting2 a:hover, .portfolio-sorting2 a.active {
        color: #fff;
        background: #333;
        border-radius: 4px;
    }

.portfolio-item {
    background-color: #dcdcdc;
}

.portfolio-error {
    min-width: 376px;
    min-height: 282px;
    opacity: 0;
}

.getFinancedIFrame {
    width: 100%;
    min-height: 1200px;
    border: 0px;
}

.btn-blue {
    border: 2px solid #0084d0;
    background-color: #008fe2;
    color: black !important;
}

    .btn-blue:hover {
        border: 2px solid #0084d0;
        background-color: #00c8ff;
        color: black !important;
    }


.icon-main-message {
    font-size: 63px;
    margin: 10px;
}

.icon-contact-bar {
    font-size: 63px;
    margin: 10px;
}

.icon-information-bar {
    font-size: 63px;
    margin: 0px 0px 14px 0px;
}

.icon-play-button {
    font-size: 50px;
    margin: 46px 0px 0px 0px;
    padding: 6px;
}

.icon-big {
    font-size: 80px !important;
    display: block !important;
    line-height: 75px !important;
    padding: 15px;
}

.pad-bottom {
    padding-bottom: 20px;
}

.btn-top-buffer {
    padding-top: 35px;
}

.browse-button-switcher {
    padding: 2px;
}

.about-video {
    max-height: 80px !important;
}

.testscroller {
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
    display: block;
}

.vehicleIcons {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 1000;
    font-size: 90%;
}

.favoriteVehicle {
    color: silver;
}

    .favoriteVehicle.favorite {
        color: red;
    }

    .favoriteVehicle:hover {
        color: #007de6;
    }

.shareVehicle {
    color: silver;
    padding-right: 2px;
}

    .shareVehicle:hover {
        color: #007de6;
    }

.carousel-indicators li {
    background-color: silver;
}

.carousel-indicators .active {
    background-color: #007de6;
}



/* Debug
----------------------------------------------------------*/

/*body {
    color: orange !important;
}

.btn-standard {
    color: deeppink;
    background-color: springgreen;
}
*/
