/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* -------------------------- */
/* header */
/* ------------------------- */
@media screen and (max-width: 768px) {
  .footer-columns {
    float: none;
    width: 100%;
  }
}
/*---------------------------------------------------------*
	Global mixins
 *---------------------------------------------------------*/
/*
 *
 */
/*
 * 1. Background color
 * 2. Text color
 * 3. Bool value if true (1) add active and hover psudo class
 * 4. Bool value if true (1) add border
 */
/*
 *	
 */
/*---------------------------------------------------------*
	CSS3 mixins
 *---------------------------------------------------------*/
/*---------------------------------------------------------*
	Table and List states mixins
 *---------------------------------------------------------*/
/*
 * Stripe table and list rows
 * 1. Even rows color 
 * 2. Odd rows color
 * 3. Row selectors
 */
/*
 * Add hover state on table and list rows
 * 1. Even rows color 
 * 2. Odd rows color
 * 3. Row selectors
 */
