﻿.dma-custom-nav {
    position: relative;
}

/* Slide Styles */
.dma-custom-nav-slide {
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 74rem;
    }
}

.dma-custom-nav-slide__bg-wrapper {
    height: 32rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 500;
    background-color: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 576px) {
    .dma-custom-nav-slide__bg-wrapper {
        .dma-custom-nav-slide__bg-wrapper

{
    dma-custom-nav-slide__buttons height: 39rem;
}

}

@media only screen and (min-width: 768px) {
    .dma-custom-nav-slide__bg-wrapper {
        height: 45rem;
    }
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-slide__bg-wrapper {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 10;
        width: calc(100% - 74rem);
        z-index: 5;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    }
}

.dma-custom-nav-slide__bg-image {
    height: 104%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-slide__bg-image {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
}

.dma-custom-nav-slide__main {
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 4rem 1.5rem 14.1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (min-width: 768px) {
    .dma-custom-nav-slide__main {
        padding: 4.3rem 7rem 20.7rem;
    }
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-slide__main {
        text-align: left;
        padding: 2rem 0 21rem 3rem;
        opacity: 1;
        -webkit-transition: opacity .5s ease-in .5s;
        -o-transition: opacity .5s ease-in .5s;
        transition: opacity .5s ease-in .5s;
        height: 100%;
    }
}

.dma-custom-nav-slide__main > * {
    position: relative;
    z-index: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
}

.dma-custom-nav-slide__main-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

    .dma-custom-nav-slide__main-bg::after {
        content: '';
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.4)));
        background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.4) 100%);
        background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.4) 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
    }

.dma-custom-nav-slide__title {
    font-size: 5.4rem;
    line-height: 4.8rem;
    letter-spacing: .185px;
    font-family: sans-serif;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    color: white;
}

@media only screen and (min-width: 768px) {
    .dma-custom-nav-slide__title {
        font-size: 7.5rem;
        letter-spacing: .138px;
        line-height: 6.7rem;
    }
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-slide__title {
        max-width: 49rem;
        font-size: 8.7rem;
        line-height: 7.6rem;
        letter-spacing: .11px;
    }
}

@media only screen and (min-width: 1200px) {
    .dma-custom-nav-slide__title {
        max-width: 52rem;
    }
}

.dma-custom-nav-slide__hr {
    margin: 2.2rem auto 3rem;
    width: 400px;
    background-color: rgba(255, 255, 255, .3);
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-slide__hr {
        margin: 3.4rem 0 3.5rem;
    }
}

.dma-custom-nav-slide__description {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 1.56px;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 576px) {
    .dma-custom-nav-slide__description {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 768px) {
    .dma-custom-nav-slide__description {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 1.38px;
    }
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-slide__description {
        max-width: 60rem;
    }
}

@media only screen and (min-width: 1200px) {
    .dma-custom-nav-slide__description {
        max-width: 58rem;
    }
}

.dma-custom-nav-slide__buttons {
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-slide__buttons {
        margin: 0;
    }
}

.dma-custom-nav__slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.dma-custom-nav__slider .slick-slide {
    height: inherit !important;
}

    .dma-custom-nav__slider .slick-slide > div {
        height: 100% !important;
    }

.dma-custom-nav-slide__buttons a {
    text-decoration: none;
    font-size: 1.8rem;
    margin-right: 1rem;
}

.dma-custom-nav-slide__buttons > :last-child,
.dma-custom-nav-slide__buttons > :last-child > a {
    margin-right: 0;
}

.dma-custom-nav-slide__buttons a.btn-primary {
    color: #333;
    background-color: #ededed;
    border-color: #ededed;
}

.dma-custom-nav-slide__buttons .slideLink a {
    color: #656565;
    background-color: #CCC;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-color: #CCC;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
    font-size: 1.8rem;
}


/* Custom Navigation Styles */
.dma-custom-nav-thumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-thumbs {
        width: 74rem;
    }
}

.dma-custom-nav-thumbs__slide {
    background: transparent;
    border: 0;
}

    .dma-custom-nav-thumbs__slide:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

        .dma-custom-nav-thumbs__slide:focus .dma-custom-nav-thumbs__text {
            -webkit-box-shadow: 0 0 0 0.3rem #007bff;
            box-shadow: 0 0 0 0.3rem #007bff;
            color: #fff;
        }

.dma-custom-nav-thumbs__bg {
    height: 12rem;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(3,3,3, .5)), color-stop(21%, rgba(3,3,3, .5)), to(rgba(5, 16, 34, 0))), rgba(150,150,150, .75);
    background: -o-linear-gradient(bottom, rgba(3,3,3, .5) 0%, rgba(3,3,3, .5) 21%, rgba(5, 16, 34, 0) 100%), rgba(150,150,150, .75);
    background: linear-gradient(to top, rgba(3,3,3, .5) 0%, rgba(3,3,3, .5) 21%, rgba(5, 16, 34, 0) 100%), rgba(150,150,150, .75);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .dma-custom-nav-thumbs__bg {
        height: 15rem;
    }
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-thumbs__bg {
        -webkit-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
        box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
    }
}

.dma-custom-nav-thumbs__slider {
    padding: 0 6rem;
    color: #fff;
}

@media only screen and (min-width: 576px) {
    .dma-custom-nav-thumbs__slider {
        padding: 0 10rem;
    }
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-thumbs__slider {
        padding: 0 10rem 0 5rem;
    }
}

.dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-thumbs__item {
    color: #fff;
}

    .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-thumbs__item .dma-custom-nav-thumbs__text {
        display: block;
    }

    .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-thumbs__item:hover .dma-custom-nav-item__icon-wrapper .dma-custom-nav-item__icon, .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-thumbs__item:focus .dma-custom-nav-item__icon-wrapper .dma-custom-nav-item__icon, .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-thumbs__item:active .dma-custom-nav-item__icon-wrapper .dma-custom-nav-item__icon {
        color: #333;
    }

    .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-thumbs__item:hover .dma-custom-nav-item__icon-wrapper::before, .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-thumbs__item:focus .dma-custom-nav-item__icon-wrapper::before, .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-thumbs__item:active .dma-custom-nav-item__icon-wrapper::before {
        background-color: #fff;
    }

.dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-item__icon-wrapper .dma-custom-nav-item__icon {
    color: #333;
}

.dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-item__icon-wrapper::before {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-thumbs__item {
        top: 0;
    }

    .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-item__icon-wrapper {
        height: 10rem;
        width: 10rem;
        margin-bottom: 1.7rem;
    }

        .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-item__icon-wrapper .dma-custom-nav-item__icon {
            color: #333;
            font-size: 6.4rem;
        }

        .dma-custom-nav-thumbs__slider .slick-current .dma-custom-nav-item__icon-wrapper::before {
            height: 100%;
            width: 100%;
        }
}

.dma-custom-nav-thumbs__item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #CCC;
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    height: 11.5rem;
    padding-top: 1rem;
    cursor: pointer;
}

@media only screen and (min-width: 576px) {
    .dma-custom-nav-thumbs__item {
        padding-top: 1rem;
        height: 11.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .dma-custom-nav-thumbs__item {
        top: 5.6rem;
        height: 19.6rem;
        padding-top: 0;
    }
}

.dma-custom-nav-thumbs__item:hover, .dma-custom-nav-thumbs__item:focus, .dma-custom-nav-thumbs__item:active {
    color: #fff;
}

    .dma-custom-nav-thumbs__item:hover .dma-custom-nav-item__icon-wrapper .dma-custom-nav-item__icon, .dma-custom-nav-thumbs__item:focus .dma-custom-nav-item__icon-wrapper .dma-custom-nav-item__icon, .dma-custom-nav-thumbs__item:active .dma-custom-nav-item__icon-wrapper .dma-custom-nav-item__icon {
        color: #fff;
    }

    .dma-custom-nav-thumbs__item:hover .dma-custom-nav-item__icon-wrapper::before, .dma-custom-nav-thumbs__item:focus .dma-custom-nav-item__icon-wrapper::before, .dma-custom-nav-thumbs__item:active .dma-custom-nav-item__icon-wrapper::before {
        background-color: #CCC;
        height: 100%;
        width: 100%;
    }

.dma-custom-nav-thumbs__text {
    display: none;
    line-height: 1.1;
    letter-spacing: .0156em;
}

@media only screen and (min-width: 768px) {
    .dma-custom-nav-thumbs__text {
        display: block;
    }
}

.dma-custom-nav-item__icon-wrapper {
    height: 5.6rem;
    width: 5.6rem;
    position: relative;
    margin-bottom: .5rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .dma-custom-nav-item__icon-wrapper .dma-custom-nav-item__icon {
        font-size: 3.5rem;
        position: absolute;
        color: #FFF;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .dma-custom-nav-item__icon-wrapper::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 0;
        width: 0;
        display: block;
        border-radius: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background-color: transparent;
    }

.dma-custom-nav-thumbs .fa-icon {
    position: absolute;
    font-size: 2.2rem;
    top: 3.6rem;
}

    .dma-custom-nav-thumbs .fa-icon.fa-arrow-right {
        right: 1.2rem;
    }

@media only screen and (min-width: 576px) {
    .dma-custom-nav-thumbs .fa-icon.fa-arrow-right {
        right: 6.5rem;
    }
}

.dma-custom-nav-thumbs .fa-icon.fa-arrow-left {
    left: 1.2rem;
}

@media only screen and (min-width: 576px) {
    .dma-custom-nav-thumbs .fa-icon.fa-arrow-left {
        left: 6.5rem;
    }
}

.dma-custom-nav-thumbs .dma-custom-nav__more-link {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1rem 1.5rem;
    color: #CCC;
    text-align: right;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

    .dma-custom-nav-thumbs .dma-custom-nav__more-link::after {
        color: #b5c8cf;
        font-size: 1.2rem;
    }

    .dma-custom-nav-thumbs .dma-custom-nav__more-link:hover, .dma-custom-nav-thumbs .dma-custom-nav__more-link:focus, .dma-custom-nav-thumbs .dma-custom-nav__more-link:active {
        color: #fff;
    }

        .dma-custom-nav-thumbs .dma-custom-nav__more-link:hover::after, .dma-custom-nav-thumbs .dma-custom-nav__more-link:focus::after, .dma-custom-nav-thumbs .dma-custom-nav__more-link:active::after {
            color: #fff;
        }

@media only screen and (min-width: 576px) {
    .dma-custom-nav-thumbs .dma-custom-nav__more-link {
        width: 19rem;
    }
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav-thumbs .dma-custom-nav__more-link {
        width: 23.5rem;
    }
}

/* Play/Pause Button */
.dma-custom-nav__control-btn {
    padding: 0;
    border-width: 0;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 2rem;
    top: 25.5rem;
}

    .dma-custom-nav__control-btn:focus {
        -webkit-box-shadow: 0 0 0 0.3rem #007bff;
        box-shadow: 0 0 0 0.3rem #007bff;
    }

@media only screen and (min-width: 576px) {
    .dma-custom-nav__control-btn {
        top: 31.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .dma-custom-nav__control-btn {
        top: 36.2rem;
    }
}

@media only screen and (min-width: 992px) {
    .dma-custom-nav__control-btn {
        top: auto;
        right: 3rem;
        bottom: 6rem;
    }
}

@media only screen and (min-width: 768px) {
    .dma-custom-nav__control-btn {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.dma-custom-nav__control-btn:hover, .dma-custom-nav__control-btn:focus, .dma-custom-nav__control-btn:active {
    background-color: #CCC;
}

.dma-custom-nav__control-btn.pause::after, .dma-custom-nav__control-btn.play::after {
    content: '';
    border: 0;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 2.5rem;
    display: block;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: 100ms all ease;
    -o-transition: 100ms all ease;
    transition: 100ms all ease;
    margin-top: 1.6rem;
}

.dma-custom-nav__control-btn.pause::after {
    border-style: double;
    border-width: 0 0 0 1.8rem;
}

.dma-custom-nav__control-btn.play::after {
    border-style: solid;
    border-width: 1.2rem 0 1.2rem 1.9rem;
    margin-top: 1.8rem;
    margin-left: .5rem
}
