
@charset "utf-8";
/* CSS Document */

.wrapper{
	background: #fff !important;
}


.nav>li:nth-child(3):before{
	left: 0%;
	right: 0%;
  	width: 100%
}

.nav>li:nth-child(3)>p{
  opacity: 1;
  transform: translate(0,0);
}



