/* slider wrapper */
.slider-module__wrapper {
    padding: 15px 27px 20px 27px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px;
}
.slider-module__wrapper .bx-default-pager {
    display: none;
}
/* slider title */
#content .slider-module__wrapper h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 5px ;
    text-transform: uppercase;
    font-weight: normal;
}
/* slider arrows */
#content  .slider-module__wrapper .bx-controls-direction a {
    border: 20px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 10;
    text-indent: -6000px;
    line-height: 1px !important;
}
#content  .slider-module__wrapper .bx-controls-direction a.bx-prev {
    left: -15px;
    border-right: 20px solid #b8b8b8;
}
#content  .slider-module__wrapper .bx-controls-direction a.bx-next {
    right: -15px;    
    border-left: 20px solid #b8b8b8;
}
.slider-module__wrapper .bx-viewport {
    height: 300px !important;
}
/* slider item */
.slider-module__item {    
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.slider-module__item_content {
    margin: 0 7px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
/* slider image */
.slider-module__image {
    display: block;
    max-width: 130px;
    width: 130px;
    border: none !important;
    background: #ffffff !important;
    max-height: 130px;
    height: 130px;
    line-height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;    
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background: #f0f7fa;
    margin: 0 auto 20px auto;
}
.slider-module__image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
/* slider text */
.slider-module__text {
    padding: 15px 10px;
    box-sizing: border-box;
}
.slider-module__text a {
    display: block;
    z-index: 5;
    height: 55px;
    overflow: hidden;
}

@media screen and  (min-width: 100px) and (max-width: 1000px) {
.slider-module__wrapper .bx-wrapper{
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}
#content .slider-module__wrapper .bx-controls-direction a {
    border: 30px solid transparent;
}
}