#nav-sub {
	width: auto;
	height: auto;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}

#nav-sub a{
	font-size: .8em;
	font-weight: 500;
	display: block;
	margin: 1px 2px;
	padding: 10px 10px;
	float: right;
	color: #130e00;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	background: #FC0; 
	
	/* borders */
	border: .5px solid rgba(0,0,0,0.2);
	border-width: thin;
	
	/* rounded corner */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#nav-sub a:hover {
	color: #130e00;
	background: #FCB900; 
	text-decoration: none;
	
	/* borders */
	border: .5px solid rgba(0,0,0,0.9);
	border-width: thin;
	
	/*transition*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 810px) {

	#nav-cliente {
		width: 95px;
		height: 39px;
		margin: 0 0 0 0;
		padding: 0;
		float: right;
		overflow: hidden;
	}
	
	#nav-cliente a{
		font-size: 1em;
		display: block;
		margin: 1px;
		padding: 8px 8px;
		float: right;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		text-align: right;
		background: rgba(0,0,0,0.8);
		
		/* borders */
		border: .5px solid #000;
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width : 768px) {

	#nav-cliente {
		width: 95px;
		height: 39px;
		margin: 2px 0;
		padding: 0;
		float: right;
		overflow: hidden;
	}
	
	#nav-cliente a{
		font-size: 1em;
		display: block;
		margin: 1px;
		padding: 8px 8px;
		float: right;
		color: #EEE;
		text-decoration: none;
		text-transform: uppercase;
		text-align: right;
		background: rgba(0,0,0,0.8);
		
		/* borders */
		border: .5px solid #000;
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

}

/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/
@media all and (max-width : 510px) {

	#nav-cliente {
		width: 95px;
		height: 39px;
		margin: 10px 10px 0 0;
		padding: 0;
		float: right;
		overflow: hidden;
	}
}