@import url("https://fonts.googleapis.com/css?family=Raleway");
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; }

.full-height {
  height: 100%; }

.nav-mobile, .menu-mobile {
  display: none; }

a {
  text-decoration: none; }

p {
  color: #868686; }
  p.--buttons {
    margin-bottom: 45px; }

a {
  color: #278fe6; }
  a i {
    vertical-align: middle; }

.button-cta {
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  background: #2fce71;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.08);
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-cta.--mright {
    margin-right: 10px; }
  .button-cta.--light {
    background: #0b76d0; }
  .button-cta.--dark {
    background: #6772e5; }
  .button-cta.--white {
    background: #FFF;
    color: #6772e5; }

h3 {
  color: #f46188;
  font-size: 25px;
  line-height: 25px; }
  h3 small {
    color: #afafaf;
    font-weight: 400; }

.header-container {
  transition: all .3s ease-in-out;
  height: 80px;
  z-index: 999;
  position: relative; }
  .header-container .navbar {
    height: 100%; }
  .header-container.inverse nav.d-menu ul li a {
    color: #1d89e1; }
    .header-container.inverse nav.d-menu ul li a.menu-cta a {
      color: #fff !important; }
  .header-container.scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all .3s ease-in-out;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1); }
    .header-container.scrolled img.logo-image {
      height: auto;
      width: 200px;
      padding-top: 0; }
    .header-container.scrolled nav.d-menu {
      text-align: right; }
      .header-container.scrolled nav.d-menu ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .header-container.scrolled nav.d-menu ul li {
          display: inline;
          margin-right: 20px; }
          .header-container.scrolled nav.d-menu ul li:last-child {
            margin-right: 0; }
          .header-container.scrolled nav.d-menu ul li a {
            color: #1d89e1; }
          .header-container.scrolled nav.d-menu ul li.menu-cta a {
            padding: 14px;
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 50px;
            background: #023782;
            font-size: 13px;
            color: #fff;
            font-weight: 600;
            box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .header-container img.logo-image {
    height: auto;
    width: 200px; }
  .header-container nav.d-menu {
    text-align: right; }
    .header-container nav.d-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .header-container nav.d-menu ul li {
        display: inline;
        margin-right: 20px; }
        .header-container nav.d-menu ul li:last-child {
          margin-right: 0; }
        .header-container nav.d-menu ul li a {
          color: #FFF; }
        .header-container nav.d-menu ul li.menu-cta a {
          padding: 14px;
          padding-left: 20px;
          padding-right: 20px;
          border-radius: 50px;
          background: #023782;
          color: #fff;
          font-size: 13px;
          font-weight: 600;
          box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

.header-wrapper {
  position: relative;
  height: 600px;
  margin-bottom: 160px;
  z-index: 999; }
  .header-wrapper .f-box-square {
    height: 500px;
    width: 500px;
    position: absolute;
    top: -2%;
    left: -25%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transform: rotate(-45deg);
    z-index: 4;
    opacity: 0.4; }
    .header-wrapper .f-box-square.--top {
      transform: rotate(45deg);
      left: 2.5%;
      top: -65%;
      background: rgba(255, 255, 255, 0.1);
      z-index: 2;
      opacity: 0.3; }
    .header-wrapper .f-box-square.--middle {
      height: 400px;
      width: 400px;
      transform: rotate(-72deg);
      left: -10%;
      top: -50%;
      background: #0b76d0;
      z-index: 3;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px);
      opacity: 0.7; }

.angle {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: skewY(-10deg);
  transform-origin: 0;
  background: #0b76d0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

section#intro {
  position: relative;
  z-index: 10;
  color: #FFF;
  top: 15%; }
  section#intro h1 {
    font-size: 28px;
    font-weight: 400; }
  section#intro p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px; }
  section#intro a.home-cta {
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    background: #2fce71;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.08);
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  section#intro .ab-phones {
    position: absolute;
    top: -20px;
    left: 55%;
    height: 300%;
    width: auto; }

section.sec-intro {
  text-align: center; }
  section.sec-intro h2 {
    color: #f46188;
    font-size: 30px;
    line-height: 25px; }
    section.sec-intro h2 small {
      font-weight: 300;
      font-size: 80%;
      color: #afafaf; }
  section.sec-intro p {
    width: 60%;
    margin: 0 auto;
    color: #868686; }

section#primary {
  overflow: hidden;
  margin-bottom: 100px; }

section#channel {
  margin-bottom: 250px; }

section#channel-list {
  position: relative;
  height: 250px;
  background: #f7f8ff; }
  section#channel-list:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0%;
    transform: skewY(-10deg);
    transform-origin: 0;
    background: #f7f8ff; }
  section#channel-list img.erm-channel-logo {
    height: auto;
    width: 100px;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none; }
  section#channel-list .channel-logos {
    height: 100%; }
    section#channel-list .channel-logos img {
      position: absolute;
      right: 0;
      bottom: 0;
      transition: margin-top 3s ease;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      border-radius: 50%; }
      section#channel-list .channel-logos img.--logo-booking {
        top: 15%;
        left: -6%; }
      section#channel-list .channel-logos img.--logo-agoda {
        top: -60%;
        left: 2%; }
      section#channel-list .channel-logos img.--logo-cinquestelle {
        top: 25%;
        left: 9%; }
      section#channel-list .channel-logos img.--logo-splendia {
        top: -60%;
        left: 17%; }
      section#channel-list .channel-logos img.--logo-wanup {
        top: 20%;
        left: 21%; }
      section#channel-list .channel-logos img.--logo-hoteltonight {
        top: -58%;
        left: 32%; }
      section#channel-list .channel-logos img.--logo-protel {
        top: 26%;
        left: 34%; }
      section#channel-list .channel-logos img.--logo-orbitz {
        top: -45%;
        left: 45%; }
      section#channel-list .channel-logos img.--logo-last {
        top: 38%;
        left: 44%; }
      section#channel-list .channel-logos img.--logo-gpdati {
        top: 20%;
        left: 57%; }
      section#channel-list .channel-logos img.--logo-hrs {
        top: -65%;
        left: 74%; }
      section#channel-list .channel-logos img.--logo-expedia {
        top: -60%;
        left: 60%; }
      section#channel-list .channel-logos img.--logo-gta {
        top: 25%;
        left: 69%; }
      section#channel-list .channel-logos img.--logo-hotels {
        top: -5%;
        left: 80%; }
      section#channel-list .channel-logos img.--logo-nuconga {
        top: 48%;
        left: 91.5%; }
      section#channel-list .channel-logos img.--logo-imperatore {
        top: -45%;
        left: 91.5%; }

section#bol {
  text-align: right;
  margin-bottom: 250px; }
  section#bol .erm-booking-notebook {
    position: relative; }
    section#bol .erm-booking-notebook img {
      position: absolute;
      top: 25%;
      left: 0;
      right: 25%;
      max-width: 763px;
      height: 449px;
      width: 763px; }

section#secondary {
  background: #f7f8ff;
  height: 500px;
  margin-bottom: 80px; }
  section#secondary section#realtime {
    height: 200px;
    position: relative;
    background: #f7f8ff; }
    section#secondary section#realtime:before {
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 180%;
      top: 0%;
      transform: skewY(-10deg);
      transform-origin: 0;
      background: #f7f8ff; }
    section#secondary section#realtime .erm-booking-people {
      position: relative; }
      section#secondary section#realtime .erm-booking-people img {
        position: absolute;
        width: 500px;
        top: -30%;
        right: 13%; }

section#gds {
  margin-bottom: 80px; }
  section#gds h3 {
    line-height: 20px;
    margin-bottom: 60px; }
    section#gds h3 small {
      margin-top: 10px;
      display: block;
      font-size: 17px;
      line-height: 25px;
      color: #797979; }
  section#gds h4 {
    color: #6772e5;
    margin: 0; }
  section#gds .gds-partner-logo {
    margin-top: 45px; }
    section#gds .gds-partner-logo img {
      opacity: 0.6;
      transition: opacity 0.4s ease-in-out;
      will-change: opacity;
      height: 25px;
      width: auto; }
      section#gds .gds-partner-logo img:hover {
        opacity: 1; }
  section#gds .gds-list img {
    height: 40px;
    width: auto; }
  section#gds .gds-list p {
    font-size: 14px; }
  section#gds .gds-feedback {
    position: relative;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
    padding: 3em;
    padding-top: 100px;
    text-align: center; }
    section#gds .gds-feedback .quality-badge {
      background: #fcf4b2;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      text-align: center;
      top: -30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      position: absolute; }
      section#gds .gds-feedback .quality-badge img {
        padding-top: 33px; }
    section#gds .gds-feedback .hotel-logo {
      text-align: center;
      margin-bottom: 40px; }
    section#gds .gds-feedback .hotel-review {
      margin-bottom: 50px;
      font-size: 14px; }

section#traveldude {
  background: #6772e5;
  position: relative; }
  section#traveldude .traveldude-phone {
    overflow: hidden;
    text-align: center; }
    section#traveldude .traveldude-phone img {
      position: relative;
      top: 50px;
      max-width: 100%;
      height: auto; }
  section#traveldude .travel-dude-text {
    padding-left: 40px; }
  section#traveldude h2 {
    color: #FFF; }
  section#traveldude p {
    color: rgba(255, 255, 255, 0.8); }

section#webj {
  position: relative;
  padding-top: 100px;
  height: 600px;
  margin-bottom: 70px; }
  section#webj h2 {
    color: #FFF;
    line-height: 18px; }
    section#webj h2 small {
      display: block;
      margin-top: 15px;
      font-size: 17px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8); }
  section#webj h4 {
    color: #FFF;
    margin: 0 auto; }
  section#webj p {
    color: rgba(255, 255, 255, 0.8); }
    section#webj p.--small {
      font-size: 14px; }
  section#webj .angle-dark {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skewY(-10deg);
    transform-origin: 0;
    background: #3e48b2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  section#webj .webj-mockup {
    position: relative; }
    section#webj .webj-mockup img {
      position: absolute;
      left: 30%;
      max-width: 800px;
      top: -100px; }

section#social-proof {
  margin-bottom: 350px;
  display: block; }
  section#social-proof .ms-view {
    background: #FFF !important; }

footer {
  height: 350px;
  position: relative;
  background: #f7f8ff; }
  footer:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0%;
    transform: skewY(-10deg);
    transform-origin: 0;
    background: #f7f8ff; }
  footer .contact-now-cta {
    width: 55%;
    position: absolute;
    top: -200px;
    height: 200px;
    left: 0;
    background: #FFF;
    border-radius: 3px;
    right: 0;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    text-align: center; }
    footer .contact-now-cta h2 {
      color: #6772e5;
      margin: 0;
      line-height: 30px;
      margin-bottom: 30px; }
      footer .contact-now-cta h2 small {
        color: #afafaf;
        font-weight: 400;
        font-size: 20px; }
  footer .footer-menu {
    padding-top: 100px; }
    footer .footer-menu .sub-footer {
      margin-top: 45px;
      border-top: 1px solid #e5e5e5;
      padding-top: 15px; }
      footer .footer-menu .sub-footer .footer-address p {
        font-size: 0.6em; }
      footer .footer-menu .sub-footer .footer-info p {
        font-size: 0.6em;
        text-align: right; }
    footer .footer-menu .logo-menu {
      margin-right: 75px; }
    footer .footer-menu img {
      width: 200px;
      height: auto;
      margin-top: -50px; }
    footer .footer-menu h4 {
      color: #1d89e1;
      margin-bottom: 10px; }
    footer .footer-menu .product-menu {
      padding-left: 75px; }
    footer .footer-menu .resource-menu {
      margin-left: -75px; }
    footer .footer-menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .footer-menu ul li a {
        color: #868686; }

@media screen and (max-width: 767px) {
  .header-wrapper {
    margin-bottom: 30px; }

  .header-container {
    display: none; }

  .nav-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    z-index: 9999; }
    .nav-mobile .logo-nav-mobile img {
      width: auto;
      height: 40px; }
    .nav-mobile .menu-trigger-mobile {
      text-align: right;
      line-height: 90px; }
      .nav-mobile .menu-trigger-mobile i {
        color: #1d89e1; }

  .menu-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: -100%;
    z-index: 9998;
    text-align: center; }
    .menu-mobile ul {
      position: absolute;
      top: 15%;
      left: 0;
      right: 0;
      list-style: none;
      margin: 0 auto;
      padding: 0; }
      .menu-mobile ul li {
        padding-top: 0.5em;
        padding-bottom: 0.5em; }
        .menu-mobile ul li.menu-cta {
          background: #023782; }
          .menu-mobile ul li.menu-cta a {
            color: #fff; }
        .menu-mobile ul li a {
          display: block;
          font-size: 1.5em;
          color: #1d89e1;
          text-transform: uppercase;
          font-weight: 500; }

  section#intro {
    text-align: center; }
    section#intro h1 {
      font-size: 24px; }
    section#intro .ab-phones {
      position: absolute;
      top: 330px;
      left: 0;
      height: 70%;
      width: auto;
      right: 0;
      margin: 0 auto; }

  section.sec-intro p {
    width: 80%; }

  section#bol {
    text-align: center; }
    section#bol .erm-booking-notebook img {
      right: 0;
      max-width: 350px;
      height: 206px;
      width: 350px;
      margin-left: auto;
      margin-right: auto;
      margin: 0 auto;
      margin-top: 20px; }

  section#primary {
    margin-bottom: 20px; }

  section#channel {
    margin-bottom: 0; }

  section#channel-list {
    display: none; }

  section#secondary {
    text-align: center;
    height: 900px !important; }
    section#secondary section#realtime .erm-booking-people img {
      position: relative;
      width: 350px;
      top: 5%;
      right: 0;
      left: 5%;
      margin-left: auto;
      margin: 0 auto;
      margin-right: auto; }

  .button-cta {
    font-size: 12px; }

  section#gds {
    text-align: center; }
    section#gds .gds-list p {
      text-align: left; }
    section#gds .gds-partner-logo img {
      height: 100%;
      margin-top: 10px;
      margin-bottom: 10px; }

  section#traveldude .travel-dude-text {
    padding-left: .9375rem;
    text-align: center; }
  section#traveldude .button-cta {
    font-size: 12px; }
    section#traveldude .button-cta.--white {
      display: block;
      width: 50%;
      margin: 0 auto;
      margin-bottom: 30px; }

  section#webj {
    padding-top: 30px;
    text-align: center; }
    section#webj h2 {
      line-height: 25px; }
    section#webj .webj-mockup img {
      position: absolute;
      left: 0;
      max-width: 350px;
      top: 50px;
      margin-right: auto;
      right: 0;
      margin: 0 auto;
      margin-left: auto; }

  section#social-proof {
    display: none; }

  footer {
    text-align: center;
    margin-top: 300px; }
    footer .contact-now-cta {
      width: 80%; }
    footer .footer-menu .product-menu {
      padding-left: .9375rem; }
    footer .footer-menu .resource-menu {
      margin-left: 0; }
    footer .footer-menu .sub-footer .footer-info p {
      text-align: center; } }

/*# sourceMappingURL=main.css.map */
