<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GENERAL 
==============================================================*/

body {
  font-family: "Open Sans", sans-serif;
  color: #646258;
  font-weight: 300;
  font-size: 16px;
}
a {
  color: #198cfb;
}
hr.division {
  border-top: 1px solid #ffcc00;
  margin: 15px auto 30px;
  width: 110px;
}
hr.division2 {
  margin: 60px auto;
  width: 100%;
  border-color: #ffcc00;
}
.tsection {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  margin: 60px 0 10px;
  color: #003399;
}
#page .od-home-main-layout {
  background-color: #ffffff !important;
}
.expand-info {
  height: 200px;
  overflow: hidden;
  background-color: #DDD;
  position: relative;
  margin-bottom: 50px;
}
.expand-wrap {
  position: absolute;
  bottom: 40%;
  left: 50%;
}
.btn-expand {
  position: relative;
  left: -50%;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .expand-info {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .expand-info {
    height: 150px;
  }
}



.wmp-button-cta {
  background: rgba(0, 0, 0, 0.5);
  border: solid 1px #ccc;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px 15px;
  color: white;
  position: relative;
 
}

.wmp-button-cta:hover {
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #646258;
  cursor: pointer;
}

/* HERO BANNER 
==============================================================*/

#wmp-header-area {
  position: relative;
  padding: 20px 0;
  min-height: 70vh;
  height: 100%;
  width: 100%;
  background-image: url("https://a1.odistatic.net/content/img/OF/WebMasterPages/tendencias-viaje/2018/maldives-1920.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #696969;
}

.wmp-summer-text {
  font-family: 'Kaushan Script', cursive;
  position: relative;
  float: right;
  font-size: 45px;
  color: white;
  margin-top: 15vh;
}


/* OneFront Search */

 #wmp-header-area h1 {
  color: #ffffff;
  font-size: 33px;
  margin-bottom: 20px;
  margin-top: 0;
  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;
}

/* Hero Banner Fixes */

#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&gt;iframe {
  width: 100% !important;
}



/* navbar
==============================================================*/

.menu {
  background-color: #ffffff;
  z-index: 1000;
}

.menu .mobile-tabbar-tab {
  display: inline-block;
  font-size: 17px;
  margin: 10px 15px;
}

.menu .mobile-tabbar-anchor {
  color: #999999 !important;
}

.menu .mobile-tabbar-anchor:hover,
.menu .mobile-tabbar-anchor:focus {
  color: #198cfb !important;
  font-weight: 400;
  text-decoration: none;
}

.menu.cloned {
  left: 0 !important;
  width: 100% !important;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.5);
  background-color: #003399;
  z-index: 1000 !important;
}

.menu.cloned .mobile-tabbar-anchor {
  color: #fff !important;
}

.menu.cloned .mobile-tabbar-anchor:hover,
.menu.cloned .mobile-tabbar-anchor:focus {
  color: #eee !important;
}

@media (max-width: 767px) {}

.mobile-tabbar-container {
  position: relative
}

.mobile-tabbar-wrapper {
  overflow-x: auto;
  line-height: 48px;
}

.mobile-tabbar {
  white-space: nowrap;
  text-align: center;
}

.mobile-tabbar-fader {
  position: absolute;
  height: 100%;
  width: 75px;
  z-index: 1;
  pointer-events: none
}

.mobile-tabbar-fader.left {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0))
}

.mobile-tabbar-fader.right {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0))
}

.menu.cloned .mobile-tabbar-fader.left {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#003399), to(rgba(0, 51, 153, 0)));
  background: linear-gradient(to right, #003399, rgba(0, 51, 153, 0))
}

.menu.cloned .mobile-tabbar-fader.right {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#003399), to(rgba(0, 51, 153, 0)));
  background: linear-gradient(to left, #003399, rgba(0, 51, 153, 0))
}

.mobile-tabbar-tab {
  display: inline-block;
  font-size: 16px;
  margin: 0 18px;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.menu.cloned .mobile-tabbar-tab.s-active {
  border-bottom:1px solid #003399
}

.mobile-tabbar-tab:first-child {
  margin-left: 45px
}

.mobile-tabbar-tab:last-child {
  margin-right: 45px
}

.socialshare&gt;div {
  display: inline-block;
}

.fb_iframe_widget span {
  vertical-align: inherit !important;
}

/* Share buttons */

.socialshare{
  padding-top: 0.5%;
}


/*âœ‚=========== DEFAULT STORY STYLES 
==========================================================*/

#wmp-story-area {
  font-size: 25px;
}

.wmp-story-text {
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #003399;
  padding: 3%;
}


.wmp-frame {
  border: solid 1px #ccc;
  padding: 2% 5%;
  margin: 0% 5%;
  border-radius: 5px;
}


/*âœ‚======================== ANIMATION STYLESÂ¸.Â·Â´Â¯`Â·.Â´Â¯`Â·.Â¸Â¸.Â·Â´Â¯`Â·.Â¸&gt;&lt;(((Âº&gt;*/

.wmp-story-shadow-animation {
  -webkit-animation: mymove 4s infinite;
  /* Chrome, Safari, Opera */
  animation: mymove 4s infinite;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes mymove {
  50% {
    text-shadow: 5px 10px 15px #fff;
  }
}

/* Standard syntax */

@keyframes mymove {
  50% {
    text-shadow: 5px 10px 15px #fff;
  }
}



/* STORY
==============================================================*/


/* exposition  */

#exposition {
  height: 100vh;
  color: #003399;
}


.wmp-swimming-background {
  background-image: url("https://a1.odistatic.net/content/img/OF/WebMasterPages/tendencias-viaje/2018/swimming-pool.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh;
  height: 100%;
}

.expo-margin {
  margin-top: 30%;
  padding: 2% 10%;
}

#expo-why span {
  font-weight: 800;
  text-align: center;
  text-shadow: 1px 1px #003399;
}

#wmp-surprise {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* climax  
====================================== */



.rising-text-area {
  width: 50%;
}

.wmp-sun-background {
  background:  url('https://a1.odistatic.net/content/img/OF/WebMasterPages/tendencias-viaje/2018/smiling-sun.jpg') ;
  background-size: cover;
  margin: auto;
  min-height: 50vh;
  height: 100%;
}

#rising-title {
  color: #ffcc00;
  font-weight: 800;
}

#rising ul {
  list-style-type: none;
  text-align: left;

}

#rising i {
  color: #ffcc00;
}


.wmp-rising-text {
  font-weight: bold;
  font-size: 45px;
  text-shadow:  2px 2px #003399;
  color: #ffcc00;
}

.multiply {
  color: black;
  mix-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.8);
}

/* climax  
====================================== */



.climax-title {
  background-color: rgba(255, 255, 255, 0.6);
  color: #003399;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3% 1%;
}

.span-yellow {
  color: #ffcc00;
  font-weight: bold;
}

.climax-posit-background {
  background-image: url('https://a1.odistatic.net/content/img/OF/WebMasterPages/tendencias-viaje/2018/beach-aerial-view.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.hint {
  background-color: rgba(255, 255, 255, 0.6);
  color: #003399;
  text-align: center;
  margin: 40% 0%;
  padding: 10% 1%;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 200px;
}



/* falling 
====================================== */



.wmp-watermelon-background {
  background-image: url('https://a1.odistatic.net/content/img/OF/WebMasterPages/tendencias-viaje/2018/watermelon.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: middle;
  min-height: 90vh;
}

.falling-text {
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #003399;
  padding: 3%;
  width: 55%;
  margin: auto;
}



/* denouement
====================================== */

#denouement {
  background-image: url('https://a1.odistatic.net/content/img/OF/WebMasterPages/tendencias-viaje/2018/beautiful-beach.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  max-height: 80vh;
  min-height: 100%;
}

.denouement-margin {
  margin: auto;
  width: 50%;
}

.denouement-winner {
  font-size: 45px;
  text-shadow:  2px 2px #003399;
  color: #ffcc00;

}



/* STUDY REPORT
==============================================================*/

/* === TABLE AREA 3 ===*/

/* Top Travel Trends */

.bg-first {
  color: #fff;
  background-color: #07437c;
}

.bg-second {
  color: #fff;
  background-color: #106ac1;
}

.bg-tird {
  color: #fff;
  background-color: #2792f7;
}

.bg-first a {
  color: #fff;
}

.bg-second a {
  color: #fff;
}

.bg-tird a {
  color: #fff;
}

.table&gt;tbody&gt;tr {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th {
  padding: 8px;
  line-height: 2.9;
  vertical-align: middle;
  border-top: none;
}

.table&gt;tbody&gt;tr&gt;th {
  padding: 15px 10px;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1em;
}

.table&gt;tbody&gt;tr&gt;td {
  line-height: 2em;
}

.rank {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}

.table {
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 0px 6px;
  margin-left: -9px;
  color: #198cfb;
  margin-bottom: 25px;
  background-color: #f9f9f7;
}

#loadMore {
  margin-bottom: 80px;
  text-align: center;
}

#loadMore .btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5F5F5 100%);
  color: #198cfb;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 20%;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 35px 20px 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
}

/* The Close Button */

.close {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 18px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* map section */

.wmp-map {
  display: block;
  margin: auto !important;
  outline: #ccc solid 1px;
}
.wmp-map:hover {
  outline: #ccc solid 3px;
}


/* DESTINATION PODS
==============================================================*/
/* Top 3 pods*/

.pod {
  cursor: pointer;
}

.pod-destination-img {
position: relative;
max-width: 672px;
max-height: 584px;
z-index: -1;
}

.pod-destination-title {
  font-family: 'Kaushan Script', cursive;
  position: relative;
  font-size: 1.5em;
  width: 100%;
  max-width: 672px;
  color: white;
  text-align: center;
  line-height: 2em;
  margin-top: -2em;
  background-color: rgba(0, 0, 0, 0.4);
}


/* Alternative pods */

#alternative a {
  position: relative;
  text-align: right !important;
}


.pod-destination-text {
  min-height: 215px;
  height: 100%;
  width: 100%;
  max-width: 672px;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  border-radius: 5px;
  margin-top: -0.7em;
  padding: 2em 0.6em;
}

/*  OFFER PODS
==============================================================
==============================================================
*/

/* ES background*/
.ice-cream-background {
  background-image: url('https://a1.odistatic.net/content/img/OF/WebMasterPages/tendencias-viaje/2018/ice-cream-back.jpg');
  background-size: cover;
  height: 100%;
}



.tsection-white {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  margin: 60px 0 10px;
  color: #fff;
}

/* Offer pods
==============================================================*/
.wmp-offer-box-text {
  background-color: white;
  height: 120px;
  max-width: 360px;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 5px;

}
.border-orange {
  border-top: #FF9600 3px solid;
}
.border-pink {
  border-top: #f539c6 3px solid;
}

.border-green {
  border-top: #66b94d 3px solid;
}

.border-yellow-light {
  border-top: #fdfd86 3px solid;
}

.border-blue {
  border-top: #3398d9 3px solid;
}

.border-violet {
  border-top: #c16ff8 3px solid;
}

.wmp-offer-img-border {
  border-radius: 5px 5px 0px 0px;
}

.wmp-offer-box-title {
font-size: 16px;
padding: 6px 10px 0px 10px;
font-weight: 600;
}

.wmp-offer-box-subtitle {
  font-size: 14px;
  padding: 0 10px;
  color: #666;
  line-height: 18px;
  font-weight: 400;
}

.wmp-offer-box-foot {
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}

/* CTA SOCIAL MEDIA
==============================================================*/


/* INFOGRAPH
==============================================================*/

.wmp-beach {
  background-image: url("https://a1.odistatic.net/content/img/OF/WebMasterPages/tendencias-viaje/2018/beach-1920.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


/* mobile styles
==============================================================*/

@media (max-width: 768px) {

  #wmp-header-area {
    min-height: 100vh;
  }

  .wmp-summer-text {
    font-size: 25px;
    margin-top: 1vh;
  }

  #wmp-story-area {
    font-size: 20px;
  }
  .wmp-story-text {
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    color: #003399;
    padding: 1%;
  }
  .wmp-frame {
    padding: 1% 2%;
    margin: 0% 5%;
    border-radius: 5px;
  }

  .rising-text-area {
    width: 90%;
  }

  .falling-text {
    width: 90%;
  }

  .wmp-watermelon-background {
    background-position: middle center;
  }

  .denouement-margin {
    margin: auto;
    width: 90%;
  }

  .wmp-hide {
    display: none;
  }


}
</pre></body></html>