/* line 3, ../sass/border.scss */
/*body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
}*/

/* line 11, ../sass/border.scss */
.seperator-wrapper {
  /*width: 100%;*/
}
/* line 13, ../sass/border.scss */
.seperator-wrapper .seperator {
  /*width: 3000px;*/
  /*height: 5px;*/
  animation: rotate 5s infinite linear;
  -webkit-animation: rotate 5s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    background-position: -2990px;
  }
  to {
    background-position: 0px;
  }
}
@keyframes rotate {
  from {
    background-position: -2990px;
  }
  to {
    background-position: 0px;
  }
}
/* line 40, ../sass/border.scss */
.gradient {
  background: #30ff90;
  /* Old browsers */
  background: -moz-linear-gradient(left, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #30ff90), color-stop(25%, #ed2ded), color-stop(50%, #c99826), color-stop(75%, #30ffe6), color-stop(100%, #30ff90));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
  /* IE10+ */
  background: linear-gradient(to right, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff90', endColorstr='#30ff90',GradientType=1 );
  /* IE6-9 */

  /*b3a36b*/
}


.gradient {
  /*background: #3a36b;*/
  /* Old browsers */
  background: -moz-linear-gradient(left, #b3a36b 0%, #ffffff 25%, #b3a36b 50%, #ffffff 75%, #b3a36b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b3a36b), color-stop(25%, #ffffff), color-stop(50%, #b3a36b), color-stop(75%, #ffffff), color-stop(100%, #b3a36b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b3a36b 0%, #ffffff 25%, #b3a36b 50%, #ffffff 75%, #b3a36b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b3a36b 0%, #ffffff 25%, #b3a36b 50%, #ffffff 75%, #b3a36b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b3a36b 0%, #ffffff 25%, #b3a36b 50%, #ffffff 75%, #b3a36b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #b3a36b 0%, #ffffff 25%, #b3a36b 50%, #ffffff 75%, #b3a36b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a36b', endColorstr='#b3a36b',GradientType=1 );
  /* IE6-9 */

  /*b3a36b*/
}

