* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}

body, a, p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

body {
    background-color: white;
    margin: 0;
}

.nav-bar button, .header button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    text-decoration: none;
    padding: 0;
}

img {
    display: block;
}

iframe {
    display: block;
}

.main {
    width: 67%;
    margin: auto;
}

.main a {
    color: #d49d32;
    font-weight: bold;
}

.header {
    display: flex; /* ie */
    display: -ms-flexbox;
    justify-content: right;
    margin: auto;
    width: 100%;
    background-color: #e9e6df;
    overflow: hidden;
}

#header-start, #header-center {
    display: flex; /* ie */
    display: -ms-flexbox;
    justify-content: center;
    margin: auto;
}

#header-start img {
    padding: 12px;
}

#header-start p {
    display: none;
    justify-content: center;
    margin: auto;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body, html {
    overflow-x: hidden;
}

.footer {
    background-color: #26282e;
}

.footer a {
    font-weight: normal;
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-copyright {
    padding: 24px 0 32px 0;
}

.footer-copyright, .footer-copyright a {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    background-color: #181a24;
    color: #d49d32;
    text-align: center;
    font-size: 14px;
}

.footer-copyright a {
    font-size: 14px;
}

.footer-copyright a {
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.nav-bar {
    background-color: #111;
    display: flex; /* ie */
    display: -ms-flexbox;
    justify-content: center;
    width: 100%;
}

.menu-button {
    color: darkred;
    cursor: pointer;
    display: none; /* hidden by default */
    float: right;
    font-size: 24px;
    opacity: 1;
    padding: 8px 16px !important;
    margin: 12px 24px;
}

.menu-button:active, .menu-button:hover {
    background-color: #111;
    opacity: 0.8;
}

.content {
    background-color: #26282e;
    display: flex; /* ie */
    display: -ms-flexbox;
    justify-content: center;
    margin: auto;
    padding: 12px;
}

.nav-bar {
    overflow: hidden;
    white-space: nowrap;
    background-color: #26282e;
}

.nav-bar a {
    font-family: 'Raleway', sans-serif;
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 22px 48px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-bar button {
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-bar a:active, .nav-bar button:active {
    color: #d49d32;
    background: rgba(255, 255, 255, 0.25);
}

.nav-bar a:hover, .nav-bar button:hover, .nav-bar .dropdown:hover {
    background: rgba(255, 255, 255, 0.1);
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .drop-btn {
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    font-size: 14px;
    border: none;
    outline: none;
    color: white;
    margin: 0;
}

.dropdown-content {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    background-color: #d49d32;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
    z-index: 3;
    min-width: 240px;
    min-height: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-bar a:hover, .dropdown:hover .drop-btn {
    color: #d49d32;
}

.dropdown-content a:hover {
    background-color: #26282e;
    color: #d49d32;
}

.dropdown:hover .dropdown-content {
    pointer-events: auto;
    opacity: 1.0;
}

#caret {
    font-size: 10px;
    letter-spacing: 3px;
}

.circle {
    position: relative;
    color: #e9e6df;
    background-color: #26282e;
    border-radius: 28px;
    padding: 14px;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 0;
    font-size: 26px;
    display: flex; /* ie */
    display: -ms-flexbox;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.circle:hover {
    color: #26282e;
    background-color: #cc5247;
}

.social-circle {
    position: relative;
    color: #e9e6df;
    background-color: #d49d32;
    cursor: pointer;
    border-radius: 28px;
    padding: 14px;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 0;
    font-size: 26px;
    display: flex; /* ie */
    display: -ms-flexbox;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social-circle:hover {
    background-color: #b3852b;
}

.round-label {
    position: relative;
    color: white;
    background-color: #d49d32;
    border-radius: 20px;
    padding: 9px 28px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
    transform: translateY(2px);
}

.round-label span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.round-label i.fa:before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 12px 12px 12px 18px;
    left: 0;
    top: 0;
}

.slider-frame {
    display: block;
    overflow: hidden;
    max-height: 540px;
    object-position: center;
    object-fit: cover;
    width: 100%;
    margin: auto;
}

.slider-images {
    width: 5700px;
    height: 924px;
    margin: 0 0 0 -3800px;
    position: relative;
    -webkit-animation-name: slide_animation;
    -webkit-animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
}

.img-container {
    width: 1900px;
    height: 924px;
    position: relative;
    float: left;
}

@-webkit-keyframes slide_animation {
    0% {
        left: 0;
    }
    10% {
        left: 0;
    }
    20% {
        left: 1900px;
    }
    30% {
        left: 1900px;
    }
    40% {
        left: 3800px;
    }
    50% {
        left: 3800px;
    }
    60% {
        left: 1900px;
    }
    70% {
        left: 1900px;
    }
    80% {
        left: 0;
    }
    90% {
        left: 0
    }
    100% {
        left: 0
    }
}

.full-wide {
    margin: auto;
    width: 100%;
    background-color: white;
    padding: 0;
    text-align: left;
}

.full-wide h1, .full-wide h2, h2 a, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #26282e;
    line-height: 1.3em;
    text-align: center;
}

.full-wide p, .full-wide p a {
    font-size: 24px;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    color: #26282e;
    vertical-align: baseline;
    letter-spacing: normal;
}

.full-wide p a {
    color: #d49d32;
}

.full-wide .main {
    font-size: 20px;
}

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.column a {
    text-decoration: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.tile-row {
    display: flex; /* ie */
    display: -ms-flexbox;
    flex-wrap: wrap; /* ie */
    -ms-flex-wrap: wrap;
}

.tile {
    flex: 25%; /* ie */
    -ms-flex: 25%;
    max-width: 25%;
    overflow: hidden;
}

.tile img {
    margin-top: 0;
    opacity: 1;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    transition: transform .5s;
    transform: scale(1);
    object-fit: fill;
}

.tile div:not(.thumb.disabled) img:hover, .tile div:not(.thumb.disabled) img:focus {
    transform: scale(1.25);
}

.tile-wide {
    width: 100%;
    height: 20%;
    overflow: hidden;
    text-align: center;
    margin-top: 0;
    opacity: 1;
    transition: transform .5s;
    vertical-align: middle;
}

.tile-wide img {
    width: 100%;
    height: 800px;
    overflow: hidden;
    transition: transform .5s;
    transform: scale(1);
    object-fit: contain;
}

.tile-wide img:hover, .tile-wide img:focus {
    transform: scale(1.25);
}

.thumb {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 0;
    padding: 0 0 100% 0;
    margin: auto;
}

.thumb.gallery {
    height: auto;
    padding: 0;
}

.thumb.disabled {
    filter: grayscale(50);
}

.thumb p {
    position: absolute;
    left: 18px;
    background-color: rgba(120, 120, 120, 0.8);
    padding: 2px 10px;
    color: white;
    z-index: 1;
    pointer-events: none;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(60, 60, 60, 0.5);
}

.shadow {
    box-shadow: 0 0 24px 6px rgba(0, 0, 0, 0.2);
}

.w3-teal {
    background-color: #d49d32 !important;
    transition: background-color 1.0s ease-in-out;
}

.social-circle a {
    font-size: 26px;
}

.img-break {
    margin: auto;
    padding: 0;
}

#footer-email-contact {
    text-align: center;
    display: none;
}

.menu-content {
    background-color: #26282e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in;
    display: none;
    justify-content: center;
}

.menu-content a {
    font-family: 'Raleway', sans-serif;
    float: left;
    display: block;
    color: white;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 24px 0;
    min-width: 90px;
}

.menu-content a:hover {
    color: #d49d32;
    background: rgba(255, 255, 255, 0.25);
}

.header-logo {
    transition: filter 1s;
    will-change: drop-shadow;
    filter: drop-shadow(0 0 0 rgba(237, 28, 3, 0));
}

.header-logo:hover {
    filter: drop-shadow(0 0 64px rgba(237, 28, 3, 1));
}

.product-title {
    min-width: 100%;
    font-size: 2vw;
    font-weight: 700;
    position: absolute;
    color: white;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

.product-subtitle {
    font-size: 1vw;
    padding-bottom: 0.5em;
    pointer-events: none;
    display: none;
}

.waterfall-break {
    position: absolute;
    left: 20vw;
    height: 130px;
    overflow: hidden;
}

.circle {
    filter: drop-shadow(0 0 16px #e9e6df);
}

.circle:hover {
    filter: drop-shadow(0 0 16px rgb(38, 40, 46, 0.5));
}

.loc-tag {
    border-radius: 4px;
    padding: 0.5em;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #cc5247;
    background-color: #26282e;
    transition: all 0.3s ease-out;
    font-weight: 600;
}

.loc-tag:hover {
    background-color: #cc5247;
    color: #26282e;
}

.contact-link {
    color: #cc5247;
    text-shadow: -1px -1px 0 #e9e6df, 0 -1px 0 #e9e6df, 1px -1px 0 #e9e6df, 1px 0 0 #e9e6df, 1px 1px 0 #e9e6df, 0 1px 0 #e9e6df, -1px 1px 0 #e9e6df, -1px 0 0 #e9e6df;
    text-decoration: none;
    transition: text-shadow 0.3s ease-out;
}

.contact-link:hover {
    text-shadow: -1px -1px 0 #26282e, 0 -1px 0 #26282e, 1px -1px 0 #26282e, 1px 0 0 #26282e, 1px 1px 0 #26282e, 0 1px 0 #26282e, -1px 1px 0 #26282e, -1px 0 0 #26282e;
}

@media screen and (max-width: 1000px) {
    .darrington-circle {
        display: none;
    }

    .waterfall-break {
        display: none;
    }

    .header {
        width: 100%;
    }

    .header img {
        max-width: 112px;
        max-height: 112px;
    }

    #loc-plant, #loc-darrington, #phone-email {
        display: none;
    }

    .nav-bar a {
        padding: 22px 32px;
    }

    .full-wide h1 {
        font-size: 24px;
        text-align: center;
    }

    .main {
        width: 85%;
        margin: auto;
    }

    .tile {
        flex: 100%; /* ie */
        -ms-flex: 100%;
        max-width: 100%;
    }

    #footer-hide-contact, #footer-hide-email {
        display: none;
    }

    #footer-email-contact {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .product-title {
        font-size: 5vw;
    }

    .product-subtitle {
        font-size: 3vw;
    }

    .header img {
        max-width: 82px;
        max-height: 82px;
    }

    .nav-bar {
        display: none;
    }

    .menu-button {
        display: inline-block;
    }

    #header-start {
        display: inline;
        margin-left: 12px;
    }

    .column {
        width: 100%;
    }

    .menu-content {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
    }

    .menu-content a, .menu-content div {
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    #header-start p {
        display: flex;
    }
}

@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}