/** BEGIN COLUMN SPEARATOR **/
#columnSeparator {
    clear: both;
    width: 100%;
    text-align: center;
}

#columnSeparator .separatorTitle {
    display:block;
    min-height: 50px;
    line-height:18px;
    padding: 16px 0;
    font-size: 16px;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #666;
}

#columnSeparator .separatorText {
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
}
/** END COLUMN SPEARATOR **/

#honorarLink {
	display:block;
	background:#1964FF;
	margin-top:4px;
	margin-bottom:4px;
	color:#FFFFFF;
	padding: 8px;
	overflow:hidden;
}

#honorarLink img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#honorarLink:hover img {
	transform:scale(1.05);
}

#honorarLink span {
	display: block;
	margin-top:20px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}
/** END article or content filter **/

