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

@media screen and (min-width: 1401px) {
	body {
		/*background-color:pink;*/
	
	}
	#header-mobile, .logo, .phone	{
		display: none;
	}
	#wrapper	{
		max-width: 1600px;
		/*margin: 25px 10%;*/
		/*width: 80%;*/
	}
}

@media screen and (max-width: 1400px) {
	body {
		/*background-color:red;*/
	
	}
	#header-mobile, .logo, .phone	{
		display: none;
	}

}

@media screen and (max-width: 1200px) {
	body {
		/*background-color:orange;*/
	
	}
}


@media screen and (max-width: 1100px) {
	body {
		/*background-color:green;*/
	}
	


}

@media screen and (max-width: 1000px) {
	body {
		/*background-color:darkgreen;*/
	
	}
	
	#wrapper	{
		width: 85%;
	}
	section, aside	{
		float:none;
		width: auto;
		overflow:hidden;
		margin-bottom: 3%;
		padding-bottom: 0px;
		clear: both;
	}
	#products .left1, #subproduct .left1 {
		float: none;
		width: auto;
		margin-bottom: 20px;
		padding: 4%;
	}
	#products .right1, #subproduct .right1 {
		float: none;
		width: auto;
		padding: 4%;
	}
}

@media screen and (max-width: 900px) {
	body {
		/*background-color:blue;*/
	
	}
#faqs dt { 
	font-size:1.4em;
	line-height: 25px;
}

}



@media screen and (max-width: 768px) {
	body {
		/*background-color:yellow;*/
	}
	header, #nav-wrapper	{
		display: none;
	}
	
	#wrapper	{
		width: 90%;
	}
		
	.logo {
		display: block;
		position: absolute;
		top: 4px;
		left: 90px;
		z-index: 999;
		
	}


	.phone {
		display: block;
		position: absolute;
		top: 7px;
		right: 14px;
		z-index: 999;
		
	}
	
	.phone img, .logo img {
		height: 45px;
		
	}

	nav	{
		display: none;
	}

	#faqs dt { 
	font-size:1.4em;
	line-height: 25px;
}

	
	
		/* Navigation Button
	-------------------------------------------------------- */
	#header-mobile	{
		display:inline;
	}

	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 14px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/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('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/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: 60px; } 

	.primary-nav {
	width: 100%;
	float: none;
	background-color: #CECED1; /* 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: 65px;
	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: #297DE2;
		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: 65px;
	}
	.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(41,125,226,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(148, 214, 9, .75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(148, 214, 9, .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;
	}

/* End Mobile Styles */
	
	
	#footer-wrapper	{
		width: 95%;
	}
	
}

@media screen and (max-width: 700px) {
	body {
		/*background-color: #ccc;*/
	}
	header, #nav-wrapper	{
		display: none;
	}
	#wrapper	{
		width: 90%;
	}
#faqs dt { 
	font-size:1.3em;
	line-height: 25px;
}

}

@media screen and (max-width: 600px) {
	body {
		/*background-color:green;*/
	}
	
	.people-left	{
		float: none;
		width: auto;
	}
	.people-img{
		float: none;
		width: 20%;
	}
	#people .people-img img	{
		float: none;
	}
	
	h1	{
		font-size: 1.8em;
	}
	h2	{
		font-size: 1.6em;
	}
	.right1, .left1, .right2, .left2	{
		float:none;
		width: auto;
		overflow:hidden;
		margin-bottom: 3%;
		padding-bottom: 0px;
	}
#faqs dt { 
	font-size:1.2em;
	line-height: 18px;
}
#faqs dd { 
	font-size: 1em; 
	margin: 0 0 20px 25px;
	line-height: 1.2em;
}
	#footer-nav  {
		line-height: 20px;
		padding: 2% 0;
	}

	#footer-nav ul#footer-navs li  {
		display: block;
		padding: 0;
	}

	
	#footer-social	{
		clear: both;
		float: none;
		width: auto;
	}
	#footer-social p	{
		text-align: left;
	}
	#footer-social ul	{
		display: inline;
		text-align: center;
	}
	#footer-social ul li	{
		display: inline;
		width: 15%;
		float: left;	
	}
	#footer-nav1,#footer-nav2  {
		clear: both;
		float: none;
		width: auto;
		line-height: 25px
	}
	#footer-nav1 ul.footer-navs, #footer-nav2 ul.footer-navs  {
		text-align:left;	
	}

	#footer-social ul li  {
		display: block;
		padding: 0;
	}

	#copyright  {
		line-height: 20px;
		padding: 2% 0;
	}
	#copyright ul#copyrights li  {
		display: block;
		padding: 0;

	}

}

@media screen and (max-width: 500px) {
#faqs dt { 
	font-size:1.1em;
}	
}