/* Sass Document */
/* ============================== */
/* ====== VAR BREAKPOINTS ======= */
/* ============================== */
/* ============================== */
/* ========= VAR FONTS ========== */
/* ============================== */
@font-face {
  font-family: "sourcesanspro";
  src: url("../font/sourcesanspro-regular-webfont.eot");
  src: url("../font/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../font/sourcesanspro-regular-webfont.woff") format("woff"), url("../font/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../font/sourcesanspro-regular-webfont.svg#sourcesansproregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "sourcesansprobold";
  src: url("../font/sourcesanspro-bold-webfont.eot");
  src: url("../font/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../font/sourcesanspro-bold-webfont.woff") format("woff"), url("../font/sourcesanspro-bold-webfont.ttf") format("truetype"), url("../font/sourcesanspro-bold-webfont.svg#sourcesansprobold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ============================== */
/* ========= VAR COLORS ========= */
/* ============================== */
/* ----------- ALERTS ----------- */
/* ============================== */
/* ========== VAR SIZE ========== */
/* ============================== */
/* ============================== */
/* ========= OTHERS VAR ========= */
/* ============================== */
.click-feedback {
  position: fixed !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
  z-index: 100000000000 !important; }
  .click-feedback:after {
    content: "";
    border: 2px solid rgba(231, 64, 17, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-animation: anim-click 0.3s ease-out forwards;
    animation: anim-click 0.3s ease-out forwards; }
@-webkit-keyframes anim-click {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }
@keyframes anim-click {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }

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