#why-wood-nav li a,
.banner-button {
    text-decoration: none;
    text-align: center
}

.wide #content {
    padding-bottom: 0
}

#why-wood-banners {
    overflow: hidden;
    position: relative;
    height: 794px;
    padding: 0 25px;
    box-sizing: border-box;
}

#why-wood-banners .section-inner {
    max-width: 970px;
    height: 794px;
    position: relative;
    margin: 0 auto;
    z-index: 10000;
    width: 100%;
    padding: 0;
}

.why-wood-tagline {
    position: absolute;
    top: 100px;
    display: none
}

.banner-button {
    display: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    height: 20px;
    padding: 4px 0;
    background: url(/img/skin/bg/btn-general.png) center top repeat-x;
    width: 225px;
    left: 0;
    top: 420px;
    position: absolute;
    line-height: 22px;
    letter-spacing: .08em
}

.banner-button:hover {
    color: #fff;
    background-position: 0 -72px
}

#why-wood-banners .why-wood-cycle {
    height: 794px;
    width: 1400px;
    position: relative;
    background-color: #fff
}

#why-wood-banners .why-wood-cycle img {
    position: absolute;
    left: 0;
    top: 0
}

.main-cycler {
    height: 794px;
    width: 1400px;
    overflow: hidden;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 0
}

#why-wood-nav {
    margin: 0;
    padding: 0;
    display: none
}

#why-wood-nav li a {
    display: block;
    width: 231px;
    height: 231px;
    overflow: hidden;
    background: url(/img/skin/bg/wood-overview/triggers.png) left top no-repeat;
    backdrop-filter: blur(5px);
    border-radius: 115px;
    overflow: hidden;
}

#why-wood-nav #trigger-1,
#why-wood-nav li a:hover .normal {
    display: none
}

#why-wood-nav li a:hover {
    background-position: 0 -231px
}

#why-wood-nav #trigger-2 {
    position: absolute;
    /* left: 598px; */
    left: 62%;;
    top: 83px
}

#why-wood-nav #trigger-3 {
    position: absolute;
    /* left: 471px; */
    left: 49%;
    top: 297px
}

#why-wood-nav #trigger-3 a {
    padding-right: 0
}

#why-wood-nav #trigger-4 {
    position: absolute;
    /* left: 724px; */
    left: 75%;
    top: 297px
}

#why-wood-nav li a .normal {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .04em
}

#why-wood-nav li a .active {
    font-size: 14px;
    color: #fff;
    width: 160px;
    padding: 65px 35px 0;
    display: none;
    line-height: 22px
}

#why-wood-nav #trigger-2 .active {
    padding: 50px 35px 0
}

#why-wood-nav #trigger-2 .normal {
    padding-top: 95px
}

#why-wood-nav #trigger-3 .normal {
    padding-top: 85px
}

#why-wood-nav #trigger-4 .normal {
    padding-top: 95px
}

#why-wood-nav li a:hover .active {
    display: block
}

#why-wood-nav li a span {
    padding-right: 15px;
    margin-top: 5px;
    display: inline-block;
    background: url(/img/skin/bg/wood-overview/icon-learn-more.png) right 6px no-repeat;
    font-size: 13px;
    color: #bdccd0;
    text-transform: uppercase
}

.sfPageEditor .why-wood-tagline {
    z-index: 10;
    width: 200px
}
.mob-pagination{
    display: none;
}
#why-wood-banners{
    z-index: 10;
}
@media (max-width: 1024px){
    #why-wood-nav #trigger-2 {
        left: 50%;
        top: 203px;
    }
    #why-wood-nav #trigger-3 {
        left: 33%;
        top: 415px;
    }
    #why-wood-nav #trigger-4 {
        left: 67%;
        top: 415px;
    }
    
    .mob-pagination {
        position: absolute;
        bottom: 25px;
        left: 0;
        z-index: 100;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mob-pagination a {
        width: 15px;
        height: 15px;
        border: solid 1px #fff;
        border-radius: 50px;
        margin: 0 5px;
    }
    .mob-pagination a.active {
        background:#dc291f;
    }
}
@media (max-width: 767px){
    .why-wood-tagline {
        top: 30px;
        left: 0;
    }
    .why-wood-tagline img{
        max-width: 290px;
    }
    .banner-button{
        top: 260px;
    }
    #why-wood-nav #trigger-2 {
        left: 50%;
        top: 360px;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #why-wood-nav li a{
        width: 175px;
        height: 175px;
        background-size: 175px;
    }
    #why-wood-nav li a:hover,
    #why-wood-nav li.activeSlide a
    {
        background-position: 0 -176px;
    }
    #why-wood-nav li.activeSlide .normal{
        display: none;
    }
    #why-wood-nav li.activeSlide .active{
        display: block;
    }
    #why-wood-banners .section-inner{
        height: 715px;
    }
    #why-wood-nav #trigger-3 {
        left: auto;
        top: 520px;
        right: 52%;
    }
    #why-wood-nav #trigger-4 {
        left: 51%;
        top: 520px;
    }
    #why-wood-nav #trigger-2 .normal {
        padding-top: 70px;
    }
    #why-wood-nav #trigger-3 .normal {
        padding-top: 34px;
        width: 148px;
        padding-left: 15px;
    }
    #why-wood-nav #trigger-4 .normal {
        padding-top: 70px;
    }
    #why-wood-nav #trigger-2 .active {
        padding: 22px 18px 0 17px;
    }
    #why-wood-nav li a .active {
        font-size: 13px;
        width: 140px;
        padding: 40px 19px 0;
        line-height: 20px;
    }
    #main.page-section{
        display: none;
    }
}