@media screen and (max-width: 1024px) {
 #header .header-content {
 width: 90%;
 padding: 40px 0;
}
 #header.fixed a {
 color: #353535;
}
 .nav-toggle {
 display: block;
}
 .navigation {
 position: fixed;
 background-color: #313131;
 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 .navbar-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: 1px;
}
 .navigation a {
 display: block;
 font-size: 18px;
 margin: 0;
 text-align: center;
 padding: 17px 0;
 color: #fff;
}
 .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: 12px;
}
 .flex-control-nav {
 bottom: 20px;
}
}
@media screen and (max-width: 768px) { 
#header.fixed a {
    color: #fff;
}
#header.fixed a.logo{
	 color: #9ab414;
}
 .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;
}
.slider-banner h3{
	display:none !important;
}
}
@media screen and (max-width: 640px) {
 .banner-text {
 padding-top: 57%;
}
 .testimonials p {
 font-size: 12px;
}
.header-content .navbar-nav .dropdown-menu{
	
	background: #fff;
	line-height: 50px;
}
@media screen and (max-width: 480px) {

.slider-banner{
	
	padding-top: 126px;
}
 .banner-text {
 padding-top: 45%;
}
 .banner-text h1 {
 font-size: 32px;
}
 .testimonials p {
 font-size: 12px;
}
.header-content .navigation .navbar-nav .dropdown-menu{
	margin-top: -5px;
	line-height: 25px;
	width: 100%;
	padding-left: 40px;
}

.header-content .navigation .navbar-nav .dropdown-menu li a{
 	color: #fff;
	font-weight: 500;
}

.header-content .navigation .navbar-nav .nav-item .dropdown-menu{
	
	background: #313131;
}

.footer .iframe{

	width: 100%;
}

#map-overlay{
	
	height: 250px;
	width: 100%;
}

.col-xs-offset-6{
	
	margin-left: 0;
}

.video-section .data-section {
	margin-top: -120px;
}

.video-section .data-section .video{
	
	margin-top: 25px;
}

.video-section .data-section {
	padding: 25px;
}

.video-section .data-section h3{
	
	margin-bottom: 20px;
	text-align: center;
}
.video-section .embed-responsive{
	
	margin-top: 25px;
}

.section-header{
	
	margin-top: -50px;
}

@media screen and (max-width: 320px) {
 .banner-text {
 padding-top: 55%;
}
 .testimonials blockquote {
 padding: 20px 5% 0;
}
 .testimonials p {
 font-size: 12px;
}
}
