/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/* ==========================================================================
   CUSTOM styles
   ========================================================================== */
  
/* Here you can add LESS styles to override the default template styles */

div.columns       { width: 100%; display: inline-block;}div.column1       {         width: 12%;    float: left;    padding-right: 2%; 	}	div.column2     { width: 40%; float: left; }div.column3     { width: 46%; float: left; line-height: 2;}@media (max-width: 640px) {div.column1       { width: 100%; float: left; }div.column2     { width: 100%; float: left; }div.column3     { width: 100%; float: left; }}