.centeredContent--new
{
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.titelTop h1
{
  display: none;
}

.img-responsive
{
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.plazmaFrame
{
  display: block;
  height: auto;
  overflow: hidden;
  transition: all .25s linear;
}

#clips
{
  display: block !important;
}

#clips.centeredContent
{
  max-width: 100%;
  padding: 0;
}

#clips section
{
  margin: 0;
  padding: 0;
}

#myCarousel img
{
  width: 100vw;
  height: 65vh;
  object-fit: cover;
  transition: "fade";
}

.carousel-inner
{
  height: 65vh;
  background-image: radial-gradient(circle farthest-corner at 51.1% 51.2%, rgba(255, 255, 255, 1) 0%, rgba(203, 203, 203, 1) 86.2%);
  transition: "fade";
}

.carousel-inner .item .main-banner
{
  transform: scale(1.0006) translateZ(0px);
  height: 65vh;
  background-size: cover;
  width: 100%;
}

.clipContent .page-banner
{
  background-size: cover;
  padding: 220px 0 30px;
}

.clipContent .page-banner.left
{
  background-position: left center;
}

.clipContent .page-banner.left.top
{
  background-position: left top;
}

.clipContent .page-banner.left.bottom
{
  background-position: left bottom;
}

.clipContent .page-banner.left_30
{
  background-position: 30% center;
}

.clipContent .page-banner.right
{
  background-position: right center;
}

.clipContent .page-banner.right.top
{
  background-position: right top;
}

.clipContent .page-banner.right.bottom
{
  background-position: right bottom;
}

.clipContent .page-banner.right_30
{
  background-position: 70% center;
}

.clipContent .page-banner.center
{
  background-position: center center;
}

.clipContent .page-banner-text
{
  max-width: 1300px;
  margin: 0 auto;
  padding: 1rem;
}

.clipContent .page-banner-text h1
{
  text-align: left;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}

.clipContent .page-banner-text h4
{
  text-align: left;
  margin: 0;
  line-height: 1;
}

.blocks
{
  display: flex;
  flex-direction: row;
}

.blocks .box.block
{
  padding: 2em;
  text-align: center;
  margin: 10px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 33%;
  height: auto;
  border: solid 1px #ddd;
  border-left: solid 5px #ffc40d;
}

.blocks .box.block h4
{
  text-align: center;
}

.box.block
{
  padding: 2rem;
  text-align: center;
  margin: 5px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  border: solid 1px #ddd;
  border-left: solid 5px #ffc40d;
}

.show.card
{
  position: relative;
  max-width: 300px;
  height: 130px;
  background-color: #fff;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  border: solid 1px #ddd;
  border-left: solid 5px #ffc40d;
}

.show.card:hover
{
  height: 330px;
}

.show.card:hover .image
{
  top: -25%;
}

.show.card .image
{
  position: relative;
  width: 100px;
  height: 100px;
  top: 0;
  margin: 0 auto;
  background: transparent;
  z-index: 1;
}

.show.card .image img
{
  max-width: 100%;
  border-radius: 5px;
}

.show.card .content
{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  color: #111;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.show.card .content h4
{
  text-align: center;
}

.show.card .content p
{
  text-align: center;
}

.show.card:hover .content
{
  top: 20px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}

.terms
{
  background: #f8f8f8;
  padding: 1rem;
  padding-bottom: 30px;
}

.terms h3
{
  font-size: 20px;
}

.terms h4
{
  font-size: 14px;
}

.terms h5
{
  font-size: 14px;
}

.terms p
{
  font-size: 14px;
}

.terms ul li
{
  font-size: 14px;
}

.check-list .table th
{
  vertical-align: middle;
  text-align: center;
}

.check-list .table td
{
  vertical-align: middle;
}

.check-list .table li
{
  list-style: none;
}

.check-list .table .check-list-item:before
{
  content: '\f058';
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  font-weight: 300;
}

.cards
{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.service_icon
{
  width: 200px;
  height: 200px;
  margin: 30px auto 30px;
}

.service_text
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #030000;
}

.service_text p
{
  text-align: center;
  min-height: 80px;
}

.clip-wallet h2
{
  text-align: left;
}

.clip-wallet h4
{
  text-align: left;
}

.clip-deals h2
{
  text-align: center;
}

.clip-deals h4
{
  text-align: center;
}

.clip-deals p
{
  text-align: center;
}

.clip-subscribe .row div#subscribe
{
  border: solid 1px #ddd;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 20px;
  border-left: solid 5px #ffc40d;
}

.clip-subscribe .row div#subscribe .col-sm-3
{
  padding: 10px 0
}

.clip-subscribe .row div#subscribe .col-sm-6
{
  padding: 10px 0
}

.clip-subscribe .row div#subscribe .col-sm-3 h2
{
  text-align: left;
}

.clip-subscribe .row div#subscribe .col-sm-3 h4
{
  text-align: left;
}

.clip-experiences h2
{
  text-align: center;
}

.clip-experiences h4
{
  text-align: center;
}

.sp-cards
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.sp-card
{
  flex: 1 1 auto;
  min-height: 350px;
  margin: 10px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
  z-index: 2;
  border-radius: 5px;
}

.sp-card-big
{
  flex: 1 1 48%;
}

.sp-card-link
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 120px;
  cursor: pointer;
  z-index: 3;
}

.sp-card img
{
  height: 350px;
  width: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%
}

.sp-card:after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-card-link:after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0%) 0%, rgba(18, 18, 18, 62%) 74%, rgb(40, 40, 40) 99%, rgb(0, 0, 0) 100%);
  opacity: 0.7;
  transition: opacity .25s ease;
}

.sp-card-link:hover:after
{
  background: linear-gradient(to bottom, rgb(0, 0, 0 / 23%) 0%, rgb(18, 18, 18 / 88%) 74%, rgb(40, 40, 40 / 98%) 99%, rgb(0, 0, 0) 100%);
  opacity: 1;
}

.sp-card__text
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  height: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 12px;
  padding-left: 17px;
  z-index: 5;
  cursor: default !important;
}

.sp-card__text h4
{
  line-height: 1.3rem;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
}

.sp-card:hover .sp-card__text
{
  cursor: pointer;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.sp-card__heared
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  margin: 0px 6px;
}

.sp-card__heared a
{
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #009ECA;
  cursor: pointer;
}

.sp-card.service
{
  background: #ccc;
  z-index: 0;
  box-shadow: 0px 8px 10px 1px rgb(184 184 184 / 50%);
}

.sp-card-link.service .service_link img
{
  height: 230px;
}

.sp-card-link.service .service_link:after
{
  background: none;
}

.sp-card.service .sp-card__text
{
  height: 130px;
  background: #ffffff;
  color: #000;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sp-card.service .sp-card__text p
{
  font-size: 16px;
  width: 75%;
  margin-right: 5%;
  line-height: 1.4;
}

.sp-card.service .sp-card__text a.btn-ghost-white
{
  border-radius: 50%;
  min-width: auto;
  padding: 5px 9px;
}

.sp-card.service .sp-card__text a.btn-ghost-white:hover
{
  border-radius: 50%;
  background: #f2f2f2;
}

.sp-card.service .sp-card__text a.btn-ghost-white img
{
  height: 20px;
}

.sp-card-link.experience_link
{
  bottom: 0 !important;
}

h3.icon-eat:before
{
  content: url(https://storage.aerocrs.com/402/system/icon-restaurants.svg);
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

h3.icon-market:before
{
  content: url(https://storage.aerocrs.com/402/system/icon-markets.svg);
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

h3.icon-shop:before
{
  content: url(https://storage.aerocrs.com/402/system/icon-shopping.svg);
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

h3.icon-entertain:before
{
  content: url(https://storage.aerocrs.com/402/system/icon-entertainment.svg);
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.contact-block
{
  min-height: 370px;
  padding: 1rem;
  text-align: center;
  margin: 5px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}

.contact-block p
{
  text-align: center;
}

.contact-block-text
{
  min-height: 250px;
}

.contact-block .btn-block
{
  background-color: #fff;
  color: #000000;
  border: solid 2px #000000;
  border-radius: 10px;
  margin-top: 20px;
  text-decoration: none !important;
}

.contact-block .btn-block:hover
{
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  border: solid 2px #000000;
  border-radius: 10px;
  margin-top: 20px;
}

.contact-block #contact-img
{
  width: 150px;
}

.ribbon
{
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before
{
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #009eca;
}

.ribbon::after
{
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #009eca;
}

.ribbon span
{
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #009eca;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font: 700 18px/1 'Montserrat';
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-right
{
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before
{
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::after
{
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before
{
  top: 0;
  left: 0;
}

.ribbon-top-right::after
{
  bottom: 0;
  right: 0;
}

.ribbon-top-right span
{
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

ul.stepper
{
  padding: 1.5rem;
  margin: 0 -1.5rem;
  counter-reset: list-number;
}

ul.stepper .step
{
  position: relative;
  list-style: none;
}

ul.stepper .step li.step:before
{
  position: absolute;
  height: 1.75rem;
  width: 1.75rem;
  color: #fff;
  background-color: #009cde;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 1.75rem;
  font-weight: 400;
  margin-right: 30px;
  counter-increment: list-number;
  content: counter(list-number);
}

ul.stepper .step .step-title
{
  padding-left: 47px;
  font-weight: 600;
}

ul.stepper .step .step-content
{
  padding: 10px 50px;
}

ul.stepper .step .step-content p
{
  text-align: left;
}

ul.schedule-nav
{
  list-style: none;
}

ul.schedule-nav li
{
  display: inline-block;
  padding: 0 0 10px;
}

ul.schedule-nav li img
{
  width: 20px;
}

.schedule h2 img
{
  width: 20px;
}

.schedule table tr.visible-xs th
{
  background-color: #d9eaf5;
  text-align: center;
  width: 14%;
  min-width: 14%;
  border: none;
}

.schedule table tr.visible-xs th img
{
  width: 20px;
}

.schedule table tr.hidden-xs th
{
  background-color: #d9eaf5;
  text-align: center;
  border: none;
}

.schedule table tr.flights
{
  height: 40px;
}

.schedule table tr.flights td
{
  text-align: center;
}

.schedule table tr.flights td.time
{
  font-weight: 600;
}

.schedule table tr.flights td img
{
  width: 20px;
}

.schedule table tr.flights:hover .icon
{
  filter: brightness(0) invert(1);
}

.schedule span.paw-legend
{
  text-align: right;
  display: block;
  margin: 0 0 20px;
}

.schedule .paw-legend img
{
  width: 20px;
}

.table-hover tbody tr:hover
{
  background-color: #4a6572;
  color: #ffffff;
}

.table.table-striped.table-hover th
{
  min-width: 100px;
}

.box_feat
{
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px 30px;
  display: block;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  color: #555;
  margin-bottom: 30px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  overflow: hidden;
}

.box_feat p
{
  text-align: left;
  font-size: 18px;
  color: #000;
}

.box_feat h3
{
  color: #000;
  text-align: center;
}

.box_feat h3 a
{
  text-decoration: none !important;
}

.voucherContainer
{
  flex-wrap: wrap;
}

.voucherContainer .voucherBox
{
  display: flex;
  flex-direction: column;
  width: 23%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 10px;
  box-sizing: border-box;
  border: 2px solid #fff;
  position: relative;
}

.voucherContainer .voucherBox:hover
{
  border: 2px solid #ffc40d;
}

.voucherContainer .voucherBox .voucherBoxImage img
{
  object-fit: contain;
  display: flex;
  width: auto;
}

.voucherContainer .voucherBox h1
{
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  padding: 0;
  text-align: center;
  line-height: 1.2;
  height: 80px;
  display: none;
}

.voucherContainer .voucherBox .price
{
  display: none;
}

.voucherContainer .voucherBox .desc
{
  min-height: auto;
  padding-bottom: 20px;
}

.voucherContainer .voucherBox button
{
  border: none;
  outline: 0;
  padding: 8px 20px;
  color: #000;
  background-color: #ffc40d;
  text-align: center;
  cursor: pointer;
  width: 90%;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.voucherContainer .voucherBox button:hover
{
  color: #fff;
  background-color: #000;
}

.topUpBox.voucherBox[data-price="500.00"]
{
  background-color: #f5f5f5;
}

.topUpBox.voucherBox[data-price="1000.00"]
{
  background-color: #f5f5f5;
}

.topUpBox.voucherBox[data-price="2000.00"]
{
  background-color: #f5f5f5;
}

.topUpBox.voucherBox[data-price="5000.00"]
{
  background-color: #f5f5f5;
}

.topUpBox.voucherBox[data-price="9500.00"]
{
  background-color: #000000;
}

.topUpBox.voucherBox[data-price="23500.00"]
{
  background-color: #000000;
}

.topUpBox.voucherBox[data-price="46000.00"]
{
  background-color: #000000;
}

.topUpBox.voucherBox[data-price="90000.00"]
{
  background-color: #000000;
}

#page-carousel
{
  margin-top: 40px;
}

#page-carousel .item .title
{
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}

#page-carousel .item .title h4
{
  background-color: #f9c30d;
  display: inline-block;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #000;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0;
}

#page-carousel .item .title h4 em
{
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 3px;
}

#page-carousel .item a
{
  position: relative;
  display: block;
}

#page-carousel .owl-item
{
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

#page-carousel .owl-item.active.center
{
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: scale(1);
}

#page-carousel .owl-item.active.center .item .title h4
{
  opacity: 1;
}

#page-carousel .owl-item.active.center .item .views
{
  opacity: 1;
}

#page-carousel .owl-dots .owl-dot.active
{
  background: none;
}

#page-carousel .owl-dot.active span
{
  background: #53b8c0;
}

#page-carousel .owl-dot:hover span
{
  background: #53b8c0;
}

#page-carousel .owl-dots .owl-dot span
{
  width: 13px !important;
  height: 13px !important;
}

[data-ibepage="LIFTPartners_page"] .box.block
{
  min-height: 350px;
  width: auto;
  padding: 2rem 1rem 1rem;
}

[data-ibepage="CapeTown_page"] h4,
[data-ibepage="Johannesburg_page"] h4,
[data-ibepage="Durban_page"] h4
{
  margin-bottom: 0;
}

[data-ibepage="account_page"] h2.pageTitle
{
  text-transform: capitalize;
}

@media (max-width:375px)
{
  .carousel-inner
  {
    top: 0px;
  }
}

@media (max-width: 400px)
{
  .carousel-caption
  {
    text-align: centre;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
  }

  .carousel-inner
  {
    top: 5px;
  }
}

@media (max-width:420px)
{
  .carousel-caption
  {
    text-align: centre;
    position: absolute;
    line-height: 0;
    top: 40%;
    left: 0;
    right: 15%;
  }

  .carousel-inner
  {
    top: 5px;
  }
}

@media (max-width: 480px)
{
  .show.card
  {
    max-width: 300px;
    height: 100px;
    margin: 0 auto 60px;
    padding: 0;
  }

  .show.card:hover .image
  {
    top: -20%;
  }

  .blocks
  {
    flex-direction: column;
  }

  .blocks .box.block
  {
    margin: 15px 0;
    flex-direction: column;
    width: 100%;
  }

  ul.stepper .step
  {
    text-align: center !important;
  }

  ul.stepper .step:before
  {
    display: none !important;
  }

  ul.stepper .step .step-title
  {
    padding-left: 0px;
  }

  ul.stepper .step .step-content p
  {
    text-align: center;
  }
}

@media (max-width:620px)
{
  .sp-card
  {
    flex: 1 100%;
  }

  .sp-card-big
  {
    flex: 1 100%;
  }

  .sp-card.service .sp-card__text a.btn-ghost-white
  {
    height: 45px;
  }

  .carousel
  {
    position: relative;
    height: 60vh;
  }

  .plazmaFrame.uprightEngine
  {
    height: 60vh;
  }

  .engineFrame.uprightEngine .centeredContent
  {
    height: 60vh;
  }

  #myCarousel img
  {
    width: 100vw;
    height: 60vh;
    transition: "fade";
  }

  .slider .carousel-inner
  {
    height: 60vh;
    background-image: radial-gradient(circle farthest-corner at 51.1% 51.2%, rgba(255, 255, 255, 1) 0%, rgba(203, 203, 203, 1) 86.2%);
    transition: fade;
    top: 0;
  }

  .clip-subscribe .row div#subscribe
  {
    flex-direction: column;
    margin: 0 10px;
  }

  .clip-subscribe .row div#subscribe .col-sm-3 h2
  {
    text-align: center;
  }

  .clip-subscribe .row div#subscribe .col-sm-3 h4
  {
    text-align: center;
  }

  .clip-subscribe .row div#subscribe .col-sm-6 p
  {
    text-align: center;
  }

  .clipContent .page-banner
  {
    padding: 30px 0 30px;
  }

  .clipContent .page-banner.shadow
  {
    box-shadow: inset 0 0 0 2000px rgb(23 23 23 / 50%);
  }

  .clipContent .page-banner-text h1
  {
    text-align: center;
    font-size: 30px;
  }

  .clipContent .page-banner-text h4
  {
    text-align: center;
  }

  ul.schedule-nav li
  {
    width: 100%;
  }

  .schedule h2
  {
    text-align: center;
  }

  .schedule h2:after
  {
    margin: 0 auto;
  }

  .schedule table tr.visible-xs th
  {
    background-color: #f5f5f5;
    text-align: center;
    width: 10%;
    min-width: 10%;
  }

  .schedule table tr.flights th
  {
    width: 10%;
    min-width: 10%;
  }

  .schedule table tr.flights td
  {
    font-size: 12px;
    padding: 0 2px;
    vertical-align: middle;
  }

  .schedule table tr.flights td img
  {
    width: 15px;
  }

  .schedule span.paw-legend
  {
    text-align: center;
  }

  .voucherContainer
  {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .voucherContainer .voucherBox
  {
    width: auto !important;
    height: 380px;
  }

  [data-ibepage="LIFTPartners_page"] .box.block
  {
    min-height: auto !important;
    padding: 2rem !important;
  }

  [data-ibepage="LIFTSchedule_page"] .clipContent h2
  {
    text-align: center;
  }

  [data-ibepage="LIFTSchedule_page"] .schedule p
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 767px)
{
  .engineFrame .engineTabs li a
  {
    width: 210px;
  }

  #clips
  {
    margin-top: 0px !important;
  }

  #page-carousel
  {
    margin-bottom: 30px;
  }

  .contact-block
  {
    margin: 30px 0;
  }

  .sp-cards
  {
    flex-direction: column;
  }

  .blocks
  {
    flex-direction: column;
  }

  .blocks .box.block
  {
    margin: 15px 0;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
  }

  [data-ibepage="LIFTPartners_page"] .box.block
  {
    min-height: 400px;
    padding: 1rem;
  }
}

@media (min-width:621px)
{
  #myCarousel img
  {
    width: 100vw;
    height: 65vh;
  }
}

@media (min-width:769px)
{
  .carousel-caption
  {
    top: 40%;
  }

  [data-ibepage="LIFTDestinations_page"] .btn-secondary
  {
    margin: 0;
  }

  [data-ibepage="LIFTDestinations_page"] h2
  {
    margin-top: 0;
  }
}

@media (max-width: 991px)
{
  .voucherContainer .voucherBox
  {
    width: 45%;
  }

  .clip-wallet h2
  {
    text-align: center;
  }

  .clip-wallet h4
  {
    text-align: center;
  }
}

@media screen and (max-width: 1024px)
{
  #clips
  {
    margin-top: 400px;
  }

  .breadcrumbsString
  {
    padding: 0 1rem;
  }

  .headerMenu ul li
  {
    border: none;
    padding: 0;
    margin-left: 0;
  }

  .carousel-caption
  {
    top: 30%;
  }

  .sp-card
  {
    flex: 1 1 33%;
  }

  .sp-card-big
  {
    flex: 1 1 33%;
  }

  [data-ibepage="LIFTPartners_page"] .box.block
  {
    min-height: 410px;
  }
}

@media screen and (min-width: 1024px)
{
  #clips
  {
    margin-top: 400px;
  }

  .searchCenter
  {
    top: 60%;
  }
}

@media screen and (max-width: 1280px)
{
  [data-ibepage="LIFTPartners_page"] .box.block
  {
    min-height: 410px;
  }
}