/* Vendor */
@import url(vendor/font-awesome-4.6.2/css/font-awesome.min.css);
/* Modules */
@-webkit-keyframes db-loading {
  0% {
    background-position: 83% 0%; }
  50% {
    background-position: 18% 100%; }
  100% {
    background-position: 83% 0%; } }
@-moz-keyframes db-loading {
  0% {
    background-position: 83% 0%; }
  50% {
    background-position: 18% 100%; }
  100% {
    background-position: 83% 0%; } }
@keyframes db-loading {
  0% {
    background-position: 83% 0%; }
  50% {
    background-position: 18% 100%; }
  100% {
    background-position: 83% 0%; } }
@-webkit-keyframes db-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes db-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes db-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes db-hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes db-hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes db-hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes db-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes db-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes db-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
/* Layout */
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/Assistant/Assistant-ExtraLight.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/Assistant/Assistant-Light.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/Assistant/Assistant-Regular.ttf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/Assistant/Assistant-Bold.ttf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/Assistant/Assistant-ExtraBold.ttf");
  font-weight: 700;
  font-style: normal; }
body {
  font-family: 'Assistant', sans-serif; }

body {
  font-weight: 400;
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #972689; }

h1 {
  font-size: 2.074em; }

h2 {
  font-size: 1.728em; }

h3 {
  font-size: 1.44em; }

h4 {
  font-size: 1.2em; }

h1, h2, h3, h4, h5 {
  font-weight: 400; }

div, p, a {
  font-size: 1em;
  line-height: 1; }

a {
  color: inherit;
  transition: all 0.3s ease-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #972689; }

img {
  max-width: 100%;
  height: auto; }

label {
  cursor: pointer !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=checkbox] {
  border: 2px solid #972689;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 22px;
  margin: -4px 0 0 4px;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out; }
  input[type=checkbox]:checked:before {
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    font: normal normal normal 17px/1 FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin: 0;
    color: #972689; }

/* Accessibility */
a:focus,
button:focus,
input[type="button"]:focus,
input[type="num"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus
*:focus {
  outline: 0;
  outline-offset: 0; }

@media all and (min-width: 1300px) {
  .container {
    width: 1270px; } }
@media all and (min-width: 768px) {
  a:focus, .modal-close:focus {
    outline: 1px dotted;
    outline: 0; } }
@media screen and (max-width: 768px) {
  body {
    font-weight: 400;
    font-size: 18px; } }
.embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

::-webkit-scrollbar {
  display: none !important; }

@media all and (min-width: 992px) {
  .hide-l {
    display: none !important; } }
@media all and (max-width: 991px) {
  .hide-m {
    display: none !important; } }
/* Donation */
body {
  background-color: #f6f6f6; }

.db-kiosk-content {
  position: relative;
  padding: 3em;
  background-position: top left;
  background-repeat: repeat;
  background-size: 1200px; }

.db-kiosk {
  min-height: calc(100vh - 6em);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px 0px #e1e1e1;
  box-shadow: 0 0 30px 0px #e1e1e1; }
  .db-kiosk .db-alert {
    display: none; }
  .db-kiosk .db-progress {
    position: relative; }
  .db-kiosk .db-lang-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center; }
    .db-kiosk .db-lang-btn select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      background: transparent;
      padding: 2em; }
      .db-kiosk .db-lang-btn select:focus {
        outline: none; }
    .db-kiosk .db-lang-btn ul {
      margin: 0;
      padding: 1.25em 0; }
      .db-kiosk .db-lang-btn ul li {
        display: inline-block;
        list-style: none; }
        .db-kiosk .db-lang-btn ul li a {
          display: block;
          padding: .75em 1em; }
          .db-kiosk .db-lang-btn ul li a:hover, .db-kiosk .db-lang-btn ul li a:focus {
            color: inherit;
            text-decoration: none; }

.db-credit {
  display: block;
  text-align: center;
  font-style: italic;
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 100%;
  font-size: .9em; }

@media (max-height: 550px) {
  .db-kiosk-content {
    padding: 1.5em; }

  .db-kiosk {
    min-height: calc(100vh - 3em); }
    .db-kiosk .db-progress,
    .db-kiosk .db-screens {
      display: none !important; }
    .db-kiosk .db-alert {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      font-size: 2em;
      margin: 0 auto;
      padding: 1.5em;
      line-height: 1.4; }

  .db-credit {
    bottom: 6px;
    font-size: .8em; } }
@media (max-width: 550px) {
  .db-kiosk-content {
    padding: 1.5em; }

  .db-kiosk {
    min-height: calc(100vh - 3em); }
    .db-kiosk .db-progress,
    .db-kiosk .db-screens {
      display: none !important; }
    .db-kiosk .db-alert {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      font-size: 2em;
      margin: 0 auto;
      padding: 1.5em;
      line-height: 1.4; }

  .db-credit {
    bottom: 6px;
    font-size: .8em; } }
.db-progress {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  width: 65%;
  padding: 1em;
  background: #972689;
  background: -moz-linear-gradient(135deg, #bb70b2 -1%, #bb70b2 0%, #972689 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #bb70b2 -1%, #bb70b2 0%, #972689 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #bb70b2 -1%, #bb70b2 0%, #972689 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb70b2', endColorstr='#972689',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #ffffff; }
  .db-progress .db-progress-inner {
    height: 90%;
    height: calc(100vh - 6em - 125px);
    width: 100%;
    overflow-Y: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
    .db-progress .db-progress-inner .db-box-inner {
      width: 100%;
      margin: auto; }
  .db-donation-process .db-progress {
    width: 25%;
    padding: 2.5em; }
  .db-progress .db-welcome.active,
  .db-progress .db-status.active {
    display: block;
    -webkit-animation: db-fade-bottom 0.5s ease forwards;
    -moz-animation: db-fade-bottom 0.5s ease forwards;
    animation: db-fade-bottom 0.5s ease forwards; }
  .db-progress .db-welcome.hide,
  .db-progress .db-status.hide {
    display: none;
    -webkit-animation: db-hide 0.5s ease forwards;
    -moz-animation: db-hide 0.5s ease forwards;
    animation: db-hide 0.5s ease forwards; }
  .db-progress .db-status-box {
    margin: 2.5em 0 1em;
    font-size: .9em; }
    .db-donation-process .db-progress .db-status-box {
      width: 100%;
      text-align: left; }
      .rtl .db-donation-process .db-progress .db-status-box {
        text-align: right; }
    .db-progress .db-status-box .db-line {
      position: relative;
      padding-left: 32px; }
      .rtl .db-progress .db-status-box .db-line {
        padding-left: 0;
        padding-right: 32px; }
      .db-progress .db-status-box .db-line:after {
        content: "";
        height: 1px;
        background-color: rgba(227, 227, 227, 0.2);
        display: block;
        margin: 1em -32px 1em;
        width: calc(100% + 32px); }
      .db-progress .db-status-box .db-line .db-icon {
        display: block;
        position: absolute;
        left: 0;
        top: 2px;
        width: 15px; }
        .rtl .db-progress .db-status-box .db-line .db-icon {
          right: 0; }
      .db-progress .db-status-box .db-line .db-label {
        font-weight: 300; }
      .db-progress .db-status-box .db-line .db-text {
        font-weight: 500;
        margin-top: .6em; }
      .db-progress .db-status-box .db-line i.coin {
        margin-left: .2em;
        font-style: normal;
        font-size: .8em; }
        .rtl .db-progress .db-status-box .db-line i.coin {
          margin-left: 0;
          margin-right: .2em; }
    .db-progress .db-status-box .db-status:first-child .db-line:first-child:before {
      content: "";
      height: 1px;
      background-color: rgba(227, 227, 227, 0.2);
      display: block;
      margin: 1em -32px 1em;
      width: calc(100% + 32px); }
    .db-progress .db-status-box .db-status:first-child .db-line:first-child .db-icon {
      top: calc(1.2em + 2px); }

.db-screens {
  position: relative;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  width: 35%; }
  .db-donation-process .db-screens {
    width: 75%; }
  .db-screens .db-screen {
    -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;
    width: 100%;
    height: 100%;
    height: calc(100vh - 6em);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .db-screens .db-screen.db-welcome-screen {
      height: 100%; }
    .db-screens .db-screen.active .db-controls .db-control {
      -webkit-animation: db-fade 1s ease forwards;
      -moz-animation: db-fade 1s ease forwards;
      animation: db-fade 1s ease forwards; }
    .db-screens .db-screen.active .db-page-content {
      -webkit-animation: db-fade-bottom 1s ease forwards;
      -moz-animation: db-fade-bottom 1s ease forwards;
      animation: db-fade-bottom 1s ease forwards;
      -webkit-border-radius: 0 20px 20px 0;
      border-radius: 0 20px 20px 0; }
      .rtl .db-screens .db-screen.active .db-page-content {
        -webkit-border-radius: 20px 0 0 20px;
        border-radius: 20px 0 0 20px; }
    .db-screens .db-screen.hide {
      display: none; }
      .db-screens .db-screen.hide .db-controls .db-control {
        -webkit-animation: db-hide 1s ease forwards;
        -moz-animation: db-hide 1s ease forwards;
        animation: db-hide 1s ease forwards; }
  .db-screens .db-controls {
    width: 100%;
    border-bottom: 1px solid #dddddd; }
    .db-screens .db-controls .db-control {
      padding: 1em;
      background-color: transparent;
      border: 0;
      width: 100%;
      text-align: left;
      color: #888888;
      font-size: 1.2em; }
      .db-screens .db-controls .db-control .db-icon {
        max-width: 40px;
        -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;
        margin-right: 1em;
        margin-left: .5em; }
        .rtl .db-screens .db-controls .db-control .db-icon {
          margin-left: 1em;
          margin-right: .5em; }
      .db-screens .db-controls .db-control:hover .db-icon, .db-screens .db-controls .db-control:focus .db-icon {
        margin-right: 1.5em;
        margin-left: 0; }
      .rtl .db-screens .db-controls .db-control:hover .db-icon, .rtl .db-screens .db-controls .db-control:focus .db-icon {
        margin-left: 1.5em;
        margin-right: 0; }
      .db-screens .db-controls .db-control .db-icon-right {
        display: none; }
      .rtl .db-screens .db-controls .db-control {
        text-align: right; }
        .rtl .db-screens .db-controls .db-control .db-icon-right {
          display: inline-block; }
        .rtl .db-screens .db-controls .db-control .db-icon-left {
          display: none; }
  .db-screens .db-page-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow-y: scroll;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .db-screens .db-page-content .db-inner {
      max-width: 900px;
      margin: 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      padding: 2em 4em; }
      .db-screens .db-page-content .db-inner .db-screen-title {
        width: 100%;
        margin: 0 0 .8em;
        font-size: 2.6em;
        text-align: center; }
      .db-screens .db-page-content .db-inner .db-iframe {
        width: 400px;
        height: 680px;
        border: 0; }
  .db-screens .db-screen[data-screen="amount"] .db-page-content, .db-screens .db-screen[data-screen="payments"] .db-page-content, .db-screens .db-screen[data-screen="thankyou"] .db-page-content, .db-screens .db-screen[data-screen="payment_yaad"] .db-page-content {
    -webkit-align-items: center;
    align-items: center; }
  .db-screens .db-thank-you .db-page-content .db-inner .db-thank-you-img {
    max-width: 270px;
    margin-bottom: 2em; }
  .db-screens .db-thank-you .db-page-content .db-inner .db-screen-title {
    font-size: 3.2em;
    margin-bottom: .5em; }
  .db-screens .db-thank-you .db-page-content .db-inner .db-thank-you-text {
    font-size: 1.8em; }
  .db-screens .db-thank-you .db-page-content .db-inner .db-controls-thank-you {
    width: 100%;
    text-align: center;
    margin-top: 3em; }
  .db-screens .db-welcome-screen .db-page-content {
    background-position: center center;
    background-size: cover; }

.db-btn {
  background: #a0e3e8;
  /* Old browsers */
  background: -moz-linear-gradient(135deg, #ddeef2 0%, #27c3ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #ddeef2 0%, #27c3ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ddeef2 0%, #27c3ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0e3e8', endColorstr='#27c3ce',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 7px 0 #e1e1e1;
  box-shadow: 0 0 7px 0 #e1e1e1;
  padding: 1em;
  min-width: 250px;
  border: 0;
  color: #972689;
  font-size: 1.5em; }

.db-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  min-height: 180px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .db-radio:nth-child(odd) {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .db-radio input {
    display: none; }
    .db-radio input + span {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      background: #a0e3e8;
      /* Old browsers */
      background: -moz-linear-gradient(135deg, #ddeef2 0%, #27c3ce 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(135deg, #ddeef2 0%, #27c3ce 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #ddeef2 0%, #27c3ce 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0e3e8', endColorstr='#27c3ce',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      -webkit-border-radius: 7px;
      border-radius: 7px;
      -webkit-box-shadow: 0 0 7px 0 #e1e1e1;
      box-shadow: 0 0 7px 0 #e1e1e1;
      padding: 1em;
      min-width: 250px;
      border: 0;
      color: #972689;
      font-size: 1.5em;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      padding: .6em 1em .8em;
      font-weight: 400;
      min-width: 300px;
      margin: .5em;
      text-align: center;
      width: 320px; }
      .db-radio input + span .price {
        display: block;
        font-size: 3em;
        line-height: 1;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: baseline;
        align-items: baseline; }
        .rtl .db-radio input + span .price {
          -webkit-flex-direction: row;
          flex-direction: row; }
        .db-radio input + span .price .coin {
          font-style: normal;
          font-size: 3.5rem; }
      .db-radio input + span .db-label {
        display: block;
        margin-top: .3em;
        font-size: .9em;
        width: 100%; }
      .db-radio input + span .other {
        font-size: 1.4em; }
    .db-radio input:checked + span {
      color: #ffffff; }

.db-pay-next-yaad {
  width: 1px;
  height: 1px;
  margin: -1px; }

.db-progress-inner a:hover,
.db-progress-inner a:focus {
  color: inherit; }
.db-progress-inner .db-logo img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  max-width: 120px; }
.db-progress-inner .db-logo-label {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  margin: .2em;
  font-size: 2.2em;
  font-weight: 400; }
.db-progress-inner .db-text-info {
  max-width: 80%;
  text-align: center;
  margin: 2em auto 2.5em;
  font-size: 1.2em; }
  .db-progress-inner .db-text-info p {
    line-height: 1.4; }
.db-progress-inner .db-btn {
  -webkit-box-shadow: 0 0 7px 0 #6a6a6a;
  box-shadow: 0 0 7px 0 #6a6a6a;
  font-size: 2.3em;
  font-weight: 400; }
.db-progress-inner .db-note-info {
  margin-top: 2em;
  font-size: .95em; }
.db-donation-process .db-progress-inner {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .db-donation-process .db-progress-inner .db-box-inner {
    margin: 0; }
  .db-donation-process .db-progress-inner .db-logo img {
    max-width: 80px; }
  .db-donation-process .db-progress-inner .db-logo-label {
    margin: .5em 0 .8em;
    font-size: 1em;
    font-weight: 400; }
    .db-donation-process .db-progress-inner .db-logo-label .db-place {
      display: block;
      font-size: 1.6em; }

.db-screens .db-screen[data-screen="welcome"].active .db-page-content {
  -webkit-animation: db-fade 1s ease forwards;
  -moz-animation: db-fade 1s ease forwards;
  animation: db-fade 1s ease forwards; }

.db-modal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95); }
  .db-modal.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-animation: db-fade-bottom 1s ease forwards;
    -moz-animation: db-fade-bottom 1s ease forwards;
    animation: db-fade-bottom 1s ease forwards;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 3em;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .db-modal.fade-out {
    -webkit-animation: db-hide 0.6s ease forwards;
    -moz-animation: db-hide 0.6s ease forwards;
    animation: db-hide 0.6s ease forwards; }
  .db-modal .db-close {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 0;
    padding: 2em; }
    .rtl .db-modal .db-close {
      left: auto;
      right: 0; }
    .db-modal .db-close .db-icon {
      max-width: 40px; }
  .db-modal .modal-next .db-icon {
    max-width: 35px;
    -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;
    margin-left: .5em; }
    .rtl .db-modal .modal-next .db-icon {
      margin-right: .5em;
      margin-left: 0; }
  .db-modal .modal-next .db-icon-left {
    display: none; }
  .db-modal .modal-next:hover .db-icon, .db-modal .modal-next:focus .db-icon {
    margin-left: 1em; }
  .rtl .db-modal .modal-next .db-icon-left {
    display: inline-block; }
  .rtl .db-modal .modal-next .db-icon-right {
    display: none; }
  .rtl .db-modal .modal-next:hover .db-icon, .rtl .db-modal .modal-next:focus .db-icon {
    margin-right: 1em;
    margin-left: 0; }

.db-input-box {
  width: 100%;
  text-align: center;
  margin-bottom: 3em; }

input.db-free {
  padding: .4em .5em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #972689;
  max-width: 400px;
  width: 100%;
  font-size: 3em;
  font-size: 2.4em;
  line-height: 1.5;
  font-weight: 400; }
  input.db-free.error {
    border-color: red; }

.error-text {
  display: none;
  color: red;
  padding-top: 1em;
  font-weight: 400; }
  .error-text.show {
    display: block; }

.db-inputs-box {
  width: 100%; }
  .db-inputs-box .db-input-box {
    margin-bottom: 1.8em; }
    .db-inputs-box .db-input-box input.db-input {
      padding: .4em .5em;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      border: 2px solid #972689;
      max-width: 400px;
      width: 100%;
      font-size: 1.5em;
      font-weight: 400; }
      .db-inputs-box .db-input-box input.db-input.error {
        border: 2px solid red; }
    .db-inputs-box .db-input-box .error-text {
      padding-top: .4em; }

.db-send-invoice-label {
  margin-bottom: 2em;
  font-weight: 400;
  padding: .8em 3.5em .8em 1em;
  display: block;
  border-radius: 10px;
  border: 2px solid #972689;
  position: relative; }
  .db-send-invoice-label input[type="checkbox"] {
    position: absolute;
    right: 0px;
    top: 4px;
    border: 0;
    background-color: #972889;
    height: 2.6em;
    width: 2.6em;
    border-radius: 0 6px 6px 0; }
    .db-send-invoice-label input[type="checkbox"]:focus {
      outline: none; }
    .db-send-invoice-label input[type="checkbox"]:before {
      content: "\f096";
      float: none;
      width: 27px;
      font: normal normal normal 28px/1 FontAwesome;
      color: #ffffff;
      line-height: 1.8em; }
    .db-send-invoice-label input[type="checkbox"]:checked:before {
      content: "\f046";
      float: none;
      width: 27px;
      font: normal normal normal 28px/1 FontAwesome;
      color: #ffffff;
      line-height: 1.8em; }

.payment-method {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin: 1em 0 0;
  -webkit-justify-content: center;
  justify-content: center; }
  .payment-method .db-btn {
    max-width: 40%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 2%;
    font-size: 1.2em; }
    .payment-method .db-btn.db-pay-yaad .db-icon {
      max-width: 4.5em;
      display: block;
      margin: .2em auto 0.6em; }
    .payment-method .db-btn.db-pay-card {
      display: none; }

.db-swipe-card {
  width: 1px;
  height: 1px;
  margin: -5px;
  overflow: hidden;
  display: inline-block;
  border: 0;
  opacity: 0; }

.db-swipe-credit-card {
  display: none;
  margin-top: 2em;
  font-size: 1.5em;
  text-align: center; }
  .db-swipe-credit-card .db-controls-thank-you {
    margin-top: 2.5em;
    font-size: .8em; }

.db-response-fail {
  display: none; }

.db-payment-loading {
  display: none; }

.db-loading {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #972689;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
  margin-top: 3em;
  display: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.db-thank-you-frame {
  height: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }

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