/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
/********************************************************************************************* 

x. Header

*********************************************************************************************/
header .buttons li.up svg,
header .buttons svg,
header .logo {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/********************************************************************************************* 

x. Header: Hamburger

*********************************************************************************************/
header .hamburger .line {
  -webkit-transition: all 0.5s ease, background, 0.15s ease;
  -moz-transition: all 0.5s ease, background, 0.15s ease;
  -ms-transition: all 0.5s ease, background, 0.15s ease;
  -o-transition: all 0.5s ease, background, 0.15s ease;
  transition: all 0.5s ease, background, 0.15s ease;
}

/********************************************************************************************* 

x. Gallery

*********************************************************************************************/
.slideshow-wrapper div.caption .content,
.slideshow-wrapper div.caption h1 {
  -webkit-transition: opacity 0.2s ease, top 0.2s ease;
  -webkit-transition: opacity 0.2s ease, top 0.2s ease;
  -ms-transition: opacity 0.2s ease, top 0.2s ease;
  -o-transition: opacity 0.2s ease, top 0.2s ease;
  transition: opacity 0.2s ease, top 0.2s ease;
}

.slideshow-wrapper div.caption .content {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*# sourceMappingURL=animation.css.map */
