.menu li.active a{
	font-weight: 700;
}
.list-styled {
	padding-left: 24px;
}
.list-styled li{
	list-style-type: circle;

}
.iconList{
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #00bcd4;
	display: inline-block;
	text-align: center;
	margin-right: 30px;
	
}
.iconList .bd-placeholder-img{
	margin-top: 15px;
	color: #fff;
}
.imgBox{
	position: relative;
	display: block;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 100%;
}
.imgTitle{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px 15px;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	text-align: left;
	font-size: 0.75rem;
}
.list-group-item.active {
    background-color: #00BCD4;
    border-color:#00BCD4;
}
.container{
	position: relative;
}
header nav{
	padding-bottom: 30px;
}
#logo a{
	line-height: 0.8;
	text-align: left;
}
#logo a span.fa{
	margin-right:0.4em;
}
#logo a small{
	font-size: 60%;
}
.weui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.weui-flex__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
@media(max-width:600px) {
	#logo a {
		font-size: 16px;
	}
}