/*
 * Akin Contact Form module
 * Designed by CraigGarner http://craiggarner.net
 * Joomla codes by Erwin Schro http://joomlamini.com
 */


.note { display: none; }
p.pad-small { margin-bottom: 0; }

/************** SMARTPHONES ****************/

@media only screen and (max-width: 767px){
	

}

/***** PORTRAIT TABLETS *****/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {


}

