#sponsors {
	width: 100%;
	overflow: hidden;
}

#sponsors .sponsors-title {
	width: 100%;
	height: 80px;
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
}

#sponsors .sponsors-title > div{
	position: absolute;
	color: #fff;
	font-size: 25px;
	z-index: 5;
	width: 100%;
	padding-top: 25px;
}

#sponsors .sponsors-title .title {
	width: 100%;
	height: 60px;
	background: #000;
	top: 15px;
	left: -65px;
	position: relative;
	transform: skew(65deg ,0deg);
	box-shadow: 0px 5px 13px #000000b3;	
	z-index: 1;
}

#sponsors .content {
	width: 100%;
}

#sponsors .content .first{
	width: 100%;
	overflow: auto;
}

#sponsors .content .second{
	width: 100%;
	/*background: #161616;*/
	background: #fff;
	-moz-box-shadow: inset 0 -30px 30px -30px #000;
	-webkit-box-shadow: inset 0 -30px 30px -30px #000;
	box-shadow: inset 0 -30px 30px -30px #000;
	overflow: auto;
	padding-bottom: 2rem;
}

#sponsors .logos_list {
	text-align: center;
	padding: 0 8rem;
}

#sponsors .logos_list li {
	width: auto;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

#sponsors .logos_list li img {
	vertical-align: middle;
	width: auto;
	height:100%;
	filter: grayscale(100%);
}

#sponsors .logos_list li:hover img {
	filter: grayscale(0%);
}

@media only screen and (max-width:510px) {
	#sponsors .logos_list {
		padding: 0 1rem;
	}
}
