/* 縮小失敗。正在傳回未縮小的內容。
(1552,21): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-text-color'
(1554,32): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-bg-color'
(1556,28): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-border-color'
(1561,25): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-text-color'
(1563,36): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-hover-bg-color'
(1565,32): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-hover-border-color'
(1570,25): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-text-color'
(1572,36): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-bg-color'
(1574,32): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-border-color'
(1584,25): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-text-color'
(1586,36): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-active-bg-color'
(1588,32): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-active-border-color'
(1690,17): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-text-color'
(1692,28): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-bg-color'
(1694,24): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-border-color'
(1698,28): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-hover-bg-color'
(1700,24): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-hover-border-color'
(1704,28): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-bg-color'
(1706,24): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-border-color'
(1706,49): run-time error CSS1019: Unexpected token, found '#'
(1706,49): run-time error CSS1042: Expected function, found '#'
(1706,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
(1709,46): run-time error CSS1034: 
(1709,46): run-time error CSS1042: Expected function, found ','
(1709,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1714,17): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-text-color'
(1716,28): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-active-bg-color'
(1718,24): run-time error CSS1039: Token not allowed after unary operator: '-fc-button-active-border-color'
(1722,46): run-time error CSS1034: 
(1722,46): run-time error CSS1042: Expected function, found ','
(1722,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1726,28): run-time error CSS1039: Token not allowed after unary operator: '-fc-today-bg-color'
(1730,28): run-time error CSS1039: Token not allowed after unary operator: '-fc-today-bg-color'
(1843,32): run-time error CSS1039: Token not allowed after unary operator: '-fc-border-color'
(1910,32): run-time error CSS1039: Token not allowed after unary operator: '-fc-border-color'
(2343,22): run-time error CSS1039: Token not allowed after unary operator: '-fc-non-business-color'
 */
@charset "UTF-8";
/* line 348, ../sass/bootstrap/_reboot.scss */
/* line 2, ../sass/tripNew.scss */
button,
select,
input {
  outline: none;
}

/* line 7, ../sass/tripNew.scss */
body {
  background: #f0f0f0;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

/*右側功能欄*/
/* line 1329, ../sass/page/_group.sass */
@media (min-width: 992px) {
  .sub_menu-trip {
    width: auto;
    right: 0;
    overflow: unset;
    top: 0;
    bottom: 0; } }

@media (max-width: 991.98px) {
  .sub_menu-trip {
    overflow: unset; } }

@media (min-width: 992px) {
  .sub_menu-trip .sub_inside {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
    align-items: flex-end; } }

@media (min-width: 992px) and (max-width: 1350px) {
  .sub_menu-trip .server_menu {
    width: 100%; } }

@media (max-width: 767px) {
  .sub_menu-trip .server_menu {
    width: 80vw; } }

@media (max-width: 576px) {
  .sub_menu-trip .server_menu {
    width: 70vw; } }

@media (min-width: 992px) {
  .sub_menu-trip .server_menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (max-width: 991.98px) {
  .sub_menu-trip .server_menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 992px) {
  .sub_menu-trip .server_menu > ul > li {
    border-radius: 0;
    width: auto;
    height: 55px;
    font-size: 1.2rem;
    font-weight: bold;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0; } }

@media (max-width: 991.98px) {
  .sub_menu-trip .server_menu > ul > li {
    width: 100%; } }

@media (min-width: 992px) {
  .sub_menu-trip .server_menu > ul > li a {
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 1350px) {
  .sub_menu-trip .server_menu > ul > li a {
    font-size: 19px; } }

@media (max-width: 991.98px) {
  .sub_menu-trip .server_menu > ul > li a {
    font-size: 16px;
    padding-top: 5px; } }

@media (max-width: 576px) {
  .sub_menu-trip .server_menu > ul > li a {
    font-size: 0; } }

.sub_menu-trip .server_menu > ul > li a i {
  margin-right: 5px;
  line-height: 45px; }
  @media (max-width: 1350px) {
    .sub_menu-trip .server_menu > ul > li a i {
      font-size: 24px; } }
  @media (max-width: 991.98px) {
    .sub_menu-trip .server_menu > ul > li a i {
      font-size: 15px; } }
  @media (max-width: 576px) {
    .sub_menu-trip .server_menu > ul > li a i {
      font-size: 18px;
      margin: 0; } }

.sub_menu-trip .server_menu > ul > li.join-fixed-btn {
  font-size: 1.3rem; }
 .sub_menu-trip .server_menu > ul > li.join-fixed-btn .disabled {
    background: #aaa; }

.sub_menu-trip .server_menu > ul > li.download-fixed-btn {
  background: #04abf2; }

.sub_menu-trip .server_menu > ul > li.share-fixed-btn {
  background: #d89d11;
  position: relative; }
  .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul {
    width: 220px;
    display: table;
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 55px;
    right: -220px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 991.98px) {
      .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul {
        width: 100%;
        right: 0;
        bottom: 0;
        height: auto;
        top: unset;
        bottom: -110px; } }
    @media (max-width: 576px) {
      .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul {
        bottom: -220px; } }
    .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li {
      width: 25%;
      height: 55px;
      border-radius: 0;
      margin-bottom: 0;
      display: table;
      float: left; }
      @media (max-width: 991.98px) {
        .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li {
          width: 50%;
          line-height: 55px; } }
      @media (max-width: 576px) {
        .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li {
          width: 100%; } }
      .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li i {
        margin: 0; }
        @media (max-width: 991.98px) {
          .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li i {
            font-size: 19px; } }
      .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li:nth-child(1) {
        background: #3b5998; }
      .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li:nth-child(2) {
        background: #00c300; }
        @media (max-width: 991.98px) {
          .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li:nth-child(2) img {
            width: 23px; } }
      .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li:nth-child(3) {
        background: #8957a1; }
      .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li:nth-child(4) {
        background: #f39800; }
  .sub_menu-trip .server_menu > ul > li.share-fixed-btn:hover ul {
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 991.98px) {
      .sub_menu-trip .server_menu > ul > li.share-fixed-btn:hover ul {
        bottom: 0; } }

.sub_menu-trip .server_menu > ul > li.query-fixed-btn {
  background: #28a745; }

.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a {
  width: 50%;
  padding: 5px 13px; }
  @media (max-width: 576px) {
    .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a {
      padding: 5px 10px; } }
  .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a i {
    margin: 0; }
  .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) {
    background: #dc5b67;
    width:100%;
  }
  @media (min-width: 992px){
      .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) {
          padding:5px 17.5px;
      }}
    .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1)::after {
        content:'收藏';
        margin-left:10px;
    }
    @media (max-width: 576px) {
  .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1)::after {
       display:none;
    }}
  .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(2) {
    background: #1e2d7e; }

@media (min-width: 992px) {
  .sub_menu-trip .trip_menu {
    width: 107px;
    background: #fff;
    margin-left: 45px;
    border: 1px solid #999;
    text-align: center;
    padding: 10px 10px 0 10px; } }

@media (max-width: 767px) {
  .sub_menu-trip .trip_menu {
    width: 20vw; } }

@media (max-width: 576px) {
  .sub_menu-trip .trip_menu {
    width: 30vw; } }

@media (min-width: 992px) {
  .sub_menu-trip .trip_menu i {
    color: #ffd200;
    font-size: 26px;
    margin-bottom: 5px; 
  }
  .sub_menu-trip .trip_menu select {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .sub_menu-trip .trip_menu i {
    display: none; } }

@media (min-width: 992px) {
  .sub_menu-trip .trip_menu li a {
    width: 100%;
    height: auto;
    border: 0px;
    border-bottom: 1px solid #bbbeca;
    border-radius: 0;
    padding-bottom: 8px; } }

@media (min-width: 992px) {
  .sub_menu-trip .trip_menu li a span {
    font-size: 1rem;
    width: 100%;
    padding-top: 0;
    color: #111;
    display: inline-block; } }

@media (min-width: 992px) {
  .sub_menu-trip .trip_menu li a:hover {
    background: none; }
    .sub_menu-trip .trip_menu li a:hover span {
      color: #04abf2; } }

/*基本資料*/
/* line 535, ../sass/page/_group.sass */
.trip_banner {
  width: 100%; }

section.group_banner.trip_banner {
  color: #111; }
  section.group_banner.trip_banner .container {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 20px 30px 20px; }
    @media (max-width: 576px) {
      section.group_banner.trip_banner .container {
        padding: 20px 15px 20px;
        width: 90%; } }
  section.group_banner.trip_banner h1 {
    font-weight: bold;
    line-height: 2.8rem;
    padding: 0;
    color: #111;
    margin: 10px 0; }
    @media (max-width: 1350px) {
      section.group_banner.trip_banner h1 {
        font-size: 2rem;
        display: inline-block;
        margin-top: 15px; } }
  section.group_banner.trip_banner h3.price {
    color: #dc3545;
    font-weight: bold;
    font-size: 2.3rem; }
    section.group_banner.trip_banner h3.price span, section.group_banner.trip_banner h3.price small {
      color: #111;
      font-weight: normal;
      font-size: 50%; }
      @media (max-width:991.98px) {
        section.group_banner.trip_banner .price_box .iteam{padding: 0 15px; text-align: right;}
        section.group_banner.trip_banner h3.price{font-size: 2rem;}
      }
  section.group_banner.trip_banner:before {
    height: 450px; }
  section.group_banner.trip_banner .img_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px; }
  section.group_banner.trip_banner .basic_box {
    display: table;
    top: 0;
    width: 100%;
    background: #f0f0f0;
    padding: 150px 0 3rem 0; }
    @media (max-width: 576px) {
      section.group_banner.trip_banner .basic_box {
        padding: 50px 0 3rem 0; } }
  section.group_banner.trip_banner .brief {
    margin: 20px -15px 10px; }
    section.group_banner.trip_banner .brief h5 {
      font-size: 1.2rem;
      color: #666; }

section.group_banner .group_num {
  float: right; }
  section.group_banner .group_num #qrcode::after {
    content: '\f00e';
    display: inline-block;
    font: normal normal normal 23px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 6px;
    bottom: 6px;
    color: #ffffff;
    text-shadow: 2px 2px 5px #000; }
  section.group_banner .group_num img {
    width: 65px; }

section.group_banner .price_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.2rem; }
  section.group_banner .price_content .panel-info{
    width: calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #04abf2;
    text-align: center;}
    @media (min-width: 1200px) and (max-width: 1350px) {
      section.group_banner .price_content .panel-info{
        width: calc(25% - 10px); } }
    @media (max-width: 991.98px) {
      section.group_banner .price_content .panel-info {
        width: calc(25% - 10px); } 
    }
    @media (max-width: 767px) {
      section.group_banner .price_content .panel-info{
        width: calc(50% - 10px); } }
    section.group_banner .price_content .panel-info .panel-heading{
      padding: 15px 10px;
      background: #04abf2;
      color: #fff;
      font-weight: bold;
      font-size: 1.2rem; }
    section.group_banner .price_content .panel-info .panel-body{
      padding: 15px 10px;
      font-size: 1.2rem; }

/*新增基本資料的航班資料*/
.plane-s2 .plane-sche{
  padding-left: 5px;
}
.plane-s2 .plane-sche::before{
  content: '-';
  margin-right: 5px;
}
.basic-air-aircraft {
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.5rem; }
  .basic-air-aircraft img {
    height: 35px; }

.basic-air-airport {
  font-size: 1.4rem;
  font-weight: bold; }
  .basic-air-airport i {
    color: #04abf2; }

.basic-air-info {
  border: 1px solid #04abf2; }
  .basic-air-info .go, .basic-air-info .back {
    width: 38%; }
    @media (min-width: 1200px) and (max-width: 1350px) {
      .basic-air-info .go, .basic-air-info .back {
        width: 100%; } }
    @media (max-width: 576px) {
      .basic-air-info .go, .basic-air-info .back {
        width: 100%; } }
    .basic-air-info .go h3, .basic-air-info .back h3 {
      color: #1fabdd;
      font-size: 1.7rem;
      font-weight: bold; }
      @media (min-width: 1351px) and (max-width: 1550px) {
        .basic-air-info .go h3, .basic-air-info .back h3 {
          font-size: 1.5rem; } }
    .basic-air-info .go h4, .basic-air-info .back h4 {
      font-weight: bold; }
      @media (min-width: 1351px) and (max-width: 1550px) {
        .basic-air-info .go h4, .basic-air-info .back h4 {
          font-size: 1.4rem; } }
    .basic-air-info .go i, .basic-air-info .back i {
      color: #c9f1ff;
      font-size: 2rem; }
  .basic-air-info .go i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .basic-air-info .back i {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .basic-air-info .time {
    width: calc(100% - 80%);
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #111;
    color: #555; }
    @media (min-width: 1200px) and (max-width: 1350px) {
      .basic-air-info .time {
        width: 100%;
        border: none;
        padding: 0px;
        margin: 10px 0;
        background: #e2e2e2; } }
    @media (max-width: 576px) {
      .basic-air-info .time {
        width: 100%;
        border: none;
        padding: 0px;
        margin: 10px 0;
        background: #e2e2e2; } }

.basic-air-btn a {
  float: right;
  font-size: 1.2rem;
  font-weight: bold;
  background: #04abf2;
  border: 1px solid #136988;
  padding: 5px 25px;
  color: #fff;
  border-radius: 50px; }
  .basic-air-btn a:hover {
    background: #136988; }

/*------航班詳情------*/
h5.modal-title strong {
  color: #04abf2;
  margin-left: 10px; }

.flight_details {
  border: 1px solid #04abf2; }
  .flight_details .details_box + .details_box {
    border-top: 1px solid #04abf2; }
    @media (max-width: 991.98px) {
      .flight_details .details_box + .details_box {
        border: none; } }
    .flight_details .details_box + .details_box h4 {
      border-top: 1px solid #fff; }
      @media (max-width: 991px) {
        .flight_details .details_box + .details_box h4 {
          border: none; } }
  .flight_details .details_box > h4 {
    background: #04abf2;
    text-align: center;
    height: 100%;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 991px) {
      .flight_details .details_box > h4 {
        height: auto;
        padding: 10px; } }
    .flight_details .details_box > h4 i {
      color: #c9f1ff;
      width: 100%; }
  .flight_details .details_box .flight_infor ul {
    list-style-type: none;
    padding: 0px;
    margin: 0; }
  .flight_details .details_box .flight_infor li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 576px) {
      .flight_details .details_box .flight_infor li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .flight_details .details_box .flight_infor li + li {
      border-top: 1px dashed #ccc; }
  .flight_details .details_box .flight_infor .detail_airline {
    text-align: center;
    width: 23%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #ddd;
    font-size: 1.2rem; }
    @media (max-width: 991px) {
      .flight_details .details_box .flight_infor .detail_airline {
        width: 100%;
        border-right: 0px;
        padding-bottom: 5px;
        margin-bottom: 5px; } }
    @media (max-width: 576px) {
      .flight_details .details_box .flight_infor .detail_airline span {
        font-weight: bold; } }
    .flight_details .details_box .flight_infor .detail_airline img {
      height: 35px; }
  .flight_details .details_box .flight_infor .go {
    width: 30%;
    text-align: center;
    font-size: 1.2rem;
    color: #444; }
    @media (max-width: 991px) {
      .flight_details .details_box .flight_infor .go {
        width: 38%; } }
    @media (max-width: 576px) {
      .flight_details .details_box .flight_infor .go {
        width: 100%; } }
  .flight_details .details_box .flight_infor .time {
    width: 17%;
    text-align: center;
    font-size: 0.85rem;
    color: #888;
    position: relative; }
    @media (max-width: 991px) {
      .flight_details .details_box .flight_infor .time {
        width: 24%; } }
    @media (max-width: 576px) {
      .flight_details .details_box .flight_infor .time {
        width: 50%;
        padding: 15px 5px; } }
    .flight_details .details_box .flight_infor .time hr {
      height: 1px;
      background: #111; }
    .flight_details .details_box .flight_infor .time::after {
      content: "\f072";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 9px);
      right: 1px;
      color: #111;
      font-size: 1rem; }
      @media (max-width: 991px) {
        .flight_details .details_box .flight_infor .time::after {
          top: calc(50% - 8px); } }
  .flight_details .details_box .flight_infor .to {
    width: 30%;
    text-align: center;
    font-size: 1.2rem;
    color: #444; }
    @media (max-width: 991px) {
      .flight_details .details_box .flight_infor .to {
        width: 38%; } }
    @media (max-width: 576px) {
      .flight_details .details_box .flight_infor .to {
        width: 100%; } }

/*特色介紹*/
/* line 232, ../sass/page/_group.sass */
section.group_table.trip_features, section.group_table.trip_airline, section.group_table.trip_day, section.group_table.trip_note, section.group_table.view_intro, section.group_table.tripdown {
  padding-top: 3rem; }
  section.group_table.trip_features .container, section.group_table.trip_airline .container, section.group_table.trip_day .container, section.group_table.trip_note .container, section.group_table.view_intro .container, section.group_table.tripdown .container {
    padding: 0;
    background: none; }
    section.group_table.trip_features .container h2, section.group_table.trip_airline .container h2, section.group_table.trip_day .container h2, section.group_table.trip_note .container h2, section.group_table.view_intro .container h2, section.group_table.tripdown .container h2 {
      color: #fff;
      font-weight: bold;
      text-shadow: 2px 2px 5px #111; }
    section.group_table.trip_features .container .group_table_box, section.group_table.trip_airline .container .group_table_box, section.group_table.trip_day .container .group_table_box, section.group_table.trip_note .container .group_table_box, section.group_table.view_intro .container .group_table_box, section.group_table.tripdown .container .group_table_box {
      padding: 30px 50px 50px;
      background: #fff;
      position: relative;
      margin-top: 5.5rem; }
      @media (max-width: 991.98px) {
        section.group_table.trip_features .container .group_table_box, section.group_table.trip_airline .container .group_table_box, section.group_table.trip_day .container .group_table_box, section.group_table.trip_note .container .group_table_box, section.group_table.view_intro .container .group_table_box, section.group_table.tripdown .container .group_table_box {
          padding: 30px 30px 50px; } }
      @media (max-width: 576px) {
        section.group_table.trip_features .container .group_table_box, section.group_table.trip_airline .container .group_table_box, section.group_table.trip_day .container .group_table_box, section.group_table.trip_note .container .group_table_box, section.group_table.view_intro .container .group_table_box, section.group_table.tripdown .container .group_table_box {
          padding: 30px 15px 50px; } }
      section.group_table.trip_features .container .group_table_box::before, section.group_table.trip_airline .container .group_table_box::before, section.group_table.trip_day .container .group_table_box::before, section.group_table.trip_note .container .group_table_box::before, section.group_table.view_intro .container .group_table_box::before, section.group_table.tripdown .container .group_table_box::before {
        content: '';
        width: 100%;
        height: 80px;
        background: url(../images/group/trip_title.svg) no-repeat top center;
        display: block;
        position: absolute;
        top: -45px;
        left: 0;
        right: 0; }
  section.group_table.trip_features:before, section.group_table.trip_airline:before, section.group_table.trip_day:before, section.group_table.trip_note:before, section.group_table.view_intro:before, section.group_table.tripdown:before {
    height: 300px; }
  section.group_table.trip_features:after, section.group_table.trip_airline:after, section.group_table.trip_day:after, section.group_table.trip_note:after, section.group_table.view_intro:after, section.group_table.tripdown:after {
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
    background: #04abf2;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0.5;
    z-index: -1; }

section.group_table.trip_day table.table {
  margin-bottom: 3.5rem;
  overflow: unset; }
  @media (max-width: 991.98px) {
    section.group_table.trip_day table.table tr {
      font-size: 17px; }
      section.group_table.trip_day table.table tr td {
        margin: 0; }
        section.group_table.trip_day table.table tr td::before {
          margin-right: 10px; float: left;}
        section.group_table.trip_day table.table tr td br {
          display: none; } 
      }
  section.group_table.trip_day table.table tr.thead th:nth-child(2) {
    background: #0676a6;
    position: relative; }
    section.group_table.trip_day table.table tr.thead th:nth-child(2)::before {
      content: '';
      display: block;
      height: 8px;
      width: 100%;
      background: #0676a6;
      position: absolute;
      top: -8px;
      left: 0;
      right: 0; }
  section.group_table.trip_day table.table tr.text_gary td {
    vertical-align: middle;
    padding: 10px 0;
    position: relative; }
  @media (min-width: 992px) {
    section.group_table.trip_day table.table tr.text_gary td + td::before {
      content: '';
      width: 1px;
      height: 20px;
      background: #dee2e6;
      display: block;
      position: absolute;
      top: calc(50% - 12.5px); } }
section.group_table.trip_day table.traffic tr.text_gary > td:nth-child(1) > span:nth-last-child(1){margin-left: 1rem;}
section.group_table.trip_day table.traffic th:nth-last-child(1) > span, 
section.group_table.trip_day table.traffic th:nth-last-child(2) > span{display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
section.group_table.trip_day table.traffic td:nth-last-child(1) > span, 
section.group_table.trip_day table.traffic td:nth-last-child(2) > span{display: flex; flex-wrap: wrap; align-items: center; justify-content: center;} 
@media (max-width: 991.98px) {
  section.group_table.trip_day .info_box > .row > div:nth-last-child(1) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } 
    section.group_table.trip_day table.traffic td:nth-last-child(1) > span, 
        section.group_table.trip_day table.traffic td:nth-last-child(2) > span{justify-content: flex-start;}
}
@media (max-width: 460px){
    section.group_table.trip_day table.traffic td:nth-last-child(1) > span, 
        section.group_table.trip_day table.traffic td:nth-last-child(2) > span{width: 100%;}
}
section.group_table.trip_day .info_box .info_box_title {
  border: 1px solid #e2e2e2;
  margin-left: -60px;
  background: #fff;
  padding: 0;
  width: calc(100% + 60px); }
  @media (max-width: 991.98px) {
    section.group_table.trip_day .info_box .info_box_title {
      margin-left: 0px;
      width: 100%; } }
  section.group_table.trip_day .info_box .info_box_title > div {
    padding: 15px; }
  section.group_table.trip_day .info_box .info_box_title .day_title {
    width: 180px;
    font-size: 2rem;
    font-weight: bold;
    color: #111;
    padding: 0; }
    section.group_table.trip_day .info_box .info_box_title .day_title::before {
      display: none; }
    @media (max-width: 991.98px) {
      section.group_table.trip_day .info_box .info_box_title .day_title {
        padding-bottom: 10px;
        border-bottom: 1px solid #111;
        margin-bottom: 10px;
        width: auto; } }
  section.group_table.trip_day .info_box .info_box_title .day_sub-title {
    width: calc(100% - 180px);
    border-left: 2px solid #000;
    padding: 0 0 0 20px;
    margin: 0;
    color: #111;
    text-shadow: none;
    font-weight: normal;
    line-height: 2rem; }
    @media (max-width: 991.98px) {
      section.group_table.trip_day .info_box .info_box_title .day_sub-title {
        width: 100%;
        border: none;
        padding-left: 0; } }
  section.group_table.trip_day .info_box .info_box_title p {
    margin: 0;
    background: #efefef; }
    section.group_table.trip_day .info_box .info_box_title p.meal {
      padding: 15px 15px 5px; }
    section.group_table.trip_day .info_box .info_box_title p.hotel {
      padding: 0px 15px 10px; }

@media (max-width: 991px) {
  section.group_table {
    /*出發日期*/ }
    section.group_table .search_table.table td:nth-child(n) {
      width: 100%;
      margin: 0; } }

.Day_menu .swiper-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.title_s {
  font-size: 1.4rem;
  border-radius: 100px;
  border: 1px solid #111;
  display: table;
  margin: 3rem auto 1rem;
  padding: 5px 30px; }

.day_fixed {
  z-index: 7;
  top: 0; }

.trip_note .card {
  border: none; }
  .trip_note .card .card-header {
    padding: 0; }
    .trip_note .card .card-header > a {
      border: none; }

/*出發日期*/
.ReferPrice{color:#aaa;text-decoration: line-through;}
/*-------月曆-------*/
.ntb_gpbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  padding: 5px 15px;
  background: #1db3f3; }
  .ntb_gpbt a {
    width: 30px;
    color: #fff;
    font-size: 2rem;
    text-align: center; }
  .ntb_gpbt ul.ntb_tab {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    padding: 0;
    margin: 0; }
    .ntb_gpbt ul.ntb_tab li {
      margin-left: 15px;
      margin-right: 15px;
      padding: 6px 20px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .ntb_gpbt ul.ntb_tab li a {
        font-size: 1.5rem;
        font-weight: bold;
        color: #ffffff; }
      .ntb_gpbt ul.ntb_tab li.now {
        background: #fff;
        margin-bottom: -5px;
        margin-top: 5px; }
        .ntb_gpbt ul.ntb_tab li.now a {
          color: #1db3f3; }

.month_table {
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-top: 0px; }
  .month_table thead tr.week th {
    line-height: 50px;
    text-align: center;
    font-size: 1.25rem; }
    .month_table thead tr.week th.holiday {
      color: #dc3545; }
  .month_table tbody tr.days {
    border-top: 1px solid #e2e2e2; }
    .month_table tbody tr.days td {
      border-left: 1px solid #e2e2e2;
      color: #444;
      width: calc(100% / 7); }
      .month_table tbody tr.days td:hover {
        border: 1px solid #1db3f3; }
      .month_table tbody tr.days td .day {
        position: relative;
        height: 105px;
        padding: 5px;
        font-size: 1.2rem;
        line-height: 1.5rem;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .month_table tbody tr.days td .day.gray_bg {
          background: #f0f0f0;
          cursor: default; }
          .month_table tbody tr.days td .day.gray_bg .status {
            color: #666; }
        .month_table tbody tr.days td .day.red_bg {
          background: #ffe8ea; }
          .month_table tbody tr.days td .day.red_bg .status {
            color: #ff7800; }
        .month_table tbody tr.days td .day .festival {
          font-size: 13px;
          margin-left: .5rem; }
        .month_table tbody tr.days td .day .status {
          width: 100%;
          font-weight: bold;
          font-size: 1.2rem; }
        .month_table tbody tr.days td .day .seat {
          width: 100%;
          font-size: 15px;
          color: #111; }
        .month_table tbody tr.days td .day .price {
          width: 100%;
          font-weight: bold;
          font-size: 1.3rem;
          color: #ff0000; }
        .month_table tbody tr.days td .day .today-num {
          font-weight: bold;
          color: #1db3f3; }
        .month_table tbody tr.days td .day .today {
          font-size: 13px;
          margin-left: .5rem;
          color: #1db3f3; }
      .month_table tbody tr.days td.holiday {
        color: #dc3545; }
    .month_table tbody tr.days .disabled .otherMonth {
      background: #e2e2e2; }
.group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .Alternate {
    color: #17d0b0;
    font-size: 0.8442rem;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 2;
}
@media (max-width: 767px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .Alternate {
        font-size: 0.7504rem;
    }
}
@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .Alternate {
        display: none;
    }
}      

/*-------表格-------*/
.plane-s3 h6{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.plane-s3 .plane-sche{width: 100%;}
section.group_table.tripdown .style_icon ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  section.group_table.tripdown .style_icon ul li a.nav-link {
    padding: 5px 10px;
    border: 1px solid #05abf2;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px; }
    section.group_table.tripdown .style_icon ul li a.nav-link svg {
      width: 23px;
      fill: #04abf2;
      margin-right: 5px; }
    section.group_table.tripdown .style_icon ul li a.nav-link.active svg {
      fill: #fff; }


section.group_table.tripdown .search_table {
  background: #fff; }
  @media (max-width: 991px) {
    section.group_table.tripdown .search_table {
      background: none; } }
  section.group_table.tripdown .search_table .thead th, section.group_table.tripdown .search_table tr td {
    vertical-align: middle; }
    @media (max-width: 991px) {
      section.group_table.tripdown .search_table .thead th, section.group_table.tripdown .search_table tr td {
        border: none; } }
    section.group_table.tripdown .search_table .thead th.go-date, section.group_table.tripdown .search_table tr td.go-date {
      width: 11%; }
      @media (max-width: 1440px) {
        section.group_table.tripdown .search_table .thead th.go-date, section.group_table.tripdown .search_table tr td.go-date {
          width: 13%; } }
      @media (max-width: 1280px) {
        section.group_table.tripdown .search_table .thead th.go-date, section.group_table.tripdown .search_table tr td.go-date {
          width: 15%; } }
    section.group_table.tripdown .search_table .thead th.go-airport, section.group_table.tripdown .search_table tr td.go-airport {
      width: 13%; }
    section.group_table.tripdown .search_table .thead th.tour-price, section.group_table.tripdown .search_table tr td.tour-price {
      width: 14%; }
      @media (max-width: 1440px) {
        section.group_table.tripdown .search_table .thead th.tour-price, section.group_table.tripdown .search_table tr td.tour-price {
          width: 17%; } }
      @media (max-width: 1280px) {
        section.group_table.tripdown .search_table .thead th.tour-price, section.group_table.tripdown .search_table tr td.tour-price {
          width: 20%; } }
    section.group_table.tripdown .search_table .thead th.sale-situation, section.group_table.tripdown .search_table tr td.sale-situation {
      width: 12%; }
      @media (max-width: 991px) {
        section.group_table.tripdown .search_table .thead th.sale-situation, section.group_table.tripdown .search_table tr td.sale-situation {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          width: 100%; } }
    section.group_table.tripdown .search_table .thead th.total-seat, section.group_table.tripdown .search_table .thead th.booking-num, section.group_table.tripdown .search_table .thead th.waiting-num, section.group_table.tripdown .search_table .thead th.available-seat, section.group_table.tripdown .search_table tr td.total-seat, section.group_table.tripdown .search_table tr td.booking-num, section.group_table.tripdown .search_table tr td.waiting-num, section.group_table.tripdown .search_table tr td.available-seat {
      width: 4%; }
      @media (max-width: 991px) {
        section.group_table.tripdown .search_table .thead th.total-seat, section.group_table.tripdown .search_table .thead th.booking-num, section.group_table.tripdown .search_table .thead th.waiting-num, section.group_table.tripdown .search_table .thead th.available-seat, section.group_table.tripdown .search_table tr td.total-seat, section.group_table.tripdown .search_table tr td.booking-num, section.group_table.tripdown .search_table tr td.waiting-num, section.group_table.tripdown .search_table tr td.available-seat {
          display: none; } }
  section.group_table.tripdown .search_table tbody td {
    padding: 10px; }
    section.group_table.tripdown .search_table tbody td.go-date {
      vertical-align: middle; }
      @media (max-width: 991px) {
        section.group_table.tripdown .search_table tbody td.go-date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          width: 100%; }
          section.group_table.tripdown .search_table tbody td.go-date > div.row {
            width: 100%;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; }
          section.group_table.tripdown .search_table tbody td.go-date .time {
            display: table;
            font-size: 1.2rem; }
          section.group_table.tripdown .search_table tbody td.go-date > div.item_days {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
            font-size: 1.2rem;
            margin-right: 15px; } }
      section.group_table.tripdown .search_table tbody td.go-date .icon-collect {
        margin-left: 0px;
        margin-bottom: 10px; }
        @media (max-width: 991px) {
          section.group_table.tripdown .search_table tbody td.go-date .icon-collect {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            margin-bottom: 0; } }
    @media (max-width: 991px) {
      section.group_table.tripdown .search_table tbody td.tour-name {
        padding-top: 0px; } }
    section.group_table.tripdown .search_table tbody td.tour-name a.title_main {
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 1.5rem;
      margin-top: 5px; }
    section.group_table.tripdown .search_table tbody td.tour-name .bird {
      margin-top: 5px; }
      @media (max-width: 991px) {
        section.group_table.tripdown .search_table tbody td.tour-name .bird {
          font-size: 1rem;
          margin-bottom: 10px; } }
      section.group_table.tripdown .search_table tbody td.tour-name .bird::before {
        display: none; }
    @media (max-width: 991px) {
      section.group_table.tripdown .search_table tbody td.tour-name .main_words .time {
        display: none; }
      section.group_table.tripdown .search_table tbody td.tour-name .main_words h6 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  @media (max-width: 991px) and (max-width: 767px) {
    section.group_table.tripdown .search_table tbody td.tour-name .main_words h6 {
      text-align: right; }
      section.group_table.tripdown .search_table tbody td.tour-name .main_words h6 span:nth-last-child(1) {
        margin-right: 0; } }
    section.group_table.tripdown .search_table tbody td.go-airport {
      vertical-align: middle; }
      @media (max-width: 991px) {
        section.group_table.tripdown .search_table tbody td.go-airport {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          border-top: 1px dashed #e2e2e2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          section.group_table.tripdown .search_table tbody td.go-airport > .row {
            width: 100%; }
            section.group_table.tripdown .search_table tbody td.go-airport > .row > div {
              max-width: 50%;
              -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
              flex: 0 0 50%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
            section.group_table.tripdown .search_table tbody td.go-airport > .row h6 {
              font-size: 1rem; }
            section.group_table.tripdown .search_table tbody td.go-airport > .row br {
              display: none; } }
      section.group_table.tripdown .search_table tbody td.go-airport img {
        height: 35px; }
    section.group_table.tripdown .search_table tbody td.total-seat, section.group_table.tripdown .search_table tbody td.booking-num, section.group_table.tripdown .search_table tbody td.waiting-num, section.group_table.tripdown .search_table tbody td.available-seat {
      vertical-align: middle; }
    section.group_table.tripdown .search_table tbody td.tour-price {
      vertical-align: middle;
      display: table-cell; }
      @media (max-width: 991px) {
        section.group_table.tripdown .search_table tbody td.tour-price {
          display: table;
          width: 100%; }
          section.group_table.tripdown .search_table tbody td.tour-price h6 {
            margin-bottom: 10px;
            margin-right: 10px; } }
      @media (max-width: 767px) {
        section.group_table.tripdown .search_table tbody td.tour-price {
          border: none; }
          section.group_table.tripdown .search_table tbody td.tour-price h6 {
            margin-bottom: 5px; } }
      section.group_table.tripdown .search_table tbody td.tour-price span {
        font-size: 1.6rem;
        font-weight: bold; }
  @media (max-width: 991px) {
    section.group_table.tripdown .search_table td:nth-child(n+2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    section.group_table.tripdown .search_table > tbody > tr {
      background: #fff;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    section.group_table.tripdown .search_table .tag_all .btn {
      margin-bottom: 0 !important;
      margin-top: 5px !important; } }

@media (max-width: 991.98px) {
    section.group_table.tripdown .tab-content .fc-header-toolbar .fc-toolbar-title {
        font-size: 1.5em;
        margin-top: 0px;
    }
    section.group_table.tripdown .tab-content .fc-header-toolbar .fc-today-button {
        padding: 0px 3px;
        font-size: 0.8442rem;
        width: 48px;
        height: 29px;
    }
    section.group_table.tripdown .tab-content .fc-header-toolbar .fc-prev-button {
        padding: 0px 0px;
        width: 25px;
        height: 30px;
    }
    section.group_table.tripdown .tab-content .fc-header-toolbar .fc-next-button {
        padding: 0px 0px;
        width: 25px;
        height: 30px;
    }
  }

/*範本css*/
.day_style_2 img {
  height: 390px !important; }
  @media (max-width: 991.98px) {
    .day_style_2 img {
      height: 290px !important; } }

.day_style_3 img, .day_style_5 img, .day_style_7 img {
  height: 260px !important; }
  @media (max-width: 991.98px) {
    .day_style_3 img, .day_style_5 img, .day_style_7 img {
      height: 160px !important; } }

.day_style_4 img, .day_style_6 img, .day_style_8 img {
  height: 195px !important; }
  @media (max-width: 991.98px) {
    .day_style_4 img, .day_style_6 img, .day_style_8 img {
      height: 100px !important; } }

.day_style_13 img {
  height: 495px !important; }
  @media (max-width: 991.98px) {
    .day_style_13 img {
      height: 390px !important; } }

.day_style_1, .day_style_2, .day_style_3, .day_style_4, .day_style_5, .day_style_6, .day_style_7, .day_style_8, .day_style_9, .day_style_10, .day_style_11, .day_style_12, .day_style_13, .day_style_14, .day_style_15, .day_style_16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .day_style_1 img, .day_style_2 img, .day_style_3 img, .day_style_4 img, .day_style_5 img, .day_style_6 img, .day_style_7 img, .day_style_8 img, .day_style_9 img, .day_style_10 img, .day_style_11 img, .day_style_12 img, .day_style_13 img, .day_style_14 img, .day_style_15 img, .day_style_16 img {
    width: 100%; }
    @media (max-width: 767px) {
      .day_style_1 img, .day_style_2 img, .day_style_3 img, .day_style_4 img, .day_style_5 img, .day_style_6 img, .day_style_7 img, .day_style_8 img, .day_style_9 img, .day_style_10 img, .day_style_11 img, .day_style_12 img, .day_style_13 img, .day_style_14 img, .day_style_15 img, .day_style_16 img {
        height: auto !important; } }

/*自費項目*/
.trip_note .table.Optional_items th, .trip_note .table.Optional_items  td{vertical-align: middle;}
.trip_note .table.Optional_items th{padding: 0.5rem;}
.trip_note .table.Optional_items td{padding: 1rem 0.5rem;}
.trip_note .table.Optional_items tbody td:nth-child(1){text-align: left;}
.trip_note .table.Optional_items tbody td:nth-last-child(1) i{font-size: 1.5rem;}
.trip_note .table.Optional_items tbody td .modal-body hr{border-top: 1px solid #e2e2e2;margin-bottom: 1rem;}
.trip_note .table.Optional_items tbody td .modal-body img{max-width: 100%; height: auto;}
@media (max-width: 991.98px) {
  section.trip_note .card-body{padding-left: 1rem; padding-right: 1rem;}
  .trip_note .table.Optional_items{margin-top: 0;}
  .trip_note .table.Optional_items thead{display: none;}
  .trip_note .table.Optional_items th, .trip_note .table.Optional_items  td{display: block;}
  .trip_note .table.Optional_items td{margin: 0;width: 100% !important;padding: 0.7rem 0.5rem;}
  .trip_note .table.Optional_items tbody td::before{width: 100%; display: block; font-size: 1rem; margin-bottom: 5px;margin-left: -0.5rem;}
  .trip_note .table.Optional_items tbody td.item_name::before{content: '項目名稱';}
  .trip_note .table.Optional_items tbody td.order_rule::before{content: '訂購規則';}
  .trip_note .table.Optional_items tbody td.norm::before{content: '規格';}
  .trip_note .table.Optional_items tbody td.cost::before{content: '費用';}
  .trip_note .table.Optional_items tbody td.notice::before{content: '說明備註';}
  .trip_note div[aria-labelledby=headingTwo] thead{display: none;}
}
/*自費項目END*/

/*同業 AGT*/
.price_content_agt ul{display: flex; list-style-type: none; flex-wrap: wrap; justify-content: start; width: 100%; margin: 0 0 1rem; padding: 0;}
.price_content_agt ul li{position: relative; padding-right: 30px; font-size: 1.1rem;}
.price_content_agt ul li ~ li::before {content: '/'; display: inline-block; color: #ccc; position: absolute; left: -17px; top: -2px; font-size: 1.3rem;}
.group-detail-AGT .price_content_agt .panel-info .panel-body .text-secondary{font-size: 1rem;display: block;}
.group-detail-AGT section.group_banner.trip_banner .general_detail_price{font-size: 1.8rem;color: #6c757d;}
.group-detail-AGT section.group_banner.trip_banner .general_detail_price span, .group-detail-AGT section.group_banner.trip_banner .general_detail_price small{font-size: 18px;}
.group-detail-AGT .price-more-btn a{font-size: 1.2rem; font-weight: bold; background: #ffffff; border: 1px solid #04abf2; padding: 5px 25px; color: #04abf2; border-radius: 50px; margin-top: -40px; display: table; float: right; position: relative;}
.GO_LowestPrice .price_content_agt{width: 100%; display: flex; flex-wrap: wrap;}
.group-detail-AGT .price_content .panel-info {width: calc(20% - 10px); margin-right: 10px; margin-bottom: 10px; border: 1px solid #04abf2; text-align: center;}
.search_table .price .price_box_agt h6, .search_table .price .price_box_general h6{line-height: 1.1; margin: 0.5rem 0;}
@media (min-width:992px) {
  .search_table .price .price_box_agt h6 small:nth-child(1), .search_table .price .price_box_general h6 small:nth-child(1){display: block;}
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .group-detail-AGT .price_content .panel-info {width: calc(25% - 10px); } 
}
@media (max-width: 991.98px) {
  .group-detail-AGT .price_content .panel-info {width: calc(33.3333% - 10px); } 
  section.group_table.tripdown .search_table tbody td.tour-price > div{display: table;width: 100%;}
  .group-detail-AGT section.group_banner.trip_banner .price_box .iteam{text-align: left;}
  .group-detail-AGT section.group_banner.trip_banner .price_box .iteam:nth-child(2){padding: 0 15px;}
  .group-detail-AGT section.group_banner.trip_banner .general_detail_price{font-size: 1.5rem;}
  .group-detail-AGT section.group_banner.trip_banner .general_detail_price span, .group-detail-AGT section.group_banner.trip_banner .general_detail_price small{font-size: 16px;}
}
@media (max-width: 767px) {
  .group-detail-AGT .price_content .panel-info {width: calc(50% - 10px); } 
  .group-detail-AGT .price_content .panel-info .panel-heading{ padding: 15px 10px; background: #04abf2; color: #fff; font-weight: bold;font-size: 1.2rem; }
  .group-detail-AGT .price_content .panel-info .panel-body{ padding: 15px 10px; font-size: 1.2rem;}
  .group-detail-AGT .price-more-btn{display: table;}
  .group-detail-AGT .price-more-btn a{margin: 1rem 0 0;}
}

/*明細頁右側下載增加選項*/
.sub_menu-trip .server_menu > ul > li.download-fixed-btn {
  position: relative;
}

.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul {
    width: 110px;
    display: table;
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 55px;
    right: -110px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li {
    width: 50%;
    height: 55px;
    border-radius: 0;
    margin-bottom: 0;
    display: table;
    float: left;
}
.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li:first-child {
    width: 100%;
}
.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li:last-child {
    width: 100%;
}
.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li:nth-child(2) {
    width: 50%;
}
.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li:nth-last-child(2) {
    width: 50%;
}
.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li:nth-child(1) {
    background: #00c300;
}

.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li:nth-child(2) {
    background: #3b5998;
}

.sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li i {
    margin: 0;
}

.sub_menu-trip .server_menu > ul > li.download-fixed-btn:hover ul {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 991.98px) {
  .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul {
    width: 100%;
    right: 0;
    bottom: 0;
    height: auto;
    top: unset;
    bottom: -110px;
  }

  .sub_menu-trip .server_menu > ul > li.download-fixed-btn:hover ul {
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul {
    bottom: -260px;
  }

  .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li {
    width: 100% !important;
  }

  .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li i {
    line-height: 55px;
  }
}

/*Word下載彈出畫面選項修正*/
#PrintForm .form-check label {
  cursor: pointer;
}

#PrintForm .form-check .form-check-input {
  position: initial;
  opacity: 1;
}
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
@charset "UTF-8";

@font-face {
    font-family: 'fcicons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/Assets/Begonia/fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(/Assets/Begonia/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/Assets/Begonia/fonts/MaterialIcons-Regular.woff) format("woff"), url(/Assets/Begonia/fonts/MaterialIcons-Regular.ttf) format("truetype");
    src: url(/Assets/Begonia/fonts/MaterialIconsBaseline.woff2) format("woff2");
}
.fc-icon {
    /* added for fc */
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'fcicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/Assets/Begonia/fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(/Assets/Begonia/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/Assets/Begonia/fonts/MaterialIcons-Regular.woff) format("woff"), url(/Assets/Begonia/fonts/MaterialIcons-Regular.ttf) format("truetype");
    src: url(/Assets/Begonia/fonts/MaterialIconsBaseline.woff2) format("woff2");
}
.fc-icon-chevron-left:before {
    content: "\e900";
}

.fc-icon-chevron-right:before {
    content: "\e901";
}

.fc-icon-chevrons-left:before {
    content: "\e902";
}

.fc-icon-chevrons-right:before {
    content: "\e903";
}

.fc-icon-minus-square:before {
    content: "\e904";
}

.fc-icon-plus-square:before {
    content: "\e905";
}

.fc-icon-x:before {
    content: "\e906";
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    .fc .fc-button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

.fc .fc-button {
    -webkit-appearance: button;
}

    .fc .fc-button:not(:disabled) {
        cursor: pointer;
    }

    .fc .fc-button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

.fc {
    /* theme */
}

    .fc .fc-button {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.4em 0.65em;
        font-size: 1em;
        line-height: 1.5;
        border-radius: 0.25em;
    }

        .fc .fc-button:hover {
            text-decoration: none;
        }

        .fc .fc-button:focus {
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        }

        .fc .fc-button:disabled {
            opacity: 0.65;
        }

.fc {
    /* "primary" coloring */
}

    .fc .fc-button-primary {
        color: #fff;
        color: var(--fc-button-text-color, #fff);
        background-color: #2C3E50;
        background-color: var(--fc-button-bg-color, #2C3E50);
        border-color: #2C3E50;
        border-color: var(--fc-button-border-color, #2C3E50);
    }

        .fc .fc-button-primary:hover {
            color: #fff;
            color: var(--fc-button-text-color, #fff);
            background-color: #1e2b37;
            background-color: var(--fc-button-hover-bg-color, #1e2b37);
            border-color: #1a252f;
            border-color: var(--fc-button-hover-border-color, #1a252f);
        }

        .fc .fc-button-primary:disabled { /* not DRY */
            color: #fff;
            color: var(--fc-button-text-color, #fff);
            background-color: #2C3E50;
            background-color: var(--fc-button-bg-color, #2C3E50);
            border-color: #2C3E50;
            border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
        }

        .fc .fc-button-primary:focus {
            box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
        }

        .fc .fc-button-primary:not(:disabled):active,
        .fc .fc-button-primary:not(:disabled).fc-button-active {
            color: #fff;
            color: var(--fc-button-text-color, #fff);
            background-color: #1a252f;
            background-color: var(--fc-button-active-bg-color, #1a252f);
            border-color: #151e27;
            border-color: var(--fc-button-active-border-color, #151e27);
        }

            .fc .fc-button-primary:not(:disabled):active:focus,
            .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
                box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
            }

.fc {
    /* icons within buttons */
}

    .fc .fc-button .fc-icon {
        vertical-align: middle;
        font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
    }

    .fc .fc-button-group {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
    }

        .fc .fc-button-group > .fc-button {
            position: relative;
            flex: 1 1 auto;
        }

            .fc .fc-button-group > .fc-button:hover {
                z-index: 1;
            }

            .fc .fc-button-group > .fc-button:focus,
            .fc .fc-button-group > .fc-button:active,
            .fc .fc-button-group > .fc-button.fc-button-active {
                z-index: 1;
            }

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1.5em;
    }

    .fc .fc-toolbar.fc-footer-toolbar {
        margin-top: 1.5em;
    }

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em; /* space between */
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em; /* space between */
}

.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
    flex-direction: row-reverse;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-top: 1.5rem;
    background: #1db3f3;
    padding: 15px;
    margin-bottom: 0;
}
section.group_table.tripdown .container h2{
    margin-bottom:0;
}
.fc .fc-button-primary {
    color: #1db3f3;
    color: var(--fc-button-text-color, #1db3f3);
    background-color: #fff;
    background-color: var(--fc-button-bg-color, #fff);
    border-color: #e2e2e2;
    border-color: var(--fc-button-border-color, #e2e2e2);
}
.fc .fc-button-primary:hover {
    background-color: #117ba9;;
    background-color: var(--fc-button-hover-bg-color, #117ba9);
    border-color: #117ba9;
    border-color: var(--fc-button-hover-border-color, #117ba9);
}
.fc .fc-button-primary:disabled { /* not DRY */
    background-color: #3dbbf1;
    background-color: var(--fc-button-bg-color, #3dbbf1);
    border-color: #3dbbf1;
    border-color: var(--fc-button-border-color, ##3dbbf1); /* overrides :hover */
}
.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(17, 123, 169, 0.6);
}
.fc .fc-button-primary:not(:disabled):active,
  .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #117ba9;
    background-color: var(--fc-button-active-bg-color, #117ba9);
    border-color: #117ba9;
    border-color: var(--fc-button-active-border-color, #117ba9);
}
.fc .fc-button-primary:not(:disabled):active:focus,
  .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: 0 0 0 0.2rem rgb(17, 123, 169, 0.6);
}
.fc .fc-daygrid-day.fc-day-other{
    background-color: rgba(0, 0, 0, 0.05);
    background-color: var(--fc-today-bg-color, rgba(0, 0, 0, 0.05));
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255, 220, 40, 0);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0));
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top{
    color: #1db3f3;
    font-size: 1.2em;
}
.fc .fc-col-header-cell-cushion{
    padding:10px 4px;
}
.fc .fc-daygrid-day-top{
    flex-direction: row;
}

.group_table .TextPrice {
    color: #ef5c6e;
}


.group_table.tripdown {
    position: relative;
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .group_table.tripdown {
        margin-top: 30px;
    }
}

.group_table.tripdown .PushIcon {
    color: #e09f08;
}

.group_table.tripdown .GuaranteedIcon {
    color: #ef5c6e;
}

.group_table.tripdown .IconMean {
    position: absolute;
    top: 50px;
}

.group_table.tripdown .IconMean span {
    font-size: 0.938rem;
}

.group_table.tripdown .IconMean span > span {
    font-size: 18px;
    margin-right: 2px;
}

.group_table.tripdown .IconMean span + span {
    margin-left: 8px;
}

.group_table.tripdown .fc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
}


    .group_table.tripdown .fc table {
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 1rem;
        /* normalize cross-browser */
    }

    .group_table.tripdown .fc th {
        text-align: center;
    }

    .group_table.tripdown .fc th,
    .group_table.tripdown .fc td {
        vertical-align: top;
        padding: 0;
    }

    .group_table.tripdown .fc a[data-navlink] {
        cursor: pointer;
    }

        .group_table.tripdown .fc a[data-navlink]:hover {
            text-decoration: underline;
        }

    .group_table.tripdown .fc .fc-view-harness-active > .fc-view {
        position: initial;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
    }

    .group_table.tripdown .fc .fc-direction-ltr {
        direction: ltr;
        text-align: left;
    }

    .group_table.tripdown .fc .fc-direction-rtl {
        direction: rtl;
        text-align: right;
    }

    .group_table.tripdown .fc .fc-theme-standard td,
    .group_table.tripdown .fc .fc-theme-standard th {
        border: 1px solid #ddd;
        border: 1px solid var(--fc-border-color, #ddd);
    }

    .group_table.tripdown .fc .fc-theme-standard .fc-scrollgrid-section-header > td {
        border: 0;
    }

    .group_table.tripdown .fc .fc-liquid-hack td,
    .group_table.tripdown .fc .fc-liquid-hack th {
        position: relative;
    }

    .group_table.tripdown .fc .fc-scrollgrid-liquid {
        height: 100%;
    }

    .group_table.tripdown .fc .fc-scrollgrid,
    .group_table.tripdown .fc .fc-scrollgrid table {
        width: 100% !important;
        height: auto !important;
        table-layout: fixed;
    }

    .group_table.tripdown .fc .fc-daygrid-bg-harness {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .group_table.tripdown .fc .fc-daygrid-dot-event {
        display: initial;
        padding: 0;
        position: initial;
    }

        .group_table.tripdown .fc .fc-daygrid-dot-event:hover, .group_table.tripdown .fc .fc-daygrid-dot-event.fc-event-mirror {
            background: none;
        }

    .group_table.tripdown .fc .fc-scroller {
        overflow: hidden !important;
    }

    .group_table.tripdown .fc .fc-scroller-liquid-absolute {
        position: initial;
        top: initial;
        right: initial;
        left: initial;
        bottom: initial;
    }

    .group_table.tripdown .fc .fc-scroller-harness {
        position: relative;
        overflow: hidden;
        direction: ltr;
    }

    .group_table.tripdown .fc .fc-bg-event, .group_table.tripdown .fc .fc-non-business, .group_table.tripdown .fc .fc-highlight {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .group_table.tripdown .fc.fc-theme-standard td, .group_table.tripdown .fc.fc-theme-standard th {
        border: 1px solid #dddddd;
        border: 1px solid var(--fc-border-color, #dddddd);
    }

        .group_table.tripdown .fc.fc-theme-standard .fc-scrollgrid,
        .group_table.tripdown .fc.fc-theme-standard td.fc-head-container.fc-widget-header,
        .group_table.tripdown .fc.fc-theme-standard .fc-scrollgrid > tbody > tr > td {
            border: 0;
        }


.group_table.tripdown .fc .fc-view-harness {
    height: auto !important;
}

.group_table.tripdown .fc .Month-button-group .btn {
    background-color: white;
    border: 1px solid #05acf2;
    color: #05acf2;
    border-radius: 0;
    padding: 3px 20px;
    font-size: 1rem;
}

    .group_table.tripdown .fc .Month-button-group .btn:hover {
        background-color: #05acf2;
        color: white;
    }

    .group_table.tripdown .fc .Month-button-group .btn.active, .group_table.tripdown .fc .Month-button-group .btn:hover, .group_table.tripdown .fc .Month-button-group .btn:focus {
        background-color: #05acf2;
        border: 1px solid #05acf2;
        color: white;
    }

        .group_table.tripdown .fc .Month-button-group .btn.active:hover, .group_table.tripdown .fc .Month-button-group .btn:hover:hover, .group_table.tripdown .fc .Month-button-group .btn:focus:hover {
            background-color: #0488c0;
            border: 1px solid #0488c0;
        }

    .group_table.tripdown .fc .Month-button-group .btn + .btn {
        margin-left: 6px;
    }

@media (max-width: 575px) {
    .group_table.tripdown .fc .Month-button-group .btn + .btn {
        margin-left: 3px;
    }
}

.group_table.tripdown .fc .Month-button-group .btn span {
    font-size: 1.125rem;
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .Month-button-group .btn {
        padding: 0px 3px;
        font-size: 0.8442rem;
        width: 45px;
    }
}

.group_table.tripdown .fc .fc-col-header-cell.fc-day {
    font-size: 1.125rem;
    color: #545454;
    padding: 6px;
    letter-spacing: 0.1rem;
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-col-header-cell.fc-day {
        font-size: 0.8442rem;
    }
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-col-header-cell.fc-day {
        padding: 3px;
    }
}

.group_table.tripdown .fc .fc-col-header-cell-cushion {
    display: block;
    padding: 0;
}

.group_table.tripdown .fc .fc-daygrid-body {
    width: 100% !important;
    border-top: 3px solid #dddddd;
}

.group_table.tripdown .fc .fc-daygrid-day.fc-day {
    color: #222222;
    font-size: 1.125rem;
    font-weight: 600;
}

.group_table.tripdown .fc .fc-daygrid-day.fc-day a {
    color: #222222;
    margin: 0;
    display: block;
}

.group_table.tripdown .fc .fc-daygrid-day.fc-day a:hover {
    color: #222222;
}

@media (max-width: 1600px) {
    .group_table.tripdown .fc .fc-daygrid-day.fc-day {
        font-size: 1rem;
    }
}

@media (max-width: 1199px) {
    .group_table.tripdown .fc .fc-daygrid-day.fc-day {
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-day.fc-day {
        font-size: 0.8rem;
    }
}

.group_table.tripdown .fc .fc-daygrid-day.fc-day.fc-day-other a:hover {
    color: #dddddd;
}

.group_table.tripdown .fc .fc-daygrid-day-number {
    padding: 0;
    position: relative;
    z-index: 4;
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-day-number .full {
        display: block;
    }
}

.group_table.tripdown .fc .fc-daygrid-day-frame {
    height: 100px;
    padding: 5px 10px;
    position: relative;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (max-width: 1600px) {
    .group_table.tripdown .fc .fc-daygrid-day-frame {
        padding: 5px;
    }
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-day-frame {
        padding: 2px;
    }
}

.group_table.tripdown .fc .fc-daygrid-day-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.group_table.tripdown .fc .fc-day-other .fc-daygrid-day-top,
.group_table.tripdown .fc .fc-day-other .fc-daygrid-day-top a {
    color: #dddddd;
    opacity: 1;
}

.group_table.tripdown .fc .fc-icon-group {
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
    top: -23px;
    position: absolute;
}

    .group_table.tripdown .fc .fc-icon-group span + span, .group_table.tripdown .fc .fc-icon-group span + button {
        margin-left: 3px;
    }

@media (max-width: 1199px) {
    .group_table.tripdown .fc .fc-icon-group span + span, .group_table.tripdown .fc .fc-icon-group span + button {
        margin-left: 1px;
    }
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-icon-group > span {
        display: none;
    }
}

.group_table.tripdown .fc .fc-icon-group .GuaranteedIcon, .group_table.tripdown .fc .fc-icon-group .PushIcon {
    font-size: 1.125rem;
}

@media (max-width: 1199px) {
    .group_table.tripdown .fc .fc-icon-group .GuaranteedIcon, .group_table.tripdown .fc .fc-icon-group .PushIcon {
        font-size: 1rem;
    }
}

.group_table.tripdown .fc .fc-icon-group .MarketIcon {
    font-size: 1.5rem;
}

@media (max-width: 1199px) {
    .group_table.tripdown .fc .fc-icon-group .MarketIcon {
        font-size: 1.125rem;
    }
}

.group_table.tripdown .fc .fc-icon-group button.fc-tooltip {
    padding: 0;
    line-height: 0;
    background: transparent;
    border: 0;
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-icon-group button.fc-tooltip {
        vertical-align: text-top;
        padding-top: 10px;
    }
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-icon-group button.fc-tooltip .MarketIcon {
        font-size: 0;
        width: 6px;
        height: 6px;
        background: #05acf2;
        display: block;
        border-radius: 6px;
    }
}

.group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events {
    position: initial;
    left: initial;
    right: initial;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .full {
        font-size: 0.938rem;
        color: #dddddd;
        position: absolute;
        left: 0;
        top: 0;
    }

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .full {
        font-size: 0.8442rem;
    }
}

.group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .Alternate {
    color: #17d0b0;
    font-size: 0.8442rem;
    position: absolute;
    left: 0;
    top: -5px;
}

@media (max-width: 767px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .Alternate {
        font-size: 0.7504rem;
    }
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .Alternate {
        display: none;
    }
}

.group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

@media (max-width: 1199px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        left: 0px;
        right: 2px;
    }
}

.group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .day-events-bottom-available {
    font-size: 0.813rem;
    color: #545454;
    padding: 0;
    min-width: 46px;
    max-width: 46px;
}

@media (max-width: 1600px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .day-events-bottom-available {
        font-size: 0.75rem;
    }
}

@media (max-width: 1350px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .day-events-bottom-available {
        min-width: 42px;
        max-width: 42px;
    }
}

@media (max-width: 1199px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .day-events-bottom-available {
        margin-bottom: 2px;
        text-align: right;
    }
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .day-events-bottom-available {
        font-weight: 400;
    }
}

.group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .fc-price {
    font-size: 0.75rem;
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .fc-price {
        font-weight: 400;
    }
}

.group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .fc-price span {
    font-size: 0.938rem;
    padding-right: 2px !important;
}

@media (max-width: 767px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .fc-price span {
        font-size: 0.7504rem;
    }
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .fc-price span {
        font-weight: 400;
        padding-right: 0 !important;
    }
}

.group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .fc-price span:first-child {
    font-weight: 400;
    font-size: 0.8442rem;
    padding-right: 1px;
}

@media (max-width: 767px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .fc-price span:first-child {
        font-size: 0.7504rem;
    }
}

@media (max-width: 575px) {
    .group_table.tripdown .fc .fc-daygrid-body .fc-daygrid-day-events .day-events-bottom .fc-price span:first-child {
        display: none;
    }
    .group_table.tripdown .IconMean span {
        display: none;
    }
}

.group_table.tripdown .fc .fc-daygrid-event-harness {
    height: 100%;
    position: relative;
}

@media (max-width: 1199px) {
    .group_table.tripdown .fc .fc-daygrid-event-harness + .fc-daygrid-event-harness .day-events-bottom .day-events-bottom-available {
        margin-bottom: -2px;
    }
}

.group_table.tripdown .fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1;
}

.group_table.tripdown .fc .fc-non-business {
    background: #ffeee6;
    background: var(--fc-non-business-color, #ffeee6);
}



