.label {
    color: #7f3094;
    display: block;
    font-size: 0.85em;
    margin-bottom: 5px;
    margin-left: 5px;
    text-transform: uppercase;
    width: 100%;
}


.dropcontainer {
  position:relative;
  font-size: 16px;
  color: #777;
  } 

.trigger {
  color: #777;
  padding: 10px;
  font-size: 16px;
  background: #fff url(../images/select-arrow-open.png) 98% center no-repeat;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease;
  min-width: 100px;

  }

.trigger:hover {
  color: #777;
  background: #f5f5f5 url(../images/select-arrow-open.png) 98% center no-repeat;
  }

.activetrigger {
    min-width: 100px;
  color: #777;
  padding: 10px;
  font-size: 16px;
  background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

.activetrigger:hover {
  background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
  color: #777;
  }

.activetrigger:active {
  background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
  color: #777;
  }

.dropcontainer ul {
  font-size: 16px;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  list-style-type: none;
  padding: 10px;
  margin: 0;
  z-index: 100;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

.dropcontainer ul li {
  padding: 5px;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease;
  }

.dropcontainer ul li:hover {
  background: #f5f5f5;
  outline: none;
  }

.dropcontainer ul li:first-child {
  display: none;
  }

.dropcontainer ul li:last-child {
  border-bottom: none;
  }

.dropdownhidden {
  display: none;
  }

.dropdownvisible {
  height: auto;
  }

.dropdownvisible {
  height: 200px;
  overflow-y: scroll;
  }


/* Flight Finder */
/* ---------------------------------------------------------------------------------------------------- */
.FlightFinderContainer {
  margin-bottom: 40px; }

.SearchOptions {
  margin-bottom: 40px;
  border: 1px solid #7d2693; }
  .SearchOptions .SearchOptionsHeading {
    color: #7d2693; }
    @media only screen and (max-width: 992px) {
      .SearchOptions .SearchOptionsHeading {
        fontsize: 13px; } }
  .SearchOptions .SearchOptionsForm {
    display: block; }
    .SearchOptions .SearchOptionsForm label {
      display: block;
      margin-bottom: 10px;
      color: #7d2693;
      font-size: 17px; }
      @media only screen and (max-width: 992px) {
        .SearchOptions .SearchOptionsForm label {
          fontsize: 13px; } }
    .SearchOptions .SearchOptionsForm input {
      height: 30px;
      display: block;
      width: 100%;
      fontsize: 17px; }
      @media only screen and (max-width: 767px) {
        .SearchOptions .SearchOptionsForm input {
          height: 40px;
          font-size: 18px; } }
    .SearchOptions .SearchOptionsForm select {
      height: 30px;
      line-height: 30px;
      display: block;
      width: 100%;
      background: none; }
      @media only screen and (max-width: 767px) {
        .SearchOptions .SearchOptionsForm select {
          height: 40px;
          line-height: 40px;
          font-size: 18px;
          padding: 20px 0; } }

@media only screen and (max-width: 992px) {
  .flightSearchOption {
    display: block;
    margin-bottom: 20px; } }


@media only screen and (max-width: 480px) {
  .flightSearchOption {
    display: block;
    margin-bottom: 0px; } }

.SearchResultFlightListRow .resultRow p.highlight {
  font-weight: bold;
}

.SearchResultFlightListRow .resultRow {
  padding-top: 18px;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .SearchResultFlightListRow .resultRow {
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media only screen and (max-width: 767px) {
    .SearchResultFlightListRow .resultRow {
      text-align: center; }
  .SearchResultFlightListRow .flightNumberLogo .resultRow {
      padding-top: 0px;
      padding-bottom: 4px; }}

@media only screen and (max-width: 767px) {
  .flightNumberLogo {
    text-align: center; } }

.SearchResults .SearchResultsTitle {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px; }

.SearchResults {
  margin-bottom: 20px;
}

.SearchResultFlightListHeader {
  border-top: 1px solid #7d2693;
  border-bottom: 1px solid #7d2693;
  padding: 8px 0;
  text-align: left;
  font-size: 13px;
  color: #7d2693;
  margin-bottom: 0px; }
  @media only screen and (max-width: 992px) {
    .SearchResultFlightListHeader {
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .SearchResultFlightListHeader {
      text-align: center; } }
  @media only screen and (max-width: 480px) {
    .SearchResultFlightListHeader {
      text-align: left; } }

.SearchResultFlightListRow {
  border-bottom: 1px solid #efefef;
  height: 8%;
  font-size: 16px;
  line-height: 1; }
  @media only screen and (max-width: 992px) {
    .SearchResultFlightListRow {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .SearchResultFlightListRow {
      font-size: 12px; } }
  .SearchResultFlightListRow img {
     }

@media only screen and (max-width: 992px) {
  .nav-tabs {
    margin-top: 20px; } }

.nav-tabs > li {
  width: 33% !important;
  magin: 0; }

.nav-tabs > li a {
  text-align: center;
  padding: 30px 20px 30px 20px !important;
  text-transform: uppercase;
  color: #7d2693;
  font-weight: 400;
  background: #efefef;
  font-family: "Conv_HelveticaNeueLTPro-Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 80px;
  background: #etetet;
  border: 1px solid #7d2693; }
  @media only screen and (max-width: 767px) {
    .nav-tabs > li a {
      padding: 20px 20px 20px 20px !important;
      font-size: 12px; } }
  .nav-tabs > li a:hover {
    border: 1px solid #7d2693;
    color: #fa4cff; }

.nav-tabs > li.active a {
  color: #fa4cff;
  background: #fff;
  border: 1px solid #fa4cff !important;
  border-bottom: none !important; }
  .nav-tabs > li.active a:hover {
    color: #fa4cff; }

.flightNumberLogo .row img {
  margin: 0;
   }

@media only screen and (max-width: 992px) {
  .flightNumberLogo {
    text-align: center !important; } }


.page-airlines .postContent img {
  width: 15%;
}

.flight-label-break { display: none;}

@media only screen and (max-width: 410px) {
.flight-label-break { display: block; }
}