/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    height: auto;
}

    @media all and (max-width: 767px) {
        .slick-track {
            display: block;
        }
    }

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: flex;
    align-items: center;
}

    @media all and (max-width: 767px) {
        .slick-initialized .slick-slide {
            flex-direction: column;
            justify-content: flex-end;
            background: none!important;
        }
    }

.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/********************* OOMC Custom styles ***********************/
.hero {

    position: relative;
    margin-bottom: 76px;

}

.slider {

    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 74px;

}

    @media all and (max-width: 1200px) {
                            
        .slider { margin-top: 25px; }

    }

.slider-item {

    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;

    display: flex;
    height: auto;

}

    @media all and (max-width: 767px) {

        .slider-item {

            padding-top: 0;
            padding-bottom: 0;
            display: block;

        }

    }

.slider-copy {

    position: relative; 
    z-index: 3;
    color: #ffffff;
    transform: none; 
    width: 50%;

}

    @media all and (max-width: 1300px) {
                            
        .slider-copy { width: 70%; }

    }

.slider-copy h1 {

    font-family: 'museo-slab', Arial, sans-serif;
    font-weight: 900;
    font-size: 84px;
    line-height: 88px;
    margin-bottom: 51px;
    transition: all .3s ease;

}

    @media all and (max-width: 1400px) {

        .slider-copy h1 {

            font-size: 64px;
            line-height: 68px;
            margin-bottom: 30px;

        }

    }

    @media all and (max-width: 1300px) {

        .slider-copy h1 {

            font-size: 54px;
            line-height: 58px;

        }

    }

    @media all and (max-width: 1100px) {

        .slider-copy h1 {

            font-size: 50px;
            line-height: 54px;
            margin-bottom: 15px;

        }

    }

    @media all and (max-width: 900px) {

        .slider-copy h1 {

            font-size: 44px;
            line-height: 48px;
            margin-bottom: 30px;

        }

    }

    @media all and (max-width: 840px) {

        .slider-copy h1 {

            font-size: 42px;
            line-height: 46px;
            margin-bottom: 15px;

        }

    }

.slider-copy p {

    font-family: 'azo-sans-web', Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 55px;
    transition: all .3s ease;
    max-width: 40%!important;

}

.slider-copy p br {

    display: none;

}

    @media all and (max-width: 1650px) {

        .slider-copy p {

            font-size: 18px;
            line-height: 22px;
            margin-bottom: 30px;

        }

    }

    @media all and (max-width: 900px) {

        .slider-copy p {

            font-size: 14px;
            line-height: 18px;
            margin-bottom: 30px;

        }

    }

    @media all and (max-width: 840px) {

        .slider-copy p {

            font-size: 14px;
            line-height: 18px;
            margin-bottom: 15px;

        }

    }

    @media all and (max-width: 767px) {

        .slider-copy p { max-width: 100%!important; }

    }

.slider-copy .btn {

    font-family: 'museo-slab', Arial, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    padding: 15px 5px;
    border-radius: 50px;
    width: 180px;
    height: 52px;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s ease;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border: none;
    outline: none;

    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);

}

.slider-copy .btn:hover { box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 1); }

.slider-image {

    width: 77%;
    margin-left: auto;
    margin-right: 0;
    transition: all .3s ease;

    position: absolute; 
    bottom: 0; 
    max-width: 77%; 
    right: 0; 
    overflow: hidden; 
    border-radius: 10px 10px 0 0; 
    height: 100%; 
    background-size: auto 100%!important;

}

.slider-image img { display: none; }

    @media all and (max-width: 1300px) {

        .slider-image { 

            width: 67%;
            max-width: 67%; 

        }

    }

    @media all and (max-width: 767px) {

        .slider-image { 

            width: 100%;
            max-width: 100%;
            display: block;
            position: static; 

        }

        /*.slider-image img { display: block; }*/

    }

.slider-image img {

    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;

}

.slider-controls {

    position: absolute;
    left: -75px;
    bottom: -75px;
    background-color: #795ac0;
    width: calc(23% + 75px);
    height: 75px;
    border-radius: 0 0 10px 0;
    transition: all .3s ease;

}

    @media all and (max-width: 1300px) {

        .slider-controls { width: calc(33% + 75px); }

    }
	@media all and (max-width: 550px) { 
		.slider-controls { height:95px !important; bottom:-94px !important; justify-content: center; display: flex; align-items:center; flex-direction:column;}
		.hero .slider-dots{ padding-left:0px !important; }
	}

.slider-controls:before {

    content: '';
    display: block;
    width: 65px;
    height: 75px;
    background-color: #795ac0;
    position: absolute;
    left: -60px;
    top: 0;
    z-index: -1;

}

.slider-dots {

    padding-top: 26px;
    padding-left: 76px;
    float: left;

}

.slick-dots li {

    display: inline-block;
    margin-right: 27px;

}

.slick-dots li button {

    display: inline-block;
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0);
    font-size: 5px;
    width: 14px;
    height: 14px;

}

.slider-arrows {

    padding-top: 20px;
    padding-right: 40px;
    float: right;
    white-space: nowrap;
}

    @media all and (max-width: 1200px) {
                        
        .slider-arrows { padding-right: 0; }

    }

.slick-arrow {

    display: inline-block;
    width: 67px;
    height: 36px;
    border: none;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    outline: none;

}

.slick-prev {

    border-right: 2px solid #947bcd;
    background-image: url('../assets/hero_slider_arrow_left.png');

}

.slick-next { background-image: url('../assets/hero_slider_arrow_right.png'); }

.slick-dots li.slick-active button { background-color: rgba(255, 255, 255, 1); }