/* Common settings */
section {
	padding: 50px 0;
}
section h2.section-heading {
	font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c7c7;
    margin: 20px 0;
}
section.bg-dark {
	background-color: #2da64d;
	color: #fff;
}
section.bg-dark .text-muted {
	color: #e3e3e3;
}
.text-success {
	color: #2eaf58;
}
/* Image */
section#image {
	background: url("../images/about_top.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	margin-top: 100px;
	height: 200px;
}
section#image h2 {
	height: 40px;
	line-height: 40px;
	color: #e5e5e5;
	text-shadow: #428bca 2px 2px 2px;
	margin-top: 30px;
	font-size: 24px;
}
/* Introduce */
section#introduce a {
 	color: #2eaf58;
 	text-decoration: none;
}
section#introduce a:hover {
	color: #a9a9a9;
	text-decoration: none;
}
section#introduce .intro-item {
	margin-bottom: 20px;
	width: 50%;
	float: left;
}
#stat {
	position: relative;
	height: 500px;
}
.call-board {
    position: absolute;
    width: 300px;
    height: 220px;
    left: 50%;
    background: #fff;
    margin-left: -150px;
    display: none;
}
.storage-board {
	position: absolute;
    width: 300px;
    height: 220px;
    top: 280px;
    left: 50%;
    background: #fff;
    margin-left: -150px;
    display: none;
}
#stat-call, #stat-storage {
	display: block;
}
.board-title {
	margin: 10px 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;	
}
.sub-item {
	margin: 2.5px 0;
}
.sub-board {
	background-color: #428bca;
	color: #fff;
}
.sub-board button {
	position: absolute;
	right: 20px;
}
/* Course */
.timeline {
	list-style: none;
	padding: 0;
	position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 5px;
    background-color: #90ee90;
    left: 40px;
    margin-left: -1.5px;
}
.timeline>li {
	margin-bottom: 50px;
	position: relative;
	min-height: 50px;
}
.timeline>li:after, .timeline>li:before {
	content: " ";
	display: table;
}
.timeline>li:after {
	clear: both;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline>li .timeline-image {
	left: 0;
	margin-left: 0;
	width: 80px;
	height: 80px;
	position: absolute;
	padding-top: 13px;
	line-height: 40px;
	font-size: 40px;
	z-index: 100;
	background-color: #fff;
	color: #2eaf58;
	border-radius: 100%;
	border: 5px solid #90ee90;
	text-align: center;
}
.timeline>li .timeline-image h4 {
	font-size: 10px;
	margin-top: 19px;
	line-height: 14px;
}
.timeline>li .timeline-panel {
	width: 100%;
	float: right;
	padding: 0 20px 0 100px;
	position: relative;
	text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}
.timeline .timeline-heading h4.subheading {
	text-transform: none;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
    margin-bottom: 0;
}
/* Contact */
section#contact a {
	color: #2eaf58;
	text-decoration: none;
}
section#contact a:hover {
	color: #a9a9a9;
	text-decoration: none;
}
section#contact div#contact-methods {
	float: left;
	width: 100%;
}
section#contact div#contact-methods div {
	margin-bottom: 10px;
}
section#contact div#map {
	height: 240px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
section#contact div#feedback {
	position: relative;
}
textarea#rcontext {
	width: 100%; 
	height: 300px;
}
section#contact a#feedback-submit-btn {
	margin-top: 20px;
	color: #fff;
}
section#contact a#feedback-submit-btn:hover {
	color: #90ee90;
}
/* Responsive settings */
/* 768px */
@media (min-width: 768px) {
section h2.section-heading {
	font-size: 36px;
    padding-bottom: 20px;
}
section#image {
	height: 300px;
}
section#image h2 {
	margin-top: 80px;
	font-size: 32px;
}
section#introduce .intro-item {
	width: 25%;
}
#stat {
	height: 320px;
}
.call-board {
    left: 25%;
}
.storage-board {
    top: 80px;
    left: 75%;
}
.timeline:before {
	left: 50%;
}
.timeline>li {
	margin-bottom: 100px;
	min-height: 100px;
}
.timeline>li .timeline-image {
	width: 100px;
	height: 100px;
	padding: 25px;
	left: 50%;
	margin-left: -50px;
}
.timeline>li .timeline-image h4 {
	font-size: 13px;
	margin-top: 27px;
	line-height: 18px;
}
.timeline>li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
}
section#contact div#contact-methods {
	width: 50%;
}
section#contact div#contact-methods div {
	margin-bottom: 20px;
	font-size: 16px;
}
section#contact div#map {
	width: 50%;
}
}
/* 992px */
@media (min-width: 992px) {
section#image {
	height: 400px;
}
section#image h2 {
	margin-top: 120px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
}
.call-board {
    left: 30%;
}
.storage-board {
    left: 70%;
}
.timeline>li {
	min-height: 140px;
}
.timeline>li .timeline-image {
	width: 140px;
	height: 140px;
	padding: 35px;
	font-size: 60px;
	line-height: 60px;
	margin-left: -70px;
}
.timeline>li .timeline-image h4 {
	font-size: 18px;
	margin-top: 43px;
	line-height: 26px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
}
}
/* 1200px */
@media (min-width: 1200px) {
section#image h2 {
	font-size: 48px;
}
section#introduce .intro-item {
	margin-top: 10px;
	margin-bottom: 30px;
}
.storage-board {
    top: 100px;
}
.timeline>li {
	min-height: 160px;
}
.timeline>li .timeline-image {
	width: 160px;
	height: 160px;
	padding: 45px;
	margin-left: -80px;
}
.timeline>li .timeline-image h4 {
	margin-top: 50px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px;
}
section#contact div#contact-methods div {
	font-size: 18px;
}
}