

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }




html {
  font-family: 'Lato';
  font-size: 6.25%; }

body {
  background-color: #ececf5;
  font-size: 18rem;
  /*13px*/
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  overflow-x: hidden; }





.sound-trigger--type-default.sound-trigger {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px; }
  .sound-trigger--type-default.sound-trigger:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 48;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px; }
.sound-trigger--type-default.sound-trigger--type-hover:hover:after {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }
.sound-trigger--type-default.sound-trigger--type-hover .sound-trigger__inner:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: rgba(255, 255, 255, 0.5);
  vertical-align: middle; }
  .sound-trigger--type-default.sound-trigger--type-hover .sound-trigger__inner:hover i {
    text-shadow: none; }
  .sound-trigger--type-default.sound-trigger--type-hover .sound-trigger__inner:hover img {
    vertical-align: middle; }
.sound-trigger--type-default.sound-trigger--type-hover .sound-trigger__speach {
  -webkit-animation: motion__hover 2s ease 0s infinite alternate;
  -moz-animation: motion__hover 2s ease 0s infinite alternate;
  -ms-animation: motion__hover 2s ease 0s infinite alternate;
  -o-animation: motion__hover 2s ease 0s infinite alternate;
  animation: motion__hover 2s ease 0s infinite alternate; }
.sound-trigger--type-default.sound-trigger--type-click:active:after {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }
.sound-trigger--type-default.sound-trigger--type-click .sound-trigger__inner:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: rgba(255, 255, 255, 0.5); }
  .sound-trigger--type-default.sound-trigger--type-click .sound-trigger__inner:active i {
    text-shadow: none; }
.sound-trigger--type-default.sound-trigger--type-click .sound-trigger__speach {
  -webkit-animation: motion__click 1s ease 0s infinite;
  -moz-animation: motion__click 1s ease 0s infinite;
  -ms-animation: motion__click 1s ease 0s infinite;
  -o-animation: motion__click 1s ease 0s infinite;
  animation: motion__click 1s ease 0s infinite; }
.sound-trigger--type-default .sound-trigger__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
 
  z-index: 50;
  margin: 0 auto; }
 