@import url("//fonts.googleapis.com/css?family=Bebas+Neue: 400&subset=latin");
#first-steps-v2 {
    text-align: center;
    width: 100%;
}
#first-steps-v2 #extra-amount-alert {
    margin-top: 5px;
    margin-bottom: 5px;
}
#first-steps-v2 input, #first-steps-v2 select {
    padding: 3px;
}    
#first-steps-v2 input::-webkit-input-placeholder {
    text-align: center;
}    
#first-steps-v2 input:-moz-placeholder {
    text-align: center;
}
#first-steps-v2 input {
    font-size: 16px;
}
#first-steps-v2 input:focus {
    font-size: 16px;
}    
#first-steps-v2 h1, #paymentscreen h1 {
    font-size: 31px;
    text-transform: uppercase;
    font-family:  "Bebas Neue";
    font-weight: 400;
}
#first-steps-v2 .v2-step {
    margin: 0 auto;
    min-height: 300px;
    width: 650px;
}
#first-steps-v2 .v2-step input, #first-steps-v2 .v2-step select {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}       
#first-steps-v2 .v2-step p:first-of-type {
    margin-top: 30px;
    margin-bottom: 10px !important;
}
#first-steps-v2 #v2-next-div div {
    width: 300px;
}
#registration-container {
    background-color: white;
}
#release-of-liability {
    margin-top: 50px;
}
#submitpayment {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bottom-anchor-btns {
    
    padding-top: 0px !important;
    display: block;
    text-transform: uppercase;
    font-family:  "Bebas Neue";
    font-weight: 400;
    
    vertical-align: middle !important;
    
    
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0 auto;
    margin-left: 0px;
    margin-right: 0px;
}
.bottom-anchor-btns div {
    font-family:  "Bebas Neue";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    background-color: #bbbbbb;
    cursor: pointer;
    display: inline-block;
}
.bottom-anchor-btns div.half {
    width: 49% !important;
}
.bottom-anchor-btns div.ready{
    background-color: #e54800;
    color: white;
}       
.bottom-anchor-btns div.ready.btn-danger, .bottom-anchor-btns div.ready:hover {
    background-color: green;
    color: white;
}        
.bottom-anchor-btns div.ready i{
    display: none;
}
.v2-hide {
    display: none;
}
.full {
    width: 100%;
}
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 7px solid #ccc;
  width: 100%;
  top: 12px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 7px solid #ccc;
  width: 100%;
  top: 12px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ccc;
  margin: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter, .stepper-item.active .step-counter {
  background-color: #e54800;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 7px solid #e54800;
  width: 100%;
  top: 12px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
@media (max-width: 650px) {
    #first-steps-v2 .v2-step {
        width: 100%;
    }
    #first-steps-v2 input, #first-steps-v2 select {
        height: 45px;
    }
    #first-steps-v2 .v2-step {
        margin: 0 auto;
        min-height: 190px;
    }
    #release-of-liability {
        margin-top: 20px;
    }                  
}
@media (max-width: 1100px) {
    #last-step {
        text-align: center;
    }
}
@media screen and (max-width: 1100px) and (min-width: 601px) {
    section.sections-container .addon-btn.half {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 425px) {
    footer.footer-wrapper {
        display: none;
    }
    #camperinfo.margin-bottom-1 {
        margin-bottom: 50px;
    }
    #camperinfo.margin-bottom-2 {
        margin-bottom: 100px;
    }
    #camperinfo.margin-bottom-3 {
        margin-bottom: 150px;
    }        
    #backtoinfo {
        display: none;
    }
    #first-steps-v2 input, #first-steps-v2 select {
        height: 50px;
    }  
    #first-steps-v2 #v2-next-div div{
        width: 100%;
    }
    .bottom-anchor-btns {
        position: fixed; 
        left: 0%;
        bottom: 0%;
        width: 100%;
        background-color: white;
        z-index: 10;
    }
    .bottom-anchor-btns.two-btns {
        height: 100px;
    }
    .bottom-anchor-btns.three-btns {
        height: 150px;
    }            
    .bottom-anchor-btns div.half {
        width: 100% !important;
        margin-bottom: 2px;
    }
    #first-steps-v2 select {
        width: 100%;
    }
    div.parallax-container {
        border-top: none;
    }
}