



/* Accordion Slider 3 */
#blx-56dab6e91416e8462e8b4568-0000001.blx-56dab6e91416e8462e8b4568 {
    position: relative;
    overflow: hidden;
    background-color: #333333;
    font-family: Raleway, sans-serif;
}
#blx-56dab6e91416e8462e8b4568-0000001.blx-56dab6e91416e8462e8b4568::before {
    content: "";
    display: block;
    padding-top: 45%;
}
@media only screen and (max-width: 767px) {
    #blx-56dab6e91416e8462e8b4568-0000001.blx-56dab6e91416e8462e8b4568::before {
        padding-top: 100%;
    }
}
#blx-56dab6e91416e8462e8b4568-0000001.blx-56dab6e91416e8462e8b4568 ul {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 0;
}
#blx-56dab6e91416e8462e8b4568-0000001.blx-56dab6e91416e8462e8b4568 li {
    position: relative;
    font-size: 14px;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
#blx-56dab6e91416e8462e8b4568-0000001.blx-56dab6e91416e8462e8b4568 li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: inset -10px 0 25px -5px rgba( 0, 0, 0, 0.75 );
}
#blx-56dab6e91416e8462e8b4568-0000001.blx-56dab6e91416e8462e8b4568 li > div {
    position: relative;
    height: 100%;
    background-color: #666666;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
#blx-56dab6e91416e8462e8b4568-0000001.blx-56dab6e91416e8462e8b4568 li img {
    display: none;
}
#blx-56dab6e91416e8462e8b4568-0000001.blx-56dab6e91416e8462e8b4568 ul li > div span {
    visibility: hidden;
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    text-shadow: rgba(0, 0, 0, 0.901961) 1px 1px 2px;
    background-color: rgba(0, 0, 0, 0.4);
}#blx-56dab6e91416e8462e8b4568-0000001.blx-56dabbbb1416e8293e8b4568 ul li > div span {
    width: 100%;
    opacity: 1;
    left: 0;
    bottom: 0;
    padding: 20px 25px;
    white-space: nowrap;
    -webkit-transition: all 650ms ease;
    -moz-transition: all 650ms ease;
    transition: all 650ms ease;    
}