.page-header {
	position: fixed;
	top: -99999px;
}

h2 {
	border-bottom: 2px solid #FED857;
	margin-bottom: 1rem;
}

.project-description {
	border-bottom: 0;
	margin-bottom: 1rem;
}

/**/

.raised-bar {
	background: #f1f1f1;
	position: relative;
	margin-bottom: .5rem;
}

.raised-bar .bar {
	width: 0%;
	background: #FED857;
	height: 8px;
}

.raised-bar .bubble {
	position: absolute;
	top: 100%;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	z-index: 99;
	background: #273775;
	border-radius: .5rem;

	display: none;
}

[dir="rtl"] .raised-bar  .bubble {
	right: 0%;
	margin-right: -40px;
}

[dir="ltr"] .raised-bar  .bubble {
	left: 0%;
	margin-left: -40px;
}


.raised-bar .bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #273775 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -10px;
}

[dir="rtl"] .raised-bar .bubble:after {
	left: 30px;
}

[dir="ltr"] .raised-bar .bubble:after {
	right: 30px;
}

/**/

.project-item-tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}

[dir="rtl"] .project-item-tabs > li {
	float: right;
	margin-left: 15px;
}

[dir="ltr"] .project-item-tabs > li {
	float: left;
	margin-right: 15px;
}

.project-item-tabs > li > span {
	display: block;
	padding: .35rem 1rem;
	border-radius: 5px 5px 0 0;
	color: #000;
	cursor: pointer;
}

@media (max-width: 991px) {
	[dir="rtl"] .project-item-tabs > li {
		margin-left: 0;
	}
	[dir="ltr"] .project-item-tabs > li {
		margin-right: 0;
	}
	.project-item-tabs > li > span {
		padding: .2rem .5rem;
	}
	.project-item-tabs > li > span .badge {
		display: none;
	}
}

.project-item-tabs > li:hover > span {
	background: #f1f1f1;
}

.project-item-tabs > li[aria-selected='true'] > span {
	background: #FED857;
}


.panel {
	border-top: 2px solid #FED857;
	padding-top: 1rem;
}

.panel[aria-hidden='true'] {
	display: none;
}

/**/

.update .date {
	border: 1px solid #ddd;
	text-align: center;
}

.update .date > .d {
	border-bottom: 1px solid #ddd;
	padding: 5px;
	font-size: 2em;
	font-weight: bold;
}

.update .date > .m {
	background: #f1f1f1;
	padding: 5px;
}

/**/

/**/

.donate ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.donate ul li {
	background: #f1f1f1;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ddd;
}

.donate ul li a {
	color: #333;

	text-decoration: none;
	display: block;
	padding: 15px;
	position: relative;
}

.donate ul li a.disabled h3,
.donate ul li a.disabled h4,
.donate ul li a.disabled p {
	opacity: 0.6;
}


.donate .raising-ended {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 9;
}
/*
.donate .raising-ended::before,
.donate .raising-ended::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #eac548;
}*/
.donate .raising-ended span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #FED857;
	/*box-shadow: 0 5px 10px rgba(0,0,0,.1);*/
	color: #000;
	font: 700 18px/1 'Heebo', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.donate .ribbon-top-left {
    top: 0;
    left: 0;
}

.donate ul li:last-child a {
	border-radius: 0 0 5px 5px;
}

.donate ul li a:hover {
	background: #FED857;
}

.donate ul li h3 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
}

.donate ul li h3 span {
	/*color: #e90000;*/
}

.donate ul li h3 strong {
	font-size: 1.4em;
}

.donate ul li h4 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.donate ul li p {
	margin: 0;
}


#custom_donation_amount {
	padding: 15px;
}

.donate-segment {
	display: block;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 5px 5px 0 0;
	border-bottom: 20px;
}

.donate-segment label {
	display: block;
	width: 50%;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	margin: 0;
}

[dir="rtl"] .donate-segment label {
	float: right;
}

[dir="ltr"] .donate-segment label {
	float: left;
}

[dir="rtl"] .donate-segment label:first-of-type {
	border-left: 1px solid #ddd;
}

[dir="ltr"] .donate-segment label:first-of-type {
	border-right: 1px solid #ddd;
}

.donate-segment input {
	display: none;
}

.donate-segment input:checked + label {
	background: #f1f1f1;
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
}

/**/

.social {
	font-size: 18px;
}

.social .whatsapp {
	color: #43d854;
}

.social .facebook {
	color: #3b5998;
}

.social .twitter {
	color: #00aced;
}

.social .googleplus {
	color: #dc4e41;
}

.social .email {
	color: #666;
}



/**/

.project-read-more {
	display: none;
}

@media (max-width: 768px) {
	.project-description-content {
		height: 300px;
		overflow: hidden;
	}

	.project-description-content.expand {
		height: auto;
		overflow: auto;
	}

	.project-read-more {
		display: block;
		padding: 10px;
		border: 1px solid #273775;
		border-radius: 30px;
		text-align: center;
		width: 100%;
		background: none;
		margin: 15px 0;
	}
}

/**/

.media {
	margin-bottom: .5rem;
	background: #ffffff;
}

.media:before {
	display: block;
	content: '';
	padding-bottom: 56.25%;
}

@media (max-width: 767px) {
	.media {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: -1.5rem;
	}
}

.media iframe {
	display: block;
	min-width: 300px;
}

.media-thumbs {
	margin: 0 -.3rem;
	margin-bottom: 1.5rem;
}

.media-thumbs .slick-slide {
	padding: 0 .3rem;
}

.media-thumb {
	position: relative;
}

.media-thumb:before {
	display: block;
	padding-bottom: 56.25%;
	content: '';
}

.media-thumb img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/**/

.add-comment .field-row input,
.add-comment .field-row textarea {
	display: block;
	width: 100%;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 10px;
	font-size: 1em;
}

.add-comment .field-row textarea {
	height: 150px;
}

.add-comment .field-row:nth-child(2) input {
	border-radius: 5px 5px 0 0;
}

.add-comment .submit-row {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	background: #f0f4f2;

	text-align: left;
}

.comment-submitted {
	background: #273775;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
}

/**/

.comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.comments ul li p {
	margin: 0;
}

/**/

.contributor-circle {
	background: #ddd;
	position: relative;
	border-radius: 50%;
	width: 50px;
	margin-left: 15px;
}

.contributor-circle:before {
	display: block;
	padding-bottom: 100%;
	content: '';
}

.contributor-circle > span {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-size: 1.5em;
}

/**/

[dir="rtl"] .primary-donate-btn {
	float: right;
}

[dir="ltr"] .primary-donate-btn {
	float: left;
}

@media (max-width: 767px) {
	.primary-donate-btn {
		display: block;
		float: none;
		width: 100%;
	}
}

/**/

.social {
	margin: 0 1rem;
}

[dir="rtl"] .social {
	float: right;
}

[dir="ltr"] .social {
	float: left;
}


@media (max-width: 767px) {
	.social {
		text-align: center;
		float: none;
		width: 100%;
		margin: 0 0;
		padding: 1rem 0;
	}
}

/**/

.binaa-modal-header h2 {
	border: 0;
}


/**/

@media (min-width: 992px) {
	.figure-picture {
		max-width: 480px;
		display: block;
		margin: 0 auto;
	}
}

.contributor-comment {
	position: relative;
	background: #f9f0d1;
	border-radius: .4em;
	padding: .5rem;
	margin-top: 1rem;
	
}

.contributor-comment .contributor-comment-edit-btn {
	position: absolute;
	top: 15px;
	left: 15px;
	display: none;
}
.contributor-comment:hover .contributor-comment-edit-btn {
	display: block;
}

.contributor-comment:after {
	content: '';
	position: absolute;
	top: 0;
	right: 15%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #f9f0d1;
	border-top: 0;
	border-right: 0;
	margin-right: -10px;
	margin-top: -20px;
}

/**/

.goal-bar {
	height: 5px;
	background: #ddd;
}

.goal-bar > div {
	background: #FED857;
	height: 100%;
	position: relative;
}
.goal-bar > div > span {
	position: absolute;
    top: 100%;
    left: 0;
    margin-left: -22px;
    font-size: .8rem;
    padding: 0 .2rem;
    background: #ffffff;
    border-radius: .25rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


.ambassador-card {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}




[dir="ltr"] .slick-prev {
    left: 0;
}

[dir="ltr"] .slick-next {
    right: 0;
}