/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/







/*	Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.    */



/*	Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	

}



/*	Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.*/

@media only screen and (max-width: 767px) {

.footer-area{background: none repeat scroll 0 0 #eeeeee;
bottom: 0;
margin-top: 40px;
}
.product-page .product-image img {
  border-radius: 5px;
  width: 100%;
}
.product-page .product-information .btn-primary {
margin-left: 40px;
}
#contact-form-section button.btn-success {
  margin-bottom: 15px;
  width: 100%;
}
.mailing-address {
  border-left: 0px solid;
 margin-left:0px;
  margin-top: 0;
  padding-bottom: 62px;
}

	
}



/*	Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.footer-area{background: none repeat scroll 0 0 #eeeeee;
bottom: 0;
margin-top: 40px;
}	
.product-page .product-image img {
  border-radius: 5px;

}
.product-page .product-information .btn-primary {
margin-left: 40px;
}
#contact-form-section button.btn-success {
  margin-bottom:20px;
  width: 210px;
}
.mailing-address {
  border-left: 0px solid;
 margin-left:0px;
  margin-top: 0;
  padding-bottom: 62px;
}	
}