@media (max-width: 480px) {
	.vc_wm_logo_slider_wrapper {
        width: 70%;
    }
}
.vc_wm_logo_slider {
    font-size: 0;
    margin-bottom: 50px;
}

.vc_wm_logo_single_slide {
    background-color: transparent;
    display: inline-block;
    width: 159px;
    /*height: 240px;*/
    position: relative;
    margin-right: 9px;
}

.vc_wm_logo_single_slide:last-of-type {
    margin-right: 0;
}

.vc_wm_logo_single_slide img {
    max-height:100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vc_wm_logo_slider .container {
    position: relative;
}
.vc_wm_logo_slider_wrapper {
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-left: 5px;
}
.vc_wm_logo_slider_arrow {
    width: 31px;
    height: 31px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;

}
.vc_wm_logo_slider_arrow_left {
    left: 0;
}
.vc_wm_logo_slider_arrow_right {
    right: 0;
}
.vc_wm_logo_slider_arrow_right svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}
.vc_wm_logo_slider_arrow svg path {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.vc_wm_logo_slider_arrow svg:hover path {
    fill: #03b6e7;
}
.vc_wm_logo_slider .slick-slide{
    min-height:100px !important;
}
.vc_wm_logo_slider_title {
    margin-bottom: 30px;
    margin-top: 40px;
    color: #3b434c;
}
.vc_wm_logo_slider_title p {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.vc_wm_logo_slider_subtitle {
    margin-top:0px;
    text-align: center;
    margin-top: 40px;
}

.vc_wm_logo_slider_subtitle h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    color: #1c1c1c;
    margin-bottom:0px;
}

.vc_wm_logo_slider_subtitle p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #b7b1b1;
    /*margin-bottom: 10px;*/
}
.vc_wm_logo_slider_separator {
    width: 111px;
    height: 2px;
    background-color: #ffaf36;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:14px;
    margin-bottom: 25px;

}
.vc_wm_logo_slider_separator_part {
    width: 23px;
    background-color: #000;
    height: 100%;
}
