/* google font*/
.xiangmu{ width:100%; height:auto;}
.xiangmu ul{ margin:0px; padding:0px;}
.xiangmu ul li{ width:100%; height:30px; line-height:30px; list-style:none;}
.xiangmu ul li a{ color:#FFF; text-decoration:none; font-size:1.15em;}
.xiangmu ul li a:hover{ color:#47CBD4; text-decoration:none; font-size:1.15em;}
.xiangmu ul li i{ color:#47CBD4;}


/* TOP FOOTER */
.top-footer{
	background-color: #222;
	padding: 5rem 0;
}

.top-footer h1{
	color: #fff;
	text-transform: uppercase; 
	font-size: 20px; 
	margin-bottom: 25px;
}

.top-footer h1 .fa{
	font-size: 35px;
	color: #47CBD4;
}

.top-footer p{
	color: #999;
	margin-bottom: 0;
}

.top-footer .media {
  	margin-top: 10px;
}

.top-footer .media-left img{
	height: 50px; 
	margin-top: 7px; 
	border-radius: 2px;
}

.top-footer .media-left{
	color: #47CBD4;
	padding-right: 12px;
}

.top-footer .media-left .fa-twitter{
	color: #999;
}

.top-footer .media-heading{
	margin-bottom: 6px;
}

.top-footer .media-body .update-info{
	color: #999;
	font-size: 11px; 
	font-weight: normal;
	font-style: italic;
}

.top-footer .media-body .update-info .fa{
	color: #47CBD4;
	margin-left: 10px;
	margin-right: 4px;
}

.top-footer .media-body .update-info .fa:first-child{
	margin-left: 0;
}

.top-footer .media-body .update{
	color: #fff; 
	font-weight: bold;
	line-height: 1.4;
	margin-top: 5px;
}

.top-footer .media-body h5{
	color: #fff;
	word-spacing: 0;
	letter-spacing: 0;
	font-size:1.15em;
}

.top-footer h4{
	margin-left: 10px;
	color: #fff; 
	font-size: 18px; 
	margin-bottom: 25px; 
	line-height: 2.5; 
	text-transform: uppercase;
}

.top-footer strong{
	color: #fff;
	font-size: 11px; 
	line-height: 2.2;
}

.top-footer .subscribe h4{
	margin-bottom: 5px;
}

.top-footer .subscribe p{
	margin-bottom: 15px;
}

.top-footer .subscribe p:last-child{
	margin-top: 10px;
	margin-bottom: 20px;
	font-style: italic;
	letter-spacing: 0.5px;
}

.top-footer .social-link .fa{
	background-color: #363636;
	height: 28px;
	width: 28px;
	padding-top: 8px;
	border-radius: 2px;
	text-align: center;
	color: #999;
	font-size: 12px;
}

.top-footer .social-link .fa:hover{
	color: #fff;
	background-color: #47CBD4;
}

.top-footer .list-inline > li{
	padding-left: 0;
}

.top-footer .tags .btn {
	background-color: #363636;
	border: medium none transparent;
	border-radius: 2px;
	color: #999;
	font-size: 11px;
	margin-bottom: 8px;
	padding: 7px 10px;
}

.top-footer .input-group .form-control{
	color: #fff;
	box-shadow: none; 
	border: transparent; 
	font-size: 11px; 
	background-color: #363636;
	border-radius: 2px;
}

.top-footer .input-group .btn{
	background-color: #47CBD4;
	border-radius: 3px; 
	color: #fff; 
	font-size: 11px;
	padding: 6px 8px;
	border-color: #47CBD4;  
}

/* BOTTOM FOOTER */
.bottom-footer{
	color: #999;
	font-size: 11px;
	padding: 2rem 0;
	background-color: #2a2a2a;
}

.bottom-footer a{
	color: #999;
}

.bottom-footer a:hover{
	color: #47CBD4;
	text-decoration: none;
}