/********************************************************
/* MEDIA QUERIES
********************************************************/
@media (max-width:1200px) {
.main-nav li a {
	padding-left:30px;
	padding-right:30px;
}
.primary-contact {
	padding:18px;
}
/* Products */
#pro-gallery {
	width:300px;
}
#pro-slides{
	width:300px;
	height:300px;
}
#pro-slides img{
	width:300px;
	height:300px;
}



}
@media (max-width:991px) {
.main-nav li a {
	padding-left:15px;
	padding-right:15px;
}
/* content */
.content h1 {
	text-align:center!important;
}
.content h2 {
	text-align:center!important;
}
.content p {
	text-align:center!important;
}
.mission {
	text-align:center!important;
}
.primary-contact {
	padding:18px;
	margin-top:0px;
}


.copy-align-1 {
	width:100%;
	text-align:center;
	margin:10px 0;	
}

/* footer */
.footer-nav-list {
	display:inherit;	
}
.footer-nav {
	display:none;
}
/* INNER PAGE */
.content-inner h2 {
	text-align:center;	
}
/* Products */
#pro-gallery {
	width:500px;
}
#pro-slides{
	width:500px;
	height:500px;
}
#pro-slides img{
	width:500px;
	height:500px;
}
.prodgal-text {
	text-align:left;
}
.contact-follow{
	display:none;
}
.top-contact-tab {
	float:none;
}

}

@media (max-width:767px) {
/* top */
.top-contact {
	float:inherit;
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
}
.navbar-toggle {
	margin-top:0px;
	margin-bottom:0px;
}
.contact-call {
	float:right;
}
.top-tagline {
	text-align:center;
	font-weight:300;
	font-style:normal;
	font-size:19px;
	margin-top:0px;
	margin-bottom:15px;
}
/* Products */
#pro-gallery {
	width:350px;
}
#pro-slides{
	width:350px;
	height:350px;
}
#pro-slides img{
	width:350px;
	height:350px;
}
.contact-follow{
	display:none;
}
.top-contact-tab {
	float:left;
}
}
@media (max-width:480px) {
/* top */

.contact-follow{
	display:none;
}
.top-contact-tab {
	margin-right:0px;	
}
.contact-call {
	font-size: 16px;
	margin-left:0px;
}
.top-tagline {
	letter-spacing:0px;
}

}

@media (max-width:320px) {
/* Products */
#pro-gallery {
	width:250px;
}
#pro-slides{
	width:250px;
	height:250px;
}
#pro-slides img{
	width:250px;
	height:250px;
}
}

@media (max-width:280px) {
	
}


