.downloads {}

.downloads #page-title {
	background-color: #129fba;
}

.downloads .item {
	padding: 30px 0 0;
}

.downloads .item:nth-child(odd) {}

.downloads .item:nth-child(even) {
	/* background-color: #eaeaea; */
}

.downloads .item .download-item {
	display: inline-block;
	width: 120px;
	padding-right: 30px;
	margin-bottom: 20px;
}

.downloads .item .download-item img {
	width: 100%;
}

.downloads .item .download-item b {
	display: block;
	margin: 15px 0 15px;
}

.downloads .item .download-item:hover b {
	color: #17824a;
}

.downloads .item .download-item span {
	color: gray;
	font-size: 10pt;
	display: block;
}

.downloads .item .download-item a {
	border: 1px solid #303030;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 12pt;
	color: #303030;
}

.downloads .item .download-item a:hover {
	border-color: #17824a;
	background-color: #17824a;
	color: #fff;
}

.downloads .item .download-item a i {
	line-height: 40px;
}
