/*breakpoints*/
/*@media screen and ($tt_breakpoint) {
	margin-top: -2rem;
} */
/* colors */
/*flight_tt
.flight_tt {
	display: flex;
	flex-flow: column;
	text-align: center;
	margin-top: 2rem;
}*/
.desktop_titles {
  display: none;
  width: 50%;
}

@media screen and (min-width: 800px) {
  .desktop_titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.desktop_titles > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-color: #fcf8ec;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desktop_titles .days_title {
  border-right: 1px solid #e8c852;
}

.desktop_titles .days_title.no {
  border-right: 0;
  color: #fcf8ec;
}

.desktop_titles .period_title {
  border-left: 1px solid #e8c852;
  border-right: 1px solid #e8c852;
}

.desktop_titles .period_title.no {
  border-left: 0;
  color: #fcf8ec;
}

.destination {
  background-color: #e8c852;
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
  margin-top: 2rem;
}

[class^="destination_data"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 2px solid #e8c852;
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 800px) {
  [class^="destination_data"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

[class^="destination_data"] > .flight_titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 800px) {
  [class^="destination_data"] > .flight_titles {
    width: 50%;
  }
}

[class^="destination_data"] > .flight_titles > div {
  width: 50%;
  padding: 0.5rem;
  border-color: #e8c852;
  border-style: solid;
}

[class^="destination_data"] > .flight_titles > div.no_to {
  border-right-width: 1px;
  background-color: #ede4d2;
  border-left-width: 1px;
}

[class^="destination_data"] > .flight_titles > div.no_fr {
  border-left-width: 1px;
  background-color: #e2d3b6;
}

[class^="destination_data"] > .flight_titles > div.from {
  border-right-width: 1px;
  padding-top: 0;
  background-color: #ede4d2;
  font-weight: bold;
  border-left-width: 1px;
}

[class^="destination_data"] > .flight_titles > div.to {
  border-left-width: 1px;
  padding-top: 0;
  background-color: #e2d3b6;
  font-weight: bold;
}

[class^="destination_data1"] {
  margin-top: 0;
}

.days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 0rem;
  text-align: center;
}

.day_data {
  border-left: 2px solid #e8c852;
  border-right: 2px solid #e8c852;
  margin: 1rem 0 0 0;
  border-bottom: 0;
  background-color: #fcf8ec;
}

@media screen and (min-width: 800px) {
  .day_data {
    margin: 0;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .day_data.empty {
    border-bottom: 0;
    border-top: 0;
  }
  .day_data.empty:last-of-type {
    border-bottom: 2px solid #e8c852;
  }
  .day_data.bottom {
    border-bottom: 2px solid #e8c852;
  }
  .day_data:last-of-type .day {
    border-bottom: 0;
  }
}

.day_data.empty {
  margin: 0;
  border-top: 0;
}

.day_data.empty .day {
  padding: 0;
  border-bottom: 0;
  border-top: 0;
}

.day_data:last-of-type .ranges {
  border-bottom: 0;
}

.timetable .day {
  padding: 0.5rem;
  border-bottom: 2px solid #e8c852;
  border-top: 2px solid #e8c852;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .timetable .day {
    font-weight: normal;
    width: 25%;
    padding-bottom: 0.5rem;
    border-right: 1px solid #e8c852;
    border-top: 0;
  }
}

.timetable .day.more {
  /*border-bottom: 0;*/
}

@media screen and (min-width: 800px) {
  .timetable .day.more {
    border-bottom: 0;
  }
}

.timetable .day.down_line {
  /*border-bottom: 0;*/
}

@media screen and (min-width: 800px) {
  .timetable .day.down_line {
    border-bottom: 2px solid #e8c852 !important;
  }
}

@media screen and (min-width: 800px) {
  .ranges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    border-left: 1px solid #e8c852;
    border-bottom: 2px solid #e8c852;
  }
}

.dates {
  padding: 0.5rem;
}

@media screen and (min-width: 800px) {
  .dates {
    width: 33.333333%;
    border-right: 2px solid #e8c852;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fcf8ec;
  border-top: 2px solid #e8c852;
  border-bottom: 2px solid #e8c852;
}

@media screen and (min-width: 800px) {
  .times {
    width: 66.6666666%;
    border-bottom: 0;
    border-top: 0;
  }
}

.times > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.times > div.times_to {
  border-right: 1px solid #e8c852;
  background-color: #ede4d2;
}

.times > div.times_fr {
  border-left: 1px solid #e8c852;
  background-color: #e2d3b6;
}
/*# sourceMappingURL=flight_tt.css.map */