.pageTitle {
	margin-bottom: 30px;
}

.projectBanner {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.projectBanner .info {
	position: absolute;
	top: 50%;
	left: 40px;
	padding: 0 15px;
	border-left: 1px solid #ffffff;
	transform: translateY(-50%);
}

.projectBanner .info p {
	line-height: 30px;
	font-size: 20px;
	color: #ffffff;
}

.projectBanner .info .name {
	font-size: 30px;
	font-weight: 700;
}

.project {
	padding-bottom: 20px;
}

.photo {
	margin-bottom: 28px;
}

.photo img {
	width: 100%;
	height: auto;
}

.photo p {
	line-height: 30px;
	font-size: 16px;
	padding-left: 35px;
	background: url(../img/3/icon_folder.png) no-repeat top 4px left;
	background-size: 26px;
	margin-top: 11px;
}

.detail {
	margin-bottom: 22px;
}

.detail p,
.detail a {
	line-height: 30px;
	font-size: 16px;
	color: #555555;
}

.detail a {
	color: #003d69;
}

.detail .title {
	line-height: normal;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

a.projectBtn,
a.donateBtn {
	display: inline-block;
	line-height: 30px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	background: #f36f21;
	margin-bottom: 30px;
}

.donate {
	line-height: 52px;
	font-size: 22px;
	padding: 20px 30px;
	border: 1px solid #e5e5e5;
	background: #f3f3f3;
}

.content-bottom{
	background-color: #fff5d7;
	padding: 40px;
}

@media (max-width: 767px) {
	.donate {
		font-size: 16px;
	}
}

a.donateBtn {
	float: right;
	border-bottom: 2px solid #6ba4be;
	background: #003d69;
}

.yt,
.gallery {
	margin-bottom: 40px;
}

.yt .ytInner {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.yt .ytInner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yt .ytInner2 {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.yt .ytInner2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gallery .all {
	margin: -20px -40px;
}

.gallery .all div {
	display: inline-block;
    width: 270px;
    height: 270px;
    padding: 20px;
    vertical-align: top;
    margin: 20px;
}

.gallery .all div img {
	width: 100%;
	height: auto;
}

.crop {
	width: 100%;
	height: 100%;
    overflow: hidden;
	position:relative;
}

.crop:hover {
	opacity: 0.7;
}

.crop img {
  position: absolute;
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  z-index: 999;
  opacity: 0;
}


/*@media (max-width: 767px) {
	.gallery .all div {
		width: 50%;
	}
}*/