/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 *{
   box-sizing:border-box
 }
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: $primary-color;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: $primary-color;
  text-decoration: none;
  cursor: pointer;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  padding-bottom: 0;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

@font-face {
    font-family: 'ing_me_regular';
    src: url('../fonts/INGMe/Latin/Regular/INGMeWeb-Regular.eot');
    src: url('../fonts/INGMe/Latin/Regular/INGMeWeb-Regular.eot') format('embedded-opentype'),
    url('../fonts/INGMe/Latin/Regular/INGMeWeb-Regular.woff2') format('woff2'),
    url('../fonts/INGMe/Latin/Regular/INGMeWeb-Regular.woff') format('woff'),
    url('../fonts/INGMe/Latin/Regular/INGMeWeb-Regular.ttf') format("truetype"),
    url('../fonts/INGMe/Latin/Regular/INGMeWeb-Regular.svg#ing_me_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ing_me_regular';
    font-size: 16px;
    color: #333333;
}

.modal .close {
    color: #ff6200;
}

.modal-title {
    font-size: 20px;
}

.preference-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.preference-list .form-check {
    margin: 10px 0;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.policy-settings-modal .btn {
    padding-left: 10px;
    padding-right: 10px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    height: 40px;
    font-weight: bold;
    font-family: 'ing_me_regular';
}

.btn-primary {
    color: #ffffff;
    background-color: #ff6200;
    border-color: #ff6200;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.analize,
.publicity,
.functionality {
    display: none;
}
.modal-content {
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content .modal-header {
  padding-bottom: 0;
  border-bottom: none;
}
.modal-content .close {
  font-size: 14px;
  line-height: 20px;
  color: #ff6200;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-top: -4px;
}
.modal-content .close:hover {
  color: #ff6200;
}
.modal-content .close span {
  vertical-align: middle;
}
.modal-body ul {
  list-style: circle;
  list-style-position: inside;
}
.modal-body ul > li ul,
.modal-body ul > li ol {
  padding-left: 30px;
}
.modal-body ol {
  list-style: decimal;
  list-style-position: inside;
}
.modal-body .video-player {
  width: 100%;
}
@media (min-width: 992px) {
  .modal-body .video-player {
    min-height: 480px;
  }
}
@media (max-width: 768px) {
  .modal-body .video-player {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .modal-body .video-player {
    height: auto;
    min-height: 250px;
  }
}
.home-bank-modal .order-list {
  list-style: none;
  margin-top: 56px;
}
.home-bank-modal .order-list li {
  font-size: 20px;
  line-height: 28px;
  line-height: 60px;
}
.home-bank-modal .order-list li:last-child {
  line-height: 28px;
}
.home-bank-modal .order-list li .number {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  border: 2px solid #ff6200;
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  text-align: center;
  margin-top: -5px;
  margin-right: 10px;
  color: #ff6200;
}
@media (max-width: 768px) {
  .home-bank-modal .order-list li {
    line-height: 30px;
    padding: 5px 0;
  }
}
@media (max-width: 992px) {
  .home-bank-modal .home-bank-iframe {
    margin: 0 auto !important;
    float: none !important;
  }
  .home-bank-modal .item {
    width: 100% !important;
  }
}
.policy-settings-modal .preference-list {
  list-style: none;
}
.policy-settings-modal .modal-content .modal-header {
  padding-bottom: 0;
  border: 0;
}
.policy-settings-modal .modal-content .modal-title {
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
.policy-settings-modal .modal-content a {
  color: #ff6200;
  text-decoration: underline;
}
.policy-settings-modal .modal-content p {
  font-size: 16px;
  padding: 0;
  margin: 10px 0;
  color: #333;
}
.policy-settings-modal .modal-content li {
  color: #333;
  font-size: 16px;
}
.policy-settings-modal .modal-content .close {
  font-size: 24px;
}
.policy-settings-modal .btn {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  color: #ff6200;
}
.policy-settings-modal .btn-primary {
  border: 1px solid #ff6200;
  background-color: #ff6200;
  color: #fff;
}
.policy-settings-modal .btn-default {
  border: 1px solid #ff6200;
}
.policy-settings-modal input[type="checkbox"] {
  margin-top: 7px;
}
@media (max-width: 768px) {
  .policy-settings-modal .btn {
    font-size: 13px;
    height: 30px;
    line-height: 1;
  }
}
.policy-settings-info {
  color: #333;
  display: none;
  position: fixed;
  width: 470px;
  z-index: 1000;
  bottom: 15px;
  right: 15px;
  background: #ffffff;
  border: #e5e5e5 1px solid;
  font-size: 13px;
}
.policy-settings-info .info-content {
  border-bottom: #e5e5e5 1px solid;
  padding: 5px 15px;
  overflow-y: scroll;
  max-height: calc(100vh - 105px);
}
.policy-settings-info .info-content .info-content-text .list {
  margin-left: 20px;
  padding-left: 0;
}
.policy-settings-info .info-content .info-content-text .list li {
  list-style-type: disc;
}
.policy-settings-info .info-content p {
  font-size: 13px;
  line-height: 1.75;
  padding: 0;
  margin: 10px 0;
  color: #333333;
}
@media (max-width: 768px) {
  .policy-settings-info .info-content {
    max-height: calc(50vh);
    width: 100%;
    right: 0;
    bottom: 0;
    font-size: 13px;
  }
  .policy-settings-info .info-content .info-controls {
    padding: 8px 15px;
  }
  .policy-settings-info .info-content .info-controls .btn {
    font-size: 13px;
    height: 30px;
    line-height: 1;
  }
  .policy-settings-info .info-content .info-content p {
    line-height: 18px;
  }
}
.policy-settings-info .info-controls {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.policy-settings-info .info-controls .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.policy-settings-info .info-controls .btn {
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  color: #ff6200;
}
.policy-settings-info .info-controls .btn-default {
  border: 1px solid #ff6200;
}
.policy-settings-info .info-controls .btn-primary {
  color: #ffffff;
  background-color: #ff6200;
  border-color: #ff6200;
}
@media (max-width: 768px) {
  .policy-settings-info {
    width: 100%;
    right: 0;
    bottom: 0;
    font-size: 13px;
  }
  .policy-settings-info .info-content p {
    line-height: 18px;
  }
  .policy-settings-info .info-controls {
    padding: 8px 15px;
  }
  .policy-settings-info .info-controls .btn {
    font-size: 13px;
    height: 30px;
  }
}