/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

ul.sv-locale {
    width: 350px;
    padding: 15px;
    min-height:100px;
}
ul.sv-locale > li.text-left {
    float:left;
    width:50%;
    clear:both;
}
ul.sv-locale > li.text-right {
    float:right;
    width:50%;
}
.text-decoration-none{
    cursor: pointer;
}

.btn-outline-primary {
    color: #bf8d2d;
    border-color: #bf8d2d;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #bf8d2d;
    border-color: #9c721f;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #bf8d2d54;
            box-shadow: 0 0 0 0.2rem #bf8d2d54;
}
.btn-text.focus, .btn-text:focus {
    outline: 0;
	/* box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); */
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
	        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #bf8d2d;
    border-color: #bf8d2d;
}
.btn-link {
    font-weight: 400;
    color: #bf8d2d;
    text-decoration: none;
}
.btn-link:hover {
    color: #bf8d2d;
    text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #bf8d2d;
    border-color: #bf8d2d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #9e7220;
    border-color: #bf8d2d;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
            box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bf8d2d;
    border-color: #a77924;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #bf8c2d71;
            box-shadow: 0 0 0 0.2rem #bf8c2d71;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #bf8d2d;
    border-color: #bf8d2d;
}

.pull-right {
    float: right;
}

.nav-fill .nav-item {

    padding-left: 10px;
    padding-right: 10px;
    /* box-shadow: 0px 2px 5px rgba(0,0,0,0.1); */
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bf8d2d;
}

.nav-pills>.nav-item>.nav-link{
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    border: 1px solid #21252911;
}

.nav-pills .nav-link:hover{
    color: #fff;
    background-color: #212529;
}

.nav-pills .nav-link.active:hover{
    color: #fff;
    background-color: #bf8d2d;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #bf8d2d;
    border-color: #bf8d2d;
}

.page-item.active .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color: #9e7220;
    border-color: #bf8d2d;
}


.caption>p.call-to-action {
    padding: 8px;
    margin: 8px;
    /* padding-bottom: 8px; */
    color: #777;
    text-align: left;
    border: solid thin #777;
  }

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: unset;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bf8d2d;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #bf8c2d34;
            box-shadow: 0 0 0 0.2rem #bf8c2d34;
}


.panel.panel-default{
    background-color: white;
    margin: 5px;
    padding:12px;
}

.panel.panel-default.current-step{
    -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
}

.panel-body {
    display: flow-root;
}


.current-step{
    border-color: #c18f2c;
}
  
.checkout-step{
    -webkit-transition: height 10s ease;
    -o-transition: height 10s ease;
    transition: height 10s ease;
}
  
.current-step-fill{
    background-color: #c18f2c !important;
    cursor: pointer !important;
    pointer-events: all !important;
}
  
.dot{
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0px -6px 0px -6px;
    position: relative;
    top: 3.5px;
    background-color: rgb(134, 134, 134);
    border-radius: 6px;
    pointer-events: none;
}
.line{
    display: inline-block;
    width: calc(20%);
    height: 3px;
    margin-top: 3px;
    background-color: rgb(134, 134, 134);
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

body{
    background-color: #f3f3f3;
    overflow-x: hidden;
    /* font-family: 'Questrial'; */
	/* font-family: 'Lato'; */
	
    font-family: 'Barlow', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0rem;
	/* font-weight: 400; */
}


a, a:hover{
    color: #bf8d2d ;
}

.price {
    font-weight: 400;
    font-size: 1.3em;
    color: #bf8d2d !important;
}

.navbar-nav .nav-item{
    text-transform: uppercase;
    color: #ffffff !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    cursor: pointer;
}

.nav-item:hover {
    color: #bf8d2d !important;
}
.nav-list{
    background-color: rgb(251, 251, 251);
}
.nav-list ul{
    list-style: none;
    padding: 8px;
}
.nav-list li{
    border-left: solid 1px black;
    padding: 2px 12px;
}

.nav-list li a{

}

.bannerNav{
    position: relative;
}

#nav-Container{
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin-top: 10px;
    z-index: 10;
}

#nav-Container .new-container > div:first-of-type:hover::after {

    opacity: 1;

}
#nav-Container .new-container > div:first-of-type::after {

    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;

}


.text-shadow{
    text-shadow: 0 1px 1px rgba(0,0,0,.15);
}


.bannerID{
    /* background-color: #c6c6c6; */
    background-position: bottom, center;
    background-repeat: no-repeat;
    color: inherit;
    background-size: 100% auto;
    /* padding-bottom: 72%; */
}

.banner-text{
    position: absolute;
    color: white;
    bottom: 0;
    margin: 10px;
    height: 40%;
    max-width: 60%;
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


.faded:after {
    content: "";
    color: inherit;
    position: absolute;
    display: block;
    bottom: 1px;
    left: 0;
    width: 100%;
    border-collapse: separate;
    /* z-index: -1; */
}

.faded-top:after {
    -webkit-box-shadow: inset 0px 40px 20px -20px;
            box-shadow: inset 0px 40px 20px -20px;
}


.banner-text h1{
    /* font-size: calc( 10vw ); */
    text-transform: uppercase;
    text-shadow: 0px 4px 8px rgba(0,0,0,0.25);
    font-size: calc(50px + (70 - 50) * ((100vw - 300px) / (1500 - 300))) !important;

}

.banner-text h3{
    /* font-size: calc( 5vw ); */
    text-shadow: 0px 4px 8px rgba(0,0,0,0.25);
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1500 - 300))) !important;
}

/* .bannerID > .banner-spacer{
   height: calc( 100vw / ( 16 / 12) );
} */

#no-banner > .banner-spacer{
    height: 200px;
}

.list-inline.is-banner li a{
    color: white;
}

#no-banner + #nav-Container ul.list-inline li a{
    color: #212529;
}

.bannerID #nav-Container ul.list-inline > li > a{
    color: white;
}

.navbar-toggler{
    border: none;
    color: white !important ;
    font-size: 40px;
}


.breadcrumb{
    background-color: rgba(0,0,0,0);
}
.new-container{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding-left: 10px;
    padding-right:10px;
}

.feature-container{
    min-height: 370px;
    line-height: 2;
    font-size: 1.3rem;
}
.feature-container h2{
    margin-bottom: 12px;
}

#feature-list .feature-image, .feature-container p, .feature-container h2, .feature-container img{
    /* display: none; */
    opacity: 0;
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
    -webkit-transition: opacity,1.5s,-webkit-transform;
    transition: opacity,1.5s,-webkit-transform;
    -o-transition: opacity,transform, 1.5s;
    transition: opacity,transform, 1.5s;
    transition: opacity,transform, 1.5s,-webkit-transform;
}

.feature-visible{
    opacity: 1 !important;
}

.feature-visible.feature-image, h2.feature-visible , p.feature-visible, img.feature-visible{
    -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
            transform: translateX(0%) !important;;
}

.feature-image{
    position: absolute;
    bottom: 0px;
    top: 0px;
    left:0px;
    right: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;  
    pointer-events: none;
}
.feature-small p, .feature-small h3{
    padding: 8px;
}

.feature-small div{
    opacity: 0;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transition: opacity,1.5s,-webkit-transform;
    transition: opacity,1.5s,-webkit-transform;
    -o-transition: opacity,transform, 1.5s;
    transition: opacity,transform, 1.5s;
    transition: opacity,transform, 1.5s,-webkit-transform;
    -webkit-transform: translateY(-10%) !important;
        -ms-transform: translateY(-10%) !important;
            transform: translateY(-10%) !important;;
}

.feature-small.feature-visible div{
    -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
            transform: translateY(0%) !important;;
    opacity: 1;
}

.feature-small.feature-visible div:nth-child(1) { -webkit-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s }
.feature-small.feature-visible div:nth-child(2) { -webkit-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s }
.feature-small.feature-visible div:nth-child(3) { -webkit-transition-delay: .6s; -o-transition-delay: .6s; transition-delay: .6s }

.feature-image-small{
    /* position: absolute; */
    top: 0px;
    left:0px;
    right: 0px;
    padding-bottom: 66%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;  
    pointer-events: none;
}

.feature-image-left{
    left:0px;
    right: 50%;
}


.feature-image-right{

    left:50%;
    right: 0;

}

.new-container > .row{
    margin: 0px;
}

input:checked + .gallery-image-large{
    display: block !important;
}

input + .gallery-image-large{
    display: none;
}

.gallery-image-large > p {
    position: absolute;
    padding-top: 57%;
    text-align: center;
    width: 100%;
    text-shadow: 0px 0px 2px rgba(255,255,255,1);
}

.new-card{
    padding: 2px;
    opacity: 0;
    -webkit-animation: 1s ease-out 0s 1 slideIn;
            animation: 1s ease-out 0s 1 slideIn;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.new-card.align-items-stretch{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.new-card.no-anim{
    opacity: 100;
    -webkit-animation: none;
            animation: none;
}

.card-border-hover{
    border-left: thick solid white;
} 

.card-border-hover:hover{
    border-left: thick solid #bf8d2d;
    color: white;
    background-color: black;
} 

.category-card:hover, .tab-card:hover{
    /* animation: 1s ease-out 0s 1 txtBlack2White; */
    /* animation-fill-mode: both; */
    opacity: 1;
    color: white;  
    z-index: 1;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;

}
.category-card, .tab-card{
    color: #212529;
}

.new-card.category-card:hover {
    z-index: 1;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}

.new-card.category-card:active {
    z-index: 0;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
}
.new-card.category-card:active .new-card-contents::after{
-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
opacity: 1;
-webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
        transform: translateY(-3px);
}
.category-card:active .new-card-contents h3 {
    background: #555555;
    color: white;
}

.category-card{
    /* flex-grow: 1; */
    /* flex-shrink: 1; */
}


.tab-card.active{
    /* animation: 1s ease-out 0s 1 txtBlack2White; */
    /* animation-fill-mode: both; */
    opacity: 1;
    color: white;  
    -webkit-transition: color .5s;  
    -o-transition: color .5s;  
    transition: color .5s;

}


.category-card > #bg{
    position: absolute; 
    top: 1px; 
    left: 1px; 
    /* right: 100%;  */
    right: 1px; 
    bottom: 1px; 
    margin: 1px; 
    background-color: #212529; 
    -webkit-transition: none; 
    -o-transition: none; 
    transition: none;
    opacity: 0;
    /* animation-duration: 0.3s; */
}

.tab-card > .bg{
    position: absolute; 
    top: 1px; 
    left: 1px; 
    right: 1px; 
    bottom: 100%; 
    margin: 1px; 
    background-color: #212529; 
    -webkit-animation-duration: 0.3s; 
            animation-duration: 0.3s;
}

.tab-card > .selected{
    position: absolute; 
    top: 1px; 
    left: 1px; 
    right: 1px; 
    bottom: 100%; 
    margin: 1px; 
    background-color: #bf8d2d; 
    -webkit-animation-duration: 0.3s; 
            animation-duration: 0.3s;
}

.category-card:hover .new-card-contents {
    /* color: white; */
    -webkit-transition: color;
    -o-transition: color;
    transition: color;
    -webkit-transition-duration: 0.01s;
         -o-transition-duration: 0.01s;
            transition-duration: 0.01s;

}

.category-card .new-card-contents h3{
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255,255,255,0)), color-stop(50%, #212529));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 50%, #212529 50%);
    background: linear-gradient(to right, rgba(255,255,255,0) 50%, #212529 50%);
    background-size: 200%;
    background-position: 0% 0%;
    display: inline;
    /* transition:  */
    -webkit-transition: background-position .25s ease-in-out;
    -o-transition: background-position .25s ease-in-out;
    transition: background-position .25s ease-in-out;
    padding: 0.45rem;
    margin: -0.45rem;
  
    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; 

    line-height: inherit;
}

.category-card:hover .new-card-contents h3{
    background-position: -100% 0%;
    color:white;
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
            box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
    -webkit-transition: background-position .25s ease-in-out, -webkit-box-shadow .25s linear .25s;
    transition: background-position .25s ease-in-out, -webkit-box-shadow .25s linear .25s;
    -o-transition: box-shadow .25s linear .25s, background-position .25s ease-in-out;
    transition: box-shadow .25s linear .25s, background-position .25s ease-in-out;
    transition: box-shadow .25s linear .25s, background-position .25s ease-in-out, -webkit-box-shadow .25s linear .25s;

}


a.animateUnderline{
    text-decoration: none;

}

.animateUnderline div div h3{
    text-align: center;
}
.animateUnderline div div h4{
    position:relative;
    text-decoration: none;
}
.animateUnderline div div h4:after{
    display:block;
    content: '';
    border-bottom: solid 3px #000;  
    -webkit-transform: scaleX(0);  
        -ms-transform: scaleX(0);  
            transform: scaleX(0);  
    -webkit-transition: -webkit-transform 250ms ease-in-out;  
    transition: -webkit-transform 250ms ease-in-out;  
    -o-transition: transform 250ms ease-in-out;  
    transition: transform 250ms ease-in-out;  
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    -webkit-transform-origin:100% 50%;
        -ms-transform-origin:100% 50%;
            transform-origin:100% 50%
}
.animateUnderline:hover div div h4:after { 
    -webkit-transform: scaleX(1); 
        -ms-transform: scaleX(1); 
            transform: scaleX(1);
    -webkit-transform-origin:0 50%;
        -ms-transform-origin:0 50%;
            transform-origin:0 50%;
}

.category-card:hover #bg{
    /* animation: 0.6s ease-out 0s 1 gbSwipeRight;
    animation-fill-mode: both; */
    
    /* transition: right; */
    /* right: 1px; */
    /* transition: opacity; */
    /* transition-duration: 0.02s; */
    /* opacity: 1; */
}

.tab-card:hover .bg{
    -webkit-animation: 0.3s ease-out 0s 1 gbSwipeDown;
            animation: 0.3s ease-out 0s 1 gbSwipeDown;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.tab-card.active > .selected {
    -webkit-animation: 0.3s ease-out 0s 1 gbSwipeDown;
            animation: 0.3s ease-out 0s 1 gbSwipeDown;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes gbSwipeDown {
    0%{
        /* background-position-x: 0vw; */
        bottom: 100%;

    }
    100%{
        /* background-position-x: 150vw; */
        bottom: 1px;
    }
}

@keyframes gbSwipeDown {
    0%{
        /* background-position-x: 0vw; */
        bottom: 100%;

    }
    100%{
        /* background-position-x: 150vw; */
        bottom: 1px;
    }
}

@-webkit-keyframes gbSwipeRight {
    0%{
        /* background-position-x: 0vw; */
        right: 100%;

    }
    100%{
        /* background-position-x: 150vw; */
        right: calc(0% + 1px);
    }
}

@keyframes gbSwipeRight {
    0%{
        /* background-position-x: 0vw; */
        right: 100%;

    }
    100%{
        /* background-position-x: 150vw; */
        right: calc(0% + 1px);
    }
}

@-webkit-keyframes txtBlack2White {
    0%{
        /* background-position-x: 0vw; */
        color: black;

    }
    100%{
        /* background-position-x: 150vw; */
        background-color: white;
    }
}

@keyframes txtBlack2White {
    0%{
        /* background-position-x: 0vw; */
        color: black;

    }
    100%{
        /* background-position-x: 150vw; */
        background-color: white;
    }
}



.row .new-card:nth-child(1) { -webkit-animation-delay: .2s; animation-delay: .2s }
.row .new-card:nth-child(2) { -webkit-animation-delay: .4s; animation-delay: .4s }
.row .new-card:nth-child(3) { -webkit-animation-delay: .6s; animation-delay: .6s }
.row .new-card:nth-child(4) { -webkit-animation-delay: .8s; animation-delay: .8s }
.row .new-card:nth-child(5) { -webkit-animation-delay: 1.0s; animation-delay: 1.0s }
.row .new-card:nth-child(6) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s }
.row .new-card:nth-child(7) { -webkit-animation-delay: 1.4s; animation-delay: 1.4s }
.row .new-card:nth-child(8) { -webkit-animation-delay: 1.6s; animation-delay: 1.6s }
.row .new-card:nth-child(9) { -webkit-animation-delay: 1.8s; animation-delay: 1.8s }
.row .new-card:nth-child(10) { -webkit-animation-delay: 2s; animation-delay: 2s }
.row .new-card:nth-child(11) { -webkit-animation-delay: 2.2s; animation-delay: 2.2s }
.row .new-card:nth-child(12) { -webkit-animation-delay: 2.4s; animation-delay: 2.4s }
.row .new-card:nth-child(13) { -webkit-animation-delay: 2.6s; animation-delay: 2.6s }
.row .new-card:nth-child(14) { -webkit-animation-delay: 2.8s; animation-delay: 2.8s }
.row .new-card:nth-child(15) { -webkit-animation-delay: 3s; animation-delay: 3s }
.row .new-card:nth-child(16) { -webkit-animation-delay: 3.2s; animation-delay: 3.2s }
.row .new-card:nth-child(n+17) { -webkit-animation-delay: 3.4s; animation-delay: 3.4s }

@-webkit-keyframes slideIn {
    0% {
      opacity: 0;
      /* transform: translateY(30px); */
      /* transform: translateX(100px); */
    }
    100% {
      opacity: 100;

      /* transform: translateY (0); */
      /* transform: translateX (0); */
    }
}

@keyframes slideIn {
    0% {
      opacity: 0;
      /* transform: translateY(30px); */
      /* transform: translateX(100px); */
    }
    100% {
      opacity: 100;

      /* transform: translateY (0); */
      /* transform: translateX (0); */
    }
}

.new-card-contents{
    background-color:white;
    padding: 12px;
    width: 100%;
    /* min-height: 200px; */
    margin: 0px;
}

.new-card-contents::after{
    content:"";
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    opacity: 0;
    -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #f0f0f0;
}


.new-card.category-card:hover .new-card-contents::after{
    opacity: 1;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
}

.new-card-contents:hover::after{
    opacity: 1;
     /* background: rgba(255, 255, 255, 1.0);
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 1.0) 50%, rgba(191,141,45, 1.0) 50%);
    background:    -moz-linear-gradient(bottom right, rgba(255, 255, 255, 1.0) 50%, rgba(191,141,45, 1.0) 50%);
    background:         linear-gradient(bottom right, rgba(255, 255, 255, 1.0) 50%, rgba(191,141,45, 1.0) 50%); */
    /* animation-fill-mode: forwards;
    animation: 1s ease-out 0s 1 bgSwipe; */

}

.new-card-heading{
    background-color: #212529;
    color: white;
    padding: 12px 40px 12px 40px;
    margin: 0px 0px 0px 0px;
    width: auto;
    /* min-width: 202px; */
    text-align: center;
    display: inline-block;
    /* border-left: solid black thick; /* bf8d2d; */
    /* box-shadow: 0px 2px 15px rgba(0,0,0,0.1); */
    /* bf8d2d */
}

#product-tabs::before{
    content: "";
    position: absolute;
    bottom: 100%;
    height: 200vh;
    left: 0;
    right:0;
    background-color: white;
    z-index: -1;
}

#product-tabs2{
    
}


#product-tabs2 a.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#product-tabs2 h3{
    font-size: 1.1rem;
}


.expand-form{
    background-color:white;
    padding: 12px;
    margin: 2px;
}

.lst-learn-more{
    font-size: 1.4rem;
    list-style: none;
    /* margin: 0px; */
    padding: 0px;

}

.lst-learn-more li{
    padding-left: 10px;
    line-height: 20px;
    margin: 30px;
    border-left: thick solid black;
}

.lst-learn-more li a{
    text-decoration: none;

}

.section-list{
    list-style: none;
    font-size: 1.8rem;
}

.section-list > li{
    border-left: solid 2px #bf8d2d;
    background-color: white;
    -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
            box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
    padding: 0px 0px 0px 10px;
    width: 400px; 
    margin: 12px;
} 

.grow { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.grow:hover { -webkit-transform: scale(1.03); -ms-transform: scale(1.03); transform: scale(1.03); }

#product-gallery{
    bottom: 0px; 
    right:0px; 
    overflow: hidden;
}

label.outline img{
	border: solid thin #cccccc;
	filter: opacity(0.5);
}


.product-title{
    font-weight: bolder;
}

/* specs re style */
#tab-specification .spec-group .row .col-sm-6 {
    width: 48%;
    margin: 0 1%;
    padding: 10px 15px;
    background-color: #eee;
  }
  #tab-specification .spec-group .row:nth-child(odd) [class*="col"] {
      background-color: #ccc;
  }

  .spec-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.spec-left, .spec-right {
    padding: 20px;
}



.spec-group .row {
    
    display:-webkit-box;
    
    display:-ms-flexbox;
    
    display:flex;
}

.spec-cell {
	/* width: 49%;       */
	border-left: white 3px solid; 
	border-right: white 3px solid; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  }
	
  .spec-cell strong{
	padding-right: 10px;
  }

  .spec-left {
    /* margin-right: 1%; */
  }
    
  .spec-right {
    /* margin-left: 1%; */
  }
    
  .spec-group .spec-cell:nth-child(4n), .spec-group .spec-cell:nth-child(4n-1) {
    background-color: #fff;
  }
    
  .spec-group .spec-cell:nth-child(4n-2), .spec-group .spec-cell:nth-child(4n-3) {
    background-color: #f2f2f2;
  }



.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>img, .thumbnail > img {
	width: 100%;
}

.image-additional {
	float: left !important;
	max-width: 78px;
}

.image-additional a {
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.no_overflow_to_overflow {
    overflow: visible;
    /* persist overflow value from animation */
    /* animation: 10s delay-overflow; */
}

@-webkit-keyframes delay-overflow {
    from { overflow: hidden; }
    to { overflow: visible; }
}

@keyframes delay-overflow {
    from { overflow: hidden; }
    to { overflow: visible; }
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-ring div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #cb8d00 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
  }
  @-webkit-keyframes lds-ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes lds-ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

.bubble{
    border-radius: 4px; 
    position: relative; 
    background-color: black; 
    padding: 10px; 
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.3); 
            box-shadow: 0px 3px 10px rgba(0,0,0,0.3); 
}
.bubble-down-arrow{
    width: 20px; 
    height: 20px; 
    position:absolute; 
    bottom: 0px; 
    left: 50%; 
    -ms-transform: translate(-50%, +50%) rotate(-45deg); 
        transform: translate(-50%, +50%) rotate(-45deg); 
    -webkit-transform: translate(-50%, +50%) rotate(-45deg); 
    background-color: black;
}



#requestInfoFormBubble:hover .bubble, #requestInfoFormBubble:hover .bubble-down-arrow{
    background-color: #bf8d2d;

}

.swiper-button-next, .swiper-button-prev{
	font-family: "Font Awesome 5 Free";
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
	font-weight: 900;
}

.swiper-button-next::before{
	content: "\f054";
}

.swiper-button-prev::before{
	content: '\f053';
	font-family: "Font Awesome 5 Free";
}
.swiper-pagination-bullet-active{
	background: black !important;
}
.swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
}
/* 
.gallery-thumb-row:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    padding-top: calc(20% + 16px);
    background-image: linear-gradient(to right, rgb(243, 243, 243)0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%,rgb(243, 243, 243) 100%);
}

.gallery-thumb-row-white:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgb(255, 255, 255)0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%,rgb(255, 255, 255) 100%);
    width: 100%;
    padding-top: calc(20% + 16px);
} */

.gallery-thumb-row{
/* position: relative;
  height: 150px;
  overflow: hidden; */
}

#gallery-thumb-scroll label {
	/* display: contents !important; */
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	text-align: center;
}

/* width */
.gallery-thumb-scroll::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .gallery-thumb-scroll::-webkit-scrollbar-track {
    background: #ffffff00; 
  }
  
  /* Handle */
  .gallery-thumb-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0,0);
	/* border-left: 200px solid #f3f3f3;
	border-right: 200px solid #f3f3f3; */
  }
  
  /* Handle on hover */
  .gallery-thumb-scroll::-webkit-scrollbar-thumb:hover {
    /* background: inherit; */
  }

  .gallery-thumb-scroll .thumb{
    position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background-position: center center; background-size: contain; background-repeat: no-repeat;
}

footer i {
    /* border: 2px solid; */
    padding: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    /* padding-left: 6px; */
    /* background-color: #9e9e9e; */
    /* color: black; */
}

footer a {
    color: #9e9e9e;
}


footer a:hover{
    color: #e7e7e7;

}
.search.nav-tabs{
	border-bottom: none;
	overflow-x: scroll;
	flex-wrap: nowrap;
}

ul.pagination{
	flex-wrap: wrap;
}

ul.pagination li.page-item a {
	color: #bf8d2d;
}
.search .nav-item{
    /* border-bottom: thick solid #212529; */
}
.search .nav-link{
    color: #212529;
    background-color: #e9ecef;
    /* border-bottom: thin solid #212529; */
    padding: 12px 40px 12px 40px;
    margin: 0px 0px 0px 0px;
    width: auto;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    border: none;
}

.search .nav-link.disabled{
background-color: #f8f9fa
}
.search .nav-link.active{
    background-color: #212529;
    color: white;
}
  
#refineCheck:checked~select#search_refine_category{
    display: block;
}
#refineCheck:not(:checked)~select#search_refine_category{
    display: none;
}

.compare.table thead:nth-child(n+2){
    background-color: #212529;
    color: white;
    line-height: 400%;
}
.compare tbody tr:nth-child(odd) {
	/* background: #f1f1f1; */
	background: #fbfbfb;
}

.compare{
	margin-left: auto;
	margin-right: auto;
}
.compare thead td{
line-height: 100%; background-color: #212529; color: white; 
}

.compare td{
	padding: 10px 3px;
}

.compare.table td{
	/* text-align: center; */
	white-space: nowrap;
	width: 10px;
}

#customize div.options .form-group {
    margin-top: 20px;
    border-left: solid thick black;
    padding-left: 17px;
    background-color: #f3f3f3;
}

#customize div.options .form-group .control-label {
    font-size: 1.3rem;
    font-weight: 500;
}

#customize div.options .form-group.required .control-label::after {
    content: "*";
    color: red;
}

#customize div.options input:checked ~ div {
    color: #bc8a2c;
}

#customize div.options input:checked{

}

.requirement-unmet{

	opacity: .5;
	pointer-events:none;    
	max-height: 40px;
    overflow: hidden;
}

/* .requirement-unmet ~ div{

	opacity: .5;

	pointer-events:none;
} */


button[data-toggle="collapse"].collapsed i.fa.fa-caret-right {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

button[data-toggle="collapse"] i.fa.fa-caret-right {
    -webkit-transition: rotate 0.5s;
    -o-transition: rotate 0.5s;
    transition: rotate 0.5s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}


.footer::after{
    content: "";
    height: 600px;
    background-color: #272727;
    width: 100vw;
    height: 100vh;
    position: fixed;
}
.swiper-slide .background-image{
    cursor: pointer;
}


.swiper-button-prev.swiper-slideshow-module, .swiper-button-next.swiper-slideshow-module {
    background-color: rgba(33, 37, 41, 0.9);
    position: absolute;
    top: 30px;
    width: 60px;
    height: calc( 100% - 30px);
    z-index: 2;
    background-image: none;
}

.swiper-button-prev.swiper-slideshow-module{
    left: 0;
}

.swiper-button-next.swiper-slideshow-module{
    right: 0
}

.swiper-button-prev.swiper-slideshow-module:before, .swiper-button-next.swiper-slideshow-module:before {
    color: white;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.grecaptcha-badge { visibility: hidden; }

.module-slideshow{
    width: 33% !important; height: 33vw !important;
}

.cookie-notice{
	position: fixed;
	bottom: 0px;
	background-color: #272727;
	padding: 12px;
	width: 100vw;
	color: white;
	z-index: 1000;
}

/* // Custom selector for xs devices < 425px tall ) */
@media (max-width: 425px) { 
    #nav-Container{
        margin-top:0px;
    }
    #nav-Container .new-container{
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* // Custom selector for xs devices < 576px ) */
@media (max-width: 576px) { 

	.spec-group .spec-cell:nth-child(odd) {
		background-color: #f2f2f2;
	}
	
	.spec-group .spec-cell:nth-child(even) {
		background-color: #fff;
	}

    .category-card:hover{
        /* animation: 1s ease-out 0s 1 txtBlack2White; */
        /* animation-fill-mode: both; */
        opacity: 1;
        color: #212529;  
        -webkit-transition: color 1s;  
        -o-transition: color 1s;  
        transition: color 1s;

    }
    .banner-text h1{
        font-size: calc(30px + (50 - 30) * ((100vw - 300px) / ( 576 - 300))) !important;
    }
    .banner-text h3{
        font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (576 - 300))) !important;
    }

    .tab-card.active {
        color:#212529;
    }

    .feature-image{
        background-image: none !important;
    }

    .bubble{
        -webkit-transform: scale( calc( 0.7 + (1.0 - 0.7) * ( (100vw - 300px) / (576 - 300) ) ) );
            -ms-transform: scale( calc( 0.7 + (1.0 - 0.7) * ( (100vw - 300px) / (576 - 300) ) ) );
                transform: scale( calc( 0.7 + (1.0 - 0.7) * ( (100vw - 300px) / (576 - 300) ) ) )
    }
}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .banner-text, #nav-Container {
        /* margin: 40px; */
    }
    .banner-text h1{
        font-size: 4rem;
        text-transform: capitalize;
    }
    .banner-text h3{
        font-size: 2rem;
    }

    .dont-collapse-sm {
        display: block !important;
        height: auto !important;
        visibility: visible;
        overflow: visible;
    }
    
}




/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
/*     
    .bannerID > .banner-spacer{
        height: 600px;
    } */

    .swiper-slide .background-image:hover{
        -webkit-filter: brightness(0.4) saturate(0.9);
                filter: brightness(0.4) saturate(0.9);
        -webkit-transition: -webkit-filter 0.2s;
        transition: -webkit-filter 0.2s;
        -o-transition: filter 0.2s;
        transition: filter 0.2s;
        transition: filter 0.2s, -webkit-filter 0.2s;
    }

    #product-gallery{
        position: absolute; 
        top:   0px; 
        bottom: 0px; 
        right:0px; 
        overflow: hidden;
    }
    .module-slideshow{
        width: 25% !important; height: 25vw !important;
    }
    
    
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h2.title{
        font-size: calc(32px + (65 - 32) * ((100vw - 992px) / ( 1500 - 992))) !important;
    }
    /* #navbarNav{
        -webkit-transform: translateX(-60px);
            -ms-transform: translateX(-60px);
                transform: translateX(-60px);
    } */
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* .banner-spacer{
        height: calc(100vw / ( 16 / 9) );
    } */
}


@media (min-width: 1500px) {

    /* .bannerID{
        background-size: contain;
    } */

    
    /* .bannerID > .banner-spacer{
        height: calc( 100vw / ( 1500 / 600) );
     } */
}

@media print{

	body{
		background-color: white;
	}

	p, h1, h2, h3, h4, h5{
		color: black;
	}

	.bannerNav{
		/* display: none; */
	}

	.bannerID .banner-spacer{
		/* display: none; */
		height: 100px !important;
	}

	.bannerID .banner-spacer div{
		display: none;
	}
	.navbar { 
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex;
		background-color: rgba(0,0,0,0) !important;	 
	}

	#navbarNav{
		display: none !important;
	}

	#nav-Container .new-container div {
		background-color: rgba(0,0,0,0) !important;
	}
	#nav-Container .new-container div + div{
		display: none; 
	}
	#nav-Container{
		margin-bottom: 150px;
	}
	#nav-Container, #nav-Container .new-container {
		background-color: rgba(0,0,0,0) !important;
	}

	.navbar-brand{
		-webkit-filter: brightness(0);
		        filter: brightness(0);
	}

	.new-card-heading h2{
		color: black;
	}


	.new-card-heading{
		background-color: rgba(0,0,0,0);
	}

	/* #requestInfoFormBubble{
		display: none;	
	} */


	.spec-group .spec-cell:nth-child(4n), .spec-group .spec-cell:nth-child(4n-1) {
		background-color: #fff !important;;
	}
		
	.spec-group .spec-cell:nth-child(4n-2), .spec-group .spec-cell:nth-child(4n-3) {
		background-color: #f2f2f2 !important;
	}

	.spec-group .spec-cell:nth-child(4n) .pull-right, .spec-group .spec-cell:nth-child(4n-1) .pull-right{
		background-color: #fff !important;;
	}
		
	.spec-group .spec-cell:nth-child(4n-2) .pull-right, .spec-group .spec-cell:nth-child(4n-3) .pull-right{
		background-color: #f2f2f2 !important;
	}

	#slideshow + div{
		display: none !important;
	}
	#slideshow + div + div{
		display: none !important;
	}

	#quote + div, #section-quote + div{
		display: none !important;
	}
	#quote + div + div, #section-quote + div + div{
		display: none !important;
	}

	#quote + div + div + div, #section-quote + div + div + div{
		display: none !important;
	}

	div{
		-webkit-print-color-adjust: exact; 
		/* background: white; */
		background-color: white;

	}

	footer{
		display: none !important;
	}

	.feature-image, h2, p, img, .new-card{
		-webkit-transform: translateX(0%) !important;
		    -ms-transform: translateX(0%) !important;
		        transform: translateX(0%) !important;
		opacity: 1 !important;
		-webkit-animation: none;
		        animation: none;
	}

	#feature-list div div{
		background-color: white !important;
	}

	.feature-small div{
		opacity: 1 !important;
		-webkit-animation: none !important;
		        animation: none !important;
		-webkit-transform: translateY(0%) !important;
		    -ms-transform: translateY(0%) !important;
		        transform: translateY(0%) !important;
	}

	#news + div + div div{
		display: none !important;
	} 

	#link-tabs{ 
		display: none;
	}

	#product-tabs2{ 
		display: none;
	}

	#gallery-image-large{
		/* display: block !important; */
	}
	
	#gallery-thumb-scroll{
		padding-bottom: 0px !important;
	}
	
	#gallery-thumb-scroll label.outline{
		display: none;
	}

	#gallery-thumb-scroll label img{
		max-width: unset !important;
	}
	
	#content .col-md-6{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}

	a.col-lg-6.new-card{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}

	#playlist{
		display:  none;
	}

	#playlist + div{
		display: none;
	}
}





.transition-fade {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 1;
  }
  
  html.is-animating .transition-fade {
	opacity: 0;
  }
  

nav.navbar:hover::after {
    opacity: 1;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
}

nav.navbar {
	-webkit-transition: translate 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: translate 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: translate 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

}

nav.navbar:hover {

}
/* 
nav.navbar:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #f0f0f0;
} */

.image-lazy img{
    filter: blur(15px);
    transition: filter 0.5s;
    clip-path: border-box;
    pointer-events: none;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    object-fit: contain;
  }
  
  .image-lazy img.loaded{
    filter: blur(0px);
  }
  
  @keyframes placeHolderShimmer{
      0%{
          background-position: -468px 0
      }
      100%{
          background-position: 468px 0
      }
  }
    .image-lazy:not(.loaded) {
  
      background: rgb(238,238,238);
      background: linear-gradient(70deg, rgba(238,238,238,1) 8%, rgba(221,221,221,1) 25%, rgba(238,238,238,1) 45%);
      animation-duration: 1.25s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: placeHolderShimmer;
      animation-timing-function: linear;
      background-repeat: repeat;
      -webkit-background-size: 800px 104px;
  background-size: 1200px 100%;
    }
    
    .invisible {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}