img {
  max-width: 100%; }

.clear-fix:before,
.clear-fix:after {
  content: '';
  display: table;
  width: 100%; }

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.table {
  display: table;
  width: 100%; }

.inline-block {
  display: inline-block; }

.visible-xs-inline,
.visible-xs {
  display: none !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.title-ticket {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px; }
  .title-ticket span.small {
    font-size: 24px; }
  p.subtitle {
    text-align: center;
  }
 p.subtitle span.small {
    font-size: 24px;
    font-weight: 900;
  }
.media {
  display: table;
  width: 100%;
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.left-content,
.right-content {
  display: table-cell;
  vertical-align: middle; }

.right-content {
  width: 1000px; }

.title-common {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px; }

.bg-white {
  background: #ffffff; }

.border-gray, .banner-cal, .ticket-container, .faqs-container .item-faq, .air-light-brand-container .brand-item {
  border: 1px solid #D9D9D9; }

.border-blue {
  border: 1px solid #196FB9; }

.color-blue {
  color: #196FB9; }

.col-5 {
  width: 20%;
  float: left; }

.col-4 {
  width: 24%;
  float: left; }

.col-3 {
  width: 33.33333%;
  float: left; }

.col-2 {
  width: 50%;
  float: left; }

.btn-blue {
  background: #196FB9;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
  display: block;
  border-radius: 5px;
  text-align: center; }

.main-container {
  background: url("../../images/cal/new_cal/bg.png") no-repeat center 81px; }

.breakcrumb {
  padding: 15px 0 19px;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  height: 48px; }
  .breakcrumb li {
    float: left; }
  .breakcrumb li, .breakcrumb a {
    color: #B5B5B5;
    font-size: 11px; }

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.big-border {
  position: relative; }
  .big-border:before {
    content: '';
    height: 13px;
    background: #9FE6FF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }

.banner-cal {
  background: url("../../images/cal/new_cal/banner_cal.png") no-repeat;
  width: 1000px;
  height: 130px;
  margin: 30px auto 0;
  border-bottom: none; }
  .banner-cal .banner-place {
    padding-top: 28px; }
  .banner-cal .banner-icon-flight {
    width: 86px;
    height: 23.42px;
    background: url("../../images/cal/new_cal/icon_flight.svg") no-repeat;
    display: inline-block;
    -webkit-background-size: 86px 24px;;
    background-size: 86px 24px; }
  .banner-cal .place-start,
  .banner-cal .place-end {
    color: #ffffff;
    font-size: 38px;
    font-weight: bold; }
  .banner-cal .place-small-content {
    padding-top: 8px;
    color: #ffffff; }
    .banner-cal .place-small-content .place-start,
    .banner-cal .place-small-content .place-end {
      font-size: 14px; }

.calendar-container {
  width: 1000px;
  min-height: 721px;
  height: auto;
  margin: 0 auto;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9; }
  .calendar-container .cheapest {
    font-weight: bold;
    padding-top: 10px; }
    .calendar-container .cheapest a {
      text-decoration: none; }
      .calendar-container .cheapest a:hover .cheapest-date:before {
        width: 99%; }
    .calendar-container .cheapest .cheapest-title {
      font-size: 42px; }
    .calendar-container .cheapest .cheapest-carrier {
      font-size: 24px; }
    .calendar-container .cheapest .cheapest-price {
      font-size: 56px;
      color: #EE1A24; }
    .calendar-container .cheapest .cheapest-date {
      font-size: 36px; }
    .calendar-container .cheapest .cheapest-price:before {
      bottom: 4px;
      left: -15px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .calendar-container .cheapest .cheapest-price:before {
        bottom: 6.5px; } }
    .calendar-container .cheapest .cheapest-date:before {
      content: '';
      height: 16px;
      background: #9FE6FF;
      position: absolute;
      left: -20px;
      width: 0;
      bottom: -2px;
      z-index: -1; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .calendar-container .cheapest .cheapest-date:before {
        bottom: -2.5px; } }
  .calendar-container .note-calendar {
    padding-top: 12px; }

.calendar-content {
  padding-top: 40px; }
  .calendar-content:before, .calendar-content:after {
    content: '';
    display: table;
    width: 100%; }
  .calendar-content table, .calendar-content tbody, .calendar-content td, .calendar-content th, .calendar-content tr {
    border-collapse: collapse;
    border-spacing: 0; }
  .calendar-content table.selectcal {
    width: 49.5%;
    float: left; }
  .calendar-content .padding-table {
    margin-right: 1%; }
  .calendar-content table.selectcal tr th:last-child {
    border-right: none; }
  .calendar-content table.selectcal tr th:first-child {
    border-left: none; }
  .calendar-content table.selectcal td:first-child a,
  .calendar-content table.selectcal th:first-child,
  .calendar-content table.selectcal td.disabled:first-child a,
  .calendar-content table.selectcal th.disabled:first-child,
  .calendar-content .holiday {
    color: #E84838; }
  .calendar-content table.selectcal td:last-child a,
  .calendar-content table.selectcal th:last-child,
  .calendar-content table.selectcal td.disabled:last-child:hover a,
  .calendar-content table.selectcal th.disabled:last-child:hover {
    color: #1e72ef; }
  .calendar-content table.selectcal th.bg-white {
    background: transparent; }
  .calendar-content table.selectcal th {
    background-color: #f5f5f5;
    padding: 3px;
    text-align: center;
    width: 70px; }
  .calendar-content a.next,
  .calendar-content a.prev {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    font-size: 24px;
    font-weight: 400; }
  .calendar-content a.next.disabled,
  .calendar-content a.prev.disabled {
    opacity: .5; }
  .calendar-content a.prev {
    float: left; }
  .calendar-content a.next {
    float: right; }
  .calendar-content a.next img,
  .calendar-content .prev img {
    width: 44px;
    height: 44px; }
  .calendar-content .month_cur {
    padding: .25em 0;
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 700;
    color: #323232;
    display: inline-block;
    vertical-align: middle; }
  .calendar-content .selectcal span.small {
    font-size: 18px; }
  .calendar-content table.selectcal td.active.day_ {
    opacity: 0; }
  .calendar-content table.selectcal tr td:first-child {
    border-left: none; }
  .calendar-content table.selectcal td:first-child, .calendar-content th.sun {
    color: Red; }
  .calendar-content table.selectcal td {
    background: #ffffff;
    font-size: 90%;
    line-height: 1;
    padding: 0;
    text-align: center;
    vertical-align: top; }
  .calendar-content table.selectcal td.active.day_ a,
  .calendar-content .calendar_box table.selectcal td.disabled a {
    pointer-events: none; }
  .calendar-content table.selectcal td a {
    display: block;
    font-size: 23px;
    width: 100%;
    padding: 5px 0 10px;
    text-decoration: none; }
  .calendar-content table.selectcal td.disabled {
    opacity: .7;
    background: #F5F5F5;
    pointer-events: none; }
  .calendar-content table.selectcal td span.price {
    font-size: 11px;
    font-weight: 400;
    color: #4c4b4b;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    position: relative;
    display: block;
    min-height: 21.5px; }
  .calendar-content table.selectcal td.date-current,
  .calendar-content table.selectcal td:hover {
    background: #FB6B01; }
  .calendar-content table.selectcal td.date-current a,
  .calendar-content table.selectcal td:hover a,
  .calendar-content table.selectcal td.date-current a .price,
  .calendar-content table.selectcal td:hover a .price {
    color: #ffffff !important; }
  .calendar-content table.selectcal td {
    border-bottom: 1px solid #BCBCBC; }
    .calendar-content table.selectcal td.active.empty:hover {
      background: transparent;
    }
/*Ticket*/
.ticket-container {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: none;
  height:850px;
  max-height:850px }

.title-airport a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 408px;
  padding: 14px 0;
  border-radius: 6px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  margin-top: 25px; }
  .title-airport a:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 40%;
    border-top: 3px solid #196FB9;
    border-right: 3px solid #196FB9;
    transform: rotate(45deg); }

#ct-2 {
  padding-top: 64px;
}
.flight-convenience-information {
  position: relative;
  font-weight: bold;
  margin-bottom: 68px; }
  .flight-convenience-information:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #D9D9D9;
    margin-top: 8px; }
  .flight-convenience-information .bg-white {
    position: relative;
    z-index: 1;
    padding: 0 10px; }
  .flight-convenience-information .flight-convenience-title {
    font-size: 38px;
    color: #196FB9;
    display: block; }
  .flight-convenience-information .flight-convenience-desc {
    display: block;
    font-size: 24px;
    color: #666;
    letter-spacing: 20px;
    margin-top: -15px;
    margin-right: 7px; }
    .flight-convenience-information .flight-convenience-desc:before, .flight-convenience-information .flight-convenience-desc:after {
      position: relative;
      display: inline-block;
      content: '';
      width: 25px;
      height: 40px;
      top: 15px; }
    .flight-convenience-information .flight-convenience-desc:before {
      background: url("../../images/cal/new_cal/left_arrow.svg") no-repeat;
      margin-right: 25px; }
    .flight-convenience-information .flight-convenience-desc:after {
      background: url("../../images/cal/new_cal/right_arrow.svg") no-repeat;
      margin-left: 10px; }

.chart-container {
  margin-bottom: 23px; }
  .chart-container .border-gray, .chart-container .banner-cal, .chart-container .ticket-container, .chart-container .faqs-container .item-faq, .faqs-container .chart-container .item-faq, .chart-container .air-light-brand-container .brand-item, .air-light-brand-container .chart-container .brand-item {
    padding: 20px 20px 15px; }
  .chart-container .blockChart {
    margin-bottom: 10px; }

.comparison-price-container {}
  .comparison-price-container .col-3 {
    display: table-cell;
    float: none;
    border-right: none; }
    .comparison-price-container .col-3:last-child {
      border-right: 1px solid #196FB9; }
  .comparison-price-container .title-desc {
    font-size: 14px;
    font-weight: normal; }
  .comparison-price-container .border-gray, .comparison-price-container .banner-cal, .comparison-price-container .ticket-container, .comparison-price-container .faqs-container .item-faq, .faqs-container .comparison-price-container .item-faq, .comparison-price-container .air-light-brand-container .brand-item, .air-light-brand-container .comparison-price-container .brand-item {
    padding: 20px; }
  .comparison-price-container .title-comparison {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #196FB9;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 48px; }
    .comparison-price-container .title-comparison span {
      font-weight: normal; }
  .comparison-price-container .title-sub {
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #196FB9;
    text-align: center;
    position: relative; }
    .comparison-price-container .title-sub:before {
      content: '';
      position: absolute;
      top: -20px;
      left: 33px;
      width: 60px;
      height: 60px; }
    .comparison-price-container .title-sub:after {
      content: '';
      position: absolute;
      top: 0;
      right: -1px;
      width: 8px;
      height: 50px;
      background: url("../../images/cal/new_cal/icon_arrow_title.svg") no-repeat; }
    .comparison-price-container .title-sub.car-col:after {
      display: none; }
    .comparison-price-container .title-sub.flight-col:before {
      background: url("../../images/cal/new_cal/icon_flight2.svg") no-repeat; }
    .comparison-price-container .title-sub.train-col:before {
      background: url("../../images/cal/new_cal/icon_train.svg") no-repeat; }
    .comparison-price-container .title-sub.car-col:before {
      background: url("../../images/cal/new_cal/icon_car.svg") no-repeat; }
  .comparison-price-container .media {
    margin-top: 6px; }
    .comparison-price-container .media:first-child {
      margin-top: 0; }
  .comparison-price-container .left-content span {
    width: 56px;
    background: #196FB9;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0; }
  .comparison-price-container .right-content {
    padding-left: 15px; }
  .comparison-price-container .padding {
    padding: 30px; }
  .comparison-price-container .comparison-price {
    background: #F5F5F5;
    padding: 14px 0;
    text-align: center;
    color: #EE1A24;
    border-radius: 5px;
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px; }
  .comparison-price-container .link-to {
    text-decoration: none;
    position: relative;
    margin-top: 22px;
    margin-bottom: 10px; }
    .comparison-price-container .link-to:hover {
      opacity: .9; }
    .comparison-price-container .link-to:after {
      content: '';
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      right: 23px;
      margin-top: -6px;
      top: 50%;
      border-top: 3px solid #ffffff;
      border-right: 3px solid #ffffff;
      transform: rotate(45deg); }
  .comparison-price-container .text-desc {
    font-size: 11px; }

.flight-information-container {
  font-size: 14px; }
  .flight-information-container .box-time,
  .flight-information-container .box-price,
  .flight-information-container .box-flight {
    display: table-cell;
    width: 33.33333%;
    border: 1px solid #B5B5B5;
    padding: 15px 25px; }
  .flight-information-container .box-time,
  .flight-information-container .box-price {
    border-right: none; }
  .flight-information-container .icon-watch,
  .flight-information-container .icon-price,
  .flight-information-container .icon-flight-box {
    min-height: 54px;
    font-size: 22px;
    font-weight: bold;
    padding-top: 13px;
    padding-left: 67px;
    margin-bottom: 14px; }
  .flight-information-container .icon-watch {
    background: url("../../images/cal/new_cal/icon_watch.svg") no-repeat left center;
    -webkit-background-size: 54px 54px;
    background-size: 54px 54px; }
  .flight-information-container .icon-price {
    background: url("../../images/cal/new_cal/icon_money.svg") no-repeat left center;
    -webkit-background-size: 54px 54px;
    background-size: 54px 54px; }
  .flight-information-container .icon-flight-box {
    background: url("../../images/cal/new_cal/icon_flight3.svg") no-repeat left center;
    -webkit-background-size: 54px 54px;
    background-size: 54px 54px; }
  .flight-information-container .box-icon-brand,
  .flight-information-container .box-area {
    display: table-cell;
    border: 1px solid #B5B5B5;
    border-top: none;
    padding: 25px 25px 20px; }
  .flight-information-container .box-icon-brand {
    width: 33.333333%;
    border-right: none; }
    .flight-information-container .box-icon-brand ul {
      margin-top: 12px;
      margin-left: -5px;
      margin-right: -5px; }
    .flight-information-container .box-icon-brand li {
      width: 25%;
      padding: 0 5px 5px;
      float: left; }
      .flight-information-container .box-icon-brand li img {}
  .flight-information-container .box-area {
    width: 66.666667%; }
    .flight-information-container .box-area ul {
      margin-top: 12px; }
    .flight-information-container .box-area li {
      width: 50%;
      float: left;
      padding-bottom: 4px; }
    .flight-information-container .box-area a {
      font-size: 14px;
      font-weight: bold;
      color: #196FB9;
      text-decoration: underline; }
  .flight-information-container .box-title {
    font-weight: bold; }
    .flight-information-container .box-title span {
      position: relative; }
    .flight-information-container .box-title span:after {
      content: '';
      width: 50px;
      height: 1px;
      background: #B5B5B5;
      position: absolute;
      right: -55px;
      bottom: 3px; }
  .flight-information-container .margin-top {
    margin-top: 33px; }
  .flight-information-container .hire-content {
    padding: 25px; }
    .flight-information-container .hire-content li {
      width: 50%;
      float: left;
      padding-left: 36px;
      /* border-right: 1px solid #B5B5B5; */
    }
      .flight-information-container .hire-content li:last-child {
        border-right: none; }
      .flight-information-container .hire-content li.icon-hotel {
        background: url("../../images/cal/new_cal/icon_dom_hotel.svg") no-repeat left center; }
      .flight-information-container .hire-content li.icon-car {
        background: url("../../images/cal/new_cal/icon_directionscar.svg") no-repeat 25px center;
        padding-left: 70px; }
    .flight-information-container .hire-content li,
    .flight-information-container .hire-content a {
      font-size: 16px;
      font-weight: bold;
      color: #196FB9; }

.vote-container {
  margin-top: 45px;
  margin-left: -10px;
  margin-right: -10px; }
  .vote-container .col-2 {
    padding-left: 10px;
    padding-right: 10px; }
  .vote-container .vote-content {
    border: 1px solid #9FE6FF; }
  .vote-container .title-vote {
    background: #9FE6FF;
    font-size: 18px;
    padding: 7px 5px; }
  .vote-container .vote-item {
    padding: 15px; }

.faqs-container {
  margin-top: 60px;
  margin-bottom: 45px; }
  .faqs-container .big-faq-title {
    position: relative; }
    .faqs-container .big-faq-title:before {
      content: '';
      width: 100%;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 0;
      background: #D9D9D9;
      margin-top: 8px; }
    .faqs-container .big-faq-title .bg-white {
      position: relative;
      z-index: 1;
      padding: 0 30px; }
    .faqs-container .big-faq-title .faqs-title {
      font-size: 38px;
      font-weight: bold;
      color: #196FB9;
      display: block; }
    .faqs-container .big-faq-title .faqs-desc {
      display: block;
      font-size: 24px;
      font-weight: bold;
      color: #666;
      letter-spacing: 5px;
      margin-top: -15px;
      margin-right: 7px; }
      .faqs-container .big-faq-title .faqs-desc:before, .faqs-container .big-faq-title .faqs-desc:after {
        position: relative;
        display: inline-block;
        content: '';
        width: 25px;
        height: 40px;
        top: 15px; }
      .faqs-container .big-faq-title .faqs-desc:before {
        background: url("../../images/cal/new_cal/left_arrow.svg") no-repeat;
        margin-right: 25px; }
      .faqs-container .big-faq-title .faqs-desc:after {
        background: url("../../images/cal/new_cal/right_arrow.svg") no-repeat;
        margin-left: 10px; }
  .faqs-container .margin-top {
    margin-top: 24px; }
  .faqs-container .item-faq {
    padding: 17px 20px 4px;
    margin-bottom: 5px; }
    .faqs-container .item-faq .question {
      background: url("../../images/cal/new_cal/icon_question.svg") no-repeat left top;
      background-size: 27px 27px;
      padding-left: 50px;
      font-size: 14px;
      padding-top: 4px;
      padding-bottom: 3px;
      margin-bottom: 13px;
      cursor: pointer; }
    .faqs-container .item-faq .answer {
      background: url("../../images/cal/new_cal/icon_answer.svg") no-repeat 50px top;
      background-size: 27px 27px;
      padding-left: 90px;
      font-size: 14px;
      padding-top: 4px;
      padding-bottom: 17px;
      display: none; }

.time-cost-container {
  margin-top: 15px;
  border: 1px solid #B5B5B5; }
  .time-cost-container .title-time-cost {
    font-size: 18px;
    font-weight: bold;
    background: #F5F5F5;
    padding: 8px 42px 8px 15px;
    position: relative;
    cursor: pointer; }
    .time-cost-container .title-time-cost:before {
      content: '';
      width: 14px;
      height: 2px;
      background: #707070;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 20px; }
    .time-cost-container .title-time-cost:after {
      content: '';
      width: 2px;
      height: 14px;
      background: #707070;
      position: absolute;
      top: 50%;
      margin-top: -8px;
      right: 26px; }
    .time-cost-container .title-time-cost.active:after {
      display: none; }
  .time-cost-container .time-cost-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #B5B5B5; }
    .time-cost-container .time-cost-content li {
      margin-top: 5px; }
      .time-cost-container .time-cost-content li a {
        display: block;
        font-size: 14px;
        color: #196FB9;
        text-decoration: none; }
        .time-cost-container .time-cost-content li a:hover {
          font-weight: bold; }
  .time-cost-container p {
    margin-bottom: 21px; }
    .time-cost-container p strong.block {
      display: block; }
    .time-cost-container p:last-child {
      margin-bottom: 0; }
  .time-cost-container p.title-area {
    margin-bottom: 10px;
    border-bottom: 3px solid #F5F5F5;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold; }
  .time-cost-container .break {
    padding-top: 20px;
    display: table;
    width: 100%; }
  .time-cost-container .media {
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 5px; }
    .time-cost-container .media:last-child {
      border-bottom: none; }
  .time-cost-container .left-content {
    vertical-align: top; }
    .time-cost-container .left-content span {
      display: block;
      width: 100px;
      font-weight: bold;
      font-size: 16px; }
  .time-cost-container .right-content a {
    color: #196FB9;
    display: block;
    float: left;
    margin-right: 15px;
    min-width: 88px;
    margin-bottom: 5px; }
  .time-cost-container .list2 .left-content span {
    width: 190px; }

.search-popular-container {
  margin-top: 42px; }
  .search-popular-container .search-popular-items {
    padding: 20px 20px 15px;
    border: 1px solid #B5B5B5;
    margin-bottom: 0; }

    .search-popular-container .search-popular-items .title-search-popular,
    .relationContent h3,
    .nearbyAirports h3 {
      position: relative;
      font-size: 18px;
      padding-left: 14px;
      margin-bottom: 7px; }

      .search-popular-container .search-popular-items .title-search-popular:before,
      .relationContent h3::before, .nearbyAirports h3::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 24px;
        left: 0;
        background: #196FB9;
        border-radius: 8px; }
    .search-popular-container .search-popular-items ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
    .search-popular-container .search-popular-items li {
      border: 1px solid #B5B5B5;
      border-radius: 3px;
      position: relative;
      flex: 1 1 0%;
      flex-basis: 30%;
      margin: 5px; }
      .search-popular-container .search-popular-items li a {
        display: block;
        padding: 12px;
        color: #196fb9;
        font-size: 14px;
        position: relative;
        font-weight: 700;
        text-decoration: none; }
        .search-popular-container .search-popular-items li a:after {
          content: '';
          display: block;
          position: absolute;
          width: 10px;
          height: 10px;
          right: 20px;
          top: 40%;
          border-top: 1px solid #333;
          border-right: 1px solid #333;
          transform: rotate(45deg); }
        .search-popular-container .search-popular-items li a:hover:after {
          border-top: 2px solid #196FB9;
          border-right: 2px solid #196FB9; }
      .search-popular-container .search-popular-items li:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity .2s ease-in-out;
        opacity: 0;
        pointer-events: none;
        box-shadow: 0 2px 10px 0 rgba(37, 32, 31, 0.25);
        border-radius: 0; }
      .search-popular-container .search-popular-items li:hover:after {
        opacity: 1; }

.popular-areas-container {
  margin-top: 45px;
  font-size: 14px; }
  .popular-areas-container .media {
    border-top: 1px solid #B5B5B5;
    padding: 14px 0 9px;
    margin-top: 0; }
    .popular-areas-container .media:last-child {
      border-bottom: 1px solid #B5B5B5; }
  .popular-areas-container .left-content {
    vertical-align: top; }
  .popular-areas-container .left-content span {
    display: block;
    width: 188px;
    font-weight: bold; }
  .popular-areas-container .right-content li {
    float: left;
    font-size: 14px;
    padding-right: 18px; }
    .popular-areas-container .right-content li a {
      display: block;
      text-decoration: none;
      color: #196FB9;
      padding-bottom: 5px; }
      .popular-areas-container .right-content li a:hover {
        text-decoration: underline; }

.air-light-brand-container {
  margin-top: 52px; }
  .air-light-brand-container .width25 {
    width: 25%;
    float: left; }
  .air-light-brand-container .width75 {
    width: 75%;
    float: left; }
  .air-light-brand-container .intro-brand-content {
    border-top: 5px solid #ECF0F1;
    border-bottom: 5px solid #ECF0F1;
    margin-right: 25px;
    font-size: 13px; }
    .air-light-brand-container .intro-brand-content .title-common {
      margin-bottom: 15px; }
    .air-light-brand-container .intro-brand-content p {
      margin-bottom: 38px; }
    .air-light-brand-container .intro-brand-content strong {
      font-size: 14px; }
    .air-light-brand-container .intro-brand-content strong.block {
      display: block;
      margin-bottom: 19px; }
    .air-light-brand-container .intro-brand-content .border-top {
      margin-top: -3px;
      border-top: 1px solid #D9D9D9;
      padding-top: 30px; }
    .air-light-brand-container .intro-brand-content .margin-top {
      margin-top: 20px;
      display: block; }
  .air-light-brand-container .display-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; }
  .air-light-brand-container .brand-item {
    position: relative;
    flex: 1 1 0%;
    flex-basis: 30%;
    margin: 0 5px 20px;
    padding: 15px; }
    .air-light-brand-container .brand-item.no-item {
      border: none; }
    .air-light-brand-container .brand-item p {
      margin: 2px 0 0;
      font-size: 11px;
      color: #333; }
    .air-light-brand-container .brand-item a {
      text-decoration: none; }

.about-airtrip-container {
  margin-top: 50px;
  margin-bottom: 50px; }

.airtripinfo {
  background: #f2f2f2;
  padding: 20px 0;
  margin-top: 90px; }
  .airtripinfo .container {
    position: relative; }
  .airtripinfo ul {
    margin: 30px auto 0; }
    .airtripinfo ul li {
      width: 270px;
      height: 155px;
      padding-right: 14px;
      margin-right: 20px;
      display: block;
      float: left;
      border-right: 1px solid #ccc; }
    .airtripinfo ul li:last-child {
      padding-right: 0;
      margin-right: 0;
      border-right: none;
      width: 400px; }
  .airtripinfo h3,
  .airtripinfo a {
    font-size: 14px;
    color: #299ddf;
    margin-bottom: 10px; }
  .airtripinfo span.ico01 {
    background-image: url("../../images/cal/new_cal/icon_memberreg.png");
    background-repeat: no-repeat; }
  .airtripinfo span.ico02 {
    background-image: url("../../images/cal/new_cal/icon_invitation.png");
    background-repeat: no-repeat; }
  .airtripinfo span.ico04 {
    background-image: url("../../images/cal/new_cal/icon_airtripapp.png");
    background-repeat: no-repeat; }
  .airtripinfo .app-store {
    margin-bottom: 10px; }
    .airtripinfo .app-store img {
      width: 115px; }
  .airtripinfo .device_note {
    font-size: 80%;
    text-align: right;
    padding-top: 20px; }
  .airtripinfo .image_box {
    float: right;
    position: absolute;
    right: 0;
    top: -110px; }

.searh-box-fixed {
  background: #D7F3FE;
  height: 90px;
  padding: 20px 0;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.2); }
  .searh-box-fixed .fixed-content {
    width: 790px;
    margin: 0 auto; }
  .searh-box-fixed .left-fixed-content {
    float: left;
    font-size: 14px; }
    .searh-box-fixed .left-fixed-content .price {
      margin-bottom: 0; }
      .searh-box-fixed .left-fixed-content .price span {
        font-size: 24px;
        font-weight: bold;
        color: #EE1A24; }
      .searh-box-fixed .left-fixed-content .price .price-lowest-carrier {
        margin-left: 10px; 
        display: inline;
        font-size: 12px;
        color: #303039
      }
  .searh-box-fixed .right-fixed-content {
    float: right; }
    .searh-box-fixed .right-fixed-content .btn-blue {
      padding: 15px 0;
      width: 244px;
      font-size: 18px;
      cursor: pointer;
      position: relative; }
      .searh-box-fixed .right-fixed-content .btn-blue:hover:before {
        content: '';
        width: 18px;
        height: 17px;
        position: absolute;
        right: 19px;
        top: 22px;
        background: url("../../images/cal/new_cal/icon_arrow_up.svg") no-repeat;
        -webkit-animation: uparrow 0.6s infinite alternate ease-in-out; }
      .searh-box-fixed .right-fixed-content .btn-blue.active:hover:before {
        top: 21px;
        background: url("../../images/cal/new_cal/icon_arrow_down.svg") no-repeat;
        -webkit-animation: downarrow 0.6s infinite alternate ease-in-out; }

.search-box-container {
  background: #196FB9;
  position: fixed;
  bottom: 90px;
  z-index: 101;
  left: 0;
  right: 0;
  display: none;
  box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.2); }

p.note {
    font-size: 12px;
    text-align: right
}

#ct-2, #ct-3, #ct-4, #ct-5, #ct-6, #ct-7, #ct-8 {
  margin-top: 0px;
  padding-top: 60px;
}
div.nav {
  display: none;
  margin: 24px auto;
  width: 1000px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/* Chrome Safari */
div.nav::-webkit-scrollbar {
  display: none;
}
div.nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  }
  

div.nav ul li {
  cursor: pointer;
  white-space: nowrap;
  padding: 8px 16px;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  margin-bottom: 0;
}
div.nav ul li:hover {
  border-bottom: 3px solid #d9d9d9;
}
div.nav ul li.active {
  border-bottom: 3px solid #196FB9 !important;
  color: #196FB9;
}
div.nav.fixed {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
  margin: 0;
  z-index: 10;
}

.relationContent {}
.relationContent-wrap h3 {
  margin-bottom: 24px;
}
.relationContent-wrap.hotels {
  margin-bottom: 45px;
}
.relationContent-wrap .display-flex {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
}
.relationContent-wrap .flex-item {
  border-radius: 8px;
  padding: 10px;
  position: relative;
  width: calc(33% - 12px);
  border: 1px solid transparent;
  background: #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}
.relationContent-wrap li.borderSolid:hover {
	border: 1px solid #196FB9;
	box-shadow: 5px 6px 0px 0px rgb(25 111 191);
}
.relationContent-wrap .flex-item a {
	text-decoration: none;
	color: inherit;
}
.relationContent-wrap .flex-item .company-info {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.relationContent-wrap .flex-item .company-info::before {
  content: '';
  display: block;
  position: absolute;
  background: #196FB9;
  left: -11px;
  top: 0;
  height: 100%;
  width: 6px;
  border-radius: 0 4px 4px 0;
}
.relationContent-wrap .flex-item .company-info span {
  display: block;
}
.relationContent-wrap .flex-item .company-info span.company-name {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}
.relationContent-wrap .flex-item .company-info span.company-logo img {
  height: 20px;
  width: auto;
}
.relationContent-wrap .flex-item .item-note {
  display: block;
  float: left;
  font-size: 10px;
}
.relationContent-wrap .flex-item .item-note span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.relationContent-wrap .flex-item .item-price {
  float: right;
  line-height: 1;
}
.relationContent-wrap .flex-item .item-price {
  font-size: 24px;
  font-weight: 900;
  color: #EE0C0C;
  line-height: 1;
  padding-top: 10px;
}
.relationContent-wrap .flex-item .item-price span.small {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  float: initial !important;
}
.relationContent-wrap .osH-recommend-widget .osH-hotel-list-button,
.relationContent-wrap .btn-grad {
	position: relative;
	border: 1px solid #196FB9;
	background: rgb(25,111,185);
	background: -moz-linear-gradient(57deg, rgba(25,111,185,1) 0%, rgba(80,162,210,1) 90%);
	background: -webkit-linear-gradient(57deg, rgba(25,111,185,1) 0%, rgba(80,162,210,1) 90%);
	background: linear-gradient(57deg, rgba(25,111,185,1) 0%, rgba(80,162,210,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#196fb9",endColorstr="#50a2d2",GradientType=1);          
	border-radius: 28px;
	display: block;
	margin: 0 auto;
	width: 420px;
	max-width: 98%;
	height: 56px;
	line-height: 52px;
	-webkit-transition: background 0.5s ease-out;  
    -moz-transition: background 0.5s ease-out;  
    -o-transition: background 0.5s ease-out;  
    transition: background 0.5s ease-out;  
	color: #fff !important;
	font-size: 18px;
  font-weight: normal;
	text-decoration: none;
	text-align: center;
 }
 .relationContent-wrap .osH-recommend-widget .osH-hotel-list-button:hover,
 .relationContent-wrap .btn-grad:hover {
	background-position:420px;  
    text-decoration: none;
	color: #fff;
 }
 .btn-grad::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 22px;
  top: 40%;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.nearbyAirports {
  margin-top: 40px;
}
.title-nearbyAirports {
  margin-bottom: 24px;
}
.nearbyAirports h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 16px 0 8px;
}
.nearbyAirports-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.nearbyAirports-content ul li {
  border: 1px solid #B5B5B5;
  border-radius: 3px;
  position: relative;
  flex: 1 1 0%;
  flex-basis: 28%;
  margin: 8px;
}
.nearbyAirports-content ul li:hover {
  transition: opacity .2s ease-in-out;
  box-shadow: 0 0 6px 0 rgba(37, 32, 31, 0.25);
}
.nearbyAirports-content ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 16px;
}
.nearbyAirports-content ul li a:hover {
  text-decoration: none;
}
.nearbyAirports-content ul li span i {
  display: block;
  font-size: 11px;
  font-style: normal;
  color: #868686;
}
.nearbyAirports-content ul li span.airportName {
  font-size: 14px;
  font-weight: bold;
  color: #196fb9;
}
.nearbyAirports-content ul li span.price {
  font-size: 18px;
  font-weight: bold;
  color: #ee1a24;
  line-height: 40px;
}

.price.color-red label {
  background: url(../../images/pc/best.svg) no-repeat;
  -webkit-background-size: 40px 11px;
  background-size: 40px 11px;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -19px;
  width: 40px;
  height: 12px;
  font-size: 0;
  margin-top: -5px;
}


@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; }

  .visible-tablet-inline {
    display: inline-block; }

  .visible-xs-inline {
    display: inline-block !important; }

  .block-sp {
    display: block; }

  .main-container {
    background: none; }

  .big-border:before {
    height: 8px;
    display: none;
   }

  .title-common {
    font-size: 18px; }

  .master-header-titlepage {
    width: auto !important; }

  /* Banner */
  .banner-cal {
    background: url("../../images/cal/new_cal/banner_cal_sp.png") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .banner-cal .banner-place {
      padding-top: 12px;
      padding-bottom: 12px; }
      .banner-cal .banner-place .place-start,
      .banner-cal .banner-place .place-end {
        font-size: 23px; }
      .banner-cal .banner-place .place-small-content {
        padding-top: 2px;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden; }
        .banner-cal .banner-place .place-small-content .place-start,
        .banner-cal .banner-place .place-small-content .place-end {
          font-size: 11px; }

  /* Calendar */
  .calendar-container {
    width: 100%;
    min-height: 630px;
    height: auto;
    border: none; }
    .calendar-container .cheapest .cheapest-title:before,
    .calendar-container .cheapest .cheapest-price:before {
      height: 8px; }
    .calendar-container .cheapest .cheapest-title,
    .calendar-container .cheapest .cheapest-date {
      font-size: 28px; }
      .calendar-container .cheapest .cheapest-carrier {
        font-size: 16px; }
    .calendar-container .cheapest .cheapest-price {
      font-size: 42px; }
    .calendar-container .cheapest .cheapest-date {
      display: block; }
    .calendar-container .note-calendar {
      padding-left: 10px;
      padding-right: 10px;
      text-align: left; }

  .calendar-content {
    padding-top: 10px; }
    .calendar-content table.selectcal {
      width: 100%;
      float: none; }
    .calendar-content table.selectcal th {
      width: auto; }
    .calendar-content table.selectcal td span.price {
      font-size: 8px;
      margin-left: 0;
      margin-right: 0;
      padding-top: 6px;
      min-height: auto;}
    .calendar-content .calendar-content table.selectcal td a {
      font-size: 18px;
      padding: 7px 0 10px; }

  /* Ticket list */
  .ticket-container {
    width: 100%;
    padding: 25px 0 0;
    border: none;
    min-height: 790px;
    height: auto; }
    .ticket-container .title-ticket {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
      .ticket-container .title-ticket span.small {
        font-size: 14px; }
    p.subtitle span.small {
      font-size: 14px;
    }

  .title-airport a {
    width: 100%;
    margin-top: 20px; }

  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }

  .flight-convenience-information {
    margin-top: 0;
    margin-bottom: 40px; }
    .flight-convenience-information .flight-convenience-title {
      font-size: 22px; }
    .flight-convenience-information .flight-convenience-desc {
      font-size: 14px;
      letter-spacing: 0;
      margin-top: 0;
      margin-right: 0; }
    .flight-convenience-information .flight-convenience-desc:before,
    .flight-convenience-information .flight-convenience-desc:after {
      background-size: 100% 100%;
      position: relative;
      display: inline-block;
      content: '';
      width: 12px;
      height: 20px;
      top: 5px; }
    .flight-convenience-information .flight-convenience-desc:before {
      margin-right: 5px; }
    .flight-convenience-information .flight-convenience-desc:after {
      margin-left: 8px; }

  .comparison-price-container .title-common {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0; }
  .comparison-price-container .title-sub {
    padding: 8px 0; }
  .comparison-price-container .padding {
    padding: 10px; }
  .comparison-price-container .border-gray, .comparison-price-container .banner-cal, .comparison-price-container .ticket-container, .comparison-price-container .faqs-container .item-faq, .faqs-container .comparison-price-container .item-faq, .comparison-price-container .air-light-brand-container .brand-item, .air-light-brand-container .comparison-price-container .brand-item {
    padding: 0;
    border: none; }
  .comparison-price-container .title-comparison {
    font-size: 20px;
    margin-bottom: 15px; }
  .comparison-price-container .col-3 {
    display: block;
    width: 100%;
    float: none;
    border-right: 1px solid #196FB9;
    margin-top: 15px; }
    .comparison-price-container .col-3:first-child {
      margin-top: 0; }
  .comparison-price-container .title-sub:before {
    left: 6px;
    top: -5px;
    width: 50px;
    height: 50px; }
  .comparison-price-container .title-sub.flight-col:before {
    background: url("../../images/cal/new_cal/icon_flight2_sp.svg") no-repeat;
    background-size: 100% 100%; }
  .comparison-price-container .title-sub.train-col:before {
    background: url("../../images/cal/new_cal/icon_train_sp.svg") no-repeat;
    background-size: 100% 100%; }
  .comparison-price-container .title-sub.car-col:before {
    background: url("../../images/cal/new_cal/icon_car_sp.svg") no-repeat;
    background-size: 100% 100%; }
  .comparison-price-container .title-sub:after {
    display: none; }

  .flight-information-container .box-time,
  .flight-information-container .box-price,
  .flight-information-container .box-flight {
    display: block;
    width: 100%;
    float: none;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
    padding: 10px; }
  .flight-information-container .box-icon-brand,
  .flight-information-container .box-area {
    display: block;
    width: 100%;
    float: none;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
    padding: 10px; }
  .flight-information-container .box-area {
    margin-bottom: 0; }
  .flight-information-container .box-area li {
    width: 100%;
    float: none;
    padding-bottom: 10px; }
    .flight-information-container .box-area li:last-child {
      padding-bottom: 0; }
  .flight-information-container .margin-top {
    margin-top: 25px; }
  .flight-information-container .hire-content {
    padding: 10px; }
    .flight-information-container .hire-content li {
      width: 100%;
      float: none;
      padding-left: 36px;
      border-right: none;
      margin-bottom: 10px; }
      .flight-information-container .hire-content li:last-child {
        margin-bottom: 0; }
    .flight-information-container .hire-content li.icon-car {
      background: url("../../images/cal/new_cal/icon_directionscar.svg") no-repeat left center;
      padding-left: 46px; }
  .flight-information-container .box-title span {
    font-size: 16px; }
  .flight-information-container .icon-watch,
  .flight-information-container .icon-price,
  .flight-information-container .icon-flight-box {
    min-height: 45px;
    font-size: 18px; }

  /* Vote */
  .vote-container {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0; }
    .vote-container .col-2 {
      float: none;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 15px; }
    .vote-container .title-vote {
      font-size: 16px; }

  /* Faqs */
  .faqs-container {
    margin-top: 25px;
    margin-bottom: 45px; }
    .faqs-container .big-faq-title .faqs-title {
      font-size: 22px; }
    .faqs-container .big-faq-title .faqs-desc {
      font-size: 14px;
      letter-spacing: 0;
      margin-top: 0;
      margin-right: 0; }
    .faqs-container .big-faq-title .faqs-desc:before,
    .faqs-container .big-faq-title .faqs-desc:after {
      background-size: 100% 100%;
      position: relative;
      display: inline-block;
      content: '';
      width: 12px;
      height: 20px;
      top: 5px; }
    .faqs-container .big-faq-title .faqs-desc:before {
      margin-right: 5px; }
    .faqs-container .big-faq-title .faqs-desc:after {
      margin-left: 8px; }
    .faqs-container .margin-top {
      margin-top: 24px; }
    .faqs-container .item-faq {
      padding: 10px 10px 8px;
      margin-bottom: 5px; }
    .faqs-container .item-faq .question {
      padding: 0 0 7px 40px;
      margin-bottom: 0;
      cursor: pointer; }
    .faqs-container .item-faq .answer {
      background: url("../../images/cal/new_cal/icon_answer.svg") no-repeat 40px 7px;
      padding: 10px 0 10px 78px;
      display: none; }

  .time-cost-container .title-time-cost {
    font-size: 16px;
    padding-left: 10px; }
  .time-cost-container .time-cost-content {
    padding: 15px; }
    .time-cost-container .time-cost-content ul {
      display: table;
      width: 100%;
      border-bottom: 1px solid #D9D9D9;
      padding-bottom: 15px; }
    .time-cost-container .time-cost-content li {
      margin-top: 5px;
      width: 50%;
      float: left; }
  .time-cost-container .col-5 {
    width: 100%;
    float: none;
    margin-bottom: 15px; }
    .time-cost-container .col-5:last-child ul {
      border-bottom: none; }
  .time-cost-container p.title-area {
    margin-right: 0;
    margin-bottom: 0;
    border: none; }
  .time-cost-container .left-content,
  .time-cost-container .right-content {
    display: block;
    width: 100%; }
  .time-cost-container .left-content {
    margin-bottom: 10px; }
  .time-cost-container .left-content span {
    width: 100%; }
  .time-cost-container .media {
    padding-bottom: 15px; }

  .vote-container .vote-item {
    padding: 10px; }

  .search-popular-container .search-popular-items {
    padding: 10px;
    margin-bottom: 15px; }
  .search-popular-container .search-popular-items ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-height: 450px;
    overflow-y: scroll;}
    .search-popular-container .search-popular-items ul li {
      margin: 10px 0 0; }

  .popular-areas-container .left-content,
  .popular-areas-container .right-content {
    display: block;
    width: 100%; }
  .popular-areas-container .left-content span {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 6px; }

  .searh-box-fixed .fixed-content {
    width: 100%; }

  .air-light-brand-container {
    margin-top: 25px; }
    .air-light-brand-container .width25 {
      width: 100%;
      float: none; }
    .air-light-brand-container .intro-brand-content {
      border-top: none;
      border-bottom: none;
      margin-right: 0; }
      .air-light-brand-container .intro-brand-content p {
        margin-bottom: 25px; }
      .air-light-brand-container .intro-brand-content .border-top {
        margin-top: 0;
        padding-top: 20px; }
    .air-light-brand-container .display-flex {
      display: block;
      margin-left: 0;
      margin-right: 0; }
    .air-light-brand-container .brand-item {
      position: relative;
      margin: 0 0 15px;
      padding: 10px;
      display: block; }
    .air-light-brand-container .width75 {
      width: 100%;
      float: none; }
    .air-light-brand-container .brand-item p {
      margin: 5px 0 0; }
    .air-light-brand-container .brand-item.no-item {
      display: none; }

  .searh-box-fixed {
    height: auto;
    padding: 10px;
    top: 43px;
    bottom: unset;
    padding: 0 10px 5px;
    text-align: center;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2); }
    .searh-box-fixed.fix-top {
        z-index: 20000;
    }
    .searh-box-fixed .left-fixed-content {
      float: none; }
    .searh-box-fixed .right-fixed-content {
      float: none;
      margin-top: 8px; }
    .searh-box-fixed .btn-blue {
      width: 100%; padding: 10px; font-size: 16px; }
    .searh-box-fixed p {
      display: inline; font-size: 12px; }
      .searh-box-fixed p strong {
        font-size: 14px;
      }
    .searh-box-fixed .right-fixed-content .btn-blue {
      width: 100%; padding: 5px 10px; font-size: 16px; }
    .searh-box-fixed .left-fixed-content .price span {
        font-size: 22px;
      }
    .searh-box-fixed .left-fixed-content .price .price-lowest-carrier {
        font-size: 8px;
      } 
  .about-airtrip-container {
    margin-top: 25px;
    margin-bottom: 0; }

  .search-box-container {
    bottom: 0; }

  .airtripinfo {
    display: none; }

  p.note {
      text-align: left
  }

  #footer {
    margin-top: 25px;
    border-top: 1px solid #D9D9D9;
    }
    
  .block-title {
    margin: 0 -10px 20px;
    padding: 20px 10px 10px;
    background: #fafafa;
    position: relative;
    z-index: 1;}

  .block-title h3 {
    font-size: 22px;
    z-index: 2;	}

  .block-title h3.long {
    font-size: 24px;
    line-height: 1.3; }

  .block-title h3:after {height: 10px;}
  .block-title h3.long:after {top: 22px;}

  .block-title span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 14px; }

  .relationContent-wrap .display-flex {
    flex-direction: column;
  }
  .relationContent-wrap .flex-item {
    width: 100%;
  }

  .nearbyAirports-content ul {
    flex-direction: column;
  }
  .nearbyAirports-content ul li {
    margin: 3px 8px;
  }

  .price.color-red label {
    top: -2px;
  }
  .searh-box-fixed .right-fixed-content .btn-blue:hover:before {top: 14px;}
  .searh-box-fixed .right-fixed-content .btn-blue.active:hover:before {top: 9px;}
}
@media screen and (max-width: 375px) {
  .searh-box-fixed p {
    display: block;
    text-align: center;
  }
}

@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0.9; }
  100% {
    -webkit-transform: translateY(-0.4em);
    opacity: 0.9; } }
@-webkit-keyframes downarrow {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0.9; }
  100% {
    -webkit-transform: translateY(0.4em);
    opacity: 0.9; } }
@-webkit-keyframes naarrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.3; }
  100% {
    -webkit-transform: translateX(-0.4em);
    opacity: 0.9; } }

#goto-b-border {
	border: 1px solid #D9D9D9;
}

#goto-campaign .block-content {
	padding: 20px;
}
#goto-campaign .block-content li {
	padding: 5px 0;
	list-style: disc;
	margin-left: 15px;
	color: #1971bb;
}
#goto-campaign .block-content a {
	color: #196fb9;
	padding: 5px 0;
}
#goto-campaign .block-content a:hover {
	text-decoration: underline !important;
}
span.cheapest-date {
    display: inline-block;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
}

.month-strip {
  display: flex; 
  justify-content: center; 
  padding: 0 10px; 
  font-weight: 700;
  margin-bottom: 20px;
}

.month-strip-container {
  display: flex; 
  justify-content: center; 
  padding: 0 10px; 
  font-weight: 700;
}

.month-strip-container .month-strip-item {
  border: 1px solid gainsboro;
  padding: 2px 7px;
  cursor: pointer;
  text-decoration: none;
  width: 50px;
  text-align: center;
  white-space: nowrap;
}

.month-strip-item.active {
  background: #196FB9;
  color: white;
}

.month-strip-item:hover {
  background: #196FB9;
  color: white;
}

.month-strip-item:not(.active):active {
  background-color: #3189d6;
  color: white;
}

.month-strip-item:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.month-strip-item:nth-last-child(1) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.arrow-prev, .arrow-next {
  display: flex;
  cursor: pointer;
}

.arrow-prev.arrow-disabled, .arrow-next.arrow-disabled {
  opacity: .5;
  cursor: not-allowed;
} 
