.pl_0 {
	padding-left: 0px;
}

.pr_0 {
	padding-right: 0px;
}

.article-section-holder {
	margin-bottom: 40px;
}

.article-holder {
	padding: 20px 90px 0 30px;
}

.article-title {
	font-family: GothamMedium;
	font-size: 18px;
	line-height: 22px;
}

.article-short-desc {
	font-family: GothamBook;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}

.read-more {
	font-family: AvenirNext;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #f14949;
	cursor: pointer;
}

/*style for pagination*/

#navigation {
	margin-bottom: 60px;
}

.fa-angle-left, .fa-angle-right {
	font-size: 20px;
	border: 1px solid #000;
	padding: 11px 18px;
	color: #000;
	position: relative;
}

.fa-angle-left:hover, .fa-angle-right:hover {
	border-color: #f14949;
	color: #f14949;
	cursor: pointer;
}

.disabled {
	border-color: #505050 !important;
	color: #505050 !important;
	cursor: not-allowed !important;
}

.pagination li {
	border: none;
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	padding: 0 8px;
		font-family: AvenirNext;
		font-size: 14px;
		color: #292d37;
}

.pagination li:hover, .pagination li:active, .pagination li.active {
	background-color: transparent;
	color: #f14949;
	cursor: pointer;
}

/*end of style for pagination*/

@media only screen and (max-width: 1000px) {
	.article-holder {
		padding: 15px 30px 15px 15px;
	}
}