.rs-background-video-layer:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    content: " ";
    z-index: 99999;
}
li.facebook { color:#FFFFFF; }

.non-home { padding-top: 60px; }

.googlemap {
position: relative;
padding-bottom: 25%; /* 4:3 ratio*/
height: 0;
overflow: hidden;
}
.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

#success { background-color: #FFFFFF; bottom: 0px; left: 0; top: 0px; height: auto; position: absolute; text-align: center; width: 100%; z-index: 10000000; padding-top: 100px; }
.success1 { color: #000; font-size: 25px; line-height: 30px; }
.success2 { color: #000; font-size: 30px; font-weight: bold; padding-top: 25px; line-height: 30px; }
.success3 { color: #000; font-size: 16px; font-style: italic;  padding-top: 40px;}


  .rs-background-video-layer iframe {
    visibility:inherit !important;
    opacity: 1 !important;
    }
    
@media only screen and (max-width: 800px) {
        .eventSlider{display: none;}
    }