component-carousel-banner-a {
    display: block;
}
component-carousel-banner-a .outline_none {
    outline: none;
}
component-carousel-banner-a .component_carousel_container {
    position: relative;
    overflow: hidden;
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items .dummy_load {
    width: 0;
    height: 0;
    visibility: hidden;
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items .image_display {
    width: 100%;
    overflow: hidden;
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items .image_display img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items .items_overlay {
    position: absolute;
    top: 0;
    width: 100%;
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items .items_overlay [data-table] {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items .items_overlay [data-table-cell] {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0);
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items .items_overlay [data-table-cell] .items_wrap {
    position: relative;
    display: block;
    padding: 15px 0;
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items .items_overlay [data-table-cell] .items_wrap .text_1 {
    font-size: 56px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    word-break: break-word;
    white-space: normal;
    font-family: SANS-SERIF;
}
component-carousel-banner-a .component_carousel_container .component_carousel_map .map_items .items_overlay [data-table-cell] .items_wrap .text_2 {
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2;
    color: white;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
    word-break: break-word;
    white-space: normal;
}
component-carousel-banner-a .component_carousel_container .slick-dots {
    bottom: 10px;
}
component-carousel-banner-a .component_carousel_container .slick-dots li button:before {
    color: white;
}
component-carousel-banner-a .component_carousel_container .slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}
component-carousel-banner-a .component_carousel_lazy_container {
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s;
    /*transform: translate3d(0,0,0);*/
    opacity: 1;
}
component-carousel-banner-a .component_carousel_lazy_container.hide_true {
    opacity: 0;
    z-index: -1;
    /*transform: translate3d(0,-100%,0);*/
}
component-carousel-banner-a .component_carousel_lazy_container [data-table] {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
component-carousel-banner-a .component_carousel_lazy_container [data-table-cell] {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
component-carousel-banner-a .sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
component-carousel-banner-a .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
component-carousel-banner-a .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
component-carousel-banner-a .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
component-carousel-banner-a .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
component-carousel-banner-a .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}