html, p, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

#skrollr-body {
  height:100% !important; 
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.debitize-navbar  {
  background-color: #222222;
  border-color: transparent;
}
.debitize-navbar  .navbar-brand {
  padding-top: 5px;
}

.debitize-navbar  .navbar-brand img {
  color: #fed136;
  width: 6em;
}

.debitize-navbar .navbar-brand.logo-container-white {
  display: block;
}

.debitize-navbar .navbar-brand.logo-container-blue {
  display: none;
}

.debitize-navbar  .nav li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
}
.debitize-navbar  .nav li a:hover,
.debitize-navbar  .nav li a:focus {
  color: #C4D3DB;
  outline: none;
}

.debitize-navbar  .nav-left {
  padding-left: 160px;
}

.debitize-navbar  .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
}
.debitize-navbar  .navbar-nav > .active > a:hover,
.debitize-navbar  .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}

.intro {
  padding: 90px 0 0;
  color: #fff;
  background: #0478B1; 
  background: -webkit-radial-gradient(#0478B1, #145474);
  background: -o-radial-gradient(#0478B1, #145474);
  background: -moz-radial-gradient(#0478B1, #145474);
  background: radial-gradient(#0478B1, #145474);
}

.hero-iphone {
  position: absolute;
  top: 50px;
  right: 46px;
  height: 200px;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
}

.hero-browser {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
}

#hero h1 {
  font-size: 44px;
  text-align: left;
  letter-spacing: -2px;
}

#hero p {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  -webkit-animation-duration: 1.3s;
  -moz-animation-duration: 1.3s;
}

#hero div.col-md-5 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#hero span {
  display: inline-block;
  padding-top: 20px;
  position: relative;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
}

#hero .campaign-alert {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

#hero .standard-button {
  background-color: #F4C216;
  color: #373B3D;
  border-radius: 3px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  padding: 15px 60px;
  font-size: 1.3em;
}

#hero .standard-button:hover,
#hero .standard-button:focus {
  opacity: 0.9;
}

#hero span a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding-bottom: -42px;
  padding-left: 22px;
  font-weight: bolder;
}

#hero span a i.fa {
  padding-left: 5px;
}

/*Automated Payment*/
.wizard {
  margin: 20px auto;
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border-bottom: none;
}

.wizard > div.wizard-inner {
  position: relative;
}

.row.automated {
  position: relative;
  padding: 40px 40px 20px;
}

.row.automated h2 {
  color: #5E6B73;
  letter-spacing: -1px;
  padding-bottom: 25px;
}

.connecting-line {
  height: 2px;
  background: #E6F1F7;
  position: absolute;
  width: 73%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 43%;
  z-index: 0;
}
.automated img {
  height: 75px;
  width: auto;
  margin: 35px auto 20px;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

.round-tab {
  width: 47px;
  height: 47px;
  line-height: 45px;
  border-radius: 100px;
  background-color: #fff;
  color: #3894C1;
  border: 1px solid #3894C1;
  z-index: 5;
  text-align: center;
  font-size: 20px;
  margin: 22px auto 0;
}

span.round-tab i{
  color:#555555;
}
.wizard li.active span.round-tab {
  background: #fff;
  border: 0.1em solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
  color: #5bc0de;
}

.wizard .nav-tabs > li {
  width: 25%;
}

.wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto 0px;
  border-radius: 100%;
  padding: 0;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.debitize-navbar  .nav li a.standard-button {
  border-color: #F4C216;
  background-color: #F4C216;
  color: #373B3D;
  padding: 8px 9px;
  margin-top: 5px;
  border-radius: 3px;
}

.debitize-navbar  .nav li a.standard-button:hover, 
.debitize-navbar  .nav li a.standard-button:focus {
  opacity: 0.9;
}

.debitize-navbar  .nav li a.affix-standard-button {
  background-color: #0B6896;
  color: #fff !important;
  padding: 8px 9px;
  margin-top: 5px;
  border-radius: 3px;
}

.debitize-navbar  .nav li a.affix-standard-button:hover, 
.debitize-navbar  .nav li a.affix-standard-button:focus {
  opacity: 0.9;
}

/* custom animation */
@-webkit-keyframes menuIn {
  0% {top: -300px}
  100% {top: 0px}
}
@keyframes menuIn {
  0% {top: -300px}
  100% {top: 0px}
}


/*End Automated Payment*/

/* Credit Score */

section.credit-score {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

section.credit-score p {
    /*color: #777;*/
    padding: 1em 0 2em 0;
}

section.credit-score img[src="img/feature-better-credit-score-full.png"] {
  margin-top: -200px;
  width: 485px;
  float: right;
  margin-right: -50px;
 }

section.credit-score img[src="img/feature-better-credit-score-icon.png"] {
  position: absolute;
  top: 173px;
  right: 253px;
  width: 11em;
}


section.more-credit-score img[src="img/feature-more-credit-card-rewards-icon.png"] {
  position: absolute;
  top: 169px;
  right: 187px;
  width: 16em;
}

section.more-credit-score img[src="img/feature-more-credit-card-rewards-full.png"] {
  margin-left: -125px;
  width: 675px;
}

section.worry-free img[src="img/feature-worry-free-purchases-full.png"] {
  width: 600px;
  float: right;
  margin-right: -175px;
}

section.worry-free img[src="img/feature-worry-free-purchases-icon.png"] {
  position: absolute;
  top: 192px;
  right: 191px;
  width: 13em;
}

section.lets-take-center-txt p {
  color: #859097;
  font-size: 1.2em;
}

.btn-get-started {
  border-color: #0478B1;
  padding: 15px 40px;
  border-radius: 2px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.btn-get-started:hover ,
.btn-get-started:focus {
  opacity: 0.9;
}

.security-section {
  background-color: #5E6B73;
  padding: 80px 0 60px;
}

.security-section h2 {
  color: #fff;
  padding-bottom: 55px;
  font-size: 35px;
  letter-spacing: -1px;
}

section.security-section img[src="img/security-lock.png"] {
  width: 21em;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}

section.security-section .first-service-row .service:nth-child(1),
section.security-section .first-service-row .service:nth-child(2),
section.security-section .first-service-row .service:nth-child(3),
section.security-section .second-service-row .service:nth-child(3) {
  padding-bottom: 50px;
  padding-right: 50px;
}

section.security-section .second-service-row .service:nth-child(1),
section.security-section .second-service-row .service:nth-child(2) {
  padding-bottom: 70px;
  padding-right: 25px;

}

.service .service-image {
  float: left;
  margin-right: 20px;
}

.service .service-image img {
  width: 3em;
}

.service .service-content {
  overflow: hidden;
}

.service .service-content h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}

.service .service-content p {
  color: #ACB3B5;
  font-size: 0.9em;
}

/*footer*/
footer.footer-border {
  border-top: 1px solid #E7E9EA;
  padding: 50px 0 35px;
}

.debitize-footer img.logo-blue {
    width: 12em;
}

.debitize-footer-logo {
  padding-left: 2.3em;
}

.debitize-footer-logo img {
    width: 12em;
}

.container.debitize-footer h4 {
    color: #5E6B73;
}

.debitize-footer-logo p {
  padding: 10px 5px 0;
  color: #969696;
}

.debitize-footer ul {
    padding-left: 0.7em;
}

.debitize-footer ul li {
    list-style: none;
    padding-top: 0.7em;
}

.debitize-footer ul li a {
    text-decoration: none;
    color: #969696;
}

ul.social-links {
    text-align: center;
}

.social-links li {
  display: inline-block;
  margin-right: 0.7em;
}

.social-links .fa {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #E7E9EA;
  border-radius: 50%;
  padding: 10px;
  color: #859097;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-section {
  background-color: #F9F9FA;
  padding-top: 50px;
  padding-bottom: 40px;
}

.testimonial-section h3.paid-users {
  text-align: center;
  line-height: 34px;
  font-size: 30px;
  color: #5E6B73;
  padding-bottom: 40px;
  letter-spacing: -1px;
}

.testimonial-section h3.paid-users .currency {
  margin-left: 20px;
  font-size: 55px;
  color: #0478B1;
  position: relative;
}

.testimonial-section h3.paid-users .currency-unit {
  position: absolute;
  left: -30px;
  font-size: 0.6em;
  top: 10px;
}

.multi-item-carousel .thumbnail {
  border: none;
  min-height: 280px;
  padding: 15px;
}

.multi-item-carousel .thumbnail .caption img {
  margin: 0 auto 15px;
  border-radius: 50%;
  width: 5em;
}

.multi-item-carousel .thumbnail .caption h5 {
  color: #616E76;
  font-size: 16px;
  margin-bottom: 0;
}

.multi-item-carousel .thumbnail .caption p {
  color: #A8A8A8;
  font-size: 14px;
}

.multi-item-carousel .thumbnail .caption span {
  font-size: 1em;
  color: #A8A8A8;
}

.multi-item-carousel .thumbnail .caption .caption-bottom {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
}

.multi-item-carousel .carousel-control {
  width: 1%;
  opacity: 1;
}

.multi-item-carousel .carousel-control.left {
  margin-left: 320px;
}

.multi-item-carousel .carousel-control.right {
  margin-right: 320px;
}

.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
  background-image: none;
}

.multi-item-carousel .carousel-control.left i,
.multi-item-carousel .carousel-control.right i{
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 10px;
  color: #859097;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-left: -10px;
}

.carousel-control .fa-angle-left, .carousel-control .icon-prev {
  left: 50%;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next {
  right: 50%;
}

.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}



/*feactured On*/

section.featured-on {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 90px;
}

section.featured-on .featured-on-bg {
  position: absolute;
}

section.featured-on .featured-on-bg img {
  width: 65em;
  opacity: 0.7;
  margin: 230px 13%;
}

section.featured-on ul {
  padding-left: 0;
  list-style: none;
}

section.featured-on ul li {
  display: inline;
  margin-right: 4.7em;
}

section.featured-on ul li img {
  width: 12%;
  opacity: 0.5;
}

section.featured-on p {
  font-size: 1.3em;
  color: #A8A8A8;
  padding-top: 5.5em;
}

/*font-matching*/

.credit-score h2, .more-credit-score h2, .worry-free h2 {
  color: #5E6B73;
  letter-spacing: -1px;
}

.automated p {
  color: #5E6B73;
  font-size: 1.2em;
}

.credit-score p, .more-credit-score p, .worry-free p {
    color: #5E6B73;
    font-size: 1.1em;
    padding: 1em 0 2em 0;
}

.credit-score a, .more-credit-score a, .worry-free a {
  color: #1494E5;
  text-decoration: none;
  font-weight: 600;
}

section.lets-take-center-txt {
    color: #4D4D4D;
}

.featured-on h2 {
  color: #5E6B73;
  letter-spacing: -1px;
  padding-bottom: 2em;
}

.footer-alert {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

/*Responsive design*/

@media( max-width : 585px ) {
  .worry-free-txt {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .better-credit-txt {
    position: absolute;
    top: 267px;
    left: 15px;
    text-align: center;
    padding: 15px 75px;
  }

  .featured-on h2 {
    padding-bottom: 0;
  }


  section.credit-score img[src="img/feature-better-credit-score-full.png"] {
    width: 485px;
    float: none;
    margin: 0 auto;
    opacity: 0.5;
  }

  section.credit-score img[src="img/feature-better-credit-score-icon.png"] {
    position: absolute;
    top: 64px;
    left: 39%;
    width: 27%;
    margin-top: 0;
  }

  section.more-credit-score img[src="img/feature-more-credit-card-rewards-icon.png"] {
    position: absolute;
    top: -55px;
    left: 33%;
    width: 32%;
  }

  section.more-credit-score img[src="img/feature-more-credit-card-rewards-full.png"] {
    margin: 0 auto;
    width: 675px;
  }

  section.worry-free img[src="img/feature-worry-free-purchases-full.png"] {
    width: 600px;
    float: none;
    margin: 0 auto;
  }

  section.worry-free img[src="img/feature-worry-free-purchases-icon.png"] {
    position: absolute;
    top: 0px;
    left: 34%;
    width: 20em;
  }
  .carousel-inner .active.left { left: -100%; }
  .carousel-inner .next        { left:  100%; }
  .carousel-inner .prev    { left: -100%; }
  .active > div { display:none; }
  .active > div:first-child { display:block; }
  
  .debitize-navbar {
    background-color: transparent;
  }

  .debitize-navbar .navbar-brand {
    padding-left: 30px;
  }

  .debitize-navbar .navbar-brand img {
    width: 8.5em;
  }
  
  .debitize-navbar .navbar-header {
    padding-top: 2em;
  }
  
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  
  .navbar-toggle .icon-bar {
    width: 27px;
  }

  #hero div.col-md-5 {
    padding: 0 30px;
    text-align: center;
  }
  
  #hero h1 {
    font-size: 36px;
    line-height: 1.2em;
  }
  
  #hero p {
    font-size: 18px;
    padding-bottom: 50px;
  }

  #hero span a {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 1.2em;
  }
  
  #hero .standard-button {
    padding: 20px 70px;
    font-size: 1.3em;
  }
  
  .automated h2 {
    font-size: 25px;
    padding: 0;
  }

  .automated img {
    height: auto;
    width: 88px;
  }

  section.lets-take-center-txt p {
    color: #869198;
    font-size: 18px;
    padding: 0 30px;
    font-weight: 500;
  }

  .btn-get-started {
    padding: 20px 50px;
    font-size: 1.3em;
    margin-top: 15px;
    border-radius: 4px;
    background-color: #0478B1;
  }

  .security-section h2 {
    padding-top: 40px;
    font-size: 29px;
    padding: 40px 0 0;
  }

  .security-section {
    padding: 0 20px 20px 20px;
  }

  .service .service-image img {
    width: 3.5em;
  }
  
  .service .service-content h3 {
    font-size: 1.3em;
    margin-top: 0;
  }

  .service .service-content p {
    font-size: 1.1em;
    margin-top: -10px;
    line-height: 18px;
  }
  
  .first-service-row {
    padding-top: 30px;
  }

  section.security-section .first-service-row .service:nth-child(1), section.security-section .first-service-row .service:nth-child(2), section.security-section .first-service-row .service:nth-child(3), section.security-section .second-service-row .service:nth-child(3) {
    padding-bottom: 30px;
    padding-right: 20px;
  }

  section.security-section .second-service-row .service:nth-child(1), section.security-section .second-service-row .service:nth-child(2) {
    padding-bottom: 30px;
    padding-right: 25px;
  }

  .testimonial-section h3.paid-users {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 20px;
  }

  .testimonial-section h3.paid-users .currency {
    margin-left: 15px;
    font-size: 60px;
    letter-spacing: -2px;
  }
  
  .testimonial-section h3.paid-users .currency-unit {
    left: -10px;
    font-size: 0.5em;
    top: 0px;
  }
  
  .testimonial-section {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .multi-item-carousel .thumbnail {
    min-height: 470px;
    padding: 15px 10px;
  }

  .multi-item-carousel .thumbnail .caption p {
    font-size: 18px;
    line-height: 1.5em;
    padding: 0;
  }
  
  .multi-item-carousel .thumbnail .caption h5 {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .multi-item-carousel .thumbnail .caption span {
    font-size: 1.2em;
  }

  .multi-item-carousel .thumbnail .caption .caption-bottom {
    padding-top: 40px;
    position: relative;
    left: 0;
    bottom: 0;
    padding-bottom: 35px;
  }

  .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #0478B1;
  }

  .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #D8D8D8;
  }

  section.featured-on {
    padding-top: 10px;
  }
  
  section.featured-on ul {
    list-style: none;
    padding: 15px 0 0;
  }

  section.featured-on ul li {
    display: inline;
    line-height: 5em;
    margin: 0 auto;
    padding: 17px;
  }

  section.featured-on ul li img {
    width: 35%;
    opacity: 0.5;
  }

  section.featured-on p {
    font-size: 1.4em;
    color: #859097;
    padding: 30px 27px 0;
    font-weight: 500;
  }

  section.featured-on {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 70px;
  }

  footer.footer-border {
    text-align: center;
    padding: 40px 0 5px;
  }
  
  .debitize-footer-logo img {
    width: 14em;
  }
  
  .debitize-footer-logo p {
    padding: 10px 5px 0;
    font-size: 1.1em;
    color: #969696;
  }

  .debitize-footer ul {
    padding: 10px 0 10px;
  }

  .debitize-footer ul li {
    padding-top: 0.8em;
    font-size: 1.1em;
  }
  
  ul.social-links {
    clear: both !important;
    margin: 25px 50px;
  }
  /*.better-credit {
    background: url(../img/feature-better-credit-score-full.png) no-repeat center center;

  }*/
  .credit-score h2, .more-credit-score h2, .worry-free h2 {
    color: #5E6B73;
    letter-spacing: -1px;
    padding-top: 20px;
    font-size: 1.6em;
  }
  
  .better-credit-txt {
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    padding: 15px 50px;
  }

  section.credit-score img[src="img/feature-better-credit-score-full.png"] {
    width: 485px;
    float: none;
    margin: 0 auto;
    opacity: 0.5;
  }

  section.credit-score img[src="img/feature-better-credit-score-icon.png"] {
    position: absolute;
    top: 9%;
    left: 29%;
    width: 38%;
    margin-top: 0;
  }


  section.more-credit-score img[src="img/feature-more-credit-card-rewards-icon.png"] {
    position: absolute;
    top: 8%;
    left: 25%;
    width: 50%;
  }

  section.more-credit-score img[src="img/feature-more-credit-card-rewards-full.png"] {
    margin: 0 auto;
    width: 100%;
    padding-top: 9em;
    opacity: 0.5;
  }
  
  section.worry-free img[src="img/feature-worry-free-purchases-full.png"] {
    width: 600px;
    float: none;
    margin: 0 auto;
    opacity: 0.5;
  }

  section.worry-free img[src="img/feature-worry-free-purchases-icon.png"] {
    position: absolute;
    top: 10px;
    left: 30%;
    width: 41%;
  }

  section.credit-score p{
    padding: 1em 0 1em 0;
  }

  section.more-credit-score p {
    padding: 1em 34px 2em;
  }

  .credit-score a, .more-credit-score a, .worry-free a {
    font-size: 1.3em;
  }

  section.more-credit-score {
    position: relative;
    margin-bottom: 50px;
  }
  
  .more-credit-score-txt {
    position: absolute;
    top: 6%;
    left: 0%;
    text-align: center;
  }
  
  .worry-free-txt {
    text-align: center;
    position: absolute;
    padding-top: 75px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cbp-af-header .navbar-collapse {
    background-color: #fff;
  }

  .debitize-navbar  .nav li a.affix-standard-button,
  .cbp-af-header .nav li a.standard-button,
  .cbp-af-header-shrink .nav li a.standard-button {
    padding: 13px 10px;
  }

  .cbp-af-header .nav li a:hover, 
  .cbp-af-header-shrink .nav li a:focus {
    color: #0B6896;
  }

  .cbp-af-header-shrink {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    transition: all .5s ease-in-out;
  }

  .cbp-af-header-shrink .nav.navbar-right li:last-child,
  .cbp-af-header .nav.navbar-right li:last-child {
    margin: 10px;
  }

  .cbp-af-header-shrink .nav li a,
  .cbp-af-header .nav li a {
    color: #000;
  }

  .cbp-af-header-shrink .navbar-header {
    padding-top: 1em;
  }

  .cbp-af-header-shrink .navbar-toggle,
  .cbp-af-header .navbar-toggle {
    margin-top: 0;
  }

  .cbp-af-header-shrink .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .cbp-af-header-shrink .navbar-brand.logo-container-white {
    display: none;
  }

  .cbp-af-header-shrink .navbar-brand.logo-container-blue {
    display: block;
  }

  .cbp-af-header-shrink .nav-left,
  .cbp-af-header .nav-left {
    padding-left: 0;
  }

  .cbp-af-header .navbar-toggle:focus, .cbp-af-header .navbar-toggle:hover,
  .cbp-af-header-shrink .navbar-toggle:focus, .cbp-af-header-shrink .navbar-toggle:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {  
   /*.int
  /*#hero .standard-button{background-color: green;}*/
  .debitize-navbar  {
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    padding: 35px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .debitize-navbar  .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .debitize-navbar.affix {
    background-color: #fff;
    padding: 15px 0;
    -webkit-animation: .5000s menuIn ease;
    animation: .5000s menuIn ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  }

  .debitize-navbar.affix .navbar-brand.logo-container-white {
    display: none;
  }

  .debitize-navbar.affix .navbar-brand.logo-container-blue {
    display: block;
  }

  .debitize-navbar.affix .nav li a {
    color: #000;
  }

  .debitize-navbar.affix .nav li a:hover,
  .debitize-navbar.affix .nav li a:focus {
    color: #0B6896;
  }
}

@media (min-width: 767px) and (max-width: 992px ) {
  /*#hero .standard-button{background-color: lime;}*/
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev    { left: -50%; }
  .active > div { display:none; }
  .active > div:first-child { display:block; }
  .active > div:first-child + div { display:block; }
  
  .debitize-navbar .nav-left {
    padding-left: 0px;
  }

  #hero div.col-md-5 {
    padding: 0 30px;
    text-align: center;
  }
  
  .debitize-footer-logo {
    padding-left: 0;
  }
  
  .debitize-footer-logo img {
    width: 9em;
  }

  .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #0478B1;
  }

  .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #D8D8D8;
  }

  ol.carousel-indicators {
    position: absolute;
    bottom: -36px;
    left: 50%;
  }

  #hero h1, #hero p {
    text-align: center;
  }
  
  .intro {
    padding: 90px 0 90px;
  }

  #hero span a {
    position: absolute;
    bottom: 0;
    right: 25%;
    top: 90px;
  }
  
  

}

@media (min-width: 992px ) {

  .worry-free-txt {
    padding-top: 100px;
  }

  .howitworks {
    margin-bottom: 60px;
  }

  .carousel-opacity {
    opacity: 0.3;
  }

  section.credit-score img[src="img/feature-better-credit-score-full.png"] {
    padding-right: 0;
  }

  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .next        { left:  25%; }
  .carousel-inner .prev    { left: -25%; }
  
  /*.debitize-navbar {
    background-color: red;
  } */
  
}

/*#press img {
  opacity: 0.5;
}
#press img:hover {
  opacity: 1.0;
}*/