.alc_wrapper {
position: relative;
}
.alc_wrapper .alc_item figure a img {
box-shadow: none;
}
.alc_wrapper .alc_title {
text-align: center;
margin-bottom: 70px;
}
.alc_wrapper .alc_title h3 {
color: #202428;
font-size: 24px;
font-weight: 500;
display: inline-block;
position: relative;
padding-bottom: 25px;
margin:0;
line-height: 0;
}
.alc_wrapper .alc_title h3:before {
position: absolute;
content: "";
left: 50%;
bottom: 0;
width: 50px;
height: 2px;
background: #e4e8ed;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.alc_wrapper .alc_title h3 span {
color: #ff5500;
}
.alc_wrapper .alc_item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.alc_wrapper .alc_item figure a img {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.alc_wrapper .alc_slider_wrapper {
position: relative;
}
.alc_wrapper .alc_slider_controls .slider_control {
display: inline-block;
line-height: 40px;
font-size: 11px;
border: 1px solid #eaeaf1;
padding: 0 15px;
cursor: pointer;
margin-right: 5px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
color: #9192a3;
}
.alc_wrapper .alc_slider_controls .slider_control:last-child {
margin-right: 0;
}
.alc_wrapper .alc_slider_controls .slider_control:hover {
background: #ff5500;
border-color: #ff5500;
color: #fff;
}