/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

[id^=clc_carousel] .owl-nav {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto;
}

[id^=clc_carousel] .owl-nav .owl-prev, [id^=clc_carousel] .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.68) !important;
    width: 25px;
    height: 25px;
}

[id^=clc_carousel] .owl-nav .owl-next {
    float: right;
}

[id^=clc_carousel] .owl-nav .owl-prev:hover, [id^=clc_carousel] .owl-nav .owl-next:hover {
    background-color: rgba(175, 175, 175, 0.77) !important;
	text-decoration: none;
}
.owl-carousel .owl-dots{
    text-align: center;
}
[id^=clc_carousel] .owl-nav .owl-prev strong, [id^=clc_carousel] .owl-nav .owl-next strong {
    color: #000;
}
[id^=clc_carousel] .owl-dots button.owl-dot {
    background-color: rgba(0, 0, 0, 0.43);
    width: 15px;
    height: 15px;
    margin-left: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
}

[id^=clc_carousel] .owl-dots button.owl-dot.active {
    border: 2px solid #000000;
    background: #3c3c3c;
}



[id^=clc_carousel] .clc_logo_container {
    /* display: inline-block; */
    /* height: 100%; */
    flex: 1;
    padding: 16px;
    /* align-items: center; */
}
[id^=clc_carousel] .clc_logo_container img{
    max-width: 180px;
    margin: 0 auto;
}

[id^=clc_carousel] .item {
    display: flex;
    width: 100%;
    height: 140px;
    align-items: center;
}



