/* ---- SIDEBAR CSS ---- */
.side-menu .sticky{
	margin-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #CCC;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #CCC;
}
.side-menu img{
	width: 50px;
}
.side-menu h3,
.side-menu p{
	word-spacing: normal;
	text-align: left;
}
.side-menu h3{
	color: #475268;
	font-size: 18px;
	font-weight: 400;
}
.side-menu p{
	color: #575656;
	line-height: normal;
	font-size: 14px;
	font-weight: lighter;
}
.side-menu .btn-art{
	font-size: 1.5em;
	line-height: 1;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}
.side-menu h6{
	font-size: 0.7em;
}
.side-menu h6 a,
.side-menu h6 a:hover{
	text-decoration: underline;
}