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

/* NAVIGATION */

nav#fixedBox li:nth-child(3) a,
nav#fixedBox li a:hover {
	background: #fff4db;
	border-radius: 3px;
	padding: 5px 10px;
}

nav#fixedBox li {
	border-left: 1px solid rgba(202,146,46,1);
	-webkit-transition: all 0.3s ease;
}