	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#nav .fa
	{
		font-size:21px !important;
		padding-right:10px;
	}
	
	#nav {
		width: 100%;
	}
	
	#nav:before,
	#nav:after {
		content: "";
		display: table;
	}
	
	#nav:after {
		clear: both;
	}
	
	#nav {
		zoom:1;
	}
	
	#nav .logo {
		float:left;
		line-height: 84px;
	}
	#nav .btn-buscar {
		width: 29px;
		height: 29px;
		background:#020202 url(../images/icone-buscar.png) no-repeat center center;
		border-radius: 50px;
		margin-top: 30px;
	}
	#nav .btn-busca-mini .btn-buscar {
		margin-top: 27px;
		margin-right: 10px;
	}
	#nav .btn-buscar:hover {
		background-color: #d40000;
	}
	#nav .icone {
		width: 19px;
		height: 19px;
		background: url(../images/icones-redessociais-mini.png) no-repeat -19px 19px;
		margin-top: 35px;
	}
	#nav .icone.facebook {
		background: url(../images/icones-redessociais-mini.png) no-repeat 0px -19px;
	}
	#nav .icone.twitter {
		background: url(../images/icones-redessociais-mini.png) no-repeat -19px -19px;
	}
	#nav .icone.linkedin {
		background: url(../images/icones-redessociais-mini.png) no-repeat -38px -19px;
	}
	#nav .icone.youtube {
		background: url(../images/icones-redessociais-mini.png) no-repeat -57px -19px;
	}
	#nav .icone:hover {
		background-position-y: 0px;
	}
	@media only screen and (max-width: 960px) {
		#nav .link {
			margin-top: 82px;
			position: relative;
		}
	}
	@media only screen and (min-width: 960px) {
		#nav .link {
			float: right;
			line-height: 84px;
		}
	}
	#nav li {
		float: left;
		font-family: 'Dosis', Helvetica, Arial, sans-serif;
    	font-weight: 300;
    	font-size: 15px;
    	color: #FFFFFF;
		position: relative;
	}
	
	#nav a {
		float:left;
		padding: 2px 15px 2px 15px;
		font-family: 'Dosis', Helvetica, Arial, sans-serif;
    	font-weight: 300;
    	font-size: 15px;
    	color: #FFFFFF;
		text-decoration: none;
	}
	
	#nav a:hover {
		color: #fff;
	}
	#nav a:hover span {
		color: #d4d4d4;
	}
	
	#nav a.social {
		padding: 0px 0px 0px 8px;
	}
	#nav a.social:last {
		padding: 0px;
	}
	
	@media only screen and (min-width: 960px) {
		#nav .user a {
			color:#dc2e1a;
			padding:12px 10px 2px 10px;
		}
		#nav .user.separator {
			color:#dc2e1a;
			padding:11px 0px 0px 0px;
		}
		#nav .user.conta a {
			margin-left:50px;
		}
	}
	@media only screen and (max-width: 959px) {
		#nav .space {
			display:none;
		}
		#nav .separator {
			display:none !important;
		}
		#nav .user.first a {
			margin-top:0px;
		}
	}
	
	#nav li:hover > a {
		padding-bottom:0px;
	}
	
	*html #nav li a:hover { /* IE6 only */
		color: #2752a0;
	}
	
	#nav ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 40px;
		left: 0;
		z-index: 1;   
		background: #e2e2e2;
		box-shadow:0px 0px 10px rgba(0,0,0,.3);
		opacity:1 !important;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#nav li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#nav ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
	}
	
	#nav ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
	}
	
	#nav ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#nav ul a {    
		padding: 10px;
		width: 130px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
		font-size:12px;
	}
	
	#nav ul a:hover {
		color:#b1903f;
		text-decoration:underline;
		border:none;
		padding-bottom:10px;
	}
	
	@media screen and (min-width: 961px) and (max-width: 1200px) {
		#nav a {
		padding: 3px 10px 2px 10px;
		}
	
	}
	

	/* Mobile */
	#nav-trigger {
		display: none;
	}
	
	input[type=checkbox]
		{
			display:none;
		}
	.fa-bars 
	{
		display:none !important;
	}

	@media screen and (max-width: 960px) {
	
		#nav .btn-social {
			display: none !important;
		}
		#nav .btn-social .icone {
			margin: 0px;
		}
		#nav .btn-social .icone:hover {
			background-position-y: -19px;
		}

		#nav ul a:hover {
			color:#FFF;
			text-decoration:none;
		}
		#nav ul li:hover {
			background:#93752c;
		}

		/* nav-wrap */
		#nav-wrap {
			position: relative;
			margin-top:-20px;
			
		}
		
		.fa-bars 
		{
			display:block !important;
		}
		
		#nav-wrap input[type=checkbox]
		{
			display:block;
			opacity: 0;
			height: 48px;
    		width: 48px;
			float:right;
			margin-top:16px;
		}
		@media screen and (max-width: 480px) {
			#nav-wrap input[type=checkbox]
			{
				margin-top:25px;
			}
		}
		#nav-wrap input[type=checkbox] + span {
    	height: 31px;
    	width: 31px;
		position:relative;
		float:right;
		z-index:-1;
		margin-top:25px;
		color:#FFF;
		padding:5px 5px 5px 3px;
		font-size:35px;
		padding-top:-5px;
		margin-right:-42px;
		cursor:pointer;
		border-radius: 0px;
		}
		
		#nav-wrap input[type=checkbox]:checked + span  {
    	background:#d40000;
    	height: 33px;
    	width: 35px;
		color:#fff;
		padding:6px 7px 3px 8px;
		cursor:pointer;
		}

		#nav-trigger {
		display: block;
		cursor:pointer
		}
		
		#nav-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
	
		/* main nav */
		#nav {
			margin: 0;
			padding:20px;
			position: absolute;
			width: 100%;
			z-index: 1;
			
		}
		/*
		#nav:after {
			content: '';
			position: absolute;
			right:0px;
			bottom:0px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #1ABC9C;
		}
		*/

		#nav ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			display:none;
			box-shadow:none;
			
		}

		#nav ul ul {
			margin: 0 0 0 20px !important;			
		}
		
		

		#nav li {
			position: static;
			display: block;
			float: none;
			border: 0;
			padding:15px 10px;
			width:100%;
			padding-bottom:10px;
			border-bottom:1px solid #9f0000;
			background:#d40000;
			text-shadow:none !important;
			margin-top:0px;
			opacity:0.98;
			
		}
		
		#nav li:hover {
			background:#870000;
		}
		
		#nav li.user {
		}

		
		#nav li.space {
			display:none;
			padding:0px;
			border:none;
		}
		
		#nav li:hover > a {
			border-bottom: none;
			padding-bottom:0px;
		}
		
		#nav .first {
			margin-top:83px;
		}
		@media only screen and (max-width: 480px) {
			#nav .first {
			margin-top:83px;
			}
		}
		
		
		#nav li:hover ul
		{
			display:block;
		}
		
		#nav ul li:hover ul ul
		{
			display:block;
		}
		
		.icone_menu {display:block;}
		#nav-wrap #nav .icone_menu ~ input[type="checkbox"] ~ .link li {display:none;}
		#nav-wrap #nav .icone_menu ~ input[type="checkbox"]:checked ~ .link li {display:block;}​
		
		
		
		#nav ul li ul a:hover {
		color:#FFF;
		text-decoration:none;
		border:none;
		line-height:17px;
		padding-bottom:10px;
		}

		#nav ul li{
			margin-left: 0px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#nav a{
			display: block;
			float: none;
			padding: 0;
			color: #fff;
		}

		#nav a:hover{
			color: #fafafa;
		}	

		#nav ul a{
			padding: 0;
			width: auto;		
		}

		#nav ul a:hover{
			background: none;	
		}

		#nav ul li:first-child a:after,
		#nav ul ul li:first-child a:after {
			border: 0;
		}	

	}
	
	@media screen and (max-width: 480px) {
		input[type=checkbox] + span {
			margin-top:25px
		}
	}
	@media screen and (min-width: 960px) {
		#nav {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#nav li:hover > .no-transition {
		display: block;
	}
