.col-centered {
    float: none;
    margin: 0 auto;
	padding: 6px 15px;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: #ffffff40;
	font-size: 29px !important;
}
.carousel-control > a:hover > span {
    color: #ffffff;
}
.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
}

/* .col-centered .carousel-inner {
    height: 207px;
} */

.carousel-col .active > div { display:none; }
.carousel-col .active > div:first-child { display:block; }

.large-sl .carousel-caption{
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding: 10px 0 0 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	font-weight: bold;
    background: rgb(0 0 0 / 46%);
}
.large-sl .carousel-caption h2 {font-weight: normal; font-size: 17px;margin: 0 0 8px 0;}
.large-sl .carousel-caption p {font-weight: normal;}
.carousel-caption2 p{
	padding: 5px 0 10px 0;
    color: #000000;
    line-height: 1.3em;
    display: block;
    margin: 0; 
	font-size:14px;
}
.carousel-caption2 h3{
	padding: 0 0 10px 0;
    color: #cc082a;
    font-weight: 500;
    letter-spacing: initial;
    line-height: 1.3em;
    display: block;
    font-size: 13px;
    margin: 0; 
}
.thumbnail-slider-box {
	border-top: 3px solid #cc062a;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 24px;
    overflow: hidden;
}
.thumbnail-slider-box h2 {
    color: rgba(0,0,0,.75);
    display: block;
    margin: 0;
    
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.thumbnail-slider-box h2 a {
    color: #cc062a;
	text-decoration:none;
    display: block;
    margin: 0;
    padding: 15px 0 15px 20px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .carousel-col .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .carousel-col .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left { left: -33%; }
    .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev		     { left: -33%; }
    .carousel-col                { width: 33%; }
    .carousel-col .active > div:first-child + div { display:block; }
    .carousel-col .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		     { left: -25%; }
    .carousel-col                { width: 25%; }
    .carousel-col .active > div:first-child + div { display:block; }
    .carousel-col .active > div:first-child + div + div { display:block; }
    .carousel-col .active > div:first-child + div + div + div { display:block; }
}