



/* Simple Slideshow */
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 {
    position: relative;
    overflow: hidden;
    background-color: #000000;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 * {
    box-sizing: border-box;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568::before {
    content: "";
    display: block;
    padding-top: 40%;
}



/* Intro */
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .intro {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    background-color: rgba( 0, 0, 0, 0.7 );
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .intro > div {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .intro h1 {
    color: #ffffff;
    font-size: 40px;
    font-family: "Abril Fatface";
}



/* Menu */
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .menu {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 8px;
    padding: 2em;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568:hover .menu {
    opacity: 1;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .menu > div {
    width: 1em;
    height: 1em;
    color: whitesmoke;
    background: whitesmoke;
    transition: 0.5s;
    transform: none;
    border-radius: 0.125em;
    box-shadow: -1.25em 0, -1.25em 1.25em, 1.25em 0, 1.25em -1.25em, 0 -1.25em, -1.25em -1.25em, 0 1.25em, 1.25em 1.25em;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .menu.x > div {
    transform: rotate(45deg);
    border-radius: 0;
    box-shadow: -0.875em 0, -1.75em 0, 0.875em 0, 1.75em 0, 0 -0.875em, 0 -1.75em, 0 0.875em, 0 1.75em;
}



/* Grid */
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .grid {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    background-color: rgba( 0, 0, 0, 1 );
    display: none;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .thumbnail > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.2s;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .thumbnail:hover > div {
    transform: scale( 1.05 );
}



/* Slides */
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 ul {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 li {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    background-color: #333333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale( 1.15 );
    transition: opacity 0.5s linear, transform 5s linear;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 li.open {
    opacity: 1;
    transform: scale( 1.0 );
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 li:first-child {
    opacity: 1;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 li img {
    display: none;
}



/* Play button */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4,5;
    stroke-width: 1px;
    transform-origin: 50% 50%;
    animation: spin 4s infinite linear;
    transition: opacity 1s ease, stroke-width 1s ease;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 .icon {
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 #play:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 #play:hover .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300;
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 #play:hover .icon {
    transform: scale(1.05);
}
#blx-57a893e31416e833338b4568-0000001.blx-57a893e31416e833338b4568 #play {
    cursor: pointer;

}


