* {
    box-sizing: border-box;
}

:root {
    --primary: #000;
    --secondary: #FFF;
    --accent: #092c4d;
    --light-accent: #efe9e4;
    --light-gray: #F4F4F4;
    --dark-gray: #DADADA;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul, li, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

strong {
    font-weight: 600;
}

body, input, textarea, button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

body {
    padding: 0;
    margin: 0;
}

img[data-sizes="auto"] {
    display: block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: unset;
}

#divworkspacearea {
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 10px 40px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
}

.UserPageForm #divworkspacearea {
    max-width: 100%;
    background-color: #efe9e4;
}

#item-info-container {
    max-width: 1600px;
}

#content-theme-3.static-page h1 {
    margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
    #content-theme-3.static-page h1 {
        margin: 0;
    }
}

/* SILVERTHORNE HEADER */

#promo-bar {
    background-color: var(--accent);
    padding: 7px 10px;
    text-align: center;
}

#promo-bar p, #promo-bar a {
    color: var(--secondary);
    font-size: 1em;
    font-weight: 300;
}

#promo-bar a {
    text-decoration: none;
}

#header-top {
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo {
    flex-shrink: 0;
    padding-right: 20px;
}

#logo img {
    width: 100%;
    max-width: 270px;
    height: auto;
}

#search-box {
    width: 44%;
    height: 38px;
    position: relative;
}

#search-box input {
    width: 100%;
    height: 38px;
    padding: 0 20px 0 50px;
    font-size: 1em;
    background-color: var(--light-accent);
    border: 1px solid var(--light-accent);
    border-radius: 8px;
}

#search-box input::placeholder {
    color: var(--primary);
}

#search-box input,button:focus {
    outline: 0;
}

#search-box button {
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 300;
    border-radius: 20px;
    background: none;
    color: var(--primary);
    text-transform: uppercase;
    border: 0;
    transition: .1s;
}

#search-box button:hover {
    cursor: pointer;
}

#account > ul {
    display: flex;
}

#account>ul>li {
    position: relative;
}

#account a {
    white-space: nowrap;
    text-decoration: none;
}

#account ul {
    margin-left: 5px;
}

#account ul li {
    text-align: center;
    padding-left: 20px;
}

#account ul li a {
    color: var(--primary);
}

#account > ul > li > a {
    font-size: .95em;
}

#account ul ul li {
    text-align: right;
    padding-left: 0;
}

#account ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 51px;
    right: 0;
    padding: 5px 0;
    background-color: var(--accent);
    z-index: 1000;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -moz-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    -ms-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s;
}

#account li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#account li ul li {
    display: block;
}

#account li ul a {
    display: block;
    padding: 0 15px;
    font-size: .95em;
    line-height: 1.75em;
    color: #fff;
    text-decoration: none;
}

#account li ul a:hover {
    text-decoration: underline;
}

.cart-icon {
    margin: 2px 0;
}

.mobile-nav {
    display: none;
}

#main-nav a {
    text-decoration: none;
    color: var(--primary);
}

#main-nav > ul {
    display: flex;
    justify-content: center;
}

#main-nav > ul > li {
    position: relative;
    margin: 0 1vw;
}

#main-nav > ul > li > a {
    font-size: 1.05em;
    padding: 8px 0;
    font-weight: 400;
}

@media screen and (max-width: 1300px) and (min-width: 1100px) {
    #main-nav > ul > li {
        margin: 0 1vw;
    }
    
    #main-nav > ul > li > a {
        font-size: .9em;
    }
}

@media screen and (max-width: 1100px) and (min-width: 900px) {
    #main-nav > ul > li {
        margin: 0 .6vw;
    }
    
    #main-nav > ul > li > a {
        font-size: .8em;
    }
}

#main-nav > ul > li > a:hover {
    border-bottom: 2px solid var(--primary);
}

#main-nav > ul > li:hover > a {
    border-bottom: 2px solid var(--primary);
}

#main-nav ul > li > ul {
    position: absolute;
    display: none;
    background: rgba(255, 255, 255, .9);
    top: 33px;
    left: 0;
    z-index: 100;
    min-width: 325px;
}

@media screen and (max-width: 1500px) {
    #main-nav ul > li#outdoor-menu > ul {
        left: -135px;
    }
}

#main-nav > ul > li:hover > ul {
    display: block;
}

#main-nav ul > li > ul > li > a {
    display: block;
    padding: 5px 20px;
    font-weight: 400;
}

#main-nav ul > li > ul > li:first-child > a {
    padding-top: 20px;
}

#main-nav ul > li > ul > li:last-child > a {
    padding-bottom: 20px;
}

#main-nav ul > li > ul > li > a:hover {
    text-decoration: underline;
}

#sticky-nav {
    margin: 0 auto;
    padding: 10px;
    background-color: #FFF;
	position: sticky;
	top: 0;
    z-index: 500;
    border-top: 1px solid var(--dark-gray);
    border-bottom: 1px solid var(--dark-gray);
}

#sticky-nav > ul {
    display: flex;
    color: var(--primary);
}

#sticky-nav > ul li:not(:first-child) {
    padding-left: 20px;
}

#sticky-nav > ul li a {
    text-decoration: none;
    color: var(--primary);
}

#sticky-nav > ul li a.accent {
    color: var(--accent);
    text-decoration: underline;
}

#sticky-nav > ul li a.accent:hover {
    color: var(--accent-active);
}

@media screen and (max-width: 1000px) {
    #main-nav ul > li > ul {
        top: 31px;
    }

    #sticky-nav > ul li:first-of-type {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .hide-desktop {
        display: none;
    }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
    .hide-tablet {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    .hide-mobile {
        display: none;
    }

    #header-top {
        flex-wrap: wrap;
        padding: 5px 10px 10px;
    }

    #mobile-nav-container {
        flex: 1 0 25%;
    }

    #mobile-nav-container a {
        color: var(--primary);
        font-size: 1.4em;
        margin-left: 5px;
    }

    #logo {
        padding-right: 0;
    }

    #logo img {
        width: 100%;
        max-width: 140px;
        height: auto;
    }

    #search-box {
        flex-basis: 100%;
        order: 4;
        margin-top: 5px;
    }

    #search-box button {
        padding: 0px 12px;
    }

    #search-box input {
        padding: 0 20px 0 35px;
    }

    .account-icon {
        width: 100%;
        max-width: 25px;
        height: auto;
    }

    .cart-icon {
        width: 100%;
        max-width: 30px;
        height: auto;
        margin-top: 2px;
    }

    #account {
        flex: 1 0 25%;
        padding-right: 3px;
    }

    #account > ul {
        justify-content: flex-end;
    }

    #account ul ul {
        top: 31px;
        right: -5px;
        font-size: 1.1em;
    }

    #account ul li {
        padding-left: 15px;
    }

    #account > ul > li:first-of-type {
        padding-left: 0;
    }

    #account > ul > li > a {
        font-size: 1.2em;
    }

    .mobile-nav {
        display: inline-block;
    }

    #sticky-nav {
        padding: 0;
        border: 0;
        position: relative;
    }

    #sticky-nav > ul li:not(:first-child) {
        padding-left: 10px;
    }

    #main-nav > ul.nav-active {
        display: block;
    }

    #main-nav ul {
        display: none;
    }

    #main-nav > ul {
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: -86px;
        left: 0;
        z-index: 100;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    }

    #main-nav > ul > li:first-of-type {
        padding-top: 10px;
    }

    #main-nav > ul > li:not(:first-child) > a {
        border-top: 1px solid #ccc;
    }

    #main-nav > ul > li {
        margin-left: 0;
        margin-right: 0;
    }

    #main-nav > ul > li:hover > ul {
        display: none;
    }

    #main-nav > Ul > li > a {
        display: block;
        width: 100%;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    #main-nav > ul > li > a:hover {
        border-bottom: 0;
    }
    
    #main-nav > ul > li:hover > a {
        border-bottom: 0;
    }

    #main-nav ul > li > ul {
        position: static;
        display: none;
        background: rgba(255, 255, 255, .9);
        min-width: auto;
    }

    #main-nav > ul > li > ul.nav-active {
        display: block;
    }

    #main-nav ul > li > ul > li:first-child > a {
        padding-top: 0;
    }

    #main-nav ul > li > ul > li > a {
        padding: 5px 0 5px 20px;;
    }
}

@media screen and (max-width: 370px) {
    #logo img {
        max-width: 110px;
    }
}

/* END SILVERTHORNE HEADER */

/* SILVERTHORNE HOME PAGE */

#home-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.inset-content {
    max-width: 1600px;
    margin: 0 auto;
}

#home-top-banners {
    display: flex;
    justify-content: space-between;
    margin: 45px 0;
}

#home-top-banners .card {
    display: flex;
    flex: 1 0 33%;
    text-align: center;
    flex-direction: column;
    align-content: space-between;
}

/* #home-top-banners .card:nth-child(1) {
    padding-right: 20px;
}

#home-top-banners .card:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}

#home-top-banners .card:nth-child(3) {
    padding-left: 20px;
} */

#home-top-banners .card img {
    width: 90%;
    max-width: 90%;
    height: auto;
    display: block;
}

#home-top-banners .card span {
    font-size: 1.2em;
    color: #000;
    padding-top: 20px;
}
#home-top-banners .card a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#home-top-banners .card a:hover {
    text-decoration: underline;
}

#home-ribbon-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.home-title {
    font-family: 'Lora', serif;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: var(--primary);
    padding-bottom: 15px;
}

.home-title span {
    font-family: 'Libre Caslon Text', serif;
    font-size: .7em;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}

#trending-rotator {
    margin: 45px 0;
}

#trending-rotator .loading {
    display: block; 
    padding: 65px; 
    text-align: center;
}

.home-carousel img {
    max-width: 100%;
    height: auto;
}

.home-carousel .owl-carousel {
    list-style-type: none;
    margin: 15px auto 45px;
    width: calc(100% - 60px);
}

.home-carousel .owl-prev,
.home-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent);
    background: none;
}

.home-carousel .owl-prev {
    left: -40px;
}

.home-carousel .owl-next {
    right: -40px;
}

.home-carousel ul .carousel-slide {
    width: calc(100% - 2px);
    border: 1px solid var(--dark-gray);
    padding: 20px 20px 40px;
    display: block;
}

.home-carousel ul li:hover {
    border-color: var(--accent);
}

.home-carousel ul li a {
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    color: var(--primary);
}

.home-carousel ul li a > p {
    font-weight: 600;
}

.home-carousel ul li a > p > span {
    font-weight: 400;
}

.home-carousel ul li img {
    margin-bottom: 15px;
}

.home-carousel ul li a:hover {
    text-decoration: none;
}

.home-carousel ul .testimonial-slide {
    width: calc(100% - 2px);
    border: 1px solid var(--dark-gray);
    padding: 20px 20px 40px;
    display: block;
}

.home-carousel ul .testimonial-slide  p {
    line-height: 1.6em;
    color: var(--primary);
}

.home-carousel ul .testimonial-slide .rating {
    margin-bottom: 15px;
}

.home-carousel ul .testimonial-slide .rating .fa {
    padding-right: 5px;
    color: var(--accent);
}

.home-carousel ul .testimonial-slide .fa-quote-left,
.home-carousel ul .testimonial-slide .fa-quote-right {
    display: inline-block;
}

.home-carousel ul .testimonial-slide .fa-quote-left:before {
    content: '\f10d';
    color: var(--primary);
}

.home-carousel ul .testimonial-slide .fa-quote-right:before {
    content: '\f10e';
    color: var(--primary);
}

.home-carousel ul .testimonial-slide .testimonial {
    display: inline;
    line-height: 1.8em;
}

#home-center-banner {
    margin-bottom: 60px;
}

#home-center-banner img {
    width: 100%;
    height: auto;
    display: block;
}

#testimonial-rotator {
    margin: 45px 0;
}

#home-departments {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#home-departments img {
    width: 100%;
    height: auto;
    display: block;
}

#home-departments > div {
    flex: 1 0 50%;
    margin-bottom: 20px;
}

#home-departments > div:first-of-type {
    padding-right: 15px;
}

#home-departments > div:last-of-type {
    padding-left: 15px;
}

#home-brands {
    margin-top: 15px;
}

#home-brands ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
}

#home-brands li {
    margin-bottom: 40px;
    text-align: center;
    padding: 0 20px;
    flex: 1 0 20%;
}

#home-brands li a {
    border: 1px solid var(--dark-gray);
    display: block;
    padding: 40px 55px;
}

#home-brands li a:hover {
    border-color: var(--accent);
}

#home-brands ul li span {
    display: none;
}

#home-newsletter {
    margin-top: 5px;
}


section#new-product .slider-container {
    padding: 25px 65px;
}

section#new-product ul {
    list-style: none;
}

section#new-product h1 > span > a, #new-slider a span {
    color: #000;
}

section#new-product .ProductThumbnailParagraphSkuName {
    display: none;
}

section#new-product .ProductThumbnailParagraph, #new-slider span{
    padding-top: 20px;
    text-align: center;
}

section#new-product a.owl-theme.owl-carouselAnchor, #new-slider a  {
    text-decoration: none;
    color: var(--primary);
}

section#new-product a.owl-theme.owl-carouselAnchor:hover, #new-slider a:hover  {
    text-decoration: underline;
}

#new-slider li {
    text-align: center;
}


section#new-product .owl-carousel .owl-nav button.owl-prev,
section#new-product .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    width: 55px;
    color: #243e5f;
}

section#new-product .owl-carousel .owl-nav button.owl-prev:hover,
section#new-product .owl-carousel .owl-nav button.owl-next:hover {
    color: #8db3c0;
    text-decoration: underline;
}

section#new-product .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-100%, -50%);
}

section#new-product .owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 1800px) {
    .inset-content {
        max-width: 90vw;
    }
}

@media screen and (max-width: 899px) {
    .inset-content {
        max-width: none;
        margin: 0 20px;
    }

    .home-title {
        text-align: center;
    }

    .home-title span {
        display: block;
    }

    #home-top-banners {
        flex-direction: column;
        margin: 20px 0 0;
    }

    #home-top-banners .card {
        flex: 1 0 100%;
        margin-bottom: 20px;
        padding: 0px;
    }
    #home-top-banners .card img {
        width: 100%;
        max-width: 100%;
    }
    
    /* #home-top-banners .card:nth-child(1) {
        padding-right: 0;
    }
    
    #home-top-banners .card:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }
    
    #home-top-banners .card:nth-child(3) {
        padding-left: 0;
    } */

    .home-carousel ul .owl-prev {
        left: -35px;
    }
    
    .home-carousel ul .owl-next {
        right: -35px;
    }

    #home-departments {
        flex-direction: column;
        margin-bottom: 0;
    }

    #home-departments > div {
        flex: 1 0 100%;
    }
    
    #home-departments > div:first-of-type {
        padding-right: 0;
    }
    
    #home-departments > div:last-of-type {
        padding-left: 0;
    }

    #home-brands ul {
        left: -10px;
        width: calc(100% + 20px);
    }

    #home-brands li {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    #home-brands ul {
        margin-top: 15px;
        left: -10px;
        width: calc(100% + 20px);
    }
    
    #home-brands li {
        margin-bottom: 20px;
        padding: 0 10px;
        flex: 1 0 50%;
    }
    
    #home-brands li a {
        padding: 20px 10px;
    }
}

/* END SILVERTHORNE HOME PAGE */

/* SILVERTHORNE FOOTER */

#newsletter {
    border-top: 1px solid var(--dark-gray);
    padding: 50px 20px 70px;
    text-align: center;
}

#newsletter h2 {
    font-family: 'Lora', serif;
    font-size: 1.9em;
    font-weight: normal;
    color: var(--primary);
    margin-bottom: 8px;
}

#newsletter p {
    color: var(--primary);
}
#newsletter p a { 
    text-decoration: none;
    color: var(--primary);
}
#newsletter p a:hover {
    text-decoration: underline;
}

#newsletter img {
    padding: 0 10px;
    background: none;
    border-radius: 20px;
    color: var(--accent);
    text-transform: uppercase;
    border: 0;
}


#newsletterbox {
    max-width: 580px;
    width: 100%;
    height: 38px;
    margin: 40px auto 0;
    position: relative;
    text-align: left;
}

#newsletterbox input {
    width: 100%;
    height: 38px;
    padding-left: 15px;
    font-size: 1em;
    background-color: var(--light-accent);
    border: 1px solid var(--light-accent);
    border-radius: 8px;
}

#newsletterbox input::placeholder {
    color: var(--primary);
}

#newsletterbox input,button:focus {
    outline: 0;
}

#newsletterbox button {
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    background: none;
    border-radius: 20px;
    color: var(--accent);
    text-transform: uppercase;
    border: 0;
}

#newsletterbox button img {
    margin-top: 4px;
}

#newsletterbox button:hover {
    cursor: pointer;
}

#footer {
    border-top: 1px solid var(--dark-gray);
}

#footer h2 {
    font-family: 'Lora', serif;
    font-size: 1.4em;
    font-weight: 300;
    color: var(--primary);
    margin-bottom: 10px;
}

#footer p {
    color: var(--primary);
    font-size: .9em;
    line-height: 1.8em;
}

#footer a {
    text-decoration: none;
    color: var(--primary);
}

#footer a:hover {
    text-decoration: underline;
}

#footer-content {
    max-width: 1600px;
    display: flex;
    padding: 30px 20px;
    margin: 0 auto;
}

#footer-content > div {
    /* flex: 1 0 20%; */
    flex: 1 0 15%;
}

#footer-content > div:first-child img {
    width: 100%;
    max-width: 171px;
    height: auto;
}

#footer-content > div > ul > li {
    line-height: 1.8em;
    font-size: .9em;
}

#footer-social {
    margin-top: 40px;
}

#footer-social ul {
    display: flex;
}

#footer-social li:not(:last-child) {
    padding-right: 12px;
}

#footer-social .fa {
    font-size: 2em;
}

#footer-social a {
    color: var(--accent);
}

#copyright {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

#copyright p {
    color: var(--primary);
    font-size: .9em;
    line-height: 1.8em;
}

#copyright a {
    text-decoration: none;
    color: var(--primary);
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
    #footer-content > div:first-child {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    #footer-content {
        flex-direction: column;
        text-align: center;
    }

    #footer-content > div {
        flex: 1 0 100%;
    }

    #footer-content > div > ul {
        margin-bottom: 30px;
    }

    #footer-content > div:first-child {
        margin-bottom: 30px;
    }

    #footer-social {
        margin: 10px auto 0 auto;
        display: inline-block;
    }
}

/* END SILVERTHORNE FOOTER */

/* OmniVue Theme Updates */

#content-theme-3.static-page {
    max-width: 1600px;
    margin: 0 auto;
}

#content-theme-3.static-page p {
    margin: 0 0 4px 0;
    font-size: 1em;
}

#content-theme-3.static-page h1 {
    font-family: 'Lora', serif;
    font-size: 2em;
}

#content-theme-3.static-page h1 span {
    background-color: #efe9e4;
}

#content-theme-3.category-page .category-container>div:first-of-type {
    background: none !important;
}

#content-theme-3.category-page #category-nav ul li a {
    color: #000 !important;
    font-weight: 500;
}

#content-theme-3 .contact-form input[type="text"], #content-theme-3 .contact-form input[type="tel"], #content-theme-3 .contact-form input[type="email"], #content-theme-3 .contact-form textarea {
    background: #fff !important;
}

/* End OmniVue Theme Updates */

/* About Us LP */

#content-theme-3.static-page .about-intro {
    background-color: #efe9e4;
}

#content-theme-3.static-page .timeline-btn {
    display: block;
    width: 340px;
    background-color: var(--accent);
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

#content-theme-3.static-page .timeline-btn:hover {
    text-decoration: underline;
}

#content-theme-3.static-page .about-team {
    display: flex;
    flex-wrap: wrap;
}

#content-theme-3.static-page .about-team-card {
    flex: 1 0 25%;
    margin-bottom: 35px;
    padding: 0 25px;
}

#content-theme-3.static-page .about-team-card:last-of-type {
    flex: 1 0 66%;
    /* if no other image at bottom row add: */
    max-width: 80%;
    margin: 0 auto 35px;
}

#content-theme-3.static-page .about-team-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
    #content-theme-3.static-page .about-team-card {
        flex: 0 0 50%;
        padding: 0 10px;
    }
    #content-theme-3.static-page .about-team-card:last-of-type {

        max-width: 100%;
    }
    
}

/* End About Us LP */

/* Timeline LP */
.head-timeline{width: 100%; text-align: center; margin-bottom: 20px;}
 
.link-head-timeline {
    color: #808080;
    font-size: 18px;
    padding: 10px;
    text-decoration: none !important;
}
.link-head-timeline:hover {
    text-decoration: underline !important;
}
.head-timeline .category-name {
    background: #ccc none repeat scroll 0 0;
    color: #000;
    font-size: 24px;
    padding-bottom: 5px;
    padding-left: 80px;
}

@media only screen and (max-width: 770px){
    .head-timeline .category-name {
        background: #ccc none repeat scroll 0 0;
        color: #000;
        font-size: 24px;
        padding-bottom: 5px;
        padding-left: 0px !important;
    }
}
.head-timeline .category-name2 {
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    height: 0;
    line-height: 0;
    margin: 0 auto 10px;
    width: 0;
}
#toTop{cursor: pointer;}
.head-timeline .back {
    background: #ccc none repeat scroll 0 0;
    color: #000;
    font-size: 24px;
}

.category-name .back {
    float: right;
    font-size: 12px;
    margin-top: 10px;
    padding-right: 10px;
}
.timeline-inside-title .h1 {
    color: #ad0909;
    border: 0px;
    font-size: 20px;
}
.timeline-inside-title{
margin-bottom: 20px;
margin-top: 20px;
border: 0px;
}

#timeline {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
}

#timeline li {
    flex: 1 0 50%;
    list-style: none;
    padding: 25px;
}

@media screen and (max-width: 700px) {
    #timeline li {
        flex: 1 0 100%;
        padding: 5px 15px;
    }
}

/* End Timeline LP */

/* Hospitality & Contract LP */

#hospitality-form-btn {
    text-align: center;
}

#hospitality-form-btn a {
    width: 100%;
    max-width: 400px;
    background-color: #ad0909;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 10px;
    text-decoration: none !important;
    color: #fff !important;
}

#hospitality-gallery h2 {
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
}

#hospitality-gallery ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    border: 1px solid #000;
    padding-left: 0 !important;
    background-color: #fff;
}

#hospitality-gallery li {
    flex: 1 0 33%;
    list-style: none;
    padding: 10px;
    border: 1px solid #000;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 700px) {
    #hospitality-gallery li {
        flex: 1 0 100%;
    }
}

/* End Hospitality & Contract LP */

/* Exclusive Products Program LP */

#exclusive-products-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 95%;
}

#exclusive-products-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#exclusive-products-form h2 {
    font-weight: 400;
    font-size: 2em;
    text-transform: uppercase;
}

#exclusive-products-gallery ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0 !important;
    border: 1px solid #000;
    padding-left: 0 !important;
    background-color: #fff;
}

#exclusive-products-gallery li {
    flex: 1 0 33%;
    list-style: none;
    padding: 15px;
    border: 1px solid #000;
    margin-bottom: 0 !important;
    text-align: center;
}

#exclusive-products-gallery li img {
    width: 100%;
}

@media screen and (max-width: 700px) {
    #exclusive-products-gallery li {
        flex: 1 0 50%;
    }
}

@media screen and (max-width: 1024px) {
    #exclusive-products-video {
        width: 100%;
    }

    #exclusive-products-gallery {
        margin-top: 30px;
    }
}

/* End Exclusive Products Program LP */

/* Showroom LP */

#showroom-location-copy img {
    width: 100%;
    max-width: 243px !important;
    height: auto;
    display: block;
}

.full-width-img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    #showroom-location-copy {
        margin-top: 20px;
    }

    .showroom-location-col {
        margin-bottom: 20px;
    }
}

/* End Showroom LP */

/* - jlr */
.BasicFunctionsParagraphRoomPlanner {display:none;}

/* Collections LP */

@media screen and (max-width: 1112px) {
    .department-header {
        background-attachment: initial !important;
    }
}

.department-header {
    margin-bottom: 15px;
    min-height: 500px;
}

@media screen and (min-width: 1600px) {
    .department-header {
        min-height: 680px;
    }
}

.department-header.collections {
    background: url("/css/30119/images/collection-hero.jpg") no-repeat center center fixed;
}

.department-header div {
    text-align: center;
}

.department-header h1,
.department-header h2 {
    font-style: italic;
    font-weight: normal;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.department-copy {
    max-width: 315px;
    float: left;
    padding: 45px 25px;
    margin: 0 25px;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.department-copy h1 span {
    text-transform: uppercase;
    font-style: normal;
    clear: both;
    display: block;
}

.department-copy p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

.department-view-all {
    display: block;
    background: #ffffff;
    color: #000;
    padding: 10px 10px;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
}

.department-body {
    padding: 20px;
}

.DepartmentStaticLeftParagraph {
    font-size: 15px;
    color: #000;
    line-height: 24px;
}

.DepartmentDynamicParagraph {
    font-size: 22px;
    text-transform: uppercase;
    padding: 1.4% 0;
}

.DepartmentCollectionsThumbnail {
    display: inline-block;
    padding: 0 2.45% 2.45% 2.45%;
    width: 33%;
    box-sizing: border-box;
}

.DepartmentCollectionsThumbnail:nth-child(3n+1) {
    margin-left: 0;
}

.DepartmentCollectionsThumbnail:nth-child(3n) {
    margin-right: 0;
}

.DepartmentCollectionsThumbnail:nth-child(7) {
    clear: both;
}

.DepartmentCollectionsThumbnail img {
    border: 1px solid #cacaca;
    padding: 2%;
    width: 96%;
    height: auto;
}

.DepartmentCollectionsThumbnail {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
}

.DepartmentCollectionsThumbnail a {
    color: #555555;
    text-decoration: none;
}

@media screen and (max-width: 880px) {

    .DepartmentCollectionsThumbnail {
        width: 46%;
        margin: 0 3.8% 3.8% 3.8%;
    }

    .DepartmentCollectionsThumbnail:nth-child(3n+1) {
        margin-left: 3.8%;
    }

    .DepartmentCollectionsThumbnail:nth-child(3n) {
        margin-right: 3.8%;
    }

    .DepartmentCollectionsThumbnail:nth-child(2n+1) {
        margin-left: 0;
    }

    .DepartmentCollectionsThumbnail:nth-child(2n) {
        margin-right: 0;
    }

}

@media screen and (max-width: 767px) {
    .department-header {
        background-attachment: scroll !important;
    }

    .department-copy {
        width: 100%;
        margin: 0;
    }

    .department-header div {
        text-align: left;
    }
}

@media screen and (max-width: 570px) {
    .DepartmentCollectionsThumbnail {
        width: 97%;
        margin: 0 1.5%;
    }

    .DepartmentCollectionsThumbnail:nth-child(3n+1) {
        margin-left: 1.5%;
    }

    .DepartmentCollectionsThumbnail:nth-child(3n) {
        margin-right: 1.5%;
    }

    .DepartmentCollectionsThumbnail:nth-child(2n+1) {
        margin-left: 1.5%;
    }

    .DepartmentCollectionsThumbnail:nth-child(2n) {
        margin-right: 1.5%;
    }
}

.collections-collage * {
    box-sizing: border-box;
}

.collections-collage {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.collections-collage img {
    max-width: 100%;
    height: auto;
}

.collection-wrapper {
    flex: 1 0 25%;
    text-align: center;
    margin-bottom: 80px;
    padding: 0 30px;
}

.collection-wrapper a {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 1024px) {
    .collection-wrapper {
        flex: 1 0 50%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 500px) {
    .collection-wrapper {
        flex: 1 0 100%;
        margin-bottom: 50px;
    }
}

/* End Collections LP */

/* Faq's LP */
.static-page .faq-container > div {
    padding: 25px;
    margin: 0 0 45px 0;
}

.static-page .faq-container > div .expand {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
.static-page .faq-container > div .expand > div {
    display: none;
}
.static-page .faq-container > div .expand.active > div {
    display: block;
    padding: 5px 15px;
}
.static-page .faq-container > div .expand > p {
    cursor: pointer;
    padding: 0 20px 0 0;
    font-weight: 600;
}
.static-page .faq-container > div .expand.active > p {
    cursor: pointer;
    padding: 0 20px 10px 0;
}
.static-page .faq-container > div p {
    position: relative;
    padding: 0;
    margin: 0;
}
.static-page .faq-container > div p.heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.static-page .faq-container > div .expand > p:after {
    content: "\f067";
    position: absolute;
    top:10px;
    right:0;
    z-index: 10;
    font-family: 'FontAwesome';
}
.static-page .faq-container > div .expand.active > p:after {
    content: "\f00d";
    position: absolute;
    top:10px;
    right:0;
    z-index: 10;
    font-family: 'FontAwesome';
}
/* End Faq's LP */

/* Item Browser */

.ItemBrowserPageContainer .ProductThumbnailParagraphFavorites {
    display: none;
}

/* End Item Browser */

/* Item Information */

.mz-expand {
    background-color: #FFF !important;
}

.mz-expand .mz-expand-bg {
    display: none !important;
}

.ItemInformationContainer .ProductInfoHeadingItemAvailability {
    display: none;
}

.ItemInformationContainer .BasicFunctionsParagraphFavorites {
    display: none;
}

/* End Item Information */

/* Login */

.LoginPageForm .LoginPageRegister {
    display: none;
}

/* End Login */

/* Store Locator */

#StoreLocatorIframe iframe {
    width: 100%;
    height: 1000px;
    border: 0;
}

/* End Store Locator */

/* store locator button in iteminformation.aspx */

.StoreLocatorContainer {
    float: left;
    margin: 0 0 10px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    font-family: Arial,Helvetica,sans-serif;
    padding-left:10px;
}
.StoreLocatorContainer:hover {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.StoreLocatorContainerAnchor {
    background: #393939;
    display: block;
    padding: 10px 35px!important;
    font-size: 14px;
    border: 1px solid #393939;
    color: #fff!important;
}
.StoreLocatorContainerAnchor:hover {
    text-decoration: none!important;
}

/* about us */

.home-block-banners {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}

.home-block-banners div {
    flex: 1 1 calc(50% - 50px);
}

.home-block-banners p {
    line-height: 1.8em;
}

/* .home-block-banners > div {
    margin-bottom: 30px;
} */

/* .home-block-banners > div:first-of-type {
    flex: 1 0 50%;
    padding-right: 15px;
}

.home-block-banners > div:last-of-type {
    flex: 1 0 50%;
    padding-left: 15px;
} */

.home-block-banners > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
}

.home-block-intro {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid var(--dark-gray); */
}

.home-block-intro h2 {
    font-family: 'Lora', serif;
    font-size: 2.4em;
    font-weight: normal;
    color: var(--primary);
    margin-bottom: 8px;
}

.home-block-intro .home-button {
    margin-top: 50px;
}


.home-button {
    text-align: center;
}

.home-button a {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    background-color: #0d0d0d;
    color:#fefefe;
    /* color: var(--secondary);
    background-color: var(--accent);
    border: 1px solid var(--accent); */
}

.home-button a:hover {
    background: none;
    color: var(--accent);
}


@media screen and (max-width: 899px) {

    .home-block-banners {
        flex-direction: column;
    }

    .home-block-banners > div {
        margin-bottom: 20px;
    }

    .home-block-intro {
        padding: 50px 20px 50px;
        order: -1;
    }

    /* .home-block-banners > div:first-of-type {
        flex: 1 0 100%;
        padding-right: 0;
    }
    
    .home-block-banners > div:last-of-type {
        flex: 1 0 100%;
        padding-left: 0;
    } */

    /* #home-our-story .home-block-banners > div:first-of-type,
    #home-our-story .home-block-banners > div:last-of-type  {
        order: 2;
    } */
}



#home-our-story {
    margin: 45px 0;
}



#home-trade-story {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    flex-direction: column;
}

#home-trade-story .hometitle {
    flex-basis: 100%;
    display: flex;
}

#home-trade-story .hometitle h2 {
        /* font-size: 2.4em; */
        font-size: 1.9em;
}

#home-trade-story #home-trade-block {
    flex-direction: row;
    display: flex;
}

#home-trade-story .card {
    display: flex;
    flex: 1 0 33%;
    text-align: center;
    flex-direction: column;
    align-content: space-between;
}


#home-trade-story .card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0 20px;
}

#home-trade-story .card p {
    font-family: 'Helvetica Neue', 'Open Sans', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
    font-size: 1em;
    color: #000;
    padding-top: 20px;
    width: 100%;
    text-align: left;
    
    margin: 0 0 45px;
    padding: 0 20px;
}
#home-trade-story .card p span {
    font-family: 'Lora', serif;
    font-size: 1.2em;
    font-weight: 400;
}


#home-trade-story .card a {
    text-decoration: none;
}
#home-trade-story .card a:hover {
    text-decoration: underline;
}



.trade-button {
    text-align: center;
    
    /* margin: 45px 0 0; */
}

.trade-button a {
    display: inline-block;
    padding: 20px 50px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    background-color: #0d0d0d;
    color:#fefefe;
    font-size: 24px;
    /* color: var(--secondary);
    background-color: var(--accent);
    border: 1px solid var(--accent); */
}

.trade-button a:hover {
    background: none;
    color: var(--accent);
}

#home-trade-block .center {
     padding-top: 10px; 
     font-weight: 600;
}

#home-trade-block .center a {
    font-weight: 800;
    text-decoration: none;
}

#home-trade-block .center a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 899px) {
    #home-trade-story .hometitle {
        padding: 20px 0;
        justify-content: center;
    }

    #home-trade-story {
        flex-direction: column;
        margin: 20px 0 0;
    }
    #home-trade-story #home-trade-block {
        flex-direction: column;
    }

    #home-trade-story .card {
        flex: 1 0 100%;
        margin-bottom: 20px;
        padding: 0px;
    }
    #home-trade-story .card img, #home-trade-story .card p {
        /* width: 100%;
        max-width: 100%; */
        padding: 0
    }
}