#headline {
	position: relative;
	height: 440px;
	overflow: hidden;
	background: #dedede url("../images/hero.jpg") center;
	background-size: cover;
}
	#headline .top-splash {
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 440px;
	}
		#headline .top-splash .intro-area {
			margin: auto;
			text-transform: uppercase;
		}
		#headline .top-splash .intro-area h1 {
		    font-size: 18px;
			font-weight: normal;
			margin-bottom: 18px;
		}
.article {
	padding: 30px 0;
}
.article h2 {
	position: relative;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
}
	.article h2::after {
		content: '';
		width: 20%;
		height: 4px;
		display: block;
		background-color: #13ED3C;
		position: absolute;
		bottom: -18px;
		left: 40%;
	}
	.article p {
		font-size: 16px;
	}
article.report {
	background-color: #fff;
	padding-bottom: 60px;
}
	article.report .socialicon {
		padding: 15px 0;
		height: 52px;
		max-width: 400px;
		min-width: 350px;
		margin: auto;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc; 
	}
	article.report p {
		font-size: 16px;
		padding-top: 20px;
	}
	article.report .lesson-scene {
		margin-top: 40px;
	}
		article.report .lesson-scene img {
		  -webkit-border-radius: 4px;
			 -moz-border-radius: 4px;
			   -o-border-radius: 4px;
			  -ms-border-radius: 4px;
			      border-radius: 4px;
		}
article.voice {
	padding-bottom: 80px;
	background-color: #B8E986;
}
	article.voice h2::after {
		width: 74px;
		left: 0;
	}
	article.voice .balloon {
		position: relative;
		margin-top: 50px;
	}
		article.voice .balloon .arrow {
			display: -moz-inline-box;
			display: -moz-inline-stack;
			-moz-box-orient: vertical;
			display: inline-block;
			vertical-align: middle;
			zoom: 1;
			width: 0;
			height: 0;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 15px solid #fff;
			margin-bottom: 20px;
			margin-left: 60px;
		}
		article.voice .balloon .chatbox {
			position: relative;
			margin: 0 30px;
		}
		article.voice .balloon .interior {
		  -webkit-border-radius: 10px;
			 -moz-border-radius: 10px;
			   -o-border-radius: 10px;
			  -ms-border-radius: 10px;
			      border-radius: 10px;
			background: #fff;
			padding: 20px;
		}
			article.voice .balloon .interior p {
				font-size: 18px;
			}
			article.voice .balloon .interior .quote-by {
				margin-top: 10px;
				color: #666;
			}

		article.voice .balloon .mirror {
		    position: absolute;
			left: 5px;
			bottom: -40px;
		}
			article.voice .balloon .mirror .interior {
				margin-right: 70px;
				background-color: #9FDF5D;
			}
				article.voice .balloon .mirror .interior * {
					visibility: hidden;
				}
			article.voice .balloon .mirror .arrow {
				border-top-color: #9FDF5D;
			}
article.tutors {
	background-color: #fff;
}
	article.tutors h3 {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.5;
		display: inline-block;
		margin: 30px auto 10px;
		border-bottom: 4px double #ccc;
	}
	ul.tutor-list li {
		margin: 10px 0;
	}
	ul.tutor-list li .avatar {
		width: 150px;
		height: 150px;
		margin: 10px auto;
	}
		ul.tutor-list li .avatar:hover {
			opacity: 0.8;
		}
		ul.tutor-list li .avatar img {
		  -webkit-border-radius: 100%;
			 -moz-border-radius: 100%;
			   -o-border-radius: 100%;
			  -ms-border-radius: 100%;
			      border-radius: 100%;
			      width: 100%;
			      height: 100%;
		}
		ul.tutor-list li .avatar img.bright {
			      filter: brightness(110%);
    	  -webkit-filter: brightness(110%);
		}
	ul.tutor-list li a {
		font-size: 20px;
		font-weight: bold;
		line-height: 2;
	}
article.apartment {
	padding: 50px 30px;
}
	article.apartment .box {
		background-color: #fff;
		position: relative;
	}
		article.apartment .box .box-img {
			position: absolute;
			top: 0;
			bottom: 0;
			opacity: 0.2;
		}
		@media only screen and (min-width: 40.063em) {
			article.apartment .box .box-img {
				opacity: 1;
			}
		}
		article.apartment .box p {
			padding: 20px;
		}
		article.apartment ul {
			margin-top: 20px;
		}
			article.apartment ul li {
				margin-bottom: 20px;
			}
			article.apartment ul li h3 {
				padding: 25px 20px 0;
			}
div.fb-like{
    position: relative;
    top: -4px;
}
