/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */
body {
	font-family: PingFangSC-Medium,PingFangSC-Regular, PingFang SC,"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}
.site-name {
	font-family: PingFangSC-Medium,PingFangSC-Regular, PingFang SC,"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #339BEB;
}
.text-colored {
	color: #55acee;
}
a {
	color: #55acee;
	text-decoration: none;
}
a:hover {
	color: #339BEB;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}
.fr{
	float: right;
}
.col-md-6 {
	padding-right: 0;
    padding-left: 0;
}
.row-padding0{
	padding: 0;
}


/* Layout
----------------------------------------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	color: #333333;
	/* background-color: rgba(255, 255, 255, 1); */
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.04);
}
.banner {
	width: 100%;
	/* height: 100%;
	min-height: 100%; */
	position: relative;
	color: #fff;
	background: #061926;
}
.banner-image {
	vertical-align: middle;
	/* min-height: 100%; */
	height: 742px;
	width: 100%;
	/* margin-top: 100px; */
	max-width: 1920px;
	margin: 0 auto;
}
.banner:after {
	/* position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.55);
	content: ""; */
}
.banner-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.container-fluid {
	padding: 0;
}
.subfooter {
	background-color: #EEF3F5;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 25px 0;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}
.text-justify-center {
	text-align: justify;
	text-align-last: center;
}

@media (min-width: 1200px){
	.navbox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.container {
		/* width: 1690px; */
		/* width: 88%; */
		width: 1180px;
	}
}


/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #55acee;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.home-bg-01 {
	height: 658px;
	/* background: url("../images/home_01.png") no-repeat;
	background-size: 100% 100%; */
}
.genentechImgBox{
	display: flex;
	margin-bottom: 60px;
	justify-content: space-around;
}
.genentech_01, .genentech_02, .genentech_03{
	width: 32%;
	max-width: 384px;
	/* height: 248px; */
}
.genentech_02{
	margin: 0 14px;
}
.home-card{
	padding: 0;
}
.home-card .lead {
	font-size: 42px;
	font-family: PingFangSC-Medium,PingFangSC-Regular, PingFang SC,"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	font-weight: 600;
	color: #021638;
	margin-bottom: 16px;
}
.home-bg-01 .lead {
	margin-top: 80px;
	font-size: 40px;
}
.home-card .content {
	max-width: 1180px;
	font-size: 16px;
	font-family: PingFangSC-Medium,PingFangSC-Regular, PingFang SC,"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	font-weight: 400;
	color: #021638;
	/* line-height: 26px; */
	margin-bottom: 38px;
}
.home-bg-02-out{
	width: 100%;
	background: #01416F;
}
.home-bg-02 {
	max-width: 1920px;
	height: 415px;
	margin: 0 auto;
	background: url("../images/home_bg_02.png") no-repeat;
	background-size: 100% 100%;
}
.home-bg-02 a:hover {
	text-decoration: none;
}
.home-bg-02 .lead {
	color: #FFFFFF;
	margin-top: 80px;
}
.home-bg-02 .content {
	color: #FFFFFF;
	margin-bottom: 48px;
}
.home-img-bg {
	background: #F9F9F9;
}
.home-card-03 {
	padding-bottom: 80px;
}
.home-card-03 .lead, .home-card-04 .lead {
	margin-top: 80px;
}
.home-card-03 .content {
	
}
.equipmentIconBox{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 60px;
}
.equipmentIconBox .equipment_icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.equipmentIconBox .equipment_text {
	font-size: 20px;
	font-weight: 600;
	color: #27374D;
	margin-top: 20px;
}
.home-card-03 .text-box{
	padding-left: 67px;
}
.home-img-03 {
	width: 845px;
	height: 628px;
}
.home-card-04 .text-box{
	padding-left: 112px;
}
.home-bg-05-out {
	width: 100%;
	margin: 0 auto;
	background: #EEF3F5;
}
.home-card-05 {
	max-width: 1920px;
	height: 375px;
	margin: 0 auto;
	background: url("../images/home_bg_05.png") no-repeat;
	background-size: 100% 100%;
}
.home-card-05 .lead {
	margin-top: 80px;
}
.home-card-05 .content {

}
.home-card-05 .text-box{
	padding-left: 31px;
}
.home-bg-06-out {
	width: 100%;
	margin: 0 auto;
	background: #01416F;
}
.home-card-06 {
	max-width: 1920px;
	height: 401px;
	margin: 0 auto;
	background: url("../images/home_bg_06.png") no-repeat;
	background-size: 100% 100%;
}
.home-card-06 .lead {
	margin-top: 80px;
	color: #ffffff;
}
.home-card-06 .content {
	color: #ffffff;
}
.home-card-06 .text-box{
	padding-left: 85px;
}
.home-card-07 .lead {
	margin-top: 80px;
}
.home-card-07 .content {
	margin-bottom: 80px;
}
.home-card-07 .text-box{
	padding-left: 30px;
}


.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.space-20 {
	padding: 10px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 {
	font-size: 54px;
	font-family: PingFangSC-Medium,PingFangSC-Regular, PingFang SC,"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.banner-caption .lead {
	font-size: 32px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 8px;
}
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn-more-box{
	display: block;
	width: 160px;
	height: 54px;
	margin: 0 auto;
}
.btn-more:hover{
	text-decoration: none;
}
.btn-more{
	width: 160px;
	height: 54px;
	cursor: pointer;
	line-height: 54px;
	border-radius: 6px;
	font-size: 18px;
	font-family: PingFangSC-Medium,PingFangSC-Regular, PingFang SC,"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-more-blue{
	border: 2px solid #19A2AD;
	color: #19A2AD;
}
.btn-more-white{
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #55acee;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #339BEB;
	border-color: #339BEB;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #55acee;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #55acee;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: #55acee;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #ffffff;
	padding: 10px 18px;
	font-size: 16px;
	font-weight: 600;
	font-family: PingFangSC-Medium,PingFangSC-Regular, PingFang SC,"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #09ABB7;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #09ABB7;
}
.main-navigation .navbar-default .navbar-nav > li.active ::after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	content: "";
	width: 18px;
	height: 3px;
	background: #09ABB7;
}

/* 屏幕小于1200大于768时，拖动屏幕，导航不换行 */
@media (min-width: 768px) and (max-width: 1199px) {
	.navbox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.navbar-nav {
		display: flex;
    white-space: nowrap;
	}
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding: 10px 8px;
		font-size: 14px;
	}
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
}
@media (max-width: 767px) {
	.navbar-toggle {
    display: block;
	}
	/* 手机navbar */
	.navbar-collapse{
		background: #012d55;
	}
	.header.navbar-fixed-top {
		background: #043156;
		/* position: absolute; */
	}
	.navbar-header {
		margin-top: -58px;
	}
	.navbar {
		min-height: 0;
	}
	.banner-caption {
		/* top: 178px; */
	}
	.banner-caption h1 {
		font-size: 48px;
	}
	.banner-caption .lead {
		font-size: 24px;
	}
	.banner-image {
		margin-top: 0;
		height: 485px;
	}
	.backstretch {
		height: 480px;
	}
	.home-card{
		padding: 20px;
	}
	.home-card .lead {
		font-size: 32px;
	}
	.home-card .content {
		/* font-size: 22px; */
	}
	.genentechImgBox{
		margin-bottom: 25px;
	}
	.home-bg-01 .lead, .home-bg-02 .lead, .home-card-03 .lead, .home-card-04 .lead {
    margin-top: 34px;
	}
	.home-bg-01 {
		/* background: url(../images/mobile_home_01.png) center no-repeat;
		background-size: cover; */
	}
	.home-bg-02 {
		background: url(../images/home_bg_02.png) center no-repeat;
		background-size: cover;
	}
	.home-bg-01,
	.home-bg-02,
	.home-img-03,
	.equipment-card .equipment-01,
	.equipment-card .equipment-02,
	.genentech-card.genentech-card-01 .genentech-01,
	.genentech-card.genentech-card-02 .genentech-02,
	.gutmicrobe-card .gutmicrobe-01,
	.gutmicrobe-card .gutmicrobe-02,
	.gutmicrobe-card .gutmicrobe-03,
	.gutmicrobe-card .gutmicrobe-04,
	.gutmicrobe-card .gutmicrobe-05,
	.bigdata-card .big-data-01 {
		height: auto;
	}
	.home-img-04 {
		/* position: absolute; */
		/* top: 345px; */
		/* top: 290px; */
	}
	.home-card-05 .text-box,
	.home-card-07 .text-box {
		position: absolute;
		top: 0;
	}
	.home-card-05 .home-img-03 {
		margin-top: 280px;
	}
	.home-card-05 .lead {
		/* margin-top: 145px; */
		margin-top: 0;
	}
	.btn-more {
		width: 108px;
		height: 42px;
		margin-top: 30px;
		margin: 0 auto;
	}
	.btn-more-white, 	.btn-more-blue {
		line-height: 28px;
		font-size: 16px;
	}
	.home-card-04 {
		height: 465px;
	}
	.home-card-05,
	.home-card-06 {
		height: auto;
	}
	.home-card-06 .home-img-04 {
		/* top: 410px; */
	}
	.home-card-06 .lead,
	.home-card-07 .lead {
		margin-top: 0;
	}
	.home-card-07 .home-img-03 {
		margin-top: 320px;
	}
	.home-card-03 .text-box, 
	.home-card-04 .text-box, 
	.home-card-05 .text-box, 
	.home-card-06 .text-box, 
	.home-card-07 .text-box {
		padding: 0;
		margin-bottom: 20px;
	}
	.genentech-01-box,
	.equipment-01-box {
		position: absolute;
		top: 0;
	}
	.equipment-card .lead {
		padding-top: 20px;
	}
	.genentech-card.genentech-card-01 .text-box {
		margin-top: 181px;
	}
	.equipment-card.equipment-card-01 .text-box{
		margin-top: 192px;
	}
	.equipment-card.equipment-card-01 .text-box.equipment-03-text {
		margin-top: 212px;
	}
	.equipment-card.equipment-card-01.tumor-treatment-card-01 .text-box {
		margin-top: 250px;
	}
	.tumor-treatment-card .text-box .content {
		padding-top: 15px;
	}
	.gutmicrobeWrap .introduce-box,
	.equipmentWrap .introduce-box,
	.equipmentWrap .introduce-box,
	.bigdataWrap .introduce-box {
		margin-top: -45px;
	}
	.genentechWrap-banner .genentech-banner-image,
	.gutmicrobeWrap-banner .gutmicrobe-banner-image,
	.equipmentWrap-banner .equipment-banner-image,
	.gutmicrobeWrap-banner .gutmicrobe-banner-image,
	.equipmentWrap-banner .tumorTreatment-banner-image,
	.equipmentWrap-banner .big-data-banner-image,
	.doctor-card-01.equipment-card.equipment-card-01{
		margin-top: 0;		
	}
	.genentechWrap-banner .genentech-banner-image {
		background: url(../images/mobile-genentech-banner.png) right no-repeat;
		background-size: 100% 100%;
	}
	.equipmentWrap-banner .equipment-banner-image {
		background: url(../images/mobile-equipment-banner.png) right no-repeat;
		background-size: cover;
	}
	.gutmicrobeWrap-banner .gutmicrobe-banner-image {
		background: url(../images/mobile-gutmicrobe-banner.png) center no-repeat;
		background-size: cover;
	}
	.equipmentWrap-banner .tumorTreatment-banner-image{
		background: url(../images/mobile-tumorTreatment-banner.png) center no-repeat;
		background-size: 100% 100%;
	}
	.equipmentWrap-banner .big-data-banner-image{
		background: url(../images/mobile-big-data-banner.png) right no-repeat;
		background-size: 100% 100%;
	}
	.main-navigation .navbar-default .navbar-nav > li.active ::after {
		display: none;
	}
	.genentech-card.genentech-card-01 {
		padding: 0;
	}
	.genentech-card.genentech-card-01 .text-box, .genentech-card.genentech-card-02 .text-box {
		padding: 20px;
	}
	.section.equipment-card {
		padding: 20px;
	}
	.section.bigdata-card {
		padding: 20px;
	}
	.object-visible, .touch .object-non-visible {
		padding: 15px;
	}
	.equipmentWrap-banner h1.text-cont,
	.genentechWrap-banner h1.text-cont,
	.gutmicrobeWrap-banner h1.text-cont {
		font-size: 28px;
	}
	.equipmentWrap-banner .equipment-banner-caption,
	.gutmicrobeWrap-banner .gutmicrobe-banner-caption {
		top: 80px;
	}
	.doctor-card-01.equipment-card.equipment-card-01 {
		padding-top: 100px;
	}
	.doctor-card .dr_shihaining,
	.doctor-card .dr_huang,
	.doctor-card .dr_hong {
		position: absolute;
		top: 0;
	}
	.doctor-card .dr_shihaining-text {
		margin-top: 200px;
	}
	.doctor-card .dr_shenhao-text,
	.doctor-card .dr_liao-text {
		margin-top: 20px;
	}
	.doctor-card .dr_huang-text {
		margin-top: 200px;
	}
	.doctor-card .dr_hong-text {
		margin-top: 200px;
	}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: #ffffff;
	padding: 5px 0;
}
.fixed-header-on .header .main-navigation .navbar-default .navbar-nav > li > a {
	color: #021638;
}
.fixed-header-on .header .main-navigation .navbar-default .navbar-nav > li.active > a {
	color: #09ABB7;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	width: 120px;
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #333333;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}