body {
	background-color: #f3f3f3;
	font-size: 14px;
}

/*********************************/
/**           BUTTONS            */
/*********************************/
/* show more */
.btn.btn-greyed {
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 12px;
	border: none;
	position: relative;
	background-color: rgba(34, 34, 34, 0.1);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.btn-greyed:hover {
	background-color: rgba(34, 34, 34, 0.2);
	color: #333;
}

.page-content {
	/* background-color: #fff;
	border-radius: 8px;
	border: solid 1px #d3d3d3;
	padding: 15px 20px;
	padding-bottom: 40px; */
}

/*********************************/
/** EVENT COMMUNITY SPECIFIC STYLES  */
/*********************************/
.padded {
	padding-left: 15px;
	padding-right: 15px;
}
.text-greyed {
	color: #999;
}
.event-community .glyphicons {
	padding-left: 0;
	color: inherit;
}
.glyphicons.search {
	width: 14px;
	color: black;
}
.glyphicons.search:before {
	position: relative;
	top: -1px;
}
.event-community .glyphicons:before {
	position: static;
	font-size: inherit;
	line-height: 0;
	color: inherit;
}
.event-community h2 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.event-community h2 .glyphicons {
	position: relative;
	top: -4px;
}
.spinner {
	margin: 10px 0;
	content: url(/css/screen/common/img/loading.gif);
}
.arrowed li:before {
	content: "";
	display: inline-block;
	margin-right: 10px;

	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #333;
}

/*********************************/
/** BANNER                       */
/*********************************/
.banner {
	padding: 0;
	margin-bottom: 30px;
}
.banner img {
	/* border-radius: 0 0 6px 6px; */
}

/*********************************/
/** PAGE HEADER                  */
/*********************************/

.eventDate {
	text-transform: capitalize;
	font-size: 1.8rem;
}

/*********************************/
/** FUNDRAISING INFO             */
/*********************************/
.bordered {
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	margin: 20px 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fundraising-info {
	font-size: 20px;
}

.fundraising-info .text {
	color: #999;
	position: relative;
	top: 5px;
	left: 5px;
}

.fundraising-info .glyphicons {
	font-size: 24px;
}
.searchform .input-group-btn .btn {
	padding: 3.63333px 12px 7px 12px;
	border-radius: 0px 4px 4px 0px;
    box-shadow: none;
}

/* SOCIAL BUTTONS */
.social-icons {
	padding: 3px;
	padding-right: 8px;
	display: inline-block;
	font-size: 15px;
	text-align: right;
}
.social-icons a {
	margin-left: 6px;
}
.social-icons a img {
	width: 45px;
}

/*********************************/
/** PODIUMS                      */
/*********************************/
.podiums {
	padding-bottom: 2rem;
}
.podium-item {
	background-color: white;
	border: solid 1px #ebebeb;
	border-radius: 8px;
	counter-reset: step-counter;
}
.podium-item li:hover {
	background-color: #f5f5f5;
}
.podiums h2 {
	text-transform: uppercase;
}
.podium-item h3 {
	color: black;
	font-size: 20px;
	border-bottom: solid 1px #ebebeb;
	margin: 0;
	padding: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.podium-item .name {
	color: #000;
}
.podium-item ol {
	padding-left: 0;
	margin-bottom: 0;
}
.podium-item ol {
	margin-left: 0;
	padding-right: 0;
	list-style-type: none;
}
.podium-item ol a * {
	color: black;
	font-weight: 600;
}
/* .podium-item ol a:first-child * {
	color: white;
} */
.podium-item ol a li {
	height: 83px;
	counter-increment: step-counter;
	padding-top: 23px;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 16px;
}
.podium-item ol a li:before {
	content: counter(step-counter, decimal-leading-zero) " ";
	font-size: 25px;
	margin-right: 15px;
}
.podium-item ol a:first-of-type li:before {
	/* color: inherit; */
}
.podium-item a:first-of-type .triangle {
	content: "";
	display: none;
	margin-right: 10px;

	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid;

	position: absolute;
	top: 94px;
	left: 15px;
}

.podium-item .avatar,
.podium-item .details,
.podium-item ol li:before {
	float: left;
	margin-left: 15px;
}
.podium-item .details {
	line-height: 16px;
	max-width: 185px;
}
.podium-item .details .name {
	max-height: 32px;
	max-width: 175px;
	overflow: hidden;
	text-overflox: ellipsis;
}
.podium-item .show-more {
	display: block;
	border: 0;
	max-width: 150px;
	margin: 20px auto;
	padding: 0.7rem;
}

.podium-item .picture-container {
	overflow: hidden;
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 6px;
}

.podium-item .picture-container img {
	position: relative;
}

/*********************************/
/**    LATEST SECTION            */
/*********************************/
.event-community .latest {
	margin-top: 15px;
}
.event-community .latest h2 {
	font-size: 24px;
}
.event-community ul.arrowed {
	list-style: none;
	padding-left: 10px;
}
.event-community ul.arrowed li {
	margin-bottom: 14px;
}

.news-date {
	font-style: italic;
	font-size: 70%;
}

.latest .no-style {
	text-decoration: none;
	color: #333;
}

.latest-news-show-more .glyphicons {
	color: inherit;
	top: -2px;
	padding-left: 0;
}

/*********************************/
/**    RESPONSIVE                */
/*********************************/
@media (max-width: 991px) {
	.fundraising-info,
	.share {
		text-align: center;
		margin-bottom: 15px;
	}
	.event-community .social-icons {
		margin-top: 5px;
	}
	.podium-item .details {
		max-width: 115px;
	}
}

@media (max-width: 767px) {
	.podium-item {
		margin-bottom: 30px;
	}
	.padded.latest {
		margin-top: 0;
	}
	.podium-item .details {
		max-width: 79%;
	}
}

@media (max-width: 450px) {
	.fundraising-info {
		font-size: 18px;
	}
	.podium-item .details {
		max-width: 68%;
	}
}

.link-behavior {
	/* color: #337ab7; */
}

.link-behavior:hover {
	/* color: #23527c;
	text-decoration: underline; */
}

.amount-text {
	color: #999;
}

.signal-icon .glyphicons.signal {
	margin-top: 10px;
	color: #999;
}

@media (max-width: 768px) {
	.amount {
		text-align: right;
	}

	.amount-text {
		text-align: left;
		margin-left: -10px;
	}

	.signal-icon .glyphicons.signal {
		font-size: 30px;
	}
}

@media (min-width: 450px) {
	.fundraising-info {
		border-right: solid 1px #e8e8e8;
	}
}

.signal-icon {
	margin-left: 20px;
}

.banner {
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;
}

.banner img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.banner img {
		height: 200px;
	}
}

.headerImg {
	display: flex;
	align-items: flex-end;
}
.headerImg img {
	margin-bottom: 2rem;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 100%;
}

.box.details img {
	border-radius: 6px;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.eventDate {
	font-weight: 500;
}
.eventTitle {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

.eventDesc {
	margin-top: 4rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2rem 0;
}

.eventNumbers {
	font-weight: 600;
	padding-top: 3rem;
}
.eventNumbers .amount,
.eventNumbers .fundraisersCount,
.eventNumbers .groupsCount {
	font-size: 4rem;
	text-align: left;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.eventNumbers .amount,
	.eventNumbers .fundraisersCount,
	.eventNumbers .groupsCount {
		font-size: 3rem;
	}
}

.titleItem {
	font-weight: 600;
	font-size: 1.6rem;
}

.communityImages hr {
	border-bottom: 1px solid #ddd;
}

.communityImages .items img {
	margin-bottom: 1rem;
}

.progressbar {
	padding: 3rem 0;
}

.progressbar .legend,
.progressbar .numbers {
	display: flex;
}
.progressbar .legend {
	font-weight: 500;
}

.progressbar .bar {
	background-color: #cbd0d3;
	height: 12px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.progressbar .bar > div {
	height: 100%;
	transition: 0.5s;
}

.communityImages .btn {
	color: white;
}

.contact .buttons > .btn {
	background: #ebeded;
	border: none;
	padding: 1rem;
	display: block;
	text-align: center;
	color: black !important;
	font-weight: 600;
}

.progressbar {
	padding: 3rem 0;
}

.progressbar .legend,
.progressbar .numbers {
	display: flex;
}
.progressbar .legend {
	font-weight: 500;
}

.progressbar .numbers {
	font-weight: 600;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.progressbar .numbers {
		font-size: 1.5rem;
	}
}

.progressbar .legend > span,
.progressbar .numbers > span {
	flex: 1;
}
.progressbar .legend > span:last-child,
.progressbar .numbers > span:last-child {
	text-align: right;
}

.progressbar .bar {
	background-color: #cbd0d3;
	height: 12px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.progressbar .bar > div {
	height: 100%;
	transition: 0.5s;
}

.communityImages .btn {
	color: white;
	border-radius: 2rem;
	max-width: 220px;
	margin: 0 auto;
	display: block;
}

.contact .buttons > .btn {
	background: #ebeded;
	border: none;
	padding: 1rem;
	display: block;
	text-align: center;
	color: black !important;
	font-weight: 600;
}

.contact img {
	max-width: 100%;
}

.communityImages .picture-container {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.communityImages .picture-container img {
	position: relative;
}

@media (min-width: 768px) {
	.communityImages .picture-container {
		width: 147px;
		height: 147px;
	}
}

@media (min-width: 992px) {
	.communityImages .picture-container {
		width: 202px;
		height: 202px;
	}
}

@media (min-width: 1200px) {
	.communityImages .picture-container {
		width: 252px;
		height: 252px;
	}
}

@media (max-width: 767px) {
	.communityImages .picture-container {
		width: 136px;
		height: 136px;
	}
}

.titleItem {
	font-weight: 600;
	font-size: 1.6rem;
	color: #222222 !important;
	text-decoration: none !important;
}
