
html, body {
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;  
}

body {
	overflow-x: hidden;
	font-family: "Times New Roman", "KaiTi", STKaiti, serif;
	font-weight: 200;
	font-size: 1.5em;
	background: #f5f5e6;
	position: relative;
}

img{
    max-width: 100%;
	display: block;
    height: auto;
	margin: auto;
}

p {
	padding-left: 10px; padding-right: 10px;
}

#hero {
	background-image: url("images/cover.jpg");	
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
}

.headline-container {
	background-image: linear-gradient(to top, rgba(255, 255, 255,0), rgba(0,0,0,0));
}

.headline {
	font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", SimSun, STXihei, sans-serif;
	font-weight: bold;
	font-weight: 600;
	color: #c4c03d;
	line-height: 1.2em;
	padding-right: 20px;
	text-align: center;
}

.lede {
	color: #383996;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", SimSun, STXihei, sans-serif;
	color: #383996;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	/* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
}

.subhead {
	font-weight: bold;
	color: #0766e3;
}
.caption {
	font-size: 0.7em;
	color: #db1229;
	font-weight: 400;
	padding-top: 5px;
}

.quote1-container {
	background: #9bb5d1;
}

.quote1 {
	text-align: center;
	font-weight: bold;
}

.box-quote {
	font-family: 'Crimson Text', serif;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	background-image: url("images/heart-dot.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 200px;
}

.quote {
	font-size: 1.6em;
	font-weight: 600;
	color: #9bb5d1;
	padding: 5px;
}

.name {
	text-align: center;
}

.specialquote {
	float: right;
    font-size: 1em;
	background: #9bb5d1;
       
}

.box {
	background: #2769b0;
	float: right;
	color: white
}

.media-body {
	color: #0766e3;
}

.strong:first-letter {
  color: #383996;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 10px;
  padding-right: 10px;
}

.footer {
	background: #9bb5d1;
	padding-top: 20px;
}

.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;
}

.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)";
}
.uk-comment-body {
	margin-top: 10px;
	padding: 10px 20px;
	margin-left: 30px;
	border-top: 1px solid #ddd
}

.uk-comment-primary {
	padding: 15px
}

.uk-comment-list>:nth-child(n+2) {
	margin-top: 20px
}

.uk-comment-list li article {
	border: 1px solid #ddd
}

.uk-comment-list .uk-comment~ul {
	padding-left: 50px;
	margin-top: 20px
}

.uk-comment-list .uk-comment~ul article {
	padding: 15px
}

.uk-comment-list .uk-comment~ul>:nth-child(n+2) {
	margin-top: 20px
}

.box-tags {
	padding: 0;
	margin-bottom: 30px
}

.box-tags,
.box-likepage {
	display: inline-block;
	width: 100%;
	clear: both
}

.box-tags a,
.box-likepage a {
	display: inline-block;
	line-height: 22px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #333;
	margin: 0 2px 2px 0;
	font-size: 13px;
	border-radius: 4px
}

.box-likepage {
	padding: 20px 0;
	margin: 0 auto;
	
}

.box-likepage a.btn-square {
	background: #fefefe;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 2px
}

.box-likepage a.btn-square.btn-share-facebook {
	background: #1777f2;
	border-color: #1777f2;
	color: #fff
}

.box-likepage a.btn-square.btn-share-twitter {
	background: #35cacf;
	border-color: #35cacf;
	color: #fff
}
.box-likepage a.btn-square.btn-share-weibo {
	background: #E5342E;
	border-color: #E5342E;
	color: #fff;
	

}

.box-likepage a.btn-square.btn-share-link {
	background: #E5342E;
	border-color: #E5342E;
	color: #fff
}

.box-likepage a.btn-square.btn-share-mail {
	background: #999;
	border-color: #999;
	color: #fff
}

.box-tags a:hover,
.box-likepage a:hover {
	color: #E5342E!important;
	border-color: #E5342E;
	background: #fff!important;
	text-decoration: none
}
/* ------- RESPONSIVE -------- */
@media (max-width: 640px) {
	#hero {
	background-image: url("images/cover.jpg");	
	background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
	height: 55%;
	}
	.headline-container {
		position: absolute;
		top: 35%;
		
    }
	.headline
	{
		color:#ff0000;
	}
	
}
}