@media screen and (max-width: 1024px) {
#header .header-content {
	width: 90%;
}

.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 .tel{
	display:none;
}

.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;
	color:#fff;
	text-shadow:none;

	
}
.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;
}

#header .header-content {
	padding: 20px 0;
}

.header-content .logo img{
	width:55%;
	height:auto;
}
.navigation {
	float: right;
	margin-top:0px;
}
#greywrap .v-middle{
	vertical-align:middle;
	margin-top:0;
	width:15%;
	height:auto;
	
}


}

@media screen and (max-width: 768px) {
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	font-size: 27px;
}
.banner-text p {
	font-size: 18px;
}
.flexslider {
	padding-bottom: 80px;
}
.flex-control-nav {
	width: 100%;
}
.footer .footer-col {
	margin-bottom: 50px;
}


#greywrap .graph{
	margin-top:0;
	width:80%;
	height:auto;
}

.header-content .logo img{
	width:75%;
	height:auto;
}
#services .pr p {
	text-align:left;
	padding:15px;
	line-height:1.6em;
}
}

@media screen and (max-width: 640px) {

.banner-text {
	padding-top: 35%;
}
#greywrap .v-middle{
	vertical-align:middle;
	margin-top:0;
	
}
.header-content .logo img{
	width:55%;
	height:auto;
}

/* =======================================
backtotop
======================================= */

#back-to-top {
    right: 20px;
    bottom: 20px;
}    

#back-to-top a {
    display: block;
	width: 40px;
	height: 40px;
	font-size:18px;
	background-color: #3A582B;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	-webkit-border-top-left-radius: 30px;  
    -webkit-border-top-right-radius: 30px;  
    -webkit-border-bottom-right-radius: 30px;  
    -webkit-border-bottom-left-radius: 30px;  
    -moz-border-radius-topleft: 30px;  
    -moz-border-radius-topright: 30px;  
    -moz-border-radius-bottomright: 30px;  
    -moz-border-radius-bottomleft: 30px;
}

#back-to-top a:hover {
    background: #6A8E52;
    color: #FFFFFF;
}
}
@media screen and (max-width: 480px) {
.banner {
	min-height: 250px;
}
.banner2 {
	background-color:#FFF;
	min-height: 60px;
}


.banner-text h1{
	font-size: 16px;
	line-height:1.4em;
	letter-spacing: 0px;
	font-weight: 600;
	text-shadow:none;
top: 20%;

}
#header {
	height:70px;
}
#header .header-content {
	padding: 20px 0;
}


.navigation {
	float: right;
	margin-top:0px;
}
.navigation a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	font-weight: 400;
	margin-left: 40px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.navigation .tel{
	display:none;
}
.intro h2 {
	font-size: 20px;
	font-weight:600;
	
}
#product h3 {
	font-size: 20px;
}



.footer h4 {
	color: #fff;
	margin-bottom: 20px;
	font-size:18px;
}
.header-content .logo img{
	width:55%;
	height:auto;
	margin-top:15px;
}

.intro blockquote {
	border: 0;
	margin: 0;
	padding: 10px 5% 0;
}


dl.dl_box dt {
  width: 100%;
  float: none;
}
dl.dl_box dd {
  background: #fff;
  margin-left: 0%;
  padding-bottom: 10px;
  border-left: 0px solid #ccc;
}
.footer-top {
	padding-top: 0px;
}
.footer-bottom {
	background-color: #313454;
	padding: 0px 0;
}

}
@media screen and (max-width: 320px) {


.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 14px;
}
.header-content .logo img{
	width:55%;
	height:auto;
}

}
