#our-customer {
    padding: 40px 0;
}
#our-customer-slider img {
	max-height: 80px;
	width: auto;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 36px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    font-size: 35px;
    line-height: 35px;
}
.owl-nav .owl-prev {
    left: -35px;
}

.owl-nav .owl-next {
    right: -35px;
}

section#case-studies {
    padding: 40px 0 80px 0;
}
ul#case-containers {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#case-containers li {
    width: 33%;
    float: left;
    padding: 5px;
}

.case-item {
    background: #eee;
    padding: 10px;
    min-height: 210px;
}

.case-image {
    max-width: 33%;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    float: left;
}

.case-content {
    float: right;
    width: 66%;
    text-align: left;
    padding: 0 10px;
}

h4.case-title {
    margin: 0 0 10px;
    font-size: 14px;
    color: #f00;
    font-weight: bold;
}

.case-content p {
    font-size: 12px;
}

#load-more .arrow-down{
	display: block;
	width: 32px;
	height: 32px;
	/* Icons made by Dave Gandy www.flaticon.com is licensed by CC 3.0 BY */
	background: url('images/icons/down.png') center no-repeat;
	margin: 0 auto;
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	ul#case-containers li {
		width: 100%;
	}
}