@charset "utf-8";
/* CSS Document */

@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
	.
	{
		width:auto; padding-left:20px; padding-right:20px;
	}
	.nav
	{
		position: absolute;
		right: 0;
		left: 0;
		z-index: 99999;
		float: right;
		padding: 0 0;
		margin: 0;
		top: 0;
	}
	.nav ul li
	{
		margin: 0;
	}
	.nav ul li a
	{
		padding: 8px 0;
		text-align:center;
    	background: rgba(0, 0, 0, 0.6);
	}
	.nav ul li a:hover
	{
    	background: #008077;
	}
	.nav ul li ul li a
	{
    	background: #fff;
	}
	.nav ul li ul
	{
		position: relative;
		left:0;
	}
	.nav ul ul li a
	{
		text-align:center;
	} 
	.nav ul li ul:before
	{
		top: -12px;
		left: 0;
		right:0;
	}
	.nav ul li a span
	{
		display: block;
	}
	.header-top h1
	{
		position:relative;
		z-index:99999;
	}
	.header-top aside
	{
		margin: 10px 50px 10px 0px;
		position: relative;
		z-index: 999999;
	}
	.nav-shrink.nav ul li a
	{
		color: #fff;
	}
}
@media only screen and (max-width:1024px)
{
	
}
@media only screen and (max-width:960px)
{
	.header-top
	{
		padding: 10px 20px;
	}
	.section-home, .section-tabs ul li, .section-contact, .footer-bottom, .section-team, .section-content
	{
		padding: 35px 20px;
	}
	.section-problem
	{
		padding: 35px 10px;
	}
	.section-problem ul li
	{
		width: 33.333333%;
	}
	.page-title
	{
		padding:20px 20px;
		display:block;
	}
	.page-title h2
	{
		font-size: 28px;
	}
	.page-title nav ul li
	{
		margin-right: 50px;
	}

}
@media only screen and (max-width:768px)
{
	.fixed-icon
	{
		display:none;
	}
	.banner-text h1
	{
		font-size: 30px;
	}
	.banner-text h3
	{
		margin: 0 5px;
	}
	.banner-text h3:before
	{
		top: -2px;
		left: -7px;
		width: 2px;
	}
	.section-home, .section-idea
	{
		display:block;
	}
	.section-home figure, .section-home aside, .section-idea aside, .section-idea figure, .section-contact fieldset aside
	{
		width: auto;
		float:none;
	}
	.section-home aside
	{
		padding:0;
	}
	.section-tabs ul li, .section-service ul li, .section-team article, .team ul li, .section-contributions a, .section-problem ul li
	{
		width: 50%;
	}
	.section-contact h2
	{
		font-size: 26px;
		line-height: 28px;
	}
	.section-contact aside, .section-contact fieldset, .section-amenities article ul li, .section-amenities article ul li:first-of-type, .section-amenities article ul li:nth-of-type(2), .section-amenities article ul li:nth-of-type(3)
	{
		width: 100%;
	}
	.footer-bottom-inner p
	{
		width: auto;
		float:none;
		text-align:center;
	}
	.team ul li:nth-of-type(5)
	{
		margin-left:0%;
	}
	.section-home:before
	{
		content: " ";
		position: absolute;
		bottom: auto;
		top: 0;
		left: 0;
		right: 0;
		height: 20%;
		width: 100%;
		background: #008077;
	}
	.section-home aside h2, .section-amenities h2, .section-team h2
	{
		font-size: 26px;
	}
	.section-team article figcaption h3
	{
		font-size: 16px;
	}
}
@media only screen and (max-width:480px)
{
	.section-tabs ul li, .section-service ul li, .section-team article, .team ul li, .section-contributions a, .section-problem ul li
	{
		width: 100%;
	}
	.header-top aside a:first-of-type, .header-top aside a:nth-of-type(2)
	{
		display:none;
	}
}
@media only screen and (max-width:320px)
{
	
}