/*-----------------------
AK_AUTH - SCSS FILE
Author : www.aktarma.fr
Version : 2.0
-----------------------*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flip {
    backface-visibility: visible;
    animation-name: flip; }

@-webkit-keyframes bounce {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  53% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  53% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; }
  25% {
    opacity: 0; }
  75% {
    opacity: 0; } }
@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; }
  25% {
    opacity: 0; }
  75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); }
  10% {
    transform: translate3d(-10px, 0, 0); }
  30% {
    transform: translate3d(-10px, 0, 0); }
  50% {
    transform: translate3d(-10px, 0, 0); }
  70% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(-10px, 0, 0); }
  20% {
    transform: translate3d(10px, 0, 0); }
  40% {
    transform: translate3d(10px, 0, 0); }
  60% {
    transform: translate3d(10px, 0, 0); }
  80% {
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); }
  10% {
    transform: translate3d(-10px, 0, 0); }
  30% {
    transform: translate3d(-10px, 0, 0); }
  50% {
    transform: translate3d(-10px, 0, 0); }
  70% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(-10px, 0, 0); }
  20% {
    transform: translate3d(10px, 0, 0); }
  40% {
    transform: translate3d(10px, 0, 0); }
  60% {
    transform: translate3d(10px, 0, 0); }
  80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1); }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1); }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    transform: none; } }
@keyframes wobble {
  0% {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0); }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; } }
@keyframes bounceInDown {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0); }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0); }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; } }
@keyframes bounceInLeft {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0); }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0); }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; } }
@keyframes bounceInRight {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0); }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0); }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0); }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0); }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    transform: perspective(400px); } }
@-moz-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg);
    transition-timing-function: ease-in; }
  70% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(0deg); } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    transform: perspective(400px); } }
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    transform: perspective(400px); } }
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  animation-duration: .75s;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    transform: translateY(0); } }
.slideInDown {
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    transform: translateX(0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible; }
  100% {
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible; }
  100% {
    transform: translateX(0); } }
.slideInRight {
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible; }
  100% {
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible; }
  100% {
    transform: translateY(0); } }
.slideInUp {
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateY(0); }
  100% {
    visibility: hidden;
    transform: translateY(100%); } }
@keyframes slideOutDown {
  0% {
    transform: translateY(0); }
  100% {
    visibility: hidden;
    transform: translateY(100%); } }
.slideOutDown {
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    visibility: hidden;
    transform: translateX(-100%); } }
@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    visibility: hidden;
    transform: translateX(-100%); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    visibility: hidden;
    transform: translateX(100%); } }
@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    visibility: hidden;
    transform: translateX(100%); } }
.slideOutRight {
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    visibility: hidden;
    transform: translateY(-100%); } }
@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    visibility: hidden;
    transform: translateY(-100%); } }
.slideOutUp {
  animation-name: slideOutUp; }

/* Sass Document */
/* --------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN NOWRAP <<<<<<<<<<<<<<<<-*/
/* --------------------------------------------*/
/* -----------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN BOXSIZING <<<<<<<<<<<<<<<<-*/
/* -----------------------------------------------*/
/* ----------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN IMG AUTOHEIGHT <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------------*/
/* ----------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN IMG AUTOWIDTH <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------------*/
/* ----------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN BOOTSTRAP GUTS <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------------*/
/* ------------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN VIDEO RESPONSIVE <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/
/*  16/9 : 56.25%; //// 4/3  : 75%; */
/* ------------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN CALC <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/
/* --------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN RETINA <<<<<<<<<<<<<<<<-*/
/* --------------------------------------------*/
/* -------------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN ANIMATE ITERATION <<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN ANIMATE ITERATION <<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN TRANSITION <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>> MIXIN TRANSITION NEW <<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN BOX-SIZING <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN BOX-SHADOW <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN TEXT-SHADOW <<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN APPEARANCE <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN TRANSFORM <<<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>> MIXIN TRANSFORM ORIGIN <<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ----------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN GRADIENT <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------*/
/* color page */
/* home access */
/* Sass Document */
/* ====== VAR BREAKPOINTS ======= */
/* bootstrap*/
/* user */
/* ========= VAR FONTS ========== */
/* font 1 => roboto */
/* thin */
@font-face {
  font-family: 'Roboto';
  src: url("../font/hinted-Roboto-Thin.eot");
  src: url("../font/hinted-Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Thin.woff2") format("woff2"), url("../font/hinted-Roboto-Thin.woff") format("woff"), url("../font/hinted-Roboto-Thin.ttf") format("truetype"), url("../font/hinted-Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }
/* thin italic */
@font-face {
  font-family: 'Roboto';
  src: url("../font/hinted-Roboto-ThinItalic.eot");
  src: url("../font/hinted-Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-ThinItalic.woff2") format("woff2"), url("../font/hinted-Roboto-ThinItalic.woff") format("woff"), url("../font/hinted-Roboto-ThinItalic.ttf") format("truetype"), url("../font/hinted-Roboto-ThinItalic.svg#Roboto-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic; }
/* light */
@font-face {
  font-family: 'Roboto';
  src: url("../font/hinted-Roboto-Light.eot");
  src: url("../font/hinted-Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Light.woff2") format("woff2"), url("../font/hinted-Roboto-Light.woff") format("woff"), url("../font/hinted-Roboto-Light.ttf") format("truetype"), url("../font/hinted-Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
/* light italic */
@font-face {
  font-family: 'Roboto';
  src: url("../font/hinted-Roboto-LightItalic.eot");
  src: url("../font/hinted-Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-LightItalic.woff2") format("woff2"), url("../font/hinted-Roboto-LightItalic.woff") format("woff"), url("../font/hinted-Roboto-LightItalic.ttf") format("truetype"), url("../font/hinted-Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }
/* regular */
@font-face {
  font-family: 'Roboto';
  src: url("../font/hinted-Roboto-Regular.eot");
  src: url("../font/hinted-Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Regular.woff2") format("woff2"), url("../font/hinted-Roboto-Regular.woff") format("woff"), url("../font/hinted-Roboto-Regular.ttf") format("truetype"), url("../font/hinted-Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* regular italic */
@font-face {
  font-family: 'Roboto';
  src: url("../font/hinted-Roboto-Italic.eot");
  src: url("../font/hinted-Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Italic.woff2") format("woff2"), url("../font/hinted-Roboto-Italic.woff") format("woff"), url("../font/hinted-Roboto-Italic.ttf") format("truetype"), url("../font/hinted-Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
/* medium */
@font-face {
  font-family: 'Roboto Lt';
  src: url("../font/hinted-Roboto-Medium.eot");
  src: url("../font/hinted-Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Medium.woff2") format("woff2"), url("../font/hinted-Roboto-Medium.woff") format("woff"), url("../font/hinted-Roboto-Medium.ttf") format("truetype"), url("../font/hinted-Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
/* medium italic */
@font-face {
  font-family: 'Roboto Lt';
  src: url("../font/hinted-Roboto-MediumItalic.eot");
  src: url("../font/hinted-Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-MediumItalic.woff2") format("woff2"), url("../font/hinted-Roboto-MediumItalic.woff") format("woff"), url("../font/hinted-Roboto-MediumItalic.ttf") format("truetype"), url("../font/hinted-Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }
/* bold */
@font-face {
  font-family: 'Roboto';
  src: url("../font/hinted-Roboto-Bold.eot");
  src: url("../font/hinted-Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Bold.woff2") format("woff2"), url("../font/hinted-Roboto-Bold.woff") format("woff"), url("../font/hinted-Roboto-Bold.ttf") format("truetype"), url("../font/hinted-Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* bold italic */
@font-face {
  font-family: 'Roboto';
  src: url("../font/hinted-Roboto-BoldItalic.eot");
  src: url("../font/hinted-Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-BoldItalic.woff2") format("woff2"), url("../font/hinted-Roboto-BoldItalic.woff") format("woff"), url("../font/hinted-Roboto-BoldItalic.ttf") format("truetype"), url("../font/hinted-Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
/* ========= THEME COLORS ========= */
/* noir */
/* orange */
/* rouge */
/* bordeaux */
/* pourpre          $color_purple       : #2C0B6D; */
/* vert pastel */
/* vert */
/* ========= VAR COLORS ========= */
/* ========= ALERT COLORS ========= */
/* ========= WIDTH PANEL MENU ========= */
.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(46, 48, 57, 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); } }
/* Sass Document */
* {
  outline: none !important; }

html,
body {
  height: 100%; }

body {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  color: #59595A; }
  body p {
    margin: 0; }

.no_overflow {
  overflow: hidden; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

/* Scss Document */
/* Form elements */
form #user {
  display: none; }
form .form-group {
  /*&:last-child{
      margin-top: 30px; 
      margin-bottom: 0;
  }*/ }
  form .form-group label {
    text-transform: uppercase;
    color: #59595A;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    line-height: 30px; }
  form .form-group.has-error label {
    color: #C90000; }
  form .form-group.has-error .help-block {
    color: #C90000;
    margin-bottom: 0 !important; }
  form .form-group.has-error input {
    box-shadow: none; }
  form .form-group.has-error input[type=text],
  form .form-group.has-error input[type=password],
  form .form-group.has-error textarea,
  form .form-group.has-error select {
    border-color: #C90000; }
  form .form-group.has-error .input-group-addon {
    border-color: #C90000;
    border-left: 0px; }
  form .form-group input, form .form-group select, form .form-group textarea, form .form-group .akchosen-ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    /*  min-height: 38px; */
    border: none;
    border-radius: 0;
    border: 1px solid #b8b8b8;
    width: 100%;
    max-width: 100%;
    /* padding-left: 10px; */
    padding: 8px 10px;
    background-color: #fafaf9;
    cursor: auto; }
    form .form-group input:disabled, form .form-group select:disabled, form .form-group textarea:disabled, form .form-group .akchosen-ul:disabled {
      cursor: not-allowed;
      border-bottom: none;
      opacity: 0.5; }
    form .form-group input:hover:not([disabled]), form .form-group input:focus:not([disabled]), form .form-group input:active:not([disabled]), form .form-group select:hover:not([disabled]), form .form-group select:focus:not([disabled]), form .form-group select:active:not([disabled]), form .form-group textarea:hover:not([disabled]), form .form-group textarea:focus:not([disabled]), form .form-group textarea:active:not([disabled]), form .form-group .akchosen-ul:hover:not([disabled]), form .form-group .akchosen-ul:focus:not([disabled]), form .form-group .akchosen-ul:active:not([disabled]) {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-color: #b8b8b8;
      border-left: 3px solid #2E3039; }
  form .form-group select {
    cursor: pointer; }
    form .form-group select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #59595A; }
  form .form-group .input-group-addon {
    border: 1px solid #e3e3dd;
    border-left: 0px;
    background-color: #fafaf9;
    border-radius: 0;
    color: #59595A; }
  form .form-group .input_search {
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: right 10px center;
    padding-right: 35px; }
  form .form-group .select_wrap {
    position: relative; }
    form .form-group .select_wrap .select_arrow {
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      width: 40px;
      height: 100%;
      text-align: center; }
      form .form-group .select_wrap .select_arrow svg {
        display: inline-block;
        width: 16px;
        height: auto;
        margin-top: 10px; }
  form .form-group .akchosen-wrap li, form .form-group .akchosen-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    outline: none; }
  form .form-group .akchosen-wrap .akchosen-hide, form .form-group .akchosen-wrap .akchosen-dont-match {
    display: none !important; }
  form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen {
    cursor: text; }
    form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search {
      display: block;
      vertical-align: top; }
      form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input {
        border-bottom: none !important;
        display: block;
        width: 100%;
        height: 34px;
        background-color: transparent !important;
        color: #59595A;
        max-width: 100%; }
      form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search span {
        position: fixed;
        left: -9999px;
        display: inline-block; }
    form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-chosen-selected {
      display: inline-block;
      vertical-align: top;
      border-radius: 2px;
      background-color: #454855;
      padding: 6px;
      margin: 3px;
      border: 1px solid #17181d;
      color: #ffffff;
      font-weight: 700;
      cursor: default;
      font-size: 12px; }
      form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-chosen-selected span {
        margin-left: 5px;
        cursor: pointer; }
      form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-chosen-selected + .akchosen-li-search {
        margin-left: 3px;
        display: inline-block;
        max-width: 100%; }
        form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-chosen-selected + .akchosen-li-search input {
          width: 15px; }
  form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice {
    position: relative;
    list-style: none;
    top: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
    outline: none; }
    form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul {
      position: absolute;
      left: 0px;
      right: 0px;
      background-color: #f6f6f6;
      border-bottom: 2px solid #2E3039;
      padding: 0 5px 5px;
      margin-bottom: 20px;
      z-index: 10000; }
      form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul:hover {
        background-color: #8f93a4 !important; }
      form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li {
        color: #59595A;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer; }
        form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li[disabled] {
          color: #8c8c8d;
          cursor: not-allowed; }
        form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li:not([disabled]):hover {
          background: #2E3039;
          color: #ffffff; }
        form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li mark {
          background-color: transparent;
          padding: 0;
          text-decoration: underline;
          color: #59595A; }
        form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li.akchosen-no-match-li-mess {
          background-color: #C90000;
          color: #ffffff;
          cursor: default !important; }
  form .form-group input[type="file"] {
    height: auto !important; }
  form .form-group textarea.note_style {
    line-height: 24px;
    background-color: #fbf9e4;
    background-image: linear-gradient(transparent 23px, #e4e4e4 24px, transparent 24px);
    background-size: 100% 24px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    border-radius: 4px; }
    form .form-group textarea.note_style:hover, form .form-group textarea.note_style:active, form .form-group textarea.note_style:focus {
      background-color: #f8f5d2 !important;
      background-image: linear-gradient(transparent 23px, #dadada 24px, transparent 24px) !important;
      background-size: 100% 24px;
      border: 1px solid #cacaca;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  form .form-group.form_select {
    overflow: hidden;
    cursor: pointer; }
    form .form-group.form_select select {
      cursor: pointer;
      width: 110%;
      display: inline-block;
      position: relative;
      z-index: 2; }
    form .form-group.form_select span.glyphicon {
      position: absolute;
      right: 30px;
      top: 29px;
      font-size: 14px;
      z-index: 3; }
  form .form-group .checkbox,
  form .form-group .radio {
    margin: 5px 0 10px 0; }
    form .form-group .checkbox input,
    form .form-group .radio input {
      padding: 0;
      height: 1px; }
    form .form-group .checkbox label,
    form .form-group .radio label {
      top: 0;
      padding-top: 5px;
      position: relative;
      line-height: 14px;
      text-transform: none; }
  form .form-group .form-group.has-feedback {
    margin-bottom: 0; }
    form .form-group .form-group.has-feedback input {
      height: 32px;
      margin: 5px; }
    form .form-group .form-group.has-feedback .form-control-feedback {
      line-height: 32px;
      height: 32px;
      width: 32px; }
  form .form-group.error label,
  form .form-group.error .help-block {
    color: #C90000; }
  form .form-group.error input,
  form .form-group.error select,
  form .form-group.error textarea {
    border-color: #C90000;
    color: #C90000; }
form.bloc {
  padding: 0; }
  form.bloc.row {
    margin: 0; }
  form.bloc .form-group {
    margin: 0;
    padding: 0;
    min-height: 75px;
    position: relative;
    border: 1px solid #e1e1e1; }
    form.bloc .form-group label {
      margin-bottom: 5px;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 6; }
    form.bloc .form-group input, form.bloc .form-group select, form.bloc .form-group textarea {
      border: none;
      box-shadow: none !important;
      border-radius: 0;
      padding: 40px 20px 17px 20px;
      height: 75px;
      color: #727274;
      background-color: transparent;
      margin: 0; }
    form.bloc .form-group textarea {
      height: auto; }
    form.bloc .form-group.form_select span.glyphicon {
      top: 33px; }
    form.bloc .form-group.checkbox_group, form.bloc .form-group.radio_group {
      padding-top: 40px; }
      form.bloc .form-group.checkbox_group .checkbox, form.bloc .form-group.checkbox_group .radio, form.bloc .form-group.radio_group .checkbox, form.bloc .form-group.radio_group .radio {
        height: 26px;
        margin: 5px 0 4px 0; }
        form.bloc .form-group.checkbox_group .checkbox input, form.bloc .form-group.checkbox_group .radio input, form.bloc .form-group.radio_group .checkbox input, form.bloc .form-group.radio_group .radio input {
          padding: 0;
          height: 1px; }
        form.bloc .form-group.checkbox_group .checkbox label, form.bloc .form-group.checkbox_group .radio label, form.bloc .form-group.radio_group .checkbox label, form.bloc .form-group.radio_group .radio label {
          top: 0;
          position: relative;
          line-height: 26px; }
    form.bloc .form-group .btn {
      margin-top: 20px; }

/*input[type="checkbox"],
input[type="radio"] {
	width: 1px; 
    height: 1px; 
    margin: 0; 
    padding: 0; 
    opacity: 0; 
    position: absolute; 
    clip: rect(0 0 0 0);
    @include appearance(none);
	
    &:focus  {
        outline-width: 0; 
    }
    
    +label  {
        display: block;
        padding-left: 60px;
        position: relative;
        cursor: pointer;
        text-align: left;
        line-height:26px;
        
        &:before, &:after {
            content:"";
            position: absolute;
            background-color: $color_white;
            transition: border .25s .15s, left .25s .1s, right .15s .175s;
            border: 1px solid darken($color_grey,10%);
            border-radius: 24px; 
        }
        
        &:before  {
            width: 44px;
            height: 26px;
            left: 0;
            top: 0;
            display: block;
            background-color: $color_grey;
            transition: border .25s .15s, 
                        box-shadow .25s .3s, 
                        padding .25s;
        }
        
        &:after {
            width:24px;
            height:24px;
            left: 1px;
            right: 16px;
            top: 1px;
            background: lighten($color_grey,20%);
        }
    }
    
    &:checked+label {
        &:before, &:after {
            border-color: darken($color_base,10%);
        }
        
        &:before {
            box-shadow: inset 0 0 0 13px lighten($color_base,10%);
            padding-left: 18px;
        }
        
        &:after {
            left: 19px;
            right: 0;
        }
    }
}*/
.colorPicker-picker {
  height: 18px;
  width: 18px;
  padding: 0 !important;
  cursor: pointer;
  margin: 40px 20px 17px 20px;
  border-radius: 2px;
  position: relative; }
  .colorPicker-picker:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left-color: rgba(255, 255, 255, 0.7);
    transform: rotate(45deg);
    bottom: -5px;
    right: -5px; }

.colorPicker-palette {
  width: 208px;
  position: absolute;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 5px;
  z-index: 9999; }
  .colorPicker-palette .colorPicker-swatch {
    height: 18px;
    width: 18px;
    margin: 5px;
    float: left;
    cursor: pointer;
    border-radius: 2px;
    position: relative; }
    .colorPicker-palette .colorPicker-swatch:hover:after {
      content: "\e013";
      font-family: 'Glyphicons Halflings';
      color: #ffffff;
      position: absolute;
      font-size: 10px;
      top: 2px;
      left: 4px; }

.colorPicker_hexWrap {
  width: 100%;
  float: left; }
  .colorPicker_hexWrap label {
    font-size: 95%;
    color: #59595A;
    margin: 5px 2px;
    width: 25%; }
  .colorPicker_hexWrap input {
    margin: 5px 2px;
    padding: 0;
    font-size: 95%;
    border: 1px solid #000000;
    width: 65%; }

.upload {
  height: 70px; }
  .upload .upload-thumbnail, .upload .upload-thumbnail.plus:before {
    color: #59595A;
    text-align: center;
    line-height: 61px; }
  .upload .upload-thumbnail {
    border: 2px dashed #59595A;
    border-radius: 6px;
    background-color: #fbfbfb;
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0 !important;
    overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold; }
    .upload .upload-thumbnail.plus:before {
      font-size: 45px;
      margin: 0;
      width: 66px;
      height: 66px; }
    .upload .upload-thumbnail.wait {
      background-position: 8px 8px; }
    .upload .upload-thumbnail img {
      max-width: 100%;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .upload label {
    padding-left: 5px; }
  .upload .clearfix {
    height: 13px; }
  .upload .help-block {
    padding-left: 5px;
    padding-right: 5px;
    min-height: 32px; }

.bloc .header form {
  margin-top: 5px;
  text-transform: none; }
  .bloc .header form .form-group .akchosen-wrap .akchosen-ul {
    border-bottom: 0; }
    .bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input {
      -webkit-transition: border-color 0.2s ease-in-out;
      -moz-transition: border-color 0.2s ease-in-out;
      -ms-transition: border-color 0.2s ease-in-out;
      -o-transition: border-color 0.2s ease-in-out;
      transition: border-color 0.2s ease-in-out;
      height: 30px;
      line-height: 30px;
      background: #ffffff !important;
      border: 1px solid #e1e1e1 !important; }
      .bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input:hover, .bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input:focus {
        border-color: #2E3039 !important; }
    .bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul {
      background: #ffffff;
      border: 1px solid #2E3039;
      border-top: 0;
      top: -1px; }
      .bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }

.info-block {
  text-align: center;
  margin-bottom: 30px;
  color: #59595A; }
  .info-block label {
    text-transform: uppercase;
    color: #59595A;
    font-weight: bold;
    font-size: 12px; }
  .info-block p {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 15px;
    font-size: 10pt; }
  .info-block .btn {
    margin-top: 15px; }

/* Scss Document */
/* button elements */
.btn {
  border-radius: 3px;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 14px !important;
  /* line-height: 1; */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff !important;
  border-width: 1px;
  border-style: solid;
  margin: 5px;
  /*  min-height: 32px; */ }
  .btn.glyphicons {
    padding-left: 27px; }
    .btn.glyphicons:before {
      color: #ffffff;
      font-size: 14px;
      top: 7px;
      left: 8px; }
  .btn:hover, .btn:focus, .btn:active, .btn:active:focus, .btn.active {
    -webkit-box-shadow: 0 1px 12px rgba(46, 48, 57, 0.2);
    -moz-box-shadow: 0 1px 12px rgba(46, 48, 57, 0.2);
    box-shadow: 0 1px 12px rgba(46, 48, 57, 0.2);
    color: #ffffff;
    outline: none; }
  .btn:active, .btn.active {
    -webkit-box-shadow: 0 2px 3px rgba(46, 48, 57, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(46, 48, 57, 0.2);
    box-shadow: 0 2px 3px rgba(46, 48, 57, 0.2); }
  .btn.btn-default {
    background: #ffffff;
    color: #2E3039;
    border-color: #d5d5d5; }
    .btn.btn-default.glyphicons:before {
      color: #2E3039; }
    .btn.btn-default:hover, .btn.btn-default:focus {
      background: #eeeeee; }
    .btn.btn-default:active, .btn.btn-default.active {
      background: #e1e1e1; }
  .btn.btn-primary {
    background: #65666c;
    border-color: #65666c; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background: #58595f;
      border-color: #58595f; }
    .btn.btn-primary:active, .btn.btn-primary.active {
      background: #4c4d52;
      border-color: #4c4d52; }
  .btn.btn-success {
    background: #1DB517;
    border-color: #1DB517; }
    .btn.btn-success:hover, .btn.btn-success:focus {
      background: #199e14;
      border-color: #199e14; }
    .btn.btn-success:active, .btn.btn-success.active {
      background: #168811;
      border-color: #168811; }
  .btn.btn-info {
    background: #23B2CC;
    border-color: #23B2CC; }
    .btn.btn-info:hover, .btn.btn-info:focus {
      background: #1f9fb6;
      border-color: #1f9fb6; }
    .btn.btn-info:active, .btn.btn-info.active {
      background: #1c8ca0;
      border-color: #1c8ca0; }
  .btn.btn-warning {
    background: #C91212;
    border-color: #C91212; }
    .btn.btn-warning:hover, .btn.btn-warning:focus {
      background: #9a0e0e;
      border-color: #9a0e0e; }
    .btn.btn-warning:active, .btn.btn-warning.active {
      background: #830c0c;
      border-color: #830c0c; }
  .btn.btn-danger {
    background: #C90000;
    border-color: #C90000; }
    .btn.btn-danger:hover, .btn.btn-danger:focus {
      background: #960000;
      border-color: #960000; }
    .btn.btn-danger:active, .btn.btn-danger.active {
      background: #7d0000;
      border-color: #7d0000; }
  .btn.flat-btn {
    background-color: transparent;
    border-color: transparent !important; }
    .btn.flat-btn:hover, .btn.flat-btn:focus, .btn.flat-btn:active {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: #eeeeee; }
    .btn.flat-btn:active, .btn.flat-btn.active {
      background: #e1e1e1; }
    .btn.flat-btn.btn-default {
      color: #2E3039; }
      .btn.flat-btn.btn-default.glyphicons:before {
        color: #2E3039; }
    .btn.flat-btn.btn-primary {
      color: #65666c; }
      .btn.flat-btn.btn-primary.glyphicons:before {
        color: #65666c; }
    .btn.flat-btn.btn-success {
      color: #1DB517; }
      .btn.flat-btn.btn-success.glyphicons:before {
        color: #1DB517; }
    .btn.flat-btn.btn-info {
      color: #23B2CC; }
      .btn.flat-btn.btn-info.glyphicons:before {
        color: #23B2CC; }
    .btn.flat-btn.btn-warning {
      color: #C91212; }
      .btn.flat-btn.btn-warning.glyphicons:before {
        color: #C91212; }
    .btn.flat-btn.btn-danger {
      color: #C90000; }
      .btn.flat-btn.btn-danger.glyphicons:before {
        color: #C90000; }
  .btn.btn-block {
    margin-left: 0; }
    .btn.btn-block.glyphicons:before {
      position: initial; }
  .btn.btn-glyph.glyphicons {
    padding-left: 22px; }
  .btn.pull-right {
    margin-right: 0; }

.cookie {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 20px;
  background-color: #f2f2f2;
  border-top: 1px solid #e4e4e4; }
  .cookie a {
    text-decoration: underline; }
    .cookie a:hover {
      text-decoration: none; }

.cookie_btn {
  display: inline;
  margin-left: 15px;
  padding: 4px 10px;
  color: #FFF;
  background-color: #55acee;
  border-radius: 3px;
  cursor: pointer; }

.cookie_btn_error {
  background-color: #884e40; }

.legal {
  text-align: left !important; }
  .legal h2, .legal h3, .legal h4, .legal h5, .legal h6 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 14pt;
    padding-bottom: 10px; }
  .legal p {
    padding-bottom: 10px; }
    .legal p span {
      text-transform: uppercase; }
    .legal p a {
      color: #59595A;
      text-decoration: underline; }

/*-----------------------
1 - VARIABLES
-----------------------*/
/*-----------------------
2 - Global SCSS
-----------------------*/
.ak_auth {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../img/client/ak_auth_bg.jpg) no-repeat center center;
  background-size: cover; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ak_auth {
      background-image: url("../img/client/ak_auth_bg@2x.jpg");
      background-size: cover; } }
  @media (max-width: 767px) {
    .ak_auth {
      background: url(../img/client/ak_auth_bg_xs.jpg) no-repeat center center;
      background-size: cover; } }
  @media (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 767px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-resolution: 1.3dppx) {
    .ak_auth {
      background-image: url("../img/client/ak_auth_bg_xs@2x.jpg");
      background-size: cover; } }

  .ak_auth:before {
    z-index: 999;
    display: block;
    content: "";
    position: fixed;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
    background: #2E3039; }
  .ak_auth .logo_white {
    filter: grayscale(100%) contrast(0%) brightness(200%);
    padding-top: 120px;
    display: block;
    margin: auto;
    width: 280px;
    visibility: hidden; }
    @media (max-width: 767px) {
      .ak_auth .logo_white {
        width: 200px;
        visibility: visible; } }
  .ak_auth .ak_auth_panel {
    background-image: -webkit-linear-gradient(left, #EFEFF4 0%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #EFEFF4 0%, #ffffff 100%);
    background-image: linear-gradient(to right, #EFEFF4 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFF4', endColorstr='#FFFFFFFF', GradientType=1);
    padding: 0 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 3;
    width: 400px; }
    .ak_auth .ak_auth_panel.animated {
      animation-delay: 0s;
      animation-name: fadeInRight; }
      @media (max-width: 767px) {
        .ak_auth .ak_auth_panel.animated {
          animation-delay: 1s;
          animation-duration: 1.3s;
          animation-name: fadeInUp; } }
    @media (max-width: 767px) {
      .ak_auth .ak_auth_panel {
        top: 100px;
        left: 0;
        width: 100%; } }
    .ak_auth .ak_auth_panel .logo {
      display: block;
      width: 280px;
      height: auto;
      margin: auto;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (max-width: 1199px) {
        .ak_auth .ak_auth_panel .logo {
          padding-bottom: 100px; } }
      @media (max-width: 991px) {
        .ak_auth .ak_auth_panel .logo {
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .ak_auth .ak_auth_panel .logo {
          width: 200px;
          padding-top: 20px;
          padding-bottom: 10px; } }
    .ak_auth .ak_auth_panel h1 {
      text-align: center;
      font-size: 18pt;
      font-weight: bold;
      padding: 0 30px 80px 30px; }
    .ak_auth .ak_auth_panel .question_aktarma {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0; }
      .ak_auth .ak_auth_panel .question_aktarma svg {
        width: 50px;
        height: 45px; }
        .ak_auth .ak_auth_panel .question_aktarma svg .logo_question {
          fill: #ffffff;
          -webkit-transition: fill ease-in-out 0.2s;
          -moz-transition: fill ease-in-out 0.2s;
          -ms-transition: fill ease-in-out 0.2s;
          -o-transition: fill ease-in-out 0.2s;
          transition: fill ease-in-out 0.2s; }
        .ak_auth .ak_auth_panel .question_aktarma svg .logo_question_shadow {
          filter: url(#Soustraction_1); }
      .ak_auth .ak_auth_panel .question_aktarma:hover svg .logo_question, .ak_auth .ak_auth_panel .question_aktarma:active svg .logo_question {
        fill: #2E3039; }
    .ak_auth .ak_auth_panel .btn-primary {
      border: 0;
      background: #2E3039 !important;
      border-color: #2E3039 !important; }
      .ak_auth .ak_auth_panel .btn-primary:hover, .ak_auth .ak_auth_panel .btn-primary:focus {
        background: #393c47 !important;
        border-color: #393c47 !important; }
      .ak_auth .ak_auth_panel .btn-primary:active, .ak_auth .ak_auth_panel .btn-primary.active {
        background: #454855 !important;
        border-color: #454855 !important; }
      .ak_auth .ak_auth_panel .btn-primary.btn_create_account {
        margin-top: 20px; }
        @media (max-width: 767px) {
          .ak_auth .ak_auth_panel .btn-primary.btn_create_account {
            font-size: 11px !important; } }
    .ak_auth .ak_auth_panel .btn-primary-white {
      background: #ffffff !important;
      border-color: #eeeeee !important;
      color: #2E3039 !important; }
      .ak_auth .ak_auth_panel .btn-primary-white:hover, .ak_auth .ak_auth_panel .btn-primary-white:focus {
        background: #393c47 !important;
        border-color: #393c47 !important;
        color: #ffffff !important; }
      .ak_auth .ak_auth_panel .btn-primary-white:active, .ak_auth .ak_auth_panel .btn-primary-white.active {
        background: #454855 !important;
        border-color: #454855 !important;
        color: #ffffff !important; }
    .ak_auth .ak_auth_panel .form-group.checkbox-group label {
      line-height: 16px;
      display: inline-block;
      vertical-align: bottom;
      cursor: pointer; }
    .ak_auth .ak_auth_panel .form-group.checkbox-group input[type=checkbox] {
      display: none; }
    .ak_auth .ak_auth_panel .form-group.checkbox-group input[type=checkbox] + label:before {
      content: "";
      display: inline-block;
      vertical-align: bottom;
      width: 16px;
      height: 16px;
      border: 1px solid #2E3039;
      background: #ffffff;
      background-position: center center;
      margin-right: 7px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .ak_auth .ak_auth_panel .form-group.checkbox-group input[type=checkbox]:checked + label:before {
      background: url("../img/checked.svg") no-repeat no-repeat center center #2E3039;
      background-size: 10px; }
    @media (max-width: 767px) {
      .ak_auth .ak_auth_panel .form-group.checkbox-group .text-right {
        text-align: left; } }
    .ak_auth .ak_auth_panel .form-group.checkbox-group .text-right a {
      display: inline-block;
      line-height: 16px;
      vertical-align: bottom;
      font-size: 9pt;
      color: #59595A; }
      .ak_auth .ak_auth_panel .form-group.checkbox-group .text-right a:hover {
        text-decoration: underline; }
    .ak_auth .ak_auth_panel .help_wrap {
      text-align: right; }
      .ak_auth .ak_auth_panel .help_wrap .need_help {
        font-size: 10pt;
        color: #59595A; }
        .ak_auth .ak_auth_panel .help_wrap .need_help:hover {
          text-decoration: underline; }
      .ak_auth .ak_auth_panel .help_wrap .btn {
        margin-left: 15px; }

.back_link_wrap .back_link {
  display: inline-block;
  vertical-align: top;
  color: #2E3039;
  font-weight: bold;
  font-size: 10pt;
  text-transform: uppercase;
  padding: 0;
  background: none;
  border: 0;
  height: 20px;
  line-height: 20px; }
  .back_link_wrap .back_link svg {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    fill: #2E3039; }

.next_link_wrap .next_link {
  display: inline-block;
  color: #2E3039;
  font-weight: bold;
  font-size: 10pt;
  text-transform: uppercase;
  margin-right: 5px;
  padding: 0;
  background: none;
  height: 20px;
  line-height: 20px;
  width: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }
  .next_link_wrap .next_link svg {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    margin-left: 5px;
    fill: #2E3039;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.akauth_full_wrapper {
  background-image: -webkit-linear-gradient(left, #EFEFF4 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #EFEFF4 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #EFEFF4 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFF4', endColorstr='#FFFFFFFF', GradientType=1);
  min-height: 100%; }
  .akauth_full_wrapper:before {
    z-index: 999;
    display: block;
    content: "";
    position: fixed;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
    background: #2E3039; }
  .akauth_full_wrapper .logo {
    width: 200px;
    height: auto;
    margin-top: 20px; }
  .akauth_full_wrapper .bloc_board {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1); }
  .akauth_full_wrapper .akauth_contact {
    margin-top: 200px; }
    @media (max-width: 1199px) {
      .akauth_full_wrapper .akauth_contact {
        margin-top: 70px; } }
    @media (max-width: 767px) {
      .akauth_full_wrapper .akauth_contact {
        margin-top: 30px; } }
    .akauth_full_wrapper .akauth_contact .row_contact {
      margin-left: -10px;
      margin-right: -10px; }
      .akauth_full_wrapper .akauth_contact .row_contact [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px; }
    .akauth_full_wrapper .akauth_contact label {
      display: inline-block;
      font-size: 11pt;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 15px; }
    .akauth_full_wrapper .akauth_contact .form-group {
      margin: 0; }
      .akauth_full_wrapper .akauth_contact .form-group textarea {
        border-radius: 8px;
        height: 220px;
        margin: 0;
        resize: none;
        background: #ffffff;
        -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
        border: 0;
        border-left: 8px solid #2E3039;
        padding: 10px; }
        .akauth_full_wrapper .akauth_contact .form-group textarea:focus, .akauth_full_wrapper .akauth_contact .form-group textarea:hover {
          -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
          border-left: 8px solid #2E3039; }
      .akauth_full_wrapper .akauth_contact .form-group .btn-primary {
        width: inherit;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        border: 0;
        background: #2E3039 !important;
        border-color: #2E3039 !important; }
        .akauth_full_wrapper .akauth_contact .form-group .btn-primary:hover, .akauth_full_wrapper .akauth_contact .form-group .btn-primary:focus {
          background: #393c47 !important;
          border-color: #393c47 !important; }
        .akauth_full_wrapper .akauth_contact .form-group .btn-primary:active, .akauth_full_wrapper .akauth_contact .form-group .btn-primary.active {
          background: #454855 !important;
          border-color: #454855 !important; }
    .akauth_full_wrapper .akauth_contact .form_contact_img p {
      text-align: left;
      padding: 0; }
    .akauth_full_wrapper .akauth_contact .form_contact_img img {
      display: block;
      width: 100%;
      height: auto;
      width: 85%;
      margin: 15px auto; }
      @media (max-width: 767px) {
        .akauth_full_wrapper .akauth_contact .form_contact_img img {
          width: 75%; } }
    @media (max-width: 767px) {
      .akauth_full_wrapper .akauth_contact .form_contact_img {
        margin-bottom: 20px; } }
    .akauth_full_wrapper .akauth_contact p {
      font-size: 13pt;
      text-align: center;
      font-weight: bold;
      padding: 20px 0; }
    .akauth_full_wrapper .akauth_contact.akauth_contact_sent .bloc_board {
      margin-top: 30px; }
    .akauth_full_wrapper .akauth_contact.akauth_contact_sent .form_contact_img img {
      display: block;
      width: 100%;
      height: auto;
      width: 160px; }
  .akauth_full_wrapper .create_account {
    margin-top: 100px;
    padding-bottom: 40px; }
    @media (max-width: 1199px) {
      .akauth_full_wrapper .create_account {
        margin-top: 40px; } }
    @media (max-width: 991px) {
      .akauth_full_wrapper .create_account {
        margin-top: 100px; } }
    @media (max-width: 767px) {
      .akauth_full_wrapper .create_account {
        margin-top: 10px;
        padding-bottom: 200px; } }
    .akauth_full_wrapper .create_account .bloc_board {
      padding: 20px 100px; }
      .akauth_full_wrapper .create_account .bloc_board p {
        text-align: center;
        font-weight: bold;
        padding: 20px 0; }
      @media (max-width: 767px) {
        .akauth_full_wrapper .create_account .bloc_board {
          padding: 20px; } }
      .akauth_full_wrapper .create_account .bloc_board .pass_tip_link {
        text-align: right;
        margin-top: -10px; }
        .akauth_full_wrapper .create_account .bloc_board .pass_tip_link a {
          color: #59595A;
          font-size: 10.5pt; }
          .akauth_full_wrapper .create_account .bloc_board .pass_tip_link a:hover {
            text-decoration: underline; }
      .akauth_full_wrapper .create_account .bloc_board .pass_tip_info {
        display: none;
        font-weight: 400;
        font-size: 10.5pt; }
    .akauth_full_wrapper .create_account h1 {
      text-align: center;
      font-size: 16pt;
      font-weight: bold; }
    .akauth_full_wrapper .create_account h2 {
      font-size: 10pt;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      padding-top: 40px; }
      @media (max-width: 767px) {
        .akauth_full_wrapper .create_account h2 {
          padding-top: 0; } }
    .akauth_full_wrapper .create_account .btn-primary {
      border: 0;
      background: #2E3039 !important;
      border-color: #2E3039 !important; }
      .akauth_full_wrapper .create_account .btn-primary:hover, .akauth_full_wrapper .create_account .btn-primary:focus {
        background: #393c47 !important;
        border-color: #393c47 !important; }
      .akauth_full_wrapper .create_account .btn-primary:active, .akauth_full_wrapper .create_account .btn-primary.active {
        background: #454855 !important;
        border-color: #454855 !important; }
    .akauth_full_wrapper .create_account .next_link_wrap .btn {
      margin-right: 20px; }
    .akauth_full_wrapper .create_account .checkbox_group {
      margin-top: 40px; }
    .akauth_full_wrapper .create_account input[type="checkbox"],
    .akauth_full_wrapper .create_account input[type="radio"] {
      width: 1px;
      height: 1px;
      margin: 0;
      padding: 0;
      opacity: 0;
      position: absolute;
      clip: rect(0 0 0 0);
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
      .akauth_full_wrapper .create_account input[type="checkbox"]:focus,
      .akauth_full_wrapper .create_account input[type="radio"]:focus {
        outline-width: 0; }
      .akauth_full_wrapper .create_account input[type="checkbox"] + label,
      .akauth_full_wrapper .create_account input[type="radio"] + label {
        display: inline-block;
        padding-left: 0;
        position: relative;
        cursor: pointer;
        text-align: left;
        line-height: 26px;
        padding-right: 35px; }
        .akauth_full_wrapper .create_account input[type="checkbox"] + label:before, .akauth_full_wrapper .create_account input[type="checkbox"] + label:after,
        .akauth_full_wrapper .create_account input[type="radio"] + label:before,
        .akauth_full_wrapper .create_account input[type="radio"] + label:after {
          content: "";
          position: absolute;
          background-color: #ffffff;
          transition: border .25s .15s, left .25s .1s, right .15s .175s;
          border: 1px solid #d5d5d5;
          border-radius: 24px; }
        .akauth_full_wrapper .create_account input[type="checkbox"] + label:before,
        .akauth_full_wrapper .create_account input[type="radio"] + label:before {
          width: 44px;
          height: 26px;
          right: 0;
          top: 0;
          display: block;
          background-color: #eeeeee;
          transition: border .25s .15s,  box-shadow .25s .3s,  padding .25s; }
        .akauth_full_wrapper .create_account input[type="checkbox"] + label:after,
        .akauth_full_wrapper .create_account input[type="radio"] + label:after {
          width: 24px;
          height: 24px;
          right: 19px;
          top: 1px;
          background: white; }
      .akauth_full_wrapper .create_account input[type="checkbox"]:checked + label:before, .akauth_full_wrapper .create_account input[type="checkbox"]:checked + label:after,
      .akauth_full_wrapper .create_account input[type="radio"]:checked + label:before,
      .akauth_full_wrapper .create_account input[type="radio"]:checked + label:after {
        border-color: #17181d; }
      .akauth_full_wrapper .create_account input[type="checkbox"]:checked + label:before,
      .akauth_full_wrapper .create_account input[type="radio"]:checked + label:before {
        box-shadow: inset 0 0 0 13px #454855;
        padding-left: 18px; }
      .akauth_full_wrapper .create_account input[type="checkbox"]:checked + label:after,
      .akauth_full_wrapper .create_account input[type="radio"]:checked + label:after {
        right: 0; }
    .akauth_full_wrapper .create_account .cgu_link {
      float: left; }
      @media (max-width: 767px) {
        .akauth_full_wrapper .create_account .cgu_link {
          float: inherit; } }
      .akauth_full_wrapper .create_account .cgu_link p {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left; }
        .akauth_full_wrapper .create_account .cgu_link p a {
          color: #59595A;
          text-decoration: underline; }
    .akauth_full_wrapper .create_account .cgu_check {
      float: right; }
      @media (max-width: 767px) {
        .akauth_full_wrapper .create_account .cgu_check {
          float: inherit;
          margin-bottom: 10px;
          margin-left: 5px; } }
  .akauth_full_wrapper .akauth_legal {
    padding-bottom: 40px; }
    .akauth_full_wrapper .akauth_legal .legal_title {
      margin-top: 20px; }
      .akauth_full_wrapper .akauth_legal .legal_title h1 {
        font-size: 18pt;
        font-weight: bold; }
    .akauth_full_wrapper .akauth_legal .bloc_board {
      margin-top: 40px; }

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