/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

#infp-bottom-loader {
	display: none;
	justify-content: center;
	width: 100%;
	font-weight: bold;
}

.infinite-loading #infp-bottom-loader {
	display: flex;
}

#infp-more-btn-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	font-weight: bold;
}

.infp-bottom-el {
	background-color: #0463bc;
	color: #fff!important;
	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;
	margin: 20px 0;
}

.infp-bottom-el .fa {
	color: #fff;
	margin-right: 10px;
}
.infp-bottom-el:hover {
	background-color: #0091d4;
	color: #fff;
	text-decoration: none;
}

#debug_info {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
	color: #000;
	padding: 3px;
}