﻿/* 

    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;
}

/* 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-contact li.specials {
    color: #c88733;
}

.header-logo img {
    margin: 0 auto;
}

.header-menu {
}

.header-contact .header-button {
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 150%;
    border: 0px solid #3db0c9;
}

.header-button a{
    padding: 0 0;
    font-size:80%;
}

    .header-button a, .header-button a:visited {
        display: inline-block;
        padding: 5px 10px;
        color: #ffffff;
        text-decoration: none;
        margin-left: 5px;
        margin-bottom: 5px;
        text-align: center;
        background-color: #3db0c9;
        border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
    }

    .header-button a.first-child {
        margin-left: 0px;
    }

        .header-button a:hover {
            text-decoration: none;
            background-color: #2d8598;
            color: #fff;
        }

.header .menu-bar {
    background-color: #9fa4a8;
    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;
        min-height:120px;
        margin-top:20px;
        margin-bottom:20px;
    }

    .header-logo img {
        position: absolute;
        top: -66px;
        left: -20px;
        margin: 0 0;
        padding: 0 0;
    }

        .header-contact ul li {
            list-style: none;
            font-size: 150%;
            line-height: 40px;
            font-weight:bold;
        }

    .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 : 992px) {

    .header-logo img {
        position: absolute;
        top: -50px;
        left: -20px;
        margin: 0 0;
        padding: 0 0;
    }
}

@media only screen and (max-width: 768px) {

    .facebook-xs {
        margin: 15px 15px;
        color: #3B5998;
    }

    .header-logo img {
        position:relative;
        text-align:center;
        margin: 0 auto;
    }

    .header-logo {
        margin-top:40px;
    }

    .header-contact {
        text-align:center;
        margin-top:-40px;
    }

    .header-contact ul {
        padding-left: 0 !important;
    }

        .header-contact ul li {
            list-style: none;
            line-height: 28px;
        }

}


    /* The Footer */

    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        background-color: #1C1C1C;
    }

    .footer-menu {
        color: #DDDDDD;
    }

        .footer-menu a, .footer-menu a:visited {
            color: #DDDDDD;
            text-decoration: none;
        }

            .footer-menu a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

    .footer-copyright {
        margin-bottom: 0 !important;
        color: #BBBBBB;
    }

        .footer-copyright a, .footer-copyright a:visited {
            color: #BBBBBB;
            text-decoration: none;
        }

            .footer-copyright a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

    @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;
    }

    h1 {
        margin-top: 0;
        color: #3a3a3a;
        font-size: 175%;
        line-height: 120%;
    }

    h2 {
        font-size: 140%;
        line-height: 120%;
    }

    h3 {
        font-size: 120%;
        line-height: 120%;
    }

    .title-alt {
        color: #3db0c9 !important;
        margin-top: 0 !important;
    }

    .gray-font {
        color: #939393 !important;
    }

    ul, ol {
        margin-bottom: 20px;
    }

    hr {
        border-color: #CCCCCC;
    }

    .photo {
        border: 1px solid #939393;
    }


    .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) {

        .flex-center {
            display: block;
        }
    }

    /**** Colorbox ****/

    .well {
        border-radius: 0;
    }

    /*****************/

    /* Big Picture Box. */

    .big-picture {
        background-color: #d8dfe0;
    }

        .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');
        position:absolute;
        bottom:-20px;
    }


    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;
            text-align: center;
        }

        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;
            margin-left: 15px;
            padding: 10px 15px;
        }

    div.big-picture .slider-wrapper div.slider-caption {
        display: none !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 !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;
    }

    .white-bg .container a, .white-bg .container a:visited {
        color: #990000;
        text-decoration: none;
    }

    .white-bg .container a:hover {
        color: #000099;
        text-decoration: none;
    }

    .white-bg ul li {
        margin-bottom:20px;
    }

    /* Blue Background */

    .blue-bg {
        color: #ffffff;
        background-color: #71bae3;
    }

    .blue-bg h1 {
        margin-top: 0;
        color: #FFFFFF;
        text-align: center;
    }

    .blue-bg h2, .blue-bg h3 {
        color: #FFFFFF;
        margin-top: 0;
        text-align: center;
    }

    .blue-bg p {
        color: #000000;
    }

    .blue-bg .container a, .blue-bg .container a:visited {
        color: #FFFF00;
        text-decoration: none;
    }

    .blue-bg .container a:hover {
        color: #FFFFCC;
        text-decoration: underline;
    }

    .blue-bg ul {
        margin: 0 auto;
    }

    .blue-bg li {
        color: #000000;
        margin-bottom: 10px;
    }

    .blue-bg .photo {
        border: solid 1px #ffffff;
    }

    .blue-bg .well h1 {
        color: #000000;
    }

    .blue-bg .title-alt {
        color: #000000 !important;
    }

    /* Navy Background */

    .navy-bg {
        color: #ffffff;
        background-color: #161628;
    }

    .navy-bg h1 {
        margin-top: 0;
        color: #ffffff;
        text-align: center;
    }

    .navy-bg h2, .navy-bg h3 {
        color: #ffffff;
        text-align: center;
    }

    .navy-bg li {
        margin-bottom:20px;
    }

    .navy-bg .container a, .navy-bg .container a:visited {
        color: #fff261;
        text-decoration: none;
    }

    .navy-bg .container a:hover {
        color: #fdf6ad;
        text-decoration: underline;
    }

    .navy-bg .well h1, .navy-bg .well p {
        color: #000000;
    }


    /* 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: 120%;
        font-weight: bold;
        color: #71b5e3 !important;
        background-color: #161628;
        border: solid 3px #71b5e3;
        border-radius: 0;
    }

        div.hp-button a:hover {
            color: #5282a3 !important;
            background-color: #161628;
            border-color: #71b5e3;
        }


    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;
        }
    }

    /************************/


    /************************** Custom Slider How Its Made Page*******************************/


/* Position the image container (needed to position the left and right arrows) */
.container-slider {
    position: relative;
}

.custom-slider-colorbox {
    background: url('/images/layout/slider-bg.jpg');
    /*background-color: #d7d7d7;*/
    border: 1px solid #000000;
    border-radius: 0;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}

* {
    box-sizing: border-box;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.9);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    padding: 2px 8px;
    position: absolute;
    top: 22px;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background: url('/images/layout/slider-bg.jpg');
    padding: 2px 16px;
    color: white;
}

.caption-container #caption {
    margin:12px auto;
    color:#000000;
    font-weight:bold;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column-slider {
    float: left;
    width: 16.66%;
}

.container-slider img {
    vertical-align: middle;
    border: 1px solid #000000;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }


    /*************************************************************/


/* Contact Page */

table.contact-info {
    margin: 0 auto 20px auto;
}

    table.contact-info td {
        padding: 0 0 8px 0;
        vertical-align: top;
    }

        table.contact-info td.contact-info-left {
            padding-right: 4px;
            font-weight: bold;
            text-align: right;
        }

        table.contact-info td.contact-info-right {
            padding-left: 4px;
            text-align: left;
        }

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;
}

/* FAQ Page */

.faq-entry {
    margin-bottom: 8px;
    padding: 15px 15px;
    background-color: #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .faq-entry a.faq-q {
        display: block;
        outline: 0 none;
    }

        .faq-entry a.faq-q, .faq-entry a.faq-q:visited {
            color: #000000;
            font-weight: bold;
        }

            .faq-entry a.faq-q:hover {
                color: #000000;
                text-decoration: none;
            }

    .faq-entry .faq-a {
    }

        .faq-entry .faq-a blockquote {
            overflow: auto;
            margin-bottom: 0;
            border-color: #161628;
        }

/**** Home Page Splash ****/

.homepage-splash {
    margin-top: -21px;
    float: right;
}

@media (max-width : 768px) {

    .homepage-splash {
        margin-top: 0;
    }
}


/* Swiper */

.swiper-slide .slide-title {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

    .swiper-slide .slide-title .slide-title-text {
        align-self: center;
        padding: 1rem 2rem;
        line-height: 120%;
        margin-bottom: 14px !important;
        font-weight: bold;
        font-size: 150%;
        text-shadow: 10px 10px 10px #000000;
        margin-left:14px;
    }

/*@media(max-width:991px) {
    .swiper-slide .slide-title {
        font-size: 14px;
    }
}*/

@media(max-width:768px) {
    .swiper-button-next.swiper-button-white,
    .swiper-button-prev.swiper-button-white {
        display: none;
    }

    .swiper-slide .slide-title .slide-title-text {
        display: none !important;
    }
}

/* Fix for newer browsers */
.img-responsive {
    width: 100%;
}