a:link {
	color: #4B4C4C;
	-ms-transition: 0.5s;
	transition: 0.5s;
	
	text-decoration: none;
}

a:visited {
	color: #4B4C4C;
	text-decoration: none;
}

a:hover, a:active {
    color: #fff;
    text-shadow: -1px 1px .4em #000, 1px -1px .4em #000;
}

userlink {
	color: #4B4C4C;
text-decoration: none;
text-shadow: none;
}

userlink:hover,
userlink:active {
	color: #4B4C4C;
text-decoration: none;
text-shadow: none;
}

.cl-effect-21 a {
	color: #4B4C4C;
	padding: 2px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	
	text-decoration: none;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #4B4C4C;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.5s, -moz-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::before {
	top: 2;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
    color: #fff;
    text-shadow: -1px 1px .4em #000, 1px -1px .4em #000;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(1px);
}

/* Effect 21: borders slight translate */
nav a {
	position: relative;
	display: inline-block;
	margin: 0px 0px;
	outline: none;
	
	text-decoration: none;
}

nav a:hover,
nav a:focus {
	outline: none;
}


