@charset "UTF-8";

footer .footer-top {
    background-color: #000;
    color: #fff
}

    footer .footer-top .container {
        position: relative;
        min-height: 140px
    }

@media (min-width:1200px) {
    footer .footer-top .footer-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:1199.98px) {
    footer .footer-top .footer-content {
        text-align: center
    }
}

footer .footer-top .logo {
    width: auto;
    height: 46px
}

footer .footer-top .buttons {
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:1200px) {
    footer .footer-top .buttons {
        padding-top: 20px
    }
}

@media (max-width:1199.98px) {
    footer .footer-top .buttons {
        padding: 20px 0
    }
}

footer .footer-top .buttons .btn {
    margin: 10px
}

    footer .footer-top .buttons .btn img {
        width: auto;
        height: 16px;
        margin-right: 15px
    }

@media (min-width:1200px) {
    footer .footer-top nav {
        position: absolute;
        top: 30px;
        left: 15px
    }
}

@media (max-width:1199.98px) {
    footer .footer-top nav {
        margin: 0 -15px;
        padding: 30px 15px;
        border-top: 1px solid #bfbaba;
        border-bottom: 1px solid #bfbaba
    }
}

footer .footer-top nav .nav {
    margin-top: 20px
}

@media (max-width:1199.98px) {
    footer .footer-top nav .nav {
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer .footer-top nav .nav > li {
    position: relative
}

    footer .footer-top nav .nav > li:not(:last-child) {
        margin-right: 15px
    }

        footer .footer-top nav .nav > li:not(:last-child):after {
            content: '';
            border-right: 1px solid #909090;
            margin-left: 15px;
            height: 11px;
            display: inline-block;
            vertical-align: middle
        }

    footer .footer-top nav .nav > li > a {
        font-size: 11px;
        color: #909090;
        text-decoration: none
    }

        footer .footer-top nav .nav > li > a:focus, footer .footer-top nav .nav > li > a:hover {
            text-decoration: underline
        }

footer .footer-top .follow {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #bfbaba;
    padding-top: 10px
}

@media (min-width:1200px) {
    footer .footer-top .follow {
        position: absolute;
        top: 20px;
        right: 15px
    }
}

@media (max-width:1199.98px) {
    footer .footer-top .follow {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

footer .footer-top .follow:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bfbaba;
    top: -20px;
    left: calc(50% - 10px)
}

@media (max-width:1199.98px) {
    footer .footer-top .follow:before {
        top: 0
    }
}

footer .footer-top .follow span {
    display: block;
    margin-bottom: 5px
}

footer .footer-top .follow .socials {
    margin-top: 10px
}

    footer .footer-top .follow .socials svg {
        fill: #fff
    }

    footer .footer-top .follow .socials a {
        opacity: .2
    }

        footer .footer-top .follow .socials a:focus, footer .footer-top .follow .socials a:hover {
            opacity: .6
        }

            footer .footer-top .follow .socials a:focus svg, footer .footer-top .follow .socials a:hover svg {
                fill: #fff
            }

footer .footer-bottom {
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 0
}

@media (max-width:991.98px) {
    footer .footer-bottom {
        padding: 30px 0
    }
}

@media (min-width:992px) {
    footer .footer-bottom .footer-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

footer .footer-bottom .global-head-office {
    position: relative;
    padding-left: 30px
}

@media (max-width:991.98px) {
    footer .footer-bottom .global-head-office {
        margin-bottom: 20px
    }
}

footer .footer-bottom .global-head-office svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px
}

footer .footer-bottom .links a.link {
    display: inline-block;
    color: #1e1e1e;
    text-decoration: none
}

@media (max-width:991.98px) {
    footer .footer-bottom .links a.link {
        display: block
    }
}

footer .footer-bottom .links a.link:not(:last-child) {
    margin-right: 20px
}

@media (max-width:991.98px) {
    footer .footer-bottom .links a.link:not(:last-child) {
        margin-bottom: 10px
    }
}

footer .footer-bottom .links a.link img {
    margin-right: 10px
}
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px
}

body.mm-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.mm-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: rgba(0,0,0,0);
    transition-property: bottom,background-color;
    transition-duration: 0s,.3s;
    transition-timing-function: ease;
    transition-delay: .45s,.15s
}

.mm-ocd--open {
    bottom: 0;
    background: rgba(0,0,0,.25);
    transition-delay: 0s
}

.mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width);
    background: #fff;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease
}

.mm-ocd--left .mm-ocd__content {
    left: 0;
    transform: translate3d(-100%,0,0)
}

.mm-ocd--right .mm-ocd__content {
    right: 0;
    transform: translate3d(100%,0,0)
}

.mm-ocd--open .mm-ocd__content {
    transform: translate3d(0,0,0)
}

.mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: calc(100% - 80%);
    width: calc(100% - var(--mm-ocd-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-ocd-max-width));
    max-width: calc(100% - 200px);
    max-width: calc(100% - var(--mm-ocd-min-width));
    background: rgba(3,2,1,0)
}

.mm-ocd--left .mm-ocd__backdrop {
    right: 0
}

.mm-ocd--right .mm-ocd__backdrop {
    left: 0
}

.mm-spn, .mm-spn li {
    padding: 0
}

    .mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
        display: block;
        margin: 0;
        box-sizing: border-box
    }

:root {
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px
}

.mm-spn, .mm-spn ul {
    -webkit-overflow-scrolling: touch
}

.mm-spn {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    overflow: hidden
}

    .mm-spn ul {
        position: fixed;
        top: 0;
        left: 100%;
        bottom: 0;
        z-index: 2;
        width: 130%;
        padding: 0 30% 0 0;
        line-height: 24px;
        line-height: var(--mm-spn-line-height);
        overflow: visible;
        overflow-y: auto;
        background: inherit;
        transition: left .3s ease 0s;
        cursor: default
    }

        .mm-spn ul:after {
            content: "";
            display: block;
            height: 50px;
            height: var(--mm-spn-item-height)
        }

        .mm-spn ul.mm-spn--open, .mm-spn > ul {
            left: 0
        }

        .mm-spn ul.mm-spn--parent {
            left: -30%;
            overflow-y: hidden
        }

    .mm-spn li {
        position: relative;
        background: inherit;
        cursor: pointer
    }

        .mm-spn li:before {
            content: "";
            display: block;
            position: absolute;
            top: 25px;
            top: calc(var(--mm-spn-item-height)/2);
            right: 25px;
            right: calc(var(--mm-spn-item-height)/2);
            z-index: 0;
            width: 10px;
            height: 10px;
            border-top: 2px solid;
            border-right: 2px solid;
            -ms-transform: rotate(45deg) translate(0,-50%);
            transform: rotate(45deg) translate(0,-50%);
            opacity: .4
        }

        .mm-spn li:after {
            content: "";
            display: block;
            margin-left: 20px;
            margin-left: var(--mm-spn-item-indent);
            border-top: 1px solid;
            opacity: .15
        }

    .mm-spn a, .mm-spn span {
        position: relative;
        z-index: 1;
        padding: 13px 20px;
        padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent)
    }

    .mm-spn a {
        background: inherit;
        color: inherit;
        text-decoration: none
    }

        .mm-spn a:not(:last-child) {
            width: calc(100% - 50px);
            width: calc(100% - var(--mm-spn-item-height))
        }

            .mm-spn a:not(:last-child):after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border-right: 1px solid;
                opacity: .15
            }

    .mm-spn span {
        background: 0 0
    }

    .mm-spn.mm-spn--navbar {
        cursor: pointer
    }

        .mm-spn.mm-spn--navbar:before {
            content: '';
            display: block;
            position: absolute;
            top: 25px;
            top: calc(var(--mm-spn-item-height)/2);
            left: 20px;
            left: var(--mm-spn-item-indent);
            width: 10px;
            height: 10px;
            margin-top: 2px;
            border-top: 2px solid;
            border-left: 2px solid;
            -ms-transform: rotate(-45deg) translate(50%,-50%);
            transform: rotate(-45deg) translate(50%,-50%);
            opacity: .4
        }

        .mm-spn.mm-spn--navbar.mm-spn--main {
            cursor: default
        }

            .mm-spn.mm-spn--navbar.mm-spn--main:before {
                content: none;
                display: none
            }

        .mm-spn.mm-spn--navbar:after {
            content: attr(data-mm-spn-title);
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 50px;
            height: var(--mm-spn-item-height);
            padding: 0 40px;
            padding: 0 calc(var(--mm-spn-item-indent)*2);
            line-height: 50px;
            line-height: var(--mm-spn-item-height);
            opacity: .4;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .mm-spn.mm-spn--navbar.mm-spn--main:after {
            padding-left: 20px;
            padding-left: var(--mm-spn-item-indent)
        }

        .mm-spn.mm-spn--navbar ul {
            top: 51px;
            top: calc(var(--mm-spn-item-height) + 1px)
        }

            .mm-spn.mm-spn--navbar ul:before {
                content: '';
                display: block;
                position: fixed;
                top: inherit;
                z-index: 2;
                width: 100%;
                border-top: 1px solid currentColor;
                opacity: .15
            }

    .mm-spn.mm-spn--light {
        color: #444;
        background: #f3f3f3
    }

    .mm-spn.mm-spn--dark {
        color: #ddd;
        background: #333
    }

    .mm-spn.mm-spn--vertical {
        overflow-y: auto
    }

        .mm-spn.mm-spn--vertical ul {
            width: 100%;
            padding-right: 0;
            position: static
        }

            .mm-spn.mm-spn--vertical ul ul {
                display: none;
                padding-left: 20px;
                padding-left: var(--mm-spn-item-indent)
            }

                .mm-spn.mm-spn--vertical ul ul:after {
                    height: 25px;
                    height: calc(var(--mm-spn-item-height)/2)
                }

            .mm-spn.mm-spn--vertical ul.mm-spn--open, .slick-slide img {
                display: block
            }

        .mm-spn.mm-spn--vertical li.mm-spn--open:before {
            -ms-transform: rotate(135deg) translate(-50%,0);
            transform: rotate(135deg) translate(-50%,0)
        }

        .mm-spn.mm-spn--vertical ul ul li:last-child:after {
            content: none;
            display: none
        }

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide, section.gallery picture.featured {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../../images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(../../fonts/slick.eot);
    src: url(../../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../../fonts/slick.woff) format("woff"),url(../../fonts/slick.ttf) format("truetype"),url(../../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        outline: none;
        background: 0 0;
        color: transparent
    }

        .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before, section.listen ol > li:focus:before, section.listen ol > li:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-dots li button:before, .slick-next:before, .slick-prev:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

    [dir=rtl] .slick-next:before {
        content: "←"
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

.jarallax {
    position: relative;
    z-index: 0
}

    .jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

section.about {
    position: relative;
    background-image: url(../../images/placeholder/About_Texture_Ship_Interior_1_DESKTOP.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

    section.about .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    section.about .section-body, section.curentshows h2 {
        text-align: center
    }

@media (min-width:992px) {
    section.about .section-body {
        -ms-flex-order: 2;
        order: 2;
        width: 40%;
        padding: 0 40px
    }
}

@media (max-width:768.98px) {
    section.about .section-body {
        padding-top: 40px
    }
}

section.about .section-body ::-webkit-scrollbar {
    width: 5px
}

section.about .section-body ::-webkit-scrollbar-track {
    background: #646464
}

section.about .section-body ::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 40px
}

    section.about .section-body ::-webkit-scrollbar-thumb:hover {
        background: #fff
    }

section.about .section-body h2 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 4px solid #f500ff
}

@media (min-width:992px) {
    section.about .section-body h2 {
        margin-bottom: 60px;
        padding-bottom: 40px
    }
}

@media (max-width:991.98px) {
    section.about .section-body p + p {
        display: none
    }
}

section.about .section-content {
    font-family: 'menloregular',sans-serif;
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 1.6px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto
}

section.about .group {
    position: relative;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px
}

@media (min-width:992px) {
    section.about .group {
        width: 30%;
        margin-top: 90px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        section.about .group.left {
            -ms-flex-order: 1;
            order: 1
        }

        section.about .group.right {
            -ms-flex-order: 3;
            order: 3
        }

        section.about .group > div {
            padding: 0 10px;
            width: 50%
        }
}

section.about .group:after {
    content: '';
    display: block;
    background-image: url(../../images/placeholder/DD_Tek_Triangle_PINK_Large.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 190px
}

@media (min-width:992px) {
    section.about .group:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translate(-50%,100%);
        transform: translate(-50%,100%)
    }
}

@media (max-width:991.98px) {
    section.about .group:after {
        display: none
    }
}

section.about .buttons {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    section.about .buttons {
        -ms-flex-order: 4;
        order: 4
    }
}

@media (max-width:991.98px) {
    section.about .buttons {
        margin-top: 0
    }
}

section.about .buttons .read-more {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-bottom: 4px solid #f500ff
}

@media (min-width:992px) {
    section.about .buttons .read-more {
        display: none
    }
}

section.about .buttons .btn-diamond {
    margin-bottom: 60px
}

section.about .buttons .socials {
    margin-bottom: 40px
}

    section.about .buttons .socials a svg {
        width: 50px;
        height: 50px;
        fill: #fff
    }

    section.about .buttons .socials a:focus svg, section.about .buttons .socials a:hover svg {
        fill: #f500ff
    }

section.about .buttons:after {
    content: '';
    display: block;
    margin: auto;
    background-image: url(../../images/placeholder/DD_Tek_Triangle_PINK_Large.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    height: 106px
}

@media (min-width:992px) {
    section.about .buttons:after {
        display: none
    }
}

section.about.readmore .section-body p + p {
    display: initial
}

section.about.readmore .read-more {
    display: none
}

section.listen-mobile {
    position: relative
}

    section.listen-mobile:before {
        content: '';
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 89px;
        background-image: url(../../images/placeholder/Section_Tek_White_Divider.png);
        background-repeat: repeat-x;
        background-position: center top
    }

@media (max-width:991.98px) {
    section.listen-mobile:before {
        height: 50px;
        background-size: auto 50px
    }
}

@media (min-width:992px) {
    section.listen-mobile {
        display: none
    }
}

section.listen-mobile.section-bg, section.listen.section-bg, section.watch.section-bg {
    padding-top: 0;
    padding-bottom: 0
}

section.listen, section.listen:before {
    background-image: url(../../images/placeholder/Tech_Listen_BG_Middle.jpg);
    background-position: center top;
    background-repeat: repeat;
    position: relative
}

    section.listen:before {
        content: '';
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 89px;
        background-image: url(../../images/placeholder/Section_Tek_White_Divider.png);
        background-repeat: repeat-x
    }

@media (max-width:991.98px) {
    section.listen:before {
        height: 50px;
        background-size: auto 50px
    }

    section.listen {
        background-image: url(../../images/placeholder/Blue_Large_Tech_Banner_1.jpg)
    }
}

section.listen .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:992px) {
    section.listen .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width:991.98px) {
    section.listen .container {
        padding-left: 0;
        padding-right: 0
    }
}

section.listen .section-body {
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 20px
}

@media (min-width:769px) {
    section.listen .section-body {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

@media (min-width:992px) {
    section.listen .section-body {
        padding-top: 160px;
        padding-bottom: 160px;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:991.98px) {
    section.listen .section-body {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

section.listen .section-body h2, section.merch h2 {
    position: relative;
    text-align: center;
    padding: 60px 0 80px
}

    section.listen .section-body h2:before, section.merch h2:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-image: url(../../images/placeholder/Tek_White_Icon.png);
        width: 260px;
        height: 196px;
        opacity: .1
    }

section.listen .section-body .panel {
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    section.listen .section-body .panel {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto
    }
}

section.listen .section-body .panel .catalogue {
    margin-top: 80px;
    text-align: center
}

    section.listen .section-body .panel .catalogue span {
        font-size: 20px;
        letter-spacing: 3.5px;
        text-transform: uppercase
    }

@media (min-width:769px) {
    section.listen .section-body .panel .catalogue .socials, section.listen .section-body .panel .catalogue span {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width:768.98px) {
    section.listen .section-body .panel .catalogue .socials {
        margin-top: 20px
    }
}

section.listen .section-body .panel .catalogue .socials svg {
    fill: #f500ff;
    width: 90px;
    height: 90px
}

section.listen .section-body .panel .catalogue .socials a:focus svg, section.listen .section-body .panel .catalogue .socials a:hover svg, section.watch .watch-info .youtube:focus svg, section.watch .watch-info .youtube:hover svg {
    fill: #fff
}

section.listen ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: my-counter
}

    section.listen ol > li {
        margin: 0;
        counter-increment: my-counter;
        position: relative;
        padding: 15px 0 15px 50px;
        border-bottom: 1px solid #840586
    }

        section.listen ol > li:first-child {
            border-top: 1px solid #840586
        }

        section.listen ol > li:before {
            content: counter(my-counter) ".";
            display: inline-block;
            width: 2em;
            position: absolute;
            left: 20px;
            opacity: 1;
            transition: all 300ms ease-in-out
        }

        section.listen ol > li:after {
            content: '';
            display: block;
            pointer-events: none;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 0;
            background: linear-gradient(0deg,rgba(0,0,0,0) 0%,#000 100%);
            height: 32px
        }

        section.listen ol > li .control {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-right: 20px
        }

        section.listen ol > li svg {
            fill: #fff;
            opacity: 1;
            transition: all 300ms ease-in-out
        }

        section.listen ol > li .svg-icon-play {
            position: absolute;
            top: 18px;
            right: 20px;
            fill: #0027ff;
            width: 22px;
            height: 22px
        }

        section.listen ol > li a {
            display: block;
            color: #fff;
            text-decoration: none
        }

            section.listen ol > li .audio-player-toggle:focus, section.listen ol > li .audio-player-toggle:hover, section.listen ol > li a:focus, section.listen ol > li a:hover {
                color: #fff
            }

        section.listen ol > li .audio-player-toggle {
            -ms-flex: auto;
            flex: auto;
            color: #fff
        }

        section.listen ol > li .duration {
            text-align: right;
            padding-left: 20px;
            padding-right: 20px;
            opacity: 0;
            transition: all 300ms ease-in-out
        }

        section.listen ol > li .share {
            opacity: 0
        }

            section.listen ol > li .share svg {
                fill: #fff
            }

        section.listen ol > li .audio-player {
            display: none
        }

            section.listen ol > li .audio-player iframe {
                margin-top: 10px;
                width: 100%
            }

        section.listen ol > li:focus .svg-icon-play, section.listen ol > li:hover .svg-icon-play, section.watch .watch-playlist .watch-playlist-slick .play-video:focus svg, section.watch .watch-playlist .watch-playlist-slick .play-video:hover svg {
            opacity: 0
        }

        section.listen ol > li:focus .duration, section.listen ol > li:focus .share, section.listen ol > li:hover .duration, section.listen ol > li:hover .share {
            opacity: 1
        }

        section.listen ol > li.active .svg-icon-play {
            opacity: 0
        }

        section.listen ol > li.active .duration, section.listen ol > li.active .share, section.listen ol > li.active:before {
            opacity: 1
        }

section.listen .group {
    position: relative;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:992px) {
    section.listen .group {
        width: 33.333333%;
        margin-top: 0
    }
}

@media (max-width:991.98px) {
    section.listen .group {
        display: none
    }
}

@media (min-width:992px) {
    section.listen .group.left {
        -ms-flex-order: 1;
        order: 1
    }

    section.listen .group.right {
        -ms-flex-order: 3;
        order: 3
    }
}

section.listen .group > div {
    position: relative
}

@media (min-width:992px) {
    section.listen .group > div {
        padding: 0 10px;
        width: 50%
    }
}

section.listen .group > div > div {
    height: 100%;
    background-color: #000
}

section.curentshows, section.listen .group > div:after {
    background-position: center;
    background-repeat: no-repeat
}

section.listen .group > div:after {
    content: '';
    display: block;
    width: 97px;
    height: 208px;
    bottom: 50px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../images/placeholder/DD_Graphics_TEK_Red_1.png);
    background-size: contain;
    position: absolute
}

@media (max-width:991.98px) {
    section.listen .group > div:after {
        display: none
    }
}

section.curentshows {
    background-image: url(../../images/placeholder/CurrentShows_Flare_Red_BG.jpg);
    background-size: cover;
    position: relative
}

    section.curentshows:before {
        content: '';
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 89px;
        background-image: url(../../images/placeholder/Section_Tek_White_Divider.png);
        background-repeat: repeat-x;
        background-position: center top
    }

@media (max-width:991.98px) {
    section.curentshows:before {
        height: 50px;
        background-size: auto 50px
    }
}

section.curentshows .section-body {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

section.curentshows ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 80px
}

    section.curentshows ul > li {
        font-size: 20px;
        font-weight: 300;
        border-top: 3px solid #cb0000;
        padding: 40px 0
    }

@media (min-width:992px) {
    section.curentshows ul > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:991.98px) {
    section.curentshows ul > li {
        text-align: center
    }

        section.curentshows ul > li > :not(:last-child) {
            margin-bottom: 20px
        }
}

section.curentshows ul > li .date {
    font-weight: 400
}

@media (min-width:992px) {
    section.curentshows ul > li .date {
        width: 230px
    }

    section.curentshows ul > li .title {
        -ms-flex: 1;
        flex: 1
    }
}

section.curentshows .more {
    text-align: center
}

section.curentshows .showmore {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 3px solid #cb0000;
    margin-bottom: 40px
}

    section.curentshows .showmore:focus, section.curentshows .showmore:hover {
        border-color: #f500ff
    }

section.merch {
    background-image: url(../../images/placeholder/DarkBG_Large_Tech_1_Desktop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

    section.merch:before, section.watch .section-title:before {
        content: '';
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 89px;
        background-image: url(../../images/placeholder/Section_Tek_White_Divider.png);
        background-repeat: repeat-x;
        background-position: center top
    }

@media (max-width:991.98px) {
    section.merch:before {
        height: 50px;
        background-size: auto 50px
    }
}

@media (min-width:992px) {
    section.merch .section-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        section.merch .section-header h2 {
            -ms-flex: 1;
            flex: 1;
            -ms-flex-order: 2;
            order: 2
        }

            section.merch .section-header h2 + .menu {
                -ms-flex-order: 1;
                order: 1
            }

                section.merch .section-header h2 + .menu + .menu {
                    -ms-flex-order: 3;
                    order: 3
                }

        section.merch .section-header .menu {
            width: 32.5%
        }
}

@media (max-width:991.98px) {
    section.merch .section-header h2 {
        margin-bottom: -40px
    }

        section.merch .section-header h2 + .menu {
            position: relative;
            margin-left: -15px;
            margin-right: -15px
        }

            section.merch .section-header h2 + .menu + .menu {
                display: none
            }
}

section.merch .section-body {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

    section.merch .section-body > .t-red {
        display: block;
        margin: 40px auto 0
    }

@media (min-width:992px) {
    section.merch .section-body > .t-red {
        display: none
    }
}

section.merch .section-body > .menu {
    margin: 30px -15px 0
}

@media (min-width:992px) {
    section.merch .section-body > .menu {
        display: none
    }
}

section.merch .menu, section.merch ul > li {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center
}

section.merch .menu {
    letter-spacing: 4px;
    color: red;
    display: block;
    padding: 20px 0;
    background-color: #000;
    border-top: 2px solid #323232;
    border-bottom: 2px solid #323232;
    font-weight: 300
}

section.merch ul {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 -40px -20px
}

@media (min-width:992px) {
    section.merch ul {
        margin-bottom: -60px
    }
}

section.merch ul > li, section.watch .section-title .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.merch ul > li {
    width: 20%;
    font-weight: 500;
    padding-left: 20px;
    padding-bottom: 40px;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    section.merch ul > li {
        padding-bottom: 60px
    }
}

section.merch .menu, section.merch ul > li a {
    text-decoration: none
}

section.merch ul > li > * {
    width: 100%
}

section.merch ul > li.soundbar {
    padding-top: 40px
}

section.merch ul > li.shop-now {
    display: block;
    padding-top: 60px
}

    section.merch ul > li.shop-now .t-red {
        margin: 20px auto 0;
        max-width: 90px
    }

@media (max-width:991.98px) {
    section.merch ul > li.shop-now .t-red {
        display: none
    }

    section.merch ul > li {
        width: 100%
    }

        section.merch ul > li img {
            margin: 0 auto;
            max-width: 320px
        }

        section.merch ul > li:nth-of-type(1n+3):not(.shop-now) {
            display: none
        }

        section.merch ul > li.shop-now {
            margin-top: 20px
        }
}

section.watch .section-title {
    min-height: 300px;
    background-color: #000;
    background-image: url(../../images/placeholder/Watch_BG_Static-Red.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media (max-width:991.98px) {
    section.watch .section-title:before {
        height: 50px;
        background-size: auto 50px
    }
}

section.watch .section-title > div {
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px
}

section.watch .section-title .title {
    border-top: 4px solid #cb0000;
    border-bottom: 4px solid #cb0000;
    -ms-flex-align: center;
    align-items: center
}

    section.watch .section-title .title h2 {
        -ms-flex-order: 2;
        order: 2;
        margin: 0
    }

    section.watch .section-title .title img {
        -ms-flex-order: 1;
        order: 1;
        height: auto
    }

        section.watch .section-title .title img + img {
            -ms-flex-order: 3;
            order: 3
        }

section.watch .section-title h2 {
    padding: 40px 0;
    text-align: center
}

section.gallery, section.watch, section.watch .watch-video-wrapper {
    position: relative;
    padding-top: 65px;
}

    section.gallery:before, section.watch .watch-video-wrapper:before {
        content: '';
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 89px;
        background-image: url(../../images/placeholder/Section_Tek_White_Divider.png);
        background-repeat: repeat-x;
        background-position: center top
    }

@media (max-width:991.98px) {
    section.watch .watch-video-wrapper:before {
        height: 50px;
        background-size: auto 50px
    }
}

section.watch .watch-video-playlist {
    position: relative;
    background-image: url(../../images/placeholder/Video_Texture_BG_TECH_Mid.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: -2px
}

    section.watch .watch-video-playlist:before {
        content: '';
        display: block;
        width: 100%;
        height: 9px;
        background-image: url(../../images/placeholder/Gradient_Bar.png);
        background-position: center;
        background-repeat: repeat-x;
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
        position: absolute;
        left: 0;
        right: 0;
        pointer-events: none;
        top: 0
    }

section.watch .watch-info {
    padding: 50px 0;
    font-size: 20px
}

    section.watch .watch-info a {
        color: #fff;
        text-decoration: none
    }

    section.watch .watch-info .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

@media (min-width:992px) {
    section.watch .watch-info .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-image: url(../../images/placeholder/DD_Tek_Triangle_RED_Small.png);
        background-repeat: no-repeat;
        background-position: center
    }
}

section.watch .watch-info .now-playing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) {
    section.watch .watch-info .now-playing {
        max-width: calc(50% - 60px)
    }
}

@media (max-width:991.98px) {
    section.watch .watch-info .now-playing {
        width: 100%;
        margin-bottom: 40px
    }
}

section.watch .watch-info .now-playing svg {
    fill: #fff;
    margin-right: 20px
}

section.watch .watch-info .now-playing > span {
    margin-right: 10px
}

section.watch .watch-info .now-playing .label, section.watch .watch-info .youtube {
    letter-spacing: 2px;
    text-transform: uppercase
}

section.watch .watch-info .now-playing .title {
    color: #fff
}

section.watch .watch-info .youtube {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768.98px) {
    section.watch .watch-info .youtube {
        margin-top: 50px
    }
}

section.watch .watch-info .youtube svg {
    fill: #fff;
    margin-left: 20px
}

section.watch .watch-info .youtube:focus, section.watch .watch-info .youtube:hover, section.watch .watch-playlist .watch-playlist-slick .play-video:focus .title, section.watch .watch-playlist .watch-playlist-slick .play-video:hover .title {
    color: #fff
}

section.watch .watch-playlist {
    padding-bottom: 40px
}

    section.watch .watch-playlist .container {
        position: relative
    }

        section.watch .watch-playlist .container:after, section.watch .watch-playlist .container:before {
            content: '';
            display: block;
            position: absolute;
            background-image: url(../../images/placeholder/DD_Graphics_TEK_GREY_1.png);
            background-repeat: no-repeat;
            background-position: center;
            width: 108px;
            height: 222px;
            top: 0
        }

        section.watch .watch-playlist .container:before {
            left: -148px
        }

@media (max-width:991.98px) {
    section.watch .watch-playlist .container:before {
        left: -128px
    }
}

section.watch .watch-playlist .container:after {
    right: -148px
}

@media (max-width:991.98px) {
    section.watch .watch-playlist .container:after {
        right: -128px
    }
}

section.watch .watch-playlist .watch-playlist-slick {
    list-style: none;
    padding: 0;
    margin: 0
}

section.gallery .gallery-items > li {
    padding: 0
}

section.watch .watch-playlist .watch-playlist-slick > li {
    margin: 0;
    padding: 0
}

    section.download .download-list > li:before, section.gallery .gallery-items > li:before, section.watch .watch-playlist .watch-playlist-slick .slick-dots > * > :before, section.watch .watch-playlist .watch-playlist-slick > li:before {
        display: none
    }

section.watch .watch-playlist .watch-playlist-slick .slick-list {
    margin-left: -8px;
    margin-right: -8px
}

@media (max-width:1199.98px) {
    section.watch .watch-playlist .watch-playlist-slick .slick-list {
        padding-right: 50px
    }
}

section.watch .watch-playlist .watch-playlist-slick .slick-track {
    display: -ms-flexbox !important;
    display: flex !important
}

section.watch .watch-playlist .watch-playlist-slick .slick-slide {
    padding: 0 8px;
    text-align: center;
    height: inherit !important
}

section.watch .watch-playlist .watch-playlist-slick .play-video {
    position: relative;
    height: 100%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all 300ms ease-in-out
}

    section.watch .watch-playlist .watch-playlist-slick .play-video .play-video-thumbnail {
        position: relative;
        margin-bottom: 10px
    }

        section.watch .watch-playlist .watch-playlist-slick .play-video .play-video-thumbnail img {
            object-fit: cover
        }

    section.watch .watch-playlist .watch-playlist-slick .play-video svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 60px;
        height: 60px;
        fill: #777272;
        transition: all 300ms ease-in-out
    }

    section.watch .watch-playlist .watch-playlist-slick .play-video .title {
        color: #fff;
        -ms-flex: auto;
        flex: auto;
        transition: all 300ms ease-in-out
    }

    section.watch .watch-playlist .watch-playlist-slick .play-video .duration {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 2.2px;
        margin-top: 10px
    }

    section.gallery .gallery-items > li > a:focus, section.gallery .gallery-items > li > a:hover, section.gallery .more a:focus, section.gallery .more a:hover, section.watch .watch-playlist .watch-playlist-slick .play-video:focus, section.watch .watch-playlist .watch-playlist-slick .play-video:hover {
        opacity: .8
    }

section.watch .watch-playlist .watch-playlist-slick .playing {
    opacity: .8
}

    section.watch .watch-playlist .watch-playlist-slick .playing svg {
        opacity: 0
    }

    section.gallery h2, section.gallery h3, section.gallery h4, section.gallery h5, section.gallery h6, section.watch .watch-playlist .watch-playlist-slick .playing .title {
        color: #fff
    }

section.watch .watch-playlist .watch-playlist-slick .slick-dots {
    position: static;
    margin: 0;
    padding-top: 20px
}

    section.watch .watch-playlist .watch-playlist-slick .slick-dots > * {
        width: auto;
        height: auto;
        margin: 10px
    }

    section.watch .watch-playlist .watch-playlist-slick .slick-dots > :first-child:last-child {
        display: none
    }

    section.watch .watch-playlist .watch-playlist-slick .slick-dots > * > * {
        width: 13px;
        height: 13px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 50%;
        transition: all 300ms ease-in-out
    }

    section.watch .watch-playlist .watch-playlist-slick .slick-dots > .slick-active > * {
        background-color: #fff;
        border-color: #fff
    }

@media (max-width:991.98px) {
    section.gallery:before {
        height: 50px;
        background-size: auto 50px
    }
}

@media (min-width:992px) {
    section.gallery {
        min-height: 1120px
    }
}

section.gallery:after {
    content: '';
    background-image: url(../../images/placeholder/Dark_Tech_Banner.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media (min-width:992px) {
    section.gallery:after {
        background-image: url(../../images/placeholder/Gallery_BG_Dark_Tech_DESKTOP.jpg);
        left: 50%;
        width: 50%
    }
}

section.contact.section-bg, section.download.section-bg, section.gallery.section-bg {
    padding: 0
}

@media (min-width:992px) {
    section.gallery .container {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 100px;
        padding-bottom: 100px;
        position: static !important
    }
}

@media (min-width:992px) and (min-width:769px) {
    section.gallery .container {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

@media (min-width:992px) and (min-width:992px) {
    section.gallery .container {
        padding-top: 160px;
        padding-bottom: 160px
    }
}

@media (max-width:991.98px) {
    section.gallery h2 {
        text-align: center
    }
}

@media (min-width:992px) {
    section.gallery picture.featured {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        overflow: hidden;
        margin: 0
    }

        section.gallery picture.featured img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }
}

@media (max-width:991.98px) {
    section.gallery picture.featured {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    section.gallery .section-body {
        margin-left: 50%;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:1400px) {
    section.gallery .section-body {
        padding-left: 100px;
        padding-right: 0
    }
}

@media (max-width:991.98px) {
    section.gallery .section-body {
        margin-bottom: 0;
        padding-bottom: 100px
    }
}

@media (max-width:991.98px) and (min-width:769px) {
    section.gallery .section-body {
        padding-bottom: 130px
    }
}

@media (max-width:991.98px) and (min-width:992px) {
    section.gallery .section-body {
        padding-bottom: 160px
    }
}

section.download, section.gallery .follow, section.gallery .gallery-items, section.gallery .more, section.gallery h2 {
    position: relative
}

@media (min-width:992px) {
    section.gallery h2 {
        float: left;
        margin-top: 16px
    }
}

section.gallery .follow, section.gallery .follow a span {
    color: #f500ff
}

@media (min-width:1200px) {
    section.gallery .follow {
        float: right;
        margin-bottom: 20px
    }
}

@media (max-width:991.98px) {
    section.gallery .follow {
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center
    }
}

section.gallery .follow a {
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    color: #f500ff;
    position: relative;
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    background-color: rgba(166,0,0,.1)
}

@media (max-width:991.98px) {
    section.gallery .follow a {
        display: block
    }
}

section.gallery .follow a svg {
    fill: #f500ff
}

section.gallery .gallery-items {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0 -15px;
    clear: both
}

    section.gallery .gallery-items > li {
        padding-left: 15px;
        margin: 0 0 15px;
        width: 33.333333%
    }

        section.gallery .gallery-items > li > * {
            display: block;
            position: relative;
            width: 100%
        }

        section.gallery .gallery-items > li > :after {
            content: '';
            display: block;
            padding-top: 100%
        }

        section.gallery .gallery-items > li > * * {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%
        }

section.gallery .more {
    margin-top: 40px
}

    section.gallery .more a {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff
    }

@media (max-width:991.98px) {
    section.gallery .more a {
        display: block;
        text-align: center
    }
}

section.gallery .more a svg {
    fill: #fff
}

section.download {
    overflow: hidden
}

    section.download:before {
        content: '';
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 89px;
        background-image: url(../../images/placeholder/Section_Tek_White_Divider.png);
        background-repeat: repeat-x;
        background-position: center top
    }

@media (max-width:991.98px) {
    section.download:before {
        height: 50px;
        background-size: auto 50px
    }
}

@media (min-width:992px) {
    section.download .bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

        section.download .bg img {
            object-position: center top
        }
}

@media (max-width:991.98px) {
    section.download .bg {
        position: relative
    }
}

section.download .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1120px
}

@media (min-width:769px) {
    section.download .container {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

@media (min-width:992px) {
    section.download .container {
        padding-top: 160px;
        padding-bottom: 160px
    }
}

@media (max-width:991.98px) {
    section.download .container {
        background-image: url(../../images/placeholder/Dark_Tech_Banner.jpg);
        background-position: center top;
        background-size: cover
    }

        section.download .container:before {
            content: '';
            display: block;
            width: 100%;
            height: 9px;
            background-image: url(../../images/placeholder/Gradient_Bar.png);
            background-position: center;
            background-repeat: repeat-x;
            box-shadow: 0 5px 15px rgba(0,0,0,.1);
            position: absolute;
            left: 0;
            right: 0;
            pointer-events: none;
            top: 0
        }
}

section.download h2 {
    position: relative;
    text-align: center;
    padding: 60px 0 80px
}

    section.download h2:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-image: url(../../images/placeholder/Tek_White_Icon.png);
        width: 260px;
        height: 196px;
        opacity: .15
    }

section.download .section-body .section-body-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) {
    section.download .section-body .section-body-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 55%
    }
}

section.download .section-body .section-body-row > * {
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    section.download .section-body .section-body-row > * {
        width: 62%;
        padding-right: 130px
    }

    section.download .section-body .section-body-row > :last-child {
        width: 38%;
        padding-right: 0
    }

        section.download .section-body .section-body-row > :last-child:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 100%;
            background-image: url(../../images/placeholder/DD_Graphics_TEK_Red_1.png);
            background-repeat: no-repeat;
            background-position: center;
            width: 97px;
            height: 208px
        }
}

@media (max-width:991.98px) {
    section.download .section-body .section-body-row > :last-child {
        width: auto;
        display: -ms-flexbox;
        display: flex;
        margin: 40px auto 0;
        -ms-flex-direction: column;
        flex-direction: column
    }

        section.download .section-body .section-body-row > :last-child > * {
            width: auto
        }
}

section.download .download-list {
    list-style: none;
    padding: 0;
    margin: 0
}

    section.download .download-list > li {
        margin: 0;
        padding: 10px 0
    }

@media (min-width:992px) {
    section.download .download-list > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:991.98px) {
    section.download .download-list > li {
        text-align: center;
        padding: 20px 0
    }
}

section.download .download-list > li:not(:first-child) {
    border-top: 1px solid rgba(255,255,255,.3)
}

section.download .download-list > li span {
    display: block;
    margin-bottom: 10px
}

@media (min-width:992px) {
    section.download .download-list > li span {
        display: inline-block;
        margin-bottom: 0;
        padding-right: 20px
    }
}

section.download .download-list > li > a {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .3px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 15px;
    background-color: rgba(0,0,0,.3)
}

@media (max-width:991.98px) {
    section.download .download-list > li > a {
        font-size: 20px;
        margin-bottom: 15px;
        border: 2px solid #fff
    }
}

section.download .download-list > li > a:focus, section.download .download-list > li > a:hover {
    color: #fff;
    background-color: #fff;
    border-color: #1e1e1e
}

section.download .download-list > li:last-child {
    margin-top: 50px;
    border-bottom: 1px solid #1e1e1e
}

section.download .summary {
    font-size: 17px;
    letter-spacing: .42px
}

    section.download .summary .lead {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase
    }

    section.download .summary a {
        color: #fff;
        text-decoration: none
    }

        section.download .summary a:focus, section.download .summary a:hover {
            color: #fff
        }

@media (max-width:991.98px) {
    section.download .buttons {
        text-align: center
    }
}

section.contact {
    position: relative
}

    section.contact.dark {
        color: #594d3f
    }

        section.contact.dark .svg-icon-mail {
            fill: #594d3f
        }

    section.contact h2 {
        font-weight: 500;
        text-align: center;
        padding: 60px 15px;
        background-image: url(../../images/placeholder/Tech_BG_Black_Dark_Navigation.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0
    }

        section.contact .contact-wrapper:before, section.contact h2:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background-repeat: repeat-x
        }

        section.contact h2:before {
            display: block;
            width: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,.1);
            pointer-events: none;
            height: 9px;
            background-image: url(../../images/placeholder/Gradient_Bar.png);
            background-position: center
        }

    section.contact .container, section.contact h2 {
        position: relative;
        z-index: 100
    }

    section.contact .contact-wrapper {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative
    }

@media (min-width:769px) {
    section.contact .contact-wrapper {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

@media (min-width:992px) {
    section.contact .contact-wrapper {
        padding-top: 160px;
        padding-bottom: 160px
    }
}

section.contact .contact-wrapper:before {
    z-index: 10;
    height: 89px;
    background-image: url(../../images/placeholder/Section_Tek_White_Divider.png);
    background-position: center top
}

@media (max-width:991.98px) {
    section.contact .contact-wrapper:before {
        height: 50px;
        background-size: auto 50px
    }

    section.contact .contact-wrapper {
        padding-bottom: 0
    }
}

section.contact .contact-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../../images/placeholder/contact-form-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:992px) {
    section.contact .contact-wrapper:after {
        width: 50%
    }

    section.contact .contact-info {
        width: 50%;
        padding-right: 40px
    }
}

section.contact .svg-icon-mail {
    fill: #fff
}

section.contact .logo {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 40px
}

section.contact .managed-by {
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px
}

    section.contact .managed-by span {
        display: inline-block;
        margin-right: 20px
    }

@media (max-width:991.98px) {
    section.contact .managed-by span {
        display: block;
        margin-bottom: 15px
    }
}

section.contact .managed-by img {
    width: auto;
    height: auto;
    max-width: 260px
}

@media (min-width:992px) {
    section.contact .bg {
        left: 50%;
        width: 50%
    }
}

@media (max-width:991.98px) {
    section.contact .bg {
        position: relative;
        z-index: 2;
        margin-top: 60px
    }

        section.contact .bg img {
            position: static
        }
}

section.contact, section.contact-form {
    background-color: #1e1e1e;
    color: #fff
}

    section.contact-form h2 {
        color: #fff
    }

        section.contact-form h2:before {
            background-color: #fff
        }

@media (min-width:769px) and (max-width:991.98px) {
    section.contact-form .form .row > :nth-child(2) textarea {
        min-height: 275px
    }
}

@media (min-width:992px) {
    section.contact-form .form .row > :nth-child(2) textarea {
        margin-top: 0
    }
}
