@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,latin-ext);

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
}

h2 {
  margin: 0;
  font-size: 28px;
}

h3 {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}



  html {height: 100%; min-height: 100%;}
  body {padding: 0; height: 100%; min-height: 100%;}
  .benefits {background-position: right top; background-size: cover;  color: #fff; height: 100%; overflow: hidden;
  
  }
  .benefits h2 {text-align: left; font-weight: 800; font-size: 42px; margin-bottom: 20px;}
  .benefits h2 span {font-weight: 400;}
  .benefits ul {padding: 0; margin: 0;}
  .benefits ul li {list-style: none; font-size: 20px; padding-top: 10px;}
  .containerxl, .containerxl .row {height: 100%;} 
  .benefits-wrapper {width: 80%; height: 500px; max-width: 500px; position: absolute;left:0; right: 0; z-index: 3; top:0; bottom:0;  margin: auto; }
  .logo-icon img{ width: 100px; }
  .logo-icon.mmb img{ width: 280px; }
  .user-details {text-align: left; margin-bottom: 40px;}
  .user-details p {font-size: 16px;}
  .user-details h2 {text-align: left; font-size:28px;}
  .lpane {box-shadow: 10px 0 30px 0 rgba(56,122,243,0.2);}
  .summary {padding-top: 15px; padding-bottom: 15px;}

/*Animation*/
.back-rect {position: absolute; left: 0; top:0; width: 100%; height: 100%; background-image: url(../img/rect.png?1); background-size:contain;
background-position: top center; z-index: 2; background-repeat: repeat-x;}

.slider {
  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
  height: 100%;
  left: 0;
}

.facebook-btn {text-transform: uppercase;}

.payment-success {
  display: none;
  text-align: center;
  max-width: 800px;
  padding: 30px;
  margin: 0 auto;
}


.payment-failed {
  display: none;
  background-color: #6F1E51;
  color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}

.payment-failed .error-code {
  color: #fff;
  opacity: 0.4;
  font-size: 13px;
}

.badges .badge{ margin-right: 8px; padding: 5px 14px;} 

.btn-open {font-size:18px !important; margin-bottom: 20px; background: #007bff !important;}

.payment-success h2 {font-size:24px; color: #333; font-weight: 600;}
.payment-success p {font-size:17px; color: #666; font-weight: 400;}
.payment-success .note {font-size:15px; color: #999;}
.user-details p{ margin-bottom: 0; }
.user-details h2 {margin:0; padding: 0;}

.payment-success img {
  max-width: 150px;
}

.badges-xl .badge {font-size: 17px;}

.slider .slider-row {
  width: 2956px;
  height: 100%;
  background-image: url(../img/series.jpg);
  background-size: 900px 2475px;
  -webkit-animation: slide 140s linear infinite;
  animation: slide 140s linear infinite;

}

@-webkit-keyframes slide {
  from {
    background-position-y: 0;
    background-position-x: 0;
  }

  to {
    background-position-y: -2956px;
    background-position-x: -2956px;
  }
}

@keyframes slide {
  from {
    background-position-y: 0;
    background-position-x: 0;
  }

  to {
    background-position-y: -2956px;
    background-position-x: -2956px;
  }
}



@media screen and (max-width: 600px) {
  .benefits {min-height: 450px;}
  .slider .slider-row {background-size: 430px 990px;}
  .benefits h2 {font-size: 27px;}
  .benefits ul li {font-size: 15px;}
  .benefits-wrapper {height: 390px;}
  .logo-icon img {width: 50px;}
  .logo-icon.mmb img {width: 170px; margin-top: -20px;}
  .badges-xl .badge {font-size: 13px; margin-bottom: 5px;}
  .popup-wrapper {top:430px !important; height: 120% !important;}
  .user-details .badges {display: none;}
}




.form-payment {
  max-width: 800px;
  padding: 30px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 20px;
  margin: 0 auto;
  border-radius: 6px;
}

.loading-back {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}

.loading {
  position: fixed;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 60px 0 rgba(00, 00, 00, 0.1);
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  border-radius: 100px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loading img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}

.referencenumber {
  font-size: 28px;
  color: #2ECC40;
  margin-bottom: 20px;
}

.banks {
  margin-top: 10px;
  margin-bottom: 15px;
}

.banks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.banks ul li {
  display: inline-block;
  width: 31%;
  padding: 5px 10px;
  border-radius: 10px;
  border: 3px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
}

.banks ul li.selected {
  border-color: #fa5601;
  opacity: 1 !important;
}

.banks ul li.nselect {
  opacity: 0.5;
}

.banks ul li img {
  width: 100%;
}

.banks-selected ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.banks-selected ul li {
  display: inline-block;
  width: 35%;
  padding: 5px 10px;
  border-radius: 10px;
  border: 0px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
}

.banks-selected ul li img {
  width: 100%;
}

.form-payment .form-payment-heading,
.form-payment .checkbox {
  margin-bottom: 10px;
}

.form-payment .checkbox {
  font-weight: normal;
}

.form-payment .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-payment .form-control:focus {
  z-index: 2;
}

.form-payment input[type="text"] {
  border-radius: 4;
  margin-bottom: 15px;
  font-size: 20px;
  height: 50px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.form-payment select {
  border-radius: 4;
  font-size: 20px;
  height: 50px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.form-payment .cc-date {
  width: 45%;
  display: inline-block;
}

.form-payment input[type="password"] {
  border-radius: 4;
}

.form-payment input {}

.header-top {
  border-bottom: 1px solid #d0d8e0;
}

label {
  letter-spacing: 3px;
  font-weight: bold;
  color: #888;
  font-size: 12px;
}

.logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo>img {
  max-width: 140px;
  max-height: 100px;
}

.base-price {
  padding-top: 20px;
  text-align: right;
}

.base-price>.price-total {
  font-size: 24px;
  display: inline-block;
  color: #333;
  padding-left: 10px;
  padding-top: 0px;
  font-weight: bold;
  padding-bottom: 10px;
}

.base-price>.icon-payment {
  display: none;
}

.base-price>.icon-payment>img {
  margin-top: -7px;
}

.base-price .price-sub {
  display: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 200;
  font-size: 18px;
  padding-top: 4px;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 200;
  font-size: 16px;
  padding-top: 4px;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #aaa;
  font-weight: 200;
  font-size: 16px;
  padding-top: 4px;
}

/* ie */
input:-moz-placeholder {
  color: #aaa;
  font-weight: 200;
  font-size: 16px;
  padding-top: 4px;
}

.btn-pay {
  background-color: #47a447;
  padding: 14px;
  position: relative;
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.1px;
  border: none;
  background-size: 25px;
  background: -webkit-linear-gradient(#62cf62, #359235);
  background: linear-gradient(#62cf62, #359235);
  outline: none;
  box-shadow: 0 10px 20px 0 rgba(00,00,00,0.1);
}

.btn-cancel {
  background-color: transparent;
  border: 1px solid #ccc;
}

.btn-pay:hover {
  background: -webkit-linear-gradient(#4ea24e, #2c792c);
  background: linear-gradient(#4ea24e, #2c792c);
  outline: none !important;
}

.btn-pay:active {
  background: -webkit-linear-gradient(#2c792c, #4ea24e);
  background: linear-gradient(#2c792c, #4ea24e);
  outline: none !important;
}

.btn-bkm {
  font-size: 14px;
  font-weight: bold;
  color: #057481;
  padding: 7px;
  background-image: url(../img/bkm-icon-logo.png);
  background-position: 9px center;
  background-repeat: no-repeat;
  background-size: 37px;
}

/*.installment-wrapper { display: none; border-radius: 4px; letter-spacing: 0; margin-bottom: 10px; background-color: #eee; padding: 10px; padding-top: 14px;}*/
.installment-wrapper {
  display: none;
  border-radius: 4px;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding-top: 14px;
}

.installment-wrapper select {
  width: 100%;
  font-size: 16px;
  color: #555;
  padding: 10px;
}

/*.installment .installment-item { display: inline-block; cursor: pointer; background-color: #fff; text-align: center; width: 19%; border-radius: 6px; padding: 4px; padding-bottom: 0; margin-right: 3px;}
.installment .installment-item label { letter-spacing: 0;}
.installment .installment-item input { display: none;}
.installment .installment-price { font-size: 11px; font-weight: normal; letter-spacing: 0; }

.installment .installment-item.selected { background-color: #132a44; border-color: #132a44;}
.installment .installment-item.selected label { color: #fff;}*/
.btn-pay>.secure-icon {
  width: 24px;
  position: absolute;
  left: 15px;
  top: 24px;
}

.secure-bar { 
  text-align: right;
  padding-top: 20px;
  padding-bottom: 5px;
}

.secure-bar img {
  height: 28px;
  padding-right: 10px;
}

.wirecard-logo {
  height: 20px !important;
  float: left;
}

.cc-logo {
  position: absolute;
  right: 30px;
  top: 48px;
  z-index: 99999;
}

.cc-logo img {
  height: 25px;
}

.cc-logo .ci-mc, .cc-logo .ci-vi, .cc-logo .cc-cp {
  display: none;
}

.saved-card {
  padding-top: 0px;
  margin-bottom: 15px;
}

.result-content {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.result-content h1 {
  font-size: 24px;
}

.result-content.success h1 {
  color: #4cab00;
}

.row>.col-xs-6:nth-child(odd) {
  padding-right: 5px;
}

.row>.col-xs-6:nth-child(even) {
  padding-left: 5px;
}

.checkbox {
  padding-top: 2px;
  padding-bottom: 2px;
}

.checkbox label {
  letter-spacing: 0;
  color: #666;
  font-size: 15px;
}

.show-installment {
  display: block;
}

.cc-selection {
  font-size: 16px !important;
  width: 100%;
}

a {
  letter-spacing: 0 !important;
}

.theme-clean .form-payment {
  border: none;
}

.theme-clean .secure-bar {
  display: none;
}

body.theme-clean {
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-payment {
  position: relative;
}

.lang {
  position: absolute;
  z-index: 9999999;
  top: 0px;
  right: 30px;
  font-size: 11px;
  color: #999;
  cursor: pointer;
  background-color: #eee;
  border-radius: 0 0 10px 10px;
  padding: 4px;
  width: 30px;
  text-align: center;
}

#fountainG {
  position: relative;
  width: 234px;
  height: 28px;
  margin: auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: rgb(0, 58, 92);
  width: 28px;
  height: 28px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(.3);
  -o-transform: scale(.3);
  -ms-transform: scale(.3);
  -webkit-transform: scale(.3);
  -moz-transform: scale(.3);
  border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 29px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 58px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 88px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 117px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 146px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 175px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 205px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -o-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -ms-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -webkit-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -moz-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

.dropdown-menu {
  position: absolute;
  top: 22px;
  right: 30px;
  left: auto;
  padding: 12px;
  max-width: 150px;
}

.dropdown-menu li {
  cursor: pointer;
  padding: 3px;
}

.dropdown-menu li:hover {
  background-color: #eee;
}

@media screen and (max-width: 790px) {
  body {
    padding: 0;
  }

  label {
    letter-spacing: 2px;
  }

  .form-payment {
    max-width: 100%;
    padding: 5px;
    border: none;
  }

  .base-price {
    width: 100%;
    padding-bottom: 12px;
    text-align: center;
  }

  .base-price .price-sub {
    display: inline-block;
    font-weight: normal;
  }

  .installment .installment-item {
    width: 32%;
    margin-bottom: 5px;
  }

  .cc-selection {
    font-size: 13px !important;
    width: 100%;
  }

  .secure-bar {
    display: none;
  }

  .base-price>.price-total {
    font-size: 18px;
  }

  .form-payment input[type="text"] {
    line-height: 10px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 17px;
  }

  .base-price {
    width: 50%;
    text-align: right;
    padding-top: 16px;
  }

  .base-price>.price-total {
    padding: 0;
  }

  .base-price .price-sub {
    display: block;
    font-size: 13px;
  }

  .form-payment input[type="text"] {
    height: 42px;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .form-payment select {
    height: 42px !important;
    font-size: 13px !important;
    margin-bottom: 8px !important;
  }

  label {
    font-size: 11px;
  }

  .checkbox label {
    font-size: 12px;
  }

  .lang {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 10px;
    z-index: 9999999;
  }
}