section#slider-section{
    position: relative;
    overflow: hidden;
}
section#slider-section.home{
    margin-bottom: -5px;
}
section#slider-section .homepage-images .slick-list .slider-image{
    height: 300px;
	background-size: cover;
    background-position: center;
    margin-bottom: -7px;
}
section#slider-section .homepage-images .slider-image{
    height: 300px;
	background-size: cover;
    background-position: center;
}
section#slider-section .homepage-images .item.active{
	display: block;
}
section#slider-section .homepage-images .item{
	display: none;
}
section#slider-section .slider-overlay{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to bottom, rgba(8, 8, 8, 0.7) 0%, rgba(8, 8, 8, 0.7) 5%, rgba(8, 8, 8, 0.7) 5%, transparent 100%);
    z-index: 300;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(50%);
    }
    40% {
        transform: translateY(-2px);
    }
    60% {
        transform: translateY(-5px);
    }
    }
    section#slider-section .slick-dots {
        position: absolute;
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        bottom: 35px;
        width: 100%;
        display: none!important;
    }
    section#slider-section .slick-dots li
    {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
    
        cursor: pointer;
    }
    section#slider-section .slick-dots li button
    {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    section#slider-section .slick-dots li button:hover,
    section#slider-section .slick-dots li button:focus
    {
        outline: none;
    }
    section#slider-section .slick-dots li button:hover:before,
    section#slider-section .slick-dots li button:focus:before
    {
        opacity: 1;
    }
    section#slider-section .homepage-images .slick-dots li button:before{
        font-family: 'slick';
        font-size: 56px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        /*opacity: .25;*/
        color: transparent;
        border: 3px solid #fff;
        border-radius: 50%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    section#slider-section .homepage-images .slick-dots li.slick-active button:before {
        /*opacity: .75;*/
        background: #108247;
        border: 3px solid #fff;
    }

section#slider-section .caption{
    position: absolute;
    bottom: 100px;
    color: #fff;
    z-index: 100;
    text-align: right;
    font-size: 48px;
    display: none;
    right: 60px;
    font-family: 'Museo-light', sans-serif;
}
section#slider-section .caption span{
    font-family: 'Museo-bold', sans-serif;
    text-transform: uppercase;
}

@media(min-width: 768px){
    section#slider-section .homepage-images .slick-list .slider-image{
    height: 340px
    }
    section#slider-section .homepage-images .slider-image {
    height: 340px
    }    
}
@media(min-width:992px) {
    section#slider-section{
        position: relative;
        overflow: hidden;
        top: 0;
    }
    section#slider-section.home-slider{
        top: -39px;
        margin-bottom: -101px;
    }
    section#slider-section .slider-arrow{
    display: block;
    }
    section#slider-section .slider-caption{
    font-size: 48px;
    display: block;
    }
    section#slider-section .slider-caption.other-page{
    bottom: 10%;
    font-size: 50px;
    }    
    section#slider-section .homepage-images .slick-list .slider-image{
    height: 100vh;
    }
    section#slider-section .homepage-images .slider-image {
    height: 100vh;
    }
    section#slider-section .caption{
    display: block;
    }
    section#slider-section .slick-dots{
    width: auto;
    right: 60px;
    z-index: 3;
    }
}
@media(min-width:1200px) {
    section#slider-section.other-page .caption{
    font-size: 52px;
    }    
    section#slider-section .caption{
    font-size: 52px;
    }
}