/**  Custom by Dave */
/** Use when we want equal height of columns.
  * Class applied on the row. ex: class="row row-eq-height"
  * Strange behavious when 12 columns or more.
  * IE10+ compatible only
  */
.row-eq-height {
    display: flex;
}

/** input form required in focus state */

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/



/* mainFooter */
/*footer.footer {
  background: #333333;
  padding: 20px 0 30px;
  line-height: 1.25em;
      font-size: 14.9px;
    text-align: center;
}
footer.footer a {
  color: #ffffff;
}
footer.footer a:hover {
  text-decoration: none;
  color: #e6e6e6;
}
footer.footer p {
  font-size: 0.85em;
  padding: 0;
  margin: 0;
  color: #ffffff;
}*/











