.container
{
background: url(/millerstn/images/1218_MillerSTN_Home_HP_Main_Image_Progressive.jpg) no-repeat center top;
-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain;
}

.header
{
background: url(/millerstn/images/header-bg_copy.png) no-repeat left top;
-moz-background-size: auto auto;
-webkit-background-size: auto auto;
background-size: auto auto;
}

.nav .nav-main ul li a { color: #fff; }

.nav .nav-main ul li a:hover { color: #333; }

.content
{
background-image: none;
min-height: 534px;
height: auto !important; 
height: 534px;
padding: 0px 0px 20px 0px;
}

.slogan
{
text-align: center;
padding: 18% 20px 15% 20px;
position: relative;
font-size: 0;
}

	.slogan li { display: inline; }
		.slogan .adjust{ margin-left: -6px; }

	.slogan img
	{
	display: inline;
	max-width: 100%;
	}
	
	.slogan h3
	{
	color: #fff;
	font-size: 42px;
	line-height: normal;
	position: absolute;
	bottom: 34%;
	left: 0px;
	padding: 0% 10%;
	width: 80%;
	text-align: center;	
	}
	
.spiffs { } 

	.spiffs li { width: 200px; }

		.spiffs li a
		{
		/*background: url(/millerstn/images/spiffs.png) no-repeat left top;*/
		display: block;
		height: 108px;
		}

			.spiffs li a span { display: none; }
		.spiffs li a:hover{ background-position: 0px -105px !important; }
		/*.spiffs li.spiff-products a { background-position: 0px 0px; }
		.spiffs li.spiff-locator a { background-position: -199px 0px; }
		.spiffs li.spiff-support a { background-position: -398px 0px; }
		.spiffs li.spiff-gallery a { background-position: -597px 0px; }
		.spiffs li.spiff-weare a { background-position: -796px 0px; }

		.spiffs li.spiff-products a:hover { background-position: 0px -105px; }
		.spiffs li.spiff-locator a:hover { background-position: -199px -105px; }
		.spiffs li.spiff-support a:hover { background-position: -398px -105px; }
		.spiffs li.spiff-gallery a:hover { background-position: -597px -105px; }
		.spiffs li.spiff-weare a:hover { background-position: -796px -105px; }*/


@media (max-width: 1000px) {

.container { background-color: #000; }

.content
{
min-height: 0px;
height: auto !important; 
height: auto;
}

.footer { background: #fff; }

.spiffs
{
display: table;
margin: 0px auto;
}

.spiffs li:nth-child(3n+1) { clear: left; }

}


@media (max-width: 650px) {

.spiffs li:nth-child(3n+1) { clear: none; }

.spiffs li:nth-child(2n+1) { clear: left; }

}


@media (max-width: 600px) {

.container,
.bg { background-image: none; }

.header
{
background: url(/millerstn/images/header-bg_copy.png) no-repeat left top;
-moz-background-size: auto auto;
-webkit-background-size: auto auto;
background-size: auto auto;
background-color: #3e5e9b;
}

.content
{
background: url(/millerstn/images/1218_MillerSTN_Home_HP_Main_Image_Progressive.jpg) no-repeat center top;
-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain;
position: relative;
top: -12px;
}

}

@media (max-width: 480px) {

.slogan
{
	padding: 30% 20px 7% 20px;
}

.slogan .adjust img{
	width: 85%;
	height: auto;
}

.spiffs li,
.spiffs li:nth-child(3n+1),
.spiffs li:nth-child(2n+1) { clear: left; }

}