@charset "utf-8";

/* CSS Responsive Media Queries*/

@media screen and (min-width: 1750px) { /* large display  */



		.nav-button, .primary-nav, .nav-phone, .nav-map {	/* disappear mobile menu */

		display:none;

	}

	nav {/* show menu top bar */

		display:block;

	}

}

@media screen and (max-height: 44em){ /* for when space between doorsign and kitco gets close */

	#kitco {

		position:static;

	}

}

@media screen and (max-width: 1200px) {

	footer {

	

		font-size:90%;

	}

	footer ul li.right {

		clear:both;

		float:left;

		padding-top:0;

	}





	h1, h2, h3, h4 {

	  margin: 1em 0 0.5em;

	  line-height: 1;

	}



	h1 {

	  font-size: 2em;

	}



	h2 {font-size: 1.5em;}



	h3 {font-size: 1.2em;}



	h4 {font-size: 1em;}

	

	p {font-size:.85em;}

	.inner li { font-size:.85em;}

	nav li.nav, nav li.nav-on {

	}	

}

@media screen and (max-width: 1080px) {

	#main.inner {/*primary container for page content - position to side of doorsign for large screen media, in line for small screen media*/

		margin:1% 5% 100px 5%;

		padding:2%;

		width:80%;

	}	

	footer {

		font-size:80%;

	}

}

@media screen and (max-width: 1000px) { /* tablet size */

	h1 {font-size: 1.2em;}



	h2 {font-size: 1em;}



	h3 {font-size: .95em;}



	h4 {font-size: .95em;}

	

	.inner p {font-size:.75em;}

	.inner li { font-size:.75em;}



	





	html {

		background-image:none;

	}

	#main.home{

		margin: 0 auto;

	}

	#doorsign {

		margin:	0 auto;

		max-width:100%;

	}

	#kitco {

		position:static;

		margin:0 auto;

		float:left;

	}

	#kitco img{

		max-width:100%;

		width:100%;

	}
	
	#fss {

		margin:0 auto;

		float:left;
		max-width:100%;
		width:100%;
	}

	nav {/* disappear top bar menu */

		display:none;

	}	

	.nav-button, .primary-nav, .nav-phone, .nav-map, .nav-ebay {/* show mobile menu button */

		display:block;

	}

  /* Navigation Button

  -------------------------------------------------------- */



	.nav-button {

		display: block;

		position: absolute;

		top: 7px;

		left: 7px;

		width: 50px;

		height: 35px;

		background: url('../img/nav/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background: url('../img/nav/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background: url('../img/nav/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background: url('../img/nav/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background-position: center center;

		background-repeat: no-repeat;

		background-size: 21px, 100%;

		cursor: pointer;

		border: 0 none;

		border-bottom: 1px solid rgba(255,255,255,.1);

		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;

		border-radius: 5px;

		z-index: 999;

		text-indent: -9999px;

	}

	.nav-button:hover { 

		background-color: rgba(0,0,0,.1); 

	}

	.nav-button.open {

		background: url('../img/nav/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background: url('../img/nav/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background: url('../img/nav/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background: url('../img/nav/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background-position: center center;

		background-repeat: no-repeat;

		background-size: 21px, 100%;

	}



  /* Navigation Bar

  -------------------------------------------------------- */



	body { padding-top: 50px; } 

	.nav-phone {

		position:absolute;

		top:4px;

		left:70px;

		z-index: 999;

	}

	.nav-phone img {

		height:38px;

	}

	.nav-map {

		position:absolute;

		top:4px;

		left:114px;

		z-index: 999;

	}

	.nav-map img {

		height:38px;

	}



	.nav-ebay {

		position:absolute;

		top:4px;

		left:166px;

		z-index: 999;

	}

	.nav-ebay img {

		height:38px;

	}





	.primary-nav {

		width: 100%;

		float: none;

		background-color: #238be3; /* change the menu color */

		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));

		display: block;

		height: 50px;

		margin: 0;

		padding: 0;

		overflow: hidden;

		box-shadow: 0 1px 2px rgba(0,0,0,.6);

		position: absolute;

		top: 0px;

		left: 0px;

		z-index: 998;

		clear: both;

	}

	.primary-nav li {

		display: none;

		width: 100%;

		font-family: Arial;

	}

	.primary-nav li a {

		display: block;

		width: 90%;

		padding: 10px 5%;

		font-size: 14px;

		font-weight: bold;

		text-shadow: -1px -1px 0 rgba(0,0,0,.15);

		color: white;

		text-decoration: none;

		border-bottom: 1px solid rgba(0,0,0,.2);

		border-top: 1px solid rgba(255,255,255,.1); 

	}

	.primary-nav li a:hover {

		background-color: rgba(0,0,0,.5);

		border-top-color: transparent;

	}

	.primary-nav > li:first-child {

		border-top: 1px solid rgba(0,0,0,.2);

	}



	/* Toggle the navigation bar open  */



	.primary-nav.open { 

		height: auto; 

		padding-top: 50px;

	}

	.primary-nav.open li { 

		display: block; 

	}



  /* Submenus – optional .parent class indicates dropdowns */



	.primary-nav > li:hover > a {

		background: rgba(0,0,0,.5);

		border-bottom-color: transparent;

	}

	.primary-nav li.parent > a:after {

		content: "▼";

		color: rgba(255,255,255,.5);

		float: right;

	}

	.primary-nav li.parent > a:hover {

		background: rgba(0,0,0,.75);

	}

	.primary-nav li ul {

		display: none;

		background: rgba(0,0,0,.5);

		border-top: 0 none;

		padding: 0;

	}

	.primary-nav li ul a {

		border: 0 none;

		font-size: 12px;

		padding: 10px 5%;

		font-weight: normal;

	}

	.primary-nav li:hover ul {

		display: block;

		border-top: 0 none;

	}



	.primary-nav img {

		height:2em;

	}



	footer{


		margin:0;		

	}

}



@media screen and (max-width: 560px) {

	footer {

		font-size:70%;

	}

	

}

@media screen and (max-width: 400px) {



	#doorsign {

		margin:	0;

		max-width:100%;

		width:100%;

	}



	#kitco {

		position:static;

		margin:0;

	}

	#kitco img{

		max-width:100%;

		width:100%;

		margin:0 auto;

	}
#fss  {

		max-width:100%;

		width:100%;

		margin:0 auto;

	}

	footer{


		margin:0;

	}

}