@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
	.nav
	{
		float:none;
		background:none;
    	padding-right: 0px;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		z-index:999999;
	}
	.nav:before
	{
		display:none;
	}
	.nav ul li
	{
		margin: 0;
	}
	.nav ul li a
	{
		padding: 8px 0px;
		text-align:center;
    	background: rgba(0,0,0,0.8);
		color:#fff;
	}
	.nav-shrink .nav ul li a
	{
		padding: 8px 0px;
		text-align:center;
	}
	.nav ul li ul li a, .nav-shrink .nav ul li ul li a
	{
    	background: #fff;
		color:#000;
		text-align:center;
	}
	.nav ul li a i
	{
		display:none;
	}
	.nav ul li ul
	{
		position: relative;
		left:0;
		width: auto;
		-webkit-transform: translateX(-0%);
		transform: translateX(-0%);
		padding: 20px;
	}
	.nav ul ul li a, .nav-shrink .nav ul li ul li a
	{
		text-align:center;
	} 
	.nav ul li ul:before
	{
		top: -12px;
		left: 0;
		right:0;
	}
	.nav ul li a span
	{
		display: block;
	}
	.nav ul li:hover > a, .nav ul li.active > a 
	{
		color:#fff;
	}
	.nav-shrink .nav ul li a
	{
		color:#fff;
	}
	.nav ul li a::after
	{
		display:none;
	}
	.header-top h1, .header-contact
	{
		z-index:999999999;
	}
	.header-contact
	{
		margin: 27.5px 50px 27.5px 0px;
		position:relative;
	}
	.nav ul li:last-of-type a
	{
		margin: 0px 0;
		border-radius: 0;
	}
}
@media only screen and (max-width:1024px)
{
	
}
@media only screen and (max-width:960px)
{
	.header-top
	{
		padding: 0 20px;
	}
	.container, .section-manufacturing aside, .section-contact, .section-contact article, .footer article, .footer-bottom, .page-title, .contact article
	{
		padding: 25px 20px;
	}
	.section-manufacturing
	{
		padding: 0;
	}
	.section-products ul li
	{
		width: 33.333333%;
	}
	.footer
	{
		text-align:center;
	}
	.footer aside
	{
		margin-right: 0;
		float:none;
	}
	.footer-bottom
	{
		margin-top: 20px;
	}
	.footer-bottom p
	{
		float:none;
		text-align:center;
	}
	.products article ul li
	{
		width: 33.333333%;
	}
	.contact
	{
		margin: 0 20px 0px 20px;
	}
}
@media only screen and (max-width:768px)
{
	.banner
	{
		height: 400px;
	}
	.section-intro aside, .section-intro figure, .section-manufacturing aside, .section-manufacturing figure, .sidebar, .content, .contact fieldset, .contact aside
	{
		width: auto;
		float:none;
	}
	.section-intro
	{
		background:none;
	}
	.section-intro figure
	{
		margin:0;
	}
	.section-products ul li
	{
		width: 50%;
	}
	.section-manufacturing, .section-contact article, .alignmiddle
	{
		display: block;
	}
	.section-manufacturing figure
	{
		position: static;
	}
	.section-contact
	{
		margin-top: 0px;
		text-align:center;
	}
	.section-contact aside
	{
		width: 100%;
		margin-bottom:15px;
	}
	.section-contact aside h2
	{
		font-size: 30px;
	}
	.page-title
	{
		height:180px;
	}
	.page-title h2
	{
		font-size: 36px;
	}
	.container h2, .products article h2
	{
		font-size: 26px;
	}
	.products article ul li, .photo-gallery ul li
	{
		width: 50%;
	}
	.table-content
	{
		overflow: auto;
	}
	.table-content table
	{
		width: 750px;
	}
}
@media only screen and (max-width:580px)
{
	.header-top h1 img
	{
    	height: 45px;
	}
	.header-contact, .social-icon
	{
		display:none;
	}
	.page-title
	{
		margin-top: 75px;
	}
	.section-products ul li, .products article ul li, .photo-gallery ul li, .photo-gallery-large ul li
	{
		width: 100%;
	}
}
@media only screen and (max-width:320px)
{

}