/*
Theme Name: amcm-zh
Author: liusauer
Author URI: http://liusauer.ch/
Text Domain: www.liusauer.ch
*/

.white {
	color: #fff !important;
}	
.blue {
	color: #2e64bc !important;
}
.black {
	color: #505050;
}
.alignright {
	float: right;
	text-align: right;
	clear: right;
}
.alignleft {
	float: left;
	text-align: left;
	clear: left;
}
.aligncenter {
	text-align: center !important;
	margin: 0 auto;
}
.btn {
	padding: 30px 0 0 10px;
	background-color: transparent;
	border: 1px solid transparent; 
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section, div{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
}
body, input, textarea {
    font-family: serif, sans-serif, Helvetica, Arial;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.6;
}
body { 
	position: relative;
}
a{
    color: #2e64bc;
    text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
a:hover {
	color: #ee7600;
}
a:focus {
	color: #2e64bc;
}
p{
    color: #505050;
    font-size: 18px;
    line-height: 1.8;
}
i {
	padding-right: 4px;
}
ul {
    list-style: disc;
	display: block;
}
ul, ol {
    list-style: none;
    margin: 0 0 24px 0;
}
li ul,
li ol {
	margin-bottom: 0;
	margin-left: 0;
}
ol {
	list-style-type:decimal;
}
li{
	//list-style: none;
	margin: 7px 0 10px 0;
}
body {
	position: relative;
	background-color: #fff;
}
.wrapper {
	position: relative;
}
h1, h2, h3, h4 {
	letter-spacing: .05rem;
	display: block;
	padding: 10px 0;
}
h1 {
	font-size: 2.4em;
	margin-top: 20px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
/* -------------------header ------------------------------*/
.header-wrap {
	position: relative;
	z-index: 9;
}
.header-wrap.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.main-header {
	background-color: transparent;
	width: 100%;
	border-bottom: 1px solid transparent;
}
/*--------------------------------------------------------------
 logo-box
--------------------------------------------------------------*/
.logo-box { max-width: 360px; margin: 7px auto; }
.logo { max-width: 100%; margin: 30px auto; }
.navbar-header-primary { float: none !important; }
.logo-box-primary { text-align: center; margin: 7px auto; }
.logo-primary { text-align: center; margin: 7px auto; max-width: 360px;}
/*--------------------------------------------------------------
 contact info
--------------------------------------------------------------*/
.contact-info {
	overflow: hidden;
	padding: 20px 0;
	font-size: 16px; 
}
.contact-info li {
	list-style-type: none;
	float: left;
	margin-right: 7px;
}
.contact-info .divider {
	color: #eee;
	padding-left: 4px;
}        
/*--------------------------------------------------------------
 navbar 
--------------------------------------------------------------*/
.navbar {
	background-color: transparent;
	padding-top: 12px;
	margin-bottom: 12px;
	min-height: 1px;
}
.navbar-nav li a {
	font-size: 18px;
	font-weight: 600;
    text-decoration: none;
    padding: 14px;
	font-family: Arial, Helvetica, sans-serif;
    outline: 0;
    list-style-type: none;
    line-height: 1;
}
.nav .open a, .nav .open a:focus, .nav .open a:hover {
    background-color: transparent;
    border-color: none;
}
.navbar-nav .active a, 
.navbar-nav .active a:focus, 
.navbar-nav .active a:hover {
    color: #ee7600;
	background-color: transparent;
    border: 0;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
	background-color: transparent;
	color: #ee7600;
}
.navbar-nav .open .dropdown-menu li a {
    background-color: transparent;
	color: #2e64bc !important;
	padding-right: 10px;
	padding-bottom: 10px;
}
/*--------------------------------------------------------------
navbar-toggle
--------------------------------------------------------------*/
.navbar-toggle {
	display: none;
	background-color: #2e64bc;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle:focus, 
.navbar-toggle:hover {
    background-color: #2e64bc;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
/*--------------------------------------------------------------
 dropdown menu
--------------------------------------------------------------*/
.dropdown-menu {
    min-width: auto;
	border: none;
}   
.dropdown-menu .active a, 
.dropdown-menu .active a:focus, 
.dropdown-menu .active a:hover {
    background: transparent;
    text-decoration: none;
    outline: 0;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus{
	color: #ee7600;
  	text-decoration: none;
}
.dropdown-toggle:focus {
  	outline: 0;
}
/*--------------------------------------------------------------
 multi level dropdown menu
--------------------------------------------------------------*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.dropdown-submenu:hover a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*--------------------------------------------------------------
 navbar collapse
--------------------------------------------------------------*/
.collapse {
    display: none;
}
/*--------------------------------------------------------------
 language selections
--------------------------------------------------------------*/
.language {
    position: relative;
    margin-top: 0;
    padding-left: 0 !important;
    float: right;
	clear: right;
}
.language ul.dropdown-menu li a { font-size: 14px !important; }
/*--------------------------------------------------------------
 front page home sections
--------------------------------------------------------------*/
section {
	position:relative;
}
.section-container  {
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
}
.section-content {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}
.section-title {
	color: #2e64bc;
    letter-spacing: 1px;
    line-height: 40px;
	font-size: 1.6em;
}
.section-title:after {
	display: block;
    margin: 14px auto;
    width: 100px;
    height: 2px;
    content: "";
	background-color: #2e64bc;
} 
/*--------------------------------------------------------------
 home section banner
--------------------------------------------------------------*/
.hero-image {
	display: block;
	max-width: 100%;
	background: center center /cover no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.image {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#section-banner {
	max-width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
#section-banner .section-content {
	position: relative;
	max-width: 100%;
}
#section-banner .img-overlay {
	position: absolute;
	top: 18%;
	left: 20%;
	right: 20%;
	border: #fff 2px solid; 
	max-width: 1200px;
}
#section-banner .overlay-content {
	margin: 30px;
	text-align: center;
	border: #fff 2px solid; 
	background: rgba(255,255,255, 0.9); 
	max-width: 960px;
}
#section-banner .overlay-content .banner-title1 {
    font-size: 1.6em;
    margin-top: 28px;
	display: block;
	text-align: center;
}
#section-banner .overlay-content .banner-title2 {
    font-size: 1.4em;
    margin-top: 14px;
	display: block;
	text-align: center;
}              
/*--------------------------------------------------------------
 home section contents
--------------------------------------------------------------*/
#section-contents {
	position: relative;
	//background: rgba(163, 199, 221, .8);
	background-color: rgba(144,186,247, 0.9);
    background: linear-gradient( rgba(144,186,247,.9), rgba(177,220,252,.3)); 
}
#section-contents .container {
	max-width: 1200px;
}         
#section-contents .col-md-3 {
	padding-left: 7px;
	padding-right: 7px;
}  
#section-contents .thumbnail {
	min-height: 550px;
	padding: 0;
}
#section-contents .thumbnail .caption {
	padding: 0px;
}
#section-contents p {
	font-size: 17px;
	padding: 7px;
}
.more {
	font-size: 15px;
	position: absolute;
	bottom: 5%;
	left: 20px;
}
/*--------------------------------------------------------------
 home section orgnization
--------------------------------------------------------------*/
#section-orgnization {
	//background: url(/files/images/amcm/o-3.jpg) top left / cover no-repeat;	
	background-color: #fff;
	//background: linear-gradient(rgba(255,255,255, .3), rgba(144,186,247,.9)); 
} 
#section-orgnization .thumbnail1 {
	//background: rgba(163, 199, 221, 0.8);
	//background-color: rgba(144,186,247, 0.6);
	background-color: rgba(177,220,252,.4);
    //background: linear-gradient( to bottom right, rgba(144,186,247,1), rgba(177,220,252,.5));
	border: #fff 2px solid;
	height: 300px;
}
#section-orgnization .thumbnail2 {
	//background: rgba(163, 199, 221, 0.8);
	background-color: rgba(144,186,247, 0.6);
    //background: linear-gradient( to top right, rgba(177,220,252,.5), rgba(144,186,247,1));
	border: #fff 2px solid;
	height: 300px;
}
/*--------------------------------------------------------------
 home section nature of orgnization
--------------------------------------------------------------*/
#section-nature .section-content { 
	padding: 50px 20%; 
	text-align: center;
}
.box-wrapper {
	position: relative;
    padding: 50px;
}
.line {
    position: absolute;
    background: #e80872;
    transition: all 220ms ease-in-out;
}
.line1 {
    right: 21%;
    top: 0;
	width: 100%;
	height: 3px;
	right: 0;
	transition-delay: 1320ms; 
}
.line2 {
	height: 100%;
	width: 3px;
	transition-delay: 1540ms;
	left: 0;
    top: 0;
}
.line3 {
	width: 40%;
	height: 3px;
	transition-delay: 1760ms;
	bottom: 0;
    left: 0;
}
.line4 {
	height: 100%;
	width: 3px;
	transition-delay: 660ms;
	right: 0;
    top: 0;
}
.line5 {
	width: 51%;
	height: 3px;
	transition-delay: 880ms;
	right: 0;
    bottom: 0;
}
.line6 {
	position: relative;
    height: 100px;
    //z-index: -1;
	width: 3px;
	transition-delay: 1100ms;
	left: 0;
    top: 0;
}
.nature-text {
	transition: -webkit-transform 700ms ease-in-out, opacity 700ms ease-in-out;
    transition: transform 700ms ease-in-out, opacity 700ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
/*--------------------------------------------------------------
 Page, Post, Category
--------------------------------------------------------------*/
.entry-container {
    margin: 0 auto;
    position: relative;
}
.entry-title-bar {
	padding: 0 0 30px;
	border-top:1px solid transparent;
	border-bottom: 1px solid transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;        
}
.entry-title-bar {
    background: url(/files/images/amcm/entry-title-bar.jpg) top left / cover no-repeat;
}
.entry-title {
	text-decoration: none;
	color: #fff;
	font-size:34px;
	font-weight: bold;
	padding-left: 10px;
}
.entry-content {
	position: relative;
    margin: 40px 0;
	//max-width: 900px;
	padding-left: 20px;
}
.aside-container {
	//max-width: 300px;
	margin: 40px 0;
    padding-right: 20px;
}
.aside-title {
	font-size: 1.4em;
    padding-bottom: 0;
    padding-top: 10px;
}
.aside-container ul {
	padding-left: 14px;
}
.aside-container li {
	font-size: 17px;
}
/*--------------------------------------------------------------
 page post bootstrap table
--------------------------------------------------------------*/
.vl {
    border-left: 3px solid  #2e64bc;
    height: 26px;
	padding-left: 10px;
}
/*--------------------------------------------------------------
 footer 
--------------------------------------------------------------*/
.footer-wrap {
	background: #f7f7f9;
	font-size: 16px;
	border-top: 2px solid rgb(220, 220, 220);
}
.footer-widget {
	color: #2e64bc !important;
}
.footer-widget h3 {
	padding-top: 0;
	font-size: 20px;
	font-weight: 600;
}
.footer-widget li { 
	font-size: 16px;
	margin-left: 0;
	padding-left: 0;
	//padding-top: 20px;
}
.footer-widget a {
	text-decoration: none;
	font-size: 16px;
	padding-left: 0;
	margin-left: 0;
}
footer .logo-box {
	margin: 30px 0;
}
/*--------------------------------------------------------------
 media screen 
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.navbar-collapse{
		position:relative;
		background-color: #fff;
		width: 100%;
	}
	.navbar-collapse a { color: #2e64bc !important;}
	.navbar-toggle {
		display: block;
		margin-right: 15px;
	}
	.language {
		margin-left: 0;
		float: left;
		padding-left: 0;
		clear: left;
		margin-left: -15px !important;
	}
	.alignright {
		float: left;
		left: 0;
        clear: left;
	}
    .aside-container {
        display: none;
    }
  	.logo-box {
		max-width: 75%;
		margin: 10px auto;
	}
	.logo-primary { max-width: 200px; float: left; margin-left: 20px; margin-top: 0; }
	#section-banner .overlay-content {
		margin: 14px;
	}
	#section-banner .img-overlay {
		top: 16%;
		left: 4%;
		right: 4%;
	}
	#section-banner .overlay-content .banner-title1 {
		font-size: 18px;
		margin-top: 28px;
	}
	#section-banner .overlay-content .banner-title2 {
		font-size: 16px;
		margin-top: 7px;
	}
	.contact-info {
		padding: 7px 0;
	}
	footer .contact-info {
		padding: 10px 10%;
	}
	#section-background .image { padding: 30px; text-align: center; }
	#section-background p { padding: 14px; }
	#section-contents .thumbnail { margin: 10px auto; max-width: 80%; text-align: center;}
	#section-contents .more { left: 15%; }
	#section-banner .hero-image { height: 500px !important; }
}
@media screen and (min-width: 768px) {
	#section-banner .img-overlay {
		top: 15%;
		left: 8%;
		right: 8%;
	}
	.navbar-nav li a {
		padding: 7px;
	}
	#section-background p { padding: 10px; }
}
@media screen and (min-width : 920px) {/*mediem pc, ipad landscape*/
	.navbar-toggle {
		display: none;
	}
	.navbar-nav {
		padding-left: 10%;
	}
	.navbar-nav-primary { padding-left: 0 !important;}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-nav li a {
		padding: 14px;
	}
	.contact-info { padding: 20px 0;}
	#section-background p { padding: 0 10px; }
}
@media screen and ( min-width: 992px ) {/*large pc*/
	#section-contents .container {
		max-width: 1000px;
	}
	#section-banner .img-overlay {
		top: 16%;
		left: 15%;
		right: 15%;
	}
}
@media screen and (min-width: 1200px){
	.navbar-nav {
		text-align: center;
		margin: 0 auto;
		padding-left: 15%;
	}
	.navbar-nav-primary { padding-left: 0 !important;}
	#section-contents .container {
		max-width: 1200px;
	}
	#section-banner .img-overlay {
		top: 20%;
		left: 16%;
		right: 16%;
	}
}