.owl-fp-banner {
    position: relative;
}

    .owl-fp-banner .owl-stage-outer {
        padding: 0;
        margin: 0;
    }

    .owl-fp-banner .item {
        position: relative;
        background-position: center;
        background-size: cover;
        background-color: #001b51;
    }

    .owl-fp-banner.owl-fp-banner-sm .item {
        height: 210px;
    }

    .owl-fp-banner.owl-fp-banner-md .item {
        height: 320px;
    }

    .owl-fp-banner.owl-fp-banner-lg .item {
        height: 100vh;
    }

    .owl-fp-banner .item-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .owl-fp-banner .caption {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
        z-index: 3;
        min-width: 320px;
        color: white;
    }

        .owl-fp-banner .caption .caption-title {
            font-family: 'BitterBold', Georgia, 'Times New Roman', serif;
            text-transform: uppercase;
            font-size: 22px;
            line-height: 30px;
        }

        .owl-fp-banner .caption .caption-text {
            font-family: 'LatoRegular';
            margin-top: 15px;
            line-height: 35px;
            font-size: 15px;
            line-height: 22px;
        }

        .owl-fp-banner .caption .caption-btn {
            margin-top: 35px;
        }

            .owl-fp-banner .caption .caption-btn a {
                background-color: #ea5a06;
                color: white;
                padding: 10px 50px;
                border-radius: 5px;
                font-family: 'LatoBold', Arial, sans-serif;
                text-transform: uppercase;
                text-decoration: none;
                display: inline-block;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .owl-fp-banner .caption .caption-btn a:hover {
                    background-color: white;
                    color: black;
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

    .owl-fp-banner .item-video {
        position: relative;
    }

        .owl-fp-banner .item-video .owl-video-frame {
            position: relative;
            z-index: 3;
            height: 100%;
            width: 100%;
            height: 300%;
            top: -100%;
        }

            .owl-fp-banner .item-video .owl-video-frame iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
            }

        .owl-fp-banner .item-video .owl-video-tn {
            background-size: cover;
        }

.owl-carousel .item-video .owl-video-play-icon {
    margin-top: 20px;
}

.owl-fp-banner .item-video .caption {
    margin-top: -60px;
}

@media (min-width:768px) {
    .owl-fp-banner.owl-fp-banner-sm .item {
        height: 400px;
    }

    .owl-fp-banner .caption .caption-title {
        font-size: 32px;
        line-height: 36px;
    }

    .owl-fp-banner .caption .caption-text {
        font-size: 24px;
        line-height: 28px;
    }
}


@media(min-width:1180px) {
    .owl-fp-banner.owl-fp-banner-md .item {
        height: 600px;
    }
}

@media(max-width:767px) {
    .owl-fp-banner .caption .caption-text {
        margin-top: 5px;
        font-size: 14px;
    }

    .owl-fp-banner .caption .caption-btn {
        margin-top: 8px;
    }

        .owl-fp-banner .caption .caption-btn a {
            padding: 6px 14px;
        }

    .owl-fp-banner .caption .caption-title {
        font-size: 18px;
        line-height: 20px;
    }
}

.owl-small-products .owl-nav .owl-prev,
.owl-small-products .owl-nav .owl-next {
    margin-top: -80px;
}

.owl-brands .owl-nav .owl-prev,
.owl-brands .owl-nav .owl-next {
    margin-top: -7px;
}

/*--- video-banner ----*/

.video-banner {
    position: relative;
    background-color: aliceblue;
    overflow: hidden;
    z-index: 1;
}

    .video-banner.video-banner-sm {
        height: 370px;
    }

    .video-banner.video-banner-lg {
        height: 300px;
    }

    .video-banner.video-banner-full {
        height: 100vh;
    }

    .video-banner .video-frame {
        position: relative;
        z-index: 3;
        height: 100%;
        width: 100%;
        height: 300%;
        top: -100%;
    }

        .video-banner .video-frame iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*pointer-events: none;*/
        }

        .video-banner .video-frame .caption {
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            text-align: center;
            z-index: 3;
            min-width: 320px;
            color: white;
        }

            .video-banner .video-frame .caption .caption-title {
                font-family: 'BitterBold', Georgia, 'Times New Roman', serif;
                text-transform: uppercase;
                font-size: 62px;
                line-height: 62px;
            }

            .video-banner .video-frame .caption .caption-text {
                font-family: 'LatoRegular';
                margin-top: 15px;
                line-height: 35px;
                font-size: 15px;
                line-height: 22px;
            }

            .video-banner .video-frame .caption .caption-btn {
                margin-top: 35px;
                font-size: 24px;
            }

                .video-banner .video-frame .caption .caption-btn a {
                    background-color: #ea5a06;
                    color: white;
                    padding: 20px;
                    border-radius: 5px;
                    font-family: 'LatoBold', Arial, sans-serif;
                    text-transform: uppercase;
                    text-decoration: none;
                    display: inline-block;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    .video-banner .video-frame .caption .caption-btn a:hover {
                        background-color: white;
                        color: black;
                        -moz-transform: scale(1.1);
                        -ms-transform: scale(1.1);
                        -o-transform: scale(1.1);
                        -webkit-transform: scale(1.1);
                        transform: scale(1.1);
                    }

@media(min-width:992px) {
    .video-banner.video-banner-lg {
        height: 400px;
    }
}

@media(min-width:1180px) {
    .video-banner.video-banner-lg {
        height: 600px;
    }
}

@media(max-width:767px) {
    .video-banner {
        height: 200px !important;
    }

        .video-banner .video-frame .caption .caption-text {
            margin-top: 5px;
            font-size: 14px;
        }

        .video-banner .video-frame .caption .caption-btn {
            margin-top: 8px;
        }

            .video-banner .video-frame .caption .caption-btn a {
                padding: 6px 14px;
                font-size: 16px;
            }

        .video-banner .video-frame .caption .caption-title {
            font-size: 18px;
            line-height: 20px;
        }
}
/* ---- owl navigation ---- */

.owl-fp-banner .owl-nav {
    margin: 0;
}

    .owl-fp-banner .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-fp-banner .owl-nav .owl-next {
        right: 10px;
    }

.owl-fp-banner .owl-dots {
    padding-bottom: 20px;
    margin-top: -48px;
    position: relative;
}

    .owl-fp-banner .owl-dots .owl-dot.active span {
        background-color: #ea5a06;
        position: relative;
    }

        .owl-fp-banner .owl-dots .owl-dot.active span:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            width: 20px;
            height: 20px;
            border-radius: 100%;
            border: 1px solid #ea5a06;
        }

@media(max-width:767px) {
    .owl-fp-banner .owl-dots {
        padding-bottom: 10px;
        margin-top: -35px;
    }
}

.widget-trustpilot {
    padding: 50px 0;
    background-color: #ffffff;
}
/*-------------- widget-banner -------------*/
.widget-banner {
    position: relative;
    padding: 50px 20px;
    background-position: center;
    background-size: cover;
}


    .widget-banner .widget-banner-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .widget-banner .caption {
        text-align: center;
        color: white;
        position: relative;
        z-index: 9;
    }

        .widget-banner .caption .caption-title {
            font-family: 'BitterBold', Georgia, 'Times New Roman', serif;
            text-transform: uppercase;
            font-size: 22px;
            line-height: 30px;
        }

        .widget-banner .caption .caption-text {
            font-family: 'LatoRegular';
            margin-top: 15px;
            line-height: 35px;
            font-size: 15px;
            line-height: 22px;
        }

        .widget-banner .caption .caption-btn {
            margin-top: 25px;
        }

            .widget-banner .caption .caption-btn a {
                background-color: #ea5a06;
                color: white;
                padding: 10px 30px;
                border-radius: 5px;
                font-family: 'LatoBold', Arial, sans-serif;
                text-transform: uppercase;
                text-decoration: none;
                display: inline-block;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .widget-banner .caption .caption-btn a:hover {
                    background-color: white;
                    color: black;
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

            .widget-banner .caption .caption-btn.caption-btn-dark a {
                background-color: white;
                color: black;
            }

                .widget-banner .caption .caption-btn.caption-btn-dark a:hover {
                    background-color: #dd5100;
                    color: white;
                }

@media(min-width:992px) {
    .widget-banner {
        height: 380px;
    }

        .widget-banner .caption .caption-title {
            font-size: 32px;
            line-height: 36px;
        }

        .widget-banner .caption .caption-text {
            font-size: 24px;
            line-height: 28px;
        }

        .widget-banner .caption {
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            z-index: 3;
            min-width: 320px;
            color: white;
        }
}

/*-------------- widget-articles -------------*/

.widget-articles {
    background-color: #f8f8f8;
    padding: 25px 0;
}

    .widget-articles .owl-articles {
        width: auto;
        margin-left: 1%;
        margin-right: 1%;
    }

    .widget-articles .item .image img {
        width: 100%;
        vertical-align: bottom;
    }

    .widget-articles .item .box {
        background-color: white;
        padding: 20px 30px 30px 30px;
        text-align: center;
    }

        .widget-articles .item .box .title {
            font-family: 'LatoBold';
            color: #001c50;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .widget-articles .item .box .text {
            font-family: 'BitterRegular', Georgia, 'Times New Roman', serif;
            color: #595b6b;
            font-size: 14px;
            min-height: 120px;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .widget-articles .item .box .btn-more a {
            display: inline-block;
            padding: 5px 20px;
            border: 1px solid #ea5a06;
            border-radius: 5px;
            text-decoration: none;
            font-family: 'LatoBold';
            text-transform: uppercase;
            color: #001c50;
            font-size: 14px;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .widget-articles .item .box .btn-more a:hover {
                background-color: #ea5a06;
                color: white;
            }


/*-------------- widget-products -------------*/

.widget-products,
.widget-products-native {
    /*padding-bottom: 4px;*/
    background-color: #f8f8f8;
}

    .widget-products .title {
        padding: 0;
    }

        .widget-products .title h1 {
            margin: 25px 0;
        }

    .widget-products.widget-products-details {
        padding: 60px 0;
        background-color: #ffffff;
        margin-top: 40px;
    }

    .widget-products.widget-products-second {
        /*background-color: #f3eee9;*/
    }

    .widget-products .owl-articles {
        width: auto;
        margin-left: 1%;
        margin-right: 1%;
    }

    .widget-products .item .image {
        border: 1px solid #ddd;
        background-color: white;
        height: 100px;
        text-align: center;
        padding: 20px 0;
        margin-bottom: 10px;
        position: relative;
    }

        .widget-products .item .image img {
            width: auto;
            height: auto;
            max-width: 100px;
            max-height: 100px;
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .widget-products .item .image .productDefaultImg {
            display: block;
        }

        .widget-products .item .image .product {
            position: absolute;
            left: 5px;
            top: 2px;
        }

            .widget-products .item .image .product .notes .txt {
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                opacity: 0;
            }

            .widget-products .item .image .product .notes .test-winner {
                overflow: visible;
            }

            .widget-products .item .image .product:hover .notes .txt {
                visibility: visible;
                left: 40px;
                opacity: 1;
            }

            .widget-products .item .image .product img {
                width: 36px;
            }

    .widget-products .item .text {
        height: 72px;
    }

        .widget-products .item .text .title,
        .widget-products .item .text .title a {
            font-family: 'LatoBold';
            color: #001c50;
            text-decoration: none;
        }

        .widget-products .item .text .subtitle {
            font-family: 'LatoRegular';
            font-size: 12px;
        }

    .widget-products .item .price {
        background: #001c50;
        color: white;
        border-radius: 5px;
        padding: 0px 10px;
        line-height: 26px;
        font-size: 18px;
        font-family: 'LatoBlack', Arial, Helvetica, sans-serif;
        float: left;
        margin-right: 4px;
    }

    .widget-products .item .discount {
        display: block;
        font-family: 'Bitterbold', Georgia, 'Times New Roman', serif;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 6px;
        margin-top: 5px;
    }

    .widget-products .item .pricing .discount {
        display: block;
        clear: both;
        padding-top: 3px;
    }

    .widget-products .item .prod-spec-tab {
        line-height: 16px;
        margin-bottom: 2px;
    }

        .widget-products .item .prod-spec-tab a {
            color: #595b6b;
            font-size: 11px;
        }

    .widget-products .item .energy-pg {
        display: inline-block;
    }

        .widget-products .item .energy-pg a {
            display: block;
        }

        .widget-products .item .energy-pg img {
            height: 27px;
            vertical-align: bottom;
            margin-bottom: -1px;
        }
/*-------------- widget-brands -------------*/
.widget-brands {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #f8f8f8;
}

    .widget-brands .row {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

        .widget-brands .row .item {
            width: 48%;
            float: left;
            margin-bottom: 10px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            margin-left: 1%;
            margin-right: 1%;
        }

            .widget-brands .row .item .image {
                background-color: white;
                text-align: center;
            }

                .widget-brands .row .item .image img {
                    width: 100%;
                    vertical-align: middle;
                }

        .widget-brands .row.row-owl {
            margin-left: 1%;
            margin-right: 1%;
        }

        .widget-brands .row .owl-brands .item, .widget-brands .row .owl-videos .item {
            width: 100%;
        }

        .widget-brands .row .owl-brands.owl-theme .owl-dots, .widget-brands .row .owl-videos.owl-theme .owl-dots {
            position: absolute;
            top: 100%;
            width: 100%;
        }

    .widget-brands .owl-carousel .owl-stage-outer {
        margin-left: 0;
        margin-right: 0;
    }

@media(min-width:768px) {
    .widget-brands .row .item {
        width: 23.0%;
        margin-bottom: 20px;
    }
}

@media(min-width:992px) {
    .widget-brands .row .item {
        width: 14.666666%;
    }

        .widget-brands .row .item:hover {
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }
}

@media(max-width:992px) {
    .widget-brands {
        padding: 20px;
    }
}

@media(max-width:767px) {
    .widget-brands .row .owl-brands .owl-nav > div, .widget-brands .row .owl-videos .owl-nav > div {
        padding: 0 5px;
    }

    .widget-brands .row .owl-brands .owl-nav .owl-prev, .widget-brands .row .owl-videos .owl-nav .owl-prev {
        left: -25px;
    }

    .widget-brands .row .owl-brands .owl-nav .owl-next, .widget-brands .row .owl-videos .owl-nav .owl-next {
        right: -25px;
    }
}

.text-image .widget-image-right {
    width: 50%;
    height: 300px; 
    float: right;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 20px;  
}

@media(max-width:768px) {
    .text-image {    
        padding: 20px;
        min-height: 630px!important;
    }

    .text-image .widget-image-right, .frame, .caption {
        width: 100% !important;        
    }
}

.text-image {
    position: relative;    
    min-height: 330px;
    padding:15px;
    background-color:white;
}

.text-image .caption {
    float: left;
    width: 50%;   
}

.frame {
    width:1185px;
    margin:auto;
}

.text-image .caption .caption-title-left {  
    color: #023e6b;
    text-transform: uppercase;
    font-weight: bold;
}

.text-image .caption .caption-title-left h1{
	margin-bottom: 40px;
}
.text-image .caption .caption-text-left {
	line-height: 1.8;
	margin: 15px 0;
	padding-right: 10px;
}

/*-------------- rows and columns -------------*/
.column {
    float: left;
    width: 31.33%;
    padding: 12px;
    margin-bottom: 25px;
    height: 100%;
}

.column .caption .caption-text-left {
    height: 135px;
    overflow:hidden;
	font-size: 14px;
}

.column .video-caption {
	height: 189px;
}

.column .video-caption .caption-title-left {
	font-size: 26px;
	text-transform: uppercase;
	color: #001b51;
	font-family: 'LatoBold', Arial, sans-serif;
	margin: 0 0 5px 0;
	height: 48px;
	margin-bottom: 0px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .column {
        max-height: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .column .video-caption .caption-title-left {
        font-size: 16px;
    }

    .column {
        width: 94%;
    }
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

img.box {    
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 5px;
}

/*.video-module .centered {
    
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    height: 109px;
    width: 109px;
}*/

    .video-module .centered .icon-play, .item .centered .icon-play {
        background-image: url(img/icon-play.svg);
        position: absolute;
        cursor: pointer;
        height: 109px;
        width: 109px;
        transform: translateY(-154%) translateX(124%);
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .video-module .centered .icon-play, .video-module .centered .icon-play:hover {
            transform: translateY(-255%) translateX(265%);
        }

            .video-module .centered .icon-play.mobile-icon, .item .centered .icon-play.mobile-icon, .video-module .centered .icon-play.mobile-icon, .item .centered .icon-play.mobile-icon:hover {
                transform: translateY(-115%) translateX(60%);
            }
    }

.video-module .centered .icon-play:hover, .item .centered .icon-play:hover {
    background-image: url(img/icon-play-orange.svg);
}

.video-module {
    padding: 0
}

    .video-module > .row {
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 1px
    }

    .video-module .content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }

        .video-module .content > img {
            -ms-flex: none;
            flex: none;
            width: 100%
        }

        .video-module .content .sizer {
            width: 100%
        }

            .video-module .content .sizer::before {
                display: block;
                padding-top: 40%
            }

        .video-module .content .centered {
            position: absolute;
            top: -9999px;
            right: -9999px;
            bottom: -9999px;
            left: -9999px;
            margin: auto;
            height: 109px;
            width: 111px
        }

@media (max-width: 767px) {
    .video-module .content .sizer::before {
        padding-top: 56.25%
    }

    .video-module .content .centered {
        height: 52px;
        width: 52px
    }
}

.video-module .content .playholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.video-module .content .play {
    padding: 30px 31px 31px 25px;
    border: 3px solid #fff;
    border-radius: 68px;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    cursor: pointer
}

@media (max-width: 767px) {
    .video-module .content .play {
        padding: 0 13px 8px
    }
}

.video-module .content .play:hover {
    border: 3px solid #e30613;
    color: #e30613
}

.video-module .content .play span {
    padding-left: 11px
}

.video-module .content .title {
    width: 100%;
    margin-top: 25px;
    color: #fff;
    text-align: center
}

@media (max-width: 767px) {
    .video-module .content .play span {
        padding-left: 0;
        font-size: 20px
    }

    .content-slider-module .content-slider-slide .video-module .content .title h3, .video-module .content .title .content-slider-module .content-slider-slide h3, .video-module .content .title h2 {
        font-size: 30px
    }
}

.modal-video {
    display: block!important;
}

#modal-popup {
    z-index: 15;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    position: fixed;
    outline: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-sizing: inherit;
    display: none;
    transition: opacity .15s linear;
    background-color: rgba(0,0,0,0.5);
}
    .modal-video button.close {
        margin-left: 97%;
        padding: 4px;
        box-shadow: none;
        cursor: pointer;
        opacity: .7;
        background: 0 0;
        border: 0; 
    }

    @media (max-width: 768px) {
        .modal-video button.close {
            margin-left: 90%;            
        }
    }

    .modal-video button.close:hover {
        opacity: 1
    }

    .modal-video button.close img {
        width: 25px;
    }


    .modal-video .modal-dialog {
        max-width: 95%;
        transform: translate(0,0);
        transition: transform .3s ease-out;
        margin: 30px auto;
        position: relative;
        width: auto;
    }

    .video-spot-16x9 {
        position: relative;
        height: 83vh;
        padding-top: 30px;
        overflow: hidden
    }

        .video-spot-16x9 iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important
        }

    .video-module-modal .modal-header {
        padding: 0;
        border: none
    }

    .video-module-modal .modal-body {
        padding: 0
    }

    .video-module-modal .modal-content {
        border: none;
        background: 0 0;
        overflow: hidden
    }

    .video-module-modal .modal-dialog {
        transition-property: all
    }

    .video-module-modal.in .modal-dialog {
        transform: translateY(0)
    }

    /*.footer-column {
    z-index: -1;
}*/
