section#slider-section{
    position: relative;
    overflow: hidden;
}
section#slider-section.home{
    margin-bottom: -5px;
}
section#slider-section .homepage-images .slick-list .slider-image{
    height: 500px;
	background-size: cover;
    background-position: center;
    margin-bottom: -7px;
}
section#slider-section .homepage-images .slider-image{
    height: 500px;
	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;
    top: 0;
    width: 100%;
    height: 500px;
    background-color: rgba(63, 62, 62, 0.3);
    margin-bottom: -6px;
    z-index: 0;
}
@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%;
    }
    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;
        background-color: #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: #992bc2;
    }

section#slider-section .caption{
    position: absolute;
    right: 60px;
    bottom: 120px;
    color: #fff;
    font-weight: 700;
    z-index: 100;
    text-align: right;
    font-size: 48px;
    text-transform: uppercase;
    display: none;
}
section#slider-section .caption span{
    display: block;
    font-weight: 400;
    font-size: 32px;
}
section#slider-section .caption::after{
    position: absolute;
    content: '';
    height: 10px;
    background: #ff69b4;
    width: 20%;
    right: 0;
    bottom: -20px;
}

@media(min-width: 768px){
    section#slider-section .homepage-images .slick-list .slider-image{
    height: 700px
    }
    section#slider-section .homepage-images .slider-image {
    height: 700px
    }
    section#slider-section .slider-overlay{
    height: 700px;
    }
    
}
@media(min-width:1024px) {
    section#slider-section .slider-arrow{
    display: block;
    }
    section#slider-section .slider-caption{
    font-size: 60px;
    bottom: 35%;
    display: block;
    }
    section#slider-section .slider-caption span{
    font-size: 32px;
    }    
    section#slider-section .slider-caption.other-page{
    bottom: 10%;
    font-size: 50px;
    }    
    section#slider-section .slider-caption.other-page span{
    font-size: 28px;
    }    
    section#slider-section .homepage-images .slick-list .slider-image{
    height: 100vh;
    }
    section#slider-section .homepage-images .slider-image {
    height: 100vh;
    }
    section#slider-section .slider-overlay{
    height: 100vh;
    }
    section#slider-section .caption{
    display: block;
    }
    section#slider-section .slick-dots{
    width: auto;
    right: 60px;
    z-index: 3;
    }
}
@media(min-width:1280px) {
    section#slider-section.other-page .caption{
    font-size: 55px;
    }    
    section#slider-section .caption{
    font-size: 60px;
    }
    section#slider-section .caption span{
    font-size: 36px;
    }
}