.join-screen, .loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 1000;
}

.join-screen.hidden {
    display: none;
}

#laserpointer {
    position: fixed; 
    border-radius: 50% 50%; 
    top:0; 
    left: 0; 
    width: 30px; 
    height: 30px; 
    background-color: rgba(255,255,0,0.5); 
}

.loading {
    background: #c11818;
    transition: top 300ms 300ms;
}

.loading.hidden {
    top: -100vh;
}

@keyframes loader-spin {

    12.5%, 37.5% {
        transform: scale(1.1);
    }

    from, to, 25%, 50% {
        transform: scale(1);
    }
}

.loading .logo {
    transform-origin: center;
    animation: loader-spin 2s cubic-bezier(0.5, 0.1, 0.4, 0.9) infinite;
}

.fab-menu {
    top: 86px;
    right: 10px;
    bottom: auto;
    z-index: 999;
}

#listSlidesModal {
	width: 90vw;
	top: 5vh!important;
	height: 90vh;
	max-height: 90vh;
}

#listSlidesModal .modal-content {
    display: flex;
    flex-wrap: wrap;
}

#listSlidesModal .modal-content .card {
    max-width: 300px;
    min-width: 200px;
    width: auto;
    margin: 10px;
}


.slide-collection .collection-item.currentSlide {
    background-color: #e42828;
}

.card.slideGroup.activeGroup {
    background: #e42828;
}

.reveal {
    height: calc(100vh - 76px - 76px) !important;
    top: 76px !important;
}

.reveal .controls {
    color: #e42828 !important;
}

.card.slideGroup.activeGroup .card-title {
    color: #fff;
}

.reveal img.fullscreenImage {
    height: 100vh;
    width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
}

.reveal .slides {
    top: 0 !important;
    left: 0 !important;
}

.reveal .slides,
.j77Stack {
    margin: 0;
    padding: 0;
}

.j77Slide {
    height: 100vh;
    width: 100vw;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.j77Content {
    border: 0 !important;
    /*width: 100vw;*/
}

body > .header,
body > .footer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 76px;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*letter-spacing: 1px;*/
    /*font-weight: 300;*/
    padding: 0 12%;
}

body > .header {
    top: 0;
    background: #fff;
    font-size: 17px;
    color: #c11818;
}

body > .header::after {
    transform: rotate(0deg) translateX(-50%) translateY(0px);
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: -1.5625rem;
    height: 1.5625rem;
    background-image: url("/assets/img/shadow.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
}

body > .header img {
    height: 40px;
}

body > .footer {
    flex-direction: row-reverse;
    bottom: 0;
    background: #f6f6f6;
    font-size: 15px;
    color: #676767;
}

body > .footer .customer {
    display: none;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
	max-height: none;
}

.card.small {
	height: auto;
}

