/*---------------------------------------------------------------*/
/*----------------------------- Admin ---------------------------*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/*---------------------------- Public ---------------------------*/
/*---------------------------------------------------------------*/
.ks-slider 
{
    display: none;
    min-height: 400px;
    height: 80vh;
    position: relative;
    box-sizing: border-box;
}

.ks-slider-wrapper 
{
    height: 100%;
}

.ks-slider-wrapper .slick-list
{
    height: 100%;
}

.ks-slider-wrapper .slick-track
{
    height: 100%;
}

.ks-slider-thumbnail-item 
{
    position: relative;
}

.ks-slider-thumbnail-item-banner 
{
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.ks-slider-thumbnail-item-banner-mobile 
{
    display: none;
}

.ks-slider-thumbnail-item-banner img
{
    width: 100%;
    height: auto;
}

.ks-slider-thumbnail-item-content 
{
    color: #ffffff;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
    padding: 0 10px;
    height: 100%;
    text-align: center;
}

.ks-slider-thumbnail-item-title 
{

}

.ks-slider-thumbnail-item-description
{

}

.ks-slider-thumbnail-item-button-link 
{
    background-color:rgba(0,0,0,0.0);
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    margin-top: 25px;

    transition: all .2s ease-in-out;
}

.ks-slider-thumbnail-item-button-link:hover 
{
    background-color:rgba(75,75,75,0.5);
}

.ks-slider-thumbnail-slider-arrows  
{
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;

}

.ks-slider-thumbnail-slick-arrow
{
    position: absolute;
    top: 50%;
    font-size: 48px;
    width: 48px;
    height: 48px;
    transition: all .2s ease-in-out;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    z-index: 1;
    transform: translateY(-50%);
}

.ks-slider-thumbnail-slick-prev
{
    left: 15px;
    background-image: none !important;
    text-shadow: 0px 2px 8px black;
}

.ks-slider-thumbnail-slick-prev:before
{
    content: "\34";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
} 

.ks-slider-thumbnail-slick-next
{
    /*background-image: url(../../global/images/shared/shared_right_arrow.png);*/
    background-image: none !important;
    right: 15px;
    text-shadow: 0px 2px 8px black;
}

.ks-slider-thumbnail-slick-next:before
{
    content: "\35";
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}    

.ks-slider-wrapper .slick-dots
{
    display: flex !important;
    list-style: none;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.ks-slider-wrapper .slick-dots li
{
    background: #fff;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 0.5;

    transition: all .2s ease-in-out;
}

.ks-slider-wrapper .slick-dots li.slick-active
{
    opacity: 1;
}

.ks-slider-wrapper .slick-dots button
{
    text-indent: -999999px;
    background: none;
    border: none;
    cursor: pointer;
}

/*---- Mobile ----*/
@media only screen and (max-width: 980px)  
{
    .ks-slider-thumbnail-slick-arrow
    {
        top: inherit;
        bottom: 60px;
    }

    .ks-slider-thumbnail-slick-prev
    {
        
    }

    .ks-slider-thumbnail-slick-next
    {
        
    }

    .ks-slider-thumbnail-item-banner 
    {
        display: none;
    }

    .ks-slider-thumbnail-item-banner-mobile 
    {
        display: block;
    }
}


/*---- Style 1 - Lepark ----*/
.ks-slider-style-1 
{
    padding: 0;
}

.ks-slider-style-1  .ks-slider-thumbnail-item-content 
{
    align-items: normal;
    position: absolute;
    right: 0;
    max-width: 45%;
    max-height: 65%;
}

.ks-slider-style-1 .ks-slider-thumbnail-item-title 
{
    max-width: 475px;
    font-size: 80px;
    line-height: 68px;
    text-shadow: -7px 6px 0px rgba(15, 43, 93, 0.87);
    /*font-family: 'Luckiest Guy',display;*/
    color: #FFFFFF!important;
    font-weight: 400;
    text-align: left;
    
    opacity: 0;
    transform: translateY(-2000px);
}

.ks-slider-style-1 .ks-slider-thumbnail-item-description 
{

}

.ks-slider-style-1 .ks-slider-thumbnail-item-button-link
{
    background-color: #0f2b5d;
    color: #fff;
    padding: 12px 10px 10px 10px;
    display: block;
    text-align: center;
    width: 200px;
    font-size: 16px;
    box-shadow: -7px 6px 1px rgba(0, 0, 0, 0.34);
    border: none;
    border-radius: 0;

    opacity: 0;
    transform: translateY(2000px);
}

.ks-slider-style-1 .ks-slider-thumbnail-item-button-link:hover 
{
    background-color: #27a8e0;
    color: #fff;
}

.ks-slider-style-1 .slick-dots  
{
    display: none;
}

.ks-slider-style-1 .ks-slider-thumbnail-slick-arrow 
{
    background: none;
}

.ks-slider-style-1 .ks-slider-thumbnail-slick-prev:before 
{
    content: "";
    background-image: url(../../../images/shared/shared_left_arrow_2.png);
    width: 63px;
    height: 62px;
    background-size: contain;
    opacity: 0.75;
}

.ks-slider-style-1 .ks-slider-thumbnail-slick-prev:hover:before
{
    opacity: 1;
}

.ks-slider-style-1 .ks-slider-thumbnail-slick-next:before 
{
    content: "";
    background-image: url(../../../images/shared/shared_right_arrow_2.png);
    width: 63px;
    height: 62px;
    background-size: contain;
    opacity: 0.75;
}

.ks-slider-style-1 .ks-slider-thumbnail-slick-next:hover:before 
{
    opacity: 1;
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    /*---- Styles ----*/
    .ks-slider-style-1 .ks-slider-thumbnail-item-content 
    {
        max-width: 95%;
        max-height: 75%;
        padding: 0;
    }

    .ks-slider-style-1 .ks-slider-thumbnail-item-title 
    {
        font-size: 45px;
        max-width: 230px;
        line-height: 50px;
    }

    .ks-slider-style-1 .ks-slider-thumbnail-slick-arrow 
    {
        top: initial;
    }

    .ks-slider-style-1 .ks-slider-thumbnail-slick-next 
    {
        
    }

    .ks-slider-style-1 .ks-slider-thumbnail-slick-arrow:before 
    {
        
    }
}
