
h1{
	font-size: 22pt;
	font-weight: bold;
	color: #000;
	text-align: left;
}

h2{
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-align: left;
}
h3{
	font-size: 12pt;
	font-weight: bold;
	/*padding-bottom: 10px;*/
	color: #000;
	text-align: left;
}
p{
	font-size: 12pt;
	color: #373737;
	text-align: justify;
}


/*.nav{
	background-color: #F5F5F5;
	height: 100%;
	width: 228px;
	position: fixed;
}*/

.content-margin-top{
	margin-top: 30px;
}

.align-center{
	text-align: center;
}
.green{
	color: #43A93F;
}

/*-------------------- top --------------------*/
.top-content{
	width: 90%;
	padding: 50px 0px 20px 0px;
	display: inline-block;
}
.video{
	/*float: left;*/
	/*width: 584px;*/
	/*width: 50%;*/
	/*margin: 30px 10px 30px 0px;*/
	padding: 0px 40px 0px 20px;
}
.mv{
	width: 100%;
	/*width: 330px;*/
	height: 0;
	padding-top: 59.2%;
	position: relative;
	/*margin: auto;*/
	margin: 30px 0px;
}
.mv iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.timeline{

	border-left: 4px solid #439E3F;
	/*margin-left: 30px;*/
	padding: 0px 20px;
	/*margin: 67px 0px 30px 20px;*/
	margin-top: 70px;
	position: relative;
}
.timeline h2{
	font-size: 21pt;
	margin-top: 0px;
}
.timeline .cleartop{
	height: 30px;
	width: 20px;
	background-color: #ffffff;
	position: absolute;
	left: -12px;
	top: -25px;
	z-index: 9;
}
.timeline .circle{
	margin-top: 5px;
	height: 22px;
	width: 22px;
	background-color: #439E3F;
	border: 3px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: -33px;
}
.timeline .content {
	position: relative;
}

.timeline-bluesky{
	border-left: 4px solid #90A7D3;
	margin: 70px 0px 30px 15px;
	padding-right: 35px;
}
.timeline-bluesky .circle{
	background-color: #90A7D3
}


.banner{
}
.banner .img{
	margin: 30px 0px 0px 0px;
}
.banner-rwd .img{
	width: 100%;
	/*width: 330px;*/
	height: 0;
	padding-top: 24%;
	position: relative;
	/*margin: auto;*/
	background-size: 100%;
}
.banner .content > p{
	margin-top: 10px;
}
.puca-img{
	width: 16%; 
	float: left;
}
/*.teacher-img div:first-child{
	text-align: left;
}
.teacher-img div:last-child{
	text-align: right;
}
.teacher-img div ~ div{
	text-align: center;
}*/
.teacher-img{
	margin-bottom: 30px;
}
.teacher-img div{
	margin-top: 20px; 
}
.teacher-img div > div{
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding-left: -webkit-calc((100% - 85px) / 2);
    padding-left: -moz-calc((100% - 85px) / 2);
	padding-left: calc((100% - 85px) / 2);

}
.lesson-img{
	height: 320px;
	overflow: hidden;
}
.lesson-img img{
	position: relative;
	bottom: 40%;
}
.lesson-img-high img{
	position: relative;
	bottom: 20%;
}
.top-content .content{
	text-align: left;
}

.blog-link-container{
	text-align: right;
	position: relative;
	bottom: 5px;
	height: 20px;
}
.top-content .blog-link{
	cursor: pointer;
	margin-right: 15px;

}
.top-content .blog-link-less{
	right: 5px;
}
.top-content .blog-link-about{
	padding-right: 15px;
}
.top-content .blog-link a {
	text-decoration: none;
	color: #373737;
}
.top-content .blog-link a:hover{
	color: #03C134;
}
.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 30px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
/*.top-content .lin{
	width: 200px;
	float: left;
	position: relative;
	margin-top: 20px;
	padding: 0px 15px;
}*/
.top-content .lin-content{
	/*width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);*/
	/*padding: 0px 15px;*/
	width: 100%;
	/*margin-top: 20px;*/
}
.lin-signature{
	position: relative;	
	top: 100px;
	width: 188px;
	padding-right: 0px;
}
.lin-signature-high{
	top: 70px;
}
.lin-signature .content,
.lin-signature .img{
	float: left;
}
.lin-signature .content{
	font-size: 8px;	
	position: relative;
	top: 12px;
	margin-right: 10px;
}

.margin-bottom{
	margin-bottom: 50px;
}

.content span.align-right{
	position: absolute;
	right: 20px;
}

.content ul{
    list-style: none;
    padding: 0px;
    text-align: left;	
}
.content ul li{
	position: relative;
    padding: 0 0 0 20px;
}
.content ul li:before{
    content: '\2605';
    position: absolute;
    left: 0px;
    font-family: 'icons';
    /*margin: 0 1em;    */
    /* any design */
}

/*-------------------- bottom --------------------*/

.bottom-content{
	/*width: 90%;*/
	/*width: 944px;*/
	width: 90%;
	padding: 10px 0px 20px 0px;
	display: inline-block;
}
.bottom-content .header{
	padding-bottom: 20px;
}

.bottom-content .content {
	margin-bottom: 60px;
	text-align: left;
}

.bottom-content .content-no-margin-bottom{
	margin-bottom: 0px;
}

.bottom-content .ceo{
	width: 200px;
	float: left;
	position: relative;
	margin-top: 20px;
	padding: 0px 15px;
}
.bottom-content .ceo-content{
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	padding: 0px 15px;
	float: left;
}

.signature{
	margin-top: 20px;
	width: 120px;
	position: absolute;
	right: 5px;
}
.signature p{
	margin: 0px;
}

.classrooms .img{
	padding-top: 20px;
}

.btn-download{
	border-radius: 0px;
	background-color: white;
	border-color: #494949;
	color: #494949;
	width: 150px;
	margin-top: 30px;
	margin-right: 20px;
}
.btn-download:hover{
	background-color: #494949;
	color: white;
}
.btn-green{
	border-radius: 0px;
	border-color: #03C134;
	color: #03C134;
	background-color: white;
	margin-top: 30px;
	margin-right: 20px;
}
.btn-green:hover{
	background-color: #03C134;
	color: white;
}
.bottom-space{
	margin-bottom: 150px;

}



/*-------------------- reminder --------------------*/
.reminder .img{
	margin: 20px 0px;
	/*max-width: 300px;*/
}



/*-------------------- comment--------------------*/
.comment{
	height: 250px;
	margin: 0px 10px;
	margin-bottom: 30px;
}

.comment > div{
	padding: 25px;
	background-color: #F1F1F1;
	border: 5px solid #fff;
	height: 100%;
}

.lesson-convener .content, 
.lesson-target .content{
	margin-bottom: 0px;
}
.lesson-convener .content h2,
.lesson-target .content h2{
	margin-top: 0px;
}
.lesson-target .lesson-type {
	border-right: 2px solid #29B163;
	height: 100%;
}
.lesson-target .lesson-type h2{
	color: #29B163;
}
.lesson-target .lesson-type span{
	font-size: 30px;
}
.lesson-target .content table{
	text-align: left;

}
.lesson-target .content td:first-child{
	width: 75px;
	vertical-align: top;
}
/*-------------------- qanda --------------------*/
.qanda h3{
	cursor: pointer;
}
.qanda h3 span{
	font-weight: bold;
	font-size: 24px;
	position: relative;
	top: 2px;
}
.qanda .content{
	display: none;
	padding-left: 18px;
	margin-bottom: 30px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.timeline{
		margin: 0px 0px 10px 20px;
	}

	.comment{
		height: 300px;
	}
	.lesson-img{
		/*height: 230px;*/
		height: auto;
		overflow: hidden;
	}
	.lesson-img img{
		position: relative;
		bottom: 30%;
	}
	.lesson-img-high img{
		position: relative;
		bottom: 10%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.lin-signature{
		top: 0px;
		/*width: 400px;*/
	}
	.comment{
		height: 520px;
	}
	.comment > div{
		margin-bottom: 20px;
		height: 50%;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.video{
		padding: 0px 10px;
	}

	/* .timeline{
		margin: 0px 0px 10px 20px;
	} */
	.timeline-bluesky{
		margin-top: 70px;
	}


	.banner-rwd .img{
		padding-top: 49.3%;
		background-size: 205%;
	}
	.bottom-content .ceo, 
	.bottom-content .ceo-content{
		width: 100%;
	}

	.ceo .img{
		width: 40%;
	}

	.ceo .signature{
		width: 180px;
		bottom: 0px;
	}
	.signature{
		position: absolute;
		left: 50%;
	}
	.signature .img{
		width: 60%;
	}
	.puca-img{
		width: 50%;
		height: 200px;
		/*height: 20vh;*/
		/*min-height: 270px;*/
	}

	.lesson-img img{
		position: relative;
		top: 0;
	}
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.top-content, 
	.bottom-content{
		width: 100%;
	}
	.top-content .lin{
		width: 100%;
	}
	.top-content .lin .img{
		width: 120px;
	}
	.top-content .lin-content{
		width: 100%;
		padding-left: 0px;
	}
	.timeline-bluesky{
		padding-right: 15px;
	}

	.comment .img,
	.comment .content{
		padding: 10px 20px;
		width: 100%;
	}
	.comment{
		height: 600px;
		padding: 0px;
	}
	.comment > div{
		padding: 20px;
		height: auto;
	}
	.lesson-target .lesson-type {
		border-right: none;
	    border-bottom: 2px solid #29B163;
	    height: 100%;
	}
	.lesson-target .row{
		padding: 0px 15px;
	}
	.lesson-target .content + .content{
		padding-top: 20px;
	}
	.puca-img{
		height: 130px;
		/*height: 12vh;*/
	}
	.lesson-convener .img,
	.lesson-convener .content{
		width: 100%;
	}
	.reminder .img,
	.reminder .content{
		width: 100%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	.ceo .signature{
		width: 160px;
		bottom: 0px;
	}
	.puca-img{
		height: 60px;
		/*height: 9vh;*/
	}
}
