﻿/* 

    Custom CSS for Dorr's Equipment.

*/

html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 175%;
    background-color: #1C1C1C;
    color: #FFFFFF;
}

/* The Form */

#frmMaster {
    color: #000000;
    background-color: #FFFFFF;
}

.alt-h2 {
    font-size: 150% !important;
    line-height: 120% !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
    text-align: center !important;
}

/* The Header */


.header {
    position: relative;
    z-index: 9999;
    color: #444444;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.66);
}

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.header-contact li {
    color:#000000;
}

.header-contact a {
    text-decoration:none !important;
}

.header-contact li span {
    color: #878787;
}

.header-logo img {
    margin: 0 auto;
}

.header-menu {
}

.header .menu-bar {
    background-color: #266941;
    padding: 8px 0 6px 0;
    /* background-color: #FFFF00; */
}

.align-middle {
    vertical-align: middle !important;
}

@media only screen and (min-width : 768px) {

    .header > .container > .row {
        display: flex;
        flex: auto;
        align-items: center;
    }

    .header-contact {
        text-align:right;
    }

    .header-contact ul li {
        list-style: none;
        line-height: 28px;
    }

    .header-contact ul {
        margin:0 auto;
    }

    .header-logo {
        text-align: left;
    }

    .header-logo img {
        margin: 0 0;
    }

    .header-menu {
        text-align: right;
    }

    /* Fancybox Z-Index */

    .fancybox-overlay {
        z-index: 99990 !important;
    }

    .fancybox-opened {
        z-index: 99999 !important;
    }

}

@media only screen and (max-width: 768px) {

    .facebook-xs {
        margin: 15px 15px;
        color: #3B5998;
    }

    .header-contact {
        text-align:center;
    }

    .header-contact ul {
        padding-left: 0 !important;
    }

        .header-contact ul li {
            list-style: none;
            line-height: 28px;
        }

    .header-logo {
        margin-top: 20px;
    }

}

/* The Footer */

.footer {
    font-size: 14px;
    line-height: 150%;
    background-color: #1C1C1C;
}

    .footer .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .footer .container > .row {
            margin-left: 0;
            margin-right: 0;
        }

    .footer h3 {
        margin-bottom: 10px;
        font-size: 24px;
        color: #f4ff94;
        line-height: 100%;
    }

    .footer p {
        margin-bottom: 0;
        color: #ffffff;
    }

    .footer ul {
        margin: 0 0;
        padding: 0 0;
        color: #D0D0D0;
    }

    .footer a, .footer a:visited {
        color: #D0D0D0;
    }

        .footer a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

    .footer ul li {
        list-style: none !important;
    }

    .footer hr {
        margin-top: 0px;
        margin-bottom: 10px;
    }

@media only screen and (max-width : 1100px) {

    .footer {
        font-size: 14px;
    }
}

/* Some general stuff. */

p {
    margin-bottom: 20px;
}

/**** Vertical Line ****/

.vl {
    position: absolute;
    margin-right: 12px;
    border-right: 6px solid #d8dfe0;
    height: 58px;
}

@media (max-width: 608px) {

    .vl {
        height:84px;
    }

}


/**********************/

h1, h2, h3 {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center !important;
}

h1 {
    margin-top: 0;
    color: #3a3a3a;
    font-size: 150%;
    line-height: 120%;
}

h2 {
    font-size: 120%;
    line-height: 120%;
}

h3 {
    font-size: 120%;
    line-height: 120%;
}

.text-left {
    text-align: left !important;
}

.title-alt {
    color: #9b0302 !important;
    margin-top: 0 !important;
}

.gray-font {
    color: #939393 !important;
}

ul, ol {
    margin-bottom: 20px;
}

hr {
    border-color: #CCCCCC;
}

.photo {
    border: 1px solid #939393;
}

.orange-font {
    color: #e38e44;
}

.black-font {
    color: #000000;
}

.centered {
    margin-left: auto !important;
    margin-right: auto !important;
}

.flex-center {
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 768px) {

    h1,h2 {
        font-size: 120% !important;
        line-height: 120% !important;
    }

    .flex-center {
        display: block;
    }

}

/**** Colorbox ****/

.well {
    border-radius:0;
}

/*****************/

/* Big Picture Box. */

.big-picture {
    background-color: #d8dfe0;
    border-bottom: solid #d8dfe0 4px;
}

.big-picture .container-fluid {
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .container-fluid .row {
    margin: 0 0;
    padding: 0 0;
}

.big-picture .container-fluid .row .col-xs-12 {
    margin: 0 0;
    padding: 0 0;
}


.big-picture .nivoSlider {
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .slider-wrapper {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .nivo-controlNav {
    display: none;
}

.theme-default a.nivo-prevNav, .theme-default a.nivo-nextNav {
    background-image: url('/images/layout/arrows.png');
}


div.big-picture .slider-wrapper div.nivo-caption {
    display: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 1.25%;
    padding-bottom: 1.25%;
    opacity: 1.0;
    z-index: 8;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    letter-spacing: 3px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
    background: url('/images/layout/overlay.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: contain;
}

    div.big-picture .slider-wrapper div.nivo-caption h1, div.big-picture .slider-wrapper div.nivo-caption h3 {
        margin: 0 auto;
        color: #ffffff;
    }

    div.big-picture .slider-wrapper div.nivo-caption h1 {
        padding-left:15px;
    }

    div.big-picture .slider-wrapper div.nivo-caption h3 {
        text-shadow: 10px 10px 10px #000000;
        font-size: 24px;
        display: inline-block;
        float: left;
        background-color: #000000;
        margin-left:15px;
        padding: 10px 15px;
    }

div.big-picture .slider-wrapper div.slider-caption {
    display: none !important;
}

/**** Caption box on home page slider ****/

.big-picture .caption-box {
    position: relative !important;
    left: 0;
    bottom: 100px;
}

.big-picture .caption-box h2 {
    font-size:16px;
    color:#ffffff !important;
}

    .big-picture .caption-box p {
        color: #ffffff !important;
    }

    .big-picture .caption-box a {
        color:#ffffff !important;
    }

@media only screen and (min-width: 1920px) {

    /* This is a fix for screens larger than 1920px */
    .big-picture img {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .big-picture {
    }

    div.big-picture div.slider-wrapper div.nivo-caption {
        display:none !important;
    }

}

@media (max-width: 1024px) {

    div.big-picture div.slider-wrapper div.nivo-caption h1 {
        font-size: 24px !important;
        line-height: 36px;
    }

}

/* Marquee */

.marquee-background {
    background-color: #1C1C1C;
}

.marquee-wrapper {
    height: 72px;
    margin-bottom: 16px;
}

.marquee {
    height: 72px;
    margin: 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    line-height: 90px;
}

.marquee-background > .container {
    padding-left: 0;
    padding-right: 0;
}

.marquee-background > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-background > .container > .row > .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 1024px) {

    .marquee-background .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background > .container > .row > .col-xs-12 {
        width: 100%;
    }

}

/* Sections */

.section {

}

.section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.section .container > .row:first-child > div > :first-child {
    margin-top: 0;
}

.section .container > .row:last-child > div > :last-child {
    margin-bottom: 0;
}

    .section a:not(.btn),
    .section a:not(.btn):visited,
    .section a:not(.btn):hover {
        text-decoration: none !important;
    }

/* White Background */

.white-bg {
    color: #000000; 
    background-color: #FFFFFF;
}

.white-bg h1 {
    margin-top: 0;
    color: #000000;
    text-align:center;
}

.white-bg h2, .white-bg h3 {
    margin-top: 0;
    color: #000000;
    text-align: center;
}

.section .container a:not(.btn), .section .container a:not(.btn):visited {
    color: #990000;
    text-decoration: none;
}

.section .container a:not(.btn):hover {
    color: #000099;
    text-decoration: none;
}

    .section .well {
        background-color: #b4dac3;
    }

        .section .well p {
            margin-bottom: 0;
        }

.section .btn-ticket, .section .btn-ticket:visited {
    min-width: 250px;
    color: #fffece;
    background-color: #266941;
    border-color: #266941;
    border-radius: 0;
}

    .section .btn-ticket:hover {
        color: #fffece;
        background-color: #1d5232;
    }

.section .container .ticket-section a {
    color: #fffece;
    font-size: 18px;
}

.section .well-dates {
    min-height: 20px;
    padding: 8px;
    background-color: #266941;
    border: 1px solid #266941;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

    .section .well-dates .top {
        text-align: center;
        font-weight: bold;
        color: #fffece;
        margin-bottom: 12px;
    }

    .section .well-dates .middle {
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 64px;
        line-height: 54px;
        margin: 12px auto;
    }

    .section .well-dates .bottom {
        text-align: center;
        font-weight: bold;
        color: #fffece;
        margin-top: 12px;
    }

.section a:hover .well-dates {
    background-color: #1e5434;
}


/* Black Background */

.black-bg {
    background-image: url("/images/layout/black-bg.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: repeat; /* Do not repeat the image */
}

.black-bg h1 {
    margin-top: 0;
    color: #FFFFFF;
    text-align: center;
}

.black-bg h2, .black-bg h3 {
    color: #FFFFFF;
    margin-top: 0;
    text-align: center;
}

.black-bg p {
    color: #cebfb7;
}

.black-bg .container a, .black-bg .container a:visited {
    color: #FFFF00;
    text-decoration: none;
}

.black-bg .container a:hover {
    color: #FFFFCC;
    text-decoration: underline;
}

.black-bg li {
    color: #cebfb7;
    margin-bottom:10px;
}

.black-bg li .project-titles {
    color: #ffffff;
    font-weight:bold;
}

.black-bg .photo {
    border: solid 1px #ffffff;
}

/* gray Background */

.gray-bg {
    color: #000000;
    background-color: #F6F6F6;
}

.gray-bg h1 {
    margin-top: 0;
    color: #000000;
    text-align: center;
}

.gray-bg h2, .gray-bg h3 {
    color: #000000;
    text-align: center;
}

.gray-bg .container a:not(.btn), .gray-bg .container a:not(.btn):visited {
    color: #FF0000;
    text-decoration: none;
}

.gray-bg .container a:not(.btn):hover {
    color: #0000FF;
    text-decoration: underline;
}

    .gray-bg .row .col-xs-12 .half-section, .gray-bg .row .col-md-6 .half-section {
        padding: 40px 15px 40px 0;
        width:900px !important;
        margin-left:auto;
        margin-right:auto;
    }

/* Green Background */

.green-bg {
    color: #d5d5d5;
    background-color: #266941;
}

    .green-bg h1 {
        margin-top: 0;
        color: #ffffff;
        text-align: center;
    }

    .green-bg h2, .green-bg h3 {
        color: #000000;
        text-align: center;
    }

    .green-bg h1.title-alt {
        color: #fffece !important;
    }

    .green-bg .container a, .green-bg .container a:visited {
        color: #f7f56c !important;
        text-decoration: none;
    }

        .green-bg .container a:hover {
            color: #fffece !important;
            text-decoration: none;
        }

    .green-bg .row .col-xs-12 .half-section, .green-bg .row .col-md-6 .half-section {
        padding: 40px 15px 40px 0;
        width: 900px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .green-bg .photo {
        border: solid 1px #ffffff;
    }


    .green-bg .btn-ticket, .green-bg .btn-ticket:visited {
        min-width: 250px;
        color: #266941;
        background-color: #f7f56c;
        border-color: #f7f56c;
        border-radius:0;
    }

        .green-bg .btn-ticket:hover {
            color: #266941;
            background-color: #fffece;
        }

    .green-bg .container .ticket-section a {
        color: #266941;
        font-size: 18px;
    }

@media only screen and (max-width: 991px) {

    .white-bg .ticket-section {
        padding-top: 0 !important;
    }
}

@media only screen and (min-width: 992px) {

}


/* No Gutter */
.no-gutters {
    background-color: #242424;
}

.no-gutters .container-fluid {
    margin: 0 auto;
    padding: 0 0;
}

.no-gutters .container-fluid .row {
    margin: 0 0;
    padding: 0 0;
}

.no-gutters .container-fluid .row .col-xs-12, .no-gutters .container-fluid .row .col-md-4 {
    margin: 0 0;
    padding: 0 0;
}

.wide-pics img {
    width: 100%;
}


@media only screen and (min-width: 1920px) {

    /* This is a fix for screens larger than 1920px */
    .wide-picture img {
        width: 100% !important;
    }

}

@media only screen and (max-width: 768px) {

    /* This is a fix for screens larger than 1920px */
    .mb-xs-20 {
        margin-bottom: 20px !important;
    }

}

/* Contact Page */

.embed-google-map {
    padding-bottom: 33%;
    border-top: 1px solid #0A0A0A;
    border-bottom: 1px solid #0A0A0A;
}

@media only screen and (max-width: 1200px) {

    .embed-google-map {
        padding-bottom: 42%;
    }
}

@media only screen and (max-width: 992px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 768px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}


/** Home Page Button **/

div.hp-button a {
    width: 100%;
    padding: 20px;
    font-size: 100%;
    font-weight: bold;
    color: #399a69 !important;
    background-color: #ffffff !important;
    border: solid 3px #399a69;
    border-radius: 0;
}

    div.hp-button a:hover, div.hp-button, div.hp-button a:after {
        background-color: #e6fff0 !important;
        border-color: #399a69;
    }


div.hp-header-button {
    margin-right: 5px;
}


/**** Margins for Logos ****/

@media only screen and (max-width: 992px) {

    .logos{
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 768px) {

    .logos {
        margin-bottom: 20px !important;
    }
}

/************************/

/* ---------------------------------------------------------------------------------------------
/* Contact Form. */

div.contact-form {
    padding: 20px 20px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

    div.contact-form textarea {
        resize: none;
    }

    div.contact-form div.captcha {
        margin-bottom: 16px;
    }

    div.contact-form #recaptcha_widget_div {
        margin: 0 0;
        text-align: center;
    }

    div.contact-form #recaptcha_area {
        margin: 0 auto;
        text-align: left;
    }

.contact-form .input-group-addon {
    min-width: 39px;
}


/************ ECWID ***************/

html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__sort {
    display:none !important;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .ec-page-title {
    display: none !important;
}

/******** Header Button ********/

.topnavi {
    margin-bottom: 5px;
    line-height: 150%;
}

    .topnavi li {
        padding: 0 0 !important;
    }

    .topnavi a, .topnavi a:visited {
        display: inline-block;
        padding: 5px 10px;
        color: #7a0100;
        text-decoration: none;
        width: 180px;
        margin-top:7px;
        margin-left: 5px;
        margin-bottom: 5px;
        text-align: center;
        background-color: #ffffff;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 2px solid #7a0100;
    }

        .topnavi a.first-child {
            margin-left: 0px;
        }

        .topnavi a:hover {
            text-decoration: none;
            background-color: #710100;
            color: #fff;
        }

        .header-contact .list-inline > li {
            padding-right: 0 !important;
        }

@media only screen and (max-width: 399px) {

    .topnavi {
        margin-bottom: 0px;
    }
}


/**** Social Media Icons ****/

.header-contact li.social-media-icons {
    font-weight: normal;
    line-height: 36px;
    position: relative;
    top:4px;
    z-index: 0;
    padding-right:0;
    margin-left: 2px;
}

    .header-contact li.social-media-icons {
        font-size: 30px !important;
        margin-top: 0;
    }

        .header-contact li.social-media-icons a {
            color: #9b0302;
        }

            .header-contact li.social-media-icons a:hover {
                color: #760100;
            }

.fa-stack {
    position: relative;
    display: inline-block !important;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
}


/**** ECWID ****/

html#ecwid_html body#ecwid_body .ec-wrapper .product-details__sidebar .details-product-purchase__place {
    display: none !important;
}

/* Swiper */

@media(max-width:768px) {
    .swiper-button-next.swiper-button-white,
    .swiper-button-prev.swiper-button-white {
        display: none;
    }
}

/* Weird font awesome issues */

.social-media-icons .fa-brands {
    width: auto !important;
}

.fa-ul span.fa-li {
    width: 3rem;
}