/**
 * @file
 * Is the responsive layout composition.
 *
 * Is intented to set basic layout rules to regions and global blocks. 
 * Also add grid rules.
 */



/**
 * Layout content
 */

 
/**
 * Grid row
 */

  .grid-row {
    width: 100%;
    max-width: 1395px;
    margin: 0 auto;
	padding: 0 0.8rem;
	position: relative;
  }

