.active-slide {}

.hsldr-nav-region {
    position: absolute;
    height: 2px;
    width: 20px;
    top: 0px;
    left: 0px;
    background-color: #000;
}

.hsldr-nav-wrapper {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.hsldr-nav-marker {
    content: "";
    display: inline-block;
    height: 2px;
    width: 200px;
    background-color: #bbb;
    float: left;
}

.hsldr-container {
    position: relative;
    width: 100%;
    height: 80vh;
    max-height: 630px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hsldr-container.hsldr-has-nav-bar {
    height: calc( 80vh + 30px);
}

.hsldr-gallery-container {
    position: relative;
    left: 0;
    transition: all 1ms linear;
    overflow: hidden;
    width: 99999px;
    opacity: 0;
}

.hsldr-image-container {
    float: left;
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.hsldr-image-container img {}

.hsldr-container figure,
.hsldr-container li {
    position: relative;
}

.hsldr-container figcaption,
.hsldr-container .caption {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0;
    color: #fff;
    width: 94%;
    padding: 3%;
    opacity: 0;
    text-align: center;
    transform: translateY(-50%);
    transition: opacity 0.1s ease-in-out;
    font-size: 1.6rem;
    font-weight: 200;
}
.fade-in {
    opacity: 1;
	border-bottom:1px solid #eeeeee;
}

.info {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    visibility: visible;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    z-index: 2;
}

.info:before {
    content: "i";
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    font-family: Georgia;
    font-style: italic;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 2px 3px 5px;
    border-radius: 2px;
}

.showcaption .info:before,
.showcaption .info:after {
    position: absolute;
    left: 11px;
    top: 4px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    padding: 0;
}

.showcaption .info:before {
    transform: rotate(45deg);
}

.showcaption .info:after {
    transform: rotate(-45deg);
}

.hsldr-container .showcaption figcaption,
.hsldr-container .showcaption .caption {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
