

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
html { font-size: 1em; }

body { font-family: 'Comfortaa', Arial, sans-serif; overflow-x: hidden; background:#0095c2 url(../images/background.png) no-repeat center 0;} /*carasmo's comment to hide horizontal scroll bar https://github.com/twbs/bootstrap/issues/10711*/

h1, h2, p { font-family: 'Comfortaa', Arial, sans-serif; }

h1 { font-weight: 700; }

h2 { font-size: 1.5em; }

ul { margin: 0; }

section { padding-top: 85px; margin-top: -85px; }
section .outer_container { margin-bottom: 50px; background-color: #eeeeee;  }
section .row { margin-left: 0; margin-right: 0; overflow: hidden; }
section h1 { text-transform: uppercase; color: white; margin-top: 0px; margin-bottom: 0px; line-height: 280px; text-align: center; }

.templatemo_ceo img { margin-bottom: 10px; }
.templatemo_ceo p { text-align: center; }

.container { margin: 0 auto;width: 900px;overflow: hidden; }

/*http://css-tricks.com/vertically-center-multi-lined-text/*/
.center-row { display: table; }
.center-row .center { display: table-cell; vertical-align: middle; }

/*------------------------------------------------------
	NAVIGATION 
--------------------------------------------------------*/
nav { font-size: 1em; font-weight: lighter; }
nav .fa { display: block; text-align: center; margin-bottom: 0px; }

.navbar {
	position: relative;
	background: url(../images/head.png) repeat-x top;;
	min-height: 85px;	
	border-radius: 0px; 
	border: none; 
	margin-bottom: 0px; 
	-webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
	-moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
	box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li>a {
	padding-bottom: 20px;
	color: white;
	text-transform: uppercase;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
	color: white;
	background-color: #20B2AA;
}

.navbar>.container .navbar-brand { margin-left: 0; }
.navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: 0; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #20B2AA; }

/*------------------------------------------------------
	FLEXSLIDER OVERRIDING 
--------------------------------------------------------*/
.flexslider { padding-top: 105px; }
.flexslider a:hover, .flexslider a:focus { text-decoration: none; }
.flexslider { border: none;	-webkit-border-radius: 0; border-radius: 0; background: #00CED1;}
.flexslider .slides li { position: relative; }
.flex-caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    color: white;
    background:rgba(197,82,87,.8);   
    z-index:1;
    padding: 20px;
    margin: 0;
}

/*------------------------------------------------------
	About Us Styles 
--------------------------------------------------------*/
#about h1 { background-color: #498fc0; }
#about img { padding: 0; }
#about_content { height: 280px; }

/*------------------------------------------------------
	Our Team Styles
--------------------------------------------------------*/
#team .col-md-4 { padding: 5px; }
#team img { margin: 0 auto; margin-bottom: 15px; }
#team h1 { background-color: #498fc0; }
#team p { text-align: center; }
#team_content { height: 280px; }

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
.services_buttons .icon-button:last-of-type { margin-bottom: 0; }
.services_buttons .icon-button {
	font-size: 400%;
	color: white;
	background-color: black;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
	height: 100%;
	max-width: 90px;
	max-height: 90px;
	line-height: 90px;
}

.services_buttons  .icon-button:hover, .services_buttons  .icon-button.active {	background-color: #e98714; }

#services h1 { background-color: #e98714; }
#services .col-md-2 { padding-right: 0; }
#services .fa { line-height: 90px; }
#services_content { height: 280px; }
#services_content .tab-pane {  padding: 15px; }
#services_content a { color: #FFFFFF; }

/*http://cssarrowplease.com/*/
.arrow-box { position: relative; color: white; background-color: #e98714; border-radius: 4px; margin-left: 30px; height: 100%;}
.arrow-left { display: block; width: 30px; height: 58px; background: url(../images/left_arrow.png) no-repeat 0 0; position: absolute; left: 1px; margin-top: 20px; }

/*------------------------------------------------------
	Skills Styles 
--------------------------------------------------------*/
/* .progress { background-color: black; border-radius: 0px; }
.progress.vertical:last-of-type { margin-right: 0; }
.progress-bar {	position:absolute; bottom:0; left:0; } http://stackoverflow.com/questions/2015032/align-divs-to-bottom-or-baseline
.progress-label { position:absolute; width: 100%; bottom:0; } */

/*http://stackoverflow.com/questions/16318375/how-to-align-vertically-a-progress-bar-in-twitter-bootstrap*/
.progress.vertical {
    position: relative;
    width: 19%;
	margin-right: 1.2%; 
    min-height: 240px;
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

#skills h1, .progress-bar { background-color: #e98714; }

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
.portfolio-item:hover .overlay-p { transition: all 0.3s ease-in-out 0s; visibility: visible; opacity: 1; }
.portfolio-thumb .overlay-p {
 	background-color: rgba(0, 200, 200, 0.9);
 	position: absolute; 
 	visibility: hidden; 
 	top: 0; 
 	left: 0; 
 	width: 100%; 
 	height: 100%;  	
 	opacity: 0;
 }
.portfolio-thumb .overlay-p a { position: absolute; color: white; text-decoration: none; }

#portfolio .col-md-4 { max-width: 206px; }
#portfolio .row { margin: 0; }
#portfolio h1 { background-color: #00c8c8; }
#portfolio h2 { color: white; padding: 8% 4% 4% 4%; margin: 0; }
#portfolio p { color: white; padding: 0 4% 4% 4%; margin: 0; font-size: .9em; }
#portfolio_content .col-md-4 { padding: 0; }

/*------------------------------------------------------
	Blog Styles 
--------------------------------------------------------*/
.blog_post { position: relative; float: left; width: 50%; }
.blog_posts_container { max-width: 620px; }
.blog_post h2 { position: absolute; background: #a8f662; color: white; top: 0; right: 0; padding: 10px 20px; margin: 0; text-align: center; }

#blog .col-md-7 { padding-right: 46px; overflow: hidden; }
#blog h1 { background-color: #a8f662; }
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
.form-group { margin-bottom: 20px; }
.form-control {	border-radius: 0px; }
.form-control:focus {
	border-color: rgb( 226, 90, 148 );
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(226, 90, 148,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(226, 90, 148,0.6);
}

#contact h1 { background-color: #e25a94; }
#contact_content { height: 280px; }

/*------------------------------------------------------
	Map Styles 
--------------------------------------------------------*/
#map h1 { background-color: #e25a94; }

#google_map { width: 100%; height: 280px; outline: 0; border: 0; }

/*------------------------------------------------------
	FOOTER 
--------------------------------------------------------*/
footer { position:absolute; height: 30px; color: white; margin-top: 20px; width: 100%;line-height: 30px;bottom: 0px;text-align: center;}
/* footer img { padding-top: 30px; }
footer a { text-decoration: none; color: white; }
footer a:hover { color: #cbcbcb; text-decoration: none; } */
footer .row { height: 100%; }

.back_to_top { background-color: #c5454a; text-align: center; height: 41px; line-height: 41px; } /*http://stackoverflow.com/questions/2939914/vertically-align-text-in-a-div*/

.social_buttons a {	text-decoration: none; }

#templatemo_copyright { font-size: .9em; }

/*------------------------------------------------------
	BOOTSTRAP OVERRIDING 
--------------------------------------------------------*/
.col-md-4, .col-md-5, .col-md-7, .col-md-8 { padding: 0; }

.btn-primary {
	font-size: 2em;
	padding-bottom: 10px;
  	background-color: rgb( 226, 90, 148 );
  	box-shadow: 0px 3px 0px 0px rgb( 180, 52, 107 );
  	width: 160px;
  	height: 55px;
  	border: none; border-radius: 0px;
  	-moz-transition: background-color .5s ease;
  	-o-transition: background-color .5s ease;
  	-webkit-transition: background-color .5s ease;
  	transition: background-color .5s ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background-color: rgb( 180, 52, 107 );
	box-shadow: 0px 3px 0px 0px rgb( 226, 90, 148 );
}

/*------------------------------------------------------
	MEDIA QUERIES 
--------------------------------------------------------*/
@media only screen and (min-width: 1200px){
	h1 { font-size: 4.5em; }
	.services_buttons { text-align: right; }
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
		height: 91px;
	}
	#about .col-md-7 { padding-left: 50px; }
	#about .col-md-8 { padding-left: 20px; }
	#team .col-md-7 { padding-right: 50px; }
	#skills .col-md-7 { padding-right: 90px; }
	#portfolio .col-md-7 { padding-left: 46px; }
	#contact .col-md-7 { padding-left: 50px; }	
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h1 { font-size: 3.5em; }
	.services_buttons { text-align: right; }
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
		height: 91px;
	}
	#about .col-md-7 { padding-left: 30px; }
	#about .col-md-8 { padding-left: 20px; }
	#team .col-md-7 { padding-right: 30px; }
	#skills .col-md-7 { padding-right: 30px; }
	#portfolio .col-md-7 { padding-left: 30px; }
	#contact .col-md-7 { padding-left: 30px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 { font-size: 2.5em; }
	nav { font-size: 1em; }
	.btn-primary { font-size: 1.6em; }
	.services_buttons { text-align: left; }
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
		height: 91px;
	}
	#about .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#about img { padding: 0; margin-top: 20px; margin-bottom: 20px;	}
	#services .col-md-2, #services_content { padding-left: 0; padding-top: 20px; height: 300px; }
	#portfolio p { padding: 7.3% 4%; }
	#portfolio .col-md-7, #blog .col-md-7, #contact .col-md-7  { padding-left: 0; padding-top: 20px; }	
	#blog .col-md-7 { padding-right: 0; }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
	h1 { font-size: 2.5em; }
	nav .fa { display: inline; text-align: left; margin-bottom: 0; margin-right: 10px; }
	.navbar-default .navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px; }
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		height: 100%;
	}
	.btn-primary { font-size: 1.5em; }
	.services_buttons { text-align: left; }
	.services_buttons .icon-button { font-size: 210%; }
	.blog_post img { max-width: 100%; }
	#about .col-md-8 { padding-left: 0; padding-bottom: 20px; }	
	#about img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#team_content { width: 100%; }
	#services .col-md-2, #services_content { padding-left: 0; padding-top: 20px; height: 300px; }
	#services_tabs { padding-left: 10px; }
	#portfolio .col-md-7, #blog .col-md-7, #contact .col-md-7 { padding-top: 20px; padding-left: 0; }	
}

@media only screen and (max-width: 480px) {	
	section h1 {	font-size: 1.6em; line-height: 50px; }
	nav .fa { display: inline; text-align: left; margin-bottom: 0; margin-right: 10px; }
	.col-xxs { display:block; float:none; width: 100% }
    .social_buttons { margin-top: 30px; }
    .pull-right { float: left !important; } /*do not pull-right in mobile view*/
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		height: 100%;
	}
	.navbar-default .navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px; }	
	.btn-primary { font-size: 1.2em; }	
	.services_buttons { text-align: left; }
	.services_buttons .icon-button { font-size: 190%; }
	.blog_post { width: 50%;}
    .blog_post img { max-width: 100%; }    
	#about .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#about img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#team_content { width: 100%; }
	#services .col-md-2, #services_content { padding-left: 0; padding-top: 20px; height: 300px; }	
	#services_tabs { padding-left: 0; }
	#portfolio .col-md-7, #blog .col-md-7, #contact .col-md-7 { padding-top: 10px; padding-left: 0; }	
}

@media only screen and (max-width: 430px) {
	body { font-size: 10px; }
	.btn-primary { font-size: 1.1em; }	
	.blog_post h2 { font-size: 1.1em; padding: 5px 5px; }
	.services_buttons .icon-button { font-size: 180%; }
	.navbar-default .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		height: 100%;
	}
	#services_tabs { padding-left: 0; }
}

/* http://codepen.io/minimalmonkey/pen/Ecpla */

/* Wrapper */
.social_buttons .icon-button {
	background-color: #20283e;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	line-height: 100px;
	margin: 0;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 60px;
	height: 100px;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	line-height: 3.6rem;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-youtube {
	color: #c5454a;
}
/*悬浮菜单*/

#menu{width: 88px;height: auto; z-index: 2;float: left;}
#menu ul{display: block;list-style: none;position: fixed;bottom: 34px;padding-left: 0px;}
#menu ul li a{width: 88px; height: 54px; line-height: 54px; text-align: center;background-color: #4bb3d2;color: #ffffff;display: block}
#menu ul li a:hover,#menu ul li a.cur{background-color: #20B2AA;color: #fff;text-decoration:none;}


.box{position:absolute;top:0;bottom:0;left:0;right:0;background: rgba(0,0,0,0.2);}
.noinfo{width: 100%;margin-top: 100px;text-align: center;font-size: 30px;color: #ccc;}
.error{color:#FF3030;}
.navbar-brand{font-size:38px;font-weight: 700px;padding:30px 0px 0px;}
.content-height{margin:20px auto;width: 900px;margin-top: -o-linear-gradient(120px);}
.content-height .height{height: 100%;width: calc(100% - 100px);float: left;border-radius: 10px;background: #ffffff;}
.content-height .content-title{height: 40px;line-height:40px;background: url(../images/title_bg.png) no-repeat -10px;padding:0px 10px;border-radius:10px 10px 0px 0px;font-weight: 700;font-size: 15px;}
.content-height .content-theight{height: calc(100% - 41px);overflow-y: auto;padding: 10px;width:100%;}
.content-theight .area{clear:both;width: calc(100% - 100px);height: 200px;background: #F5F5F5;margin:0px auto 10px;border-radius: 6px;}
.content-theight .area .area_l1{width:10%;float:left;font-size: 30px;font-style:oblique;margin-top: 0px;color:#A9A9A9;padding: 16px 0px 0px 10px;}
.content-theight .area .area_l2{width:60%;float:left;}
.content-theight .area .area_l2 dt{padding-bottom: 5px;}
/*.content-theight .area .area_l2 .text-content{font-size:16px;margin-bottom: 10px;max-height: 100px;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}*/
.content-theight .area .area_l2 .text-content{font-size:16px;margin-bottom: 10px;max-height: 70px;word-break: break-all;overflow: hidden;text-overflow: ellipsis;position:relative;}
.content-theight .area .area_l2 .text-content:after{content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 5px; background: -webkit-linear-gradient(left, transparent, #f5f5f5 55%); background: -o-linear-gradient(right, transparent, #f5f5f5 55%); background: -moz-linear-gradient(right, transparent, #f5f5f5 55%); background: linear-gradient(to right, transparent, #f5f5f5 55%)}
.content-theight .area .area_l3{width:30%;float:left;padding-left: 10px;}
.content-theight .area .area_l3 img{margin-top: 20px;border: 3px solid #77cbF3;}
.content-button {background: #00CED1;color: #eee;font-size: 16px;padding: 6px 18px;border-radius: 20px;}
.content-button.green {background: #228B22;}
.content-button.orange {background: #D2691E;}
.content-button:hover {opacity: .6;color: #fff;text-decoration:none;}
.console-button{cursor:default;background: #808080;color: #eee;font-size: 16px;padding: 0px 18px;border-radius: 20px;border: 1px solid #808080;height: 28px;}
.fa-arrow-circle-left:hover{opacity: .6}
.content-theight p.title{padding-top:10px;font-size: 16px;font-weight: 700;}
.content-theight p.content{text-indent:2em;}

.content-theight .content-tfoot{height:110px;background:#F5F5F5;border:1px solid #F5F5F5;border-radius:6px;margin:0px 50px;overflow-x:auto;overflow-y: hidden;white-space: nowrap;}
.content-theight .content-tfoot-title{height:30px;line-height:30px;font-size:12px;margin-left:50px;}
.content-theight .content-tfoot .portion{display: inline-block;margin:5px;width:65px;height:85px;}
.content-theight .content-tfoot .portion div{text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:65px;font-size:11px;line-height:20px;}
/*个性化干预*/
.intervention-page{width:calc(100% - 55px);height:100%;margin-left: 55px;}
.intervention-page .content{width:calc((100% - 40px) / 3);height:calc(100%);border:1px solid #f5f5f5;border-radius:6px;background:#f5f5f5;padding:10px;float: left;margin:0px 6px;}
.intervention-page .content .p1{border-bottom: 1px solid #eeeeee;height: 40px;line-height: 40px;color:#999999;margin-bottom:0px;}
.intervention-page .content .p2{padding-top:30px;font-size:16px;font-weight:700;text-align:center;margin-bottom:0px;}
.intervention-page .content .p3{margin-top:20px;text-align:center;color:#00DB00;height:40px;line-height:40px;}
.intervention-page .content .p4{text-align:center;}
.intervention-page .content .p5{text-align:center;margin-top:0px;}
.display-none{display: none;}
.display-block{display: block;}
.flex-prev{float: left;margin-top: -195px;margin-left: -30px;opacity: 0.2;width: 40px;}
.flex-next{float: right;margin-top: -195px;margin-right: -30px;opacity: 0.2;}

.content-theight .left,.content-theight .right{width:180px;height:100%;border:1px solid #ededed;border-radius:6px;float: left;}
.content-theight .left a{text-decoration:none;color:#666666;font-size:12px;padding-left:20px;height:30px;width:178px;line-height:30px;display:inline-block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;outline:none;blr:expression(this.onFocus=this.blur());}
.content-theight .left .title,.content-theight .right .title{height:40px;line-height:20px;border-bottom:1px solid #eee;padding:10px;background:#D1E9E9;font-weight:700;color:#408080;font-size: 14px;}
.content-theight .left a:hover,.content-theight .left a.active,.content-theight .right a.active{color:#ffffff;background:#20B2AA;text-decoration: none;}
.content-theight .right a,.content-theight .center a{cursor: default;text-decoration:none;color:#666666;font-size:12px;padding-left:20px;height:30px;width:138px;line-height:30px;display:inline-block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;outline:none;blr:expression(this.onFocus=this.blur());}
.content-theight .center a{padding-left:0px;width:280px;}
.content-theight .right a:hover{text-decoration:none;}
.content-theight .right .button,.content-theight .center .button{width:22px;color:#00CED1;float:right;line-height:30px;}
.content-theight .right .button span,.content-theight .center .button span{cursor: pointer;}
.content-theight .center{margin-left:10px;width:400px;float:left;min-height:1px;}

.content-theight .portions{display: inline-block;margin:10px;width:27%;height:125px;}
.content-theight .portions div{text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;font-size:11px;line-height:20px;}

.content-theight .portions_small{float:left;margin:5px 5px 10px 10px;width:210px;height:100px;cursor: pointer;}
.content-theight .portions_small div{text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:210px;font-size:11px;line-height:20px;}

.nav-tabs a{outline:none;blr:expression(this.onFocus=this.blur());}

.table.table-bordered{font-size: 14px;}
.slider-track{background:#AFEEEE;}
.slider-selection{background:#e98714;}
.slider.slider-horizontal{width:350px;}
.test_selected{background:#f0f0f0 url(../images/select.png) no-repeat 8px 10px!important;}
.question_radio{font-size: 18px;color: #333333;cursor: pointer;text-decoration: none;display: block;width: 600px;padding: 10px 10px 10px 34px;margin: 2px 0;line-height: 20px;border: 1px solid #fff;}
.question_radio:hover{ text-decoration:none; color:#333; background:#f0f0f0;}
/* End minimalmonkey */