/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [CAROUSELS]
        (CENTER ALIGNED SLICK SLIDER)

    [MEDIA QUERIES]

*/


/* [CAROUSELS] --------------------------------------------------- */

#banner {
    position: relative;
}

.carousel-inner img {
    margin: 0 auto;
}

.carousel-indicators li, .carousel-indicators li.active {
    margin:  0.06rem  0.25rem;
}

    .carousel-indicators li.active {
        width:  0.63rem;
        height:  0.63rem;
    }

.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 20%;
    min-width:  3.13rem;
}

.carousel-control .fa {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

/* (CENTER ALIGNED SLICK SLIDER) */

#banner .center {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
}

    #banner .center .slick-current img {
        opacity: 1;
    }

#banner .slider {
    margin: 0;
    padding-top: 0;
}

#banner .center img {
    opacity: 0.4;
    transition: all 300ms ease;
}

#banner .content {
    margin: auto;
    padding:  1.25rem 2.5rem;
    width: auto;
}

#banner .slick-slide {
    padding: 0;
}

#banner .slick-next:before,
#banner .slick-prev:before {
    font-size:  3.13rem;
}

#banner .slick-prev,
#banner .slick-next {
    background: none !important;
}

#banner .slick-dots {
    bottom:  0.63rem;
}

    #banner .slick-dots li {
        width:  0.94rem;
        height:  0.94rem;
    }

        #banner .slick-dots li button {
            width:  0.94rem;
            height:  0.94rem;
            color: #fff;
            background: #fff;
            border-radius: 50%;
        }

            #banner .slick-dots li button:before {
                width:  0.94rem;
                height:  0.94rem;
                color: #fff;
            }

        #banner .slick-dots li.slick-active button {
            color: #000;
            background: #000;
        }

            #banner .slick-dots li.slick-active button:before {
                color: #000;
            }

/* (CENTER ALIGNED SLICK SLIDER) END */

/* [CAROUSELS] END --------------------------------------------------- */




/* [MEDIA QUERIES] --------------------------------------------------- */


@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0;
    }
}
@media screen and (max-width:575.98px) {
    .carousel-indicators li, .carousel-indicators li.active {
        height: 0.31rem;
        width: 0.31rem;
    }
}

@media screen and (max-width:767.98px) {
    #banner .slick-dots {
        display: none;
    }
}


/* [MEDIA QUERIES] END --------------------------------------------------- */
