.page-title h1 {
	font-size: 72px;
	font-weight: 700;
	color: #616161;
	letter-spacing: -0.025em;
	text-transform: lowercase;
	margin: 50px 0 0;
	text-align: center;
}

.load-more a {
	display: inline-block;
	position: relative;
	background: #dadada;
	border-radius: 5px;
	min-width: 470px;
	height: 40px;
	padding: 0 10px;
	color: #07628E;
	text-align: center;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.load-more a::before {
	content: '';
	display: block;
	position: absolute;
	width: 45px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
	background: url(../../images/icon-btn-arrow-a.png);
}

.load-more a::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.load-more a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	color: #07628E;
}

.load-more span {
	margin-top: 0px;
}