.block-grid.three-up {
    margin-left: -4%;
}
#three_locations {
font-weight:bold;
font-size:18px;
color:black;
text-align:center;
padding-bottom:10px;
margin-top:15px;
}
.image-wrapper-bg {
	background: rgba(5, 65, 131,0.5)\9; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,56,115,1) 0%, rgba(5,66,132,1) 50%, rgba(4,56,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,56,115,1)), color-stop(50%,rgba(5,66,132,1)), color-stop(100%,rgba(4,56,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043873', endColorstr='#043873',GradientType=0 ); /* IE6-9 */
	border-radius: 8px 8px 8px 8px;
	margin-left: -10px;
	padding: 25px 0 0 0px;
	box-shadow: inset 0 0 22px rgba(0,0,0,0.9);
}
.image-wrapper a {
    float: left;
    height: 290px;
    margin: 0px auto 0px 20px;
    position: relative;
    width: 230px;
    text-align: center;
}
.image-wrapper a .hover-effect-drop {
	float:left;	
	width:100%;
	height:0px;
	overflow:hidden;
	position:absolute;
	opacity:0;
	 -webkit-transition: all 0.7s ;  /* Saf3.2+, Chrome */
		 -moz-transition: all 0.7s ;  /* FF4+ */
		  -ms-transition: all 0.7s ;  /* IE10? */
		   -o-transition: all 0.7s ;  /* Opera 10.5+ */
			  transition: all 0.7s ;
}
.image-wrapper a:hover .hover-effect-drop {
	float:left;	
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	opacity:1;
	 -webkit-transition: all 0.7s ;  /* Saf3.2+, Chrome */
		 -moz-transition: all 0.7s ;  /* FF4+ */
		  -ms-transition: all 0.7s ;  /* IE10? */
		   -o-transition: all 0.7s ;  /* Opera 10.5+ */
			  transition: all 0.7s ;
			  z-index:10;
}
.hover-text {
    bottom: 0;
    color: #FFFFFF;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    /*height: 25;*/
    position: absolute;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.9);
    padding: 10px 10px 10px 0px;
}
.icon-holder{
	float:left;
	height:100%;
	width:100%;
}
.iconWrap{
	float:left;
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
}
.greyText {
	color:#fff;	
}
.image-wrapper a .pop-out{
	float:left;	
	/*width:230px;
	height:160px;*/
	overflow:hidden;
	position:absolute;
	opacity:1;
  	*margin-left:-98px;
	 -webkit-transition: all 0.4s ;  /* Saf3.2+, Chrome */
		 -moz-transition: all 0.4s ;  /* FF4+ */
		  -ms-transition: all 0.4s ;  /* IE10? */
		   -o-transition: all 0.4s ;  /* Opera 10.5+ */
			  transition: all 0.4s ;
			  z-index:0;
}
.image-wrapper a:hover .pop-out{
    /*box-shadow: 0 0px 30px #333333;*/
    float: left;
    margin-left: -30px;
    *margin-left: -100px;
    margin-top: -18px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    width: 290px;
    z-index: 5;
}
.image-wrapper a .pop-out img{
	border:medium none;
	float:left;	
	width:285px;
	/*height:160px;*/
	overflow:hidden;
	opacity:1;	
	 -webkit-transition: all 0.4s ;  /* Saf3.2+, Chrome */
		 -moz-transition: all 0.4s ;  /* FF4+ */
		  -ms-transition: all 0.4s ;  /* IE10? */
		   -o-transition: all 0.4s ;  /* Opera 10.5+ */
			  transition: all 0.4s ;
		z-index:-1;	
}
.image-wrapper a:hover .pop-out img{
	border:medium none;
	float:left;	
	width:290px;
	/*height:202px;*/
	overflow:hidden;
	opacity:1;
	z-index:5;	
}
.address-box {
	background: rgb(4,56,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,56,115,1) 0%, rgba(5,66,132,1) 50%, rgba(4,56,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,56,115,1)), color-stop(50%,rgba(5,66,132,1)), color-stop(100%,rgba(4,56,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043873', endColorstr='#043873',GradientType=0 ); /* IE6-9 */
	padding: 10px;
  	margin-top:35px;
	margin-bottom:35px;
  	border-radius:8px;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.9);
}	
.address-box img{
	border: none;
	padding:0px;
	box-shadow:0 0 8px #fff;
	margin-right:10px;
}
#mobaddress{
	display:none;
  	text-align:center;
}
.textaddresses ul{
  display:none;
}
#hmButtons {
  	margin-bottom:75px auto;
  	*width:100%;
}	
/* MAIN IMAGE AREA */
.mainImg{
margin-top:0;
}
/* BUTTON AREA */
#hmButtons, #hmButtons li, #hmButtons-mobile, #hmButtons-mobile li {
    margin-top:8px;
    margin-bottom: 20px;
}
.buttonBox1 {
    background: url("https://s3.amazonaws.com/dom-cms/Site/05971137-d7af-4c5e-bf9b-d593fa772365/images/btn-inventory_bg.jpg") repeat-x scroll 0px 28px transparent;
    /*border: 1px solid black;*/
    margin: 0;
    position: relative;
	width:100%;
}
.buttonBox2 {
    background: url("https://s3.amazonaws.com/dom-cms/Site/05971137-d7af-4c5e-bf9b-d593fa772365/images/btn-ad_bg.jpg") repeat-x scroll 0px 28px transparent;
    margin: 0px;
    position: relative;
	width:100%;
}
.buttonBox3 {
    background: url("https://s3.amazonaws.com/dom-cms/Site/05971137-d7af-4c5e-bf9b-d593fa772365/images/btn-service_bg.jpg") repeat-x scroll 0px 28px transparent;
    margin: 0;
    position: relative;
	width:100%;
}
.buttonBox4 {
    background: url("https://s3.amazonaws.com/dom-cms/Site/05971137-d7af-4c5e-bf9b-d593fa772365/images/btn-about_bg.jpg") repeat-x scroll 0px 28px transparent;
    margin: 0;
    position: relative;
	width:100%;
}
.buttonBox-mobile {
    background:#d4d4d4;
    margin: 0;
    position: relative;
    padding-bottom:6px;
}
.buttonBox-mobile h2 {
	background: rgb(4,56,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,56,115,1) 0%, rgba(5,66,132,1) 50%, rgba(4,56,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,56,115,1)), color-stop(50%,rgba(5,66,132,1)), color-stop(100%,rgba(4,56,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043873', endColorstr='#043873',GradientType=0 ); /* IE6-9 */
    border-radius: 0px;
    margin:0;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    height: 28px;
    line-height: 1.75em;
    text-align:center;
    text-shadow: 0px 2px 2px #000000;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.9);
}
.buttonBox1 h2 {
	background: rgb(4,56,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,56,115,1) 0%, rgba(5,66,132,1) 50%, rgba(4,56,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,56,115,1)), color-stop(50%,rgba(5,66,132,1)), color-stop(100%,rgba(4,56,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043873', endColorstr='#043873',GradientType=0 ); /* IE6-9 */
    border-radius: 8px 8px 0px 0px;
    margin:0;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    height: 28px;
    line-height: 1.75em;
    text-align:center;
    text-shadow: 0px 2px 2px #000000;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.9);
}
.buttonBox2 h2 {
	background: rgb(4,56,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,56,115,1) 0%, rgba(5,66,132,1) 50%, rgba(4,56,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,56,115,1)), color-stop(50%,rgba(5,66,132,1)), color-stop(100%,rgba(4,56,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043873', endColorstr='#043873',GradientType=0 ); /* IE6-9 */
    border-radius: 8px 8px 0px 0px;
    margin:0;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    height: 28px;
    line-height: 1.75em;
    text-align:center;
    text-shadow: 0px 2px 2px #000000;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.9);
}
.buttonBox3 h2 {
	background: rgb(4,56,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,56,115,1) 0%, rgba(5,66,132,1) 50%, rgba(4,56,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,56,115,1)), color-stop(50%,rgba(5,66,132,1)), color-stop(100%,rgba(4,56,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043873', endColorstr='#043873',GradientType=0 ); /* IE6-9 */
    border-radius: 8px 8px 0px 0px;
    margin:0;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    height: 28px;
    line-height: 1.75em;
    text-align:center;
    text-shadow: 0px 2px 2px #000000;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.9);
}
.buttonBox4 h2 {
	background: rgb(4,56,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,56,115,1) 0%, rgba(5,66,132,1) 50%, rgba(4,56,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,56,115,1)), color-stop(50%,rgba(5,66,132,1)), color-stop(100%,rgba(4,56,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(4,56,115,1) 0%,rgba(5,66,132,1) 50%,rgba(4,56,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043873', endColorstr='#043873',GradientType=0 ); /* IE6-9 */
    border-radius: 8px 8px 0px 0px;
    margin:0;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    height: 28px;
    line-height: 1.75em;
    text-align:center;
    text-shadow: 0px 2px 2px #000000;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.9);
}
.btnImage {
    height: 162px;
    overflow: hidden;
    position: relative;
}
.btnImage img {
    border: 1px solid black;
    left: -1px;
    min-height: 162px;
    min-width: 202px;
    position: absolute;
    top: -1px;
}
.btnNavBox ul, .btnNavBox-mobile ul {
    list-style-type: none;
    margin-bottom: 0;
}
.btnNavBox ul li, .btnNavBox-mobile ul li {
    margin: 0;
}
.subs-2 {
    margin-top: 45px;
    margin-left: 0px !important;
}
.subs-3 {
    margin-top: 10px;
}
.btnNavBox{
    display: none;
}
.btnNavBox-mobile {
    display: block;
}
.btnNavBox-mobile > ul {
    margin-left: 0;
}
.btnNavBox ul li a:link, .btnNavBox ul li a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #043873;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 2px auto;
    text-align: center;
    text-decoration: none;
    width: 90%;
}
.btnNavBox-mobile ul li a:link, .btnNavBox-mobile ul li a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #043873;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 2px auto;
    text-align: center;
    text-decoration: none;
    width: 97%;
}
.btnNavBox ul li a:hover, .btnNavBox-mobile ul li a:hover {
    background: none repeat scroll 0 0 #054284;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
}
a.noSubsBtn {
}
.riserbanner {
   margin:0px auto 15px;
}
.seoWelcomeText {
    clear: both;
    margin: 10px auto;
    padding: 15px;
}
.seoModels {
    color:white;
    font-weight:bold;
    font-size:1.2rem;
}
.seoWelcomeText h1 {
    color: white;
    font-size: 20px;
    line-height: 28px;
}
.seoWelcomeText p {
    color: white;
    font-size: 12px;
    line-height: 14px;
    margin: 4px 0 8px;
    text-align: justify;
}
#hpInvLinkArea {
    margin-top:25px;
}
.hpInvLinkList {
    margin: 0.5em 0;
    overflow: hidden;
    color:#ffffff;
}
.hpInvLinkList h2 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.hpInvLinkList ul {
    margin: 2px 0 0 22px;
    overflow: hidden;
}
.hpInvLinkList ul li {
    float: left;
    list-style: none outside none;
    margin-right: 56px;
    padding: 0 0 8px;
    text-align: left;
    width: 156px;
}
.shade {
      background:rgba(0,0,0,0.60);
}
.white {
  color:white;
}

/* -----------------------------------------
   Media Queries
----------------------------------------- */
@media only screen and (max-width: 1024px) {        
    /* anything below 1024px */
	
}
@media only screen and (max-width: 1000px) {     
    /* anything below 1000px */
	#three_locations {
	font-size:16px;
	padding-bottom:10px;
	margin-top:15px;
	}
}
@media only screen and (max-width: 950px) {     
            .image-wrapper-bg {
                background: linear-gradient(to bottom, #043873 0%, #054284 50%, #043873 100%) repeat scroll 0 0 transparent;
                border-radius: 8px 8px 8px 8px;
                box-shadow: 0 0 22px rgba(0, 0, 0, 0.9) inset;
				height: 250px;
                margin-left: 0px;
                padding: 25px 15px 0 0px;
                /*width: 98%;*/
				width: 100%;
            }
            .image-wrapper a .pop-out {
                float: left;
                opacity: 1;
                overflow: hidden;
                position: absolute;
                transition: all 0.4s ease 0s;
                /*width: 80%;*/
				width: 100%;
                z-index: 0;
				margin-left: 25px;
            }
            .image-wrapper a:hover .pop-out {
                float: left;
                margin-left: -30px;
                margin-top: -18px;
                opacity: 1;
                overflow: hidden;
                position: absolute;
                width: 100%;
                z-index: 5;
            }
            .image-wrapper a .pop-out img {
                border: medium none;
                float: left;
                opacity: 1;
                overflow: hidden;
                transition: all 0.4s ease 0s;
                /*width: 80%;*/
				width: 100%;
                z-index: -1;
            }
            .image-wrapper .pop-out img {
                /*width: 80%;*/
				width: 100%;
            }
   	    #mfgLogos {
                float:none;
            }
}
@media only screen and (max-width: 767px) {     
    /* anything below 767px */
    header .logo, header .address { text-align: center; }
    #nav-container, .nav ul { display: none; }
    #nav-container li, .nav li { display: block; text-align: left; float: none;}
    #nav-container li ul, .nav li ul { position: static; width: auto; }
    #nav-container li ul li a { width: auto; }
	#mfgLogos img {
    margin: 0 auto;
    width: 60%;
}
  .textaddresses {
  padding:25px 0px;
  text-align:center;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(20%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.15))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.15) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.15) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=0 ); /* IE6-9 */
}
    #mobaddress {
    background-color: rgba (255, 255, 255, 0.7);
    display: inline;
    font-size:85%;
    color:black;
    font-weight:bold;
    }
	#mobaddress h1{
    color:black;
    font-weight:bold;
    }
	#mobaddress a{
    color:black;
    font-weight:bold;
    }
}
@media only screen and (max-width: 480px) {    
    /* anything below 480px */
  	#mfgLogos {
     float:none;
}
	#mfgLogos img {
    margin: 0 auto;
    width: 60%;
}
	}
@media only screen and (max-width: 480px) {    
    /* anything below 480px */
}
/*HIDE NAV ON HOMEAGE ONLY*/
#mobileNav, #nav-container, .nav, div.nav{
    display:none !important;
} 

/* -----------------------------------------
   END Media Queries
----------------------------------------- */