/* ==========================================================================
   
    Author : rosandi(m.rosandi05@gmail.com)
    Module : Landing Page Section

   ========================================================================== */   

   /* ==========================================================================
   Slider full
   ========================================================================== */
   
.slider-nonhome img {
  width: 100%;
}
.content-section-slider {
    background-color: #222;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

.content-section-slider_item{
  color: #fff;
  outline: none;
}
.content-section-slider_item img{
  height: auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}


.content-section-slider .slick-dots {
    list-style: outside none none;
    position: absolute;
    right: 30px;
    top: 0;
}
.content-section-slider .slick-dots > li{
  display: inline-block;
}
.content-section-slider .slick-dots > li button {
    /*background-color: transparent;
    border: 1px solid #eee;*/
	background-color: rgba(255,255,255,0.5); /*edit prima*/
	border: 0px solid #eee; /*edit prima*/
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3); /*edit prima*/
    border-radius: 50%;
    color: #fff;
    font-size: 0px; /*edit prima*/
    height: 15px;
    line-height: 14px;
    margin: 0 3px;
    padding: 2px 0;
    width: 15px;
}
.content-section-slider .slick-dots > li.slick-active button{
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
    
    @media(max-width:767px) {
      .content-section-slider{border-bottom: none;}
      .content-section-slider_item{
          height: 250px;
          overflow: hidden;
          position: relative;
          width: 100%;
        }
        .content-section-slider_item img{
            bottom: 0;
            display: inline-block;
            height: 100%;
            margin: auto;
            max-height: none;
            max-width: none;
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
        }
    }

/* -----------------------------END Slider Full----------------------------- */


.section-best_fares {
    display: inline-block;
    padding: 100px 0 70px;
    width: 100%;
}
.content-section-body .section-title {
    font-size: 20px;
    text-transform: uppercase;
}
.content-section-body .section-title select{
    font-size: 16px;
    color: #0065b3;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 6px 5px;
    margin-bottom: 15px;
}
.content-section-body .section-title select option{
  font-size: 14px;
}
.content-section-body .section-title .arrow{
  font-size: 15px;
  color: #0065b3;
}
.content-section-body .section-title h3, .content-section-body .section-title h1{
  margin: 0;
  font-family: 'cabinmedium';
  font-size: 24px;
  line-height: 30px;
  margin-bottom:20px;
}
.content-section-body .section-title h4, .content-section-body .section-title h2{
  margin: 8px 0 10px;
  font-size: 16px;
  color: #aaa;
  text-transform: none;
  display: inline-block;
}
.content-section-body .section-title h4 a, .content-section-body .section-title h2 a{
  padding-left: 5px;
  color: #0065b3;
}
.content-section-body .section-title h4 a:hover, .content-section-body .section-title h4 a:focus, .content-section-body .section-title h4 a:active, .content-section-body .section-title h2 a:hover, .content-section-body .section-title h2 a:focus, .content-section-body .section-title h2 a:active{
  color: #029edb;
  text-decoration: none;
  outline: none;
}

.fares-slider, .fares-tabs {
  position: relative;
  border: 1px solid #dcdcdc;
  min-height: 420px;
  height: 100%;
}
.fares-tabs-panel{
  position: relative;
  border: 1px solid #dcdcdc;
  min-height: 450px;
  height: 100%;
}
.fares-slider_item {
    
}
.fares-slider_item .image {
    position: relative;
    background-color: #fff;
    height: 320px;
    overflow: hidden;
}
.fares-slider_item .image > img {
    width: 100%;
    margin: auto;
    object-fit: fill;
    position: absolute;
    bottom: 0px;
    top: 0;
}
.fares-slider_item .desc {
    display: inline-block;
    padding: 20px;
    vertical-align: middle;
    width: calc(100% - 140px);
}
.fares-slider_item .fares_btn{
  text-align: right;
  padding: 0px 30px 10px 30px;
}
.fares-slider_item .desc h4{
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.fares-slider_item .desc h3 {
    color: #0065b3;
    font-size: 13px;
    margin: 5px 0 0;
}

.fares-slider .slick-dots{
  position: absolute;
  top: 0;
  right: 15px;
}
.fares-slider .slick-dots > li{
  display: inline-block;
  margin: 0 3px;
}
.fares-slider .slick-dots > li button {
    background-color: #ccc;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 0;
    height: 12px;
    padding: 0;
    width: 12px;
}
.fares-slider .slick-dots > li.slick-active button {
    background-color: #0065b3;
}


.fares-tabs .nav-pills {
    margin-top: 0;
}
.fares-tabs .nav-pills li.active a {
    background-color: #0065b3;
    color: #fff;
}
.fares-tabs .nav-pills li a {
    background-color: #d6d9de;
    border-radius: 0;
    color: #777;
    padding: 12px 6px;
    font-family: 'cabinbold';
    font-size: 16px;
    outline: none;
}

.fares-tabs .list-item {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    width: 100%;
    margin: 14px 0;
}
.fares-tabs .list-item li {
    border-bottom: 1px solid #dcdcdc;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
    width: 100%;
}
.fares-tabs .list-item li a{
  color: #444;
}
.fares-tabs .list-item li a:hover{
  text-decoration: none;
}

.fares-tabs .list-item li h3 {
  color: #0065b3;
  font-size: 13px;
  margin: 0 0 5px;
}
.fares-tabs .list-item li a:hover h4{
  color:#0065b3 ;
}
.fares-tabs .list-item li h4 {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  width: 50%; 
}
.fares-tabs .list-item li h4 > i {
    font-size: 20px;
    padding-left: 10px;
}
.fares-tabs .link-details {
    color: #666;
    display: inline-block;
    font-size: 13px;
    padding: 0 15px 15px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}
.fares-tabs .link-details a {
    float: right;
    color: #0065b3;
}
.fares-tabs .link-details a:hover, .fares-tabs .link-details a:focus, .fares-tabs .link-details a:active{
  color: #029edb;
  text-decoration: none;
  outline: none;
}
.fares-tabs .link-details a > i {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 3px;
    position: relative;
    top: 2px;
}
    
     @media(max-width: 1199px){
      /* .section-best_fares{padding: 200px 0 70px;} */
    } 

    @media(max-width:767px) {
      .section-best_fares{padding: 100px 0 70px;}
      .fares-slider_item .desc{
        width: 100%;
        padding-left: 0px;
      }
      .fares-tabs{
        margin-top: 15px;
      }
      .fares-tabs .nav-pills li{
        display: table-cell;
        width: 1%;
      }
      .fares-slider .fares-slider_item .fares_btn{
          text-align: right;
          padding: 0px 15px 10px 0px;
        }
      @media(max-width:480px) {
        .section-best_fares{padding: 50px 0;}
        .fares-slider_item .btn {
            margin-left: 15px;
        }
        .fares-tabs{min-height: 440px;}
        .fares-slider .fares-slider_item .fares_btn{
          text-align: right;
          padding: 0px 15px 10px 0px;
        }
      }
    }




.section-promo {
    display: inline-block;
    padding: 70px 0;
    width: 100%;
    background-color: #EFF4F7;
}
.promo-slider {
  display: inline-block;
  padding: 30px 0 0;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.promo-slider_item {
    position: relative;
}

.promo-slider_item .thumbnail {
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.promo-slider_item .thumbnail .image{
  width: 100%;
  height: 100%;
  background-color: #333;
}
.promo-slider_item .thumbnail .image > img {
    height: 100%;
    margin: auto;
    object-fit: cover;
    width: 100%;
}
.promo-slider_item .thumbnail .caption{
  padding:20px;
  height: 196px;
}
.promo-slider_item .thumbnail .caption h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0;
}
.promo-slider_item .thumbnail .caption p {
    font-size: 13px;
}
.promo-slider_item .thumbnail .link{
  bottom: 20px;
    position: absolute;
    right: 20px;
    text-align: right;
}
.promo-slider_item:first-child .thumbnail .link a{
 /* color: #029EDB;
  background-color: #fff;
  border-color: #029EDB;
  */
}
.promo-slider_item:first-child .thumbnail .link a:hover, .promo-slider_item:first-child .thumbnail .link a:focus, .promo-slider_item:first-child .thumbnail .link a:active{
  /*background-color: #0065b3;
  color: #fff;
  */
}

.promo-slider .slick-dots {
    list-style: outside none none;
    position: absolute;
    right: 10px;
    bottom: -50px;
}
.promo-slider .slick-dots > li{
  display: inline-block;
}
.promo-slider .slick-dots > li button {
    background-color: transparent;
    border: 1px solid #0065B3;
    border-radius: 50%;
    color: #0065B3;
    font-size: 11px;
    height: 18px;
    line-height: 14px;
    margin: 0 3px;
    width: 18px;
    padding: 1px 0;
}
.promo-slider .slick-dots > li.slick-active button{
  color: #fff;
  background-color: #0065B3;
}


.section-skyteam {
    display:block;
    padding: 20px 0 60px 0;
    width: 100%;
	background:#fff;
}
.section-skyteam .line-separate {
    background-color: #dcdcdc;
    display: inline-block;
    height: 1px;
    margin: 20px 0;
    width: 100%;
}
.section-skyteam_info {
    position: relative;
}
.section-skyteam_info .text {
    display: inline-block;
    font-size: 20px;
    line-height: 0;
    position: relative;
    width: 100%;
    color: #777;
    border-right: 1px solid #dcdcdc;
    width: 33.3%;
    float: left;
    font-family: "cabinregular";
}
.section-skyteam_info .text:last-child{
  border-right: none;
}
.section-skyteam_info .text sup {
    display: inline-block;
    line-height: 18px;
    text-align: left;
    top: 0;
    vertical-align: top;
    width: auto;
}
.section-skyteam_info .text em {
    display: inline-block;
    font-size: 3.5em;
    font-style: normal;
    font-weight: normal;
    line-height: 62px;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0065B3;
    font-weight: 300;
    font-family: Helvetica;
}
.section-skyteam_info .text sub {
    bottom: 20px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
}

.section-skyteam_web {
    position: relative;
    padding: 40px 0;
}
.section-skyteam_web .image {
    display: inline-block;
    width: 270px;
}
.section-skyteam_web .image > img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.section-skyteam_web p {
    color: #777;
    display: inline-block;
    padding: 15px 30px;
    width: auto;
    font-size: 15px;
}
    @media(max-width:767px) {
      .section-skyteam{padding: 15px 0;}
      .section-skyteam_info .text{width: 100%; border-right: none; border-bottom: 1px solid #dcdcdc; margin: 10px 0 5px;}
      .section-skyteam_info .text:last-child{border-bottom: none;}
    }


.section-banner {
    display: block;
    padding:0;
    width: 100%;
}
.section-banner_item{
  background-color: #e1e6ea;
  height: 290px;
  max-height: 290px;
  min-height: 290px;
}
.section-banner_item .image {
   background-color: #333;
    display: inline-block;
    height: 290px;
    width: 50%;
}
.section-banner_item .image > img {
    height: 100%;
    margin: auto;
    object-fit: cover;
    width: 100%;
}
.section-banner_item .desc {
  display: inline-block;
  padding: 15px 7%;
  vertical-align: middle;
  width: 49%;
}
.section-banner_item .desc > h3 {
    color: #012561;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
.section-banner_item .desc > a {
    color: #029edb;
    display: inline;
    font-size: 13px;
    padding-top: 10px;
    width: 100%;
}
.section-banner_item .desc > a:hover, .section-banner_item .desc > a:focus{
  text-decoration: none;
  color: #0065B3;
}
.section-banner_item .desc > a > i {
    font-weight: bold;
}
.section-banner_item:nth-child(2n) {
    background-color: #fff;
    direction: rtl;
}
.section-banner_item:nth-child(2n) .desc {
    direction:ltr;
}
    @media(max-width:767px) {
      .promo-slider .slick-dots{
        padding: 0;
        left: 0;
        right: 0;
        text-align: center;
      }
      .section-skyteam .section-skyteam_info .group_logo{
        padding: 0px;
      }
      .section-banner_item{
        height: auto;
        max-height: 100%;
        min-height: 100%;
      }
      .section-banner_item .image{width: 100%; height: auto;}
      .section-banner_item .desc{width: 100%;}
      .section-banner_item .desc > h3{margin-top: 5px;}
    }

.section-skyteam .section-skyteam_info h3{
  text-align: center;
  padding: 10px 0px;
  font-family: 'cabinmedium';
  font-size: 24px;
  line-height: 30px;
}

.section-skyteam .section-skyteam_info .group_logo{
  padding: 5px 0px;
  text-align: center;
}
.section-skyteam .section-skyteam_info .group_logo img{
  /*max-width: 70%;*/
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .section-skyteam .section-skyteam_info .group_logo{
    padding: 0px 10px;
  }
  .section-skyteam .section-skyteam_info .group_logo .col{
    padding: 10px 0px;
  }
}

/* -------------------------------MODAL CSS------------------------------- */


#MaintenanceModal .modal-body{
  text-align: center;
  padding: 25px;
}

#MaintenanceModal p{
  font-size: 16px;
}

#MaintenanceModal .modal-dialog-centered{
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal{
  display: block;
}

@media (min-width: 576px){
  #MaintenanceModal .modal-dialog-centered{
    min-height: calc(100% - (1.75rem * 2));
  }
  #MaintenanceModal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

/* -----------------------------MODAL CSS END----------------------------- */
/* -------------------------------MINI FLOATING BANNER CSS------------------------------- */

#mini_floating_banner{
  display: none;
  position: fixed;
  right: 65px;
  bottom: 0;
  width: auto;
  background-color: transparent;
  color: white;
  text-align: center;
  z-index: 10;
}

.mini_floating_banner_close{
  position: absolute;
  right: 15px;
  top: 15px;
  color: #c34a21;
}

.mini_floating_banner_close:hover , .mini_floating_banner_close:focus{
  color: #c34a21;
} 

/* -----------------------------END MINI FLOATING BANNER CSS----------------------------- */
