/* Slider */
.heroSlideshowBlock .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    bottom: 0%;
}

.heroSlideshowBlock .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    background: transparent none repeat scroll 0 0;
}

.heroSlideshowBlock .slick-dots li.slick-active button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
}


.heroSlideshowBlock .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 50%;
}

.heroSlideshowBlock .hero-text {
    font-family: 'Droid Serif', serif;
    font-size: 70px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    margin: 2px 0 30px;
    line-height: 75px;
    text-transform: uppercase;
}

.heroSlideshowBlock .homepage-text {
    font-family: 'Droid Serif', serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.heroSlideshowBlock .vignette-dark {
    box-shadow: 0 19em 25em -5em #000 inset;
}

.heroSlideshowBlock .vignette-light {
    box-shadow: 0 19em 25em -1em #FFF inset;
}

/* Slider */
.heroSlideshowBlock .orbit {
    height: 100vh;
}

.heroSlideshowBlock .orbits-slide {
    height: 100vh;
    padding: 215px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.heroSlideshowBlock .light {
    color: #ffffff;
}

.heroSlideshowBlock .dark {
    color: #222222;
}

.heroSlideshowBlock .orbit-previous, .heroSlideshowBlock .slick-prev, .heroSlideshowBlock .orbit-previous:active, .heroSlideshowBlock .orbit-previous:focus {
    left: 2%;
}

.heroSlideshowBlock .orbit-next, .heroSlideshowBlock .slick-next, .heroSlideshowBlock .orbit-next:active, .heroSlideshowBlock .orbit-next:focus {
    right: 2%;
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
    background-color: inherit;
}

/* Gallery Page */
.heroSlideshowBlock .bullet-container {
    background: #dadada;
    height: 190px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.heroSlideshowBlock .orbit-gallery {
    margin: 36px auto 0;
    overflow: hidden;
    display: flex;
    text-align: center;
}

.heroSlideshowBlock .orbit-gallery .slick-current {
    opacity: 1;
}

.slick-list {
    margin: 0 auto !important;
}

@media only screen and (max-width: 1380px) {
    .heroSlideshowBlock .text-content {
        margin-left: 150px;
    }
}

@media only screen and (max-width: 1024px) {
    .heroSlideshowBlock .text-content {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 767px), screen and (max-width: 962px) and (orientation: landscape) {
    .heroSlideshowBlock {
        margin-bottom: -3px;
    }

    .heroSlideshowBlock .hero-text {
        font-size: 44px;
        font-family: 'Droid Serif', serif;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
    }

    .heroSlideshowBlock .homepage-text {
        font-size: 20px;
    }

    .heroSlideshowBlock .orbits-slide {
        padding-top: 95px;
    }

    .heroSlideshowBlock .vignette-dark {
        box-shadow: 0 15em 35em -7em #000 inset;
    }

    .heroSlideshowBlock .vignette-light {
        box-shadow: 0 15em 35em -7em #FFF inset;
    }
}