.btn.view-more {
	width: 50%;
	padding: 10px 0;
	margin-top: 15px;
	font-size: 16px;
	letter-spacing: 4px
}

.btn.view-more:hover {
	background-color: #c1c1c1
}

.block.home {
	padding-top: 20px
}

.home-bulk li:nth-child(odd) a.active,
.home-bulk li:nth-child(odd) a:focus,
.home-bulk li:nth-child(odd) a {
	background-color: #eb2c33;
	color: #fff
}

.home-bulk li:nth-child(even) a.active,
.home-bulk li:nth-child(even) a:focus,
.home-bulk li:nth-child(even) a {
	background-color: #5eb22d;
	color: #fff
}

.home-bulk li a:hover {
	background-color: #949494
}

.home-bulk li {
	width: 200px;
	text-align: center
}

.home-bulk {
	margin-top: -6px;
	float: right
}

.btn-bordered-info.active {
	/* background: #1989d2!important; */
	background: #8a3ca9!important;
	border: 1px solid #e1e1e1;
	border-width: 1px 4px;
	color: #fff
}