/* Previous Theme CSS */
/* Previous Theme CSS */
.finetune .adminFixedFix {
    width: 73.1% !important;
}
.finetuneOpen .adminFixedFix {
    width: 64.5% !important;
}

.forceAutoHeight {
    height: auto !important;
}

#footer {
    position: relative;
    z-index: 99;
}
/* Previous Theme CSS */
@-webkit-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-moz-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-o-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}

.cover:hover .down-arrow{
    -webkit-animation: bounce 2s infinite; 
    -moz-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.grp.media.embed {
    padding: 0;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.iframe svg {
    display: block;
}

.audio.media .embed iframe {
    max-width: 100% !important;
}

body:not(.isLegacy) [block-type="map"].s1.map-bottom .body {
    display: none;
}

.cover {
    background-size: cover;
    background-position: 50% 50%;
}


@media (max-width: 800px) { 
   .cover {
        background-attachment: scroll !important;
    }   
}

.grp.media.embed {
    padding: 0;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.iframe svg {
    display: block;
}

body:not(.isLegacy) [block-type="map"].s1.map-bottom .body {
    display: none;
}


/* End of Previous Theme CSS */

/* Previous Event CSS */
.poster {
    box-shadow: 10px 10px 10px #999999;
}

.postertwo {
    box-shadow: 0px 30px 10px #999999;
}
/* End of Previous Theme CSS */



/* End of Previous Theme CSS */

/* Previous Event CSS */
.title-headline {
    font-size: 5.5vw !important;
}

.forceTransform {
    width: 100% !important;
    width: 100vh !important;
    
    -webkit-transform: rotate(270deg) translateX(-100%) translateY(0%) !important;
    -moz-transform: rotate(270deg) translateX(-100%) translateY(0%) !important;
    -ms-transform: rotate(270deg) translateX(-100%) translateY(0%) !important;
    transform: rotate(270deg) translateX(-100%) translateY(0%) !important;
    
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.forceTransformRight {
    width: 100% !important;
    width: 100vh !important;
    
    -webkit-transform: rotate(270deg) translateX(0%) translateY(-100%) !important;
    -moz-transform: rotate(270deg) translateX(0%) translateY(-100%) !important;
    -ms-transform: rotate(270deg) translateX(0%) translateY(-100%) !important;
    transform: rotate(270deg) translateX(0%) translateY(-100%) !important;
    
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
/* End of Previous Theme CSS */
