body {
	background-color: #F3F3F3;
	font-size: 14px;
}
.page-content {
	background-color: #FFF;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: solid 1px #D3D3D3;
	padding: 15px 30px 40px;
	overflow-x:hidden;
}
.search-footer {
	padding-bottom: 20%;
}
.padded {
	padding-left: 15px;
	padding-right: 15px;
}
.page-content .glyphicons:before {
	position: static;
	font-size: inherit;
	line-height: 0;		
	color: inherit;
}
/* Search glyphicon */
.page-content .glyphicons {
	color: inherit;
}
.page-content .glyphicons.search {
	padding-left: 0;
	width: 14px;
	top: -1px;
}
/* Sections glyphicons */
.page-content .glyphicons {
	color: inherit;
	width: 50px;
	position: relative;
	top:-4px;
	padding-left: 20px;
	margin-right: 5px;
}
.page-content  h2 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.page-content .glyphicons.circle_arrow_right {
	padding-top: 50%;
}
.light-text .glyphicons {
	margin-right: auto;
	padding-left: 0px;
	width: auto;
	top: -2px;
}
/*********************************/
/**          PAGE HEADER         */
/*********************************/
.search-header {
	margin-top: 10%;
	margin-bottom: 20px;
}
.top-content {
	float: none;
}
/*********************************/
/**         SEARCH INPUT         */
/*********************************/
.searchform .input-group-btn .btn {
	color: #FFF;
	padding: 6px 12px 5px 12px;
	margin-bottom: 20px;
	border-radius: 0px 4px 4px 0px;
}
.input-group {
	margin-top: 10px;
}
.input-group .form-control {
	font-size: 16px;
}
/*********************************/
/**         SEARCH RESULTS       */
/*********************************/
.lb-section {
	margin-top: 20px;
}
.result-section {
	border: 1px solid #DDD;
	border-radius: 8px;
	padding-left: 0;
	padding-right: 0;
}

.picture-container,
.pic-container {
	overflow: hidden;
	width: 90px;
	height: 90px;
	border-radius: 6px;
	margin-left: 20px;
}
.pic-container .img-responsive {
	max-height: 100%;
}
.picture-container img[squared-image] {
	position: relative;
	max-width: none !important;
}
.result-row {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
	border-bottom: 1px solid #ddd;
}

.result-row:hover {
	background-color: #F5F5F5;
}
.result-row-wrapper:first-child .result-row {
	border-top: 1px solid #ddd;
}
.section-footer {
	min-height: 20px;
}
.charity-desc {
	height: 95px;;
	overflow: hidden;
}
.charity-desc:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 1.43em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
}
.result-row:hover .charity-desc:after {
	background: linear-gradient(to right, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1) 100%);
}
.light-text {
	color: #737373;
}
.long-text {
	margin-top: 10px;
}
.link-icon-div {
	color: #999;
}
.link-icon {
	font-size: 35px;
	height: 5px;
	margin-top: -10px;
	margin-left: -30px;
}
.show-more {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(34, 34, 34, 0.1);
	border: medium none;
	color: #5e5e5e;
	font-size: 12px;
	padding: 7px 12px;
	position: relative;
	text-transform: uppercase;
}
.show-more:hover {
	background-color: rgba(34,34,34,0.2);
	color: #5E5E5E;
}

.spinner {
	margin-bottom: 10px;
	content: url(/css/screen/common/img/loading.gif);
}
/*********************************/
/**    RESPONSIVE                */
/*********************************/
@media(max-width: 992px) {
	.picture-container,
	.pic-container {
		width: 60px;
		height: 60px;
		margin-left: 10px;
	}
	.search-footer {
		padding-bottom: 10%;
	}
}

@media(max-width: 750px) {
	.page-content {
		padding: 15px 14px 40px;
	}
	
	.search-header h1 {
		font-size: 30px;
	}
	
	.result-section {
		border-radius: 0px;
	}
	
	.searchform {
		margin-top: 15px;
	}
}