
html {
    width: 100%;
    background-color: transparent;
}

html, body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

header {
    top: 0;
    left: 0;
    width: 80%;
    background: #ffffff;
    box-shadow: 0 0 5px 1px #808080;
    z-index: 1;
    padding: 25px 36px 20px 36px;
}
.container {
    padding: 12px;
}
main {
    overflow: hidden;
}

form {
    margin-top: 20px;
}
    form > div {
        margin-bottom: 12px;
    }
        form > div > label {
            width: 100px;
            display: block;
            float: left;
        }

h2 {
    margin-top: 0;
}

#top-menu, #bottom-menu {
    display: none;
    z-index: 100;
    left: 0;
    width: 90%;
    background-color: #fff;
}

    #top-menu h3, #bottom-menu h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 4px 12px 0 12px;
    }

#top-menu {
    position: absolute;
    top: 0;
    height: 240px;
    border-bottom: 2px solid #3187b5;
}

#bottom-menu {
    position: absolute;
    bottom: 60px;
    height: 250px;
    border-top: 2px solid #3187b5;
}

.caroussel {
    overflow: hidden;
    min-width: 100%;
}

    .caroussel .caroussel-item {
        position: relative;
        float: left;
        width: 180px;
        height: 190px;
        margin: 10px;
        padding: 0;
        border: 1px solid black;
        border-radius: 5px;
    }

#bottom-menu .caroussel .caroussel-item {
    height: 200px;
}

.caroussel .caroussel-item.selected {
    border-width: 6px;
    margin: 5px;
    border-color: #cd5c5c;
}

.caroussel .caroussel-item img {
    width: 180px;
    height: 135px;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
}

.caroussel .caroussel-item p {
    margin: 0;
    padding: 0 3px;
    font-size: 15px;
}
    .caroussel .caroussel-item p span {
        font-size: 13px;
    }
    .caroussel .caroussel-item p .title {
        font-size: 15px;
        font-weight: bold;
    }

.caroussel .caroussel-item .progress {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 35px;
    background-color: #3187b5;
    opacity: .85;
}
    .caroussel .caroussel-item .progress img {
        width: 80px;
        height: 80px;
    }

/* AMINO */
.amino {
    margin: 0 10px 10px 10px;
}
    .amino .home-top {
        height: 180px;
    }
    .amino .home-bottom {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: right;
    }
        .amino .home-bottom img {
            position: fixed;
            bottom: 100px;
            right: 100px;
            height: 160px;
        }

.amino,
#event,
#event > div,
.status {
    background-color: transparent;
}

/* EVENT */
.event-card {
    float: left;
    width: 100%;
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: relative;
    padding: 0;
    margin: 0 0 8px 0;
}
    .event-card .event-card-date {
        width: 75px;
        float: left;
        background-color: #3187b5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 8px;
        color: #fff;
        margin: 0;
        font-size: 24px;
    }

        .event-card .event-card-date.shared {
            background-color: #cd5c5c;
        }

        .event-card .event-card-date h5 {
            margin: 0;
            text-align: center;
        }

    .event-card .event-card-content {
        width: 390px;
        float: left;
        position: relative;
        margin-left: 10px;
    }

        .event-card .event-card-content > * {
            margin: 0;
            text-align: left;
        }

        .event-card .event-card-content p {
            color: #707070;
            font-size: 14px;
        }

        .event-card .event-card-content h4 {
            font-size: 20px;
        }

    .event-card .event-card-footer {
        margin: 4px 0 8px 0;
    }
        .event-card .event-card-footer p {
            float: left;
            font-size: 14px;
            margin: 0 16px 0 0;
        }

#event {
    text-align: center;
}
    #event img {
        height: 250px;
        border-style: none;
    }
    #event > div {
        width: 500px;
        margin: 0 auto;
    }
    #event #status {
        display: none;
        width: 400px;
        margin: 80px auto 0 auto;
    }
        #event #status img {
            float: left;
            height: 24px;
            width: 24px;
            margin-left: 20px;
            margin-top: 7px;
        }
        #event #status #status-message {
            float: left;
            font-size: 24px;
            vertical-align: middle;
            margin: 3px 0 0 8px;
        }
nav {
    position: relative;
}
    nav img {
        height: 25px;
        width: auto;
        margin: 10px;
    }
    nav #channel-number {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10000;
    }

.amino-info-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.85);
}

.amino-card {
    width: 85%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.amino-info-section {
    margin-bottom: 15px;
}

    .amino-info-section h5 {
        margin: 0 0 8px 0;
    }

    .amino-info-section p {
        margin: 5px 0;
    }