/* Minification failed. Returning unminified contents.
(210,42): run-time error CSS1046: Expect comma, found '0'
(210,46): run-time error CSS1046: Expect comma, found '/'
 */

.banner-header {
    position: relative;
}

.banner-inner-img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.banner-buttonbar {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.banner-waves {
    position: relative;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
}

/* Animation */

.banner-parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .banner-parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .banner-parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .banner-parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .banner-parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

@media (max-width: 768px) {
    .banner-waves {
        height: 40px;
        min-height: 40px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------*/

.banner-bubble {
    width: 30px;
    height: 30px;
    border-radius: 20%;
    position: absolute;
    background-color: white;
    bottom: -30px;
    opacity: 0.3;
    animation: banner-bubble 15s ease-in-out infinite, sideWays 4s ease-in-out infinite alternate;
}

@keyframes banner-bubble {
    0% {
        transform: translateY(0%) rotate(0deg);
        opacity: 0.06;
    }

    100% {
        transform: translateY(-120vh) rotate(360deg);
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 200px;
    }
}

.banner-bubble--1 {
    left: 10%;
    animation-delay: 5s;
    animation-duration: 16s;
    opacity: 0.35;
}

.banner-bubble--2 {
    width: 70px;
    height: 70px;
    left: 40%;
    animation-delay: 1s;
    animation-duration: 13s;
    opacity: 0.3;
}

.banner-bubble--3 {
    width: 40px;
    height: 40px;
    left: 30%;
    animation-delay: 8s;
    animation-duration: 20s;
    opacity: 0.3;
}

.banner-bubble--4 {
    width: 80px;
    height: 80px;
    left: 25%;
    animation-delay: -18s;
    animation-duration: 11s;
    opacity: 0.3;
}

.banner-bubble--5 {
    width: 60px;
    height: 60px;
    left: 60%;
    animation-delay: 10s;
    animation-duration: 14s;
    opacity: 0.35;
}

.banner-bubble--6 {
    width: 90px;
    height: 90px;
    left: 80%;
    animation-delay: 3s;
    animation-duration: 30s;
    opacity: 0.4;
}

.banner-bubble--7 {
    width: 60px;
    height: 60px;
    left: 90%;
    animation-delay: -7s;
    animation-duration: 25s;
    opacity: 0.3;
}

.banner-bubble--8 {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-delay: 8s;
    animation-duration: -2s;
    opacity: 0.4;
}

.banner-bubble--9 {
    width: 120px;
    height: 120px;
    left: 50%;
    animation-delay: -5s;
    animation-duration: 19s;
    opacity: 0.35;
}

.banner-bubble--10 {
    width: 100px;
    height: 100px;
    left: 70%;
    animation-delay: -13s;
    animation-duration: 16s;
    opacity: 0.3;
}
.TextShadow {
    text-shadow: 0 2px #444444;
}

.TextGold {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: url("/Theme/Image/Gold.jpg");
    background-size: cover;
    background-color: #444444;
}

.svgShadow {
    filter: drop-shadow(0 16px 6px rgb(0 0 0 / 0.4));
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: justify;
}
.ContentImage {
    position: relative;
    overflow: hidden;
}

    .ContentImage img {
        height: auto;
        width: 100%;
        text-align: center;
        transition: transform 2s, filter 1s;
    }

    .ContentImage:hover img {
        transform: scale(1.1);
        filter: blur(1px);
    }

    .ContentImage .ContentImageTitle {
        bottom: 0%;
        position: absolute;
        background-color: #00000000;
        transition: background-color 0.5s;
    }

        .ContentImage .ContentImageTitle:hover {
            background-color: #00000066;
        }

        .ContentImage .ContentImageTitle h4 {
            background-image: linear-gradient(transparent, rgba(33, 37, 41, 0.75));
        }

    .ContentImage p {
        overflow: hidden;
        height: 0;
        transition: height 0.5s;
    }

    .ContentImage:hover p {
        height: 76px;
    }
.MediaImage {
    height: auto;
    width: 70%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,1);
}

.VideoContainer {
    background-color: #706a5c;
    background-image: url("/Theme/Image/VideoBG.png");
}

.VideoPlayerContainer {
    margin-bottom: -8px;
}

.PodcastContainer {
    background-color: #6f767c;
    background-image: url("/Theme/Image/PodcastBG.png");
}

.PlayIcon {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: #dc3545;
}

.PlayIcon-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 100px;
}

    .PlayIcon-circle:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #dc3545;
        border-radius: 50%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        animation: PlayIcon-pulse 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

.ErrorImage {
    height: auto;
    width: 70%;
}

@keyframes PlayIcon-pulse {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}
.ProductProperties {
    background-color: #f8f8f8;
}

    .ProductProperties td {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 0px;
    }

    .ProductProperties tr:last-child td {
        border-bottom-width: 0;
    }
