/*Do not use tag selectors and inserted selectors. Only classes and ids*/
.j-modal {display: none;}
h1 {
    color: #3A3A3A;
    font-family: 'DM Sans', sans-serif;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 35px;

    margin-top: 0;
    position: relative;
    text-transform: none;
}

h2 {
    color: #3A3A3A;
    font-family: 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 1em;
    margin-top: 1.8em;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 100%;
    letter-spacing: 0;
}

@media screen and (min-width: 970px) and (max-width: 1023px) {
    .h2 {
        font-size: 36px;
        margin-top: 1em;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1280px){
    .h2 {
        font-size: 38px;
        margin-top: 1.2em;
    }
}

@media screen  and (min-width: 1536px) and (max-width: 1680px) {
    .h2 {
        font-size: 40px;
        margin-top: 1.5em;
    }
}



.h3 {/*Section Headers on Landing Pages*/
    color: #707070;
    font-family: "'DM Sans'", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 1.3em;
    margin-top: 1.93em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 970px) and (max-width: 1023px) {
    .h3 {
        font-size: 26px;
        margin-top: 1em;

    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .h3 {
        margin-top: 1.6em;
    }
}

.h1:after {/*H1 Underline has left align*/
    position: absolute;
    content: '';
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #b3492c;
    bottom: -10px;
    left: 0;
}

/*.h2:after,*/
/*.h3:after {!*Underline*!*/
/*    position: absolute;*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 140px;*/
/*    height: 2px;*/
/*    background-color: #E86759;*/
/*    bottom: -15px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/

.features-gallery-slick {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.features-gallery-slick.slick-initialized {
    visibility: visible;
    opacity: 1;
}



/*======================================*/
/*360*/
/*======================================*/
.cd-product-viewer-wrapper .product-viewer {
    position: relative;
    overflow: hidden;
}
.cd-product-viewer-wrapper img {
    /* this is the image visible before the image sprite is loaded */
    display: block;
    position: relative;
    z-index: 1;
}
.cd-product-viewer-wrapper .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    /* our image sprite is composed of 37 frames */
    width: 3700%;
    background: url(/assets/360/flipper-360.jpg) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.LeftOne .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    /* our image sprite is composed of 37 frames */
    width: 3700%;
    background: url(/assets/360/left-one.jpg) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.RightOne .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    /* our image sprite is composed of 37 frames */
    width: 3700%;
    background: url(/assets/360/right-one.jpg) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.Stacking360 .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    /* our image sprite is composed of 37 frames */
    width: 3700%;
    background: url(/assets/360/Stacking-360.jpg) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.Task360 .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    /* our image sprite is composed of 37 frames */
    width: 3700%;
    background: url(/assets/360/task-360.jpg) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.loaded .product-sprite {
    /* image sprite has been loaded */
    opacity: 1;
    cursor: ew-resize;
}

.SledImgWrapper:nth-child(1) .cd-product-viewer-wrapper.loaded .product-sprite {
    max-height: 340px;
}

.cd-product-viewer-handle {
    position: relative;
    z-index: 2;
    width: 60%;
    max-width: 300px;
    height: 4px;
    background: #4d4d4d;
}
.cd-product-viewer-handle .fill {
    /* this is used to create the loading fill effect */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: #b54240;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s;
}
.loaded .cd-product-viewer-handle .fill {
    /* image sprite has been loaded */
    opacity: 0;
}
.cd-product-viewer-handle .handle {
    position: absolute;
    z-index: 2;
    display: inline-block;
    height: 44px;
    width: 44px;
    left: 0;
    top: -20px;
    background: #b54240;
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
}
.loaded .cd-product-viewer-handle .handle {
    /* image sprite has been loaded */
    transform: translateX(-50%) scale(1);
    animation: cd-bounce 0.3s 0.3s;
    animation-fill-mode: both;
}

.LeftOne.loaded .loaded,
.RightOne.loaded .loaded {
    opacity: 0;
}

.cd-product-viewer-wrapper {
    position: relative;
}

@keyframes cd-bounce {
    0% {
        transform: translateX(-50%) scale(0);
    }
    60% {
        transform: translateX(-50%) scale(1.1);
    }
    100% {
        transform: translateX(-50%) scale(1);
    }
}


/*======================================*/
/*END 360*/
/*======================================*/


.Category a, .Category a:visited {
    color: #999999;
    font-size: 15px;
    text-decoration: none;
}

.Category a:hover {
    color: #E86759;
}

