﻿/******************************************************************
1280up.css
-------------------------------------------------------------------
Stylesheet: Large Screen Stylesheet
-------------------------------------------------------------------

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/

/* These styles are applied for viewports 1280px and higher */
@media only screen and (min-width: 1280px) {

	.nav-utils { width: 25%; }

	/* Main Nav Links */
	nav.main-nav ul li.nav-item > a { font-size: .95em; }


	div#header-left a{ margin: 20px 0 0 20px;}
	#header-right {
    margin-top: 5px;
    margin-right: 20px;
	}
	
	/* Icon Tray */
    .iconTrayWrapper .bx-controls-direction { left: -20px; }
    .iconTrayWrapper a.bx-prev { display: block;}

} 