/* 

    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 */

.top-strip {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 28px;
    line-height: 100%;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#473417+25,30230e+100 */
    background: #473417; /* Old browsers */
    background: -moz-linear-gradient(top, #473417 25%, #30230e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #473417 25%,#30230e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #473417 25%,#30230e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#473417', endColorstr='#30230e',GradientType=0 ); /* IE6-9 */
}

.header {
    position: relative;
    z-index: 9999;
    color: #444444;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.66);
}

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.header-logo img {
    margin: 0 auto;
}

.header-menu {
}

.header .strip-contact {
    font-size:68%;
    line-height:34px;
    color: #e38e44;
}

    .header .strip-contact .fa {
        font-size: 28px;
        position:relative;
        top:2px;
    }

@media only screen and (min-width : 768px) {

    .header > .container > .row {
        display: flex;
        flex: auto;
        align-items: center;
    }

    .header-logo {
        text-align: left;
    }

    .header-logo img {
        margin: 0 0;
    }

    .header-menu {
        text-align: right;
    }

}

@media only screen and (max-width: 768px) {

    .facebook-xs {
        margin: 15px 15px;
        color: #3B5998;
    }

}

/* The Footer */

.footer {
    font-size: 16px;
    color: #D0D0D0;
    line-height: 175%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#473417+25,30230e+100 */
    background: #473417; /* Old browsers */
    background: -moz-linear-gradient(top, #473417 25%, #30230e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #473417 25%,#30230e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #473417 25%,#30230e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#473417', endColorstr='#30230e',GradientType=0 ); /* IE6-9 */
}

.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: #e38e44;
    line-height: 100%;
}

.footer p {
    margin-bottom: 0;
}

.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 .footer-menu a, .footer .footer-menu a:visited {
    color: #e38e44;
}

.footer .footer-menu a:hover {
    color: #e38e44;
    text-decoration: none;
}

.footer ul li {
    list-style:none !important;
}

.footer hr {
    margin-top:0px;
    margin-bottom:10px;
}

/**** Rotator ****/

.cycle-slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px 4px 2px 4px;
    display: block;
}

/* Some general stuff. */

p {
    margin-bottom: 20px;
}

h1, h2, h3 {
    margin-bottom: 20px;
}

h1 {
    font-size:160%;
    margin-bottom: 15px;
    line-height: 120%;
    font-weight:bold;
    text-align:center;
}

h2 {
    font-size: 135%;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 120%;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
}

.title-alt {
    color: #6d5d53 !important;
    margin-top: 0 !important;
}

.title-red {
    color: #b10404 !important;
}

ul, ol {
    margin-bottom: 20px;
}

hr {
    border-color: #CCCCCC;
}

.photo {
    border: 1px solid #cccccc;
}

.orange-font {
    color: #e38e44;
}

.orange-border {
    border: solid 1px #e38e44;
    border-radius:4px;
    padding:2px;
}

    .orange-font:hover, .orange-font:visited {
        color: #a66832;
    }

.white-font {
    color:#ffffff;
}

.black-font {
    color: #000000;
}

.centered {
    margin-left: auto !important;
    margin-right: auto !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.signature {
    font-weight:bold;
    font-style: italic;
}

a:hover {
    text-decoration: none !important;
}

/**** Colorboxes ****/

div.well p:last-child {
    margin-bottom:0;
}

.section .alt-wells .well:nth-child(2n+1) {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff3e9;
    border: 1px solid #ffd0a6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

@media only screen and (max-width: 768px) {

    .flex-center {
        display: block;
    }

}

/* Big Picture Box. */

.big-picture {
    background-color: #444444;
}

.big-picture .container-fluid,
.big-picture .container {
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .container-fluid .row,
.big-picture .container .row {
    margin: 0 0;
    padding: 0 0;
}

.big-picture .container-fluid .row .col-xs-12,
.big-picture .container .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;
        border-bottom: solid 2px #6d5d53;
    }

.big-picture .nivo-controlNav {
    display: none;
}

.theme-default a.nivo-prevNav, .theme-default a.nivo-nextNav {
    background-image: url('https://f57d6c.claudeassets.com/20240530222930im_/https://www.bangorfurniture.net/images/layout/arrows.png');
}

div.big-picture .slider-wrapper div.slider-caption {
    display: none;
}

div.big-picture .slider-wrapper div.nivo-caption {
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: 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('https://fc3c01.claudeassets.com/20240530222930im_/https://www.bangorfurniture.net/images/layout/overlay.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: contain;
}

.big-picture video {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .video-overlay {
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-picture .video-overlay span {
    font-size: 300%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100%;
}

.big-picture.v-day {
    background-color: #fad8e6;
    background-image: url('https://1ccc94.claudeassets.com/20240530222930im_/https://www.bangorfurniture.net/Images/Home/vday-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.big-picture.big-video {
    background-color: #1F1F1F;
    background-image: url('https://da5d3f.claudeassets.com/20240530222930im_/https://www.bangorfurniture.net/Images/Home/big-video-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@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 {
        font-size: 24px;
        line-height: 36px;
    }

}

/* Marquee */

.marquee-background {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#473417+25,30230e+100 */
    background: #473417; /* Old browsers */
    background: -moz-linear-gradient(top, #473417 25%, #30230e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #473417 25%,#30230e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #473417 25%,#30230e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#473417', endColorstr='#30230e',GradientType=0 ); /* IE6-9 */
}

.marquee-wrapper {
    height: 50px;
    margin-bottom: 16px;
}

.marquee {
    height: 50px;
    margin: 0 15px;
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    line-height: 68px;
}

.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: 40px;
    padding-bottom: 40px;
}

.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;
}

/* White Background */

.white-bg {
    color: #000000; 
    background-color: #FFFFFF;
}

.white-bg h1 {
    margin-top: 0;
    color: #000000;
}

.white-bg h2, .white-bg h3 {
    color: #000000;
}

.white-bg .container a, .white-bg .container a:visited {
    color: #990000;
    text-decoration: none;
}

.white-bg .container a:hover {
    color: #000099;
    text-decoration: none;
}

/* Orange Background */

.orange-bg {
    color: #000000;
    background-color: #e38f45;
}

.orange-bg h1 {
    margin-top: 0;
    color: #FFFFFF;
}

.orange-bg h2, .orange-bg h3 {
    color: #FFFFFF;
}

.orange-bg .container a, .orange-bg .container a:visited {
    color: #FFFF00;
    text-decoration: none;
}

.orange-bg .container a:hover {
    color: #FFFFCC;
    text-decoration: underline;
}

/* Light Brow Background */

.lt-brown-bg {
    color: #ffffff;
    background-color: #684715;
}


    .lt-brown-bg h1 {
        margin-top: 0;
        color: #FFFFFF;
    }

    .lt-brown-bg h2, .lt-brown-bg h3 {
        color: #FFFFFF;
    }

    .lt-brown-bg .img-fluid {
        max-width: 100%;
        height: auto;
    }




/* 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;
}

@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%;
    }
}

.wide-picture .container-fluid {
    margin: 0 auto;
    padding: 0 0;
}

/************************************/

/************ Video Resizer **************/

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .video-container iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        border: solid #bcbcbc 2px;
    }

@media (max-width: 992px) {
    .video-container {
        margin-top: 0 !important;
    }
}

/**** For Logos ****/

.img-shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.33);
}


/**** Buttons ****/

div.button {
    background-color: #473417;
    color:#ffffff;
    width:100%;
    height:100%;
    padding:2px 2px;
    border-radius:8px;
}

    div.button:hover, div.button:focus {
        background-color: #261c0c;
    }

    div.button h3 {
        color:#ffffff !important;
    }


/********* Black Friday Page ************/

/* Synchrony Banner */

.synch-banner {
    margin: 10px auto 0 auto;
    padding: 20px 20px;
    font-size: 120%;
    color: #000000;
    border: 3px solid #FBC600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}

    .synch-banner .synch-logo {
        width: 100%;
        height: auto;
        margin: 0 auto 20px auto;
    }

    .synch-banner a:not(.btn),
    .synch-banner a:not(.btn):visited,
    .synch-banner a:not(.btn):hover {
        color: #000000 !important;
        text-decoration: none;
    }

    .synch-banner a.btn,
    .synch-banner a.btn:visited {
        padding: 15px 30px 13px 30px;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
        border: 0px none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background-color: #FBC600;
    }

        .synch-banner a.btn:hover {
            background-color: #E0B000;
        }

@media (min-width: 1199px) {

    .synch-banner p:last-child {
        margin-bottom: 0px;
    }
}

/*
     FILE ARCHIVED ON 14:25:06 Aug 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:43:39 Jun 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.851
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.059
  esindex: 0.015
  cdx.remote: 128.541
  LoadShardBlock: 238.204 (3)
  PetaboxLoader3.datanode: 147.068 (4)
  PetaboxLoader3.resolve: 125.959 (2)
  load_resource: 139.578
*/