
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
    font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color: #333;
	height: 100%;
	background-color:snow;
}
/*ul, menu, dir {
display: block;
list-style-type: none;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}*/

h1 {
	font-family: 'Ubuntu', serif;
	font-weight:700;
	text-transform: uppercase;
	font-size: 2.4em;
	color:#e9530e;
	line-height: 1em;
	margin: 0;
	letter-spacing: 0em;
}
h2 {
	font-family: 'Ubuntu', serif;
	font-weight:700;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0;
	letter-spacing: 0em;
}
.col_1 h2, .col_1x2 h2, .col_half h2 {
	font-size:1.8em;
}
h3 {
	font-weight:700;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0;
	letter-spacing: 0em;
}
.nintynine h3{
    font-family: 'Roboto Slab',sans-serif;
}
h4 {
	font-weight:700;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0;
}
h5 {
	color:#fff000;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1em;
	margin: 0;
	letter-spacing: -0.03em;
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: justify;
}
sup {
	font-size: x-small;
	vertical-align: top;
	line-height: normal;
}
strong {
	font-weight:600;
}
a {
	text-decoration: underline;
	/*color: white;*/
}
.spp_content a {
    color:purple;
}
.inline_obj {
	display:inline-block;
}

.clear {
	content:"";
	clear:both;
	float:none;
}

.ptSans {
	font-family: 'PT Sans Caption', sans-serif;
}

/* --------------------------------------------------------------

						 	Common
						 
-------------------------------------------------------------- */

.material-icons.md-14 {
    font-size: 15px;
    margin-right: 2px;
    vertical-align: middle;
}
.material-icons.md-36 {
    font-size: 36px;
    margin-right: 2px;
    vertical-align: middle;
}

.wrapper {
	width:100%;
	/*min-height:1400px;*/
	margin:0 auto;
}
.fixed_width {
	width:92%;
	max-width:1100px;
	margin:0 auto;
}
.slick_fixed_width {
	width:88%;
	max-width:1100px;
	margin:0 auto;
	padding: 90px 0;
}
.section_header {
	margin-bottom:50px;
}
.section_line {
	width:80%;
	height:1px;
	background-color:lightseagreen;
	max-width:1100px;
	margin:0 auto;
}
.sub_heading {
	margin-bottom:25px;
    color: #0c7492;
}
.row {
	position:relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col {
	margin-left:1.5%;
	margin-right:1.5%;
}
.row .col:first-child {
	margin-left:0%;
}
.row .col:last-child {
	margin-right:0%;
}
.col_2 {
	position:relative;
	display:block;
	width:31%;
}
.col_3 {
	position:relative;
	display:block;
	width:48%;
}
.col_4 {
	position:relative;
	display:block;
	width:65%;
}
.col_5 {
	position:relative;
	display:block;
	width:82%;
}
/* --------------------------------------------------------------

							 Intro
						 
-------------------------------------------------------------- */
.intro {
	background-color:#AFDFF9;
}
.intro .fixed_width {
    padding: 100px 0;
}

.intro_wrapper {
	position: relative;
	min-height:0 !important;
	width:70%;
	height:100%;
	text-align: center;
	margin: 0 auto;
}
.intro_wrapper .logo {
	display: block;
	height: auto;
	margin: 0 auto;
	margin-bottom:25px;
	max-width: 280px;
	width: 80%;
}
.intro_wrapper h1 {
	font-family: 'Tinos', serif;
	font-weight:700;
	text-transform: none;
	font-size: 3.2em;
	margin-bottom: 5px;
}

.intro_wrapper h3 {
	margin-bottom: 30px;
	color:#e9530e;
	font-size: 1.2em;
	font-weight:400;
}
.intro_wrapper p {
	color: #333333;
	max-width: 620px;
	text-align: center;
	margin: auto;
}
.intro_wrapper li {
	font-size: 1.1em;
	line-height: 1.6em;
    text-align: center;
    list-style: none;
}
.intro_wrapper li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 8px;
    vertical-align: middle;
}
.intro_wrapper sup {
	text-transform: none;
	font-size: 0.35em;
	vertical-align: top;
	line-height: 1em;
}
.scroll_down {
	display: block;
	border-top: 1px solid #e9530e;
	width: 150px;
	height: auto;
	line-height: 1.5em;
	margin: 0px auto;
    margin-top: 40px;
	font-family: 'Tinos', serif;
	font-weight:700;
	font-size: 0.8em;
	color:#e9530e;
	padding-top: 14px;
}
.links_wrapper {
	position: absolute;
	width:250px;
	height:60px;
	top:20px;
	right:20px;
}
.link_icon {
	width:40px;
	height:40px;
	margin-right:10px;
	float:left;
	background-image:url(../images/icon_01.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}
.link_icon:hover {
	cursor:pointer;
	background-position:top;
}
.cn_link {
	background-image:url(../images/icon_cn.png);
}
.en_link {
	background-image:url(../images/icon_en.png);
}
.bmab_link {
	background-image:url(../images/icon_01.png);
}
.feng_link {
	background-image:url(../images/icon_03.png);
}
.fb_link {
	background-image:url(../images/icon_02.png);
}
.inst_link {
	background-image:url(../images/icon_04.png);
}


/* --------------------------------------------------------------

						 Nav
						 
-------------------------------------------------------------- */
.nav_bar {
    width: 100%;
    margin: 80px 0 80px 0;
    z-index: 99;
    text-align: center;
    vertical-align: middle;
}

.nav_bar div, nav {
    display: inline-block;
    vertical-align: middle;
}
.nav_big_logo {
    position: absolute;
    top: -54px;
    left: 0;
    width: 10%;
    min-height: 50px;
    opacity: 1;
}
.nav_big_logo img {
    width: 100%;
}

.nav_icon_set{
    position: absolute;
    vertical-align: middle;
    right: 2%;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 3px 10px;
	outline: none;
	color: #E74E0F;
	text-decoration: none;
	letter-spacing: 0.5px;
	font-weight: 700;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
    line-height: 1.2em
}
nav a:hover,
nav a:focus {
	outline: none;
}

.nav_bar_fix {
    width: 100%;
    height: 50px;
    background-color: white;
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top:-50px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
    -webkit-box-shadow: 0px 4px 22px 0px rgba(148,148,148,0.6);
    -moz-box-shadow: 0px 4px 22px 0px rgba(148,148,148,0.6);
    box-shadow: 0px 4px 22px 0px rgba(148,148,148,0.6);
}
.nav_bar_fix div, nav {
    display: inline-block;
    margin-top: 6px;
}
.nav_bar_fix .nav_icon_set {
    top: 0px;
}
.nav_icon_set{
    z-index: 99;
    vertical-align: middle;
}
.nav_icon_set a {
    width: 34px;
    height: 34px;
    padding-top: 9px;
    font-size: 1em;
    font-weight: 700;
    color: white;
    background-color: #B9B9B9;
    border-radius: 50%;
    text-align: center;
    margin: 2px 0 0 12px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.nav_icon_set .selected, .nav_icon_set .nav_icon:hover { 
    background-color: #4C4C4C;
}
.nav_small_logo {
    position: absolute;
    top: 1px;
    left: 2%;
    width: 80px;
    min-height: 20px;
}
.nav_small_logo img {
    width: 60px;
}
.opacity_0 {
    opacity: 0.5;
    
}
.opacity_1 {
    opacity: 1 !important;
    top:0px;
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
	padding: 0 0 6px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #E74E0F;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	transform: translateY(2px);
}



@media screen and (min-width:980px) {
    nav a {
        margin: 6px 30px;
    }
}

/* --------------------------------------------------------------

						 Message of Chair
						 
-------------------------------------------------------------- */
.message_chair {
	background-color: #fff;
}
.signature {
	font-size: 42px;
	margin: 60px 0 0 0;
}
.message_chair .fixed_width {
	/*background-image:url(../images/chair_bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;*/
}
.chair_fixed_width {
	width:92%;
	max-width:1100px;
	margin:0 auto;
    padding: 110px 0 200px 0;
	position: relative;
	background-image:url(../images/chair-n-ed.png);
	background-repeat:no-repeat;
	background-position:bottom right;
    background-size: 65%;
}

.chair_wrapper {
	width:100%;
}
.chair_bg img {
	width:50%;
	opcity:0.2;
}
/* --------------------------------------------------------------

						 	Achievements
						 
-------------------------------------------------------------- */
.achievements {
	background-color:#FFF9C7;
	background-image:url(../images/bg_01b.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.achievements .fixed_width {
    padding:160px 0 0 0;
}
.lib_prog_imgs{
    min-height: 560px;
}
.list_wrapper {
	display:block;
	position:relative;
	width:100%;
	margin-top: 60px;
    padding-bottom: 10px;
}
.accordionButton{
	margin-top:15px;
	cursor:pointer;
}
.accordionButton h4{
	color: teal;
}
.accordionButton h4 span{
	font-size: smaller;
	color: teal;
	font-weight: 600;
}
.accordionButton h4::after{
	content: "";
	display:inline-block;
	width:14px;
	height:14px;
	background-image:url(../images/accord_arrow.png);
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left: 0.5em;
}
.accordionContent {
	display: block;
	padding: 20px 0px;
}
.accordionList {
	margin-top:20px;
	padding-left: 20px;
}
.accordionList li {
	font-size:0.85em;
	list-style: disc;
	line-height:1.2em;
}
.list_photos {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
    overflow: auto;
    zoom: 1;
}
.list_photos img {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:50%;
	height:auto;
	float:left;
}

.ftt_imgs figure img{
	width:100%;
}
.ftt01{
	position:absolute;
	width: 75%;
	left: 30%;
	top:0%;
}
.ftt02{
	position:absolute;
	width: 75%;
	top:23%;
	left:0%;
}
.ftt03{
	position:absolute;
	width: 120%;
	top:46%;
	left:-5%;
}

.lib_prog_imgs figure img{
	width:100%;
}
.lib_prog01{
	position:absolute;
	width: 62%;
	right: 0%;
	top:-5%;
}
.lib_prog02{
	position:absolute;
	width: 60%;
	top:22%;
	left:0%;
}
.lib_prog03{
	position:absolute;
	width: 82%;
	bottom:-15%;
	right:-4%;
}
.map img{
    width: 100%;
}
/* --------------------------------------------------------------

						 	FIRST TEACHERS
						 
-------------------------------------------------------------- */
.first_teachers {
	background-color:#fff;
	background-image:url(../images/bg_02b.svg);
	background-repeat:no-repeat;
	background-size:contain;
    padding-top: 150px;
}
.first_teachers .fixed_width {
    padding:60px 0 0 0;
}
.surveys {
    background-color:#eae6e2;
}
.surveys .fixed_width {
    padding:100px 0 0 0;
}
.inviewGraph2 {
    width: 100%;
}

.parent_col table{
	width:95%;
	background-color: transparent;
	margin: 0;
	font-size:1.1em;
	line-height:1.5em;
	border-color: transparent;
}
.parent_col table th {
	font-weight:700;
	padding: 8px;
}
.parent_col table caption{
	text-align: left;
}
.parent_col table tr:nth-child(2n){
	background-color:transparent;
}
.parent_col table tr:nth-child(2n+1){
	background-color:transparent;
}
.parent_col table td{
	text-align: left;
	padding: 8px;
}
.number_right {
	text-align:right !important;
}
.parent_col .column{
	position:absolute;
	width: 10%;
	bottom: 0;
	background-color:transparent;
	margin-left:3%;
}
.pss_six {
    width:33%; 
    float:left; 
    padding:36px;
    text-align: center;
}
.pss_six img {
    width: 60%;
    margin-bottom: 10px;
}

/* --------------------------------------------------------------

						 	Volunteer
						 
-------------------------------------------------------------- */

.volunteer {
	background-color:#fff9c7;
	background-image:url(../images/bg_03b.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.volunteer .fixed_width {
    padding:160px 0 0 0;
}

.volunteer_imgs figure img{
	width:100%;
}
.volunteer01{
	position:absolute;
	width: 70%;
	left: 25%;
	top:-5%;
}
.volunteer02{
	position:absolute;
	width: 64%;
	top:30%;
	left:10%;
}
.volunteer03{
	position:absolute;
	width: 90%;
	top:60%;
    left: 8%;
}
.volunteer04{
	position:absolute;
	width: 35%;
	top:56%;
	left:18%;
}
.volunteer05{
	position:absolute;
	width: 50%;
	top:66%;
	left:47%;
}


/* --------------------------------------------------------------

						 	Chart
						 
-------------------------------------------------------------- */
#contenitore{
position: relative;
width: 100%;
margin: 100px auto;
text-align:center;
overflow: visible;
}
.left{
float:left;
width:100%;
}
#grafico{
position:relative;
height:340px;
border-left:2px solid #333;
border-bottom: 2px solid #333;
width:100%;
margin-top:20px;
font-size:0.85em;
}
.riga{
position:absolute;
left:0;
height: 0px;
background-color:gray;
width: 100%;
}
.riga div{
float:left;
margin: 0px 0 0 -30px;
}
.inviewGraph2 .riga div{
	float:left;
	margin: 0px 0 0 -42px;
}
.canc{
clear:both;
}
.data_table {
	position: absolute;
	left: -3800px;
}
table{
width:60%;
margin: 1em auto;
}
table caption{
background-color: transparent;
color: #333;
text-align: left;
}
table tr:nth-child(2n){
background-color: transparent;
}
table tr:nth-child(2n+1){
background-color: transparent;
}
table td{
text-align:center;
border-bottom: none;
padding: 6px;
}
.column{
position:absolute;
width: 7%;
bottom: 0;
background-color: #003366;
margin-left:2%;
}
div.button {
    margin: 0 auto;
    text-align: center;
    width: 100px;
    background-color:#003366;
    border: 1px solid #003366;
    border-radius: 5px;
    padding: 8px;
    color: #E1E2CF;
    cursor: pointer;
}
.column div{
	margin-top:-20px;
	height:20px;
	font-weight: 600;
	font-size: 1.2em;
}
.column .colname{
	position: absolute;
	bottom: -35px;
	text-align: center;
	width: 100%;
	font-weight: 400;
	font-size: smaller;
}
.column_b{
position:absolute;
width: 8%;
bottom: 0;
background-color: #003366;
margin-left:6%;
}
.column_b div{
	margin-top:-20px;
	height:20px;
	font-weight: 600;
	font-size: 1.2em;
}
.column_b .colname{
	position: absolute;
	bottom: -35px;
	text-align: center;
	width: 100%;
	font-weight: 400;
	font-size: smaller;
}
/* --------------------------------------------------------------

						 	Feng ZiKai
						 
-------------------------------------------------------------- */
.feng {
	background-color:#fff;
	background-image:url(../images/bg_04b.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.feng .fixed_width {
    padding: 100px 0;
}
.feng_quote {
	display: block;
	float: right;
	width: 40%;
	line-height: 1.2em;
	font-weight: 600;
	text-align: justify;
	margin: 0 0 5px 10px;
}
.feng_header {
	display:inline-block;
	width:100%;
}
.feng_logo {
	display:inline-block;
	width:15%;
	margin:0 auto;
	text-align:center;
}
/* --------------------------------------------------------------

						 	Special_project
						 
-------------------------------------------------------------- */
.special_project {
	background-color: #a4bede;
    background-image:url(../images/bg_05b.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.spp_logo {
	float:right;
}
.spp_img {
	display:inline-block;
	width:50%;
	height:auto;
	float:left;
	text-align: -webkit-right;
	padding-right:25px;
}
.spp_img img {
	width:85%;
}
.spp_content {
	display:inline-block;
	width:42%;
    margin-bottom: 10px;
}
.spp_content h3{
	color:white;
    line-height: 1.3em;
}
.spp_content p{
	margin-top:20px;
	color: darkslategray;
}
.feedback_pie {
    display: block;
    position: relative;
    text-align: center;
}

.pie_wrapper {
    width: 44%;
    float: left;
    margin: 2%;
    text-align: center;
}
.pie_wrapper img {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

/* --------------------------------------------------------------

						 	Story Sharing
						 
-------------------------------------------------------------- */
.story_share {
	background-color: #dea3c9;
    background-image:url(../images/bg_06b.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.ss_img {
	display:inline-block;
	width:40%;
	height:auto;
	float:left;
	text-align: -webkit-right;
	margin-left: 5%;
}
.ss_img img {
	width:90%;
	margin-top:10px;
}
.ss_content {
	display:inline-block;
	width:45%;
	margin-left:2%;
}
.ss_content h3{
	color:white;
    font-size: 1.8em;
}
.ss_content h3 span{
    font-size:0.6em;
    color:white;
    font-weight: 600;
}
.ss_content p{
	margin-top:20px;
	color: darkslategray;
}
.ss_quote{
	margin-top:20px;
	font-size:1.1em;
}

/* --------------------------------------------------------------

						 	Slick
						 
-------------------------------------------------------------- */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: auto;
    width: 5%;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:before, .slick-next:before {
    content: "";
}

/* Arrows */
.slick-prev, .slick-next { 
    position: absolute; 
    display: block; 
    width: 7%;
    height: 25%;
    line-height: 0; 
    font-size: 0; 
    cursor: pointer;
    top: 220px; 
    margin-top: -10px;
    padding: 0; 
    border: none; 
    outline: none;
    opacity: 0.7;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { 
    outline: none;
    opacity: 1;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { 
    opacity: 0; 
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { 
    opacity: 0; 
}

.slick-prev:before, .slick-next:before { 
    
}

.slick-prev { 
    left: 0px; 
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before {content: "";}
[dir="rtl"] .slick-prev:before { content: ""; }

.slick-next { 
    right: 0px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: ""; }
[dir="rtl"] .slick-next:before { content: ""; }

.special_project .slick-prev {
    background-image: url(../images/arrow_01_L.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.special_project .slick-next {
    background-image: url(../images/arrow_01_R.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.story_share .slick-prev {
    background-image: url(../images/arrow_02_L.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30%;
    top:180px;
}
.story_share .slick-next {
    background-image: url(../images/arrow_02_R.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30%;
    top:180px;
}



/* --------------------------------------------------------------

						 	Report
						 
-------------------------------------------------------------- */
.report {
	background-color:snow;
}
.report .fixed_width {
    padding: 100px 0;
}
.report_col table{
	width:95%;
	background-color: transparent;
	margin: 0;
	font-size:0.85em;
	line-height:1.5em;
	border-color: transparent;
}
.report_col table th {
	font-weight:700;
	padding: 8px;
}
.report_col table caption{
	text-align: left;
}
.report_col table tr:nth-child(2n){
	background-color:transparent;
}
.report_col table tr:nth-child(2n+1){
	background-color:transparent;
}
.report_col table td{
	text-align: left;
	padding: 8px;
}
.number_right {
	text-align:right !important;
}
.report_col .column{
	position:absolute;
	width: 10%;
	bottom: 0;
	background-color:transparent;
	margin-left:3%;
}



/* --------------------------------------------------------------

						 	Board
						 
-------------------------------------------------------------- */
.board {
	background-color:#dedede;
}
.board_list{
	display:block;
	position:relative;
	width:100%;
}
.board_list li{
	position: relative;
	display: inline-block;
	width: 24%;
	vertical-align: top;
	margin: 0 auto;
	margin-bottom:20px;
	text-align: center;
}
.board_list li img{
	width: 80%;
	max-width: 160px;
}
.board_list li p{
	text-align:center;
	margin:8px 0;
}
.trainer_list {
	display:block;
	position:relative;
	width:100%;
}
.trainer_list li{
	position: relative;
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin: 0 auto;
	margin-bottom:20px;
	text-align: center;
}
.trainer_list li img{
	width: 95%;
	max-width: 150px;
}
.trainer_list li p{
	text-align:center;
	margin:8px 0;
}
.staff_table {
	margin:0;
	width:90%;
	min-width: 300px;
}
.staff_table td {
	text-align:left;
	line-height: 0.95em;
}
.staff_tit {
	font-size:small;
	font-style:italic;
}
/* --------------------------------------------------------------

						 	Supporter
						 
-------------------------------------------------------------- */
.supporter {
	background-color:#fff;
}
.supporter .fixed_width {
    padding: 100px 0;
}
.supporter_list {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	line-height:1.6em;
	font-size:0.85em;
}
.donors_list {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	line-height:1.6em;
	font-size:0.85em;
}
/* --------------------------------------------------------------

						 	Contact Us
						 
-------------------------------------------------------------- */
.contactus {
	background-color:#AFDFF9;
}
.contactus .fixed_width {
    padding: 60px 0 12px 0;
}
.contact_item {
	width:20%;
	float:left;
	padding-right:18px;
}
.contact_item img {
	margin-bottom:10px;
	margin-left:-4px;
}
footer p {
	margin:100px 0 30px 0;
	font-size:small;
}
.contactus p {
	font-size: small;
}
.contactus a {
	color:#333;
}
.contactus a:hover {
	color:white;
}

.col_title {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	padding:5%;
	text-align:center;
	z-index:1;
	cursor:pointer;
}

.col_title h3 {
	display:inline;
	margin:0 0;
}
.col_title h3:after{
	content:" / ";
	color:#66ffff;
}
.col_title h3:last-child:after{
	content:"";
	color:#66ffff;
}
.col_line {
	width:20px;
	height:1px;
	margin: 15px auto;
	background-color:#66ffff;
}

.pop_img_wrapper {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1;
}
.v-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overflow_hide {
	overflow:hidden;
}

/* --------------------------------------------------------------

						 	Committee
						 
-------------------------------------------------------------- */

.committee {
    background-color:#eae6e2;
    padding: 100px 0;
    text-align: center;
}

.committee .section_header {
    margin-top:30px;
	margin-bottom:20px;
}

.flex-container-x {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-wrap: wrap;
    justify-content:space-between;
}
.flex-container-x .flex-item-2 {
    color: white;
    font-weight: bold;
    text-align: center;
    flex: 2 0 auto;
    height:auto;
    background-size: contain;
    min-width: 28.57vw;
}
.flex-container-x .flex-item-2:before {
    content:'';
    float:left;
    padding-top:100%;
}
.flex-container-x .flex-item {
    color: white;
    font-weight: bold;
    text-align: center;
    flex: 1 0 auto;
    height:auto;
    background-size: contain;
    min-width: 14.285vw;
}
.flex-container-x .flex-item:before {
    content:'';
    float:left;
    padding-top:100%;
}
.flex-container-x .flex-item .commi_name, .flex-container-x .flex-item-2 .commi_name {
    width: 80%;
    font-size: 8px;
    z-index: 99;
    color: white;
    opacity: 1;
    transition: all 0.6s ease;
    font-weight: 700;
    line-height: 1em;
}
.block-in-flex {
    position: relative;
    display: block;
    width: 100%;
    min-height: 50%;
    flex: 1 0 auto;
    background-size:contain;
    background-repeat: no-repeat;
}
.flex-container-x .flex-item-v {
    display: flex;
    color: white;
    font-weight: bold;
    text-align: center;
    flex: 1 0 auto;
    flex-direction: column;
    height:auto;
    background-size: contain;
    min-width: 14.285vw;
}




.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    justify-content:space-between;
}
.flex-item-2 {
    background: tomato;
    color: white;
    font-weight: bold;
    text-align: center;
    flex: 2 0 auto;
    height:auto;
    background-size: contain;
}
.flex-item-2:before {
    content:'';
    float:left;
    padding-top:100%;
}
.flex-item {
    background: tomato;
    color: white;
    font-weight: bold;
    text-align: center;
    flex: 1 0 auto;
    height:auto;
    background-size: contain;
}
.flex-item:before {
    content:'';
    float:left;
    padding-top:100%;
}
.flex-item .commi_name, .flex-item-2 .commi_name {
    width: 80%;
    font-size: 8px;
    z-index: 99;
    color: white;
    opacity: 1;
    transition: all 0.6s ease;
    font-weight: 700;
    line-height: 1em;
}



.committee_group1, .committee_group2{
    min-height: 1em;
}
.committee_group {
    display: flex;
}
.group_unit{
    position: relative;
    display: inline-flex;
    margin: 0 auto;
    padding: 0;
    background-size: cover;
    vertical-align: top;
}
.group_unit::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d4a24b;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 1;
}
.group_unit_hidden{
    display: block;
    margin: 0 auto;
    padding: 0;
    vertical-align: top;
}
.solve-inline-space div {
  letter-spacing: normal;
  word-spacing: normal;
  display:inline-block;
  *display: inline;
  zoom:1;
}

.commi_name {
    font-size: 17px;
    z-index: 99;
    color: white;
    opacity: 0;
    transition: all 0.6s ease;
    font-weight: 700;
    line-height: 1em;
    bottom: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.commi_name smaller {
    font-size: 0.8em;
    display: block;
    color: #fff;
    margin-top: 0.3em;
}
.group_unit:hover::after {
    cursor: pointer;
    opacity: 0.75;
}
.group_unit:hover > .commi_name {
    opacity: 1;
}
.group_v div {
    display: block !important;
}
.unit_s{
    width: 14.285vw;
    height: 14.285vw;
    text-align: left;
}
.unit_b {
    width: 28.57vw;
    height: 28.57vw;
    /*padding-top: 24vw;*/
    text-align: left;
}

.solve-inline-space{
  letter-spacing: -0px;/*根据不同字体字号或许需要做一定的调整*/
  word-spacing: -0px;
  font-size: 0;
}
.blue_cover::after {
    background-color: #477ec0;
}

.commi_00{
    background: none;
}
.commi_01{
    background-image: url("../images/board_01.jpg");
}
.commi_02{
    background-image: url("../images/board_02.jpg");
}
.commi_03{
    background-image: url("../images/board_03.jpg");
}
.commi_04{
    background-image: url("../images/board_04.jpg");
}
.commi_05{
    background-image: url("../images/board_05.jpg");
}
.commi_06{
    background-image: url("../images/board_06.jpg");
}
.commi_07{
    background-image: url("../images/board_07.jpg");
}
.commi_08{
    background-image: url("../images/board_08.jpg");
}
.commi_09{
    background-image: url("../images/board_12.jpg");
}
.commi_10{
    background-image: url("../images/board_10.jpg");
}
.commi_11{
    background-image: url("../images/board_11.jpg");
}
.commi_12{
    background-image: url("../images/board_02.jpg");
}
.commi_13{
    background-image: url("../images/board_01.jpg");
}
.commi_14{
    background-image: url("../images/board_04.jpg");
}
.commi_new_color::after {
    background-color: #d09c51;
}

.staff_01{
    background-image: url("../images/staff_01.jpg");
}
.staff_02{
    background-image: url("../images/staff_02.jpg");
}
.staff_03{
    background-image: url("../images/staff_03.jpg");
}
.staff_04{
    background-image: url("../images/staff_04.jpg");
}
.staff_05{
    background-image: url("../images/staff_05.jpg");
}
.staff_06{
    background-image: url("../images/staff_06.jpg");
}
.staff_07{
    background-image: url("../images/staff_07.jpg");
}

.trainer_01{
    background-image: url("../images/trainer_01.jpg");
}
.trainer_02{
    background-image: url("../images/trainer_02.jpg");
}
.trainer_03{
    background-image: url("../images/trainer_03.jpg");
}
.trainer_04{
    background-image: url("../images/trainer_04.jpg");
}
.trainer_05{
    background-image: url("../images/trainer_05.jpg");
}

/* --------------------------------------------------------------

						 	Animate
						 
-------------------------------------------------------------- */
.fadeinUp {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeoutUp {
	opacity: 0;
	 -webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
  	transform: translateY(20%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.fadeinRight {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
  	transform: translateX(0%);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeoutRight {
	opacity: 0;
	 -webkit-transform: translateX(20%);
	-ms-transform: translateX(20%);
  	transform: translateX(20%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.rotate_in {
    opacity: 1;
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.rotate_out {
    opacity: 0;
    -ms-transform: rotate(-360deg); /* IE 9 */
    -webkit-transform: rotate(-360deg); /* Chrome, Safari, Opera */
    transform: rotate(-360deg);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.delay_05 {
	-webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}
.delay_10 {
	-webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}
.delay_15 {
	-webkit-transition-delay: 1.5s; /* Safari */
    transition-delay: 1.5s;
}
.delay_20 {
	-webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;
}
.delay_25 {
	-webkit-transition-delay: 2.5s; /* Safari */
    transition-delay: 2.5s;
}

@media screen and (max-width:768px) { /* iPad  */
	.chair_wrapper {
		width:100%;
	}
	
	.list_photos img {
	display:block;
	width:100%;
	height:auto;
	float:none;
	}
	.col_2, .col_3, .col_4, .col_5 {
		width:100%;
		display: block;
		margin: 10px 0;
	}
	.board_list li{
		width: 31%;
	}
	.supporter_list, .donors_list {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
        text-transform: lowercase;
	}
	.contact_item {
	width:80%;
	float:none;
	padding-right:0px;
	margin-bottom:20px;
	}
	.butterfly figure{
		display:inline-block;
	}
	.butterfly01{
		margin-right:10px;
		width: 20%;
	}
	.butterfly02{
		margin-right:10px;
		width: 30%;
	}
	.butterfly03{
		width: 35%;
	}
	.spp_img {
		display: block;
		width: 100%;
		height: auto;
		float: none;
		text-align: center;
		padding-right: 0px;
	}
	.spp_img img {
		width:70%;
		margin: 0 auto;
	}
	.spp_content {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.ss_img {
		display:block;
		width:100%;
		height:auto;
		float: none;
		text-align: center;
		margin-left: 0%;
	}
	.ss_img img {
		width:70%;
		margin:0 auto;
	}
	.ss_content {
		display:block;
		width:80%;
		margin-left:10%;
	}
}

/* --------------------------------------------------------------

						 	Media
						 
-------------------------------------------------------------- */

@media only screen and (max-width: 568px){ /*Smart Phone  */
	.project_desc {
		width:90%;
	}
	.project_img_50 {
		width:100%;
	}
    .nav_bar_fix {
        width: 100%;
        height: 80px;
    }
    .commi_name {
        font-size: 8px;
        opacity: 1;
        line-height: 1em;
        bottom: 10px;
    }
    .commi_name smaller {
        font-size: 0.8em;
        margin-top: 0.3em;
    }
}
@media screen and (min-width:769px) and (max-width:1199px) {
    .lib_prog_imgs{
        min-height: 440px;
    }
	.index_wrapper h2 {
		font-size: 1.8em;
	}
	.index_wrapper h3 {
		font-size: 0.9em;
	}
	.col_1 h2, .col_1x2 h2, .col_half h2 {
		font-size:1.3em;
	}
}
@media screen and (min-width:1200px){
    .lib_prog_imgs{
        min-height: 500px;
    }
}
@media screen and (min-width:1000px){
    .achievements {
        background-image:url(../images/bg_01b.svg);
    }
    .achievements .fixed_width {
        padding:230px 0 0 0;
    }
    .first_teachers {
        background-image:url(../images/bg_02b.svg);
    }
    .first_teachers .fixed_width {
        padding: 100px 0;
    }
    .surveys .fixed_width {
        padding: 100px 0 20px 0;
    }
    .volunteer {
        background-image:url(../images/bg_03b.svg);
    }
    .volunteer .fixed_width {
        padding: 160px 0 20px 0;
    }
    .feng {
        background-image:url(../images/bg_04b.svg);
    }
    .feng .fixed_width {
        padding: 100px 0 20px 0;
    }
    .special_project {
        background-image:url(../images/bg_05b.svg);
    }
    .story_share {
        background-image:url(../images/bg_06b.svg);
    }
}


.charts {
    width: 100%;
    height: auto;
}

.chart_wrapper {
    float: left;
    width: 50%;
    min-height: 10px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
    display: inline-block;
    line-height: 152px;
    font-size: 32px;
    z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}


.bar_wrapper01{
    margin-top:120px;
    text-align: center;
}
.bar_wrapper02{
    margin:60px 0;
    text-align: center;
}
#bar-chart {
    width: 95%;
    height: 400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#bar-chart2 {
    width: 100%;
    height: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#line-chart {
  width: 800px;
  height: 400px;
  position: relative;
}

#pie-chart {
  width: 500px;
  height: 250px;
  position: relative;
}
#pie-chart::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 115px;
  left: 315px;
  top: 0;
  background: #FAFAFA;
  box-shadow: 1px 1px 0 0 #DDD;
}
#pie-chart::after {
  content: "";
  position: absolute;
  display: block;
  top: 260px;
  left: 70px;
  width: 170px;
  height: 2px;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
}
.flybook {
    background: url(../images/flying_books.png);
    background-repeat: repeat-x;
    background-size: auto;
    background-origin: content-box;
    background-position: center;
    min-height: 120px;
    display: block;
    position: relative;
    
}

.ss_subtitle {
    font-weight: 700;
    margin-top:2px;
    line-height: 1.2em;
    text-align: left;
    color: yellow !important;
}





#bar-chart3 {
    width: 100%;
    height: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
