﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: lightFonts;
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: normalFonts;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: boldFonts;
    src: url(../fonts/OpenSans-Semibold.ttf);
}
.mother-of-sticky {
    position:relative;
}
.bottomed {
	position: static !important;
}
@media screen and (min-width:950px){
	.bottomed {
      position: static !important;
    }
}

html{
	margin: 0 auto;
	padding: 0;
	max-width:1920px;
	min-width: 320px;
	background: #eee;
	font-size: 10px;
    word-break: normal;
	overflow-x:hidden;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(235,235,235,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(235,235,235,1);
	box-shadow: 0px 5px 5px 0px rgba(235,235,235,1);
}

body {
	color:#444;
	background-color: #fff;
	min-width:320px;
	max-width:1920px;
	font-family: openSans, Helvetica, Arial, "微軟正黑體", sans-serif;
	margin: 0;
	padding: 0 !important;
	font-size: 1.6rem;
    word-break: normal;
	overflow-x: hidden;
}

h2{
	color: #2DA157;
	margin: 10px 0;
	font-family: openSansLight, Helvetica, Arial, "微軟正黑體", sans-serif;
}

h3{
	margin: 5px 0;
	font-family: openSansLight, Helvetica, Arial, "微軟正黑體", sans-serif;
}

a{
	color: #007565;
}
a:hover,
a:focus{
	color: #006DB8;
	text-decoration:none;
}
a p{
	color: #444;
}
a.skipToContent {
    left:-999px;
    position:fixed;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skipToContent:focus, a.skipToContent:active {
    color: #fff;
    background-color:#D42127;
    left: 40%;
    top: 20px;
    width: 20%;
	min-width: 100px;
    height: auto;
    overflow:auto;
    margin: 10px auto;
    padding:5px;
    border-radius: 15px;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

p{
	-ms-word-break: normal;
	word-break: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
h1,h2,h3,h4{
	margin: 0;
	-ms-word-break: normal;
	word-break: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
h1{
	font-size: 3.8rem;
	margin-bottom: 10px;
}
h2{
	font-size: 3.4rem;
}
h3{
	font-size: 2rem;
}
hr{
	margin: 15px 0;
	height: 1px;
	border-color: #92a931;
}
i.fa{
	min-width: 1.6rem;
	text-align: center;
}
img {
	max-width: 100%;
}
td,th{
	padding: 5px;
}
.fullImg{
	width: 100%;
	margin: 1rem 0;
	display: block;
}
.fullImg img{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.fullImg p{
	font-size: 1.4rem;
	margin: 0;
}
.sideBySideImg{
	display: block;
	margin: 20px 0;
}
.noPadding{
	padding: 0;
}
.noMargin{
	margin: 0;
}
.sectionPadding{
	padding-top:  40px;
	padding-bottom: 40px;
}
.clear{
	clear: both;
	display: block;
}
.margin30px{
	margin-top: 30px;
	margin-bottom: 30px;
}
.padding40px{
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg1{
	background-color: #f9fbf7;
}
.green{
	color: #00786C;
}
.greenBg{
	background-color: #f3faf8;
}
.red{
	color: #e4483f;
}
.sectionTitle{
	text-transform: uppercase;
    text-align: center;
    font-weight: 600;
	margin-bottom: 5px;
}
.subSectionTitle{
	font-size: 2.4rem;
	border-left: 7px solid #00af41;
	padding-left: 0.8rem;
	color: #007565;
	margin-bottom: 20px;
}
.center-border{
	width: 100px;
	margin: 10px auto;
	height: 2px;
	background: #dedede;
	position: relative;
	margin-bottom: 30px;
}
.center-border:before{
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #00af41;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -3px;
}
.breadcrumbContainer{
	background-color: #007565;
}
.breadcrumb{
	max-width: 1160px;
	margin:0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
	background:none;
	color: #fff;
	font-size: 1.4rem;
}
.breadcrumb > li + li:before {
    padding: 0 2px;
    color: #fff;
    content: "/\00a0";
}
.breadcrumb a{
	color: #fff;
	padding: 5px 0;
}
.breadcrumb .active{
	color: #fff;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 5px;
	padding-right: 5px;
}
.row{
	margin-left: -5px;
	margin-right: -5px;
}
.selectBox{
	border-radius: 5px;
	padding: 0.2rem 0.5rem;
	font-size: 1.4rem;
	min-height: 2.4rem;
	border: 1px solid #aaa;
}
.pageNarBar{
	text-align: center;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
.nonPage{
	background-color: #fff !important;
	cursor: default;
}
.button{
	background: #007565;
	color: #fff;
	font-size: 1.7rem;
	border: none;
	padding: 0.7rem 4rem;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
}
.button:hover,
.button:focus{
	background:#006DB8;
	color: #fff;
}
.button2{
	background: #dfdfdf;
	color: #333;
}
.button2:hover,
.button2:focus{
	background: #ccc;
	color: #222;
}
.button3{
	background: #ddd;
	color: #666;
}
.button3:hover, .button3:focus{
	background: #bbb;
	color:#333;
}
.joinButton{
	display: block;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
	font-size: 2.4rem;
}
.highlightTag{
	background: #c30d23;
	color: #fff;
	display: inline-block;
	padding: 0.2em 0.5em;
}
.sticky_column{
	z-index: 100;
}
.is_stuck{
	margin-top: 40px;
}
@media screen and (min-width:950px){
	.col3 .col:nth-child(3n+1){
		clear: left;
	}
	
	.flex {
		display: flex;
	}
	.flexitem{
		flex: 1;
	}
}
@media screen and (max-width:949px){
	.headbar .mobileSearchBtn{
		margin-right: 10px;
		font-size: 18px;
	}
}
@media screen and (max-width:949px){
	h1{font-size: 3rem;}
	h2{font-size: 2rem;}
	h3{font-size: 1.8rem;}
	.col3 .col:nth-child(2n+1){
		clear: left;
	}
	.hideOnS{
		display: none !important;
	}
	.sectionPadding{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.sideBySideImg img{
		margin-top: 20px;
	}
	.is_stuck{
		margin-top: 50px;
	}
}
/***************************************************** titleBannerBox**/
.titleBannerBox{
	height: 500px;
	width: 100%;
	background: url(../images/banner/banner3.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.titleBannerBox .container{
	height: 100%;
}
.insideBannerTitle{
	display: table;
	width: 100%;
	height: 100%;
}
.insideBannerTitle h1{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 6rem;
	letter-spacing: 0.5rem;	
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width:949px){
	.titleBannerBox{
		height: 350px;
	}
	.insideBannerTitle h1{
		font-size: 5rem;
	}
}
@media screen and (max-width:530px){
	.titleBannerBox{
		height: 200px;
		position: relative;
	}
	.titleBannerBox >.container{
		margin: 0;
		bottom: 0;
		display:block;
		position: absolute;
		width: 100%;
		height: auto;
		background:rgba(0,0,0,0.50);
	}
	.insideBannerTitle h1{
		font-size: 3.2rem;
		display: block;
		padding: 0.5rem;
		margin-bottom: 0;
	}
}
/***************************************************** coverWrapper**/
.coverWrapper {
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.coverWrapper:after {
	padding-top: 75%;
	display: block;
	content: '';
}
.coverWrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper:hover .cover{
}
.coverWrapper .cover img{
	width:100%;
	height: 100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper .label{
	position: absolute;
	top: 0;
	z-index: 1;
	font-size: 1.6rem;
	padding: 1rem 2rem;
	margin: 0;
	background: #c30d23;
	border-radius: 0;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.50);
}
.coverWrapper .label.pass{
	background: #333;
}
.coverWrapper .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #007565;
	padding: 0.6rem 1rem;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover .coverWrapper .title,
a:focus .coverWrapper .title{
	padding-bottom: 2rem;
}
a:hover .coverWrapper .cover,
a:focus .coverWrapper .cover{	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.coverWrapper .hoverBox{
	position: absolute;
	width:100%;
	background-color: inherit;
	color: #fff;
	padding: 10%;
	height: 100%;
	-webkit-transition: 1s all;
	transition: 1s all;
	 
	opacity: 0;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hoverBox .text{
	display: table;
	height: 100%;
	width: 100%;
}
.hoverBox .text>div{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width:949px){
	.coverWrapper .label{
		font-size: 1.4rem;
		padding: 5px;
	}
}
/*******************************************index*/
.main_banner{
	width:100%;
	margin:0;
	padding:0;
}
.main_banner img{
	width:100%;
	margin:0;
	padding:0;
	border:none;
	display:block;
}
.indexContainer{
	background-image: url(../images/bg.jpg) ;
	background-repeat: no-repeat ;
	background-position: center top;
	background-size: contain;
	min-height: 600px;
}
.col{
	margin-top: 10px;
	margin-bottom: 10px;
}
.indexContainer a:hover{
	text-decoration: none;
}
.fb-container{
	background: #fff;
	border: 1px solid #ddd;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.fb-content{
	overflow-y: scroll;
	height: 90%;
}
.fb-head {
	font-size: 20px;
	padding:20px 15px 15px 15px;
}
.fb-head .fb-icon{
	float: left;
	width: 35px;
	height: 35px;
	background: #365899;
	margin-right: 5px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 35px;
}
.fb-head .fb-headInfo{
	font-size: 16px;
	line-height: 18px;
	overflow: auto;
}
.fb-name{
	color: #365899;
	font-weight: bold;
	display: block;
}
.fb-timestamp{
	font-size: 13px;
	display: block;
	color:#90949c;
}
.fb-container p{
	padding: 0 15px;
	font-size: 1.6rem;
}
.fb-bar{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 15px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #ddd;
}
.fb-bar a{
	margin: 0 8px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.indexArticle{
	padding-top: 80px;
}
.indexArticle .col-sm-3 .coverWrapper:after{
	padding-top: 114.5%;
}
.indexArticle .col-sm-6 .coverWrapper:after{
	padding-top: 56.25%
}
.mainNews{
}
.mainNews .coverWrapper{
	margin-bottom: 10px;
}
.mainNews .title{
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.mainNews p{
	font-size: 1.4rem;
}
@media screen and (max-width:949px){
	.mainNews{
		border-bottom: 1px dotted #ddd;
		margin-bottom: 10px;
	}
	.mainNews p{
		display: none;
	}
}
@media screen and (max-width:767px){
	.fb-head {
		font-size: 14px;
		padding:10px;
	}
	.fb-head .fb-icon{
		width: 25px;
		height: 25px;
		margin-right: 5px;
		line-height: 25px;
	}
	.fb-name{
		font-size: 14px;
		line-height: 16px;
	}
	.fb-container p{
		padding:0 10px;
	}
	.fb-bar{
		padding: 2px 0;
	}
	.fb-bar a{
		margin: 0 5px;
	}
}
@media screen and (max-width:530px){
	.fb-name{
		font-size: 13px;
		line-height: 15px;
	}
	.fb-container p{
		font-size: 1.3rem;
		line-height: 1.5rem;
	}
}
/***************************************************** insdie**/
.titleBox{
	min-height: 90px;
	background: url(../images/titleBG.jpg) no-repeat;
	background-position: top;
	background-size: cover;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(235,235,235,1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(235,235,235,1);
	box-shadow: 0px 3px 3px 0px rgba(235,235,235,1);
}
.insideHeadTitle{
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	padding: 22px;
}
html:lang(en) .insideHeadTitle{
	font-size: 3.2rem;
	line-height: 1.2em;
}
@media screen and (max-width:767px){
	html:lang(en) .insideHeadTitle{
		font-size: 2.4rem;
		line-height: 1.2em;
	}
}
@media screen and (max-width:530px){
	.insideHeadTitle{
		font-size: 3rem;
	}
}
/***************************************************** article **/
article h2{
	font-size: 2.1rem;
	font-weight: bold;
	color: #007565;
	margin: 1.5rem 0 1.5rem;
}
article h3{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 1rem 0;
}
article a{	
	display:inline-block;
	max-width:100%;
	word-wrap: break-word; /* IE */
}
article p{
	text-align: justify;
    word-break: normal;
}
article ul{
	margin: 10px 0;
}
article li{
	margin-bottom: 1rem;
}
.articleInfo{
	clear: both;
}
.articleInfo div{
	float: left;
	padding-right: 10px;
}
.articleInfo div:before{
	padding-right: 10px;
}
.articleInfo div:first-child:before{
	content: "";
	padding: 0;
}
.mediaInquiry{
	margin-bottom:10px;
}
.mediaInquiry h2{
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}
.articleLike{
	margin-top: 5px;
}
.rightSideCol{
	margin-left: 20px;
}
.rightSideCol section{
	margin: 2.5rem 0;
}
@media screen and (max-width:949px){
	.rightSideCol{
		margin-left: 0;
	}
}
/***************************************************** projectContainer**/
.projectContainer{
	
}
.projectContainer.passevent a{
	opacity: 0.5;
	display: block;
	transition:all 0.3s;
}
.projectContainer.passevent a:hover {
	opacity: 1;
}
.projectContainer .content{
	padding: 0.7rem 0px;
}
.projectContainer .content .title{
	font-size: 1.8rem;
	line-height: 2.1rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	min-height: 2.1rem;
	max-height: 4.2rem;
}
.projectContainer .content p{
	color: #444;
	font-size: 1.4rem;
	line-height: 1.6rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	min-height: 1.6rem;
	max-height: 4.8rem;
}

.projectContainer .content .label{
	position: absolute;
	top: 0;
	z-index: 1;
	font-size: 1.6rem;
	padding: 1rem 2rem;
	margin: 0;
	background: #c30d23;
	border-radius: 0;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.50);
}

.projectContainer .content .label.pass{
	background: #333;
}

@media screen and (max-width:530px){
	.projectContainer .content{
		padding: 0.7rem 0.2rem;
	}
	.projectContainer .content .title{
		font-size: 1.6rem;
		line-height: 1.9rem;
	    -webkit-line-clamp: 3;
		min-height: 1.9rem;
		max-height: 5.7rem;
	}
}
/******************************************** sideBar */
.sideBar{
}
.sideBar section{
	
}
@media screen and (max-width:949px){
	.sideBar{
		margin-right: 0;
	}
}

/******************************************** AOI */
.aoiItem{
	text-align: center;
	max-width: 230px;
	display: block;
	margin: 10px auto;
	padding: 0 10px;
}
.aoiItem_img{
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
	border-radius: 250px;
	background-color: #007565;
	background-size: cover;
	background-position: center;
}
.aoiItem_img:after {
	padding-top: 100%;
	display: block;
	content: '';
}
.aoiItem_img >div{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
  	vertical-align: middle;
}
.aoiItem_img >div>div{
	height: 100%;
	width: 100%;
	display: table;
}
.aoiItem_img >div>div>.overlay{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.65);
	border-radius: 250px;
	transition: all 0.3s;
}
.aoiItem_img:hover >div>div>.overlay,
.aoiItem_img:focus >div>div>.overlay{
	background-color: rgba(0,0,0,0.10);
}
.aoiItem_img >div>div>div>img{
	max-width: 50%;
}
.aoiItem_title{
	margin-top: 1rem;
	font-size: 1.8rem;
}
.tagContainer{
	margin: 12px 0;
}
.tagContainer > div{
	display: inline-block;
}
.aoiTag, .tag{
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 2px;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-decoration: none !important;
}

.selected .tag{
	background-color: #007565 !important;
	border-color: #007565;
	color: #fff;
	cursor: default;
}
.aoiTag{
	background: #007565;
	color: #fff !important;
	border-color: #007565;
} 
.tag:hover, .tag:focus {
	background: #006DB8;
	border-color: #006DB8;
	color: #fff;
}
.aoiTag:hover, .aoiTag:focus{
	background-color:#00584C ;
}
/******************************************** TextListView */
.textListView{
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.textListView li{
	border-bottom: 1px dotted #ccc;
	padding: 1rem 0;
}
.textListView li:last-child{
	border-bottom: none;
}
.textListView li .date{
	float: left;
	width: 12rem;
	margin-right: 15px;
}
.textListView li .title{
	overflow: auto;
	color: #444;
}
@media screen and (max-width:949px){
	.textListView li .date{
		float: none;
		width: inherit;
		margin-bottom: 7px;
	}
}
/******************************************** ListView */
@media screen and (min-width:950px){
	.indexContainer .listView{
		margin-left: 20px;
	}
}
.listViewItem{
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}
.listViewItem:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.listViewItem .cover{
	float: left;
	width: 30%;
	max-width: 250px;
	margin-right: 15px;
	text-align: center;
	max-height: 250px;
	overflow: hidden;
}
.listViewItem .content{
	overflow: auto;
}
.listViewItem .content p{
	font-size: 1.4rem;
	color: #444;
	margin-top: 0.4rem;
	margin-bottom: 0;
}
.listViewItem .content .title{
	font-size: 1.8rem;
	color: #007565;
}
.listViewItem .content a:hover .title,
.listViewItem .content a:focus .title{
	color: #006DB8;
}
.listViewItem .content .articleInfo{
	color: #444;
	margin-top: 0.4rem;
}
.rightSideCol .listViewItem .content .articleInfo{
	font-size: 1.3rem;
	margin-top: 0.2rem;
	color: #777;
}
.searchList .cover{
	width: 10%;
}
.searchList .web{
	font-size: 1.4rem;
}
@media screen and (max-width:460px){
	.listViewItem{
		padding-bottom:10px;
		margin-bottom: 10px;
	}
	.listViewItem .content .title{
		font-size: 1.6rem;
	}
	.listViewItem .content .articleInfo{
		display: none;
	}
	.listViewItem .content p{
		display: none;
	}
}
/******************************************** banner */
#slider{
	overflow: inherit;
}
#slider .navigation{
	bottom:inherit;
	margin-top: 10px;
}
.bannerItem{
	display: block;
	min-height: 160px;
	max-height: 550px;
	height: 45vw;
	background: url(../images/banner/banner1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.bannerTextContainer{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	padding: 0 0 15px 0;
}
.bannerText{
	max-width: 1060px;
	margin: 0 auto;
	width: 95%;
	font-size: 2.8rem;
	font-weight: bold;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
	color: #fff;
}
@media screen and (max-width:991px){
	.bannerItem{
		max-height: 400px;
	}
}
@media screen and (max-width:949px){
	.bannerTextContainer{
		background: #007565;
		padding: 5px 0;
		clear: both;
	}
	.bannerText{
		font-size: 1.8rem;
		font-weight: normal;
		text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
}
/*************************************************** u Can */
.ucan{
	width: 95%;
	max-width: 700px;
	margin: 10px auto;
	position: relative;
}
.ucan:after{
	padding-bottom: 77%;
	content: "";
	display: block;
}
.ucan svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ucan image{opacity: 0.5;-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out; }
.ucan a:hover{	cursor: pointer !important;}
.ucan a:hover g image,.ucan a:focus g image{opacity: 1;}
.ucan a:focus{outline: none;}
@media screen and (max-width:950px){
	.ucan image{
		opacity: 1;
	}
}
/******************************************** Structure */
.orgChart img {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 10px auto;
}
.board{
	
}
.boardList{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}
.boardList> li{
	width: 100%;
	padding: 10px 0;
}
.boardList .title{
	font-weight: bold;
	font-size: 1.8rem;
	color: #003FA2;
	margin-bottom:5px;
}
.hideTxt{
	display: none;
}
.boardList .hideTxt{
	margin-top: 10px;
}
.boardList > li > ul {
	padding-left: 0;
}
.boardList .bm{
	background: #f1f8f2;
	list-style: none;
	padding: 15px;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}
.boardList .bm:nth-child(2n){
	background: #fffef3;
}
.boardList .bm p{
	font-size: 1.5rem;
	font-weight: normal;
}
.boardList > li > ul >li:nth-child(n+2){
	border-top: 1px dotted #bbb;
}
/******************************************** PageNav */
.pageNav{
	clear: both;
	font-size: 1.6rem;
	color: #007565;
	margin: 10px 0 40px 0;
}
.pageNav .disable{
	display: none;
}
.pageNav .prePage{
	float: left;
	max-width: 45%;
}
.pageNav .nextPage{
	float: right;
	text-align: right;
	max-width: 45%;
}
.pageNav .title{
	font-size: 1.3rem;
	color: #444;
}
/************************************************* bottom Related Section*/
.relatedSection{
	clear: both;
}
.relatedSection .subSectionTitle{
	margin-bottom: 10px;
}
.relatedItem a{
	background: #fff;
	display: block;
}
.relatedItem .coverWrapper{
}
.relatedItem .coverWrapper:after{
	padding-top: 66.6666%;
}
.relatedItem .cover img{
	object-fit: cover;
	object-position: top;
}
.relatedItem .title{
	color: #444;
	padding: 10px;
}
@media screen and (min-width:950px){
	.relatedSection .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.relatedItem{
		padding-left: 10px;
		padding-right: 10px;
		margin: 10px 0;
	}
}
@media screen and (max-width:949px){
	
	.relatedItem{
		clear: both;
		margin-bottom: 10px;
	}
	.relatedItem .coverWrapper{
		float: left;
		width: 35%;
	}
	.relatedItem .title{
		width: 65%;
		float: left;
	}
	
}
.fix3line{
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	font-size: 1.6rem;
	line-height: 1.7rem;
	min-height: 5rem;
	height: 5rem;
}
/************************************************* footer **/

.at-expanding-share-button {
	bottom: 70px !important;
}
.scrollToTopContainer{
	display:none;
	position: fixed;
	margin: 0;
	bottom: 10px;
	right: 10px;
	z-index: 99;
}
.scrollToTopContainer .text{
	display: none;
	color: #333;
	position: absolute;
	right: 55px;
	min-width: 60px;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px;
	margin-top: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.scrollToTopContainer:hover .text,
.scrollToTopContainer:focus .text{
	display: block;
}
.scrollToTop{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	background: #2860aa;
	transition: background 0.3s;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}
.scrollToTop img{
	width: 50%;
}
.scrollToTop:hover, .scrollToTop:focus{
	background: #00584C;
	outline: none;
}
@media screen and (min-width:950px){
	.scrollToTop:hover img,
	.scrollToTop:focus img{	
	  animation-duration: 1s;
	  animation-fill-mode: both;
	  animation-name: bounce;
	  transform-origin: center;
	}
}
@media screen and (max-width:530px){
	.scrollToTopContainer .text{
		right: 45px;
	}
	.scrollToTop{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.at-expanding-share-button {
		bottom: 60px !important;
	}
}
footer{
	margin-top: 60px;
}
.footerUpper{
	position: relative;
}
.footerBtnContainer{
	width: 96%;
	max-width: 860px;
	margin: 0 auto;
}
.footerBtn{
	width: 20% !important;
	text-align: center;
	float: left;
	display: inline-block;
	vertical-align: bottom;
}
.footerBtn:nth-child(2n+1){
	margin-top: 20px;
}
.footerBtn img{
	max-width: 96%;
	display: block;
	margin: 0 auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.footerBtn a:hover img, .footerBtn a:focus img{	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.footerBtn_title{
	font-size: 2rem;
	line-height: 2.1rem;
	margin-bottom: 0.7em;
}
html:lang(en) .footerBtn_title{
	font-size: 1.6rem;
	line-height: 1.7rem;
}
.footerBtn .bar{
	height: 160px;
	width: 4%;
	max-width: 4px;
	background: #8fc31f;
	margin: -1px auto 1px auto;
	z-index: -999999;
}
.footerBtn:nth-child(2n+1) .bar{
	height: 140px;
	background: #c2dc9f;
}
.footerBG{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: url(../images/footer_bg.png) no-repeat center bottom;
	height: 130px;
}
.footerBottom{
	background: #3e7369;
	padding:15px;
	color: #fff;
}
.footerBottom a{
	color:#fff;
}
.socialBtnBar{
	display: block;
	text-align: right;
}
.socialBtnBar a{
	display: inline-block;
	font-size: 12px;
	text-align: center;
	width: 60px;
	margin: 0 5px;
}
.socialBtn{	
	border-radius: 100px;
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	font-size: 2.5rem;
	line-height: 3.5rem;
	margin: 0 auto 3px auto;
	background: #fff;
	text-align: center;
}
.socialBtn i{
	color: #3e7369;
}
.socialBtnBar a:hover .socialBtn,
.socialBtnBar a:focus .socialBtn{
	background: #2F6057;
	color: #fff;
}
.socialBtnBar a:hover .socialBtn i,
.socialBtnBar a:focus .socialBtn i,
.socialBtnBar a:active .socialBtn i{
	color: #fff;
}
.subscribe {
	margin-bottom: 20px;
	color: #666;
}
.subscribe .input-group{
	margin: 0 auto;
}
.subscribe input{
	width: 350px;
}
.subscribe .input-group>span{
	color:#fff;
	font-size: 18px;
}
.subscribe .btn-info{
	background: #036eb8;
	border: 0;
}
.subscribe .btn-info:hover{
	background: #0096FF;
}

#subscribeModal{
	z-index: 99999;
	margin-top: 10vh;
	padding-right: 0 !important;
}
.subscibePopUpBox{
	width: 100%;
	height: 300px;
	min-height: 300px;
	background:url(../images/petition/28013113_ML.jpg) center #323232;
	background-position: center;
	background-size: cover;
	display: table;
}
.subscibePopUpBox > div {
	color: #fff;
	background: hsla(0,0%,0%,0.30);
	display: table-cell;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	font-weight: bold;
	font-size: 2rem;
	vertical-align: middle;
}
.subscibePopUpBox > div h2{
	margin-bottom: 10px;
	font-size: 3rem !important;
	font-weight: bold;
}
@media screen and (max-width:949px){
	.sharePadding{
		height: 40px;
		width: 100%;
		background: #3e7369;
	}
}
@media screen and (min-width:768px){
	
	.subscribe .btn{
		border: 1px solid #ddd;
	}
	.subscribe .email{
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
	.subscribe .name{
		border-radius: 0;
	}
	.subscribe .btn-info{
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}
@media (max-width:767px){
	footer{
		text-align: center;
		margin-top: 40px;
	}
	.footerBtn_title{
		font-size: 1.4rem;
		line-height: 1.4em;
	}
	html:lang(en) .footerBtn_title{
		font-size: 1.3rem;
		line-height: 1.3em;
	}
	.footerBtn{
		width: 25% !important;
	}
	.treeLogo{
		width: 100% !important;
		float: none;
		margin: 0 auto 25px auto !important;
	}
	.treeLogo img {
		width: 76px;
	}
	.footerBtn .bar{
		height: 125px;
	}
	.footerBtn:nth-child(2n+1) .bar{
		height: 105px;
	}
	.footerBG{
		height: 105px;
	}
	.socialBtnBar{
		margin-top: 10px;
		text-align: center;
	}
	.subscribe .input-group{
		width: 100%;
	}
	.subscribe .btn{
		display: block;
		margin: 5px auto;
		width: 100%;
	}
}
@media (max-width:460px){
	.footerBtn_title{
		font-size: 1.3rem;
		line-height: 1.2rem;
		margin-bottom: 0.5rem;
	}
}
/*****************************************************album*/
.fotorama{
	border: 1px solid #ddd;
}
.fotorama__caption{
	width: 100%;
}
.fotorama__caption__wrap{
	background-color: rgba(255,255,255,0.80) !important;
	color: #000;
}
/*****************************************************header*/
.headerPadding{
	height: 140px;
}
@media screen and (max-width:949px){
	.headerPadding{
		height: 102px;
	}
}
header{	
	background:#fff;
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1920px;
}
.headSearchBar{
	width: 100%;
	background: #eee;
	padding: 5px 0;
	display: none;
	transition: 0.5s;
	font-size: 14px;
}
.headSearchBar > div{
	margin: 0 auto;
	display: block;
	padding: 0 10px;
	position: relative;
}
.headSearchBar > div >div{
	display: inline;
}
.headSearchBar .searchTxt input{
	width: 44%;
	position: inherit;
	display: inline-block;
}
.headSearchBar .searchCate select{
	width: 43%;
	position: inherit;
	display: inline-block;
}

.fontSize {
	vertical-align: bottom;
	line-height: 25px;
	display: inline-block;
	margin:0 3px;
	padding: 0;
	font-size: 16px;
}
.fontSize a{
	margin:0 1px;
	display: inline;
}
.fontSize .selected a{
	color:#007565;
}
.fontSize .selected a{
	color:#d02226;
}
.fontSize .defaultFont{
	font-size: 100%;
}
.fontSize .largerFont{
	font-size: 125%;
}
.fontSize .xLargerFont{
	font-size: 150%;
}

@media screen and (max-width:949px){
	.mobileAA{
		margin: 0 auto;
		text-align: center;
		display: block;
		width: 98%;
		border-top: 1px solid #ddd;
		padding-top: 7.5px ;
		padding-bottom: 3px;
		margin-top: 7.5px;
	}
	.mobileAA a{
		margin-right:  10px;
	}
}
.headbar{
	float:right;
	position:absolute;
	right:10px;
	top: 20px;
	font-size: 16px;
	z-index:1;
}
.headbar .lang{
	line-height: 27px;
	margin:0 5px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.headbar>div>div {
	display: inline-block;
}
.searchBar{
	display: inline-block;
	position: relative;
	margin-right: 5px;
	height: 27px;
	font-size: 14px;
	vertical-align: middle;
}
.searchBar >div {
	vertical-align: middle;

}
.searchBar >a {
	vertical-align:middle;
}
.searchTxt input{
	padding: 0px 5px 0px 10px;
	height: 27px;
	width: 150px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px #aaa solid;
	top: 0;
}
.searchCate select{
	padding: 0 2px;
	height: 27px;
	width: 100px;
	border: 1px #aaa solid;
	font-size: 12px;
}
.searchBtn {
	display: inline-block;
	color: #fff;
	padding: 0 7px 0 6px;
	height: 27px;
	line-height: 27px;
	vertical-align: bottom;
	background: #666;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.searchBtn:hover,
.searchBtn:focus{
	color: #fff;
	background-color: #444;
}
header .fb-like{
	vertical-align: bottom;
	height: 27px;
	font-size: 16px;
	border-radius: 5px;
	overflow: hidden;
	
}
header .fb-like button{
	height: 27px !important;
}
.headbar > a{
	margin-left:0;
}
.donationIcon, .headLikeIcon{
	background: #007565;
	color: #fff;
	padding: 0 12px;
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	height: 27px;
	vertical-align: middle;
	border-radius: 5px;
}
.donationIcon img, .headLikeIcon img{
	vertical-align: middle;
	line-height: 27px;
	margin-bottom: 3px;
}
.donationIcon:hover,
.donationIcon:focus{
	color: #fff;
	text-decoration: none;
	background: #00584C;
}
.headLikeIcon{
	background: #4267b2;
	margin-left: 5px !important;
}
.headLikeIcon:hover,
.headLikeIcon:focus{
	color: #fff;
}
@media (min-width:950px){
	.headSearchBar,
	.mobileSearchBtn{
		display: none !important;
	}
}
@media screen and (max-width:949px){
	
	header nav .searchBar{
		display: none;
	}
	.searchCate select{
		font-size: 14px;
	}
	.searchBtn{
	}
}
@media screen and (max-width:949px){
	
	.donationIcon{
		display: none;
	}
}
@media (max-width:400px){
	.headbar .lang{
		margin: 0 1px;
	}
}
.navbar{
	margin-bottom:0;
	border-radius: 0 !important;
}
.navbar-default {
	background:#fff;
	border: none;
	height: auto;
	max-height: 100vh;
}
#defaultNavbar1{
	max-height: 100vh;
}
.menu{
	position:relative;
}
@media (min-width:950px){
	#defaultNavbar1{
		position: absolute;
		bottom: 10px;
		right: 0;
	}
}
.logo{
	margin-right: 5px;
	margin-top: 5px;
}
.logo2{
}
.logo, .logo2{
	display: inline-block;
	float: left;
	max-width: 120px;
	transition: all 0.5s;
}
@media screen and (min-width:950px){

}
.loginContainer_mobile{
	display:none;
}
header .navbar-header{
	text-align:center;
}
header .dropdown-menu{
	border-color: #c5e5da;
	border-radius: 5px !important;
}
.loginContainer_mobile a{
	margin-right:10px;
}
header .nav .dropdown{
	cursor: pointer;
}
header .navbar-nav >li> a{
	padding: 7px 18px;
	font-size: 18px;
}
html:lang(en) header .navbar-nav >li> a{
	font-size: 17px;
	padding: 7px 12px;
}
header .dropdown-menu {
	font-size: 16px;
}
html:lang(en) header .navbar-nav .dropdown-menu > li {
	min-width: 180px;
	max-width: 320px;
}
header .navbar-nav .dropdown-menu > li > a{
	padding-top: 5px;
	padding-bottom: 5px;
}
html:lang(en) header .navbar-nav >li a{
	white-space: inherit;
}
@media (max-width:999px){
	header .navbar-nav >li> a{
		font-size: 16px;
	}
	html:lang(en) header .navbar-nav >li> a{
		padding:7px 8px;
	}
}
@media (max-width:949px){
	header, .navbar-default{
		background: none;
	}
	.navbar-header{
		background: #fff;
	}
	header .navbar-default{
	}
	header .navbar-nav{
		background: #fff;
		-webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.4);
box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.4);
	}
	header .navbar-nav >li> a{
		font-size: 1.6rem;
		line-height: inherit;
	}
	header .dropdown-menu {
		font-size: 1.6rem;
	}
	header .navbar-nav .open .dropdown-menu > li > a{
		line-height: inherit;
	}
	#defaultNavbar1{
		margin-bottom: -102px;
		
	}
	header.sticky #defaultNavbar1{
		margin-bottom: -50px;
	}
	.navbar-nav{
		margin-bottom: 102px;
		margin-top: 0;
		padding-bottom: 2px;
	}
	header.sticky .navbar-nav{
		margin-bottom: 50px;
	}
}
header .navbar-nav > li > .dropdown-menu{
}
@media  screen and (min-width:950px){
	header .nav .caret{
		display: none;
	}
	.mobileLi{
		display: none !important;
	}
}

header .navbar-default{
	background:none;
}
header .navbar-default .navbar-nav > li > a {
	color:#007565;
}

header .navbar-default .navbar-nav > li > a:hover{
	background-color: #ebf5ec;
	color: #007565;
}
header .navbar-default .navbar-nav > .open > a, 
header .navbar-default .navbar-nav > .open > a:hover, 
header .navbar-default .navbar-nav > .open > a:focus{
	background-color: #ebf5ec;
	color: #007565;
}
header .navbar-default .navbar-nav > li > a.currentPage{
	color:#FFFFFF ;
	background-color: #007565;
}
@media screen and (min-width: 950px) {
  header ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}  
header .navbar-brand{
	height: 140px;
	transition: 0.4s all;
}
header .navbar-brand h1{
	display: inherit;
	margin: 0;
	padding: 0;
}
@media (max-width:949px){
	header .navbar-toggle{
		margin-right:10px;
		margin-top: 60px;
	}
	.logo{
		width: 90px;
		margin-top: 0;
	}
	.logo2{
		width: 60px;
	}
	header .navbar-brand{
		padding: 10px 10px;
		height: 100px;
	}
}

.logoText{
	font-size: 22px;
	font-weight: bold;
	margin-top: 1.5px;
	display: none;
	text-decoration: none;
}
.logoText:hover, .logoText:focus{
	text-decoration: none;
}

header.sticky{
	border-bottom: 1px solid #ddd;
}
header.sticky .navbar-brand{
	height: 50px;
}
header.sticky .logoText{
	display: block;
}
header.sticky .logo, header.sticky .logo2 {
	display: none;
}
header.sticky .headbar{
	display: none;
}
header.sticky .navbar-toggle{
	margin-top: 8px;
}
header.sticky #defaultNavbar1 {
	bottom: 8px;
}
@media screen and (max-width:949px){
	header.sticky .logoText, .openSM header .logoText{
		margin-top: 6px;
	}
	
	header.sticky, .openSM header{
		border-bottom: 1px solid #ddd;
	}
	header.sticky .navbar-brand ,.openSM header .navbar-brand{
		height: 50px;
	}
	header.sticky .logoText, .openSM header .logoText{
		display: block;
	}
	header.sticky .logo, header.sticky .logo2 , .openSM header .logo, .openSM header .logo2{
		display: none;
	}
	header.sticky .headbar, .openSM header .headbar{
		display: none;
	}
	header.sticky .navbar-toggle, .openSM header .navbar-toggle{
		margin-top: 8px;
	}
	header.sticky #defaultNavbar1 , .openSM header #defaultNavbar1{
		bottom: 8px;
	}
}
/*
header.sticky{
	position: fixed;
	margin-top: -230px;
	z-index: 1000;
	border-bottom: 1px solid #ddd;
}
header.sticky .headbar{
	display: none;
}
header.sticky .logo,header.sticky .logo2{
	display: none;
}
header .navbar-default{
	transition: all 0.5s;
}
header.sticky .navbar-default{
}*/

/************************************************** Form */
.mRows input{
	margin-bottom: 5px;
}
/************************************************** Blog */

.grid {

}

/* clear fix */
#photowall .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

#photowall .grid-sizer,
#photowall .grid-item {
  width: 33.333%;
  padding: 10px;
}

@media screen and (max-width:991px){
	#photowall .grid-sizer,
	#photowall .grid-item {
	  	width: 50%;
		padding: 7px;
	}
}
@media screen and (max-width:460px){
	#photowall .grid-sizer,
	#photowall .grid-item {
		width: 100%;
		padding:10px 5px;
	}
}
#photowall .grid-item {
  float: left;
}

#photowall .grid-item img {
  display: block;
  width: 100%;
}
.blogList{
}
.blogList a{
	text-decoration: none;
}
.blogItem{
	background: #fff;
	padding: 30px 15px;
	color: #444;
	transition: all 0.4s;
	min-height: 200px;
	border-top: 5px solid rgba(0,175,65,0.30);
}
a:hover .blogItem,
a:focus .blogItem{
	box-shadow: 0px 0px 10px 0px rgba(0,103,27,0.70);
	border-top: 5px solid rgba(0,175,65,0.80);
	outline: none;
}
.blogItem h2{
	font-size: 2.4rem;
	margin-bottom: 5px;
	color: #444;
}
.blogItem .date{
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.blogItem .cover{
	margin: 10px 0 15px 0;
}
.blogItem p{
	font-size: 1.4rem;
}
@media screen and (max-width:991px){
}
@media screen and (max-width:949px){
}
@media screen and (max-width:460px){
}
/************************************************** Site map */
.siteMap{
}
.siteMapSection{
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}
.siteMapSection h2{
	font-size: 2.6rem;
	margin-bottom: 0.6rem;
}
.siteMapItem{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin-right: 0.5%;
	margin-bottom: 30px;
}
.siteMapItem .subSectionTitle{
	margin-bottom: 5px;
	font-size: 1.8rem;
}
@media screen and (max-width:949px){
	.siteMapItem{
		width: 47%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:530px){
	.siteMapItem{
		width: 100%;
		margin-bottom: 20px;
	}
}
/************************************************** css animate*/
.infinite {
  animation-iteration-count: infinite;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0,-2px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}


/************************************************** Form*/
.required:after{
	content: "*";
	color: red;
	padding:0 2px;
}
legend{
	font-size: 2rem;
}
.form-horizontal .form-group{
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px;
}
.form-control{
	font-size: 1.4rem;
	padding: 0.6rem 1.2rem;
	height: auto;
}
.form-group .control-label{
	color: #007565 !important;
	text-align: left;
}
input[type="date"].form-control{
	line-height: inherit;
}
.form-control[readonly]{
	background: none;
	border: none;
	box-shadow: none;
	font-size: 1.6rem;
	color: #444;
	padding-left: 0;
}

.form-group:hover,.form-group:focus{
	background: #FFFAEA;
}
#otherMethod{
	margin-left: 20px;
	display: none;
}
#otherMethod >ul> li{
	margin-bottom: 15px;
}
.radio-inline , .checkbox-inline {
	margin-left: 0 !important;
	margin-right: 10px;
}
/************************************************** Contact Us*/
.contactUs .info{
	margin-bottom: 40px;
}
@media screen and (min-width:768px){
	.contactUs .info{
		padding-right: 20px;
		margin-bottom: 0;
	}
	.contactUs .form{
		padding-left: 20px;
	}
}
/************************************************** Share Button*/
.floatIconWrap{
	position: fixed;
	bottom: 65px;
	right: 10px;
	z-index: 99;
}
.floatIconContainer{
	position: relative;
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-left: 50px;
	display: none;
}
.floatIconContainer .text{
	display: inline-block;
	color: #333;
	position: absolute;
	right: 55px;
	top: 0;
	white-space:nowrap;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px;
	margin-top: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.floatIcon{
	background: #abc;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	border-radius: 25px;
	color: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.floatIconContainer a:hover .floatIcon,
.floatIconContainer a:focus .floatIcon,
.floatIconContainer a:hover .text,
.floatIconContainer a:focus .text{
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.6);
}
.fade_Out{
	animation: fadeOut 0.3s 175ms forwards;
}
#shareBtn{
	display: inline-block;
}
#shareBtn .text{
	opacity: 0;
	transition: 0.5s all;
}
#shareBtn a:hover .text,
#shareBtn a:focus .text{
	opacity: 1;
}
#shareBtn .fa-minus{
	display: none;
}
#shareBtn a:hover i{		
	animation-duration: 0.3s;
	animation-name: rotateIn;
	animation-fill-mode: both;
}

.floatIconList{
	position: absolute;
	bottom: 50px;
	margin-bottom: 5px;
}
@keyframes rotateIn {
	from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@media screen and (max-width:530px){
	.floatIconWrap{
		bottom: 55px;
	}
	.floatIconContainer,.floatIcon{
		width: 40px;
		height: 40px;
	}
	.floatIcon{
		line-height: 40px;
		font-size: 20px;
	}
	.floatIconContainer .text{
		right:45px;
		margin-top: 5px;
	}
	.floatIconList{
		bottom:40px;
	}
}

/************************************************** Projects Side Menu*/
#sideMenu{
	padding-bottom: 15px;
}
.sideMenu{
	border: 1px solid #ddd;
	max-height: 100vh;
	overflow-y: auto;
}
.sideMenu .navbar-header{
	width: 100%;	
	background: #2860aa;
	color: #fff;
}
.sideMenu .navbar-brand{
	color: #fff !important;
	height:inherit;
	line-height: inherit;
	font-size:1em;
}
.sideMenu .navbar-nav{
	float:none;
	background-color: #fff;
}
.sideMenu .navbar-nav li{
	display: block;
	background-color: none;
	width: 100%;
}
.sideMenu .navbar-nav> li{
	border-bottom: 1px dotted #ddd;
}
.sideMenu .navbar-default .navbar-nav > li > a{
	transition: all 0.5s;
	line-height: inherit;
}
.sideMenu .navbar-nav > li > a{
	
}
.sideMenu .navbar-default .navbar-nav > .open > a, 
.sideMenu .navbar-default .navbar-nav > .open > a:hover, 
.sideMenu .navbar-default .navbar-nav > .open > a:focus{
	background-color: #ebf5ec;
	color: #007565;
}
.sideMenu .navbar-default .navbar-nav > li > a:hover,
.sideMenu .navbar-default .navbar-nav > li > a:focus{
	background: #ebf5ec;
}
.sideMenu .navbar-collapse{
	padding: 0;
}
.sideMenu .dropdown-menu{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	box-shadow: none;
	width: 100%;
	border: none;
	background: #ebf5ec;
	border-radius: 0 !important;
}
.sideMenu a{
	margin: 0;

}
.sideMenu li a{
	padding: 1rem;
}
.sideMenu .dropdown-menu li{
	margin:0;
}
.sideMenu .dropdown-menu li a{
	padding: 0.7rem 1rem 0.7rem 2rem;
}
.sideMenu .dropdown-menu li a:hover{
	background: #eee;
}
.sideMenu .yearList li{
	display: inline-block;
	width: 32%;
	text-align: center;
}
.sideMenu .yearList li a{
	padding: 0.7rem 0;
}
@media screen and (max-width:949px){
	#sideMenu{
		background: hsla(0,0%,0%,0.70);
		padding: 0;
		margin-left: -10px;
		margin-right:-10px;
		z-index: 1000;
		border: none;
	}
	html.openSM{
		overflow-y: hidden;
	}
	.openSM header{
		
	}
	.openSM #sideMenu{
		top: 50px !important;
		left: 10px !important;
		right: 10px !important;
		bottom: 0px !important;
		position: fixed!important;
	}
	.openSM .sideMenu #defaultNavbar2{
		padding-bottom: 50px;
	}
	.sideMenu{
		margin:0 ;
		border: none !important;
		height: 100%;
		overflow: hidden;
		max-height:100%;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	}
	.sideMenu .navbar-default, .sideMenu .navbar, .sideMenu .navbar >div , #defaultNavbar2{
		position: relative;
		height: 100%;
		background: none;
	}
	.sideMenu .navbar-nav{
		max-height: 100%;
		overflow-y: auto;
		background: #fff;
	}
	.sideMenu .navbar-toggle{
		width: 100%;
		margin: 0;
		border-radius: 0;
		min-height: 50px;
		border: none;
		font-size: 1.8rem;
		text-align: left;
	}
	.sideMenu .navbar-toggle:hover{
		background-color: none !important;
	}
	.sideMenu .navbar-header .glyphicon{
		line-height: 1.8rem;
	}
	.sideMenu .navbar-header .collapsed .glyphicon{
		transform: rotate(180deg);
	}
	.sideMenu .navbar-default .navbar-toggle:after{
		content: "";
		padding-left: 5px;
	}
	.sideMenu .navbar-default .navbar-toggle:hover,
	.sideMenu .navbar-default .navbar-toggle:focus{
		background-color: #1E5296;
	}
	.sideMenu .navbar-brand{
		display: none;
	}
	.sideMenu .navbar-nav{
		margin: 0;
	}
	.sideMenu .navbar-nav .open .dropdown-menu{
		background: #ebf5ec;
	}
	.sideMenu .navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #333;
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
	}
}

/************************************************** Membership*/
#memberTable{
}
#memberTable h3{
	margin: 12px 0 5px 0;
	font-weight: bold;
	color: #007565;
	font-size: 2.4rem;
}
#memberTable .pricing-table-holder img {
    margin-top: -70px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#memberTable .well {
    background: #fff;
    box-shadow: 0 0 0 0;
    border: 0px;
}
#memberTable .jumbotron {
    background: #fff;
}
#memberTable .base-padding {
    padding: 0;
}
#memberTable .pricing-table {
	padding: 0;	
	margin: 10px;
	margin-top: 60px;
	border: 1px solid #ddd;
	border-radius: 5px ;
	background: #fff;
	position: relative;
}
#memberTable .pricing-feature-list {
    padding: 1.5rem;
    background: #fff;
    color: #333;
}
#memberTable .pricing-feature-list .list-group-item {
    position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: -1px;
    background-color: #fff;
	border: none;
    font-size: 1.5rem;
}
#memberTable .pricing-table>.pricing-table-holder {
    padding: 10px 20px;
	text-align: center;
	background: url(../images/bg2.jpg);
	background-size: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#memberTable .pricing-table>.pricing-table-holder p{
	text-align: center;
}
#memberTable .price-table-button-holder .button{
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	width: 100%;
	bottom: 0;
	overflow: hidden;
}
#memberTable .small{
	font-size: 1.2rem !important;
	margin-top: 5px;
}
@media screen and (min-width:950px){
	#memberTable .flexitem .pricing-table{
		height: 95%;
	}
	#memberTable .flexitem .price-table-button-holder{
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	#memberTable .mh{
		min-height: 7rem ;
	}
	#memberTable .mh2{
	}
}
.eventTable{
	width: 100%;
}
.eventTable th{
	background: #f3faf8;
}
.eventTable th, .eventTable td{
	padding: 10px;
}
@media screen and (max-width:949px){
	#memberTable .pricing-table {
		margin-top: 80px;
	}
}
@media screen and (max-width: 767px) {
	.eventTable{
		border: none;
	}
	.eventTable thead{
		display: none;
	}
	.eventTable tr{
		display: block;
		margin-bottom:  10px;
		padding: 10px 0;
		border: 1px solid #ddd;
		background: #f3faf8;
	}
    .eventTable td {
        display: block;
        text-align: left;
        padding: 5px 10px;
		border: none !important
    }
    .eventTable thead {
        display: none;
    }
    .eventTable td:before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        width: 100%;
        text-align: left;
    }
    .eventTable td .cont {
        display: block;
        overflow: hidden;
    }
}



.account-wall{
    padding: 40px 0px 20px 0px;
	max-width: 480px;
	margin: 0 auto 20px auto;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.account-wall h2{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 1.4rem;
	font-weight: bold;
}
.login-title{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.account-wall .forgot-pw, 
.account-wall .remember{
	margin-top: 0;
	margin-bottom: 25px;
}
.account-wall .form-signin{
    max-width: 430px;
    padding: 15px;
    margin: 0 auto;
}
.account-wall .form-signin .form-signin-heading, .form-signin .checkbox{
    margin-bottom: 10px;
	padding-left: 20px;
}
.account-wall .form-signin .checkbox{
    font-weight: normal;
}
.account-wall .form-signin .form-control{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.account-wall .form-signin .form-control:focus{
    z-index: 2;
}
.account-wall .form-signin input[type="text"],.account-wall .form-signin input[type="email"]{
    margin-bottom: 15px;
}
.account-wall .form-signin input[type="password"]{
    margin-bottom: 10px;
}
/************************************************** donate */

.mouthlyDonate{
	width: 30%;
	background: #017162;
	color: #fff;
	float: left;
	margin: 10px 1.5%;
	overflow: hidden;
}
.mouthlyDonate .coverWrapper:after{
	padding-top: 75%;
}
.mouthlyDonate .donatePriceTag{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
}
.mouthlyDonate .text{
	padding: 1.5rem;
	padding-top: 1rem;
}
.mouthlyDonate .text p{
	margin: 0;
}
.jetcoCard{
	margin: 10px 0;
}
.jetcoCard .form-group:hover, .jetcoCard .form-group:focus{
	background: none;
}
.jetcoCard #validM, .jetcoCard #validY{
	width: 100px;
	display: inline-block;
}
@media screen and (max-width:949px){
	.mouthlyDonate{
		float: none;
		margin: 20px auto 30px;
		width: 100%;
		max-width: 300px;
	}
}
/*****************************************************newsLetter**/
.newsLetterList_item{
	margin: 30px 0;
	border-bottom:  1px dotted #ccc;
	padding-bottom: 30px;
}
.newsLetterList_year{
	background: #007565;
	width: 7rem;
	height: 7rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 7rem;
	font-size: 2.4rem;
	float: left;
	margin-right: 2rem;
}
.newsLetterList_list{
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.newsLetterList_list > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.newsLetterList_list > ul > li{
	display: inline-block;
	width: 165px;
	padding: 8px 5px;
}
/*****************************************************coverItems**/
.coverItem{
	width: 100%;
	max-width: 240px;
	padding: 0 10px;
	margin: 10px auto 25px auto;
	display: block;
}
.coverItem img{
	width: 100%;
	max-width: 200px;
	margin-bottom: 10px;
-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
}
@media screen and (min-width:950px){
	#coverItemList > div:nth-child(4n+1){
		clear: left;
	}
}
@media screen and (max-width:949px){
	#coverItemList > div:nth-child(2n+1){
		clear: left;
	}
}
@media print{
	
a[href]:after {
	content: none !important;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.sitemap .col-sm-4{
	width: 100%;
}
}
/*****************************************************step bar**/
.stepbar{margin-bottom: 50px;}
.bs-wizard {margin-top:10px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 12px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 22px; height:22px; display: block; background: #e2f1d5; top: 50px; left: 50%; margin-top: -15px; margin-left: -11px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 12px; height: 12px; background: #2DA157; border-radius: 50px; position: absolute; top: 5px; left: 5px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #e2f1d5;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #ddd;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

/************************************************** petition */
.petitionTitle{    
	line-height: 1.9;
	color: #fff;
	padding: 1rem 0;
	position: relative;
	z-index: 1;
}
.petitionTitle span{
	background: rgba(0,117,101,0.85);
	padding: 10px;
}
.petition-card{
	margin-top: -40px;
	background: #fff;
	border-radius: 5px;
	padding:15px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.petition-card > .text{
	padding:0 25px;
}
.petition-card > .text h1{
	font-size: 3rem;
	margin-top: 15px;
	color: #007565;
	font-weight: bold;
}
.petition-card > .text a{
	margin-top: 15px;
	margin-bottom: 25px;
}

.imageHR {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height: 400px;
	position: relative;
}
.mobile .imageHR {
	background-position: center;
	background-size: cover;
	background-attachment: inherit;
}
.display-table{
	display: table;
	width: 100%;
	height: 100%;
}
.display-tableCell{
	display: table-cell;
	vertical-align: middle;
}
.petitionPage{
	padding: 60px 0;
}
.petitionRight{
	float: right;
}
.bar_tooltip{
	font-size: 1.8rem;
	font-weight: bold;
}
.progress{
	height: 1rem;
	margin: 10px 0;
}
.progress-bar{
	background-color: #007565;
}
.petitionLeft article{
	background-color: #fff;
	padding: 25px;
	margin-right: 50px;
}
.petitionForm{
	background: #fff;
	padding: 25px 20px;
	margin: auto;
	display: block;
	width: 100%;
	max-width: 500px;
	border-radius: 8px;
}
.petitionForm .form-group:hover, .petitionForm .form-group:focus{
	background: none;
}
.petitionForm h2{
	font-size: 2.6rem;
	color: #007565;
	margin-bottom: 10px;
}
.petitionForm p{
	margin-bottom: 15px;
}
.fbSign{
	text-align: center;
}
.socialLogin{
	font-size: 1.4rem;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin: 8px auto;
	padding: 0 40px;
	border: none;
	text-align: left;
	line-height: 3.2rem;
	white-space: nowrap;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
}
.login-fb{
	background-color: #4c69ba;
	background-image: linear-gradient(#4c69ba,#3b55a0);
	text-shadow: 0 -1px 0 #354c8c;
}
.or{
	position: relative;
	height: 1.6rem;
	margin: 15px 0;
}
.or span{
	text-align: center;
	width: 4rem;
	font-size: 1.4rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.or::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.petitionPage-mobile{
	display: none;
}
@media (max-width:949px){
	.petitionTitle{
		font-size: 2.2rem;
		background: rgba(0,117,101,0.85);
		padding: 10px;
		line-height: 1.5em;
	}
	.petitionTitle span{
		background: none;
		padding: 0;
	}
	.petitionPage-mobile{
		display: table;
		vertical-align: middle;
		width: 100%;
		min-height: calc(60vh - 142px);
		position: relative;
		background-position: center;
		background-size: cover;
	}
	.petitionPage-mobile > div{
		display: table-cell;
		vertical-align: middle;
		padding: 50px 25px;
	}
	.petitionPage{
		background-image: none !important;
		padding: 30px 0;
	}
	.petitionPage .petitionTitle{
		display: none;
	}
	.petitionPage > .container > .row > div{
		clear: both;
	}
	.petitionLeft article{
		margin-right: 0;
	}
	.petitionRight{
		float: none;
	}
	.petitionForm{
		margin: auto;
		margin-bottom: 35px;
	}
}

/************************************************** event registration */
.selectSession{
	display: flex;
	flex-wrap: wrap;
}
.selectSession input[type="radio"]{
	display: none;
}
.selectSession label{
	width: 29%;
	margin: 20px 2%;
	padding:0;
	border: 1px solid #ddd;
	font-weight: normal;
	transition: all 0.5s;
	vertical-align: top;
	flex: 1;
}
.selectSession p{
	text-align: inherit;
}
.selectSession label:hover {
	cursor: pointer;
	background: #fafafa;
	opacity: 1;
}
.selectSession label:hover .session{
}
.selectSession label > div{
	padding: 15px 5%;
}
.selectSession label .session{
	background: #eaeaea;
	color: #333;
	padding: 10px;
	text-align: center;
	font-size: 20px;
}
.selectSession label .info{
	text-align: center;
	padding-bottom: 25px;
}
.selectSession label .icon{
	height: 95px;
	margin: 10px auto;
}
.selectSession label .price{
	font-size: 1.9rem;
	margin-bottom: 8px;
}
.selectSession label .price div,
.selectSession label .price span{
	font-size: 1.4rem;
	line-height: 18px;
}
.selectSession label .price.discount{
	color: #e4483f;
}
.selectSession label .ppl{
	margin: 10px 0 ;
    min-height: 80px;
    max-height: 80px;
}
.selectSession label.g1 .button{
	background: #D64C38;
}
.selectSession label.g2 .button{
	background-color:  #25A6C4;
}	
.selectSession label.g3 .button{
	background-color:  #2DA157;
}
.selectSession label.g4 .button{
	background-color:  #ffc34d;
}
.selectSession label > div p:last-child{
	margin-bottom: 0;
}
.selectSession input[type="radio"]:checked + label{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(151,151,151,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(151,151,151,0.75);
	box-shadow: 0px 0px 10px 0px rgba(151,151,151,0.75);
	opacity: 1;
}
.selectSession input[type="radio"]:checked + label.g1 .session{
	background-color:  #D64C38;
	color: #fff;
}
.selectSession input[type="radio"]:checked + label.g2 .session{
	background-color:  #25A6C4;
	color: #fff;
}
.selectSession input[type="radio"]:checked + label.g3 .session{
	background-color:  #2DA157;
	color: #fff;
}
.selectSession input[type="radio"]:checked + label.g4 .session{
	background-color:  #ffc34d;
	color: #fff;
}
.teammate{
	width: 46%;
	margin: 2%;
	float: left;
	border: 1px solid #ddd;
	padding: 2%
}
.teammate1{
	width: 92%;
	margin: 2%;
	float: left;
	border: 1px solid #ddd;
	padding: 2%
}
.inputTable{
	margin-top: 15px;
	width: 100%;
}
.inputTable tr:hover,
.inputTable tr:focus{
	background: #e7f5da;
}
.inputTable td{
	padding: 5px;
	vertical-align: top;
	font-size: 14px;
}
input[type="radio"], input[type="checkbox"]{
	margin-right: 3px;
}
.inputTable td input[type="text"],
.inputTable td input[type="date"],
.inputTable td input[type="mail"],
.inputTable td input[type="tel"],
.inputTable td textarea{
	width: 100%;
	margin: 2px 0;
	border: #ddd 1px solid;
	padding: 5px;
	max-width: 500px;
}
@media (min-width:768px){
	.selectSession input[type="radio"]:checked + label{
		margin:10px 1%;
	}
}
@media (max-width:991px){
	.teammate{
		width: 96%;
	}
}
@media (max-width:767px){
	.selectSession{
		display: block;
	}
	.selectSession label{
		display: block;
		width: inherit;
		margin: 20px 15px;
	}
}

.payment_methodList{
	list-style: none;
	margin: 10px 0;
	padding: 5px;
}
.payment_methodList li{
	padding: 10px 0;
}
.payment_methodList li img{
	vertical-align: middle;
}
@media (min-width:768px){
	.payment>tbody>tr>td:first-child{
		width: 20%;
		max-width: 100px;
	}
}

@media (max-width:767px){
	.payment tr, .payment td{
		display: block;
	}
	.payment tr{
		margin: 10px 0 25px 0;
	}
	.payment td{
		width: auto;
		max-width: inherit;
		padding: 0;
	}
}

#calendar {
	max-width: 900px;
	margin: 0 auto;
}
/************************************************** eshop */
.slider-banner img{
	width: 100%;
}
.btn-circle {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 4px 0;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 36px;
}
.cartLabel{
	position: relative;
}
.cartLabel[data-count]:after{
  position:absolute;
  right:-1em;
  top:-1em;
  content: attr(data-count);
  font-size:12px;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  background:#d9534f;
  text-align:center;
  min-width:2em;
  font-weight:bold;
}
.shoppingList{
	margin-left: -1%;
	margin-right: -1%;
}
.shopItem{
	width: 23%;
	margin: 1%;
	float: left;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}
.shopItem-img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

.shopItem-img .helper{
	height: 100%;
	width: 0;
	background: #ddd;
	display: inline-block;
	vertical-align: middle;
}
.shopItem-img img{
	width: auto !important;
	height: auto !important;
	max-height: 100%;
	max-width: 100%;
	margin:0;
	display: inline-block !important;
	vertical-align: middle;
}
.shopItem-des{
	padding: 12px;
}
.shopItem-title{
	font-size: 1.6rem;
	line-height: 1.7rem;
}
.pricelabel{
	margin: 5px 0;
}
.pricelabel .promote{
	font-size: 1.4rem;
	color: #777;
	height: 1.4rem;
}
.pricelabel .promote span{
	text-decoration: line-through;
}
.pricelabel .price{
	font-size: 2rem;
	height: 2rem;
}
.pricelabel .memprice{
	margin-top: 10px;
	margin-bottom: 0;
	display: inline-block;
	font-size: 1.4rem;
}
.pricelabel .price>.discount{
	color: #e4483f;
}
.shopItem-btn{
	margin-top: 10px;
	text-align: right;
}
.shopItem-table{
	width: 100%;
}
.shopItem-table .pricelabel{
	margin: 0;
}
.shopItem-table td, .shopItem-table th{
	vertical-align: top;
	padding: 7px 0;
}
.shopItem-table th{
	padding-right: 15px;
	width: 115px;
}
.product_view .modal-dialog{
	width: 900px;
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
}
.eshopDetail-left{
	margin-bottom: 20px;
}
.eshopDetail-right , .product_view #modal-right{
	padding-left: 20px;
}
.eshopDetail-bottom{
	margin-top: 25px;
}
.ecard-selector label > img{
	width: 80px;
	margin-right: 5px;
	display: inline-block;
}
.ecard-selector label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.ecard-selector label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.ecard-selector label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}
@media (min-width:992px){
	.shoppingList .shopItem:nth-child(4n+1){
		clear: both;
	}
}
@media (max-width:991px){
	.shoppingList .shopItem:nth-child(3n+1){
		clear: both;
	}
	.shopItem{
		width: 31.3%;
	}
}
@media (max-width:767px){
	.shoppingList .shopItem:nth-child(2n+1){
		clear: both;
	}
	.shopItem{
		width: 48%;
	}
	.eshopDetail-right , .product_view #modal-right{
		padding-left: 0px;
	}
}
@media (max-width:400px){
	.shopItem{
		width: 100%;
		margin: 15px 0;
	}
}


/*******************************************************************cart**/

input[type="text"],input[type="password"],input[type="tel"],textarea {   
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #ccc;
  background: #fff;
  outline: none;    
}
.cart-list{
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
.cart-item.soldOut{
	background-color: #eee !important;
	color: #aaa;
}
.soldOut-icon{
	font-size: 0.9em;
	padding: 0.1em 5px;
	border-radius: 5px;
	background: #777;
	color: #fff;
	margin: 1px;
	vertical-align: bottom;
	display: inline-block;
}
.cart-product{
	display: table;
}
.cart-product > div{
	display: table-cell;
	vertical-align: top;
}
.cart-img{
	width: 70px;
}
.cart-item.soldOut .cart-img{
	opacity: 0.5;
}
.cart-description{
	text-align: left;
	font-size: 1.6rem;
	color: #444 ;
	padding-left: 15px;
}
.cart-description > div {
	margin-bottom: 5px;
	font-size: 1.4rem;
}
.cart-description .name{
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.cart-description .form-control{
	max-width: 100%;
}
.cart-description .ecard-selector > div{
	margin-bottom: 5px;
}
.cart-description .ecard-selector img{
	width: 60px;
}
.cart-description a{
	color: #444;
}
.cart-description > div{
	margin-bottom: 5px;
}
.cart-description .id{
	font-size: 1.4rem;
	color: #888888;
}
.cart-description .price{
	font-size: 1.8rem;
}
.product-removal{
	width: 50px;
}
.quantity-control{
  border: 1px solid #ddd;
  display:inline-block;
  width: 82px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 3px;
}
.quantity-control input{
  border: none;
  width: 40px;
  height: 25px;
  line-height: 25px;
	font-size: 15px;
  padding: 0 2px;
  margin: 0;
  text-align: center;
  border-radius: 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity-control button{
  width: 20px;
  height: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0px !important;
  background: #fff;
  outline: none;
}
.remove-product, .add-product{
  border: none;
  background: none;
  font-size: 18px;
  line-height: 18px;
  color: #888;
}
.cart-list .cart-line-price{
	text-align: right;
	font-weight: bold;
}
/* cartSummary section */
.cart-bottom{
	margin: 30px 0;
}
.cart-discount-code{
	margin-bottom: 10px;
}
.cartSummary{
  display: table;
  width: 100%;
  max-width:400px;
  float: right;
  background: #FFF0D4;
  padding:10px 0;
  margin-top: 10px;
}
.cartSummary-item{
  display: table-row;
}
.cartSummary-item > div{
  display: table-cell;
  padding: 8px 15px;
}
.cartSummary-value{
  text-align: right;
}
.cartSummary-totals{
  font-size: 1.8rem;
}
.cartSummary-totals > div{
  border-top: 2px solid #F9A80E;
}
.shopping-cart-btn{
  text-align: right;
  margin: 25px 0 15px 0;
}
.shopping-cart-btn > button{
  margin: 0;
  margin-left: 5px;
}
.customer-remark textarea{
  width: 100%;
  margin-top: 8px ;
  resize: vertical;
}
.shop-remark{
  margin-top: 15px;
}
.customer-remark{
  margin-top: 15px;
}

.card-info{
	padding: 10px;
	border-radius: 8px;
	width: 460px;
	max-width: 100%;
}
.card-info .btn{
	margin: 5px 0;
}
.card-info table img{
	width: 60px;
}
@media (min-width:768px){
  .cart-list{
    display: table;
    width: 100%;
  }
  .cart-list > div {
    display: table-row;
  }
  .cart-list > div > div {
    display: table-cell;
		vertical-align: top;
		text-align: center;
    padding: 15px 10px;
    margin: 0;
    line-height: 1.6rem;
    border-bottom: 1px solid #ddd;
  }
  .cart-list > .column-labels > div {
    font-weight: bold;
    background: #eee;
		font-size: 1.4rem;
    border: none;
		border-right: 2px solid #fff;
  }
	.cart-list > .column-labels > div:last-child{
		border-right: none;
	}
  .cart-price {
    width: 120px;
  }
  .cart-quantity {
    width: 100px;
  }
	.cart-bonus{
		width: 100px;
	}
  .product-line-price {
    width: 130px;
    text-align: right;
  }
}
@media (max-width:1050px){
	.egift-cart .cart-product{
		display: block;
	}
	.egift-cart .cart-product > div{
		display: block;
	}
	.egift-cart .cart-img{
		margin-bottom: 10px;
	}
	.egift-cart .cart-description{
		padding-left: 0;
	}
	.card-info table, .card-info tr, .card-info td{
		display: block;
		padding: 0 !important;
		margin: 0 !important;
	}
	.card-info tr{
		margin-bottom: 12px !important;
	}
	.card-info td:first-child{
		font-weight: bold;
		margin-bottom: 4px;
	}
}
@media (max-width:767px){
  .cart-list{
    border-top: 1px dotted #666;
    margin: 15px 0;
  }
  .cart-list .column-labels{
    display: none;
  }
	.cart-item{
		position: relative;
		border: 1px solid #dddddd;
		margin: 15px 0;
		border-radius: 10px;
		padding: 10px;
	}
	.cart-item > div{
		margin-bottom: 5px;
		text-align: right;
	}
  .cart-list .product-removal{
		position: absolute;
    right: 5px;
    width: 25px;
    text-align: center;
  }
	.cart-list .product-add{
		position: absolute;
    right: 30px;
    width: 25px;
    text-align: center;
	}
	.cart-description{
		clear: both;
	}
	.cart-product{
		display: block;
	}
	.cart-product > div{
		display: block;
	}
	.cart-item .cart-product{
	}
	.cart-img{
		width: 60px;
	}
	.cart-description{
		padding-left: 0;
		margin: 10px 0;
	}
	.cart-description > div{
		
		margin-bottom: 2px;
	}
  .btn-qac{
    margin-top: -3px;
  }
  .shopping-cart-list .product-price{
    margin-right: 10px;
  }
  .shopping-cart-list .product-quantity{
  }
  .cart-item > div::before{
    content: attr(data-label);
    display: block;
		float: left;
    text-align: left;
    clear: both;
  }
  .product-line-price{
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    font-size: 16px;
  }
  .shopping-cart-list .product-quantity::before, .shopping-cart-list .product-price::before, .shopping-cart-list .product-line-price::before{
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    text-align: left;
    clear: both;
  }
  .shopping-cart-btn > button{
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.totals .totals-item-total {
}
 
.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}
 
.checkout:hover {
  background-color: #494;
}
@media (max-width:767px){
	.totals .totals-item label{
		width: auto;
		float: left;
	}
}
 