.animated_logo_slider .carousel-wrap {
    margin: 90px auto 50px;
    padding: 0 5%;
    width: 100%;
    position: relative;
}

.animated_logo_slider {
	padding: 20px 0px;
}

.animated_logo_slider img.lazyloaded {
	filter: grayscale(1);
	transition: 0.5s;
}

.animated_logo_slider img.lazyloaded:hover {
	filter: grayscale(0);
}

/* To disable arrows on first and last slide */
.disabled {
    display: none;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    padding: 30px 0;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-stage {
	display: flex;
	align-items: center;
}

/*
.owl-nav .owl-next {
    right: -30px;
}
*/

.logo_slideshow_header {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.2px;
    margin-top: -15px;
    margin-bottom: -50px;
    padding-top: 50px;
    color:#4F4F4F;
}

.logo_slideshow_link {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
    display: block;
    margin-top: -65px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {

.owl-carousel .item{
	margin-left:-10px;
    margin-right:-10px;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 0%;
    width: 100%;
    position: relative;
}
	
.logo_slideshow_header {
	padding: 50px 20px 0px 20px;
	}
	
.owl-nav > div {
	margin-top: -20%;
}
		
	
@media only screen and (min-width: 769px) and (max-width: 1199px) {
	
	.owl-item img {
		width: 70px;
	}
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    padding: 0px 0;
}

}