@keyframes fly-in {
  0% {
    opacity: 0;
    transform: translate(-25rem);
    width: 150%; }
  100% {
    opacity: 1;
    transform: translate(0);
    width: 150%; } }

@keyframes heartbeat {
  0% {
    transform: scale(1); }
  5% {
    transform: scale(1.3); }
  10% {
    transform: scale(1); }
  15% {
    transform: scale(1.3); }
  20% {
    transform: scale(1); } }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes fly-in {
  0% {
    opacity: 0;
    transform: translate(-25rem);
    width: 150%; }
  100% {
    opacity: 1;
    transform: translate(0);
    width: 150%; } }

@keyframes heartbeat {
  0% {
    transform: scale(1); }
  5% {
    transform: scale(1.3); }
  10% {
    transform: scale(1); }
  15% {
    transform: scale(1.3); }
  20% {
    transform: scale(1); } }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.love-letter__heading {
  color: #3b444f;
  font-family: "Benton Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 2.8rem;
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 3.1rem;
  margin-top: 0;
  padding-bottom: 1.5rem;
  position: relative;
  text-align: center; }
  .love-letter__heading::after {
    border-bottom: 0.2rem solid #dc221a;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -1.5rem;
    position: absolute;
    width: 3rem; }
  @media (min-width: 45em) {
    .love-letter__heading {
      font-size: 4.5rem; } }
  .love-letter__heading [class*="icon-"] {
    color: #f01006;
    display: inline-block;
    font-size: 0;
    -ms-transform-origin: 50% 60%;
        transform-origin: 50% 60%; }
    .love-letter__heading [class*="icon-"]::before {
      font-size: 1.6rem; }
      @media (min-width: 45em) {
        .love-letter__heading [class*="icon-"]::before {
          font-size: 2.8rem; } }
  .love-letter__heading:hover [class*="icon-"] {
    animation: heartbeat 3000ms infinite; }

.love-letter__text {
  color: #67747c;
  font-family: "Benton Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.8;
  margin: 0 auto 5.5rem;
  text-align: center; }
  @media (min-width: 30em) {
    .love-letter__text {
      font-size: 2rem;
      max-width: 86%; } }

.love-letter__more {
  transition-duration: 300ms;
  transition-property: color, border, background;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  font-style: normal; }
  .love-letter__more::after, .love-letter__more::before {
    transition-duration: 300ms;
    transition-property: color, border, background; }
  .love-letter__more:hover {
    transition-duration: 0; }
    .love-letter__more:hover::after, .love-letter__more:hover::before {
      transition-duration: 0; }
  .love-letter__more:hover {
    color: #479ad9; }
  .love-letter__more [class*="icon-"] {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: inline-block;
    font-size: 6px;
    line-height: 1.6;
    -ms-transform: translateX(6px);
        transform: translateX(6px);
    transition: transform 500ms;
    vertical-align: 20%; }
  .love-letter__more:hover [class*="icon-"] {
    -ms-transform: translateX(0.2rem);
        transform: translateX(0.2rem); }

.love-letter__author {
  font-size: 1.4rem;
  letter-spacing: .01rem;
  text-align: center; }
  .love-letter__author a {
    display: inline-block; }

.love-letter__author__image {
  border-radius: 100%;
  display: inline-block;
  max-width: 4rem;
  vertical-align: middle;
  width: 12vw;
  margin-bottom: 1.3rem;
  -ms-transform: scale(1);
      transform: scale(1);
  transition: transform 400ms; }
  @media (min-width: 45em) {
    .love-letter__author__image {
      max-width: none;
      width: 8rem;
      margin-bottom: 3rem; } }
  .love-letter__author a:hover .love-letter__author__image,
  .love-letter__author a:focus .love-letter__author__image {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }

.love-letter__author__creds {
  display: block;
  text-align: center;
  vertical-align: middle; }

.love-letter__author__creds__name {
  color: #3b444f;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: .06rem; }
  @media (min-width: 20em) {
    .love-letter__author__creds__name {
      font-size: 1.2rem; } }

.love-letter__author__creds__title {
  color: #898e95;
  font-family: "Miller Daily", "Georgia", "Times", "Times New Roman", serif;
  font-size: 4vw;
  font-style: italic;
  letter-spacing: .06rem;
  line-height: 1; }
  @media (min-width: 20em) {
    .love-letter__author__creds__title {
      font-size: 1.4rem; } }

.page-container {
  margin-top: -130px; }

.hero__background {
  background-image: url("https://lonelyplanetstatic.imgix.net/marketing/guides_app/GuidesRioHeaderImage.jpg");
  height: 1220px;
  width: 115%;
  background-size: cover;
  background-position: -177px -212px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1; }

.maintext {
  text-align: center; }

h1 {
  font-size: 44px;
  font-weight: bold; }
  @media only screen and (min-width: 510px) {
    h1 {
      font-size: 63px; } }

h2 {
  font-size: 16px;
  font-weight: lighter;
  line-height: 4.95rem; }
  @media only screen and (min-width: 600px) {
    h2 {
      font-size: 27px; } }

p.text__share--film {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 40px 0 10px; }

.video__social {
  padding: 5px;
  width: 40px;
  display: inline-block; }

.guides__icon--lp-logo {
  width: 135px;
  height: 75px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 58px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: none; }

.header {
  height: 110px;
  position: relative;
  top: 145px; }
  @media only screen and (min-width: 980px) {
    .header {
      top: 160px; } }
  .header .guides-app__navigation-position--left {
    float: left; }
  .header .guides-app__navigation-position--right {
    font-size: 22px;
    width: 100px;
    margin: 0 auto; }
    @media only screen and (min-width: 880px) {
      .header .guides-app__navigation-position--right {
        float: right; } }
    .header .guides-app__navigation-position--right a {
      float: left;
      margin-left: 10px; }

.social {
  width: 40px; }
  .social.hidden {
    display: none; }

.store {
  display: none;
  width: 160px;
  padding: 4px; }
  @media only screen and (min-width: 880px) {
    .store {
      display: inline-block; } }

.body-text__video p {
  font-size: 20px;
  margin-bottom: 30px; }

.body-text__video.guides_action h2 {
  margin-bottom: 60px; }

.wrapper__guides-app {
  margin-top: 120px; }
  @media only screen and (min-width: 600px) {
    .wrapper__guides-app {
      margin-top: 180px; } }

.headline,
.body-text__video,
.body-text__app-link {
  color: #ffffff;
  margin: 0 auto;
  text-align: center; }

.body-text__video,
.body-text__app-link {
  width: 100%;
  color: #67747c; }

.rotate-words h2 {
  color: white;
  line-height: 26px;
  position: absolute;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  animation: rotateWord 12s linear infinite 0s; }

.rotate-words h2:nth-child(2) {
  animation-delay: 3s; }

.rotate-words h2:nth-child(3) {
  animation-delay: 6s; }

.rotate-words h2:nth-child(4) {
  animation-delay: 9s; }

@keyframes rotateWord {
  0% {
    opacity: 0; }
  2% {
    opacity: 0;
    transform: translateY(-30px); }
  5% {
    opacity: 1;
    transform: translateY(0px); }
  17% {
    opacity: 1;
    transform: translateY(0px); }
  20% {
    opacity: 0;
    transform: translateY(30px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.videoWrapper {
  position: relative;
  height: 0;
  background-color: #000;
  width: 100%; }

.videoWrapper43 {
  padding-top: 75%; }

.videoWrapper169 {
  padding-top: 56%; }

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.videoPoster {
  background: top center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s; }
  .videoPoster:before, .videoPoster:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: border-color 300ms; }
  .videoPoster:before {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 100%; }
  .videoPoster:after {
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent; }

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms; }

.guides__copy.italic {
  font-style: italic; }

p.guides__copy {
  width: 75%;
  margin: 0 auto; }
  @media only screen and (min-width: 600px) {
    p.guides__copy {
      width: 60%; } }

.other__app-link {
  width: 200px;
  padding: 50px 40px 0 0;
  display: inline-block; }

hr {
  margin: 80px 0; }
  hr.video--space {
    margin: 30px 0; }
    @media only screen and (min-width: 768px) {
      hr.video--space {
        margin: 80px 0; } }

.row--video-demo {
  padding-top: 15px;
  padding-bottom: 355px;
  text-align: center; }
  @media only screen and (min-width: 600px) {
    .row--video-demo {
      padding-top: 50px;
      padding-bottom: 150px; } }

.row--video-demo .video-container {
  float: none;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 80px;
  background: url("https://lonelyplanetstatic.imgix.net/marketing/guides_app/iphonebody.png") top center no-repeat;
  vertical-align: top;
  height: 600px;
  width: 335px;
  padding: 53px 0 0 35px; }
  @media only screen and (min-width: 600px) {
    .row--video-demo .video-container {
      top: 95px;
      background: url("https://lonelyplanetstatic.imgix.net/marketing/guides_app/iPhone_6a.png") top center no-repeat;
      background-size: 488px 1001px;
      height: 1075px;
      width: 500px;
      padding: 60px 0 0 35px; } }

.row--video-demo .video-container #demo-video {
  display: none; }
  @media only screen and (min-width: 400px) {
    .row--video-demo .video-container #demo-video {
      float: left;
      clear: none;
      position: relative;
      width: 255px;
      height: 490px;
      top: 1px;
      display: block; } }
  @media only screen and (min-width: 600px) {
    .row--video-demo .video-container #demo-video {
      width: 470px;
      height: 765px;
      top: 60px;
      left: -5%;
      z-index: -1; } }

.row--video-demo .video-container .phone__video--mobile {
  float: left;
  clear: none;
  position: relative;
  width: 255px;
  height: 460px;
  top: 18px;
  z-index: -1; }
  @media only screen and (min-width: 400px) {
    .row--video-demo .video-container .phone__video--mobile {
      display: none; } }

.row--video-demo .video-container .video--desktop {
  display: none; }
  @media only screen and (min-width: 400px) {
    .row--video-demo .video-container .video--desktop {
      display: block; } }

.appIcon {
  background: url("https://lonelyplanetstatic.imgix.net/marketing/guides_app/Guides_Icon_150.png") no-repeat;
  background-size: 100%;
  position: absolute;
  height: 130px;
  width: 130px;
  left: 48%;
  top: 670px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  margin-bottom: 80px; }
  @media only screen and (min-width: 600px) {
    .appIcon {
      height: 155px;
      width: 155px;
      top: 840px;
      left: 490px; } }

.newCitiesIcon {
  background-color: #feef6d;
  border-radius: 50%;
  background-size: 100%;
  position: absolute;
  height: 90px;
  width: 90px;
  left: 93%;
  top: 0px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  padding-top: 16px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); }
  @media only screen and (min-width: 600px) {
    .newCitiesIcon {
      padding-top: 26px;
      height: 155px;
      width: 155px;
      top: 0px;
      left: 500px; } }
  .newCitiesIcon span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 80%;
    line-height: 22px; }
    @media only screen and (min-width: 600px) {
      .newCitiesIcon span {
        line-height: 35px; } }
    .newCitiesIcon span span {
      display: inline;
      font-size: 15px;
      vertical-align: top;
      position: relative;
      top: -3px; }
      @media only screen and (min-width: 600px) {
        .newCitiesIcon span span {
          font-size: 30px; } }
    .newCitiesIcon span.line1 {
      font-size: 10px; }
      @media only screen and (min-width: 600px) {
        .newCitiesIcon span.line1 {
          font-size: 16px; } }
    .newCitiesIcon span.line2 {
      font-size: 32px; }
      @media only screen and (min-width: 600px) {
        .newCitiesIcon span.line2 {
          font-size: 52px; } }
    .newCitiesIcon span.line3 {
      font-size: 12px; }
      @media only screen and (min-width: 600px) {
        .newCitiesIcon span.line3 {
          font-size: 24px; } }

p.watches__copy {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 30px; }
  @media only screen and (min-width: 600px) {
    p.watches__copy {
      width: 60%; } }

img.watches {
  width: 95%;
  padding-bottom: 60px; }
  @media only screen and (min-width: 600px) {
    img.watches {
      width: 45%; } }

.guides__support {
  padding: 15px 0 95px 0; }

.guides__support-links {
  padding: 10px 5px;
  display: block; }
  @media only screen and (min-width: 600px) {
    .guides__support-links {
      padding: 0px 20px;
      display: inline-block; } }

.guides-footer {
  display: inline-block;
  position: fixed;
  height: 80px;
  background-color: white;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #dbe6ec; }
  @media only screen and (min-width: 780px) {
    .guides-footer {
      display: none; } }

.guides-footer--centered {
  left: 50%;
  text-align: center;
  margin: 20px; }

.guides-footer--centered img.apple_store,
.guides-footer--centered img.google_play {
  width: 150px;
  display: inline-block;
  padding: 0 10px; }
  @media only screen and (min-width: 660px) {
    .guides-footer--centered img.apple_store,
    .guides-footer--centered img.google_play {
      width: 160px; } }

.watches-btn {
  margin: 30px auto 10px auto;
  padding: 15px;
  color: #fff;
  background-color: #297CBB;
  border-radius: 35px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.29, 1.65);
  width: 130px;
  opacity: 1; }
  @media only screen and (min-width: 1020px) {
    .watches-btn {
      display: block; } }
