.grayout a#planInfo {
  display: none;
}
.hourContentFlexContainer {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 551px) {
  .hourContentFlexContainer {
    flex-direction: row;
  }
}
div#hourContent {
  position: fixed;
  height: 100vh;
  top: 50%;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

.hour-content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90%;
}

.hour-content-inner > .homepageContent {
  overflow: auto;
  max-height: 85vh;
}

.hour-col {
  float: left;
  width: 24%;
  margin: 0.5%;
  background: #fff;
  padding: 5px 10px 0;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
h5.numHour {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 6px;
  display: inline-block;
}
.hourContent p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 15px;
}
.sightContent {
  background: #f3f9f4;
  bottom: 0;
  width: calc(100% - 4px);
  left: 2px;
  padding: 5px 8px;
}
.sightContent p {
  font-size: 14px;
}
.homepageTourInfo .col {
  position: relative;
}
.homepageTourInfo .equipmentBox .equipmentSlider .slick-list .slide {
  position: relative;
}
a#planInfo {
  font-size: 15px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  color: #68b222;
  text-align: center;
}
.tabController {
  padding-left: 0px;
  border-top: 1px solid #e3e3e3;
}
.tabController > a.tab {
  width: 33.33%;
  text-align: center;
  z-index: 999999;
}
h4.trekBikeHeader {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 15px;
  font-size: 17px;
}
.pricingBox .freeFooter > p {
  background: #fff;
  margin: 5px 0;
}
.midContentContainer {
  max-width: 1760px;
  width: 100%;
}
section.midContainer.row.homepageTourInfo
  .homeContentContainer
  > .col:last-child,
section.midContainer.row.homepageHourInfo > .col:last-child {
  width: 900px;
}
section.midContainer.row.homepageTourInfo
  .homeContentContainer
  > .col:first-child,
section.midContainer.row.homepageHourInfo > .col:first-child {
  width: calc(100% - 900px);
}
.pricingTable .col {
  width: 28.5%;
}
.pricingTable .durationCol {
  width: 43%;
}

.homeContentContainer {
  max-width: 1600px;
  margin: auto;
  width: 100%;
}
.homeContentContainer .col {
  display: inline-block;
  float: left;
}
.co_price > span {
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  background: #ff3c3c;
  transform: rotate(-45deg);
  z-index: 99;
}
section.midContainer.row.homepageTourInfo
  .homeContentContainer
  > .col:last-child
  > .col:first-child {
  width: 440px;
  margin-bottom: 25px;
  margin-right: 20px;
  margin-left: 20px;
}
section.midContainer.row.homepageTourInfo
  .homeContentContainer
  > .col:last-child
  > .col:last-child {
  width: 420px;
}
.tableRow .co_price {
  margin-top: 10px;
  border-radius: 17px;
  height: 24px;
  margin-right: -1px;
  border: none;
}
.pricingTable .tableRow {
  height: 48px;
  padding: 0;
}
.pricingBox h3 {
  text-align: center;
}

.tabbedView .plan-info-right-bike {
  text-align: center;
}

.tableRow .online_price {
  margin-top: 0px;
  border-radius: 114px;
  height: 24px;
  margin-right: -1px;
  height: 35px;
  width: 50px;
  padding-top: 0.3rem;
}
.mobilePriceBox {
  display: none;
  margin-top: 35px;
  margin-bottom: 20px;
}

.tableRow .online_price > p {
  padding: 0;
  font-size: 20px;
  line-height: 30px;
}
.tabController > a.tab.col {
  background: #ececec;
}
.tabController > a.tab.active.col {
  background: #fff;
}
.tabbedView {
  position: relative;
}
/**Clock Section**/
.urgentClock {
  background: url(/content/frontend/assets/img/clock-icon.png);
  width: 90px;
  position: absolute;
  height: 90px;
  background-size: contain;
  bottom: -25px;
  right: -40px;
  z-index: 9;
  background-color: white;
  border-radius: 100%;
  overflow: hidden;
  transform: scale(0.9);
}

.urgentClockMessage {
  position: absolute;
  z-index: 9999;
  bottom: 17px;
  left: 18px;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.urgentClockMessage h5 {
  font-size: 9px;
  line-height: 10px;
}
/**Clock Transform**/
.pricingBox.focus .urgentClock {
  transform: rotate(10deg);
  background-color: #d3d3d3;
}
.pricingBox.focus .urgentClock .urgentClockMessage {
  transform: rotate(-10deg);
  left: 20px;
  background: yellow;
}
/**Pricing Col transform**/
.pricingBox.focus .pricingTable .row.row_of_3 .priceCol > .header {
  border-bottom: none;
  background: #fff;
}
.pricingBox.focus .pricingTable .tableRow .online_price {
  border: 3px solid yellow;
}
.pricingBox.focus .pricingTable .tableRow .online_price p {
  line-height: 30px;
}
.pricingBox.focus .pricingTable .col.priceCol {
  background: #fff;
  transform: scale(1.05);
  box-shadow: 0px 0px 8px #ececec;
  z-index: 5;
}
/**Mobile PricingBox**/

.wbox.pricingBox > .tabbedView h3.valR.gray {
  padding: 18px 18px;
}
.mobileUrgentMessage {
  bottom: 7px;
  padding: 5px;
  text-align: center;
  right: 0;
  margin-top: 8px;
}
.mobileUrgentMessage h4 {
  display: inline-block;
  padding: 1px 10px;
  text-align: center;
  background: yellow;
}
@media all and (max-width: 450px) {
  .mobileUrgentMessage h4 {
    font-size: 15px;
  }

  .mobileUrgentMessage {
    padding: 0 0 1rem 0;
  }

  .wbox.pricingBox > .tabbedView h3.valR.gray {
    padding: 1.5rem 0 0 0;
}
}
img.mobileUrgentClock {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1525px) {
  .hour-col {
    width: 49%;
  }
  section.midContainer.row.homepageTourInfo
    .homeContentContainer
    > .col:first-child,
  section.midContainer.row.homepageHourInfo > .col:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 890px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: left;
    padding-bottom: 48px;
  }
  section.midContainer.row.homepageTourInfo
    .homeContentContainer
    > .col:last-child {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  .wbox.pricingBox > .tabbedView h3.valR.gray {
    font-size: 21px;
  }
}
/**BS**/

/**End BS**/

/**mobile**/
.grayout {
  background: rgba(0, 0, 0, 0.8) !important;
}
@media only screen and (max-width: 925px) {
  section.midContainer.row.homepageTourInfo
    .homeContentContainer
    > .col:last-child
    > .col:first-child,
  section.midContainer.row.homepageHourInfo
    > .col:last-child
    > .col:first-child,
  section.midContainer.row.homepageTourInfo
    .contentContainer
    > .col:last-child
    > .col:first-child,
  section.midContainer.row.homepageHourInfo
    .contentContainer
    > .col:last-child
    > .col:first-child {
    width: 100%;
  }
  section.midContainer.row.homepageTourInfo
    .homeContentContainer
    > .col:last-child
    > .col:first-child {
    margin-bottom: 40px;
  }
  section.midContainer.row.homepageTourInfo
    .homeContentContainer
    > .col:last-child
    > .col:last-child,
  section.midContainer.row.homepageHourInfo > .col:last-child > .col:last-child,
  section.midContainer.row.homepageTourInfo
    .contentContainer
    > .col:last-child
    > .col:last-child,
  section.midContainer.row.homepageHourInfo
    .contentContainer
    > .col:last-child
    > .col:last-child {
    width: 420px;
    float: none;
    margin: auto;
    display: block;
  }
  section.midContainer.row.homepageTourInfo
    .homeContentContainer
    > .col:last-child {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .pricingBox {
    display: none;
  }
  .mobilePriceBox {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  section.midContainer.row.homepageTourInfo
    .homeContentContainer
    > .col:last-child
    > .col:last-child {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 550px) {
  .hour-col {
    width: 99%;
    height: auto;
  }
  .hourContentContainer {
    flex: 1;
  }
  h5.numHour {
    cursor: pointer;
  }
  h5.numHour.active {
    background: #68b222;
    color: #fff;
  }
}
@media all and (min-width: 551px) {
  .hourContentContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .hourContent {
    flex: 1;
  }
}
@media only screen and (max-width: 550px) {
  .movingUp {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-top: -28% !important;
  }
}

@media only screen and (max-width: 500px) {
  .movingUp {
    margin-top: -40% !important;
  }
}
@media only screen and (max-width: 470px) {
  .movingUp {
    margin-top: -45% !important;
  }
}
@media only screen and (max-width: 450px) {
  .movingUp {
    margin-top: -60% !important;
  }
  section.midContainer.row.homepageTourInfo .valB.gray,
  section.midContainer.row.homepageHourInfo .valB.gray {
    padding-left: 0px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 410px) {
  .movingUp {
    margin-top: -65% !important;
  }
}
@media only screen and (max-width: 385px) {
  .movingUp {
    margin-top: -80% !important;
  }
}
