.vertical-align, .hero__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*---------------------------------*\
  Base
\*---------------------------------*/
body {
  overflow-x: hidden;
  font: 100% / 1.618 "Ubuntu", arial;
  color: #6f6f6f; }

a {
  text-decoration: none;
  transition: color 0.25s; }

/*---------------------------------*\
  Layout
\*---------------------------------*/
.sec__intro,
.sec__about,
.sec__vacation {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }

.row--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .row--flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.row--full {
  display: table;
  width: 100%; }

.column--flex {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.col--third {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .col--third {
      width: 33.333333%; } }

.intro__icon,
.about__icon {
  margin-bottom: 1.875rem; }

/**
* Navigation
*/
header {
  position: absolute;
  z-index: 10;
  width: 100%; }

nav {
  position: relative;
  padding: 1.5rem 0; }
  @media screen and (min-width: 400px) {
    nav {
      padding: 3.75rem 0; } }

.logo-container {
  float: left; }

.logo-container a {
  font-weight: bold;
  text-transform: capitalize;
  color: #fff; }

nav label,
.nav-list a {
  transition: color 0.25s ease-in-out; }
  nav label:focus, nav label:hover,
  .nav-list a:focus,
  .nav-list a:hover {
    color: #f0454d; }
  nav label:active,
  .nav-list a:active {
    color: #ed242d; }

nav label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 1rem 0;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    nav label {
      display: none;
      visibility: hidden; } }

.nav_checkbox {
  display: none; }
  .nav_checkbox:checked + .nav-list {
    display: block; }

.nav-list {
  position: absolute;
  top: 3.125rem;
  right: 0;
  display: none; }
  @media screen and (min-width: 768px) {
    .nav-list {
      position: static;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

@media screen and (min-width: 768px) {
  .nav-list li:not(:last-child) {
    margin-right: 2rem; } }

.nav-list a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }

/**
* Hero
*/
.sec__hero,
.sec__photo {
  height: 50rem; }

.sec__hero {
  color: #fff;
  background-image: url(../img/hero--main--small.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sec__hero {
      background-image: url(../img/hero--main--small--@2.jpg); } }
  @media (min-width: 400px) {
    .sec__hero {
      background-image: url(../img/hero--main--medium.jpg); } }
    @media only screen and (min-width: 400px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-resolution: 192dpi), only screen and (min-width: 400px) and (min-resolution: 2dppx) {
      .sec__hero {
        background-image: url(../img/hero--main--medium--@2.jpg); } }
  @media (min-width: 750px) {
    .sec__hero {
      background-image: url(../img/hero--main--large.jpg); } }
    @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 750px) and (min-resolution: 2dppx) {
      .sec__hero {
        background-image: url(../img/hero--main--large--@2.jpg); } }

.sec__hero .container {
  height: 100%; }

.hero__content .heading--big {
  font-size: 1.5rem; }

.hero__content p {
  margin-bottom: 2.5rem;
  max-width: 27rem; }

/**
* Activities
*/
.sec__activities .row--flex {
  border-top: 1px solid #eee;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.sec__activities .col--third:not(:last-child) {
  border-right: 1px solid #eee; }

.card--icon,
.card--info {
  float: left;
  height: 100%; }

.card--icon {
  width: 30%; }

.card--icon img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.card--info {
  padding: 3rem;
  width: 70%; }

.card--info p {
  margin-bottom: 1rem; }

.card--info a {
  font-weight: bold; }

/**
* Photo
*/
.sec__photo {
  background: url(../img/photo__raft--with-overlay.jpg) no-repeat center center;
  background-size: cover; }

.sec__photo .container {
  height: 100%; }

[class$="__icon"] {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.photo__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.photo__content p {
  margin-top: 3.4375rem;
  margin-right: auto;
  margin-bottom: 3.4375rem;
  margin-left: auto;
  max-width: 720px;
  color: white; }

/**
* About
*/
.sec__about .heading--big,
.sec__about .about__btns {
  margin-right: auto;
  margin-left: auto; }

.sec__about .heading--big {
  max-width: 30.5rem; }

.sec__about .about__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.6875rem;
  max-width: 21rem; }
  @media screen and (max-width: 380px) {
    .sec__about .about__btns {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (max-width: 380px) {
  .about__btns .btn--outline {
    margin-top: 1.5rem; } }
/**
* Details
*/
@media screen and (max-width: 1199px) {
  .sec__details .row--flex:first-child {
    margin-bottom: 2.5rem; } }

@media screen and (min-width: 1200px) {
  .sec__details img {
    height: 450px; } }

@media screen and (min-width: 1200px) {
  .sec__details .details__deer {
    position: relative;
    top: 30px;
    left: -7.5rem; } }
@media screen and (max-width: 1199px) {
  .sec__details .details__deer {
    max-width: 100%; } }

@media screen and (min-width: 1200px) {
  .sec__details .details__nature {
    position: relative;
    top: -10px;
    right: 3.25rem; } }
@media screen and (max-width: 1199px) {
  .sec__details .details__nature {
    max-width: 100%; } }

@media screen and (min-width: 1200px) {
  .details__wildlife {
    padding-left: 5.125rem; } }

@media screen and (min-width: 1200px) {
  .details__exploring {
    padding-right: 3.125rem; } }

.sec__details p:nth-of-type(2) {
  margin-top: 2rem; }

/**
* Vacation
*/
.sec__vacation p,
.sec__vacation .btn {
  margin-right: auto;
  margin-left: auto; }

.sec__vacation p {
  max-width: 40rem; }

.sec__vacation .btn {
  display: block;
  margin-top: 2.0625rem;
  max-width: 180px;
  text-align: center; }

/**
* Footer
*/
footer {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem; }

.copy {
  float: left;
  font-size: .9rem; }
  @media screen and (max-width: 768px) {
    .copy {
      margin-bottom: 2rem; } }

.copy a,
.footer__links a {
  color: #6f6f6f; }
  .copy a:focus, .copy a:hover,
  .footer__links a:focus,
  .footer__links a:hover {
    color: #f0454d; }
  .copy a:active,
  .footer__links a:active {
    color: #ed242d; }

.footer__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .footer__links {
      justify-content: center;
      width: 100%; } }

.footer__links li:not(:last-child) {
  margin-right: 1rem; }

/*---------------------------------*\
  About Page
\*---------------------------------*/
.page__about .sec__hero {
  background-image: url(../img/hero--about--small.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page__about .sec__hero {
      background-image: url(../img/hero--about--small--@2.jpg); } }
  @media (min-width: 400px) {
    .page__about .sec__hero {
      background-image: url(../img/hero--about--medium.jpg); } }
    @media only screen and (min-width: 400px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-resolution: 192dpi), only screen and (min-width: 400px) and (min-resolution: 2dppx) {
      .page__about .sec__hero {
        background-image: url(../img/hero--about--medium--@2.jpg); } }
  @media (min-width: 750px) {
    .page__about .sec__hero {
      background-image: url(../img/hero--about--large.jpg); } }
    @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 750px) and (min-resolution: 2dppx) {
      .page__about .sec__hero {
        background-image: url(../img/hero--about--large--@2.jpg); } }

.page__about main,
.page__trip__detail main {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }

.page__about .divider--small,
.page__trip__detail .divider--small {
  margin-bottom: 2rem; }

.page__about p {
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  max-width: 34rem; }

.about__picture {
  max-width: 100%; }

/*---------------------------------*\
  Explore Page
\*---------------------------------*/
.page__explore .sec__hero {
  background-image: url(../img/hero--explore--small.jpg);
  background-attachment: fixed;
  background-position: bottom center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page__explore .sec__hero {
      background-image: url(../img/hero--explore--small--@2.jpg); } }
  @media (min-width: 400px) {
    .page__explore .sec__hero {
      background-image: url(../img/hero--explore--medium.jpg); } }
    @media only screen and (min-width: 400px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-resolution: 192dpi), only screen and (min-width: 400px) and (min-resolution: 2dppx) {
      .page__explore .sec__hero {
        background-image: url(../img/hero--explore--medium--@2.jpg); } }
  @media (min-width: 750px) {
    .page__explore .sec__hero {
      background-image: url(../img/hero--explore--large.jpg); } }
    @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 750px) and (min-resolution: 2dppx) {
      .page__explore .sec__hero {
        background-image: url(../img/hero--explore--large--@2.jpg); } }

.explore__listing,
.trip__listing {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: whitesmoke; }

.listing__board {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.listing__card {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 16rem;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 0.25s ease-in-out; }
  .listing__card:focus, .listing__card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .listing__card:focus .card__inner, .listing__card:hover .card__inner {
      color: rgba(255, 255, 255, 0.75); }
    .listing__card:focus .card__overlay, .listing__card:hover .card__overlay {
      background-color: rgba(0, 0, 0, 0.75); }

.card--explore .card__inner {
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95); }

.card__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: color 0.25s ease-in-out; }

.card--nature {
  background-image: url(../img/explore/explore--nature--thumbnail.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .card--nature {
      background-image: url(../img/explore/explore--nature--thumbnail--@2.jpg); } }

.card--water {
  background-image: url(../img/explore/explore--water--thumbnail.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .card--water {
      background-image: url(../img/explore/explore--water--thumbnail--@2.jpg); } }

.card--winter {
  background-image: url(../img/explore/explore--winter--thumbnail.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .card--winter {
      background-image: url(../img/explore/explore--winter--thumbnail--@2.jpg); } }

.card--forest {
  background-image: url(../img/explore/explore--forest--thumbnail.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .card--forest {
      background-image: url(../img/explore/explore--forest--thumbnail--@2.jpg); } }

.card--mountains {
  background-image: url(../img/explore/explore--mountains--thumbnail.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .card--mountains {
      background-image: url(../img/explore/explore--mountains--thumbnail--@2.jpg); } }

.card--tourism {
  background-image: url(../img/explore/explore--tourism--thumbnail.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .card--tourism {
      background-image: url(../img/explore/explore--tourism--thumbnail--@2.jpg); } }

.card--camping {
  background-image: url(../img/explore/explore--camping--thumbnail.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .card--camping {
      background-image: url(../img/explore/explore--camping--thumbnail--@2.jpg); } }

.card--culture {
  background-image: url(../img/explore/explore--culture--thumbnail.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .card--culture {
      background-image: url(../img/explore/explore--culture--thumbnail--@2.jpg); } }

.card--entertainment {
  background-image: url(../img/explore/explore--entertainment--thumbnail.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .card--entertainment {
      background-image: url(../img/explore/explore--entertainment--thumbnail--@2.jpg); } }

.card__inner h1 {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto; }

.card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.25s ease-in-out; }

/*---------------------------------*\
  Explore Detail Page
\*---------------------------------*/
.page__explore--detail .sec__hero {
  background-image: url(../img/explore/explore--camping--small.jpg);
  background-position-y: center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page__explore--detail .sec__hero {
      background-image: url(../img/explore/explore--camping--small--@2.jpg); } }
  @media (min-width: 400px) {
    .page__explore--detail .sec__hero {
      background-image: url(../img/explore/explore--camping--medium.jpg); } }
    @media only screen and (min-width: 400px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-resolution: 192dpi), only screen and (min-width: 400px) and (min-resolution: 2dppx) {
      .page__explore--detail .sec__hero {
        background-image: url(../img/explore/explore--camping--medium--@2.jpg); } }
  @media (min-width: 750px) {
    .page__explore--detail .sec__hero {
      background-image: url(../img/explore/explore--camping--full.jpg); } }
    @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 750px) and (min-resolution: 2dppx) {
      .page__explore--detail .sec__hero {
        background-image: url(../img/explore/explore--camping--full--@2.jpg); } }

.page__explore--detail .card__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page__explore--detail .card__picture,
.page__explore--detail .card__info {
  width: 100%; }

.page__explore--detail .card__picture {
  min-height: 6rem; }

.page__explore--detail .card__info {
  padding: 1rem;
  min-height: 14rem; }

.page__explore--detail .card__picture {
  background-repeat: no-repeat;
  background-position: center 75%;
  background-size: auto 45%;
  opacity: .75; }

.picture--auto {
  background-image: url(../img/icon--caravan--small.png); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .picture--auto {
      background-image: url(../img/icon--caravan--@2.png); } }

.picture--tent {
  background-image: url(../img/icon--camping-spot--small.png); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .picture--tent {
      background-image: url(../img/icon--camping-spot--@2.png); } }

.card__info .heading--small {
  margin-bottom: .5rem;
  font-size: .9rem;
  color: #f0454d; }

.info__list {
  font-size: .85rem;
  color: rgba(51, 51, 51, 0.5); }

/*---------------------------------*\
  Trip Page
\*---------------------------------*/
.page__trip .sec__hero {
  background-image: url(../img/hero--trip--small.jpg);
  background-position: top center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page__trip .sec__hero {
      background-image: url(../img/hero--trip--small--@2.jpg); } }
  @media (min-width: 400px) {
    .page__trip .sec__hero {
      background-image: url(../img/hero--trip--medium.jpg); } }
    @media only screen and (min-width: 400px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-resolution: 192dpi), only screen and (min-width: 400px) and (min-resolution: 2dppx) {
      .page__trip .sec__hero {
        background-image: url(../img/hero--trip--medium--@2.jpg); } }
  @media (min-width: 750px) {
    .page__trip .sec__hero {
      background-image: url(../img/hero--trip--large.jpg); } }
    @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 750px) and (min-resolution: 2dppx) {
      .page__trip .sec__hero {
        background-image: url(../img/hero--trip--large--@2.jpg); } }

.card--post .card__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.post__thumbnail,
.post__info {
  width: 100%;
  height: 50%;
  overflow: hidden; }

.post__thumbnail img {
  width: 100%;
  max-width: 100%;
  height: 100%; }

.no-js-img {
  display: none; }

.post__info {
  padding: 1rem;
  text-align: center; }

.post__info h1 {
  font-weight: bold;
  color: rgba(51, 51, 51, 0.9); }

.post__info hr {
  max-width: 1rem;
  opacity: .15; }

.post__info p {
  font-size: .8rem;
  color: rgba(51, 51, 51, 0.5); }

.pagination__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.pagination__list li:not(:last-child) {
  margin-right: .5rem; }

.pagination__list a {
  padding: .5rem .75rem;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.25s ease-in-out; }
  .pagination__list a:focus, .pagination__list a:hover {
    background-color: #ededed;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .pagination__list a:active {
    background-color: #dedede; }

.pagination__list .page--active {
  color: #fff;
  background-color: #f0454d; }
  .pagination__list .page--active:focus, .pagination__list .page--active:hover {
    background-color: #ed242d; }
  .pagination__list .page--active:active {
    background-color: #e1121c; }

/*---------------------------------*\
  Trip - Detail Page
\*---------------------------------*/
.page__trip__detail .sec__hero {
  background-image: url(../img/trip/fallen-tree--small.jpg);
  background-position: top center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page__trip__detail .sec__hero {
      background-image: url(../img/trip/fallen-tree--small--@2.jpg); } }
  @media (min-width: 400px) {
    .page__trip__detail .sec__hero {
      background-image: url(../img/trip/fallen-tree--medium.jpg); } }
    @media only screen and (min-width: 400px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-resolution: 192dpi), only screen and (min-width: 400px) and (min-resolution: 2dppx) {
      .page__trip__detail .sec__hero {
        background-image: url(../img/trip/fallen-tree--medium--@2.jpg); } }
  @media (min-width: 750px) {
    .page__trip__detail .sec__hero {
      background-image: url(../img/trip/fallen-tree--full.jpg); } }
    @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 750px) and (min-resolution: 2dppx) {
      .page__trip__detail .sec__hero {
        background-image: url(../img/trip/fallen-tree--full--@2.jpg); } }

.page__trip__detail p {
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  max-width: 34rem; }

/*---------------------------------*\
  Modules
\*---------------------------------*/
.btn {
  padding: 0.618rem 1.618rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s; }
  @media screen and (min-width: 768px) {
    .btn {
      outline: 0; } }

.btn--full {
  color: #fff;
  background: #f0454d;
  border: 2px solid #f0454d; }
  .btn--full:focus, .btn--full:hover {
    background: #f58288;
    border-color: #f58288; }
  .btn--full:active {
    background: #ed242d;
    border-color: #e1121c; }

.btn--disabled {
  background-color: #eee;
  cursor: not-allowed; }

.btn--outline {
  color: #f0454d;
  background: transparent;
  border: 2px solid; }
  .btn--outline:focus, .btn--outline:hover {
    color: #f58288; }
  .btn--outline:active {
    color: #ed242d; }

.card--big {
  height: 20rem; }

.card--small {
  height: 16rem; }

.divider--big,
.divider--small {
  height: 2px;
  border: 0; }

.divider--big {
  background: #eee; }

.divider--small {
  margin-bottom: 6.25rem;
  max-width: 1.5625rem;
  background: #f0454d; }

.heading--big,
.heading--small {
  font-weight: 700; }

.heading--big {
  margin-bottom: 2rem;
  text-transform: uppercase; }

.heading--small {
  margin-bottom: 1rem; }

.hero--small {
  height: 20rem; }

.text--bold {
  font-weight: bold; }

.text--center {
  text-align: center; }

.text--grey {
  color: #868686; }

.text--link {
  color: #f0454d; }
  .text--link:focus, .text--link:hover {
    color: #f58288; }
  .text--link:active {
    color: #ed242d; }
