.splash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.splash .loading-wrapper {
  position: relative;
  text-align: center;
}

.splash .loading-spinner {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  transform: none;
}

.splash .loading-counter {
  position: absolute;
  width: 90px;
  height: 90px;
  display: inline-block;
  top: auto;
  left: auto;
  transform: none;
}

.splash .loading-counter .count {
  line-height: 90px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.splash-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  max-width: 95%;
  transform: translate(-50%, -50%);
}

.splash .splash-content {
  color: #fff;
}

.splash-cta {
  margin-top: 30px;
  text-align: center;
}

.splash-cta .btn {
  width: auto;
}

.header-container .site-navigation.site-navigation {
  position: absolute;
  right: 0;
  flex: none;
  width: auto;
}

@media screen and (min-width: 768px) {
  .site-header .header-content {
    position: relative;
  }
  .site-header .header-content .site-logo a {
    position: relative;
    z-index: 99;
  }
  .header-container .site-navigation.site-navigation {
    position: absolute;
    width: 100%;
    flex: none;
    right: 0;
  }
  .site-header.site-header .menu {
    background: none;
  }
  .site-header.site-header .site-navigation li a {
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
  }
  .site-navigation .current_page_item {
    display: none;
  }
  .site-navigation li.consumerloan a:before {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f0d6";
    margin-right: 10px;
  }
  .site-navigation li.creditcard a:before {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f09d";
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .site-header.has-product-menu .responsive-nav {
    display: none;
  }
  .site-header.has-product-menu #menu-primary {
    display: block;
  }
}
.credit_cards .content-column {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.credit_cards .content-column h3 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.credit_cards .content-column h2 {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 30px;
}
.credit_cards .content-column h5 {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.credit_cards .content-column ul {
  padding: 8px 0;
}
.credit_cards .content-column ul li {
  font-size: 1.1rem;
  list-style: none;
}
.credit_cards .content-column ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 5px;
  color: #61E6CE;
}
.credit_cards .content-column h6 {
  font-weight: normal;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.credit_cards .content-column img {
  display: block;
  max-height: 160px;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 989px) {
  .credit_cards .content-column {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .credit_cards .content-column {
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .credit_cards .content-column {
    flex: 1;
    max-width: none;
    margin: 0 15px;
  }
  .credit_cards .content-column:first-child {
    margin-left: 0;
  }
  .credit_cards .content-column:last-child {
    margin-right: 0;
  }
}
/***********************************************************************************************************************
*  1.  Form
************************************************************************************************************************/
.motty-form {
  position: relative;
  z-index: 1;
}

.loan-data .input-wrapper {
  margin-top: 30px;
}

.content-under-button {
  margin: 10px 0;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .motty-form .loan-data:after {
    content: "";
    display: table;
    clear: both;
  }
  .motty-form .loan-data .input-wrapper {
    width: 47%;
    display: inline-block;
    margin-top: 0;
    margin-left: 4%;
  }
  .motty-form .loan-data .input-wrapper:first-child {
    margin-left: 0;
  }
  .motty-form .loan-data .input-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .motty-form .monthly-payment {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .creditcard .motty-form .input-wrapper .slider-label,
  .creditcard .motty-form .input-wrapper .slider-value {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 400px) {
  .creditcard .motty-form .input-wrapper .slider-label,
  .creditcard .motty-form .input-wrapper .slider-value {
    font-size: 1.25rem;
  }
}
/***********************************************************************************************************************
*  2.  Loading Spinner
************************************************************************************************************************/
.motty-form:after {
  transition: all ease-in 0.3s;
}

.motty-form.loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all ease-in 0.3s;
}

.motty-form .loading-wrapper {
  display: none;
}

.motty-form.loading .loading-wrapper {
  display: block;
}

.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 90px;
  height: 90px;
}

.loading-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  border: 6px solid #7ac6bd;
  border-radius: 50%;
  animation: loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #7ac6bd transparent transparent transparent;
}

.loading-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}

.loading-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}

.loading-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}

/***********************************************************************************************************************
    Kredittkort Page Content
***********************************************************************************************************************/
.creditcard .page-title,
.consumerloan .page-title {
  margin: 0 0 30px 0;
  padding: 0;
}

.creditcard .page-title h1,
.consumerloan .page-title h1 {
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
}

.creditcard .page-title h1,
.creditcard .page-title h2,
.creditcard .page-title h3,
.consumerloan .page-title h1,
.consumerloan .page-title h2,
.consumerloan .page-title h3 {
  margin-bottom: 0.5em;
}

.creditcard .page-title li,
.consumerloan .page-title li {
  list-style: none;
  margin-bottom: 10px;
  vertical-align: center;
}

.creditcard .page-title li h4,
.consumerloan .page-title li h4 {
  display: inline-block;
  margin: 0;
  line-height: 60px;
}

.creditcard .page-title li:before,
.consumerloan .page-title li:before {
  display: inline-block;
  width: 45px;
  height: 45px;
  font-family: FontAwesome;
  font-size: 1.7rem;
  text-align: center;
  line-height: 45px;
  content: "\f00c";
  margin-right: 5px;
  color: #61E6CE;
  border: 1px solid #61E6CE;
  border-radius: 50%;
}

.creditcard .page-container,
.consumerloan .page-container {
  margin: 90px auto;
}

@media screen and (min-width: 800px) {
  .creditcard .page-title {
    margin-top: 60px;
  }
}
@media screen and (max-width: 989px) {
  .creditcard .page-title h1 {
    font-size: 40px;
  }
  .creditcard .page-container {
    margin: 60px auto;
  }
}
@media screen and (max-width: 500px) {
  .creditcard .page-title h1 {
    font-size: 32px;
  }
}
/***********************************************************************************************************************
*  3.  Loading Form
************************************************************************************************************************/
#mottyFormShort input[type=submit] {
  transition: all ease-in 0.3s;
}

#mottyFormShort input[type=submit]:disabled {
  background-color: #999 !important;
  opacity: 0.5;
  transition: all ease-in 0.3s;
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=motty-form.css.map */
