/* 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;
}

/*.media {*/
/*    float: left !important;*/
/*    display: block !important;*/
/*}*/

.media .body {
    display: none !important;
}

.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 */

/* Previous Event CSS */
.cornerMask {
-webkit-clip-path: polygon(100% 0, 100% 10%, 10% 100%, 0 100%, 0 0);
clip-path: polygon(100% 0, 100% 10%, 10% 100%, 0 100%, 0 0);
}

.cornerMask2 {
    mix-blend-mode: multiply;
-webkit-clip-path: polygon(100% 75%, 100% 100%, 0 50%, 0 21%);
clip-path: polygon(100% 75%, 100% 100%, 0 50%, 0 21%);
}

.cornerMask3 {
    
-webkit-clip-path: polygon(0 66%, 0% 100%, 20% 100%);
clip-path: polygon(0 66%, 0% 100%, 20% 100%);
}

.shadow {
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.05);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.05);
   
}

.sp-effect {

  -webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

.sp-effect .social-btn {

  -webkit-transition: all ease 0.75s;
	-moz-transition: all ease 0.75s;
	transition: all ease 0.75s;
}

#footer {
    background-color:#5d6073 !important;
}
/* End of Previous Event */
/* End of Previous Theme */

/* Previous Event CSS */
.multiply {
  mix-blend-mode: multiply;
}
/* End of Previous Event */
