
#affiliates, #exchanges {
	background: #100913;
	padding: 0;
	border-bottom: 1px solid #2e2e2e;
}
#exchanges {
	border-top: 1px solid #2e2e2e;
}
#affiliates a, #exchanges a {
	padding: 10px 45px;
	transition: 0.2s;
	display: block;
	border: 1px solid #221b26;
}
#affiliates a:hover, #exchanges a:hover {
	background: #221b26;
}
#affiliates .title, #exchanges .title {
	background: #2e2e2e;
	color: #fff;
	padding: 0 40px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
#affiliates .affiliate-carousel, #exchanges .exchange-carousel {
	margin: 15px 0;
}
/* =WALLETS
-------------------------------------------------------------- */

#wallets {
	text-align: center;
	padding: 100px 0;
}
#wallets .download {
	height: 86px;
	background: #18121b;
	line-height: 86px;
	margin: 10px;
	margin-bottom: 0;
	min-width: 280px;
	display: inline-block;
	font-size: 20px;
	transition: 0.5s;
}
#wallets h2 {
	color: #18121b;
	margin-bottom: 40px;
}
#wallets .download:hover {
	background: #2e2e2e;
}
#wallets .download a {
	color: #fff;
}
#wallets .download span {
	display: block;
	float: left;
	padding: 0 40px;
}
#wallets .download span.icon {
	width: 86px;
	height: 86px;
	padding: 0;
	background: #2e2e2e;
}
#wallets .download span.icon img {
	width: 40px;
	vertical-align: middle
}
