#leaderboard-link {
	position: absolute;
	top: 0;
	right: 15px;
	color: #FFF;
	font-size: 16px;
	line-height: 42px;
	font-weight: 300;
	text-decoration: none;
}

#leaderboard-link span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('images/leaderboard.png') center no-repeat transparent;
	background-size: contain;
	position: relative;
	top: 3px;
}

.feedgroup {
	margin-top: 5px;
}

.filter-dropdown {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	margin: 5px 30px 0 20px;
	font-weight: 400;
	text-transform: none;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #ffd87a;
	padding: 0 4px;
}

.filter-dropdown span {
	color: #ffd87a !important;
	font-size: 18px;
}

.filter-dropdown i {
	color: #FFF !important;
	padding-left: 10px;
	font-size: 20px;
	position: relative;
	top: 2px;
}

.filter-dropdown-options {
	display: none;
	position: absolute;
	top: 33px;
	right: -30px;
	width: 240px;
	z-index: 102;
	background: #FFF;
	border: 5px solid #d7dddf;
	list-style-type: none;
	margin: 0;
	padding: 0;
	box-shadow: -3px 3px 10px rgba(100,100,100,0.3);
}

.filter-dropdown-options:before {
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	background: #FFF;
	position: absolute;
	top: -8px;
	right: 23px;
	transform: rotate(45deg);
}

.filter-dropdown-options li {
	margin: 0;
	padding: 16px 0 16px 30px;
	font-size: 18px;
	line-height: 18px;
	color: #828C8E;
	cursor: pointer;
	transition: 300ms;
}

.filter-dropdown-options li span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	top: 2px;
}

.filter-dropdown-options li.latest span {
	background-image: url('images/latest-clock.png');
}

.filter-dropdown-options li.trending span {
	background-image: url('images/arrow.png');
}

.filter-dropdown-options li.editors-picks span {
	background-image: url('images/star-icon.png');
}

.filter-dropdown-options li.week span {
	background-image: url('images/yellow-arrows.png');
}

.filter-dropdown-options li.month span {
	background-image: url('images/orange-arrows.png');
}

.filter-dropdown-options li.year span {
	background-image: url('images/yellow-arrows.png');
}

.filter-dropdown-options li.alltime span {
	background-image: url('images/red-arrows.png');
}

.filter-dropdown-options li.all span {
	background-image: url('images/all.png');
}

.filter-dropdown-options li.header {
	padding: 20px 0 6px 30px;
	text-transform: uppercase;
	background: #FFF;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	cursor: text;
}

.filter-dropdown-options li.best-scores {
	padding: 16px 0 16px 30px;
}

.filter-dropdown-options li.trending,
.filter-dropdown-options li.editors-picks,
.filter-dropdown-options li.week,
.filter-dropdown-options li.year {
	background: #F9F9F9;
}

.filter-dropdown-options li:hover,
.filter-dropdown-options li.active {
	background: #e6eaec;
	transition: 300ms;
}

.filter-dropdown-options li.header:hover {
	background: #FFF;
	transition: 0ms;
}

h2.feed-more {
	text-align: right;
}

h2.feed-more a {
	display: none;
	background: transparent;
	color: #d1d1d1;
	font-size: 11px;
	line-height: 11px;
	padding: 10px 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	transition: 300ms;
	position: relative;
	text-align: center;
}

h2.feed-more a.loading {
	color: #d1d1d1;
	display: block;
}

/*h2.feed-more a.loading i {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 21px;
	color: #d1d1d1;
	font-size: 18px;
}*/

.list-title .show-latest {
	text-transform: capitalize;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	font-size: 12px;
	text-decoration: underline;
	float: right;
}

.list-title .show-latest i {
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	color: #FFF;
	margin-left: 5px;
}

h2.feed-more a i.fa-spin {
	-webkit-animation: fa-spin 1.2s infinite linear;
	animation: fa-spin 1.2s infinite linear;
}

.feed-wrapper article.listed-article {
	transition: 1000ms;
}

.feed-wrapper article.listed-article.move-out {
	transform: translate3d(-4000px, 0, 0);
	transition: 1000ms;
}

@media screen and (max-width: 768px){
	#leaderboard-link {
		display: none;
	}
	#leaderboard-link {
		font-size: 18px;
	}
	.filter-dropdown {
		float: right;
		margin-top: 3px;
		margin-right: 18px;
		font-size: 14px;
	}
	.filter-dropdown-options li:hover {
		background: inherit;
	}
	.filter-dropdown-options {
		right: -10px;
	}
	.filter-dropdown-options:before {
		right: 7px;
	}
	.article-quote > div.wrapper .quote-wrap {
		width: 85%;
	}
}