nav .effect{
	font-family: monospace;
	height:50px;
	position: relative;
	color:#797979;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	/* font-weight: bold; */
	font-size: 17px;
}

@-moz-document url-prefix() {
    nav .effect {
		font-family: Roboto Mono;
		font-size: 15px;
    }
}

nav .effect:hover,
nav .effect:focus {
	outline: none;
}

.ij-effect-6 .effect{
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:25px;
	margin-right:25px;
	padding: 0px 10px;
}

.ij-effect-6 .effect:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #00b2ee;
	content: '';
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	transition: top 0.3s;
}

.ij-effect-6 .effect:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #00b2ee;
	content: '';
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.ij-effect-6 .effect:hover::before {
	top: 100%;
	opacity: 1;
}

.ij-effect-6 .effect:hover::after {
	height: 100%;
} 