/* Slideshow */

.hp-slider:before,
.hp-slider:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    left: 0;
    z-index: 1;
    
}
.hp-slider:before{
    background: linear-gradient(180deg, black, transparent);
    top: 0;
    opacity: 0.7;
}

.hp-slider:after {
    background: linear-gradient(0deg, black, transparent);
    bottom: 0;
    opacity: 0.6;
}
.slider-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    line-height: 0.82;
    padding: 0 30px;
}
.slider-text h2 {
    color: #fff;
    font-family: var(--font-family-title);
    font-size: 4vw;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.slider-text h2 span {
    display: block;
    font-size: 7.938vw;
}

/* Quick Search */

.hp-qs {
    position: absolute;
    width: 100%;
    bottom: 14.5%;
    z-index: 3;
    padding: 0 90px;
}
    .qs-container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }
        .qs-fields {
            width: calc(100% - calc((70 / 1140)* 100%));
        }
        .qs-button {
            width: calc((70 / 1140)* 100%);
            height: 60px;
        }
            .qs-btn {
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
                .qs-btn i {
                    position: absolute;
                    font-size: 34px;
                    transition: var(--animate);
                    color: #fff;
                }
                    .qs-btn:hover i {
                        opacity: 0.5;
                    }
                .qs-btn input {
                    width: 100%;
                    height: 100%;
                    border: 1px solid #272727;
                    background: #272727;
                }
            .qs-field {
                width: calc((157 / 1070)* 100%);
            }
            .qs-field.qs-lg {
                width: calc((222 / 1070)* 100%);
            }
            .qs-field select {
                color: #fff;
                appearance: none;
                border: none;
                letter-spacing: 0.05em;
                height: 60px;
                padding: 0 15px;
                width: 100%;
                background: rgba(255, 255, 255, 0.2);
                border: 1px solid #fff;
                outline: none;
            }

/* Sticky SMI*/
.hp-smi {
    top: 50.5%;
    right: 3%;
    transform: translateY(-50%);
    z-index: 10;
}
    .hp-smi > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .fxd-smi {
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 4;
        }
            .fxd-smi a {
                color: #fff;
                font-size: 18px;
                margin: 20px;
                display: block;
                text-shadow: 0 2px 2px #000;
                transition: var(--animate);
            }
              .fxd-smi a:hover {
                color: #ccc;
              }
        span.smi-line {
            display: block;
            width: 1px;
            height: 40px;
            background: #666;
            margin: 20px 0;
        }
        .sticky-chat {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #272727;
            margin-top: 80px;
            transition: var(--animate);
        }
            .sticky-chat:hover {
                opacity: 0.7;
            }

/* FP */
.fp-wrap {
    padding: 0 20px;
}
.fp-bg {
    z-index: 1;
}
.fp-bg canvas {
    filter: grayscale(1);
    opacity: 0.1;
}
.fp-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 19%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}
.fp-side-bg {
    top: 0;
    left: 0;
    width: 12.562499999999998vw;
    height: 100%;

}
.fp-side-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background: center / cover no-repeat;
    filter: grayscale(1) brightness(0.4);
}
    .fp-inner {
        width: 100%;
        max-width: max(88.625vw, 1418px);
        margin: 0 auto;
        padding: 78px 0 125px;
        position: relative;
        z-index: 3;
    }
        .fp-right {
            width: calc((639 / 1418)* 100%);
            padding: 0 9px;
        }
            .fp-thumb-list {
                width: 50%;
                padding: 4.5px;
            }
                .fp-thumb-list-photo img {
                    filter: brightness(0.85);
                }
                .fp-thumb-list:hover .fp-thumb-list-photo img {
                    filter: none;
                    transform: scale(1.1);
                }
            .fp-view-more .fp-thumb-list-photo i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) rotate(45deg);
                font-size: 40px;
                color: #fff;
                transition: var(--animate);
            }
                .fp-view-more .fp-thumb-list-photo canvas {
                    background: #262626;
                }
                .fp-view-more:hover .fp-thumb-list-photo i {
                    opacity: 0.6;
                }
        .fp-left {
            width: calc((735 / 1418)* 100%);
            padding-left: 9px;
            padding-top: 40px;
        }
            .fp-title {
                padding-left: clamp(100px, 12vw, 192px);
            }
            .fp-main-list {
                margin-top: 85px;
            }
                .fp-main-list-content {
                    z-index: 2;
                    color: #fff;
                    width: 100%;
                    bottom: 0;
                    padding: clamp(20px, 2.5vw, 40px) 20px clamp(20px, 2.5vw, 40px) clamp(20px, 3.125vw, 50px);
                }
                    .fp-main-list-photo:before {
                        position: absolute;
                        content: '';
                        width: 100%;
                        height: 60%;
                        bottom: 0;
                        left: 0;
                        background: linear-gradient(0deg, black, transparent);
                        z-index: 1;
                        opacity: 0.75;
                    }
                    .fp-main-list-photo:after {
                        position: absolute;
                        content: '';
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        border: 10px solid #000;
                        opacity: 0;
                        transition: var(--animate);
                    }
                        .fp-main-list:hover .fp-main-list-photo:after {
                            opacity: 1;
                        }
                    .fp-main-list-content h2 {
                        font-size: clamp(20px,2.1875vw,35px);
                        letter-spacing: 0.05em;
                        padding-bottom: 10px;
                    }
                    .fp-main-list-content span {
                        font-size: clamp(16px,1.25vw,20px);
                        display: block;
                        text-transform: capitalize;
                        font-family: var(--font-family-title);
                        letter-spacing: 0.05em;
                        position: relative;
                        padding-bottom: 20px;
                    }
                        .fp-main-list-content span:before {
                            position: absolute;
                            content: '';
                            width: 75px;
                            height: 3px;
                            bottom: 0;
                            left: 0;
                            background: linear-gradient(45deg, black, #ccc);
                        }
                    .fp-main-list-content ul {
                        display: flex;
                        align-items: center;
                        padding-top: 17px;
                    }
                    .fp-main-list-content ul li {
                        font-size: clamp(14px,1vw,16px);
                        letter-spacing: 0.1em;
                        padding: 0 10px;
                    }
                    .fp-main-list-content ul li:first-child {
                        padding-left: 0;
                    }

/* About */

.about-banner {
    display: flex;
    justify-content: center;
/*     padding: 45px 20px 0;*/
    padding: 0;
   
}
.about-banner-photo {
    width: 100%;
}
.about-content {
    padding: 0 50px 0 20px;
}
    .about-content-bg canvas {
        filter: grayscale(1);
        opacity: 0.1;
    }
    .about-content-bg::before {
        position: absolute;
        content: '';
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1;
    }
    .about-content-bg:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 20%;
        bottom: 0;
        right: 0;
        background: linear-gradient(0deg, #fff, transparent);
    }
        .about-content-inner {
            width: 100%;
            max-width: max(87.5vw, 1400px);
            margin: 0 auto;
            background: #fff;
            padding: 110px 0 90px;
        }
            .about-content-left {
                width: calc((320 / 1400)* 100%);
                padding-right: 20px;
            }
            .about-content-mid, .about-content-right {
                padding-top: 3.4375000000000004vw;
            }
            .about-content-mid {
                width: calc((578 / 1400)* 100%);
                padding-right: clamp(30px,4.6875vw,75px);
            }
                .about-btn {
                    padding-top: 24px;
                }
            .about-content-right {
                width: calc((500 / 1400)* 100%);
                padding-right: clamp(30px,6.25vw,100px);
            }

                .about-text p {
                    font-size: 15px;
                    line-height: 24px;
                    margin-bottom: 25px;
                }
                    .about-text p strong {
                        font-size: 18px;
                        font-family: var(--font-family-title);
                        font-weight: 600;
                        line-height: 30px;
                    }

/* CTA */

.cta-left {
    width: calc(100% - calc((833 / 1600)* 100%));
    position: relative;
    z-index: 2;
}
    .cta-bars {
        padding-left: clamp(100px, 12.5vw, 200px);
        margin-right: -12%;
    }
        .cta-bar {
            font-family: var(--font-family-title);
            font-size: clamp(20px,2.1875vw,35px);
            letter-spacing: 0.05em;
            display: flex;
            align-items: center;
            padding: 0 clamp(20px, 2.1875vw, 35px);
            height: 95px;
            width: 100%;
            color: #fff;
            background: #000;
            border-width: 2px;
            border-style: solid;
            border-image: linear-gradient(to bottom, #fff, rgba(0, 0, 0, 0)) 1 100%;
            margin-bottom: 17px;
            transition: var(--animate) !important;
        }
            .cta-bar:hover,
            .cta-bar:focus{
                border-image: none;
                border: 3px solid #000;
                background: #fff;
                color: #000;
            }
        .cta-bar:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            top: -2px;
            left: 0;
            background: #fff;
            transition: var(--animate);
        }
            .cta-bar:hover:before {
                opacity: 0;
            }

        .cta-bar span {
            display: block;
            width: 37px;
            height: 40px;
            margin-right: 40px;
            background: url(../../assets/images/logo-mono.png) center / cover no-repeat;
            transition: var(--animate);
            filter: invert(1);
        }
            .cta-bar:hover span,
            .cta-bar:focus span{
                filter: none;
            }
.cta-right {
    width: calc((833 / 1600)* 100%);
    padding: 150px clamp(50px, 6.25vw, 100px) 130px clamp(100px, 12.5vw, 200px);
    background: #000;
}
    .cta-bg {
        z-index: 1;
    }
        .cta-bg:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #000;
            z-index: 1;
            opacity: 0.8;
        }
        .cta-bg canvas {
            filter: grayscale(1);
            background-attachment: scroll;
        }
    .cta-content {
        position: relative;
        z-index: 3;
    }

        .cta-blurb {
            padding-top: 20px;
        }
        .cta-blurb p {
            font-size: 15px;
            letter-spacing: 0.02em;
            line-height: 25px;
            margin: 25px 0;
            color: #fff;
        }


/* FV */
.hp-fv {
    display: none;
}

.fv-wrap {
    padding: 0 18px;
    margin-top: 60px;
}
.fv-side-bg {
    left: 0;
    height: 100%;
}
.fv-side-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    filter: grayscale(1) brightness(0.3);
}
    .fv-inner {
        width: 100%;
        max-width: max(88.0625vw, 1409px);
        margin: 0 auto;
        padding: 105px 0 130px;
    }
        .fv-left {
            width: calc((740 / 1409)* 100%);
            padding-left: 5px;
        }
            .fv-main-poster img {
                filter: brightness(0.85);
            }
                .fv-main:hover .fv-main-poster img {
                    transform: scale(1.1);
                    filter: none;
                }
            .fv-play {
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: clamp(80px, 8.75vw, 140px);
                height: clamp(80px, 8.75vw, 140px);
                align-items: center;
                justify-content: center;
                color: #fff;
                border-radius: 50%;
                border: 1px solid rgba(255, 255, 255, 0.7);
                font-size: clamp(20px,2.625vw,42px);
                transition: var(--animate);
            }
                .fv-play i {
                    display: block;
                    transform: rotateX(34deg);
                    padding-left: 5%;
                }
                .fv-main:hover .fv-play {
                    background: #fff;
                    color: #000;
                }
        .fv-right {
            width: calc((610 / 1409)* 100%);
        }
            .fv-content {
                padding: 0 4.5px 40px;
            }
                .fv-blurb {
                    padding: 5px 0;
                }
                .fv-blurb p {
                    line-height: 25px;
                    letter-spacing: 0.02em;
                    font-size: 15px;
                    margin: 25px 0;
                }
            .fv-thumb-vid {
                width: 50%;
                padding: 0 4.5px;
            }
                .fv-thumb-vid-poster img {
                    filter: brightness(0.85) grayscale(1);
                }
                    .fv-thumb-vid:hover .fv-thumb-vid-poster img {
                        filter: none;
                    }

            .fv-thumb-play {
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: clamp(45px, 4.25vw, 68px);
                height: clamp(45px, 4.25vw, 68px);
                border-radius: 50%;
                border: 1px solid #fff;
                align-items: center;
                justify-content: center;
                color: #fff;
                transition: var(--aniimate);
            }
                .fv-thumb-play i {
                    display: flex;
                    font-size: 20px;
                    width: 85%;
                    height: 85%;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                    border: 1px solid rgba(255, 255, 255, 0.5);
                }

/* FC */
.fc-list {
    display: flex !important;
    flex-wrap: wrap;
}
    .fc-wrap {
        padding: 0 20px;
    }
        .fc-inner {
            width: 100%;
            max-width: max(87.5vw, 1400px);
            margin: 0 auto;
        }
            .fc-list > div {
                width: 25%;
                position: relative;
            }
            .fc-list > div:first-child {
                margin-left: 50%;
            }
                .fc-list-photo:before {
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 50%;
                    bottom: 0;
                    left: 0;
                    background: linear-gradient(0deg, black, transparent);
                    z-index: 1;
                    opacity: 0.7;
                }
                .fc-list-photo:after {
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    border: 10px solid #000;
                    transition: var(--animate);
                    opacity: 0;
                }
                    .fc-list > div:hover .fc-list-photo:after {
                        opacity: 1;
                    }
                .fc-list-label {
                    bottom: 0;
                    z-index: 1;
                    width: 100%;
                    padding: clamp(20px,2.5vw,40px);
                    padding-right: 10px;
                }
                    .fc-list-label h2 {
                        font-size: clamp(19px,1.5625vw,25px);
                        text-transform: uppercase;
                        letter-spacing: 0.160em;
                        color: #fff;
                    }

            .fc-content {
                top: 0;
                left: 0;
                width: 50%;
                height: calc((400 / 1200)* 100%);
                padding: 3.75vw 0;
            }
                .fc-navigation {
                    width: fit-content;
                    min-width: 315px;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 48px;
                }
                    
                    .fc-controls button {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                    .fc-controls button.next {
                        left: auto;
                        right: 0;
                    }
                    .fc-btn .site-btn {
                        min-width: 185px;
                    }

/* Statistics */

.stat-wrap {
    padding: 0 20px;
}
.stat-bg {
    left: 0;
    bottom: 0;
    opacity: 0.1;
    width: max(250px, 44.25vw);
    height: max(190px, 33.5625vw);
}
    .stat-bg canvas {
        width: 100%;
        height: auto;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .stat-inner {
        padding: 140px 0 177px;
    }
        .stat-items {
            margin-top: 30px;
        }
            .stat-item {
                text-align: center;
                padding: 0 clamp(30px, 3.75vw, 60px);
            }
                .stat-item p {
                    text-transform: uppercase;
                    color: #666;
                    letter-spacing: 0.03em;
                    line-height: 23px;
                    font-size: 14px;
                    margin-top: 20px;
                }
                .stat-item span {
                    font-size: clamp(40px,4.375vw,70px);
                    text-transform: uppercase;
                    font-family: var(--font-family-title);
                    display: block;
                }
                    .stat-item span em {
                        font-style: normal;
                    }

/* testimonials */
.testi-wrap {
    padding-right: clamp(40px, 6.25vw, 100px);
}
    .testi-mono {
        right: 0;
        top: -3%;
        z-index: -1;
        opacity: 0.07;
        width: 25.874999999999996vw;
    }
        .testi-mono img {
            width: 100%;
            height: auto;
        }
    .testi-inner {
        position: relative;
    }
        .testi-inner:before {
            position: absolute;
            content: '';
            width: 22.6875vw;
            height: 26.125vw;
            right: 0;
            bottom: 0;
            background: #000;
        }
    .testi-left {
        width: calc((740 / 1500)* 100%);
        margin-right: -20%;
        position: relative;
        z-index: -2;
        margin-bottom: 100px;
    }
    .test-right {
        width: calc((1015 / 1500)* 100%);
        margin-left: -12px;
    }
        .testi-title {
            width: fit-content;
            margin-left: auto;
            margin-right: -15px;
        }
        .testi-slider {
            margin-top: 30px;
        }
            .testi-lists {
                background: #fff;
                padding: clamp(40px,5vw,80px) 0 90px clamp(40px, 6.25vw, 100px);
            }
                .testi-list {
                    padding-right: clamp(30px, 4.375vw, 70px);
                }
                    .testi-blurb {
                        margin-bottom: 20px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 7;
                        -webkit-box-orient: vertical;
                    }
                    .testi-blurb p {
                        font-size: 15px;
                        letter-spacing: 0.02em;
                        line-height: 23px;
                        margin: 23px 0 0; 
                    }
                    .testi-author {
                        padding-top: 10px;
                        padding-bottom: 27px;
                        position: relative;
                    }
                        .testi-author:before {
                            position: absolute;
                            content: '';
                            width: 64px;
                            height: 3px;
                            bottom: 0;
                            left: 0;
                            background: #ccc;
                        }
                        .testi-author h2 {
                            font-size: clamp(16px,1.25vw,20px);
                            text-transform: uppercase;
                            letter-spacing: 0.160em;
                            font-family: var(--font-family-title);
                            font-weight: 700;
                        }
                        .testi-author span {
                            display: block;
                            padding-top: 12px;
                            font-size: 12px;
                            color: #999;
                            letter-spacing: 0.08em;
                            font-weight: 500;
                        }
        .testi-navigation {
            display: flex;
            width: calc((710 / 1015)* 100%);
            justify-content: space-between;
            padding-right: 50px;
            padding-left: clamp(40px, 6.25vw, 100px);
            align-items: center;
            background: #fff;
        }
            .testi-controls {
                display: flex;
            }


/* Social Media */
.sm-wrap {
    padding: 175px 0 0;
}
    .sm-inner {
        background: #000;
    }
        .sm-left {
            width: calc(100% - calc((706 / 1600)* 100%));
            position: relative;
            z-index: 2;
        }
        .sm-right {
            width: calc((706 / 1600)* 100%);
        }   
            .sm-right:before {
                position: absolute;
                content: '';
                width: 50%;
                height: 100%;
                top: 0;
                left: 0;
                background: linear-gradient(90deg, black, transparent);
                z-index: 1;
            }
                .sm-title {
                    bottom: 0;
                    z-index: 1;
                    left: 13%;
                    width: 100%;
                    padding-bottom: 14%;
                }
                .sm-items {
                    margin-top: -60px;
                    transform: translateX(10%);
                }
                    .sm-item {
                        background: #000;
                        margin: 0.5%;
                        width: 32%;
                        transition: var(--animate);
                    }
                        .sm-item canvas {
                            display: block;
                            width: 100%;
                            height: auto;
                        }
                        .sm-item:before {
                            position: absolute;
                            content: '';
                            width: 100%;
                            height: 100%;
                            top: 0;
                            left: 0;
                            border: 5px solid #000;
                            opacity: 0;
                            transition: var(--animate);
                        }
                    .sm-item:nth-child(3n+2) {
                        background: #8c8c8c;
                    }
                    .sm-item a {
                        display: block;
                    }
                        .sm-logo {
                            top: 50%;
                            transform: translateY(-50%);
                            text-align: center;
                            width: 100%;
                            padding: 0 10px;
                            color: #fff;
                        }
                            .sm-logo p ,
                            .sm-logo em {
                                display: block;
                                text-transform: uppercase;
                                font-size: 16px;
                                letter-spacing: 0.1em;
                                margin-top: 20px;
                                transition: var(--animate);
                                font-style: normal;

                            }
                            .sm-logo i {
                                font-size: clamp(30px,4.375vw,70px);
                                transition: var(--animate);
                            }

                    .sm-item:hover {
                        background: #fff;
                    }
                    .sm-item:hover .sm-logo {
                        color: #000;
                    }
                    .sm-item:hover:before {
                        opacity: 1;
                    }
        


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 1199px) {

    .fxd-smi {
        right: 0;
    }
    .hp-qs {
        position: 0 50px;
    }
    .cta-bars {
        padding-left: 70px;
    }
    .cta-right {
        padding-left: 100px;
    }
    .fc-navigation {
        margin-top: 30px;
    }
    .testi-lists {
        padding: 30px 0 30px 30px;
    }
    .testi-blurb p {
        font-size: 13px;
    }
    .testi-navigation {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .slider-text h2 {
        text-align: center;
    }
    .hp-qs {
        position: relative;
        bottom: auto;
        background: #000;
/*        padding: 40px 20px;*/
    }
    .qs-form {
        flex-wrap: wrap;
    }
    .qs-fields {
        width: 100%;
    }
    .qs-button {
        width: 100%;
    }
    .qs-fields {
        flex-wrap: wrap;
    }
    .qs-field.qs-lg {
        width: 100%;
    }
    .qs-field {
        width: 50%;
    }
    .qs-button {
        margin-top: 20px;
    }
    .fp-inner {
        flex-direction: column;
        align-items: center;
    }
    .fp-left {
        padding: 0;
        width: 100%;
        max-width: 600px;
    }
    .fp-right {
        padding: 3px 0;
        width: 100%;
        max-width: 609px;
    }
    .fp-title {
        padding: 0;
    }
    .fp-side-bg {
        display: none;
    }
    .about-content {
        padding: 0 20px;
    }
    .about-content-inner {
        flex-direction: column;
        padding: 50px 0;
    }
    .about-content-inner > div {
        width: 100%;
        padding: 30px 10px;
    }
    .about-content-inner {
        background: none;
    }
    .about-content-bg::before {
        display: none;
    }
    .about-text {
        text-align: center;
    }
    .cta-inner {
        flex-direction: column-reverse;
    }
    .cta-left {
        width: 100%;
        max-width: 600px;
        margin-top: 30px;
        padding: 0 20px;
    }
    .cta-bars {
        padding: 0;
        margin: auto;
    }
    .cta-right {
        padding: 100px 50px;
        width: 100%;
    }
    .cta-blurb {
        text-align: center;
    }
    .fv-inner {
        flex-direction: column-reverse;
        align-items: center;
    }
    .fv-right {
        width: 100%;
        max-width: 700px;
    }
    .fv-left {
        width: 100%;
        max-width: 700px;
        padding: 9px 4.5px;
    }
    .fv-blurb p {
        text-align: center;
    }
    .fv-btn {
        padding-top: 50px;
    }
    .fv-side-bg {
        display: none;
    }
    .fc-content {
        position: relative;
        width: 100%;
        height: auto;
    }
    .fc-navigation {
        margin: 0 auto;
    }
    .fc-list > div:first-child {
        margin: 0;
    }
    .fc-list {
        justify-content: center;
    }
    .fc-slider {
        padding: 40px 0;
    }
    .stat-items {
        flex-direction: column;
        align-items: center;
    }
    .stat-item {
        margin-bottom: 40px;
    }
    .stat-inner {
        padding: 70px 0 60px;
    }
    .testi-wrap {
        padding: 0 20px;
    }
    .testi-inner {
        flex-direction: column;
        align-items: center;
        padding: 70px 0;
    }
    .testi-left {
        margin: auto;
        width: 100%;
        max-width: 500px;
    }
    .test-right {
        margin: auto;
        width: 100%;
        padding-top: 40px;
    }
    .testi-title {
        margin: 0 auto;
    }
    .testi-list {
        text-align: center;
    }
    .testi-author {
        width: fit-content;
        margin: 0 auto;
    }
    .testi-blurb p {
        font-size: 15px;
    }
    .testi-navigation {
        width: 100%;
        padding: 0;
        flex-direction: column;
    }
    .testi-lists {
        padding: 0;
        background: none;
    }
    .testi-list {
        padding: 0 6px;
    }
    .testi-navigation {
        padding-top: 60px;
        background: none;
    }
    .testi-controls {
        margin-top: 40px;
    }
    .testi-inner:before {
        display: none;
    }
    .testi-mono {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 10%;
        z-index: -1;
        opacity: 0.03;
        width: 100%;
        max-width: 400px;
    }
    .sm-inner {
        flex-direction: column-reverse;
        background: none;
    }
    .sm-left {
        width: 100%;
    }
    .sm-items {
        margin: 5px auto;
        transform: none;
    }
    .sm-right {
        width: 100%;
    }
    .sm-wrap {
        padding: 20px 0 0;
    }

}

@media only screen and (max-width: 767px) {
    .cta-bar span {
        margin-right: 20px;
    }
    .fc-list > div {
        width: 33.33%;
    }
    .fc-controls button {
        position: relative;
        left: auto !important;
        right: auto !important;
        transform: none;
        margin: 0 10px;
    }
    .fc-navigation {
        display: block;
        min-width: auto;

    }
    .fc-controls {
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .fv-thumb-play i {
        font-size: 15px;
    }
    .fc-list > div {
        width: 50%;
    }
    .fc-list-label h2 {
        font-size: 14px;
    }
    .sm-item {
        width: 48%;
    }
    .sm-logo p ,
    .sm-logo em {
        font-size: 12px;
    }
}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
