.social-links {
	display: block;
	background: #d1d5d6;
	text-align: center;
	padding: 0 0 40px 0;
	margin: 0 auto;
}
.social-links h2 {
	color: #fff;
	font-size: 21px;
	font-family: "din-black";
	padding: 30px 0 5px 0;
	font-weight: 400;
}
.social-links h3 {
	color: #fff;
	font-size: 18px;
	font-family: "din-medium";
	padding: 0 0 20px 0;
	font-weight: 400;
}
.social-links ul li {
	display: block;
	text-align: center;
}
.social-links ul li a span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding-top: 3px;
}

.social-links .owl-prev, .social-links .owl-next {
	display: none !important;
}

.social-links div.socialIcon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 37px;
    height: 37px;
      
}
.social-links a span {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 2px 0 0 0;
}
.social-links a:hover span {
	color: #fff;
}
.social-links a div.socialIcon 
{
     background-repeat: no-repeat;
     background-position: 0px 0px;
}

.social-links a:hover div.socialIcon {
    background-position: 0px -37px;
}

@media (max-width: 767px) {

	.social-links .owl-prev, .social-links .owl-next {
		display: block !important;
		position: absolute;
		top: 26%;
		width: 19px;
		height: 31px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		opacity: 1;
	}
	.social-links .owl-prev:hover, .social-links .owl-next:hover,
	.social-links .owl-prev:focus, .social-links .owl-next:focus  {
		opacity: 0.3;
	}
	.social-links .owl-prev {
		left: 0;
	}
	.social-links .owl-next {
		right: 0;
	}
}