@charset "UTF-8";

main.application {
    background: #fff;
    padding: 0;
    font-size: 1em;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*overflow: hidden;*/

    zoom: 0.95
}

main {
  padding: 58px 0 0 0;
}
@media (max-width: 600px) {
  main {
    padding-top: 58px
  }
}
@media (max-width: 1080px) {
  main {
    padding: 58px 0 0 0;
  }
}

.announcement-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.iti.iti--allow-dropdown {
  width: 100%;
}


/*--------------------------------------------------------------
# MISC
--------------------------------------------------------------*/
::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow:none;
}
::selection {
    background: #333;
    color: #fff;
    text-shadow:none;
}
::-webkit-selection {
    background: #333;
    color: #fff;
    text-shadow:none;
}
::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow:none;
}

/*--------------------------------------------------------------
# HEADINGS & TEXT
--------------------------------------------------------------*/
.application h2, .h2 {
    font-size: 28px;
    font-weight: bold;
}

.application h4, .h4 {
    color: #44c5c3;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-coal {
  color: #535353;
}

@media (max-width:575px) {
  h2, .h2 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 14px;
  }
}

.application .hero {
    margin-top: 0;
    zoom: 1.1;
}

.hero__title {
    font-size: 5rem;
}
.hero__actions {
  display: flex;
  justify-content: center;
}

@media (max-width:768px) {

    .hero__title {
        font-size: 3.5rem;
    }

}


.btn.btn-next {
  display: flex;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/
.form-group {
    margin-bottom: 25px;
}

label {
    color: #454545;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control, .wpwl-control {
    background-color: #fff;
    border-radius: 5px;
    border-color: #D7D7D7;
    font-size: 16px;
    padding: 8px 12px;
    height: 44px;
    color: #2A2A2A;
    font-weight: 600;
}
.form-control:focus, .wpwl-control:focus {
    color: #2A2A2A;
    border-color: #44c5c3;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-control.parsley-error {
    border-color: #f7d4d4;
}

select.form-control {
    -webkit-appearance: none;
    background: #fff url(../../images/icons/down-arrow.svg) 90% 12px no-repeat;
    background-size: 16px 16px;
    padding-right: 35px;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.combodate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.combodate select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 100% !important;
}

.required-field {
    font-size: 10px;
    color: #ffffff;
    text-align: left;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.parsley-errors-list, .error, .wpwl-has-error~.wpwl-hint {
    color: #f74646;
    font-weight: 500;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 13px;
    list-style: none;
}
.error-block {
  padding: 10px 15px;
  margin-top: 30px;
  color: #fff;
  background-color:#f74646;
}


/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.application header {
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100vh;
  min-height: 800px;
  width: 100%;
}
.application header.transparent {
  background-color: transparent;
}
@media (min-width:575px) {
  .application header {
    background-color: transparent;
  }
}
.application header .logo-wrap {
  position: relative;
}
.application header .logo {
    width: 110px;
    position: relative;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.application header .logo--dark {
    opacity: 0;
    position: absolute;
    left: 0;
}
.application header .logo--show {
  opacity: 1;
}

@media (max-width:650px) {
    .application header .logo {
        width: 80px;
    }
}


/*--------------------------------------------------------------
# SECTIONS
--------------------------------------------------------------*/
.section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section__form {
  padding: 0;
  height: 0;
  min-height: 0;
  
 /* position: absolute;*/
  width: 100%;

  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility .3s ease-out 0s, opacity .3s ease-out 0s;
  -o-transition: visibility .3s ease-out 0s, opacity .3s ease-out 0s;
  transition: visibility .3s ease-out 0s, opacity .3s ease-out 0s;
}

.section__form.section--current, .section__form.section--complete {
  height: auto;
  min-height: auto;
  padding: 60px 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility .3s ease-out 0s, opacity .3s ease-out 0s;
  -o-transition: visibility .3s ease-out 0s, opacity .3s ease-out 0s;
  transition: visibility .3s ease-out 0s, opacity .3s ease-out 0s;
}

#details.section__form.section--current {
  min-height: 768px;
}

.section__form .section__title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out 0.5s;
  -o-transition: all .3s ease-out 0.5s;
  transition: all .3s ease-out 0.5s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.section__form .section__content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out 0.8s;
  -o-transition: all .3s ease-out 0.8s;
  transition: all .3s ease-out 0.8s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.section__form.section--current .section__title, .section__form.section--current .section__content,  .section__form.section--complete .section__title, .section__form.section--complete .section__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__title {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}
.section__title h2 {
    color: #222;
    font-weight: 600;
    position: relative;
}
.section__title h2:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #44c5c3;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -20px;
}
.section__title--large h2 {
  font-size: 200%;
  font-weight: 600;
}
.section__title--large h2:after {
  height: 2px;
}
.section__title p {
  margin-top: 40px;
}

.section__content {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width:768px) { 
  .section__form.section--current, .section__form.section--complete {
      height: auto;
      min-height: auto;
      overflow: visible;
    }
  .section .container, .section__form .container, .section__content {
    max-width: 100%;
  }
}

@media (max-width:650px) {
    .section__form.section--current, .section__form.section--complete {
      padding: 40px 0 30px 0;
    }
}

/*--------------------------------------------------------------
# RESORTS
--------------------------------------------------------------*/
.destinations__grid {
  text-align: center;
}
.destinations__grid-item {
  margin: 7px 7px;
  width: 155px;
  height: 155px;
  position: relative;
  display: inline-block;
}
.destinations__grid-item input {
  display: none;
}
.destinations__grid-item label {
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1;
  border-radius: 160px;
  margin: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: transform 0.2s ease;
          -webkit-transition: -webkit-transform 0.2s ease;
          transition: -webkit-transform 0.2s ease;
          -o-transition: transform 0.2s ease;
          transition: transform 0.2s ease;
          transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.destinations__grid-item label:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 160px;
}
.destinations__grid-item.destination__sold-out label:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.destinations__grid-item label:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.destinations__grid-item label:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.destinations__grid-item.destination__sold-out label:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.destinations__grid-item.destination__sold-out label:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.destinations__grid-item label .destination__name {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0px 1px 1px #0000007a;
  position: absolute;
  z-index: 1;
  padding: 10px;
}
.destinations__grid-item label .destination__state {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  padding: 6px;
  bottom: 0;
  background-color: #f03636;
  left: 0;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.destinations__grid-item label .destination__promo {
  color: #222;
  font-weight: 600;
  line-height: 1.1;
  font-size: 13px;
  position: absolute;
  z-index: 1;
  padding: 5px;
  bottom: 0;
  background-color: #ececec;
  left: 0;
  width: 100%;
  border-radius: 100px;
}

.destinations__grid-item input:checked + label:after {
  background-color: rgba(69, 197, 195, 0.30);
}
.destinations__grid-item input:checked + label, .destinations__grid-item input:checked:hover + label {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.destinations__grid-item input:checked + label:before {
  content: "";
  border: 4px solid #44c5c3;
  position: absolute;
  top: 0;
  height: 155px;
  width: 155px;
  border-radius: 160px;
}



/*--------------------------------------------------------------
# RESORT DATES
--------------------------------------------------------------*/
#destination-actions, #section__destination-date {
  display: none;
}

.destinations__grid-item.destinations__grid-item--selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.destinations__grid-item.destinations__grid-item--selected label:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.destination__selected-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.destination__change {
  position: absolute;
  bottom: 0;
  padding: 9px;
  color: #fff;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  left: 0;
  border-radius: 0 0 5px 5px;
}
.carousel-dates {
  margin-left: -10px;
}
.destination__date {
  display: inline-block;
  width: 50%;
  max-width: 170px;
  height: 150px;
  padding-left: 10px;
  margin-bottom: 25px;
  padding-top: 10px;
}
.destination__date--soldout {
  pointer-events: none;
  opacity: 0.6;
}
.destination__date input {
  display: none;
}
.destination__date label {
  cursor: pointer;
  background-color: #FFF;
  border: 2px solid #D9D9D9;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  width: 150px;
  margin: 0;
  text-align: center;
  position: relative;
  line-height: 1.2;
  -webkit-transition: transform 0.2s ease;
          -webkit-transition: -webkit-transform 0.2s ease;
          transition: -webkit-transform 0.2s ease;
          -o-transition: transform 0.2s ease;
          transition: transform 0.2s ease;
          transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.destination__date label:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.destination__date label .date {
  color: #2A2A2A;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
}
.destination__date label .remaining {
  position: absolute;
  top: -2px;
  border-radius: 3px;
  width: 90%;
  background-color: #D23232;
  color: #fff;
  padding: 4px 5px;
  font-size: 12px;
  line-height: 1.4;
}
.destination__date label .promo {
  color: #222;
  font-weight: 600;
  line-height: 1.1;
  font-size: 13px;
  position: absolute;
  z-index: 1;
  padding: 5px;
  bottom: -8px;
  background-color: #ececec;
  left: 0;
  width: 100%;
  border-radius: 100px;
}
.destination__date input:checked + label {
  background-color: rgba(69, 197, 195, 0.15);
  border-color: #44c5c3;
}
.destination__date input:checked + label .date {

}
.destination__date input:checked + label {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}


/*--------------------------------------------------------------
# RESORT DATES
--------------------------------------------------------------*/
.options__grid {
  display: block;
  text-align: center;
}
.options__grid .option__item {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.options__grid .option__item input {
  display: none;
  -webkit-appearance: none;
}
.options__grid .option__item .circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  height: 132px;
  margin: 0 auto; 
  width: 133px;
}
.options__grid .option__item i, .options__grid .option__item img {
  color: #252525;
  font-size: 4.5em;
  line-height: 130px;
  display: block;
  text-shadow: none;
}
.options__grid .option__item span {
  color: #252525;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  display: block;
  padding-top: 10px;
  margin: 0 0 25px 0;
}
.options__grid .option__item input:checked + label .circle {
  background-color: rgba(219, 40, 117, 0.15) !important;
  border-color: #44c5c3 !important;
}
.options__grid .option__item input:checked + label i {
  
}

.selected__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.21);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.21);
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 505px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
}
.selected__choice.visible {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.selected__choice img {
  margin-right: 20px;
}
.selected__choice p {
  margin-bottom: 0;
}

.destination__selected-choice .selected__choice {
  margin: 0 0 0 20px;
}


@media (max-width: 700px) {
  .section__form .section__title {
    margin-bottom: 40px;
  }

  .options__grid .option__item  {
    width: 38%;
  }

  .destination__selected-choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .destination__selected-choice .selected__choice {
    margin: 20px 0;
  }
  #section__destination-date h4 {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .options__grid .option__item span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .options__grid .option__item i {
    font-size: 4em;
    line-height: 120px;
  }
  .options__grid .option__item .circle {
    height: 120px;
    width: 120px;
  }
  .destination__date label:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /*.options__grid .option__item label[for="room-friends"] {
    position: relative;
    top: 20px;
  }*/
}


.destination__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2.5rem 1rem;
  background-size: cover;
  background-position: center;
}
.destination__item:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.destination__item .destination__item-name {
  position: relative;
  font-size: 4.5rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.5;
}
.destination__item .destination__item-date {
  position: relative;
  color: #fff;
  padding: 5px 20px;
  background: #44c5c3;
}
.destination__included h3 {
  color: #44c5c3;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}
.destination__included p {

}
.destination__included ul {
  padding-left: 30px;
}
.destination__included li {
  list-style: none;
  margin: 12px 0;
  position: relative;
}
.destination__included li:before {
  content: "";
  display: block;
  background-image: url(../../images/icons/check-primary.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -30px;
}
.countdown {
  padding: 0.5rem;
  background: #bdfaf9;
  text-align: center;
  margin: 1rem 0 1.5rem 0;
}
.countdown h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.countdown p {
  margin: 0 0 5px 0;
}
#countdown-clock-flaps {
  text-align: center;
  color: #DD3434;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: none;
}

/*--------------------------------------------------------------
# CHECKER
--------------------------------------------------------------*/
#checking, #checking-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #fff;
  padding-top: 30px;
}
#checking-overlay {
  padding-top: 0;
}
#checking .hero, #checking-overlay .hero {
  height: 100%;
  position: relative;
}
#checking .hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#checking .hero:after {
  content: "";
  background: linear-gradient(to top, #2e6e6d 5%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#checking .hero__container {
  margin-top: -9rem !important;
  z-index: 3;
}

.checker {
  max-width: 360px;
  margin: -10px auto 0 auto;
  position: relative;
  width: 100%;
}
.checker__card {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 25px;
  border-radius: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.20);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.20);
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto -330px auto;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checker__card:nth-child(1) {
  bottom: 24px;
  width: 80%;
}
.checker__card:nth-child(2) {
  bottom: 36px;
  width: 85%;
}
.checker__card:nth-child(3) {
  bottom: 48px;
  width: 90%;
}
.checker__card:nth-child(4) {
  bottom: 60px;
  width: 95%;
}
.checker__card:nth-child(5) {
  bottom: 72px;
  width: 100%;
}
.checker__step {
    margin-bottom: 10px;
    color: #8B8B8B;
}
.checker__card img {
  margin: 10px auto;
}
.checker__card .icon-check {
  background-color: #3dc03d;
  border-radius: 50%;
  color: #fff;
  padding: 17px;
  display: inline-block;
  line-height: 37px;
}
.checker__card h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}

#app-loading {
  background-color: #eee;
  width: 100%;
  border-radius: 30px;
  height: 15px;
  max-width: 360px;
  margin: 0 auto;
}
#app-loading-bar {
  background-color: #3dc03d;
  height: 15px;
  border-radius: 30px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#app-loading-precent {
  display: none;
}

.transformPrev {
  /* animation: scaleUp 100ms forwards !important; */
  display: none;
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; 
  }
  20% {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0.10;
  }
  40% {
    -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
            transform: scale(1.10);
    opacity: 0.20;
  }
  60% {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.40;
  }
  80% {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
    opacity: 0.80;
  }
  100% {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; 
  }
  20% {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0.10;
  }
  40% {
    -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
            transform: scale(1.10);
    opacity: 0.20;
  }
  60% {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.40;
  }
  80% {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
    opacity: 0.80;
  }
  100% {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleDown {
  0% {-webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0); opacity: 1; }
  20% {-webkit-transform: scale(1.01) translateY(20px);transform: scale(1.01) translateY(20px); opacity: 0.80;}
  40% {-webkit-transform: scale(1.05) translateY(40px);transform: scale(1.05) translateY(40px); opacity: 0.40;}
  60% {-webkit-transform: scale(1.10) translateY(60px);transform: scale(1.10) translateY(60px); opacity: 0.20;}
  80% {-webkit-transform: scale(1.15) translateY(80px);transform: scale(1.15) translateY(80px); opacity: 0.10;}
  100% {-webkit-transform: scale(1.2) translateY(100px);transform: scale(1.2) translateY(100px); opacity: 0;}
}
@-webkit-keyframes scaleDown {
  0% {-webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0); opacity: 1; }
  20% {-webkit-transform: scale(1.01) translateY(20px);transform: scale(1.01) translateY(20px); opacity: 0.80;}
  40% {-webkit-transform: scale(1.05) translateY(40px);transform: scale(1.05) translateY(40px); opacity: 0.40;}
  60% {-webkit-transform: scale(1.10) translateY(60px);transform: scale(1.10) translateY(60px); opacity: 0.20;}
  80% {-webkit-transform: scale(1.15) translateY(80px);transform: scale(1.15) translateY(80px); opacity: 0.10;}
  100% {-webkit-transform: scale(1.2) translateY(100px);transform: scale(1.2) translateY(100px); opacity: 0;}
}

@keyframes scaleCard {
  0%   {top:5px;}
  100% {top:24px;}    
}
@-webkit-keyframes scaleCard {
  0%   {top:5px;}
  100% {top:24px;}    
}


/*--------------------------------------------------------------
# TABS
--------------------------------------------------------------*/
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center;
  justify-content: center; */
  padding-top: 60px;
}
.tabs a {
  background-color: #F1F1F1;
  padding: 15px;
  color: #5B5B5B;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  height: 65px;
  margin-right: 20px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.tabs a:last-child {
  margin-right: 0;
}
.tabs a:hover {
  text-decoration: none;
  background-color: #e4e4e4;
  
}
.tabs a.tab--active {
  background-color: #44c5c3;
  color: #fff;
}
.tab__content {
  display: none;
  padding-top: 40px;
}
.tab__content h3 {
  color: #5B5B5B;
  font-weight: bold;
  font-size: 25px;
  margin: 10px 0 20px 0;
}
.tab__content p {
  color: #7D7D7D;
  line-height: 1.6;
  margin-bottom: 30px;
}

.destination__image {
  width: 48%;
  height: 260px;
  border-radius: 15px;
  margin-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;

  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.flickity-button.flickity-prev-next-button {
  border-radius: 8px
}
.flickity-button:focus {
  -webkit-box-shadow: none!important;
          box-shadow: none!important
}
.flickity-button.flickity-prev-next-button:disabled {
  visibility: hidden
}

/*--------------------------------------------------------------
# TICK LIST
--------------------------------------------------------------*/
.tick__list {
  padding-left: 35px;
}
.tick__list li {
  list-style: none;
  margin: 20px 0;
  font-size: 17px;
  position: relative;
}
.tick__list--green li:before {
  content: "";
  display: block;
  background-image: url(../../images/icons/tick-green-circle.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  width: 28px;
  height: 30px;
  position: absolute;
  left: -35px;
}

/*--------------------------------------------------------------
# PAYMENT
--------------------------------------------------------------*/
#payment {
  padding: 30px 0;
}
.application__cta {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  margin-top: -300px;
  width: 100%;
  max-width: 400px;
  z-index: 2;
}
.application__cta .btn {
  -webkit-box-shadow: 0 7px 17px rgba(0, 0, 0, 0.25);
          box-shadow: 0 7px 17px rgba(0, 0, 0, 0.25);
  padding: 14px 15px;
}
.application__card {
    background-color: #3E3E3E;
    border-radius: 25px;
    -webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 38px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: center;
    margin-bottom: 25px;
}
.application__card h4 {
  font-size: 14px;
  color: #BCBCBC;
  margin-bottom: 15px;
}
.application__card h3 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}
.application__card .badge {
  border-radius: 30px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.application__option {
  padding: 10px;
  background-color: #2C2C2C;
  border-radius: 5px;
  margin-top: 25px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.application__option--value {
  color: #44c5c3;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
.application__option--name {
  color: #848484;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}
.application__label {
  color: rgba(255, 255, 255, 0.63);
  text-align: left;
  margin-top: 10px;
}
.application__value {
  color: #fff;
  text-align: left;
  margin-top: 10px;
}



#checkout {
 background-color: #fff;
 padding: 120px 0;
 text-align: center;
}
#checkout h2 {
  color: #44c5c3;
  text-transform: uppercase;
}
.payment__card {
  width: 100%;
  max-width: 450px;
  margin: 100px auto 30px auto;
  padding: 30px;
  background-color: #3e3e3e;
  border-radius: 15px;
}
.payment__price {
  border-radius: 50%;
  background-color: #44c5c3;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 40px;
  margin-top: -80px;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -80px auto 30px auto;
  line-height: 1.1;
}
.payment__price span {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.1;
}
.payment__card h4 {
  color: #44c5c3;
  text-transform: uppercase;
  font-size: 24px;
}
.payment__card form {
  text-align: left;
}
.payment__card label {
  color: #eee;
  text-transform: uppercase;
}
.payment__card .form-control {
  border-radius: 5px;
}
.payment__card .form-group {
  margin-bottom: 20px;
}
.payment__card #card-element {
  background-color: #fff
}
.payment__card .btn {
  margin-bottom: -55px;
  -webkit-box-shadow: 0 7px 17px rgba(0, 0, 0, 0.25);
          box-shadow: 0 7px 17px rgba(0, 0, 0, 0.25);
}


@media (max-width:992px) {

  .section--payment .section__splash--content {
    padding-top: 20px;
  }
  .application__cta {
    margin-left: auto;
    margin-right: auto;
    margin-top: -250px;
  }
  #checkout {
    padding: 60px 0;
  }
}

@media (max-width: 650px) {
  #checking {
    zoom: 0.9
  }

  .section--payment .section__splash--content {
    padding-top: 0;
  }
  .section__splash--sub-heading {
    font-size: 30px;
  }
  .application__cta { 
    margin-top: -410px;
    position: relative;
  }
  #payment .row .col-lg-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .payment__card {
    padding: 15px;
  }
  .payment__card .btn {
    margin-bottom: -33px;
  }
}

.section__checker--content {
  padding-top: 0;
  padding-bottom: 340px;
}

@media (max-width: 450px) {
  .form-group {
    margin-bottom: 20px;
  }
  .section--payment .section__splash--heading {
    font-size: 30px;
  }
  .section__splash--sub-heading {
    font-size: 25px;
    margin-bottom: 20px
  }
  .checker {
    max-width: 280px;
  }
  .checker__card {
    padding: 20px;
  }
  .application__cta { 
    margin-top: -420px;
  }
  .section--payment {
    padding-top: 1.5rem;
  }
  .application__card {
    padding: 20px;
  }
  .application__card .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .application__card .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .application__value {
    margin-top: 3px;
  }
  .application__option {
    margin-top: 10px;
  }
  .application__card .badge {
    margin-bottom: 10px;
  }
  .tabs {
    padding-top: 90px;
  }
  .tabs a {
    margin: 0;
    width: 100%;
    font-size: 15px;
    height: 50px;
    padding: 15px 5px;
  }
  .tabs a:first-child {
    /* margin-right: 10px; */
  }
  .tab__content {
    padding-top: 20px;
  }
  .destination__image {
    width: 100%;
  }
  #checkout {
    padding-top: 40px;
  }
}

@media (max-width: 360px) {

  .application__cta { 
    margin-top: -350px;
  }

}



/*--------------------------------------------------------------
# TOTALPROCESSING Checkout
--------------------------------------------------------------*/
.wpwl-form {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.wpwl-form-card {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}
.wpwl-form .form__checkbox input[type=checkbox]~span {
  color: #fff;
}
.wpwl-control-surName, .wpwl-control-givenName {
  width: 49%;
}
.wpwl-group.wpwl-group-brand {
  display: none;
}
div.wpwl-group-cardNumber {
  font-size: 1rem;
  width: 100%;
}
div.wpwl-sup-wrapper-country {
  width: 100%;
}
.wpwl-group {
  float: left;
}
div.wpwl-label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.wpwl-group-cardHolder, div.wpwl-group-cardNumber, div.wpwl-sup-wrapper-country {
  padding-right: 0;
  width: 100% !important;
}

.cnpBillingCheckoutWrapper {position:relative;}
.cnpBillingCheckoutHeader {width:100%;border-bottom: 1px solid #c0c0c0;margin-bottom:10px;}
.cnpBillingCheckoutLeft {width:240px;margin-left: 5px;margin-bottom: 10px;border: 1px solid #c0c0c0;display:inline-block;vertical-align: top;padding:10px;}
.cnpBillingCheckoutRight {width:50%;margin-left: 5px;border: 1px solid #c0c0c0;display:inline-block;vertical-align: top;padding:10px;}
.cnpBillingCheckoutOrange {font-size:110%;color: rgb(255, 60, 22);font-weight:bold;}
div.wpwl-wrapper, div.wpwl-label, div.wpwl-sup-wrapper { width: 100% }
div.wpwl-group-expiry, div.wpwl-group-brand { width: 30%; float:left }
div.wpwl-group-cvv { width: 68%; float:left; margin-left:2% }
div.wpwl-group-cardHolder, div.wpwl-sup-wrapper-street1, div.wpwl-group-expiry { clear:both }
div.wpwl-sup-wrapper-street1 { padding-top: 1px }
div.wpwl-wrapper-brand { width: auto }
div.wpwl-sup-wrapper-state, div.wpwl-sup-wrapper-city { width:32%;float:left;margin-right:2% }
div.wpwl-sup-wrapper-postcode { width:32%;float:left }
div.wpwl-sup-wrapper-country { width: 66% }
div.wpwl-wrapper-brand, div.wpwl-label-brand, div.wpwl-brand { display: none;}
div.wpwl-group-cardNumber { width:60%; float:left; font-size: 20px;  }
div.wpwl-group-brand { width:35%; float:left; margin-top:28px }
div.wpwl-brand-card  { width: 65px }
div.wpwl-brand-custom  { margin: 0px 5px; background-image: url("https://oppwa.com/v1/paymentWidgets/img/brand.png") }