@-webkit-keyframes abackground {
  0% {
    background-color: #F98537;
  }
  10% {
    background-color: #53B7CF;
  }
  20% {
    background-color: #530E6A;
  }
  30% {
    background-color: #AB3889;
  }
  40% {
    background-color: #008CC4;
  }
  50% {
    background-color: #F98537;
  }
  60% {
    background-color: #680098;
  }
  100% {
    background-color: #F98537;
  }
}
@keyframes abackground {
  0% {
    background-color: #F98537;
  }
  10% {
    background-color: #53B7CF;
  }
  20% {
    background-color: #530E6A;
  }
  30% {
    background-color: #AB3889;
  }
  40% {
    background-color: #008CC4;
  }
  50% {
    background-color: #F98537;
  }
  60% {
    background-color: #680098;
  }
  100% {
    background-color: #F98537;
  }
}
/* line 27, ../../app/assets/stylesheets/app-screen.sass */
.screen {
  position: relative;
}
/* line 30, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap {
  position: fixed;
  background-color: #F98537;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 70s;
          animation-duration: 70s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/* line 47, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .canvas {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 54, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .canvas canvas {
  display: block;
  cursor: crosshair;
}
/* line 58, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center {
  position: relative;
}
/* line 61, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center .screen_center__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 68, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center .screen_center__wrap .text_awesome {
  position: relative;
  font-family: "WashingtonDG";
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
  z-index: 2;
}
/* line 77, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center .screen_center__wrap .text_awesome p {
  padding: 0;
  margin: 0;
}
/* line 81, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center .screen_center__wrap .btn_awesome {
  display: block;
  text-decoration: none;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #b25244;
  background: -webkit-gradient(linear, left top, left bottom, from(#b25244), to(#5e1912));
  background: -webkit-linear-gradient(#b25244, #5e1912);
  background: linear-gradient(#b25244, #5e1912);
  position: relative;
  cursor: pointer;
  padding: 15px;
  -webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.13), 0 5px 8px rgba(0, 0, 0, 0.5), 0 10px 10px 4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.13), 0 5px 8px rgba(0, 0, 0, 0.5), 0 10px 10px 4px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-tap-highlight-color: transparent;
}
/* line 100, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center .screen_center__wrap .btn_awesome:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.13), 0 5px 4px rgba(0, 0, 0, 0.5), 0 10px 10px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.13), 0 5px 4px rgba(0, 0, 0, 0.5), 0 10px 10px 2px rgba(0, 0, 0, 0.3);
}
/* line 104, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center .screen_center__wrap .btn_awesome:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  z-index: -2;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.15);
}
/* line 115, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center .screen_center__wrap .btn_awesome:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  -webkit-box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.13);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
/* line 127, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center .screen_center__wrap .btn_awesome .btn_awesome__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 3rem;
  text-shadow: 0 0 3px #303030;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#8a2c20), to(#9e4235));
  background: -webkit-linear-gradient(#8a2c20, #9e4235);
  background: linear-gradient(#8a2c20, #9e4235);
  -webkit-box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.05), 0 2px 5px rgba(255, 255, 255, 0.1);
          box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.05), 0 2px 5px rgba(255, 255, 255, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
/* line 148, ../../app/assets/stylesheets/app-screen.sass */
.screen .screen__wrap .screen_center .screen_center__wrap .btn_awesome .btn_awesome__wrap i {
  display: block;
}

/* line 159, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 {
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 25px 0;
  z-index: 1;
}
/* line 166, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
/* line 175, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-shadow {
  position: absolute;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
/* line 179, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-shadow.btn-shadow-0 {
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  background: -webkit-gradient(linear, left bottom, left top, from(#c8c8c8), to(white));
  background: -webkit-linear-gradient(bottom, #c8c8c8, white);
  background: linear-gradient(0deg, #c8c8c8, white);
  -webkit-box-shadow: 0px 0px 10px #707070;
          box-shadow: 0px 0px 10px #707070;
}
/* line 185, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-shadow.btn-shadow-1 {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0087c9), to(#004263));
  background: -webkit-linear-gradient(#0087c9, #004263);
  background: linear-gradient(#0087c9, #004263);
  -webkit-box-shadow: 0px 0px 5px 1px #303030;
          box-shadow: 0px 0px 5px 1px #303030;
}
/* line 191, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-shadow.btn-shadow-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  width: 70%;
  height: 50%;
  top: 5px;
}
/* line 197, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-shadow.btn-shadow-3 {
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%);
  -webkit-box-shadow: 0 0 3px 0 black inset, 2px 2px 10px 0 #505050 inset;
          box-shadow: 0 0 3px 0 black inset, 2px 2px 10px 0 #505050 inset;
}
/* line 203, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-shadow.btn-shadow-4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2));
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2));
  width: 60%;
  height: 30%;
  bottom: 0px;
}
/* line 209, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-circle {
  position: absolute;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0 0 0 0 #303030;
          box-shadow: 0 0 0 0 #303030;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* line 217, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-circle.btn-circle-0 {
  background-color: #0087c9;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  transition: -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
}
/* line 221, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-circle.btn-circle-1 {
  background-color: #0087c9;
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  transition: -webkit-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}
/* line 225, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2 .btn_awesome__2__wrap .btn-circle.btn-circle-2 {
  background-color: #0087c9;
  -webkit-transition: -webkit-transform 0.05s ease 0s;
  transition: -webkit-transform 0.05s ease 0s;
  transition: transform 0.05s ease 0s;
  transition: transform 0.05s ease 0s, -webkit-transform 0.05s ease 0s;
}
/* line 232, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2:active .btn_awesome__2__wrap .btn-shadow.btn-shadow-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#c90087), to(#630042));
  background: -webkit-linear-gradient(#c90087, #630042);
  background: linear-gradient(#c90087, #630042);
  -webkit-box-shadow: 0px 0px 5px 0px #303030;
          box-shadow: 0px 0px 5px 0px #303030;
}
/* line 237, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2:active .btn_awesome__2__wrap .btn-circle.btn-circle-0 {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  -webkit-box-shadow: 0 0 5px 1px #303030;
          box-shadow: 0 0 5px 1px #303030;
}
/* line 241, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2:active .btn_awesome__2__wrap .btn-circle.btn-circle-1 {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-box-shadow: 0 0 5px 1px #303030;
          box-shadow: 0 0 5px 1px #303030;
}
/* line 245, ../../app/assets/stylesheets/app-screen.sass */
.btn_awesome__2:active .btn_awesome__2__wrap .btn-circle.btn-circle-2 {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-box-shadow: 0 0 5px 1px #303030;
          box-shadow: 0 0 5px 1px #303030;
}

/* line 249, ../../app/assets/stylesheets/app-screen.sass */
.background {
  position: relative;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
/* line 253, ../../app/assets/stylesheets/app-screen.sass */
.background .background__wrap {
  position: relative;
  background: url(/slider/slide-3.jpg);
}
