@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v23-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/open-sans-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v23-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html, body, * {
  margin: 0;
  padding: 0; }

body {
  background-color: #000;
  font-family: Arial, sans-serif; }
  body #HomeButton {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    position: relative; }
    body #HomeButton:before {
      box-shadow: 1px 1px 10px #000;
      content: '';
      background: linear-gradient(45deg, #444, #fff, #000, #ccc);
      position: absolute;
      top: 2px;
      left: 15px;
      background-size: 400%;
      z-index: -1;
      width: calc(100% - 30px);
      height: calc(100% - 4px);
      animation: glowing 20s linear infinite;
      opacity: 1;
      transition: opacity .3s ease-in-out;
      border-radius: 100px; }
    body #HomeButton img {
      z-index: 10;
      position: relative; }
@keyframes glowing {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 400% 0; }
  100% {
    background-position: 0 0; } }
  body #Step01 {
    background: url(/_assets/bgs/homepage-bg.png) no-repeat top left fixed;
    background-size: auto; }
    body #Step01 #infoBar {
      background-color: #231f20;
      color: #fff; }
    body #StepChoose {
        background: url(/_assets/bgs/step-choose.png) no-repeat top left fixed;
        background-size: auto;
    }
body #StepChooseSecond {
    background: url(/_assets/bgs/step-choose.png) no-repeat top left fixed;
    background-size: auto;
}
    body #StepChooseSecond #infoBar {
        background-color: #008037;
        color: #fff;
    }
    body #Step02 {
        background: url(/_assets/bgs/step-02.jpg) no-repeat top left fixed;
        background-size: auto; }
    body #Step02 #infoBar {
      background-color: #008037;
      color: #fff; }
body #Step-Tckk-Read {
    background: url(/_assets/bgs/KIOSK-TCKK-OKUT-S3.png) no-repeat top left fixed;
    background-size: auto;
}
    body #Step-Tckk-Read #infoBar {
        background-color: #008037;
        color: #fff;
    }
    body #Step-Pass-Read {
        background: url(/_assets/bgs/KIOSK-PASS-OKUT-S5.png) no-repeat top left fixed;
        background-size: auto;
    }
    body #Step-Pass-Read #infoBar {
        background-color: #008037;
        color: #fff;
    }
    body #Step03 {
        background: url(/_assets/bgs/step-03.jpg) no-repeat top left fixed;
        background-size: auto;
    }
        body #Step03 #infoBar {
            background-color: #d80e0e;
            color: #fff; }
    body #Step-Tckk-NotRead {
        background: url(/_assets/bgs/KIOSK-TCKK-HATA-S4.png) no-repeat top left fixed;
        background-size: auto;
    }
    body #Step-Tckk-NotRead #contentArea {
        margin-top: 5%;
    }
    body #Step-Tckk-NotRead #infoBar {
        background-color: #d80e0e;
        color: #fff;
    }

    body #Step-Pass-NotRead {
        background: url(/_assets/bgs/KIOSK-PASS-HATA-S6.png) no-repeat top left fixed;
        background-size: auto;
    }
        body #Step-Pass-NotRead #contentArea {
            margin-top: 5%;
        }
        body #Step-Pass-NotRead #infoBar {
            background-color: #d80e0e;
            color: #fff;
        }
  body #Step04 {
    background: url(/_assets/bgs/step-04.jpg) no-repeat top left fixed;
    background-size: auto; }
    body #Step04 #infoBar {
      background-color: #231f20;
      color: #fff; }
  body #Step05 {
    background: url(/_assets/bgs/KIOSK-PIN-KODU-S7.png) no-repeat top left fixed;
    background-size: auto; }
    body #Step05 #infoBar {
      background-color: #008037;
      color: #fff; }
  body .px1280Wrapper {
    background-color: #ccc;
    width: 1280px;
    height: 1024px;
    position: relative;
    overflow: hidden; }
    body .px1280Wrapper::before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      background-color: #fff;
      z-index: 0;
      opacity: 0.45; }
  body #header {
    padding: 30px;
    z-index: 100;
    position: relative; }
    body #header #LanguageSelector a {
      display: flex;
      position: relative;
      box-shadow: 0 0 10px #000; }
      body #header #LanguageSelector a.active:after, body #header #LanguageSelector a:hover:after {
        content: " ";
        width: 100%;
        height: 15px;
        display: block;
        position: absolute;
        bottom: -30px;
        left: 0;
        background-color: #0a1f8f;
        transation: all 300ms; }
      body #header #LanguageSelector a img {
        width: 120px;
        height: 100px; }
  body #contentArea {
    z-index: 10;
    position: relative; }
    body #contentArea .btn {
      position: relative;
      display: block;
      width: 100%;
      color: #fff;
      background-color: #662d91;
      font-size: 44px;
      border-radius: 20px;
      padding: 30px;
      font-weight: bold;
      box-shadow: 1px 1px 10px #000; }
    body #contentArea .btn-2 {
      background-color: #008037;
      margin: 20px 0;
      padding-top: 50px;
      padding-bottom: 50px; }
      body #contentArea .btn-2.disabled {
        background-color: #59595c; }
    body #contentArea #PinCodeArea {
      margin-top: 30px;
      background-color: #662d91;
      border-radius: 20px;
      padding: 50px;
      color: #fff;
      font-weight: bold; }
      body #contentArea #PinCodeArea .pinCodeTitle {
        font-size: 46px;
        line-height: 60px; }
      body #contentArea #PinCodeArea .pinCode {
        font-size: 70px;
        color: #000;
        background-color: #fff;
        border-radius: 20px;
        line-height: 120px; }
    body #contentArea #shapeKiosk {
      position: absolute;
      width: auto;
      top: -155px;
      display: block;
      z-index: 10; }
    body #contentArea #shapeArrow {
      position: absolute;
      width: 100px;
      left: 450px;
      top: 50px;
      display: block;
      z-index: 5; }
    body #contentArea #shapePassport {
      position: absolute;
      width: 400px;
      margin: 0 auto;
      display: block;
      z-index: 15;
      left: 600px;
      top: 80px; }
  body #infoBar {
    z-index: 10;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 175px;
    min-height: 125px;
    background-color: #000;
    width: 100%; }
    body #infoBar h2 {
      margin: 0;
      font-size: 32px;
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: 42px; }
  body #footer {
    z-index: 10;
    height: 175px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    body #footer .row {
      padding: 30px 10px 20px 10px; }
      body #footer .row a {
        display: block; }
  body .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }

.StartButtonGlow {
  animation: StartButtonGlow linear 2s infinite; }

.btnTouch {
  transition: 300ms all; }
  .btnTouch:hover {
    transform: scale(0.9); }

.readError {
  position: relative; }
  .readError:after {
    content: ' ';
    width: 500px;
    height: 500px;
    background: url(../img/ico-error.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    left: 30%;
    top: 0;
    z-index: 100;
    animation: AnimError linear 2s infinite; }

#shapeArrow, #shapeKiosk {
  animation: AnimKiosk linear 3s infinite; }

#shapePassport {
  animation: AnimPassport linear 3s infinite; }

@keyframes AnimError {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.6); }
  100% {
    transform: scale(1); } }
@keyframes AnimPassport {
  0% {
    transform: translateX(100px);
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    transform: translateX(0px); }
  100% {
    transform: translateX(0px); } }
@keyframes AnimKiosk {
  0% {
    transform: translateX(-100px);
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    transform: translateX(0px); }
  100% {
    transform: translateX(0px); } }
@keyframes StartButtonGlow {
  0% {
    box-shadow: 1px 1px 10px #000;
    border: 1px solid #000; }
  50% {
    box-shadow: 1px 1px 30px #662d91;
    border: 1px solid #fff; }
  100% {
    box-shadow: 1px 1px 10px #000;
    border: 1px solid #000; } }

body #contentArea #Step05 #PinCodeArea {
    margin-top: 10px;
    padding: 40px;
}

.counter {
    /* background: linear-gradient(#662d91,#662d91);*/
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 110px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 6px;
    border-radius: 50%;
    background: #662d91;
    color: #000;
    border: 10px solid #ffffff;
}

    .counter .counter-value {
        color: #fff;
        /* background: #05919E; */
        /* font-family: 'Oswald', sans-serif; */
        font-size: 48px;
        font-weight: 500;
        letter-spacing: 0.3px;
        line-height: 96px;
        height: 75px;
        margin: 0 auto 20px;
        /* border: 10px solid #fff; */
        display: block;
        position: relative;
    }

#Step05 #header {
    padding: 15px;
}

.f-right {
    position: relative;
    float: right;
}

.f-left {
    position: relative;
    float: left;
}

    .f-left a {
        color: #fff;
        font-size: 17px;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 0.3px;
        line-height: 96px;
        height: 75px;
        margin: 0 auto 20px;
        display: block;
        position: relative;
    }
body #Step05 #infoBar h2 {
    font-size: 29px;
    padding-top: 10px;
}
/*# sourceMappingURL=app.css.map */
