.page-content-inner {
	max-width: 1020px;
	padding: 40px;
	background: #fff;
}
@media screen and (max-width: 767px) { /* mobile */
	.page-content-inner {
		padding: 20px;
	}
}

.filters {
	padding-bottom: 30px;
	border-bottom: 1px solid #d1d3d4;
}
.filters .res {
	margin-top: 20px;
}
.filters .res h5 {
	font-style: italic;
	font-size: 13px;
	color: #999;
}
.filters .res ul {
	margin-left: -10px;
	font-size: 0;
}
.filters .res li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 21px;
	margin: 10px 0 0 10px;
	padding: 0 15px 0 20px;
	border-radius: 10px;
	background: #bcbcbc;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
.filters .res li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	text-align: center;
	line-height: 18px;
}
.filters .top.grid-row {
	margin: 0 -5px;
}
.filters .top .grid-col {
	padding: 0 5px;
}
.filters .switcher {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: -1px;
	padding: 0 32px 0 10px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #34afe4;
}
.filters .switcher i {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	background: #fff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #464647;
}
.filters .switcher.active {
	border-bottom-color: #fff;
}
.filters .drop {
	display: none;
	height: 217px;
	overflow: auto;
	padding: 19px 29px 11px;
	border: 1px solid #e1e1e1;
}
.filters .drop.visible {
	display: block;
}
.filters .drop .title {
	margin-bottom: 9px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 13px;
	text-transform: uppercase;
	color: #787878;
}
.filters .drop .grid-row {
	margin: 0 -15px;
}
.filters .drop .grid-col {
	padding: 0 15px;
}
.filters .checkbox {
	display: block;
	position: relative;
	margin-bottom: 8px;
	padding: 3px 0 3px 35px;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
}
.filters .checkbox span {
	color: #999;
}
.filters .checkbox i {
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.filters .checkbox input {
	position: absolute;
	top: 0;
	left: -9999px;
}
.filters .checkbox input:checked + i {
	background: #fff url(../img/donate/checkbox.png) 50% no-repeat;
}
@media screen and (max-width: 999px) { /* tablet */
	.filters .drop .grid-col-4 .title {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.filters .switcher {
		margin-bottom: 5px;
	}
	.filters .drop {
		margin-top: 0;
	}
	.filters .top .grid-col {
		width: 100% !important;
	}
	.filters .top .grid-col:last-child {
		width: 100% !important;
	}
	.filters .switcher.active {
		border-bottom-color: #e1e1e1;
	}
}


.banner-top-alt {
	margin: -40px -40px 40px;
}
@media screen and (max-width: 767px) { /* mobile */
	.banner-top-alt {
		margin: -20px -20px 20px;
	}
}


.development {
	background: #f6f6f6 url(../img/development/bg.png) 50%;
	background-size: cover;
}
.development p {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	color: #464647;
}
.development h1 {
	font-size: 38px;
	line-height: 1.25;
	font-weight: 300;
	color: #215f88;
}
.development .button {
	margin-top: 30px;
	padding: 0 60px;
	font-size: 16px;
	line-height: 50px;
}
.development .tcell {
	height: 645px;
}
.development .grid-con {
	max-width: 640px;
	background: transparent;
	padding-bottom: 0;
}
@media screen and (max-width: 767px) { /* mobile */
	.development p {
		font-size: 20px;
	}
	.development h1 {
		font-size: 30px;
	}
	.development .tcell {
		height: auto;
		padding: 30px 0;
	}
}

/* End of file new3.css */