body {
  font-family: "Open Sans",sans-serif;
  color: #646258;
  font-weight: 300;
}
a {
    color: #198cfb;
}
hr.division {
  border-top: 6px solid #ffcc00;
  margin: 10px auto 30px;
  width: 60px;
}
hr.division2 {
    margin: 60px auto;
    width: 100%;
    border-color: #ffcc00;
}
.tsection {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  margin: 30px 0 10px;
}

#page .od-home-main-layout {
  background-color: #ffffff !important;
}

/* OneFront Search */
.jumbotron {
  background-repeat: no-repeat;
  height: 100%;
  max-width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
  margin: 0;
}

.jumbotron.video-land {
  background-position: center top;
  background-size: cover;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-bottom: 115px;
  }
  .jumbotron.video-land {
    background-position: 70% top;
  }
}
@media (min-width: 992px) {
  .jumbotron.video-land {
    background-position: 50% top;
  }
}
.jumbotron h1 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 0;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.jumbotron h2 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.pathway {
    padding: 7px 0;
    font-size: 13px;
    margin-bottom: 20px;
}
.pathway a {
    color: #777777;
}
.addthis_inline_share_toolbox {
  text-align: right;
}

/* Hero Banner */
#flights .od-ui-datepicker-field .od-ui-datepicker-rightButton, #home .od-ui-datepicker-field .od-ui-datepicker-rightButton {
  padding: 0 17px 0 4px !important;
}
.od-moreoptions .od-moreoptions-label .od-moreoptions-arrow {
  padding: 0 17px 0 4px !important;
}
.od-flightsManager-iframe > iframe {
  width: 100% !important;
}


/* Best airlines */
.table-best {
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.4);
  margin-bottom: 7px;
  font-size: 12px;
  width: 100%;
}
.table-best .number, .table-best .number2 {
  color: #258ff8;
  font-size: 40px;
  padding: 0px 5px 0 10px;
  text-align: left;
  letter-spacing: -5px;
}
.table-best .number2 {
  display: none;
}
.table-best .description {
  background: #258ff8 url("arrow_left.png") no-repeat scroll 0 50%;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  padding: 20px;
  width: 40%;
}
.table-best .airline .name {
  border-bottom: 1px solid #cccccc;
  margin-right: 15px;
  padding: 5px 5px 5px 0;
}
.table-best .airline .name > div {
  display: inline-block;
  width: 40%;
  padding: 0 0 5px;
}
.table-best .airline .name img {
  height: 40px;
  margin-right: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.table-best .airline .name > div.ranking {
  float: right;
  line-height: 38px;
  vertical-align: middle;
}
.table-best .airline .name > div span {
  float: right;
}
.table-best .rate > ul {
  padding: 0;
  margin: 0;
}
.table-best .rate li {
  color: #999999;
  display: inline-block;
  font-size: 12px;
  width: 24%;
  padding: 8px 0;
}

.compress .table-best .number {
  width: 60px;
}
.compress .table-best .airline .name {
  border: 0 none;
  padding: 0;
}

#loadMore {
  margin-bottom: 80px;
  text-align: center;
}
#loadMore .btn {
background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5F5F5 100%);
color: #258FF8;
}

@media (max-width: 767px) { 
  .table-best .description, .table-best .airline {
      float: left;
      width: 100% !important;
  }
  .table-best .description {
    background: #258ff8 url("arrow_down.png") no-repeat scroll 50% 0;
  }
  .table-best .airline {
    padding: 10px 0;
  }
  .table-best .rate li {
    width: 49%;
  }
  .table-best .number {
    display: none;
  }
  .compress .table-best .number {
    display: table-cell;
  }
  .table-best .airline > div.name {
    display: inline-block;
    width: 90%;
    margin: 0;
  }
  .table-best .airline > div.number2 {
    display: inline-block;
    width: 8%;
    padding: 0;
    line-height: 1em;
    text-align: center;
  }
  .table-best .airline > .rate {
    padding: 0 10px;
  }
}

@media (max-width: 991px) { 
  .table-best .airline .name img {
      float: left;
  }

  .table-best .airline .name > div {
    display: block;
    float: none !important;
    line-height: 1.3em !important;
    width: auto;
  }
}


/* By category */
#top-airlines > div { display: none; }

.cats {
  margin-bottom: 100px;
  margin-top: 50px;
}
.cats hr.division {
  border-top: 4px solid #ffcc00;
  margin: 10px 0;
  width: 40px;
}
.cats .tsection {
  text-align: left;
  margin: 0;
}
.cats .col-sm-5 img {
  margin-top: 65px;
}

.table-top { 
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  margin-left: -9px;
  color: #258FF8;
  margin-bottom: 25px;
}
.table-top td {
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.28);
  padding: 5px 15px;
  vertical-align: middle;
  background-color: #f9f9f7;
  font-size: 15px;
}
.table-top td:first-child {
  color: #ffffff;
  font-size: 25px;
  padding: 10px 20px;
  text-align: center;
  width: 10px;
  border: 0 none;
}
.table-top .bg-first {background-color: #07437c;}
.table-top .bg-second {background-color: #106ac1;}
.table-top .bg-tird {background-color: #258FF8;}
.table-top .bg-third {background-color: #258FF8;}
.bg-first a {color: #fff;}
.bg-second a {color: #fff;}
.bg-tird a {color: #fff;}

.table-top img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  height: 40px;
  margin-right: 10px;
}

.table-top td > span.ranking {
  float: right;
  vertical-align: middle;
}

.download-info {
  text-align: center;
}
.download-info > a {
  background-color: #2249D2;
}

@media (max-width: 991px) {
  .table-top img {
      float: left;
  }

  .table-top td > span {
    display: block;
    float: none !important;
    line-height: 1.3em !important;
  }
}

#myAffix {
  background-color: #ffffff;
  z-index: 1000;
}
#myAffix.affix {
  left: 0;
  width: 100% !important;
  box-shadow: 0 1px 1px 0px rgba(0,0,0,0.5);
}
#myAffix > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#myAffix > ul > li {
  display: inline-block;
  font-size: 13px;
  margin: 7px 15px;
}
#myAffix ul li a {
    color: #999999 !important;
}
#myAffix ul li a:hover, #myAffix ul li a:focus {
  color: #258ff8 !important;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 767px) {
  #myAffix > ul > li {
      font-size: 11px;
  }
}

/* Share buttons */
.sharebuttons {
}
.sharebuttons p {
  color: #433f33;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.sharebuttons p > span {
  color: #198cfb;
  font-size: 21px;
  font-weight: 600;
}
.follow-container {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.follow-container .follow-container-item {
  display: inline-block;
  padding: 15px 20px 0;
  vertical-align: top;
}


/* Newsletter */
#newsletter .od-newsletter-area.fixed {
  z-index: 20 !important;
}
#newsletter .od-newsletter-area {
  background-color: #198cfb !important;
}
#newsletter .od-newsletter-area .od-newsletter-content-area .od-newsletter-info-area .od-newsletter-text {
  color: #ffffff !important;
}
#newsletter .od-newsletter-area .od-newsletter-content-area .od-newsletter-info-area .od-newsletter-icon {
  color: #198cfb !important;
}
#newsletter .od-newsletter-area .od-newsletter-content-area .od-newsletter-info-area .od-newsletter-icon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  font-size: 20px;
  height: 37px !important;
  line-height: 30px !important;
  width: 37px !important;
}
#newsletter .od-newsletter-area .od-newsletter-close {
  color: #ffffff !important;
}
#newsletter .od-newsletter-area .od-newsletter-content-area .od-newsletter-info-area .od-newsletter-text span {
  display: block;
  font-weight: 600;
}

/* Top Airports */
.bg-first {color: #fff; background-color: #07437c;}
.bg-second {color: #fff; background-color: #106ac1;}
.bg-tird {color: #fff;background-color: #258FF8;}
.table>tbody>tr {box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28);}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {padding: 8px; line-height: 2.9; vertical-align: middle; border-top: none;}
.table>tbody>tr>th:first-child {padding-left: 3%;}
.table {font-size: 16px; border-collapse: separate; border-spacing: 0px 6px; margin-left: -9px; color: #258FF8; margin-bottom: 25px; background-color: #f9f9f7;}

.odibreadcrumb {
    font-size:12px;
    color: #433f33;
}

.breadcrumb {
    background-color: rgba(255, 255, 255, 0);
    margin: 0px;
    padding: 0%;
}

.breadcrumb li> a {
    color: #999999;
}

/* Personal Responsive */
@media (max-width: 768px) {
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {padding: 8px; line-height: 1.5; vertical-align: middle;}
}


/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {

  figure.item-news figcaption {
    top: 50%;
  }
  figure.item-news figcaption h4 {
      font-size: 12px;
      min-height: 52px;
  }
  figure.item-news figcaption .item-news-intro {
    display: none;
  }
  .flights-icon {
      font-size: 30px;
      height: 60px;
      line-height: 60px;
      width: 60px;
  }
  figure.item-offer figcaption h4 {
      font-size: 21px;
  }
  figure.item-offer figcaption h3,
  figure.item-offer figcaption p > span {
      font-size: 28px;
  }
  figure.item-offer figcaption p {
      font-size: 14px;
  }
  .offer-more > span {
      font-size: 14px;
      }  
  figure.item-offer .offer-icon {
      height: 35px;
      line-height: 35px;
      width: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  figure.item-news figcaption {
    top: 62%;
  }
  figure.item-news figcaption h4 {
      font-size: 14px;
      min-height: 52px;
  }
}

/* Mobile styles */
@media (max-width: 480px) {
  .jumbotron {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .tsection {
    font-size: 21px;
    line-height: 28px;
  }
  .carousel-inner .item {
    min-height: 377px;
    padding: 0 25px;
  }
  .carousel-inner .item p {
    font-size: 18px;
    line-height: 26px;
  }  
  .carousel-inner .item p > span {
    font-size: 18px;
    line-height: 26px;
  }
  .carousel-indicators-text li {
    font-size: 12px;
    padding-bottom: 24px;
  }
  #premio td > img {
    float: right;
    margin-right: 17px;
    width: 40px;
  }
  #premio td > span {
    display: block;
    font-size: 14px;
  }
  #premio .col-md-offset-2 td > img, #premio .col-md-offset-2 td > span {
    margin-bottom: 30px;
  }
.section-blog.od-home-bottom-advertisement {
    padding: 0;
  }
  .flights-icon {
    font-size: 24px;
    height: 49px;
    line-height: 49px;
    width: 49px;
  }
  figure.item-offer figcaption {
    padding: 20px;
  }
  figure.item-offer figcaption h4 {
      font-size: 18px;
  }
  figure.item-offer figcaption h3 {
    margin-bottom: 0;
  }
  figure.item-offer figcaption h3,
  figure.item-offer figcaption p > span {
      font-size: 24px;
  }
  figure.item-offer figcaption p {
    font-size: 14px;
    line-height: 20px;
  }
  figure.item-offer .offer-icon {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  figure.item-offer .offer-more {
    padding: 9px 20px;
  }
  .offer-more > span {
    font-size: 14px;
  }
  .blog-logo img {
    width: 150px;
  }
  .sharebuttons p {
    font-size: 18px;
  }
  .sharebuttons p > span {
    display: block;
    font-size: 18px;
  }
  .appmobile {
    margin-top: 25px;
    padding-top: 40px;
  }
  .appmobile h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .appmobile h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .appmobile .button-app img {
    max-width: 108px;
  }
  .appmobile img.img-app {
    padding: 0 25px;
  }
}