

.gn {
	position: relative;
	display: block;
	
	font-weight: 600;
    font-size: 1.4em;
    color: #4B4B4B;
    line-height: 1.6em;

	overflow: hidden;
	
	height: 1.571428em;
	max-height: 1.571428em;
	
	text-align: center;
	
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear;
}	

.th a:hover .gn, 
.th a:focus .gn {
    color: #9a009a;
}


.pg {
	position: relative;
	display: block;
	
	text-align: center;	
}

* + .pg {
	margin-top: 1.5em;
}

.nv {
	position: relative;
	display: inline-block;
	
	font-size: 1.3em;
    color: #585858;
    line-height: 1em;
}

.nv a.pn,
.nv span.pn {
	position: relative;
	display: inline-block;
	
	padding: 0.615384em 0.384615em;
	
	margin: 0em 0.0769230em;
	
	min-width: 2.384615em;
	
	background-color: rgba(37,37,37,0.05);
    border: 0.1em solid rgba(37,37,37,0.15);
	
	font-size: 1em;
    color: #585858;
    line-height: 1em;
	
	
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	
	text-align: center;	
}



.nv a.pn:focus, 
.nv a.pn:hover {
	color: #ffffff;
    background-color: #800080;
    border: 0.1em solid #800080;
}

.nv span.pn.cr {
	font-weight: 600;
	color: #ffffff;
    background-color: #800080;
	border: 0.1em solid #800080;
}

.nv a.pn.pv:before, 
.nv a.pn.nt:before { 
	position: relative;
	display: inline-block;
	
    font-family: "FontAwesome";
	font-size: 0.846153em;	
	
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

.nv a.pn.pv:before {
	content: "\f053";
}
.nv a.pn.nt:before {
	content: "\f054";
}

.nv span.pn.dt {
	font-weight: 600;
	background-color: transparent;
    border: 0.1em solid transparent;
}

.nv span.pn.dt:before {
	content: "\2026";
}

