﻿/******************************************************************
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: 1110px) {
	#header-left {width: 27%;}
}
 
@media only screen and (min-width: 1196px) {

	#footer-left {width: 46%;}
	#footer-right {width: 54%;}
	.footer-logo {width: 40%;}
	.footer-nav-top ul li { padding: 0 3.5%;}

	.footer-social {
	width: 26%;
	}

	.footer-ult ul.az-list {
	width: 32%;
	}

	a#footer-civica {
	margin-left: 5%;
	width: 145px
	}

	.footer-ult {
	text-align: left;
	padding-left: 2%;
	}


} 