/* ==================================================================

*   Zoon Media Queries
*   url: styleshout.com
*   06-07-2014

/* ================================================================== */




/* screenwidth less than 900px
--------------------------------------------------------------------- */
@media only screen and (max-width: 900px) { 
	.fullwidth .contacts .row .columns { width: 50%; }
	.fullwidth .contacts .row .end { clear: both; }	
}

/* mobile 
---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) { 
	.fullwidth .contacts { padding-top: 54px; }
	.fullwidth .contacts .row .columns { 
		text-align: center;
		width: 100%; 
		float: none;
	}
}









