@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
	.nav
	{
    	background: #1d7006;
	}
	.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;
	}
	.nav-shrink .nav
	{
		position: absolute;
		width:auto;
	}
	.nav-shrink.header
	{
		position: fixed;
		left: 0;
		right: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
}
@media only screen and (max-width:1024px)
{
	.header
	{
		position: static;
	}
}
@media only screen and (max-width:960px)
{
	.header-top, .container, .section-services aside, .section-tabs aside, .section-contact, .footer, .page-title
	{
		padding: 15px 20px;
	}
	.footer
	{
		text-align:center;
	}
	.footer aside , .footer-bottom p
	{
		width: auto;
		float:none;
		margin:15px 0;
	}
	.footer-bottom
	{
		padding-bottom:50px;
	}
}
@media only screen and (max-width:768px)
{
	.section-services:after
	{
		display:none;
	}
	.banner
	{
		height: auto;
	}
	.section-intro aside, .section-intro figure, .section-services figure, .section-services aside, .section-tabs aside, .sidebar, .content, .contact fieldset, .contact aside
	{
		width: auto;
		float:none;
	}
	.section-projects ul li
	{
		width: 100%;
	}
	.section-services, .section-contact
	{
		display: block;
	}
	.section-tabs:before
	{
		width: 75%;
		height: 3px	;
	}
	.page-title
	{
		height: 300px;
	}
	.page-title h2
	{
		font-size: 40px;
	}
	.services ul li
	{
		width: 50%;
	}
	.photo-gallery ul li, .clients ul li
	{
		width: 33.333333%;
	}
	.contact aside
	{
		position:static;
	}
}
@media only screen and (max-width:580px)
{
	.services ul li, .form-split
	{
		width: 100%;
	}
	.projects-nav a
	{
		font-size: 14px;
		margin-right: 10px;
	}
	.photo-gallery ul li, .clients ul li
	{
		width: 50%;
	}
}
@media only screen and (max-width:320px)
{
	.photo-gallery ul li, .clients ul li
	{
		width: 100%;
	}
}