@media screen and (max-width: 1024px) {
    
    
    
    
#header .header-content {
	width: 90%;
}
.nav-toggle {
	display: block;
}
.navigation {
    margin-top: 0;
	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;
}

.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 14px;
}
.flex-control-nav {
	bottom: 20px;
}
  
 .banner .container{

    top: 45%;
    
}
    
    .flexslider {
	padding-bottom: 50px;
}  
    
}

@media screen and (max-width: 991px){
    
    
    .banner .container{

    top: 40%;
    
}
    
    
    

 .flex-control-nav {
	width: 100%;       
}
    
.intro blockquote {
	border: 0;
	margin: 0;
	padding: 5% 10% 0;
    margin-bottom: 30px;
}

    
    #teams .col-md-4{ 
    width: 100%;
    margin: 0 auto;
    text-align: center;

}
 


@media screen and (max-width: 768px) {
   
   
.banner .container{

    top: 50%;
    
}
    
    



.footer .footer-col {
	margin-bottom: 30px;
}
}




@media screen and (max-width: 640px) {

    
.banner .container{

display: none;
    }
    
 .banner-text h1 {
	font-size: 45px;
}
    
.banner-text p {
	font-size: 14px;
}
    
    
}




@media screen and (max-width: 480px) {

 .banner .container{

    top: 30%;  
}
    
 .banner-text h1 {
	font-size: 30px;
}
    
.banner-text p {
	font-size: 10px;
}
}



@media screen and (max-width: 320px) {
    
       

    
 
.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 14px;
}
}
