html, body {
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    
}

body {
	overflow-x: hidden;
	font-family: Georgia, "Times New Roman", "KaiTi", STKaiti, serif;
	font-size: 1.3em;
	position: relative;
}

img{
    max-width: 100%;
	display: block;
    height: auto;
	margin: auto;
}


video {
  width: 100%;
  height: auto;
}


.topimage {
	background-image:url('images/top.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	height: 100%;
}

.topbox {
	background:rgba(0,0,0,0.5);
}


.subhead {
	font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", SimSun, STXihei, sans-serif;
	color: #fffaf0;
	font-weight: lighter;
}


.headline {
	color:  #fffaf0;
	line-height: 1.2em;
}

.lede {
	font-weight: bold;
}

.timeline {
	background-image: url('images/patient91.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center bottom;
}

.timeline-bg {
	background-color: rgba(255,255,255,0.7);
}

.timeline-left {
	text-align: right;
	padding-right: 10px;
	color: #196cd1;
	font-size: 0.9em;
	font-weight: bold;
}

.timeline-right {
	text-align: left;
	padding-left: 10px;
	border-left: 1px solid black;
	
}


.hz91 {
	font-size: 1.2em;
	font-weight: bold;
	color: #196cd1;
}


h1 {
	font-family: Georgia, "Times New Roman", "FangSong", STFangSong, serif;
	text-align: center;
	font-weight: bold;
	color: #186acd;
	margin-bottom: 30px;
	padding-left: 10px;
	font-size: 1.5em;
}

/*
h1 > span {
	background: #a52a2a;
	color: #fff;
}

*/

.caption {
	font-size: 0.8em;
	color: #595959;
	font-weight: bold;
	padding-top: 5px;
}

.box-quote {
	box-shadow: 0 10px 28px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background-image: url("images/quote.png");
	background-size: 60px;
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

.quote {
	font-family: Georgia, "Times New Roman", "KaiTi", STKaiti, serif;
	font-size: 1.6em;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 2px;
}

.media-style {
	border-top: solid 1px #d9d9d9;
}

.person {
	font-size: 0.9em;
	text-align: left;
	color: #000;
	padding-top: 10px;
}

.profile {
	max-width: 60px;
	border-radius: 50%;
}

#scroll-icon {
	max-width: 60px;
}



.go {
        -webkit-animation: updown 0.5s infinite alternate;
        animation: updown 0.5s infinite alternate;
    }
	
    @-webkit-keyframes updown {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes updown {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }

.footer {
	font-size: 0.9em;
	background: #666666;
	color: #fff;
}

.share {
	font-size: 1.1em;
	font-weight: bold;
}


/*Back to top*/
#btt {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:45px;
    height:45px;
    background-color:rgba(255, 71, 26, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:45px;
    -moz-border-radius:45px;
    border-radius:45px;
	z-index: 99999;
}

#btt span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

#btt:hover {
    background-color:#ff3300;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}