@media screen and (max-width: 1024px) {
.nav-toggle {
	display: block;
}
.navigation {
	position: fixed;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navigation .primary-nav {
	position: relative;
	top: 45%;
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}
.navigation li {
	display: block;
	margin-bottom: 20px;
}
.navigation a {
	display: block;
	font-size: 25px;
	margin: 0;
	text-align: center;
}
.person {
	margin: 0 auto 50px;
}
.person-content {
	text-align: center;
}
.person .social-icons li {
	display: inline-block;
	float: none;
	margin-bottom: 5px;
}
.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 14px;
}
.flex-control-nav {
	bottom: 20px;
}
.intro blockquote {
	padding: 30px 15% 0;
}
}

@media screen and (max-width: 900px) {
	#main-slide { }
	.banner { min-height: 650px;; }
}

@media screen and (max-width: 768px) {
	#header .header-content { padding-top:5px; }
	.banner-text {
		padding-top: 30%;
	}
	.banner-text h1 {
		font-size: 42px;
	}
	.banner-text p {
		font-size: 18px;
	}
	.flexslider {
		padding-bottom: 80px;
	}
	.flex-control-nav {
		width: 100%;
	}
	.footer .footer-col {
		margin-bottom: 50px;
	}
	.person { margin-bottom:0; padding-bottom: 0;}
	.personF { border-bottom:1px dashed #DDDDDD ; margin-bottom:15px; padding-bottom: 15px;}
	.banner { min-height: 500px; }
	.topCatchBox { padding:150px 0 0 ; }
}
@media screen and (max-width: 640px) {
	body, p { font-size:13px; }
	.container .row { padding: 0 1% ;}
	.footer .footer-col {
		margin-bottom: 20px;
	}
	#header .header-content { height:40px; }
	.footer-top { background-color: #181818; padding-top: 15px; }
	.works .container { padding-left: 0 ;  padding-right: 0 ; }
	.works .row { margin-left: 0 ;  margin-right: 0 ; padding: 0 0 ; }
	.banner-text { padding-top: 35%; }
	.intro blockquote { padding: 0 10% 20px; }
	.fullImg { display:none;  }
	.title { display:none; }
	.spImg { display:block; margin:10px auto ; }
	.titleSp { display:block ; }
	.textSp { margin:10px auto ;}
	.avatar img { width:90%; margin: 0 auto; }
	#contactBox { width:95% ; padding:10px; margin-bottom:10px;}
	.carousel { box-shadow: 0 0 10px rgba(0,0,0,0.50) ; }
	
	#logo { height:30px ; }
	#contactButton { height:30px ;  position:absolute; top:5px; right:5px;}

	.flexslider { padding-bottom:10px;}
	.about p { padding-bottom:30px; }
	.intro p { margin-top:10px;}
	.flow  th span {width:30px; font-size:20px; } 
	#header .logo img { width: 150px; }
	.banner { min-height: 300px; }
	.nav-toggle {
			height: 44px;
			overflow: hidden;
			position: fixed;
			right: 5%;
			text-indent: 100%;
			top: 5px;
			white-space: nowrap;
			width: 44px;
		}
}
@media screen and (max-width: 480px) {
	body, p { font-size:12px; line-height:18px; }
	#header .header-content { height:35px; }
	#logo { height:25px; position:absolute; top:6px; left:5px; }
	#contactButton { height:25px; position:absolute; top:5px; right:5px;}	
	.banner-text { padding-top: 20%; }
	.banner-text h1 {
		font-size: 23px;
	}
	.banner-text p {
		font-size: 14px;
	}
	.intro blockquote {
		padding: 0 5% 20px;
	}
	.intro  h1 { font-size: 17px  }
	.intro  h2 { font-size: 17px  }
	.quote .btn { width:95% ; max-width:300px;  margin: 20px 3% 0; font-size:15px; padding:10px 0;   }
	.youkou th { width:10% ; }
	.youkou td { width:90% ; font-size:12px ;}
	.about p { padding-bottom:15px; }
	.person-content { margin-top:10px }
	.person img { width:100%;  max-width:200px;  }
	.person h5 { margin-bottom:5px; }
	.person h6 { font-size:15px;}
	.person p { margin-bottom:5px;}
	.banner { min-height: 300px; }
	.topCatchBox { padding:115px 0 0 ; }
	.messageBox img { max-width: 150px; }
	#ownerBox img { max-width: 150px; }
}
@media screen and (max-width: 320px) {
	.banner-text {
		padding-top: 20%;
	}
	.testimonials blockquote {
		padding: 10px 5% 0; 
	}
	.testimonials p {
		font-size: 13px;
	}
	.youkou th { width:7% ; }
	.youkou td { width:93% ; font-size:12px ;}
	.about p { padding-bottom:15px; }

}
