/**
 * Layout Styles
 * This is here to position modules on specific layouts and pages
 * layouts should be identified with .layout-name class on the parent.
 */
.layout-home .header {
  position: absolute;
  background: transparent; }
  .layout-home .header .header__links > a:hover {
    color: #FFF; }

.layout-home .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color: #FFF; }
  .layout-home .footer a {
    color: #FFF; }

.layout-gallery .img-flag {
  background-color: #ededed;
  color: #333333 !important; }
