/******[/airshow/css/components/accordion.css]******/

.accordion-wrap:after, .accordion:after {
  content: '';
  display: block;
  clear: both; }

/* accordion wrap styles */
.accordion-wrap {
  padding: 28px 0 19px; }

@media (min-width: 768px) {
  .accordion-wrap {
    padding: 28px 0; } }

.accordion-wrap h5, .accordion-wrap .h5 {
  display: block;
  color: #2d4668;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 2px; }

/* accordion styles */
.accordion {
  background: #fff;
  position: relative;
  border-bottom: 0; }

.accordion .item {
  transition: all 0.3s;
  position: relative;
  border: 1px solid #dddddd;
  margin: -1px 0 0; }

.accordion .item.active {
  background-color: #fbfbfb; }

.accordion .item.active h3 > a:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg); }

.accordion h3 {
  margin: 0;
  text-transform: none;
  color: #34495e;
  font-size: 16px;
  font-weight: 400; }

.accordion h3 > a {
  display: block;
  position: relative;
  color: #34495e;
  text-decoration: none;
  padding: 11px 15px 11px 53px; }

.accordion h3 > a:after {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23001a31' viewBox='0 0 12 7'%3e%3cpath d='M11.663 1.95L7.05 6.525a1.473 1.473 0 0 1-.187.262c-.226.226-.514.338-.863.338-.326 0-.6-.112-.825-.338a1.473 1.473 0 0 1-.187-.262L.338 1.95A1.1 1.1 0 0 1 0 1.144C0 .832.112.564.338.338.562.112.831 0 1.143 0c.313 0 .582.112.806.338L6 4.35 10.05.338c.224-.226.493-.338.806-.338.312 0 .581.112.807.338.224.225.337.494.337.806 0 .312-.113.58-.337.806z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0); }

.accordion .item:hover {
  background-color: #fbfbfb; }

.accordion .slide {
  position: relative; }

@media (max-width: 767px) {
  .accordion .content-area {
    line-height: 32px; } }

.accordion .content-area {
  padding: 13px 15px 14px 54px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (min-width: 768px) {
    .accordion .content-area {
      padding: 20px 15px 14px 54px; } }
  .accordion .content-area > p:last-child {
    margin-bottom: 2px; }

@media (min-width: 768px) {
  .accordion .content-area {
    padding: 13px 53px 30px 54px; } }

.accordion-wrap .section-head {
  color: #707070;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px; }

.accordion-wrap .row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap; }
  .accordion-wrap .row .col-left,
  .accordion-wrap .row .col-right {
    padding: 0 15px; }
  .accordion-wrap .row .col-left {
    width: 100%; }
    @media (min-width: 1024px) {
      .accordion-wrap .row .col-left {
        width: 110px; } }
  .accordion-wrap .row .col-right {
    width: 100%; }
    @media (min-width: 1024px) {
      .accordion-wrap .row .col-right {
        width: calc(100% - 110px); } }

/******[/airshow/css/components/ad-wide-slider.css]******/

.ad-wide-slider {
  padding: 25px 0 15px;
  background-color: var(--ad-wide-block-bg);
  color: var(--ad-wide-block-color);
  fill: var(--ad-wide-block-color); }
  .ad-wide-slider h4 {
    color: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center; }
  .ad-wide-slider .col {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .ad-wide-slider .col {
        width: 25%; } }
  .ad-wide-slider .holder-ad-slider {
    position: relative;
    max-width: 1124px;
    margin: 0 auto;
    padding: 26px 20px; }
    @media (min-width: 500px) {
      .ad-wide-slider .holder-ad-slider {
        padding: 26px 60px; } }
    .ad-wide-slider .holder-ad-slider .item-slide {
      display: flex !important;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
    .ad-wide-slider .holder-ad-slider a {
      display: block;
      transition: all 0.3s;
      min-height: 135px;
     /* background-color: #fff; */
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px; }
      .ad-wide-slider .holder-ad-slider a:hover {
        opacity: 0.7; }
  .ad-wide-slider .slick-arrow {
    color: inherit;
    display: none !important; }
    @media (min-width: 768px) {
      .ad-wide-slider .slick-arrow {
        display: block !important; } }
    .ad-wide-slider .slick-arrow svg path {
      fill: inherit; }
  .ad-wide-slider .slick-arrow.slick-prev {
    left: 5px; }
    @media (min-width: 1250px) {
      .ad-wide-slider .slick-arrow.slick-prev {
        left: -50px; } }
  .ad-wide-slider .slick-arrow.slick-next {
    right: 5px; }
    @media (min-width: 1250px) {
      .ad-wide-slider .slick-arrow.slick-next {
        right: -50px; } }
  .ad-wide-slider.col-2 .col {
    width: 100%; }
    @media (min-width: 768px) {
      .ad-wide-slider.col-2 .col {
        width: 50%; } }
  .ad-wide-slider.col-3 .col {
    width: 100%; }
    @media (min-width: 768px) {
      .ad-wide-slider.col-3 .col {
        width: 33.33%; } }
  .ad-wide-slider.col-5 .col {
    width: 100%; }
    @media (min-width: 768px) {
      .ad-wide-slider.col-5 .col {
        width: 20%; } }
  .ad-wide-slider.col-5 .holder-ad-slider a {
    min-height: 128px; }
  .ad-wide-slider.col-6 .col {
    width: 100%; }
    @media (min-width: 768px) {
      .ad-wide-slider.col-6 .col {
        width: 16.66%; } }
  .ad-wide-slider.col-6 .holder-ad-slider a {
    min-height: 128px; }
/******[/airshow/css/components/block-our-sponsors.css]******/

.block-our-sponsors {
  padding: 10px 0 10px; }
  @media (min-width: 768px) {
    .block-our-sponsors {
      padding: 40px 0 20px; } }
  .block-our-sponsors h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .block-our-sponsors h1 {
        font-size: 59px;
        margin-bottom: 30px; } }
  .block-our-sponsors .block-text {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px; }
  .block-our-sponsors p {
    margin-bottom: 40px; }
  .block-our-sponsors a {
    color: #001a31;
    font-size: 22px;
    font-weight: 700; }
    .block-our-sponsors a:hover {
      color: #007bff; }

/******[/airshow/css/components/blurb-block.css]******/

.blurb-block {
  padding: 24px 0; }
  .blurb-block .section-title {
    color: #000;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 5px; }
  .blurb-block .text-cols {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px; }
    .blurb-block .text-cols.fourcols-text {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -8px; }
      .blurb-block .text-cols.fourcols-text p {
        width: 100%;
        padding: 0 8px; }
        @media (min-width: 1024px) {
          .blurb-block .text-cols.fourcols-text p {
            width: 25%; } }
    .blurb-block .text-cols.threecols-text {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -8px; }
      .blurb-block .text-cols.threecols-text p {
        width: 100%;
        padding: 0 8px; }
        @media (min-width: 1024px) {
          .blurb-block .text-cols.threecols-text p {
            width: 33.33%; } }
    .blurb-block .text-cols.twocols-text {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -8px; }
      .blurb-block .text-cols.twocols-text p {
        width: 100%;
        padding: 0 8px; }
        @media (min-width: 1024px) {
          .blurb-block .text-cols.twocols-text p {
            width: 50%; } }

/******[/airshow/css/components/events.css]******/

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.featured-events-block .event h5, .events-block.list-view .event .text, .event .text, .event a, .event .date, .events-area a .h5 {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.featured-events-block .event .text {
  font-size: 17px;
  color: #3a3a3a; }

.featured-events-block .event h5 {
  margin-top: 2px;
  margin-bottom: 3px;
  color: #001a31; }

.events-block .container {
  padding-top: 33px;
  padding-bottom: 20px; }

@media (min-width: 768px) {
  .events-block .container {
    padding-top: 35px;
    padding-bottom: 20px; } }

@media (min-width: 1024px) {
  .events-block .container {
    padding-top: 53px;
    padding-bottom: 20px; } }

.events-block .col.large > h5 {
  margin-bottom: 25px; }

.events-block .col > h5 {
  margin-bottom: 13px; }
  @media (min-width: 992px) {
    .events-block .col > h5 {
      margin-bottom: 25px; } }

.events-block .rimpac-datepicker-inline {
  display: none;
  margin-bottom: 31px; }

.events-list-wrapper .more-btn {
  width: 100%;
  display: block; }

@media (max-width: 1023px) {
  .events-list-wrapper .list-style-datepicker .rimpac-datepicker-inline {
    display: block;
    margin-bottom: 20px;
    max-width: 311px;
    margin: 0 auto; }
  .events-list-wrapper .list-style-datepicker .ui-widget {
    width: 100%; } }

@media (min-width: 1024px) {
  .grid-view .more-btn {
    margin-top: -17px; } }

.list-view .more-btn {
  margin-top: 11px; }

.events-block.list-view .datepciker-drop {
  display: none; }

.events-block.list-view .grid-datepicker {
  display: none; }

@media (min-width: 1024px) {
  .events-block.grid-view .list-style-datepicker {
    display: none; } }

@media (min-width: 1024px) {
  .events-block.grid-view .rimpac-datepicker-inline {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; } }

@media (min-width: 1024px) {
  .events-block.grid-view .datepicker-area.active .rimpac-datepicker-inline {
    opacity: 1;
    visibility: visible; } }

.events-block .filter-area {
  justify-content: space-between; }
  .events-block .filter-area h5 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0; }

.events-block.list-view .rimpac-datepicker-inline {
  display: block; }

.events-block.list-view .events-list {
  margin: 0;
  border-top: solid 1px #e8eaeb; }

@media (min-width: 768px) {
  .events-block.list-view .events-list {
    margin: 0 10px 0 0;
    width: 100%; } }

@media (min-width: 1024px) {
  .events-block.list-view .events-list {
    margin: 0 15px 0 0; } }

@media (min-width: 1200px) {
  .events-block.list-view .events-list {
    margin: 0 20px 0 0;
    width: calc(100% - 350px); } }

@media (min-width: 768px) and (max-width: 1023px) {
  .events-block.list-view .events-list {
    width: 100%; } }

@media (min-width: 1024px) {
  .events-block.list-view .events-list-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; } }

@media (min-width: 768px) {
  .events-block.list-view .list-style-datepicker {
    width: 100%; } }

@media (min-width: 1024px) {
  .events-block.list-view .list-style-datepicker {
    width: calc(330px - 30px); } }

@media (min-width: 1200px) {
  .events-block.list-view .list-style-datepicker {
    width: calc(351px - 40px); } }

.events-block.list-view .event {
  box-shadow: none;
  border-width: 0 0 1px;
  background: none;
  width: 100%;
  margin: 0;
  padding: 21px 0 12px;
  font-size: 16px;
  line-height: 24px;
  min-height: 144px; }

.events-block.list-view .event .image {
  display: none; }

.events-block.list-view .event .text {
  font-size: 17px;
  padding: 0; }
  .events-block.list-view .event .text > div {
    line-height: 26px; }

.events-block.list-view .event .location {
  display: none;
  padding: 10px 0 0;
  border: 0; }

.events-block.list-view .event .date {
  margin-bottom: 4px;
  font-size: 13px;
  color: #3a3a3a;
  font-weight: 400;
  line-height: 20px; }

@media (min-width: 768px) {
  .events-block .events-area {
    display: block; } }

@media (min-width: 540px) {
  .events-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 540px) {
  .events-list .event {
    margin: 0 8px 15px;
    width: calc((100%/2) - 16px); } }

@media (min-width: 1024px) {
  .events-list .event {
    margin: 0 8px 38px;
    width: calc((100%/4) - 16px); } }

.event {
  margin: 0 0 15px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #e8eaeb;
  font-size: 13px;
  line-height: 24px;
  -webkit-transition: box-shadow linear 0.3s;
  transition: box-shadow linear 0.3s; }

@media (min-width: 540px) {
  .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; } }

@media (min-width: 1024px) {
  .event {
    margin: 0 0 38px; } }

@media (min-width: 540px) {
  .event a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; } }

.event .image {
  overflow: hidden; }

@media (min-width: 540px) {
  .event .image, .event .text, .event .location {
    width: 100%; } }

.event .bg-stretch {
  padding-top: 56.66%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #001a31;
  -webkit-transition: -webkit-transform linear 0.3s;
  transition: -webkit-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s; }

@media (min-width: 768px) {
  .event .bg-stretch {
    padding-top: 56.2%; } }

.event:hover .bg-stretch {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.event .text {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  padding: 17px 15px 12px 30px; }

@media (min-width: 540px) {
  .event .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px; } }

@media (min-width: 1200px) {
  .event .text {
    padding: 17px 20px 12px; } }

@media (min-width: 1366px) {
  .event .text {
    padding: 17px 28px 12px 32px; } }

.event .location {
  border-top: solid 1px #ddd;
  font-size: 11px;
  line-height: 16px;
  padding: 15px;
  font-weight: 400;
  color: #001a31;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 15px 30px 15px; }

@media (min-width: 540px) {
  .event .location {
    padding: 15px; } }

@media (min-width: 1200px) {
  .event .location {
    padding: 22px 20px; } }

@media (min-width: 1366px) {
  .event .location {
    padding: 22px 32px 20px; } }

.event .location .title {
  color: #001a31;
  font-weight: 600; }

.event a {
  color: #3a3a3a;
  font-size: 17px;
  text-decoration: none; }
  .event a:hover .date,
  .event a:hover .text,
  .event a:hover h5 {
    color: #006ce0; }

.event .date {
  color: #a7a7a7;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  margin: 0 0 7px; }

.event p {
  margin: 0; }

.event:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }

.filters-wrap fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }

.filters-wrap .input-holder {
  margin-right: 8px;
  margin-left: auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .filters-wrap .input-holder {
      width: 200px; } }
  @media (min-width: 1300px) {
    .filters-wrap .input-holder {
      width: 272px;
      margin-right: 16px; }
      .filters-wrap .input-holder.short-holder {
        width: 202px; } }

.filters-wrap {
  margin-left: auto; }

.filter-btn-wrap {
  padding-bottom: 3px; }
  @media (max-width: 1023px) {
    .filter-btn-wrap {
      padding-top: 10px;
      padding-bottom: 0;
      width: 100%; }
      .filter-btn-wrap button.btn {
        width: 100%; } }
  .filter-btn-wrap button.btn {
    margin-bottom: 0; }

@media (max-width: 1023px) {
  .grid-datepicker {
    display: none; } }

@media (min-width: 768px) {
  .grid-datepicker .ui-widget {
    min-width: 311px;
    width: 100%; }
  .grid-datepicker .rimpac-datepicker-inline {
    width: 100%;
    min-width: 311px; } }

.grid-datepicker label {
  display: none; }

.filter-area {
  position: relative;
  z-index: 20;
  margin-bottom: 10px; }

@media (min-width: 1024px) {
  .filter-area {
    display: flex;
    margin: 0 0 15px;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start; } }

.featured-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .featured-cols .col {
    padding: 0 10px;
    margin-bottom: 20px; }
    .featured-cols .col.col-left {
      width: 100%; }
      @media (min-width: 768px) {
        .featured-cols .col.col-left {
          width: 60%; } }
      @media (min-width: 1024px) {
        .featured-cols .col.col-left {
          width: 50%; } }
    .featured-cols .col.col-right {
      width: 100%; }
      @media (min-width: 768px) {
        .featured-cols .col.col-right {
          width: 40%; } }
      @media (min-width: 1024px) {
        .featured-cols .col.col-right {
          width: 50%; } }
  .featured-cols .holder-datepicker {
    margin-left: auto; }
    @media (min-width: 1024px) {
      .featured-cols .holder-datepicker {
        max-width: 312px; } }

.featured-cols .rimpac-datepicker-inline {
  display: block;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .featured-cols .rimpac-datepicker-inline {
      margin-bottom: 25px; } }

.featured-events {
  margin: 0; }

.featured-events.jcf-scrollable {
  height: 463px;
  padding-right: 37px;
  width: 100%; }

.featured-events .event {
  box-shadow: none;
  border-width: 0 0 1px;
  border-color: #737373;
  background: none;
  width: 100%;
  margin: 0;
  padding: 15px 0 12px;
  font-size: 16px;
  line-height: 24px;
  min-height: 93px; }

.featured-events .event:first-child {
  padding-top: 0; }

.featured-events .event .image {
  display: none; }

.featured-events .event .text {
  padding: 0; }

.featured-events .event .location {
  display: none;
  padding: 10px 0 0;
  border: 0; }

.featured-events .event .date {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #3a3a3a; }

.featured-events .event .h5 {
  margin-top: 6px;
  margin-bottom: 9px; }

.more-btn {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 8px;
  border: 2px solid #0c3983;
  background-color: #0c3983; }
  @media (max-width: 767px) {
    .more-btn {
      display: none; } }
  .more-btn:hover {
    background-color: #fff;
    color: #0c3983; }

@media (max-width: 991px) {
  .filter-area .view-btns {
    display: none; } }

@media (min-width: 992px) {
  .mobile-view-btns {
    display: none; } }

.mobile-view-btns .view-btns {
  padding-top: 10px;
  margin-bottom: 25px; }

.mobile-view-btns .btn-list, .mobile-view-btns .btn-grid {
  margin: 0 9px 0; }

.filters-wrap.inn {
  width: 100%; }
  .filters-wrap.inn .input-holder {
    width: 310px; }
    @media (max-width: 1023px) {
      .filters-wrap.inn .input-holder {
        width: 100%; } }

.filters-wrap.sidebar-filter {
  width: 270px; }
  @media (max-width: 991px) {
    .filters-wrap.sidebar-filter {
      width: 100%; } }
  .filters-wrap.sidebar-filter .input-holder {
    margin-right: 0;
    width: 100%; }
  .filters-wrap.sidebar-filter .filter-btn-wrap {
    padding-top: 30px;
    width: 100%; }
    @media (max-width: 767px) {
      .filters-wrap.sidebar-filter .filter-btn-wrap {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px; } }
    .filters-wrap.sidebar-filter .filter-btn-wrap button {
      width: 100%; }

.filter-block {
  padding: 50px 0 55px; }
  .filter-block .btn-block {
    padding-top: 28px; }
    @media (max-width: 767px) {
      .filter-block .btn-block {
        padding-top: 20px; } }

.view-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px; }

@media (min-width: 1024px) {
  .view-btns {
    margin-right: 5px;
    margin-left: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0; } }

.btn-list, .btn-grid {
  font-size: 20px;
  display: block;
  color: #000; }

.btn-list, .btn-grid {
  margin: 0 9px; }

@media (min-width: 768px) {
  .btn-list, .btn-grid {
    margin: 0 0 0 18px; } }

.btn-list span:before, .btn-list i:before, .btn-grid span:before, .btn-grid i:before {
  opacity: 0; }

.btn-list:hover span:after, .btn-list:hover i:after, .btn-list.active span:after, .btn-list.active i:after, .btn-grid:hover span:after, .btn-grid:hover i:after, .btn-grid.active span:after, .btn-grid.active i:after {
  opacity: 0; }

.btn-list:hover span:before, .btn-list:hover i:before, .btn-list.active span:before, .btn-list.active i:before, .btn-grid:hover span:before, .btn-grid:hover i:before, .btn-grid.active span:before, .btn-grid.active i:before {
  opacity: 1; }

.icon-grid:before,
.icon-list:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  content: ""; }

.events-block [class^="icon-"],
.events-block [class*=" icon-"] {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  position: relative;
  width: 16px;
  height: 16px; }

.events-block [class^="icon-"]:after,
.events-block [class*=" icon-"]:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  content: ""; }

.icon-grid:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e9e9e9' viewBox='0 0 16 16'%3e%3cpath d='M-0.1,12.1h4v4h-4V12.1z M-0.1,10.1h4V6h-4V10.1z M-0.1,4h4V0h-4V4z M5.9,16.1h4v-4h-4V16.1z M5.9,10.1h4V6h-4\a 			V10.1z M5.9,4h4V0h-4V4z M12,16.1h4v-4h-4V16.1z M12,10.1h4V6h-4V10.1z M12,0v4h4V0H12z'/%3e%3c/svg%3e"); }

.icon-grid:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23001a31' viewBox='0 0 16 16'%3e%3cpath d='M-0.1,12.1h4v4h-4V12.1z M-0.1,10.1h4V6h-4V10.1z M-0.1,4h4V0h-4V4z M5.9,16.1h4v-4h-4V16.1z M5.9,10.1h4V6h-4\a 			V10.1z M5.9,4h4V0h-4V4z M12,16.1h4v-4h-4V16.1z M12,10.1h4V6h-4V10.1z M12,0v4h4V0H12z'/%3e%3c/svg%3e"); }

.icon-list:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e9e9e9' viewBox='0 0 16 16'%3e%3cpath d='M0,6.7h16v2.7H0V6.7z M0,16h16v-2.7H0V16z M0,0v2.7h16V0H0z'/%3e%3c/svg%3e"); }

.icon-list:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23001a31' viewBox='0 0 16 16'%3e%3cpath d='M0,6.7h16v2.7H0V6.7z M0,16h16v-2.7H0V16z M0,0v2.7h16V0H0z'/%3e%3c/svg%3e"); }

.datepicker-area .datepciker-drop input[type="text"] {
  color: #000; }

.datepicker-area .datepciker-drop i {
  transition: all 0.3s;
  position: absolute;
  right: 11px;
  top: 18px;
  font-size: 14px;
  color: #6b6b6b; }

.datepicker-area.active i {
  transform: rotate(180deg); }

.events-area a .h5 {
  color: #001a31;
  font-size: 20px;
  font-weight: 700; }

.events-area a:hover .h5 {
  color: #006ce0; }

/******[/airshow/css/components/featured-video.css]******/

.featured-video:after {
  content: '';
  display: block;
  clear: both; }

.featured-video {
  z-index: 50;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 0 67px; }

.featured-video .container {
  max-width: 670px; }

.featured-video .section-head {
  color: #fff;
  position: relative;
  padding: 14px 0 100px; }

@media (min-width: 768px) {
  .featured-video .section-head {
    padding: 44px 0 268px; } }

.featured-video .section-head:before {
  position: absolute;
  top: 0;
  width: 120vw;
  left: 50%;
  margin-left: -60vw;
  background-color: var(--featured-video-bg);
  content: "";
  z-index: -2;
  height: 100%;
  bottom: 0; }

.featured-video .section-head:after {
  content: "";
  position: absolute;
  width: 120vw;
  left: 50%;
  margin-left: -60vw;
  background-color: var(--featured-video-bg-bottom);
  z-index: -1;
  height: 100%;
  bottom: -70%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }

.featured-video .video {
  border: solid 5px #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
  border-radius: 0;
  position: relative;
  padding-top: 56%;
  margin: -100px 0 22px;
  z-index: 2; }

@media (min-width: 768px) {
  .featured-video .video {
    border-radius: 0;
    border-width: 10px;
    margin: -248px -5px 20px;
    padding-top: 54.5%; } }

@media (min-width: 1024px) {
  .featured-video .video {
    margin-bottom: 40px; } }

.featured-video .video img,
.featured-video .video iframe {
  max-width: 100%;
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.featured-video .text {
  margin-bottom: 30px;
  color: var(--featured-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (min-width: 567px) {
    .featured-video .text {
      margin-bottom: 20px; } }

.featured-video .title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 0 11px;
  color: var(--featured-title-color); }

@media (min-width: 768px) {
  .featured-video .title {
    font-size: 49px;
    line-height: 61px; } }

@media (min-width: 1024px) {
  .featured-video .title {
    font-size: 59px;
    line-height: 71px;
    margin: 0 0 23px; } }

.featured-video .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background-image: url("../images/btn-play.svg");
  background-size: 100% 100%;
  opacity: 0.75;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .featured-video .btn-play {
    width: 140px;
    height: 140px; } }

/******[/airshow/css/components/gallery-block-video.css]******/

.gallery-block-video {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 50px;
  color: var(--gallery-videos--news-title-color);
  background-color: var(--gallery-videos--news-bg); }
  @media (min-width: 1024px) {
    .gallery-block-video {
      padding: 89px 0 80px; } }
  .gallery-block-video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    z-index: 1; }
  .gallery-block-video .container {
    position: relative;
    z-index: 2; }
  .gallery-block-video .top-line {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .gallery-block-video .top-line {
        margin-bottom: 63px; } }
    .gallery-block-video .top-line .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
      justify-content: space-between; }
    .gallery-block-video .top-line .title-col {
      width: 50%;
      padding: 0 10px; }
    .gallery-block-video .top-line .btn-col {
      width: 50%;
      padding: 0 10px;
      text-align: right; }
      .gallery-block-video .top-line .btn-col .btn {
        padding: 9px 20px;
        font-size: 11px;
        border-radius: 4px; }
        @media (min-width: 1024px) {
          .gallery-block-video .top-line .btn-col .btn {
            padding: 16px 23px;
            font-size: 14px;
            border-radius: 8px; } }
    .gallery-block-video .top-line h2 {
      color: var(--gallery-videos--news-title-color);
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      font-style: italic;
      margin-bottom: 2px; }
      @media (min-width: 1024px) {
        .gallery-block-video .top-line h2 {
          font-size: 59px;
          margin-bottom: 2px; } }
    .gallery-block-video .top-line h3 {
      color: var(--gallery-videos--news-subtitle-color);
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 8px; }
      @media (min-width: 1024px) {
        .gallery-block-video .top-line h3 {
          font-size: 28px;
          margin-bottom: 40px; } }
    .gallery-block-video .top-line .text {
      color: var(--gallery-videos--news-text-color);
      font-size: 13px;
      font-style: italic;
      line-height: 22px; }
      @media (min-width: 1024px) {
        .gallery-block-video .top-line .text {
          font-size: 22px;
          line-height: 38px; } }

.gallery-video-slider .row {
  margin: 0 -8px; }
  @media (min-width: 768px) {
    .gallery-video-slider .row {
      display: flex;
      flex-wrap: wrap; } }

.gallery-video-slider .col {
  padding: 0 8px;
  margin-bottom: 26px;
  display: block; }
  @media (min-width: 768px) {
    .gallery-video-slider .col {
      width: 33.33%; } }

.gallery-video-slider .holder-poster {
  transition: all 0.3s ease-in-out;
  display: block;
  min-height: 205px;
  position: relative;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .gallery-video-slider .holder-poster {
      min-height: 237px; } }
  .gallery-video-slider .holder-poster:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/Icon_material-play-circle-filled.svg");
    width: 70px;
    height: 70px;
    z-index: 3; }
  .gallery-video-slider .holder-poster:hover {
    opacity: 0.7; }

.gallery-video-slider .date {
  display: block;
  transition: all 0.3s ease-in-out;
  color: var(--gallery-videos--news-date-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px; }
  @media (min-width: 1024px) {
    .gallery-video-slider .date {
      margin-bottom: 21px; } }

.gallery-video-slider .title {
  transition: all 0.3s ease-in-out;
  color: var(--gallery-videos--news-title-color);
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 8px;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .gallery-video-slider .title {
      margin-bottom: 21px; } }
  .gallery-video-slider .title a {
    color: var(--gallery-videos--news-title-color); }
  .gallery-video-slider .title:hover {
    opacity: 0.7; }

.gallery-video-slider .text {
  transition: all 0.3s ease-in-out;
  color: var(--gallery-videos--news-text-post-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; }

.gallery-video-slider .slick-dots {
  bottom: -30px; }
  @media (min-width: 768px) {
    .gallery-video-slider .slick-dots {
      bottom: -20px; } }
  @media (min-width: 1024px) {
    .gallery-video-slider .slick-dots {
      bottom: -30px; } }

/******[/airshow/css/components/gallery-block-3up.css]******/

.gallery-block-3up {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 50px;
  color: var(--gallery-videos--news-title-color);
  background-color: var(--gallery-videos--news-bg); }
  @media (min-width: 1024px) {
    .gallery-block-3up {
      padding: 89px 0 80px; } }
  .gallery-block-3up::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    z-index: 1; }
  .gallery-block-3up .container {
    position: relative;
    z-index: 2; }
  .gallery-block-3up .top-line {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .gallery-block-3up .top-line {
        margin-bottom: 63px; } }
    .gallery-block-3up .top-line .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
      justify-content: space-between; }
    .gallery-block-3up .top-line .title-col {
      width: 50%;
      padding: 0 10px; }
    .gallery-block-video .top-line .btn-col {
      width: 50%;
      padding: 0 10px;
      text-align: right; }
      .gallery-block-3up .top-line .btn-col .btn {
        padding: 9px 20px;
        font-size: 11px;
        border-radius: 4px; }
        @media (min-width: 1024px) {
          .gallery-block-3up .top-line .btn-col .btn {
            padding: 16px 23px;
            font-size: 14px;
            border-radius: 8px; } }
    .gallery-block-3up .top-line h2 {
      color: var(--gallery-videos--news-title-color);
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      font-style: italic;
      margin-bottom: 2px; }
      @media (min-width: 1024px) {
        .gallery-block-3up .top-line h2 {
          font-size: 59px;
          margin-bottom: 2px; } }
    .gallery-block-3up .top-line h3 {
      color: var(--gallery-videos--news-subtitle-color);
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 8px; }
      @media (min-width: 1024px) {
        .gallery-block-3up .top-line h3 {
          font-size: 28px;
          margin-bottom: 40px; } }
    .gallery-block-3up .top-line .text {
      color: var(--gallery-videos--news-text-color);
      font-size: 13px;
      font-style: italic;
      line-height: 22px; }
      @media (min-width: 1024px) {
        .gallery-block-3up .top-line .text {
          font-size: 22px;
          line-height: 38px; } }

.gallery-3up-slider .row {
  margin: 0 -8px; }
  @media (min-width: 768px) {
    .gallery-3up-slider .row {
      display: flex;
      flex-wrap: wrap; } }

.gallery-3up-slider .col {
  padding: 0 8px;
  margin-bottom: 26px;
  display: block;
  }
  @media (min-width: 768px) {
    .gallery-3up-slider .col {
      width: 33.33%; } }

.gallery-3up-slider .holder-poster {
  transition: all 0.3s ease-in-out;
  display: block;
  min-height: 205px;
  position: relative;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .gallery-3up-slider .holder-poster {
      min-height: 237px; } }
  
  .gallery-3up-slider .holder-poster:hover {
    opacity: 0.7; }

.gallery-3up-slider .date {
  display: block;
  transition: all 0.3s ease-in-out;
  color: var(--gallery-videos--news-date-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px; }
  @media (min-width: 1024px) {
    .gallery-3up-slider .date {
      margin-bottom: 21px; } }

.gallery-3up-slider .title {
  transition: all 0.3s ease-in-out;
  color: var(--gallery-videos--news-title-color);
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 8px;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .gallery-3up-slider .title {
      margin-bottom: 21px; } }
  .gallery-3up-slider .title a {
    color: var(--gallery-videos--news-title-color); }
  .gallery-3up-slider .title:hover {
    opacity: 0.7; }

.gallery-3up-slider .text {
  transition: all 0.3s ease-in-out;
  color: var(--gallery-videos--news-text-post-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; }

.gallery-3up-slider .slick-dots {
  bottom: -30px; }
  @media (min-width: 768px) {
    .gallery-3up-slider .slick-dots {
      bottom: -20px; } }
  @media (min-width: 1024px) {
    .gallery-3up-slider .slick-dots {
      bottom: -30px; } }

/******[/airshow/css/components/gallery-image-block.css]******/

.gallery-image-block {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 50px;
  color: var(--gallery-videos--news-title-color);
  background-color: var(--gallery-videos--news-bg); }
  @media (min-width: 1024px) {
    .gallery-image-block {
      padding: 89px 0 91px; } }
  .gallery-image-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    z-index: 1; }
  .gallery-image-block .container {
    position: relative;
    z-index: 2; }
  .gallery-image-block .top-line {
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .gallery-image-block .top-line {
        margin-bottom: 63px; } }
    .gallery-image-block .top-line .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
      justify-content: space-between; }
    .gallery-image-block .top-line .title-col {
      width: 50%;
      padding: 0 10px; }
    .gallery-image-block .top-line .btn-col {
      width: 50%;
      padding: 0 10px;
      text-align: right; }
      .gallery-image-block .top-line .btn-col .btn {
        padding: 9px 20px;
        font-size: 11px;
        border-radius: 4px; }
        @media (min-width: 1024px) {
          .gallery-image-block .top-line .btn-col .btn {
            padding: 16px 23px;
            font-size: 14px;
            border-radius: 8px; } }
    .gallery-image-block .top-line h2 {
      color: var(--gallery-videos--news-title-color);
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      font-style: italic;
      margin-bottom: 2px; }
      @media (min-width: 1024px) {
        .gallery-image-block .top-line h2 {
          font-size: 59px;
          margin-bottom: 2px; } }
    .gallery-image-block .top-line h3 {
      color: var(--gallery-videos--news-subtitle-color);
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 8px; }
      @media (min-width: 1024px) {
        .gallery-image-block .top-line h3 {
          font-size: 28px;
          margin-bottom: 40px; } }
    .gallery-image-block .top-line .text {
      color: var(--gallery-videos--news-text-color);
      font-size: 13px;
      font-style: italic;
      line-height: 22px; }
      @media (min-width: 1024px) {
        .gallery-image-block .top-line .text {
          font-size: 22px;
          line-height: 38px; } }

.gallery-image-slider {
  max-width: 1125px;
  margin: 0 auto;
  position: relative; }
  .gallery-image-slider .item-slide .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px; }
    @media (min-width: 768px) {
      .gallery-image-slider .item-slide .row {
        margin: 0 -8px; } }
    .gallery-image-slider .item-slide .row .col {
      width: 33.33%;
      padding: 0 3px;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .gallery-image-slider .item-slide .row .col {
          padding: 0 8px;
          margin-bottom: 22px; } }
      .gallery-image-slider .item-slide .row .col img {
        transition: transform .3s;
        display: block; }
      .gallery-image-slider .item-slide .row .col a {
        display: block;
        overflow: hidden;
        position: relative; }
        .gallery-image-slider .item-slide .row .col a:hover img {
          transform: scale(1.2); }
  .gallery-image-slider .slick-arrow.slick-next {
    right: -75px; }
  .gallery-image-slider .slick-arrow.slick-prev {
    left: -75px; }
  .gallery-image-slider .slick-dots {
    bottom: -30px; }
    @media (min-width: 768px) {
      .gallery-image-slider .slick-dots {
        bottom: -20px; } }
    @media (min-width: 1024px) {
      .gallery-image-slider .slick-dots {
        bottom: -40px; } }

/******[/airshow/css/components/gallery-with-popup.css]******/

.gallery-with-popup {
  margin-bottom: 4px; }
  .gallery-with-popup h2 {
    font-style: italic;
    text-transform: uppercase;
    font-size: 26px; }
    @media (min-width: 1024px) {
      .gallery-with-popup h2 {
        font-size: 33px; } }
  .gallery-with-popup img {
  	width: 300px;
  	height: 250px;
  	max-height: 250px;
  	object-fit: cover;
  }
  .gallery-with-popup .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; }
    .gallery-with-popup .row .col {
      padding: 0 8px;
      width: auto;
      height: auto;
      margin-bottom: 16px; }
      
      @media (min-width: 1200px) {
        .gallery-with-popup .row .col {
          width: 25%; } }
      .gallery-with-popup .row .col a {
        transition: all 0.3s;
        display: block; }
        .gallery-with-popup .row .col a img {
          display: block; }
        .gallery-with-popup .row .col a:hover {
          opacity: 0.7; }

.fancybox-navigation .fancybox-button {
  visibility: visible !important;
  opacity: 1 !important;
  background-color: transparent;
  padding: 5px !important;
  width: auto;
  height: 62px;
  top: calc(50% - 50px); }
  .fancybox-navigation .fancybox-button:before {
    display: inline-block;
    content: '';
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 10px; }
    @media (min-width: 1024px) {
      .fancybox-navigation .fancybox-button:before {
        width: 33px;
        height: 33px;
        border-top: 5px solid #fff;
        border-right: 5px solid #fff; } }
  .fancybox-navigation .fancybox-button > div {
    display: none; }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 10px; }
    @media (min-width: 1024px) {
      .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
        left: 30px;
        right: auto; } }
    .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before {
      transform: rotate(-135deg);
      transform-origin: right; }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 0px; }
    @media (min-width: 1024px) {
      .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
        right: 20px; } }
    .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before {
      transform: rotate(45deg); }

.fancybox-close-small {
  padding: 0px !important;
  right: 9px !important;
  top: 5px !important; }

.fancybox-slide {
  height: auto; }
  @media (min-width: 1024px) {
    .fancybox-slide {
      height: 100%; } }

.fancybox-content {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 65px 20px;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  max-height: 740px;
  overflow: scroll; }
  @media (min-width: 768px) {
    .fancybox-content {
      max-height: 100%;
      overflow: visible; } }
  .fancybox-content img {
    display: block;
    margin-bottom: 50px; }
    @media (min-width: 1200px) {
      .fancybox-content img {
        margin-bottom: 20px; } }
  .fancybox-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 24px; }
  .fancybox-content .holder-img {
    min-height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .fancybox-content .holder-img {
        min-height: 500px;
        margin-bottom: 20px; } }
/******[/airshow/css/components/icon-list-grid.css]******/

.icon-list-grid {
  padding: 20px 0; }
  .icon-list-grid h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 35px;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .icon-list-grid h2 {
        font-size: 59px;
        line-height: 65px;
        margin-bottom: 10px; } }
  .icon-list-grid h3 {
    color: #71bdff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 23px; }
    @media (min-width: 768px) {
      .icon-list-grid h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 30px; } }

.holder-icon-list-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
  .holder-icon-list-grid .item {
    width: 100%;
    padding: 0 8px;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 19px;
    text-align: center; }
    @media (min-width: 768px) {
      .holder-icon-list-grid .item {
        width: 50%;
        text-align: left; } }
    @media (min-width: 1024px) {
      .holder-icon-list-grid .item {
        width: 33.33%; } }
  .holder-icon-list-grid .holder-img {
    margin-bottom: 19px; }
    .holder-icon-list-grid .holder-img img {
      display: inline-block; }
  .holder-icon-list-grid h4 {
    color: #001a31;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }

/******[/airshow/css/components/image-slideshow.css]******/

.image-slideshow {
  position: relative;
  font-size: 0; }
  .image-slideshow .bg-img {
    transition: all 0.3s ease-in-out;
    display: block;
    min-height: 206px;
    font-size: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .image-slideshow .bg-img {
        min-height: 360px; } }
    .image-slideshow .bg-img:hover {
      opacity: 0.7; }
  .image-slideshow .slick-dots {
    bottom: 20px; }
  .image-slideshow .slide {
    display: block !important; }

/******[/airshow/css/components/intro-carousel.css]******/

.intro-carousel {
  position: relative; }
  .intro-carousel .slick-arrow {
    display: none !important; }
    @media (min-width: 1024px) {
      .intro-carousel .slick-arrow {
        display: block !important; } }
  .intro-carousel .slick-dots {
    bottom: 10px; }
    @media (min-width: 768px) {
      .intro-carousel .slick-dots {
        bottom: 25px; } }
  .intro-carousel .slide {
    display: block;
    height: 220px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%; }
    .intro-carousel .slide.cover-image {
      background-size: cover; }
    @media (min-width: 567px) {
      .intro-carousel .slide {
        height: 320px; } }
    @media (min-width: 768px) {
      .intro-carousel .slide {
        height: 400px; } }
    @media (min-width: 992px) {
      .intro-carousel .slide {
        height: 550px; } }
    .intro-carousel .slide.box-text-center .container {
      justify-content: center; }
    .intro-carousel .slide.box-text-right .container {
      justify-content: flex-end; }
    .intro-carousel .slide .container {
      height: 100%;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 1; }
    .intro-carousel .slide .box-text {
      max-width: 320px;
      width: 100%;
      border-radius: 8px;
      background-color: var(--intro-carousel-bg-color);
      padding: 15px;
      font-size: 13px;
      font-weight: 400;
      color: var(--intro-carousel-color); }
      @media (min-width: 1024px) {
        .intro-carousel .slide .box-text {
          font-size: 18px;
          max-width: 764px;
          padding: 23px 60px 28px 36px; } }
      .intro-carousel .slide .box-text h2 {
        color: var(--intro-carousel-color);
        font-size: 24px;
        font-weight: 700;
        font-style: italic;
        line-height: 30px;
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .intro-carousel .slide .box-text h2 {
            font-size: 75px;
            line-height: 71px;
            margin-bottom: 10px; } }
      .intro-carousel .slide .box-text h3 {
        color: var(--intro-carousel-subtitle-color);
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .intro-carousel .slide .box-text h3 {
            font-size: 28px;
            line-height: 32px; } }
      .intro-carousel .slide .box-text .text {
        margin-bottom: 10px;
        display: none; }
        @media (min-width: 768px) {
          .intro-carousel .slide .box-text .text {
            display: block; } }
        @media (min-width: 1024px) {
          .intro-carousel .slide .box-text .text {
            margin-bottom: 21px; } }
      .intro-carousel .slide .box-text .btn {
        border-radius: 4px;
        padding: 8px 23px;
        font-size: 12px; }
        @media (min-width: 1024px) {
          .intro-carousel .slide .box-text .btn {
            padding: 16px 23px;
            border-radius: 8px;
            font-size: 14px; } }
  .intro-carousel .slide.inn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: 50% 50%; }
    .intro-carousel .slide.inn:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: rgba(12, 57, 131, 0.4); }
    .intro-carousel .slide.inn .block {
      position: relative;
      max-width: 900px;
      z-index: 1;
      text-align: center;
      padding: 15px; }
      .intro-carousel .slide.inn .block .btn {
        font-size: 22px;
        padding: 5px 24px;
        letter-spacing: 2px; }
    .intro-carousel .slide.inn h1 {
      text-shadow: 0 3px 6px #0c3983;
      text-transform: uppercase;
      letter-spacing: -2.75px;
      color: var(--intro-carousel-color);
      margin-bottom: 40px;
      font: italic 700 110px/78px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 1199px) {
        .intro-carousel .slide.inn h1 {
          font-size: 80px;
          line-height: 1; } }
      @media (max-width: 991px) {
        .intro-carousel .slide.inn h1 {
          font-size: 60px;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .intro-carousel .slide.inn h1 {
          font-size: 40px;
          letter-spacing: -1px; } }
      @media (max-width: 479px) {
        .intro-carousel .slide.inn h1 {
          font-size: 25px; } }

  .intro-carousel video {
      width: 100%;
      height: auto;
      object-fit: contain;
      position: absolute;
  }

    
    

/******[/airshow/css/components/large-leaderboard.css]******/

.large-leaderboard {
  padding: 20px 10px;
  text-align: center; }

@media (min-width: 768px) {
  .large-leaderboard {
    margin: 0 auto 0px;
    padding: 40px;
    width: 720px; } }

@media (min-width: 1024px) {
  .large-leaderboard {
    width: 970px; } }

.large-leaderboard a {
  display: block; }
  .large-leaderboard a:hover {
    opacity: 0.7; }

/******[/airshow/css/components/news.css]******/

.news-list {
  margin-bottom: 24px; }

@media (max-width: 767px) {
  .news-list {
    padding-top: 6px;
    margin-bottom: -8px; } }

@media (min-width: 768px) {
  .news-list .news-item {
    padding-right: 19px; } }

.news-item {
  display: flex;
  margin-bottom: 29px;
  padding-right: 25px; }

@media (min-width: 768px) {
  .news-item {
    margin-bottom: 21px; } }

.news-item a {
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #001a31;
  font-size: 17px; }

.news-item a:hover {
  color: #007bff; }

.news-item .image {
  display: none; }

@media (min-width: 1024px) {
  .news-item .image {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 24px 0 0;
    display: block; } }

.news-item .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden; }

@media (min-width: 1366px) {
  .news-item .text {
    padding-top: 1px; } }

.news-item h4, .news-item .h4 {
  display: block;
  margin-bottom: 1px;
  color: #001a31;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px; }

.news-item p {
  margin: 0;
  line-height: 1.8; }
  @media (min-width: 768px) {
    .news-item p {
      line-height: 1.5; } }

.news-item .date {
  line-height: 24px;
  display: block;
  color: #001a31; }

.news-item .h5 {
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .news-item .h5 {
      margin-bottom: 0; } }

.content-cols .news-list .jcf-scrollable {
  height: 527px; }

/******[/airshow/css/components/news-block.css]******/

.news-block {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 20px;
  color: var(--gallery-videos--news-title-color);
  background-color: var(--gallery-videos--news-bg); }
  @media (min-width: 1024px) {
    .news-block {
      padding: 89px 0 59px; } }
  .news-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    z-index: 1; }
  .news-block .container {
    position: relative;
    z-index: 2; }
  .news-block .top-line {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .news-block .top-line {
        margin-bottom: 63px; } }
    .news-block .top-line .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
      justify-content: space-between; }
    .news-block .top-line .title-col {
      width: 50%;
      padding: 0 10px; }
    .news-block .top-line .btn-col {
      width: 50%;
      padding: 0 10px;
      text-align: right; }
      .news-block .top-line .btn-col .btn {
        padding: 9px 20px;
        font-size: 11px;
        border-radius: 4px; }
        @media (min-width: 1024px) {
          .news-block .top-line .btn-col .btn {
            padding: 16px 23px;
            font-size: 14px;
            border-radius: 8px; } }
    .news-block .top-line h2 {
      color: var(--gallery-videos--news-title-color);
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      font-style: italic;
      margin-bottom: 2px; }
      @media (min-width: 1024px) {
        .news-block .top-line h2 {
          font-size: 59px;
          margin-bottom: 2px; } }
    .news-block .top-line h3 {
      color: var(--gallery-videos--news-subtitle-color);
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 8px; }
      @media (min-width: 1024px) {
        .news-block .top-line h3 {
          font-size: 28px;
          margin-bottom: 40px; } }
    .news-block .top-line .text {
      color: var(--gallery-videos--news-text-color);
      font-size: 13px;
      font-style: italic;
      line-height: 22px; }
      @media (min-width: 1024px) {
        .news-block .top-line .text {
          font-size: 22px;
          line-height: 38px; } }
  .news-block .list-news {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media (min-width: 1024px) {
      .news-block .list-news {
        margin: 0 -40px; } }
    .news-block .list-news .item {
      width: 100%;
      padding: 0 10px;
      margin-bottom: 37px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (min-width: 768px) {
        .news-block .list-news .item {
          width: 33.33%; } }
      @media (min-width: 1024px) {
        .news-block .list-news .item {
          padding: 0 40px; } }
    .news-block .list-news .date {
      display: block;
      color: var(--gallery-videos--news-date-color);
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      margin-bottom: 11px; }
      @media (min-width: 1024px) {
        .news-block .list-news .date {
          margin-bottom: 31px; } }
    .news-block .list-news .title {
      transition: all 0.3s ease-in-out;
      color: var(--gallery-videos--news-title-color);
      font-size: 34px;
      font-weight: 700;
      line-height: 38px;
      text-transform: uppercase;
      margin-bottom: 11px; }
      @media (min-width: 1024px) {
        .news-block .list-news .title {
          margin-bottom: 34px; } }
      .news-block .list-news .title a {
        color: #ffffff; }
      .news-block .list-news .title:hover {
        opacity: 0.7; }
    .news-block .list-news .text {
      color: var(--gallery-videos--news-text-post-color);
      font-size: 20px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 11px; }
      @media (min-width: 1024px) {
        .news-block .list-news .text {
          margin-bottom: 39px; } }
    .news-block .list-news .btn {
      padding: 7px 23px;
      border-radius: 4px;
      margin-top: auto; }
      @media (min-width: 1024px) {
        .news-block .list-news .btn {
          padding: 16px 23px;
          border-radius: 8px; } }

/******[/airshow/css/components/news-wide-block.css]******/

.news-wide-block {
  padding: 21px 0 8px;
  background-color: var(--news-wide-bg); }
  @media (min-width: 768px) {
    .news-wide-block {
      padding: 50px 0 38px; } }
  .news-wide-block h2 {
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .news-wide-block .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; }
    .news-wide-block .row .col {
      width: 100%;
      padding: 0 8px;
      margin-bottom: 12px; }
      @media (min-width: 768px) {
        .news-wide-block .row .col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .news-wide-block .row .col {
          width: 25%; } }
  .news-wide-block .holder-block {
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 20px 25px 38px 25px;
    background-color: var(--news-wide-bg-item);
    color: #fff; }
    .news-wide-block .holder-block .date {
      display: block;
      color: var(--news-wide-color-date);
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      margin-bottom: 13px; }
    .news-wide-block .holder-block .title {
      color: var(--news-wide-color-title);
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      margin-bottom: 45px;
      text-transform: uppercase; }
    .news-wide-block .holder-block .text {
      color: var(--news-wide-color-text);
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
    .news-wide-block .holder-block:hover {
      opacity: 0.7; }
  .news-wide-block.vertical {
    background-color: transparent;
    padding: 30px 0 30px; }
    @media (min-width: 768px) {
      .news-wide-block.vertical {
        padding: 30px 0 0; } }
    .news-wide-block.vertical .row .col {
      width: 100%;
      margin-bottom: 20px; }
    .news-wide-block.vertical .holder-block {
      padding: 20px 29px 25px 29px; }
      @media (min-width: 768px) {
        .news-wide-block.vertical .holder-block {
          padding: 20px 29px 35px 29px; } }
      .news-wide-block.vertical .holder-block .title {
        margin-bottom: 15px; }

/******[/airshow/css/components/overlaping-image.css]******/

/* featured block styles */
.featured-block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 43px 0 24px;
  z-index: 10;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  background-color: #fcfcfc; }

@media (min-width: 768px) {
  .featured-block {
    padding: 30px 0;
    margin-bottom: 40px;
    margin-top: 50px; } }

@media (min-width: 768px) {
  .featured-block {
    text-align: left;
    margin-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 40px; } }

@media (min-width: 1024px) {
  .featured-block {
    padding: 50px 0;
    margin-bottom: 88px; } }

@media (min-width: 1024px) {
  .featured-block.inverse .content-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.featured-block.inverse .img-holder {
  -webkit-transition: .3s ease-in-out .0s;
  transition: .3s ease-in-out .0s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform; }

.featured-block.inverse .img-holder.img3 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-duration: .6s;
  transition-duration: .6s; }

.featured-block .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

@media (min-width: 1024px) {
  .featured-block .content-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.featured-block .text-box {
  padding: 0 15px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  max-width: 600px;
  margin: 0 auto; }

@media (min-width: 1024px) {
  .featured-block .text-box {
    padding-top: 60px;
    margin: 0;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-bottom: 3px;
    max-width: none; } }

@media (max-width: 1023px) {
  .featured-block {
    position: relative;
    overflow: hidden; } }

.featured-block .text-box .text {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 26px; }
  @media (max-width: 767px) {
    .featured-block .text-box .text {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; } }

.featured-block .images-area {
  padding: 0 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 18% auto 34px;
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media (min-width: 480px) {
  .featured-block .images-area {
    margin: 25% auto 27px; } }

@media (min-width: 768px) {
  .featured-block .images-area {
    margin: 97px auto 130px; } }

@media (min-width: 1024px) {
  .featured-block .images-area {
    margin: 0 0 20px;
    max-width: none;
    width: 55.6%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: center; } }

@media (min-width: 1200px) {
  .featured-block .images-area {
    margin: 0 17px 0 0; } }

.featured-block .img-holder {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  overflow: hidden;
  width: 50.5%;
  margin: -10% -35.6% 0 0; }

@media (max-width: 767px) {
  .featured-block .img-holder.img1 {
    width: 78.5%;
    margin: -62px -56.6% 0 0; } }

@media (max-width: 490px) {
  .featured-block .img-holder.img1 {
    margin: -42px -56.6% 0 0; } }

@media (min-width: 768px) {
  .featured-block .img-holder {
    width: 78.5%;
    margin: 31px -56.6% 0 0; } }

@media (max-width: 1023px) {
  .featured-block .img-holder {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; } }

.featured-block .img-holder.img2 {
  margin: -30% 0 0 4%;
  width: 66%; }

@media (min-width: 768px) {
  .featured-block .img-holder.img2 {
    margin: -90px 0 -120px 12px;
    width: 72%; } }

@media (min-width: 1200px) {
  .featured-block .img-holder.img2 {
    width: 69%;
    margin: -110px 0 -120px 12px; } }

.featured-block .img-holder.img3 {
  width: 38%;
  margin: -26.1% 0 0 -22%; }

@media (min-width: 768px) {
  .featured-block .img-holder.img3 {
    margin: -40px 6px 0 -158px;
    width: 40%; } }

@media (min-width: 1200px) {
  .featured-block .img-holder.img3 {
    margin: -72px 6px 0 -158px; } }

.featured-block .img-holder img {
  width: 100%;
  max-width: none; }

.featured-block .title {
  text-transform: none;
  font-weight: 700;
  color: #000000;
  font-size: 33px;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .featured-block .title {
      margin: 0 0 27px; } }

/******[/airshow/css/components/pagination.css]******/

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

.pagination:after {
  content: '';
  display: block;
  clear: both; }

.pagination {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 30px; }
  .pagination a {
    text-decoration: none; }

@media (min-width: 768px) {
  .pagination {
    padding: 0 0 30px; } }

@media (min-width: 1024px) {
  .pagination {
    padding: 32px 0 30px; } }

.pagination ul {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.pagination ul li {
  padding: 5px; }

.pagination ul li.active a {
  background: var(--pagination-bg-color-hover);
  color: var(--pagination-color-hover);
  pointer-events: none; }

.pagination ul li a,
.pagination ul li span {
  display: block;
  min-width: 50px;
  border: 1px solid var(--pagination-br-color);
  background: var(--pagination-bg-color);
  color: var(--pagination-color);
  padding: 12px 5px;
  border-radius: 5px; }

.pagination ul li a:hover, .pagination ul li a:focus {
  background: var(--pagination-bg-color-hover);
  color: var(--pagination-color-hover); }

.pagination ul li span {
  color: #ccc;
  font: 700 21px/24px Arial, sans-serif; }

/******[/airshow/css/components/paralax.css]******/

.paralax-section {
  text-align: center;
  height: 500px;
  padding: 30px 0 30px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .paralax-section {
      padding: 40px 0; } }
  .paralax-section:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: var(--paralax-bg-color);
    z-index: 1; }
  .paralax-section .container {
    position: relative;
    z-index: 3; }
  .paralax-section h2 {
    color: var(--paralax-color);
    margin: 0 0 16px;
    text-transform: uppercase;
    font-size: 40px;
    font-style: italic; }
  .paralax-section .subtitle {
    display: block;
    color: var(--paralax-color-subtitle);
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 35px;
    font-style: italic; }
  .paralax-section .btn.lg {
    padding: 14px 25px;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .paralax-section .btn.lg {
        margin-bottom: 40px;
        padding: 20px 16px;
        margin: 0 0 48px; } }
  .paralax-section .link-btn {
    margin-bottom: 15px;
    color: var(--paralax-color); }
    @media (min-width: 1024px) {
      .paralax-section .link-btn {
        margin-bottom: 10px; } }
    .paralax-section .link-btn:hover {
      color: var(--paralax-color-link-hover); }

.bg-holder {
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-holder img {
  height: auto;
  position: absolute;
  width: auto; }

.is-touch-device {
  background-size: cover;
  background-position: center; }

/******[/airshow/css/components/performers-block.css]******/

.performers-block {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .performers-block {
      padding: 95px 0; } }
  .performers-block h3 {
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 53px;
    text-transform: uppercase; }
  .performers-block .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; }
    .performers-block .row .col {
      width: 100%;
      padding: 0 8px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .performers-block .row .col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .performers-block .row .col {
          width: 33.33%; } }
      .performers-block .row .col:hover img {
        opacity: 0.7; }
      .performers-block .row .col:hover h3 {
        opacity: 0.7; }
    .performers-block .row img {
      transition: all 0.3s ease-in-out;
      display: block;
      margin-bottom: 14px;
      width: 100%; }
      @media (min-width: 768px) {
        .performers-block .row img {
          margin-bottom: 30px; } }
    .performers-block .row h3 {
      transition: all 0.3s ease-in-out;
      color: #000000;
      font-size: 24px;
      font-weight: 700;
      line-height: 38px;
      margin-bottom: 4px; }
    .performers-block .row .description {
      color: #000000;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
      @media (min-width: 1024px) {
        .performers-block .row .description {
          font-size: 20px;
          line-height: 28px; } }

/******[/airshow/css/components/pickers.css]******/

/* pcikers styles */
.pickers-block {
  padding-bottom: 40px; }

.item-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -2px; }

@media (min-width: 480px) {
  .item-cols {
    margin: 0 -8px; } }

.item-cols .item-box {
  width: calc(100%/2 - 4px);
  margin-left: 2px;
  margin-right: 2px; }

@media (min-width: 480px) {
  .item-cols .item-box {
    width: calc(100%/2 - 16px);
    margin-left: 8px;
    margin-right: 8px; } }

@media (min-width: 768px) {
  .item-cols .item-box {
    width: calc(100%/3 - 16px); } }

@media (min-width: 1024px) {
  .item-cols .item-box {
    width: calc(100%/4 - 16px); } }

.item-box {
  margin: 0 0 6px;
  border-radius: 4px;
  overflow: hidden;
  position: relative; }

@media (min-width: 480px) {
  .item-box {
    margin: 0 0 16px; } }

@media (min-width: 1200px) {
  .item-box {
    margin: 0 0 22px; } }

.item-box .bg-stretch {
  display: block;
  padding-top: 56%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: -webkit-transform linear 0.5s;
  transition: -webkit-transform linear 0.5s;
  transition: transform linear 0.5s;
  transition: transform linear 0.5s, -webkit-transform linear 0.5s; }

.item-box .caption {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  padding: 3px 6px; }

@media (min-width: 768px) {
  .item-box .caption {
    padding: 5px 8px; } }

.item-box h4, .item-box .h4 {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: block; }

@media (min-width: 480px) {
  .item-box h4, .item-box .h4 {
    font-size: 18px;
    line-height: 22px; } }

@media (min-width: 1024px) {
  .item-box h4, .item-box .h4 {
    font-size: 16px;
    line-height: 22px; } }

@media (min-width: 1200px) {
  .item-box h4, .item-box .h4 {
    font-size: 18px;
    line-height: 22px; } }

.item-box:hover .bg-stretch {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

@media all and (-ms-high-contrast: none) {
  .item-box .bg-stretch {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; } }

/******[/airshow/css/components/slider-paralax.css]******/

.slider-paralax {
  position: relative; }
  .slider-paralax:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .slider-paralax h2 {
    text-transform: uppercase;
    font-style: italic;
    color: var(--paralax-color); }
  .slider-paralax .subtitle {
    font-style: italic;
    display: block;
    color: var(--paralax-color-subtitle);
    margin: 0 0 15px;
    font-size: 11px;
    line-height: 19px; }
    @media (min-width: 768px) {
      .slider-paralax .subtitle {
        font-size: 22px;
        line-height: 38px;
        margin: 0 0 34px; } }
  .slider-paralax .holder-links .link-btn {
    font-size: 18px; }
    @media (min-width: 768px) {
      .slider-paralax .holder-links .link-btn {
        font-size: 22px; } }
  .slider-paralax .btn.rounded {
    padding: 12px 16px;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .slider-paralax .btn.rounded {
        padding: 20px 16px;
        border-radius: 8px; } }
  .slider-paralax .item-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--paralax-color);
    padding: 65px 0 65px; }
    .slider-paralax .item-slide .container {
      max-width: 1100px; }
  .slider-paralax.slider-paralax-red:before {
    background-color: var(--slider-paralax-red-bg); }
  .slider-paralax.slider-paralax-red h2 {
    font-size: 13px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .slider-paralax.slider-paralax-red h2 {
        font-size: 40px;
        line-height: 50px; } }
  .slider-paralax.slider-paralax-red .item-slide {
    min-height: 86px;
    padding: 12px 0 36px; }
    @media (min-width: 768px) {
      .slider-paralax.slider-paralax-red .item-slide {
        min-height: 320px;
        padding: 65px 0 65px; } }
  .slider-paralax.slider-paralax-red .slick-dots {
    bottom: 12px; }
    @media (min-width: 768px) {
      .slider-paralax.slider-paralax-red .slick-dots {
        bottom: 25px; } }
  .slider-paralax.slider-paralax-gray:before {
    background-color: var(--slider-paralax-gray-bg); }
  .slider-paralax.slider-paralax-gray h2 {
    font-size: 20px;
    line-height: 25px; }
    @media (min-width: 768px) {
      .slider-paralax.slider-paralax-gray h2 {
        font-size: 40px;
        line-height: 50px; } }
  .slider-paralax.slider-paralax-gray .item-slide {
    min-height: 187px;
    padding: 40px 0 72px; }
    @media (min-width: 768px) {
      .slider-paralax.slider-paralax-gray .item-slide {
        min-height: 320px;
        padding: 65px 0 65px; } }
  .slider-paralax .slick-track {
    display: flex; }
  .slider-paralax .slick-track .slick-slide {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center; }

/******[/airshow/css/components/social-box.css]******/

.social-box {
  width: 100%;
  background: #ffe5ff;
  margin: 0 0 17px;
  position: relative;
  height: 594px;
  overflow: hidden; }

.social-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/******[/airshow/css/components/space200-200.css]******/

.small-rectangle {
  display: block;
  background: #ffe5ff;
  transition: all 0.3s;
  position: relative;
  max-width: 200px;
  margin: 0 auto 16px; }
  .small-rectangle img {
    display: block;
    width: 100%; }

a.small-rectangle:hover {
  opacity: 0.7; }

/******[/airshow/css/components/space300-250.css]******/

.medium-rectangle {
  display: block;
  transition: all 0.3s;
  background: #ffe5ff;
  position: relative;
  max-width: 300px;
  margin: 0 auto 18px; }
  .medium-rectangle img {
    display: block;
    width: 100%; }

a.medium-rectangle:hover {
  opacity: 0.7; }

/******[/airshow/css/components/sponsor-block.css]******/

.sponsor-block {
  background-color: var(--sponsor-block-bg);
  padding: 15px 0 10px; }
  @media (min-width: 768px) {
    .sponsor-block {
      padding: 40px 0 45px; } }
  .sponsor-block h3 {
    color: var(--sponsor-block-color);
       text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .sponsor-block h3 {
        font-size: 33px;
        margin-bottom: 28px; } }
  .sponsor-block .text {
    color: var(--sponsor-block-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 13px;
    text-align: center;
    font-weight: 500; }
    @media (min-width: 768px) {
      .sponsor-block .text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 43px; } }
  .sponsor-block .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -4px; }
    @media (min-width: 900px) {
      .sponsor-block .row {
        margin: 0 -8px; } }
  .sponsor-block .col {
    padding: 0 4px;
    margin-bottom: 10px; }
    @media (min-width: 900px) {
      .sponsor-block .col {
        margin-bottom: 15px;
        padding: 0 8px; } }
  .sponsor-block a:hover {
    opacity: 0.7; }
  .sponsor-block .holder-img {
    transition: all 0.3s;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 9px rgba(3, 27, 72, 0.16);
    height: 100%; }
    @media (min-width: 900px) {
      .sponsor-block .holder-img {
        min-height: 170px; } }
    .sponsor-block .holder-img img {
      display: block; }
  .sponsor-block.one-col .col {
    max-width: 570px;
    width: 100%; }
  .sponsor-block.two-col .col {
    width: 100%; }
    @media (min-width: 900px) {
      .sponsor-block.two-col .col {
        width: 50%; } }
  .sponsor-block.four-col .col {
    width: 50%; }
    @media (min-width: 900px) {
      .sponsor-block.four-col .col {
        width: 25%; } }
  @media (min-width: 480px) {
    .sponsor-block.six-col .row {
      max-width: 100%; } }
  .sponsor-block.six-col .col {
    width: 33.33%; }
    @media (min-width: 900px) {
      .sponsor-block.six-col .col {
        width: 16.66%; } }

/******[/airshow/css/components/spotlight.css]******/

.section-features:after {
  content: '';
  display: block;
  clear: both; }

.section-features {
  position: relative;
  text-align: center;
  z-index: 1; }

@media (min-width: 1024px) {
  .section-features {
    text-align: left; } }

.section-features .slick-list {
  padding-top: 10px; }

.section-features .section-head {
  position: relative;
  text-align: center;
  padding: 40px 0 69px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  background-color: #fcfcfc; }

@media (min-width: 768px) {
  .section-features .section-head {
    padding: 40px 0 80px; } }

@media (min-width: 1024px) {
  .section-features .section-head {
    padding: 70px 0 90px; } }

@media (min-width: 1200px) {
  .section-features .section-head {
    padding: 91px 0 110px; } }

@media (min-width: 1366px) {
  .section-features .section-head {
    padding: 91px 0 137px; } }

.section-features .section-head h3 {
  font-size: 28px;
  line-height: 35px;
  color: #71bdff;
  font-weight: 700;
  margin: 0 0 18px; }

@media (min-width: 768px) {
  .section-features .section-head h3 {
    font-size: 20px;
    line-height: 24px; } }

@media (min-width: 1024px) {
  .section-features .section-head h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 18px; } }

.section-features .content-area {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative;
  z-index: 2; }

@media (min-width: 768px) {
  .section-features .content-area {
    margin: 0 -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .section-features .content-area {
    padding: 40px 0 0; } }

@media (min-width: 1200px) {
  .section-features .content-area {
    padding: 63px 0 0; } }

@media (min-width: 768px) {
  .section-features .content-area > * {
    padding-left: 10px;
    padding-right: 10px; } }

.section-features .img-holder {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  margin: -80px auto 29px;
  width: 100%;
  max-width: 342px; }

@media (min-width: 768px) {
  .section-features .img-holder {
    margin: -80px auto 40px;
    max-width: 51%; } }

@media (min-width: 1024px) {
  .section-features .img-holder {
    margin-top: -93px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 320px; } }

@media (min-width: 1200px) {
  .section-features .img-holder {
    margin-top: -170px;
    max-width: 420px; } }

.section-features .img-holder img {
  width: 100%; }

.section-features .slide {
  padding-bottom: 25px; }

@media (min-width: 768px) {
  .section-features .slide {
    padding-bottom: 40px; } }

@media (min-width: 1200px) {
  .section-features .slide {
    padding-bottom: 60px; } }

.section-features .features-list {
  width: 100%; }

@media (min-width: 768px) {
  .section-features .features-list {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

@media (min-width: 1024px) {
  .section-features .features-list {
    width: 31%;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

@media (min-width: 1200px) {
  .section-features .features-list {
    width: 30%; } }

@media (min-width: 1366px) {
  .section-features .features-list {
    width: 25.2%; } }

@media (max-width: 1023px) {
  .section-features .features-list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media (min-width: 1024px) {
  .section-features .features-list:first-child {
    text-align: right; } }

@media (max-width: 1023px) {
  .section-features .features-list:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.section-features .features-list .sub-title {
  font-size: 28px;
  line-height: 22px;
  font-weight: 400;
  color: #71bdff;
  margin: 0 0 9px; }

.section-features .box-feature {
  margin: 0 0 38px; }

@media (min-width: 768px) {
  .section-features .box-feature {
    margin: 0 0 30px; } }

@media (min-width: 1200px) {
  .section-features .box-feature {
    margin: 0 0 33px; } }

.section-features .box-feature:last-child {
  margin-bottom: 0; }

.section-features .box-feature .ico-holder {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 17px; }

.section-features .title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #2d4668;
  margin: 0 0 18px; }

@media (min-width: 1024px) {
  .section-features .title {
    margin: 0 0 22px;
    font-size: 59px;
    line-height: 71px; } }

.section-features .ico-holder {
  width: 45px; }

.section-features .text {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.section-features .h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #001a31;
  font-weight: 600; }

.img-holder .img {
  padding-bottom: 133.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.section-features .title {
  color: #000000; }
  @media (min-width: 768px) {
    .section-features .title {
      color: #2d4668; } }

/******[/airshow/css/components/tables.css]******/

/* table wraps */
.table-wraps {
  position: relative;
  padding: 30px 0 28px; }
  .table-wraps h5, .table-wraps .h5 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 12px; }

@media (min-width: 768px) {
  .table-wraps {
    padding: 35px 0 34px; } }

@media (min-width: 1024px) {
  .table-wraps {
    padding: 58px 0 6px; } }

.table-wraps .btn-block {
  padding-top: 9px; }

@media (max-width: 767px) {
  .table-wraps .btn-block {
    padding-top: 15px; } }

@media (min-width: 1024px) {
  .table-wraps .btn-block {
    padding-top: 35px; } }

.table-wraps h3:not(:last-child) {
  margin: 0 0 13px; }

@media (min-width: 768px) {
  .table-wraps h3:not(:last-child) {
    margin: 0 0 14px; } }

.table-wraps h3 {
  font-size: 26px;
  line-height: 32px; }

.table-wraps h3.text-center {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 20px; }

.table-wraps h3.text-center:not(:last-child) {
  margin: 0 0 8px; }

/* table styles */
.table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  background: #fff;
  margin: 0;
  font-size: 17px;
  color: #000;
  border: 1px solid #dddddd; }

@media (max-width: 767px) {
  .table {
    display: block;
    border-top: 1px solid #dddddd;
    border-bottom: 0; } }

@media (max-width: 767px) {
  .table thead,
  .table tbody,
  .table tr,
  .table td,
  .table th {
    display: block;
    width: 100%; } }

.table tr {
  position: relative; }

@media (max-width: 767px) {
  .table tr {
    padding: 11px 15px 8px 54px;
    border: solid #dddddd;
    border-left: none;
    border-right: none;
    border-width: 0 1px 1px; } }

.table.alt-color-row tr:nth-child(even),
.table.alt-color-row tr.subheader {
  background-color: #fbfbfb; }

.table tr.subheader + tr {
  background: none; }

.table thead tr {
  background: var(--table-header-bg);
  padding-left: 10px; }

@media (min-width: 768px) {
  .table .subheader th,
  .table .subheader td {
    padding-top: 15px;
    padding-bottom: 10px; }
  .table th,
  .table td {
    padding: 9px 15px 5px;
    border-bottom: 1px solid #dddddd;
    width: 25%;
    padding-left: 52px;
    position: relative; }
  .table th:first-child,
  .table td:first-child {
    padding-left: 52px; } }

.table td {
  border-bottom: 1px solid #dddddd; }

@media (max-width: 767px) {
  .table td {
    border: 0;
    line-height: 28px;
    position: static; }
  .table td:first-child, .table td:last-child {
    border: 0;
    padding: 0; } }

.table th {
  font-size: 15px;
  line-height: 1.3333333333;
  border-bottom: 1px solid var(--table-header-bg);
  letter-spacing: 1.13px;
  color: var(--table-header-color);
  text-align: left;
  letter-spacing: 1px; }

.table th:first-child {
  border-left-color: var(--table-header-bg); }

.table th:last-child {
  border-right-color: var(--table-header-bg); }

@media (min-width: 768px) {
  .table th {
    padding-top: 15px;
    padding-bottom: 13px; } }

.table tr.subheader td {
  border-bottom-width: 1px; }

.table .title,
.table .text {
  display: block; }

.table .text {
  margin: 0 0 2px;
  color: #000000;
  font-size: 18px;
  font-weight: 400; }

.table .title {
  font-size: 15px;
  text-transform: uppercase;
  color: #001a31; }

.table a {
  text-decoration: underline;
  color: #000000;
  font-size: 18px;
  font-weight: 700; }

@media (max-width: 767px) {
  .table a {
    font-weight: 700; } }

.table a:hover {
  text-decoration: none; }

.table a.link-with-arrow {
  position: relative;
  display: inline-block; }
  .table a.link-with-arrow i {
    position: absolute;
    top: 7px;
    left: -29px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .table a.link-with-arrow i {
        top: 4px; } }

.table.not-responsive th:first-child, .table.not-responsive td:first-child {
  width: 90px !important; }

.table.not-responsive th, .table.not-responsive td {
  width: auto !important; }

@media (max-width: 767px) {
  .table.not-responsive thead tr {
    background: #001a31;
    padding-left: 10px; }
  .table.not-responsive th:first-child, .table.not-responsive td:first-child {
    padding-left: 17px;
    min-width: 90px; }
  .table.not-responsive tr {
    padding-left: 10px; }
  .table.not-responsive th, .table.not-responsive td {
    display: table-cell !important;
    width: auto !important;
    padding: 4px 14px 5px; } }

@media (min-width: 992px) {
  .table.inn th:first-child, .table.inn td:first-child {
    width: 50% !important; }
  .table.inn th, .table.inn td {
    width: auto !important; } }

.subheader {
  background-color: #fbfbfb;
  color: #001a31;
  font-size: 15px;
  font-weight: 700; }

.table .title {
  color: #001a31;
  font-size: 15px;
  font-weight: 700; }

.table .text strong {
  color: #001a31;
  font-size: 18px;
  font-weight: 700; }

tbody tr:last-child td {
  border: none; }

/******[/airshow/css/components/tabs.css]******/

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

.tabs-wrap:after, .tabs .tabset-holder:after, .tabs .content-area:after {
  content: '';
  display: block;
  clear: both; }

/* tabs wrap styles */
.tabset a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  text-transform: none; }
  @media (max-width: 767px) {
    .tabset a {
      transition: 0s !important; } }

.tabs-wrap {
  padding: 20px 0; }

.tabs-wrap.tabs-vertical h5 {
  margin: 0 0 24px; }

.tabs-wrap h5, .tabs-wrap .h5 {
  display: block;
  text-align: center;
  color: #2d4668;
  text-transform: uppercase;
  margin: 0 0 17px; }

@media (min-width: 768px) {
  .tabs-wrap h5, .tabs-wrap .h5 {
    margin: 0 0 14px; } }

.tabs-wrap.tabs-toggle {
  padding: 20px 0; }

.tabs-wrap.tabs-toggle h5, .tabs-wrap.tabs-toggle .h5 {
  margin: 0 0 25px; }

@media (max-width: 767px) {
  .tabs-wrap.tabs-toggle {
    padding-bottom: 10px; } }

.tabs-wrap.tabs-toggle .tab {
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease; }

.tabs-wrap.tabs-toggle .tab.active {
  opacity: 1; }

/* tabs styles */
.tabs {
  position: relative; }

.tabs .js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.tabs .tabset-holder {
  position: relative;
  z-index: 50; }

.tabs .tabset-holder .opener {
  height: 60px;
  position: relative;
  z-index: 10;
  display: block; }

@media (min-width: 768px) {
  .tabs .tabset-holder .opener {
    display: none; } }

@media (max-width: 767px) {
  .tabs .tabset-holder.tab-active .tabset {
    border-color: #ddd; }
  .tabs .tabset-holder.tab-active .tabset li:not(.active) {
    display: block; }
  .tabs .tabset-holder.tab-active .tabset li.active > a:after {
    transform: rotate(180deg); } }

.tabs .tabset {
  font-size: 16px;
  line-height: 18px; }

@media (min-width: 768px) {
  .tabs .tabset {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 15px; } }

@media (min-width: 1024px) {
  .tabs .tabset {
    margin: 0 0 18px; } }

@media (max-width: 767px) {
  .tabs .tabset {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    font-size: 14px;
    line-height: 1.2857142857;
    border-radius: 0;
    background: #fff; } }

@media (max-width: 767px) {
  .tabs .tabset li {
    font-size: 12px;
    line-height: 1.6666666667;
    display: block; }
  .tabs .tabset li:not(.active) {
    display: none; }
  .tabs .tabset li > a {
    display: block;
    font-size: 17px;
    cursor: pointer;
    color: #666666;
    padding: 12px 40px 12px 15px;
    position: relative;
    font-weight: 400;
    border-radius: 0;
    text-transform: none; }
  .tabs .tabset li > a:hover,
  .tabs .tabset li > a:focus {
    background-color: #fe9e2c;
    color: #ffffff;
    z-index: 1; } }

@media (min-width: 768px) {
  .tabs .tabset li a:hover {
    border-color: #fe910b;
    background-color: #fe910b;
    color: #ffffff; }
  .tabs .tabset li.active a {
    color: #ffffff;
    border-color: #fe9e2c;
    background-color: #fe9e2c; } }

@media (max-width: 767px) {
  .tabs .tabset li.active {
    position: absolute;
    right: -1px;
    bottom: 100%;
    left: -1px;
    border: 1px solid #ddd;
    border-radius: 8px; }
  .tabs .tabset li.active > a {
    position: relative;
    display: block;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 40px 10px 15px;
    background: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .tabs .tabset li.active > a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    content: "\f078";
    top: 50%;
    font-size: 12px;
    margin-top: -10px;
    right: 18px; } }

@media (min-width: 768px) {
  .tabs .tabset li a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 14px 24px 10px;
    color: #888a8c;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.2px;
    transition: .3s ease-in-out;
    border: 2px solid #dddddd;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase; } }

@media (min-width: 768px) {
  .tabs .tabset li a:hover, .tabs .tabset li a:focus {
    color: #fff; } }

.tabs .content-area {
  position: relative;
  padding: 18px 0 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px; }

@media (max-width: 767px) {
  .tabs .content-area {
    line-height: 32px; } }

@media (min-width: 768px) {
  .tabs .content-area {
    padding: 15px 0 0; } }

@media (min-width: 768px) {
  .tabs-vertical .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }

@media (min-width: 768px) {
  .tabs-vertical .tabs .tabset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 268px;
    margin: 2px 21px 0 0;
    border-right: 2px solid #d4d4d4; } }

@media (min-width: 768px) {
  .tabs-vertical .tabs .tabset li {
    border: 0;
    width: 100%;
    margin: 0 0 7px 0; } }

.tabs-vertical .tabs .tabset li:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .tabs-vertical .tab-content {
    position: relative;
    top: -6px; } }

@media (min-width: 768px) {
  .tabs-vertical .tabs .content-area {
    padding: 0; } }

@media (min-width: 768px) {
  .tabs-toggle .tabs .tabset-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .tabs-toggle .tabs .tabset {
    margin-bottom: 11px;
    overflow: hidden;
    border-radius: 20px;
    background: #f5f9ff; }
  .tabs-toggle .tabs .tabset > li {
    border-bottom: 0;
    padding: 3px; }
  .tabs-toggle .tabs .tabset > li:nth-child(1), .tabs-toggle .tabs .tabset > li:last-child {
    border-radius: 20px; }
  .tabs-toggle .tabs .tabset > li > a {
    border: 0;
    border-radius: 20px;
    text-transform: none;
    color: #0c3983;
    padding: 7px 18px;
    min-width: 131px;
    font-size: 16px;
    line-height: 21px; }
  .tabs-toggle .tabs .tabset > li > a:hover, .tabs-toggle .tabs .tabset > li > a:focus {
    color: #fff;
    background: #0c3983; }
  .tabs-toggle .tabs .tabset > li.active a {
    color: #fff;
    background: #0c3983; } }

.tabs.not-responsive .tab-content .custom-select {
  width: 310px;
  margin: 0 0 8px; }

@media (max-width: 991px) {
  .tabs-wrap.inn .container {
    padding: 0; } }

@media (max-width: 767px) {
		.tabset-select {
  display: block;
  }
  .tabs.not-responsive .tabset {
    position: static;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    margin: 0 0 6px; }
    .tabs.not-responsive .tabset li {
      position: static; }
      .tabs.not-responsive .tabset li a {
        font-weight: 600;
        font-size: 22px;
        line-height: 36px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        border-bottom: solid 5px transparent;
        padding: 6px 29px 4px;
        color: #0c3983;
        transition: .3s ease-in-out; }
      .tabs.not-responsive .tabset li.active {
        border: none; }
        .tabs.not-responsive .tabset li.active a {
          border-color: #f9ac17; }
          .tabs.not-responsive .tabset li.active a:after {
            display: none; }
    .tabs.not-responsive .tabset li:not(.active) {
      display: block !important; }
  .tabs.not-responsive .tab-content .custom-select {
    width: 100%;
    margin: 0 0 8px; } }



.min-title {
  color: #707070;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase; }

.tabs-wrap.tabs-horizontal .tabset-holder {
  width: 100%; }
  @media (min-width: 1024px) {
    .tabs-wrap.tabs-horizontal .tabset-holder {
      width: auto;
      display: flex;
      justify-content: center; } }

.tabs-wrap.tabs-horizontal .tabset {
  justify-content: center; }
  @media (min-width: 768px) {
    .tabs-wrap.tabs-horizontal .tabset {
      border: none;
      border-bottom: 2px solid #dddddd;
      padding: 0 20px; } }
  .tabs-wrap.tabs-horizontal .tabset a {
    min-width: 120px;
    margin-bottom: -1px; }

@media (min-width: 768px) {

  .tabs-wrap.tabs-vertical .tabset li {
    margin: 0 0 4px; } }

.tabs-wrap.tabs-vertical .tabset a {
  display: block;
  padding: 14px 24px 13px; }
  @media (min-width: 768px) {
    .tabs-wrap.tabs-vertical .tabset a {
      border-top-right-radius: 0px;
      border-bottom-left-radius: 20px;
      border: 1px solid #dddddd;
      margin-right: -1px; } }

.tabset-holder.tab-active .tabset {
  border: 1px solid #dddddd; }
  @media (min-width: 768px) {
    .tabset-holder.tab-active .tabset {
      border: none; } }

/******[/airshow/css/components/teasers-block.css]******/

.teasers-block {
  padding: 20px 0; }

.teasers-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
  .teasers-cols .teaser {
    padding: 0 8px;
    width: 100%;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .teasers-cols .teaser {
        width: 50%; } }
    @media (min-width: 1024px) {
      .teasers-cols .teaser {
        width: 25%; } }
  .teasers-cols .image {
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .teasers-cols .image {
        margin-bottom: 26px; } }
    .teasers-cols .image img {
      display: block;
      width: 100%; }
  .teasers-cols .h5 {
    margin-bottom: 3px;
    color: #2d4668;
    font-weight: 700;
    line-height: 32px; }
  .teasers-cols p {
    margin-bottom: 25px; }
