
@media (min-width: 1200px) {
	
	 #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	
.intro h1 {
	line-height:30px;  
	font-size:26px;
	font-weight: 600;
}
.intro p {
	
	font-size: 16px;
	line-height:20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing:1.5px;
	text-align:justify;
}


}





@media screen and (max-width: 1024px) {
	
	
.intro h1 {
	line-height:30px;  
	font-size:26px;
	font-weight: 600;
}
.intro p {
	
	font-size: 14px;
	line-height:20px;
	font-style: normal;
	font-weight: 200;
	letter-spacing:1.5px;
	text-align:justify;
}
	
	
#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 .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: 0px;
}
.navigation a {
	display: block;
	font-size: 16px;
	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;
}
}
@media screen and (max-width: 768px) {
	

.intro h1 {
	line-height:28px;  
	font-size:21px;
	font-weight: 600;
}
.intro p {
	
	font-size: 14px;
	line-height:20px;
	font-style: normal;
	font-weight: 200;
	letter-spacing:1.5px;
	text-align:justify;
}

.title { padding:10px 5%; text-align:justify;}
	
h3 { font-size:20px; line-height:30px;}	
	
.intro blockquote {
	padding: 35px 15% ;
}
	
.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;
}
}
@media screen and (max-width: 640px) {
	

.intro blockquote {
	padding: 30px 15% ;
}	
	
.banner-text {
	padding-top: 35%;
}
}
@media screen and (max-width: 480px) {
	

	
.title { padding:10px 10%; text-align:justify;}	
	
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	font-size: 32px;
}

#contact img {width:100%;}
}
@media screen and (max-width: 320px) {
.banner-text {
	padding-top: 55%;
}
.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 14px;
}
}
