/*****************/
/* Media Queries */
/*****************/
@-ms-viewport{width:device-width;}

@media screen and (min-width:180px) and (max-width:768px) {
	.one_half, .two_half, .one_third, .two_third, .three_third{display:block; float:none; width:auto; margin:0 0 50px 0; padding:0;}
}
