/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

#ram-bottom-loader {
	display: none;
	justify-content: center;
	width: 100%;
	font-weight: bold;
}

#ram-bottom-loader, #ram-more-btn-wrap {
	padding-bottom: 10px;
}

.infinite-loading #ram-bottom-loader {
	display: flex;
}

.ram-bottom-el {
	background-color: #7e79ba;
	color: #fff;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	display: block; 
	text-align: center;
	border-radius: 20px;
	padding: 0 20px;
	transition: color .2s, background-color .2s;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
}

.ram-bottom-el .fa {
	color: #fff;
	margin-right: 10px;
}
a.ram-bottom-el {
	text-decoration: none;
}
a.ram-bottom-el:hover {
	background-color: #b6aee0;
	color: #fff;
}