/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/



/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-nav ul {
    max-width: 564px;
}

@media only screen and (max-width: 1068px) {
    .section-nav ul {
        max-width: 559px;
    }
}

@media only screen and (min-width: 735px) {
	.nav-item:last-child .violator	{
		position: absolute;
		margin-top: -28px;
		margin-left: 16px;
	}
}

@media only screen and (max-width: 734px) {
	.nav-item:last-child .violator	{
		margin-left: 5px;
	}
}




/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/