/*universal rule*/
.font-xlarge {
    font-size: 24px;
    font-weight: bold;
}

.font-large {
    font-size: 20px;
    font-weight: bold;
}

.font-small {
    font-size: 14px;
}

.font-normal, a.font-normal {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.font-black {
    color: black!important;
}

.font-gray {
    color: #666666;
}

.font-white {
    color: white;
}

.font-light-gray {
    color: #999999;
}

.line-break {
    display: block;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.bg-gray {
    background: #EEEEEE;
}

.bg-light-blue {
    background: #89B3DE;
}

.bg-blue {
    background: #2D6ABE;
}

.box-shadow {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}

.margin-top-small {
    margin-top: 10px;
}

.margin-top-medium {
    margin-top: 20px;
}

.margin-top-large {
    margin-top: 40px;
}

.margin-top-xlarge {
    margin-top: 80px;
}

.margin-bottom-xlarge {
    margin-bottom: 80px;
}

.button {
    color: black;
    padding: 10px 25px;
    border: 1px solid #000000;
    display: inline-block;
}

.button a, a.button {
    color: black!important;
}

.clear {
    clear: both;
}

.limit-width {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes floating {
    0% {
        top: 20%;
    }

    50% {
        top: 15%;
    }

    100% {
        top: 20%;
    }
}

/*hero*/
.hero {
    background: linear-gradient(60deg, rgba(0,102,194,1) 0%, rgba(209,233,247,1) 100%);
    overflow: hidden;
    position: relative;
}

.hero .title {
    width: 100%;
    max-width: 600px;
}

.hero .balloon {
    width: 130%;
    position: absolute;
    left: calc(50vw - 65%);
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.hero .sale-tag {
    position: absolute;
    top: calc(50% - 130px);
    right: calc(50% - 170px);
}

/*nav*/
.event-nav p {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.event-nav p a {
    width: 50%;
    padding: 10px 0 5px 0;
    border-bottom: 5px solid #EEEEEE;
}

.event-nav p a.active {
    font-weight: bold;
    border-bottom: 5px solid #6DCFF6;
    cursor: default;
}

/*product*/
#sale {
    overflow: hidden;
}

.container {
    width: 100%!important;
    max-width: 1200px;
}

.promo-product {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 80px;
    float: left;
}

.promo-product p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 7px;
}

.color-con {
    display: none;
}

.discount {
    color: #c10;
}

.old-price {
    text-decoration: line-through;
}

.sale-price {
    font-weight: bold;
}

/*video*/
#video {
    position: relative;
}

#video .video-txt {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
}

#video .video-txt h2 {
    line-height: 1.2 !important;
}

#video .video-bc {
    position: relative;
    min-height: 300px;
    height: auto;
    opacity: 1;
    background-position: center;
    background-size: cover;
}

#video .play-video-button {
    width: 70px;
    height: 70px;
}

#video .play-video-button circle {
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    fill: transparent;
}

#video .play-video-button:hover circle {
    fill: #fff;
}

#video .play-video-button:hover path {
    fill: #000;
}

/*activities*/
.activity {
    width: calc(100% - 20px);
    margin: 20px auto 40px;
    border-radius: 10px;
}

.top-area {
    padding: 40px 15px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.top-area .font-white {
    position: relative;
    z-index: 2;
}

.down-area {
    padding: 40px 15px 33px 15px;
}

.top-area p, .down-area p {
    margin-bottom: 7px;
}

.rundown {
    padding: 0;
    display: flex;
    flex-direction: row;
}

.rundown li {
    min-width: 60px;
    list-style: none;
}

.coach-photo {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.coach-photo img {
    width: 40vw;
    max-width: 150px;
}

@media (min-width: 600px) {
    .hero .sale-tag {
        position: absolute;
        top: calc(50% - 125px);
        right: calc(50% - 300px);
    }
}

@media (min-width: 768px) {
    .promo-product {
        width: calc(100% / 3);
    }

    /*activities*/
    .activity-container {
        max-width: 1200px;
        margin: auto;
        display: flex;
        flex-direction: row`;
    }

    .activity {
        width: 50%;
        margin: 20px 10px 40px 10px;
        position: relative;
    }

    .fix-position {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 33px;
    }


}

@media (min-width: 900px) {
    .font-xlarge {
        font-size: 34px;
    }

    .font-small {
        font-size: 16px;
    }

    .button:hover {
        background: black;
    }

    .button:hover, .button:hover a, a.button:hover {
        color: white!important;
    }

    .event-nav p a:hover {
        font-weight: bold;
        border-bottom: 5px solid #6DCFF6;
    }

    .promo-product {
        width: 25%;
    }

    #video .video-bc {
        min-height: 600px;
        background-position: top center;
    }

    .activity:hover {
        transform: scale(1.02);
    }

    .coach-photo {
        position: absolute;
        right: 60px;
        bottom: -5px;
    }
}

@media (min-width: 1400px) {
    @keyframes floating {
        0% {
            top: -5%;
        }

        50% {
            top: -10%;
        }

        100% {
            top: -5%;
        }
    }

    .hero .balloon {
        width: 1400px;
        left: calc(50vw - 700px);
    }
}