@charset "UTF-8";
@font-face {
  font-family: 'travelstoke';
  src: url("/fonts/travelstoke.woff?v=5") format("woff"), url("/fonts/travelstoke.ttf?v=6") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'matador-network';
  src: url("/fonts/matador-network.woff?v=5") format("woff"), url("/fonts/matador-network.woff?v=6") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  cursor: default;
  background: #f6f6f6; }

.matador-logo {
  width: 300px;
  max-width: 100%; }

/* homepage styles */
.full-bg-page.home {
  background: none; }

.block-download {
  background: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  text-align: center; }

.block-download a {
  color: #fff; }

.block-download .container {
  padding-top: 20px; }

.block-download--description {
  text-align: center;
  padding-top: 80px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans", san-serif; }

.block-download--hand {
  text-align: center; }

@media (max-width: 768px) {
  .block-download--description {
    padding-top: 20px;
    font-size: 12px;
    line-height: 24px; }
  .block-download--hand {
    text-align: right; }
  .block-download--hand img {
    max-width: 75%; } }

.block-download--description img {
  max-width: 80%;
  margin-bottom: 40px; }

.download-box {
  margin-top: 40px;
  display: inline-block;
  width: 280px; }

.download-box p {
  margin: 6px 0 0 0; }

.download-box div {
  width: 50%;
  float: left; }

.download-box div .appstore-logo {
  padding: 10px 0; }

.download-box div img {
  max-width: 100%; }

.block-moreinfo {
  padding: 60px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 28px; }

.block-moreinfo--description {
  padding-top: 140px; }

.block-moreinfo ul {
  margin: 0;
  padding: 0;
  text-align: left; }

.block-moreinfo li {
  padding: 30px 0 0 0;
  list-style: none;
  position: relative; }

.block-moreinfo li:before {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -40px;
  top: 40px;
  background: url(/images/checkmark-orange.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.block-moreinfo img {
  max-width: 100%; }

@media (max-width: 768px) {
  .block-moreinfo ul {
    padding-left: 40px; }
  .block-moreinfo {
    font-size: 16px; }
  .block-moreinfo--description {
    padding-top: 20px; }
  .block-moreinfo img {
    max-width: 90%; } }

/* experience single */
.experience-single .photo {
  max-height: 100vh;
  overflow: hidden; }

.experience-single .photo img {
  width: 100%; }

.bottom-left-box {
  color: #000;
  font-weight: 300;
  position: relative;
  padding: 20px; }

.bottom-left-box .name {
  font-size: 30px; }

.bottom-left-box .caption {
  font-size: 15px;
  margin-bottom: 20px; }

.author-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.author {
  display: inline-block;
  font-weight: 600; }

.bottom-left-box .download {
  margin-top: 30px;
  text-align: right; }

.bottom-left-box .download > img {
  float: right;
  margin-top: 5px;
  width: 48%;
  max-width: 177px;
  height: auto;
  vertical-align: middle; }

.bottom-left-box .download-link {
  float: left;
  display: block;
  text-align: left;
  text-decoration: none;
  width: 48%; }

.bottom-left-box .download-link img {
  max-width: 100%;
  max-height: 40px; }

.bottom-left-box .download a:hover {
  transform: scale(1.03); }

@media (min-width: 960px) {
  .bottom-left-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); !* FF3.6-15 *!
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); !* Chrome10-25,Safari5.1-6 *!
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); !* IE6-9 *!*/ }
  .bottom-left-box .name {
    font-size: 50px; }
  .bottom-left-box .author-wrap, .bottom-left-box .download {
    float: left;
    width: 49%; }
  .bottom-left-box .download {
    background: none;
    margin: 0; }
  .bottom-left-box .download > img {
    float: right; }
  .bottom-left-box .download a {
    display: inline-block;
    width: auto;
    margin: 0 0 0 20px;
    float: right; } }

.user-travel-map h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center; }

.user-travel-map h1 span {
  font-size: 30px;
  font-weight: bold;
  margin-top: 6px;
  color: #f92121; }

.user-travel-map h2 {
  font-size: 24px;
  text-align: center; }

.user-travel-map .logo {
  text-align: center;
  margin-top: 20px; }

.user-travel-map .logo img {
  width: 80px; }

.button-primary {
  background: #f73c18;
  display: inline-block;
  font-weight: bold;
  padding: 14px 12px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase; }

.button-primary:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.03); }

.user-travel-map .map-meta {
  margin-top: 10px;
  padding: 25px 0;
  border-top: solid 2px #cccccc;
  border-bottom: solid 2px #cccccc; }

.user-travel-map .map-meta .pull-right {
  margin-top: 4px; }

.user-travel-map .map-meta .share-link {
  display: inline-block;
  border: solid 1px #2ba1d3;
  padding: 4px 8px;
  margin-left: 15px;
  border-radius: 10px;
  color: #000; }

.user-travel-map .share-link:hover {
  transform: scale(1.03);
  text-decoration: none; }

.app-icon:before,
.user-travel-map .map-meta .share-link .facebook:before,
.user-travel-map .map-meta .share-link .twitter:before {
  font-family: 'travelstoke';
  vertical-align: middle;
  font-size: 24px;
  display: inline-block;
  color: #000;
  font-style: normal;
  margin-right: 6px;
  vertical-align: middle; }

.user-travel-map .map-meta .share-link .facebook:before {
  content: '\e029'; }

.user-travel-map .map-meta .share-link .twitter:before {
  content: '\e02a'; }

.icon--countries-visited:before {
  content: "\E00F"; }

.icon--followers:before {
  content: "\E014";
  margin-right: 8px; }

.icon--following:before {
  content: "\E031";
  margin-right: 12px; }

.icon--map-marker:before {
  content: "\E000"; }

.icon--like:before {
  content: "\E01B"; }

.icon--comment:before {
  content: "\E03D"; }

.icon--spot:before {
  content: "\E00E"; }

.icon--3-dots:before {
  content: '\E028'; }

.drop-menu {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 10px;
  font-size: 14px; }

.drop-menu:before {
  color: #fff; }

.drop-menu-content {
  position: absolute;
  top: 30px;
  right: 10px;
  border: solid 1px #ccc;
  background: #f4f4f4;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1; }

.drop-menu-content li {
  margin: 0;
  padding: 4px 6px; }

.embed-modal-bg {
  z-index: 900;
  background: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.embed-modal {
  max-height: calc(100% - 100px);
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 990;
  background: #fff;
  padding: 10px;
  display: none;
  width: 90%; }

.embed-modal textarea {
  width: 100%; }

.embed-modal h2 {
  margin: 0 0 10px 0; }

.user-travel-map .map-meta .standard-link {
  margin-left: 20px;
  font-weight: bold;
  color: #808080;
  font-size: 18px; }

@media (max-width: 500px) {
  .user-travel-map .map-meta {
    text-align: center; }
  .user-travel-map .map-meta a {
    display: block;
    width: auto;
    clear: both;
    margin-bottom: 20px; }
  .user-travel-map .map-meta .pull-right {
    float: none !important;
    display: block; } }

.countries-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none; }

.countries-list li {
  margin: 0 0 10px 0;
  font-family: 'Montserrat', sans-serif;
  text-align: center; }

.map-main {
  padding: 20px 0; }

.full-bg-page {
  height: 100vh;
  background: url(/images/travelstoke-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center; }

.full-bg-page .logo {
  margin: 80px 0 60px; }

.full-bg-page .logo img {
  width: 280px; }

.full-bg-page h1 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 28px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4); }

.full-bg-page .description {
  font-size: 14px;
  font-weight: 300;
  font-family: "Open Sans", san-serif;
  margin-bottom: 20px;
  padding: 0 10px; }

.full-bg-page input[type="text"],
.full-bg-page input[type="password"],
.full-bg-page input[type="email"] {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 2px;
  width: 280px;
  max-width: 100%;
  color: #888888;
  text-align: center; }

.full-bg-page input[type="submit"] {
  border: solid 1px #fff;
  border-radius: 2px;
  max-width: 100%;
  width: 240px;
  background: none;
  color: #fff;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Open Sans", san-serif;
  letter-spacing: 2px; }

.full-bg-page .form-buttons {
  margin-top: 20px; }

.full-bg-page a {
  color: #fff;
  font-weight: bold; }

.user-image--medium {
  border-radius: 100%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 40px; }

.user-image--medium img {
  height: 160px;
  width: auto; }

.user-details .user-name {
  font-size: 36px;
  font-weight: bold;
  color: #EA4D30; }

@media (max-width: 480px) {
  .user-image--medium {
    float: none;
    margin: 0 auto 20px auto; }
  .user-details .user-name {
    text-align: center; } }

.user-stats-block.description {
  margin: 5px 0 10px; }

.user-stats-block ul {
  margin: 0;
  list-style: none;
  padding: 0; }

.user-stats-block li:before {
  color: #777; }

.user-stats-block li {
  display: inline-block;
  padding-right: 16px; }

.user-spots {
  clear: both;
  padding-top: 20px; }

.user-spots h2 {
  font-size: 24px;
  text-transform: uppercase; }

@media (max-width: 480px) {
  .user-spots h2 {
    text-align: center; } }

.user-spots .exp-single {
  display: inline-block;
  padding-right: 40px;
  max-width: 33%;
  margin-bottom: 20px;
  color: #222;
  text-decoration: none; }

@media (max-width: 960px) {
  .user-spots .exp-single {
    max-width: 50%;
    padding-right: 20px; } }

@media (max-width: 480px) {
  .user-spots .exp-single {
    max-width: 100%;
    padding: 0; } }

.user-spots .exp-single img {
  width: 100%;
  height: auto; }

.user-spots .exp-single .user-exp-details {
  text-align: center; }

.user-spots .exp-single .spot-name {
  font-size: 18px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.user-spots .exp-single .user-exp-details ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.user-spots .exp-single .user-exp-details li {
  display: inline-block;
  padding-right: 10px;
  font-size: 12px; }

.user-spots .exp-single .user-exp-details li:before {
  color: #777;
  font-size: 12px; }

.user-single .bottom-left-box {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  min-height: 120px;
  padding-top: 40px; }

.user-single .bottom-left-box .download {
  margin: 0 auto;
  float: none;
  text-align: center; }

.user-single .bottom-left-box .download img {
  float: left; }

.user-single .bottom-left-box .download a {
  margin-left: 10px; }

.featured-places__place:hover .featured-places__place__image {
  transform: scale(1.05); }

.featured-places .col-md-3, .featured-places .col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
  /*    &:first-child {
          padding-left: 15px;
        }
        &:last-child {
          padding-right: 15px;
        }*/ }

.featured-places--interests .featured-places__place__content {
  align-items: center;
  padding: 0; }
  .featured-places--interests .featured-places__place__content h2 {
    font-size: 1.5rem; }
    @media (max-width: 991px) {
      .featured-places--interests .featured-places__place__content h2 {
        font-size: 1.5rem;
        font-weight: 600; } }

.featured-places__place {
  padding-top: 150%;
  overflow: hidden;
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px; }

.featured-places__place__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #FFF;
  display: flex;
  justify-content: center;
  padding-top: 40px; }
  .featured-places__place__content h2 {
    font-size: 1.7rem;
    font-weight: 600;
    text-shadow: 1px 1px rgba(0, 0, 4, 0.4); }
    @media (max-width: 991px) {
      .featured-places__place__content h2 {
        font-size: 1.1rem; } }

.featured-places__place__image {
  transition: opacity .18s, transform .18s ease-out;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  z-index: -1;
  background-color: #2b2b2b; }
  .featured-places__place__image:after {
    background: #000;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.4; }

.featured-places__place__travelers, .featured-places__place__locals {
  position: absolute;
  padding: 20px;
  color: #FFF;
  bottom: 0; }
  @media (max-width: 991px) {
    .featured-places__place__travelers, .featured-places__place__locals {
      font-size: 0.8rem; } }

.featured-places__place__travelers {
  left: 0; }

.featured-places__place__locals {
  right: 0; }
  @media (max-width: 991px) {
    .featured-places__place__locals {
      display: none; } }

.user-link {
  display: flex; }
  @media (min-width: 768px) {
    .user-link {
      padding-left: 10px;
      padding-right: 10px; } }

.featured-user {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #1f1f29;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px; }
  .featured-user:hover .featured-user__image {
    transform: scale(1.05); }
  .featured-user__image-wrapper {
    position: relative;
    height: 0;
    padding-top: 80%;
    overflow: hidden; }
  .featured-user__image {
    transition: opacity .18s, transform .18s ease-out;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%; }
  .featured-user__content-wrapper {
    background: #FFF;
    padding: 10px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 991px) {
      .featured-user__content-wrapper {
        padding-top: 20px; } }
  .featured-user__location {
    font-size: 0.7rem;
    text-align: center; }
  .featured-user__meta {
    padding-top: 10px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 0.6rem;
    justify-self: flex-end; }
    @media (min-width: 768px) {
      .featured-user__meta {
        padding-top: 15px; } }
  .featured-user h2 {
    font-size: 0.8rem;
    text-align: center;
    margin: 0; }

@media (max-width: 991px) {
  .featured-users .row-md-slider .card {
    flex: 0 0 40%;
    max-width: 40%; }
  .featured-users .featured-user__location {
    display: none; } }

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

@media (min-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1150px;
    max-width: 100%; } }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px; }
  @media (min-width: 576px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-left: 15px;
      padding-right: 15px; } }

.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-xs-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-xs-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-xs-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-xs-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-xs-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.offset-xs-1 {
  margin-left: 8.333333%; }

.offset-xs-2 {
  margin-left: 16.666667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.333333%; }

.offset-xs-5 {
  margin-left: 41.666667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.333333%; }

.offset-xs-8 {
  margin-left: 66.666667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.333333%; }

.offset-xs-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

*, :after, :before {
  box-sizing: border-box; }

.flex {
  display: flex; }

.block {
  margin-bottom: 45px; }
  @media (max-width: 991px) {
    .block {
      margin-bottom: 30px; } }
  .block--padded {
    margin-bottom: 50px; }
  .block--large {
    margin-bottom: 66px; }
    @media (max-width: 991px) {
      .block--large {
        margin-bottom: 45px; } }

@media (max-width: 991px) {
  .row-md-slider {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-left: -15px;
    margin-right: -15px; }
    .row-md-slider .row {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-right: 0;
      margin-left: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
      .row-md-slider .row:before, .row-md-slider .row:after {
        content: ' ';
        -webkit-flex: 0 0 17px;
        flex: 0 0 17px; }
    .row-md-slider .experience-link {
      flex: 0 0 70%;
      max-width: 70%; } }

body {
  margin: 0; }

.section-title {
  color: #1f1f29;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: left;
  width: 100%; }
  .section-title--center {
    text-align: center;
    margin-bottom: 20px; }
  .section-title--white {
    color: #FFF; }

@media (max-width: 991px) {
  .row-md-slider .card {
    flex: 0 0 70%;
    max-width: 70%; } }

/* Pages */
.list-single__map {
  background: #ccc;
  position: relative;
  width: 100%;
  height: 40vh;
  margin: 0 0 40px 0; }
  @media (max-width: 767px) {
    .list-single__map {
      height: 50vh;
      margin-bottom: 10px; }
      .list-single__map .map-wrapper {
        height: 100%; } }

.list-single .meta-container {
  margin-top: 0;
  margin-bottom: 58px; }
  @media (max-width: 767px) {
    .list-single .meta-container {
      margin-bottom: 0; } }

.meta-container {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .meta-container {
      margin-top: 20px; } }

.spot-name {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px; }

.spot-description {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600; }

.spot-category {
  color: #f73c18;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800; }

.experience-single .author-location {
  color: #FFF;
  display: flex; }

.experience-single .spot-actions {
  margin: 18px 0; }
  .experience-single .spot-actions .button {
    margin-right: 10px; }

.experience-single .button {
  border: 1px solid #f73c18;
  color: #f73c18;
  text-transform: uppercase;
  padding: 8px;
  font-size: 11px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold; }

.experience-single .embed-link {
  text-decoration: none;
  color: #000;
  font-size: 11px;
  font-weight: bold; }

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #707070;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800; }

.spot-credit {
  margin-top: 30px;
  display: flex;
  font-weight: bold;
  font-size: 14px; }
  .spot-credit .author-img {
    width: 55px;
    height: 55px;
    margin-right: 15px; }
  .spot-credit__meta {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #666; }
  .spot-credit a, .spot-credit a:hover {
    color: #f73c18;
    text-decoration: none; }
  .spot-credit .nearby {
    margin-bottom: 20px; }

.question-single .header-wrapper {
  margin-bottom: 0; }

.question-single__wrapper {
  background: #fafafa;
  position: relative;
  margin-bottom: 40px;
  height: 60vh;
  min-height: 473px; }
  @media (max-width: 991px) {
    .question-single__wrapper {
      height: auto;
      padding: 0; } }

.question-single__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0; }
  @media (max-width: 767px) {
    .question-single__map .map-wrapper {
      padding-top: 0;
      height: 100%;
      position: absolute; } }

.question-single__question-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media (max-width: 991px) {
    .question-single__question-wrapper {
      flex-direction: column; }
      .question-single__question-wrapper div {
        position: relative; } }
  .question-single__question-wrapper h1 {
    text-align: center;
    width: 40%;
    margin: 0 auto;
    font-size: 30px; }
    @media (min-width: 768px) {
      .question-single__question-wrapper h1.question--long {
        font-size: 20px; } }
    @media (max-width: 1199px) {
      .question-single__question-wrapper h1 {
        width: 80%;
        font-size: 1.4rem;
        line-height: 1.6rem; } }
    @media (max-width: 767px) {
      .question-single__question-wrapper h1 {
        font-size: 24px;
        font-weight: 800;
        width: auto;
        padding: 0 25px; } }
  .question-single__question-wrapper h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #f73c18;
    font-size: 16px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .question-single__question-wrapper h3 {
        text-transform: none;
        font-size: 14px;
        font-weight: 800; } }
  .question-single__question-wrapper__answer-count {
    padding: 20px;
    font-weight: 700;
    color: #f73c18;
    text-align: center;
    margin-top: auto;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .question-single__question-wrapper__answer-count {
        font-size: 14px;
        font-weight: 800;
        padding: 20px 40px; } }

.question-single__question-content {
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  resize: vertical;
  display: flex;
  margin-top: auto;
  margin-bottom: auto; }

.question-single .comment_wrapper {
  background: #e8e8e8;
  margin-bottom: 15px;
  padding: 15px 20px 25px; }
  .question-single .comment_wrapper .comment-text {
    margin-top: 15px; }
  .question-single .comment_wrapper .link {
    color: #f73c18;
    text-decoration: none;
    font-weight: 600; }

.question-card {
  width: 100%;
  padding: 20px;
  color: #FFF;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  text-decoration: none; }
  @media (max-width: 991px) {
    .question-card {
      margin-bottom: 20px; } }
  .question-card p {
    margin-top: 0;
    font-size: 13px; }
  .question-card--long p {
    font-size: 13px; }
  .question-card__button {
    margin-top: auto;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 0px; }
    .question-card__button:after {
      color: #FFF; }
  .question-card .comment-text {
    font-size: 13px; }

.question-category {
  padding-bottom: 6px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase; }

.user-card {
  background: #FFF;
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  height: 100%; }

a {
  font-weight: 700;
  color: #f73c18;
  text-decoration: none; }
  a.card-subtitle, a.card-follow {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 6px; }

.user-card a:hover {
  text-decoration: underline; }

.card-follow {
  margin-top: 10px;
  display: flex; }
  .card-follow div {
    margin-right: 10px; }

.card-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .card-title {
      padding-bottom: 5px; } }

.comment-text {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 15px;
  line-height: 21px; }

.card-photo {
  overflow: hidden;
  position: relative;
  height: 300px;
  color: white; }

.card > .card-photo {
  margin: 0 -18px; }

.card-photo > .image,
.card-photo > .mosiac-tile-list,
.card-photo > .static-map,
.card-photo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.card-photo-content,
.card-photo > .image > .image-cover {
  transition: opacity 150ms; }

.slider--touched > .slider-track .card-photo-content,
.slider--touched > .slider-track > .card-photo > .image > .image-cover {
  opacity: 0;
  transition-delay: 500ms; }

.card-photo-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 18px 18px; }

.card-photo-list {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #1f1f29;
  color: white;
  padding-top: 75%; }

.card > .card-photo-list {
  margin: 0 -18px; }

.card-photo-list > .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.card-photo-list > .slider .card-photo {
  flex: 0 0 auto;
  width: 100%;
  height: 100%; }

.card-up-fors div {
  margin-bottom: 10px; }

.card-up-fors, .card-more-details {
  font-size: 14px; }

.card-up-fors, .card-interests {
  margin-bottom: 10px; }

.card-more-details {
  margin-top: auto; }
  @media (max-width: 991px) {
    .card-more-details {
      margin-top: 20px; } }

@media (min-width: 768px) {
  .user-single__top .col-lg-7 {
    padding-right: 0; }
  .user-single__top .col-lg-5 {
    padding-left: 0; } }

.share-icon {
  width: 50px;
  height: 50px;
  padding-right: 10px;
  fill: #333;
  display: flex; }
  .share-icon svg {
    width: 100%; }

.travel-map-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4); }

.explore-single__header {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 45vh;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 40px; }
  .explore-single__header h1 {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    color: #FFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8);
    font-size: 40px;
    font-weight: 800;
    margin: 0; }
    @media (max-width: 991px) {
      .explore-single__header h1 {
        font-size: 40px;
        line-height: 1.05;
        padding: 15px; } }
  .explore-single__header h2 {
    position: relative;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .explore-single__header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .explore-single__header__bg:after {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 63%); }
  .explore-single__header h1 {
    margin: 0;
    font-size: 3rem;
    z-index: 2; }
    @media (max-width: 767px) {
      .explore-single__header h1 {
        font-size: 1.6rem;
        padding-bottom: 30px; } }
  .explore-single__header h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 5px;
    z-index: 2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8); }

.explore-single .explore-header {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 60px 0;
  position: relative;
  min-height: 50vh; }
  .explore-single .explore-header--has-image h1, .explore-single .explore-header--has-image h3 {
    color: #FFF; }
  .explore-single .explore-header__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .explore-single .explore-header__image:after {
      content: ' ';
      width: 100%;
      top: 0;
      bottom: 0;
      background: #000;
      position: absolute;
      left: 0;
      opacity: 0.3; }
  .explore-single .explore-header__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .explore-single .explore-header__map .map-wrapper {
        padding-top: 0;
        height: 100%;
        position: absolute; } }

.explore-single .card--map {
  position: relative;
  background: #FFF; }

.explore-single .card__map {
  position: relative;
  min-height: 40vh;
  height: 100%;
  width: 100%; }
  .explore-single .card__map a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.explore-single .card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFF;
  padding: 40px 60px 20px 20px;
  height: 100%; }
  @media (max-width: 767px) {
    .explore-single .card__content {
      padding: 20px; } }
  .explore-single .card__content h2 {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.44px;
    color: #242424;
    margin-top: 0; }
    .explore-single .card__content h2 a {
      text-decoration: none;
      color: #242424; }
  .explore-single .card__content p {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.35px;
    color: #242424;
    margin-top: 0; }
    @media (max-width: 767px) {
      .explore-single .card__content p {
        display: none; } }

.explore-single .card__experience-count {
  margin-top: auto;
  opacity: 0.7;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center; }
  .explore-single .card__experience-count span {
    font-family: "travelstoke";
    padding-right: 3px; }

.search-container {
  position: relative;
  width: 100%; }

.search-wrapper input {
  pointer-events: all; }

.search-results {
  display: none;
  background: #FFF;
  text-align: left;
  border-radius: 5px; }
  .search-results--active {
    position: absolute;
    display: flex;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    flex-direction: column;
    z-index: 100;
    pointer-events: all; }
  .search-results .search-result {
    display: flex;
    color: #000;
    text-transform: none;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    flex: 0 0 auto;
    border-bottom: 1px solid #efefef;
    padding: 8px 14px; }
    .search-results .search-result__image {
      width: 20px;
      height: 20px;
      border-radius: 10px;
      background: #b7b7b7;
      margin-right: 10px;
      background-size: cover;
      background-position: center center; }
    .search-results .search-result__hashtag {
      text-align: center;
      width: 20px;
      margin-right: 10px;
      font-size: 1rem; }
    .search-results .search-result__country {
      color: #777; }

.spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  right: 5px; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em; }

.loader {
  margin: 0 auto;
  font-size: 2px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #CCC;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.experience-embed .travelstoke-experience-loaded {
  width: 99%;
  max-width: 940px;
  margin: 2px;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 7px #ddd;
  background: #fff;
  box-sizing: border-box; }

.experience-embed .bottom-left-box {
  font-weight: 300;
  position: relative;
  padding: 20px; }

.experience-embed .bottom-left-box .name {
  margin-top: -5px;
  font-size: 30px; }

.experience-embed .bottom-left-box .location {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold; }

.experience-embed .bottom-left-box .caption {
  font-size: 15px; }

.experience-embed .author-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  vertical-align: -10px;
  margin-right: 5px;
  border-radius: 50%; }

.experience-embed .author {
  display: inline-block;
  font-weight: 600; }

.experience-embed .download {
  overflow: hidden;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 480px) {
  .experience-embed .bottom-left-box .name {
    font-size: 20px; } }

.experience-embed .travelstoke-logo {
  vertical-align: middle;
  margin-left: 10px;
  line-height: 0; }

.experience-embed .travelstoke-logo img {
  width: auto;
  max-height: 26px; }

.experience-embed .download-link {
  line-height: 0; }

.experience-embed .download-link img {
  max-width: 100%;
  max-height: 40px; }

.experience-embed .matador-logo-img {
  border: none; }

.experience-embed .download-link:hover {
  transform: scale(1.03); }

.experience-embed .author-wrap {
  padding: 6px 10px; }

.experience-embed .author-wrap a {
  display: block;
  color: #000 !important;
  text-decoration: none; }

.experience-embed .open-spot {
  position: absolute;
  top: 10px;
  right: 0px;
  width: auto;
  display: inline-block;
  padding: 6px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold; }

.footer {
  padding-top: 80px;
  position: relative; }
  .footer__curve {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .footer__curve:before {
    content: ' ';
    border-style: solid;
    border-width: 75px;
    border-color: #262626 transparent transparent transparent;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 0;
    overflow: hidden;
    height: 30px;
    position: absolute;
    left: -100px;
    right: -100px; }
  .footer__content {
    background: #262626;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    margin-top: -2px; }
  .footer--red {
    padding-top: 0; }
    .footer--red .footer__curve {
      background: #eb5034; }
  .footer .row {
    align-items: center; }
  .footer .col-md-6 {
    padding-left: 30px;
    padding-right: 30px; }
  .footer .travelstoke-logo {
    display: block;
    font-size: 27px;
    font-weight: 300;
    color: #FFF;
    text-decoration: none;
    width: 190px;
    margin: 0 auto 10px; }
    @media (max-width: 767px) {
      .footer .travelstoke-logo {
        margin: 0;
        width: 100%; }
        .footer .travelstoke-logo .logo-title {
          font-size: 38px; } }
    @media (min-width: 768px) {
      .footer .travelstoke-logo:after {
        content: ' ';
        border-right: 1px solid #6f6f6f;
        height: 70px;
        position: absolute;
        right: 5px;
        top: 10px;
        width: 1px; } }
  .footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5; }
  .footer h3 {
    font-size: 44px;
    line-height: 1.32;
    letter-spacing: -0.44px;
    color: #ffffff;
    font-family: 'Damion', cursive;
    margin: 0;
    text-align: center; }
  .footer__discover {
    opacity: 0.5;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.37;
    text-align: center;
    color: #ffffff;
    position: relative; }
    @media (max-width: 767px) {
      .footer__discover {
        margin-bottom: 20px;
        padding-bottom: 20px; }
        .footer__discover:after {
          content: ' ';
          border: none;
          background: #b7b7b7;
          width: 80%;
          bottom: 0;
          position: absolute;
          height: 1px;
          left: 20px;
          right: 20px; } }
  .footer h4 {
    opacity: 0.4;
    font-size: 17px;
    color: #ffffff;
    text-transform: none;
    font-weight: 600;
    text-align: center; }
    @media (max-width: 767px) {
      .footer h4 {
        display: none; } }
  @media (max-width: 767px) {
    .footer .cta-txt-app__txt {
      display: none; } }
  .footer h5, .footer .full-experience {
    font-size: 33px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #f73c18;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 39px; }
    @media (max-width: 767px) {
      .footer h5, .footer .full-experience {
        display: none; } }
  .footer .full-experience {
    display: none; }
    @media (max-width: 767px) {
      .footer .full-experience {
        display: block;
        font-size: 1.0rem;
        margin: 0 0 10px; } }
  .footer .download-box {
    margin: 0 auto;
    display: flex; }
  .footer .react-phone-number-input__country--native {
    display: none; }
  .footer .cta-txt-app__submit {
    color: #FFF;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1rem; }
  .footer .footnote {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 28px; }
    .footer .footnote a {
      text-transform: initial;
      text-decoration: none;
      color: #5f5f5f;
      margin-right: 20px;
      font-size: 13px; }
      .footer .footnote a:last-child {
        margin-right: 0; }
      .footer .footnote a:hover {
        color: #FFF; }
    @media (max-width: 767px) {
      .footer .footnote {
        margin-top: 65px;
        flex-direction: column;
        align-items: center; }
        .footer .footnote a {
          color: #ffffff;
          margin-top: 9px;
          opacity: 0.7;
          font-size: 12px;
          margin-right: 0; }
          .footer .footnote a:last-child {
            text-decoration: underline; } }
  .footer .cta-txt-app__submit {
    box-shadow: none; }

.header-wrapper {
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%;
  color: #000;
  pointer-events: none;
  background: #f73c18;
  margin-bottom: 40px;
  position: relative; }
  .header-wrapper .container {
    pointer-events: none;
    justify-content: space-between;
    display: flex; }
  @media (max-width: 767px) {
    .header-wrapper {
      height: 45px;
      margin-bottom: 16px; }
      .header-wrapper .container {
        width: 100%;
        margin: 0; } }
  .header-wrapper--flush {
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .header-wrapper--flush {
        margin-bottom: 0; } }
  .header-wrapper .col-sm-4 {
    display: flex;
    justify-content: center;
    pointer-events: none; }
    @media (max-width: 991px) {
      .header-wrapper .col-sm-4 {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 100;
        height: 40px; } }
  .header-wrapper a {
    color: #FFF;
    text-decoration: none;
    font-size: 0.87rem;
    pointer-events: all; }
  .header-wrapper--home {
    position: absolute;
    color: #FFF; }
  .header-wrapper .left-nav {
    flex: 1 1 33.333%; }
  .header-wrapper .search-wrapper {
    position: relative;
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
    pointer-events: none;
    display: flex;
    /*    a.search-results-submit {
      border-color: #000;
      color: #000;
      border-radius: 7px;
      margin: 0;
      margin-left: 5px;
    }*/ }
    @media (max-width: 767px) {
      .header-wrapper .search-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; } }
    .header-wrapper .search-wrapper input {
      width: 100%;
      font-size: 17px;
      border: none;
      padding: 13px 10px; }
      @media (max-width: 767px) {
        .header-wrapper .search-wrapper input {
          padding: 9px 10px;
          font-size: 12px; } }
    .header-wrapper .search-wrapper .search-icon {
      font-family: "travelstoke";
      width: 30px;
      height: 30px; }
      @media (max-width: 767px) {
        .header-wrapper .search-wrapper .search-icon {
          width: 25px;
          height: 25px; } }
    .header-wrapper .search-wrapper .search-icon, .header-wrapper .search-wrapper .close-icon {
      cursor: pointer;
      color: #FFF;
      pointer-events: all;
      right: 0;
      margin: auto 0;
      top: 0;
      bottom: 0;
      z-index: 10; }
    .header-wrapper .search-wrapper .search-icon {
      font-size: 1.3rem; }
    .header-wrapper .search-wrapper .spinner {
      right: 35px; }
    .header-wrapper .search-wrapper .close-icon {
      position: absolute;
      padding: 7px;
      right: 5px;
      fill: #333; }
      @media (max-width: 767px) {
        .header-wrapper .search-wrapper .close-icon {
          right: 0;
          fill: #cacaca; } }
    @media (max-width: 991px) {
      .header-wrapper .search-wrapper .search-results {
        max-height: 100%;
        bottom: 0;
        top: 80px;
        background: #f6f6f6;
        position: fixed;
        left: 0;
        right: 0; } }
    .header-wrapper .search-wrapper .search-container {
      visibility: hidden;
      position: absolute;
      right: 0;
      width: 350px;
      justify-self: center;
      align-self: center; }
      @media (max-width: 767px) {
        .header-wrapper .search-wrapper .search-container {
          position: relative;
          width: 100%; } }
      .header-wrapper .search-wrapper .search-container--visible {
        visibility: initial; }
  .header-wrapper .download-box {
    margin-top: 0;
    margin-left: auto; }
    @media (max-width: 767px) {
      .header-wrapper .download-box {
        justify-content: flex-end;
        display: flex;
        margin: 7px 35px 7px 7px; } }
  .header-wrapper .download-app-button {
    display: none;
    font-size: 11px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
    padding: 8px 9px; }
    .header-wrapper .download-app-button span {
      margin-right: 4px;
      width: 10px;
      height: 15px;
      border-radius: 2px;
      border: 1px solid #FFF;
      position: relative; }
      .header-wrapper .download-app-button span:before {
        content: '';
        position: absolute;
        width: 2px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #FFF;
        margin: 0 auto;
        bottom: 2px; }
    @media (max-width: 767px) {
      .header-wrapper .download-app-button {
        display: flex;
        background: #000000;
        border-radius: 4px;
        align-items: center; } }
  @media (max-width: 767px) {
    .header-wrapper .download-store-button {
      display: none; } }

.travelstoke-logo {
  color: #FFF;
  width: 200px;
  text-align: center;
  align-self: center;
  display: flex;
  flex-direction: column;
  text-transform: initial; }
  .travelstoke-logo text {
    fill: #FFF; }
  @media (max-width: 767px) {
    .travelstoke-logo {
      width: 165px;
      font-size: 11px;
      color: #a5a5a5; } }
  .travelstoke-logo .logo-title {
    font-size: 25px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .travelstoke-logo .logo-title {
        font-size: 19px;
        color: #ffffff; } }

.search-wrapper a.search-results-submit {
  border: 2px solid #FFF;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 14px;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  margin-top: 23px; }

.search-wrapper input {
  border: none;
  background: #FFF;
  padding: 12px 15px;
  border-radius: 7px;
  width: 450px;
  z-index: 1;
  color: #9b9b9b;
  font-size: 1.1rem;
  border: 1px solid #CCC; }
  @media (max-width: 767px) {
    .search-wrapper input {
      width: auto; } }

.nearby__map {
  height: 40vh;
  min-height: 300px;
  position: relative;
  margin: 0 0 30px 0;
  margin-bottom: 50px; }
  .nearby__map .container {
    position: relative;
    padding-top: 34px;
    z-index: 10; }
  @media (max-width: 991px) {
    .nearby__map .container {
      padding-top: 26px; } }
  @media (max-width: 991px) {
    .nearby__map {
      margin-bottom: 100px; } }

.nearby__header {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 45vh;
  position: relative;
  flex-direction: column;
  align-items: center; }
  .nearby__header h1 {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    color: #FFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8);
    font-size: 40px;
    font-weight: 800;
    margin: 0; }
    @media (max-width: 991px) {
      .nearby__header h1 {
        font-size: 40px;
        line-height: 1.05;
        padding: 15px; } }
  .nearby__header h2 {
    position: relative;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .nearby__header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .nearby__header__bg:after {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 63%); }

.hashtag-single .hashtag__header {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 45vh;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px; }
  .hashtag-single .hashtag__header h1 {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    color: #FFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8);
    font-size: 40px;
    font-weight: 800;
    margin: 0; }
    @media (max-width: 991px) {
      .hashtag-single .hashtag__header h1 {
        font-size: 40px;
        line-height: 1.05;
        padding: 15px; } }
  .hashtag-single .hashtag__header h2 {
    position: relative;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .hashtag-single .hashtag__header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .hashtag-single .hashtag__header__bg:after {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 63%); }
  .hashtag-single .hashtag__header h1 {
    text-transform: uppercase; }

.hashtag-single__map-container {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .hashtag-single__map-container {
      margin-top: 0; } }
  .hashtag-single__map-container h2 {
    text-align: center;
    margin-bottom: 48px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .hashtag-single__map-container h2 {
        margin-bottom: 25px; } }

.hashtag-single__map {
  height: 40vh;
  min-height: 300px;
  position: relative;
  margin: 0 0 30px 0;
  margin-bottom: 0; }
  .hashtag-single__map .container {
    position: relative;
    padding-top: 34px;
    z-index: 10; }
  @media (max-width: 991px) {
    .hashtag-single__map .container {
      padding-top: 26px; } }
  @media (max-width: 767px) {
    .hashtag-single__map {
      height: 50vh; } }

/* Components */
.cta-txt-app {
  background: #FFF;
  margin-top: 60px;
  background-size: cover;
  margin-bottom: 30px; }
  .cta-txt-app__logo {
    width: 200px; }
  .cta-txt-app__content-wrapper {
    padding: 60px 0 40px 50px; }
    @media (max-width: 767px) {
      .cta-txt-app__content-wrapper {
        padding: 30px; } }
  .cta-txt-app__notice {
    font-size: 1rem;
    display: block;
    height: 25px;
    text-align: center; }
  .cta-txt-app .travelstoke-logo {
    width: 200px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-align: center; }
  .cta-txt-app ul {
    list-style: none;
    font-size: 18px;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      .cta-txt-app ul {
        text-align: center; } }
    @media (min-width: 1200px) {
      .cta-txt-app ul {
        padding: 20px 40px 20px 60px; } }
  .cta-txt-app li {
    padding: 10px;
    font-weight: 500; }
    .cta-txt-app li::before {
      content: "•";
      color: #f73c18;
      margin-right: 10px;
      font-size: 19px;
      margin-left: -20px; }
      @media (max-width: 991px) {
        .cta-txt-app li::before {
          display: none; } }
  .cta-txt-app__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px; }
    .cta-txt-app__txt__form {
      font-size: 13px;
      display: flex;
      flex-direction: row;
      margin: 5px 0; }
  .cta-txt-app__submit {
    background: #f73c18;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-content: center;
    justify-content: center;
    flex: 1;
    align-items: center;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: 0 0 10px #CCC;
    z-index: 0;
    font-weight: 700; }
    @media (max-width: 991px) {
      .cta-txt-app__submit {
        padding: 0 10px;
        font-weight: bold;
        font-size: 10px; } }
    .cta-txt-app__submit--disabled {
      cursor: wait;
      background: #9b9b9b; }
  .cta-txt-app .iphone-screen-wrapper {
    overflow: hidden; }
    @media (max-width: 991px) {
      .cta-txt-app .iphone-screen-wrapper {
        display: none; } }
    .cta-txt-app .iphone-screen-wrapper:before {
      z-index: 1;
      content: ' ';
      position: absolute;
      top: 0px;
      left: 120px;
      bottom: 20px;
      right: 120px;
      background: #FFF;
      box-shadow: 0 0 50px #000;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px; }
      @media (max-width: 1199px) {
        .cta-txt-app .iphone-screen-wrapper:before {
          display: none; } }
  .cta-txt-app .iphone-screen {
    position: absolute;
    top: -30px;
    left: 100px;
    bottom: 0;
    right: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    z-index: 2;
    width: 360px; }
    @media (max-width: 1199px) {
      .cta-txt-app .iphone-screen {
        background-position: center;
        width: 260px;
        background-size: contain;
        bottom: 0; } }

.footer-links {
  padding-top: 100px;
  text-align: center;
  width: 100%; }
  .footer-links a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    margin-right: 37px; }
    .footer-links a:last-child {
      margin-right: 0; }
  @media (max-width: 1199px) {
    .footer-links {
      display: flex;
      flex-direction: column; }
      .footer-links a {
        margin: 10px 0; } }

.travelstoke-logo svg {
  width: 100%; }

.react-phone-number-input__row {
  /* This is done to stretch the contents of this component */
  display: flex;
  align-items: center; }

.react-phone-number-input__phone {
  /* The phone number input stretches to fill all empty space */
  flex: 1;
  /* The phone number input should shrink
     to make room for the extension input */
  height: 57px;
  min-width: 0; }

.react-phone-number-input__icon {
  /* The flag icon size is 4x3 hence the exact `width` and `height` values */
  width: 1.24em;
  height: 0.93em;
  /* `1px` is still too much for a "retina" screen but there's no way in CSS to specify "hairline" border width. */
  border: 1px solid rgba(0, 0, 0, 0.5);
  /* Makes sure `width`x`height` is exactly `4x3` and `border` width is not included in it */
  box-sizing: content-box; }

.react-phone-number-input__icon--international {
  /* The international icon size is square */
  /* and also has no border hence the `2 * 1px` `width` and `height` compensation */
  width: calc(0.93em + 2px);
  height: calc(0.93em + 2px);
  /* The international icon size is square hence the exact `padding` value */
  /* for precise alignment with `4x3` sized country flags. */
  padding-left: 0.155em;
  padding-right: 0.155em;
  border: none; }

.react-phone-number-input__error {
  margin-left: calc(1.24em + 2px + 0.3em + 0.35em + 0.5em);
  margin-top: calc(0.3rem);
  color: #D30F00; }

.react-phone-number-input__icon-image {
  max-width: 100%;
  max-height: 100%; }

/* Removes `<input type="number"/>` up/down arrows in Webkit browsers. */
.react-phone-number-input__ext-input::-webkit-inner-spin-button,
.react-phone-number-input__ext-input::-webkit-outer-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important; }

.react-phone-number-input__ext-input {
  width: 3em; }

.react-phone-number-input__ext {
  white-space: nowrap; }

.react-phone-number-input__ext,
.react-phone-number-input__ext-input {
  margin-left: 0.5em; }

/* Styling native country `<select/>`. */
.react-phone-number-input__country--native {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: 0.5em; }

.react-phone-number-input__country-select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer; }

.react-phone-number-input__country-select-arrow {
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-bottom: 0.1em;
  margin-top: 0.3em;
  margin-left: 0.3em;
  border-width: 0.35em 0.2em 0 0.2em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #B8BDC4;
  opacity: 0.7;
  transition: color 0.1s; }

/* Something from stackoverflow. */
.react-phone-number-input__country-select-divider {
  font-size: 1px;
  background: black; }

.react-phone-number-input__country-select:focus + .react-phone-number-input__country-select-arrow {
  color: #03B2CB; }

/* Styling phone number input */
.react-phone-number-input__input {
  padding: 15px 10px;
  outline: none;
  border-radius: 0;
  appearance: none;
  border: none;
  border-bottom: 1px solid #C5D2E0;
  transition: border 0.1s;
  font-size: inherit;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px; }

.react-phone-number-input__input:focus {
  border-color: #03B2CB; }

.react-phone-number-input__input--disabled {
  cursor: default; }

.react-phone-number-input__input--invalid,
.react-phone-number-input__input--invalid:focus {
  border-color: #EB2010; }

/* Overrides Chrome autofill yellow background color */
.react-phone-number-input__input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset; }

/* A small fix for `react-responsive-ui` */
.react-phone-number-input__country .rrui__select__button {
  border-bottom: none; }

.cta {
  position: relative;
  background: #FFF;
  padding-bottom: 20px;
  margin-top: 240px; }
  .cta h2 {
    font-size: 19px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .cta h2 {
        text-align: center; } }
  .cta .mocks {
    margin-top: -50px;
    display: flex;
    justify-content: flex-end;
    position: relative; }
    @media (max-width: 991px) {
      .cta .mocks {
        display: flex;
        align-content: center;
        justify-content: center; }
        .cta .mocks img {
          padding: 20px;
          width: 100% !important;
          height: auto !important; }
        .cta .mocks .iphone-mock {
          top: -150px; } }
  .cta .iphone-mock {
    z-index: 1;
    margin-top: -130px;
    margin-right: -150px; }
    @media (max-width: 991px) {
      .cta .iphone-mock {
        width: 80%; } }
  .cta .android-mock {
    position: relative;
    z-index: 10;
    left: 0;
    margin-right: 0;
    width: 302px; }
    @media (max-width: 991px) {
      .cta .android-mock {
        width: 80%; } }
  .cta h4 {
    margin-top: 30px !important;
    color: #f73c18;
    font-size: 17px;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: left !important; }
    @media (max-width: 991px) {
      .cta h4 {
        text-align: center !important; } }
  .cta .download-box {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative; }
    @media (max-width: 991px) {
      .cta .download-box {
        display: flex;
        margin: 0 auto; } }
    .cta .download-box:first-child {
      padding-left: 0; }
    .cta .download-box:after {
      content: ' ';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 260px;
      height: 1px;
      opacity: 0.28;
      border: solid 1px #979797;
      background-color: #d8d8d8; }
  .cta .cta-txt-app__txt {
    align-items: flex-start; }
    @media (max-width: 991px) {
      .cta .cta-txt-app__txt {
        align-items: center; } }
  .cta input {
    border-radius: 9px;
    background-color: #ebebeb;
    border: none;
    padding: 15px;
    opacity: 0.4;
    font-size: 17px;
    color: #55565a; }
  .cta .cta-txt-app__submit {
    border-radius: 9px;
    background-color: #f73c18;
    padding: 0 15px; }
  .cta .react-phone-number-input__country--native {
    display: none; }
  .cta__wrapper {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    z-index: 1; }
    @media (max-width: 991px) {
      .cta__wrapper {
        flex-direction: column; } }
  @media (min-width: 991px) {
    .cta__content-wrapper {
      padding-left: 60px;
      padding-top: 120px; } }
  .cta__logo {
    font-size: 38px;
    color: #f73c18;
    font-weight: 300; }
    .cta__logo span {
      font-weight: 600; }
    @media (max-width: 991px) {
      .cta__logo {
        text-align: center; } }

.credit {
  display: flex;
  flex-direction: row;
  color: #FFF;
  margin-top: 20px;
  font-weight: bold; }
  .credit:before {
    content: ' ';
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    pointer-events: none;
    position: absolute;
    opacity: .6;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .credit:before {
        opacity: .9; } }
  .credit a {
    color: #FFF;
    text-decoration: none;
    pointer-events: auto; }
  .credit--dark {
    color: #000; }
    .credit--dark a {
      color: #f73c18; }
  .credit__img {
    display: inline-block;
    min-width: 40px;
    min-height: 40px;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .credit__meta {
    display: flex;
    align-items: flex-start;
    margin-right: 50px;
    flex-direction: column;
    justify-content: center; }
  .credit--experience, .credit--list, .credit--question {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    width: 100%;
    pointer-events: none;
    margin: 0; }
    .credit--experience .credit__meta, .credit--list .credit__meta, .credit--question .credit__meta {
      align-items: center;
      justify-content: center; }
  .credit--question {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
    padding: 50px 23px 0 23px; }
    @media (max-width: 767px) {
      .credit--question {
        flex-direction: row; } }
    .credit--question .credit__img {
      width: 60px;
      height: 60px;
      margin: 30px 0 10px;
      box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.3); }
      @media (max-width: 767px) {
        .credit--question .credit__img {
          width: 50px;
          height: 50px;
          margin: 0 13px 0 0; } }
    .credit--question .credit__meta {
      margin: 0;
      text-align: center;
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .credit--question .credit__meta {
          text-align: left; } }
      .credit--question .credit__meta a {
        display: block;
        font-weight: 800; }
  .credit__stats {
    color: #707070; }
  @media (max-width: 767px) {
    .credit {
      font-size: 90%; } }

.category-food {
  background-color: #d56c36 !important; }

.category-food.category-drink {
  background: linear-gradient(45deg, #d56c36, #bd443e) !important; }

.category-food.category-shop {
  background: linear-gradient(45deg, #d56c36, #218da6) !important; }

.category-food.category-culture {
  background: linear-gradient(45deg, #d56c36, #a2688e) !important; }

.category-food.category-stay {
  background: linear-gradient(45deg, #d56c36, #3a80c5) !important; }

.category-food.category-outdoor {
  background: linear-gradient(45deg, #d56c36, #397d57) !important; }

.category-food.category-kids {
  background: linear-gradient(45deg, #d56c36, #dea336) !important; }

.category-food.category-music {
  background: linear-gradient(45deg, #d56c36, #514693) !important; }

.category-drink {
  background-color: #bd443e !important; }

.category-drink.category-shop {
  background: linear-gradient(45deg, #bd443e, #218da6) !important; }

.category-drink.category-culture {
  background: linear-gradient(45deg, #bd443e, #a2688e) !important; }

.category-drink.category-stay {
  background: linear-gradient(45deg, #bd443e, #3a80c5) !important; }

.category-drink.category-outdoor {
  background: linear-gradient(45deg, #bd443e, #397d57) !important; }

.category-drink.category-kids {
  background: linear-gradient(45deg, #bd443e, #dea336) !important; }

.category-drink.category-music {
  background: linear-gradient(45deg, #bd443e, #514693) !important; }

.category-shop {
  background-color: #218da6 !important; }

.category-shop.category-culture {
  background: linear-gradient(45deg, #218da6, #a2688e) !important; }

.category-shop.category-stay {
  background: linear-gradient(45deg, #218da6, #3a80c5) !important; }

.category-shop.category-outdoor {
  background: linear-gradient(45deg, #218da6, #397d57) !important; }

.category-shop.category-kids {
  background: linear-gradient(45deg, #218da6, #dea336) !important; }

.category-shop.category-music {
  background: linear-gradient(45deg, #218da6, #514693) !important; }

.category-culture {
  background-color: #a2688e !important; }

.category-culture.category-stay {
  background: linear-gradient(45deg, #a2688e, #3a80c5) !important; }

.category-culture.category-outdoor {
  background: linear-gradient(45deg, #a2688e, #397d57) !important; }

.category-culture.category-kids {
  background: linear-gradient(45deg, #a2688e, #dea336) !important; }

.category-culture.category-music {
  background: linear-gradient(45deg, #a2688e, #514693) !important; }

.category-stay {
  background-color: #3a80c5 !important; }

.category-stay.category-outdoor {
  background: linear-gradient(45deg, #3a80c5, #397d57) !important; }

.category-stay.category-kids {
  background: linear-gradient(45deg, #3a80c5, #dea336) !important; }

.category-stay.category-music {
  background: linear-gradient(45deg, #3a80c5, #514693) !important; }

.category-outdoor {
  background-color: #397d57 !important; }

.category-outdoor.category-kids {
  background: linear-gradient(45deg, #397d57, #dea336) !important; }

.category-outdoor.category-music {
  background: linear-gradient(45deg, #397d57, #514693) !important; }

.category-kids {
  background-color: #dea336 !important; }

.category-kids.category-music {
  background: linear-gradient(45deg, #dea336, #514693) !important; }

.category-music {
  background-color: #514693 !important; }

.travel-map {
  box-shadow: 0 0 15px #CCC;
  position: relative;
  height: 100%;
  min-height: 400px;
  width: 100%; }
  @media (max-width: 767px) {
    .travel-map {
      min-height: 60vh;
      padding-top: 0;
      height: 50vh; } }
  .travel-map .map-wrapper {
    height: 100%; }
  @media (max-width: 767px) {
    .travel-map .map-wrapper {
      height: 100%; } }

.map-wrapper {
  padding-right: 0;
  margin-right: -15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 767px) {
    .map-wrapper {
      padding-top: 0;
      position: relative; } }
  .map-wrapper__map {
    background: #ccc;
    padding-top: 50%;
    box-shadow: 0 0 15px #CCC;
    position: relative;
    height: 0; }
    @media (max-width: 767px) {
      .map-wrapper__map {
        padding-top: 0;
        height: 50vh; } }

.map-nav {
  background: #FFF;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column; }
  .map-nav__total-spots {
    margin-top: auto; }

.region-button {
  background: #FFF;
  padding: 5px 12px;
  margin: 0 5px 8px 0;
  color: #f73c18;
  align-self: flex-start;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #FFF;
  display: inline-block;
  border: 1px solid #f73c18; }
  .region-button:hover {
    background: #f73c18;
    border: 1px solid #f73c18;
    color: #FFF;
    cursor: pointer; }

.marker {
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex; }

.marker-secondary {
  text-align: center;
  width: 14px;
  height: 14px;
  background: rgba(238, 78, 48, 0.7);
  border: 2px solid #f73c18;
  border-radius: 7px; }
  .marker-secondary--cluster {
    background: #ee4e30;
    display: flex;
    width: 26px;
    height: 26px;
    color: #FFF;
    font-weight: 700;
    border-radius: 50%;
    justify-content: center;
    align-items: center; }

.card--location {
  height: 300px; }
  .card--location a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8);
    font-weight: 700; }
    .card--location a div {
      position: relative; }
    .card--location a .image {
      background-size: cover;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
      .card--location a .image:after {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.2);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 63%); }

.card:hover {
  border-radius: 3px; }
  .card:hover .image-inner {
    transform: scale(1.05); }

.list-wrapper .experience-card {
  margin-bottom: 20px; }

.experience-link, .list-link {
  display: flex; }

.experience-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative; }
  .experience-card h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px; }
    .experience-card h3 a {
      color: #000;
      text-decoration: none; }
  .experience-card .content-wrapper {
    background: #FFF;
    flex-grow: 1;
    padding: 15px; }
  .experience-card__category {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid #CCC;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 11px;
    color: #707070;
    text-decoration: none; }
    .experience-card__category--food {
      color: #d56c36;
      border-bottom-color: #d56c36; }
    .experience-card__category--drink {
      color: #bd443e;
      border-bottom-color: #bd443e; }
    .experience-card__category--shop {
      color: #218da6;
      border-bottom-color: #218da6; }
    .experience-card__category--culture {
      color: #a2688e;
      border-bottom-color: #a2688e; }
    .experience-card__category--stay {
      color: #3a80c5;
      border-bottom-color: #3a80c5; }
    .experience-card__category--outdoor {
      color: #397d57;
      border-bottom-color: #397d57; }
    .experience-card__category--kids {
      color: #dea336;
      border-bottom-color: #dea336; }
    .experience-card__category--music {
      color: #514693;
      border-bottom-color: #514693; }
  .experience-card .spot-credit {
    margin-top: 0px;
    color: #333333;
    font-size: 12px;
    padding: 10px 0 5px; }
    .experience-card .spot-credit .author-img {
      width: 35px;
      height: 35px;
      margin-right: 8px; }
    @media (max-width: 767px) {
      .experience-card .spot-credit {
        background: #FFF;
        padding: 10px; } }
  .experience-card .image-wrapper {
    flex: 0 0 auto;
    display: block;
    position: relative;
    text-decoration: none !important;
    width: 100%; }
    .experience-card .image-wrapper .image {
      padding-top: 73%;
      overflow: hidden;
      display: block;
      position: relative;
      height: 0;
      background: #CCC;
      width: 100%; }
      .experience-card .image-wrapper .image .image-inner {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50%;
        transition: opacity .18s, -webkit-transform .18s ease-out;
        transition: opacity .18s, transform .18s ease-out; }
      .experience-card .image-wrapper .image .show-modal {
        position: absolute;
        right: 15px;
        bottom: 15px;
        z-index: 10;
        width: 25px;
        height: 25px;
        background: #FFF;
        border-radius: 3px;
        cursor: pointer;
        opacity: 0.8; }
        .experience-card .image-wrapper .image .show-modal:hover {
          opacity: 1; }
    .experience-card .image-wrapper:after {
      content: ' ';
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      top: 0;
      z-index: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+69 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
      /* IE6-9 */ }
  @media (min-width: 768px) {
    .experience-card--horizontal {
      flex-direction: row;
      margin-bottom: 10px; }
      .experience-card--horizontal .image-wrapper {
        background: #CCC;
        width: 140px; } }
  .experience-card__close {
    position: absolute;
    top: 2px;
    right: 5px;
    padding: 3px;
    cursor: pointer;
    font-weight: 800;
    display: none;
    font-size: 14px;
    color: #1f1f29; }
  .experience-card__map {
    margin-bottom: 0;
    background: #000; }
    .experience-card__map .experience-card__close {
      display: block; }
    .experience-card__map .experience-card {
      margin: 0;
      z-index: 1;
      border: solid 5px #e64c3c; }
    .experience-card__map .content-wrapper {
      width: 125px;
      padding: 10px; }

.load-more-container {
  display: flex;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .load-more-container {
      width: 100%; } }

.load-more-btn {
  clear: both;
  overflow: hidden;
  display: block;
  max-width: 350px;
  min-width: 160px;
  margin: 25px auto 0;
  padding: 18px 30px;
  border-radius: 3px;
  background: #f73c18;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 700 .8rem Arial, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .05rem;
  cursor: pointer; }
  @media (max-width: 991px) {
    .load-more-btn {
      display: flex;
      justify-content: center;
      align-self: center;
      height: auto;
      margin: 30px;
      width: 150px; } }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 59px;
  pointer-events: none;
  margin-right: 3px; }

.lds-ellipsis div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

.lds-ellipsis--dark div {
  background: #cbcbcb; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.modal {
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  display: flex;
  justify-content: center; }
  .modal img {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
    z-index: 10000;
    /* Sit on top */
    padding: 20px;
    max-height: 100%; }
  .modal .container {
    justify-content: center;
    display: flex; }
  .modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer; }
  @media only screen and (max-width: 700px) {
    .modal img {
      width: 95%; } }

.card-map-wrapper {
  left: -130px; }

@media (max-width: 768px) {
  .card-map-wrapper {
    left: -70px !important; } }

.slider {
  position: relative; }

.right-arrow, .left-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  opacity: 0.9; }
  .right-arrow div, .left-arrow div {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    background: #FFF;
    color: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #efefef;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.right-arrow {
  right: -20px; }
  @media (max-width: 991px) {
    .right-arrow {
      right: -13px; } }

.left-arrow {
  left: -20px; }
  @media (max-width: 991px) {
    .left-arrow {
      left: -13px; } }

.slider-container {
  position: relative; }

.slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
  white-space: nowrap; }
  @media (max-width: 991px) {
    .slider {
      height: 300px; } }

.slider-wrapper {
  position: relative;
  height: 100%;
  width: 100%; }

.slide {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative; }

.arrow {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: transform ease-in .1s;
  margin: auto; }

.nextArrow {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 999;
  color: #fff; }

.backArrow {
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 999;
  color: #fff; }

.fa-arrow-right:before, .fa-arrow-left:before {
  color: #222; }

.image {
  position: relative;
  background-color: #ccc; }

.image-source,
.image-cover,
.image-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.image-source {
  transition: opacity  ease-in-out 400ms; }

.image--loading > .image-source {
  opacity: 0; }

.image-source {
  background-size: cover;
  background-position: center;
  opacity: 1; }

.image-cover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4));
  background-size: contain; }

.image-loader {
  background-color: #9b9b9b; }

.image--loading .image-loader {
  animation: imageLoaderPulse 800ms ease-in-out infinite alternate; }

@keyframes imageLoaderPulse {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.list-card {
  background: #FFF;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px; }
  .list-card h2 {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 20px;
    margin: 10px 0 20px;
    color: #000;
    /*    @media (max-width: $bs4-screen-sm-max) {
      font-size:0.9rem;
    }*/ }
    .list-card h2 a, .list-card h2 a:hover {
      color: #000;
      text-decoration: none; }
  .list-card .content-wrapper {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; }
  .list-card .card-meta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-top: auto; }
    .list-card .card-meta .credit {
      margin: 0; }
      .list-card .card-meta .credit__img {
        min-width: 20px;
        min-height: 20px;
        margin-right: 5px; }
  .list-card .image-wrapper {
    flex: 0 0 auto;
    display: block;
    position: relative;
    text-decoration: none !important;
    width: 100%; }
    .list-card .image-wrapper .image {
      padding-top: 73%;
      overflow: hidden;
      display: block;
      position: relative;
      height: 0;
      background: #CCC;
      width: 100%; }
      .list-card .image-wrapper .image .image-inner {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50%;
        transition: opacity .18s, -webkit-transform .18s ease-out;
        transition: opacity .18s, transform .18s ease-out; }
    .list-card .image-wrapper:after {
      content: ' ';
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      top: 0;
      z-index: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+69 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
      /* IE6-9 */ }

.home-hero {
  width: 100%;
  height: 90vh;
  background-size: cover;
  align-items: center;
  justify-content: center;
  background-image: url("https://d36tnp772eyphs.cloudfront.net/blogs/1/2018/12/josh-gordon-737099-unsplash-lg.jpg");
  background-position: bottom center;
  margin-bottom: 60px;
  display: flex; }
  .home-hero__content {
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center; }
    .home-hero__content h1 {
      font-size: 2.7rem;
      font-weight: 800;
      margin-bottom: 20px;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
      @media (max-width: 767px) {
        .home-hero__content h1 {
          font-size: 1.7rem;
          padding: 0 50px;
          text-align: center; } }
  .home-hero .search-wrapper {
    text-align: center; }

/* New homepage */
.home {
  background: #FFF; }

.cursive {
  font-family: 'Damion', cursive; }

.header {
  background-image: url("https://d36tnp772eyphs.cloudfront.net/blogs/1/2019/05/Banner-BG-Resized.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 5vh;
  background-position: center center; }
  .header .content-wrapper {
    padding-bottom: 284px; }
  @media (max-width: 991px) {
    .header .content-wrapper {
      margin: 0 auto;
      z-index: 100;
      position: relative;
      padding-bottom: 50px; } }
  .header .travelstoke-logo {
    margin: 0;
    text-decoration: none; }
  .header .download-box {
    margin: 0;
    width: 300px;
    display: flex;
    align-items: center; }
    .header .download-box div {
      width: auto; }
      .header .download-box div:first-child {
        margin-right: 10px; }
  .header .community-member {
    padding: 10px; }
  .header .be-a-local {
    opacity: 1;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .header:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 60, 24, 0.9);
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
  .header .container {
    z-index: 100;
    position: relative; }
  .header h1 {
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.5px;
    margin: 0;
    margin-bottom: 22px;
    line-height: 0.84;
    color: #ff947d; }
    @media (max-width: 1199px) {
      .header h1 {
        font-size: 45px; } }
    .header h1 .cursive {
      font-size: 93px;
      letter-spacing: -0.91px;
      font-weight: normal;
      color: #FFF; }
      @media (max-width: 1199px) {
        .header h1 .cursive {
          font-size: 70px; } }
  .header .curve-top {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 200px;
    z-index: 1;
    border-bottom: 50px #FFF solid; }
    .header .curve-top:after {
      content: '';
      height: 600px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100%;
      background: rgba(0, 0, 0, 0);
      position: absolute;
      bottom: -130px;
      left: -240px;
      right: -240px;
      border: 190px solid white; }
  .header .mock-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 15px; }
    .header .mock-wrapper--iphone {
      z-index: 0; }
    @media (max-width: 991px) {
      .header .mock-wrapper {
        margin: 0;
        position: relative;
        width: 100%; } }
  .header .iphone-mock {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    right: 150px; }
  .header .android-mock {
    position: absolute;
    bottom: 80px;
    right: 15px;
    z-index: 0; }
  .header .logo-container {
    width: 166px;
    margin-top: 45px;
    margin-bottom: 160px; }
    @media (max-width: 1199px) {
      .header .logo-container {
        margin-bottom: 80px; } }
  @media (max-width: 991px) {
    .header {
      height: auto; }
      .header h1 {
        width: 100%;
        text-align: center;
        font-size: 30px;
        margin-bottom: 25px; }
      .header .user-images {
        justify-content: center; }
      .header .logo-container {
        display: flex;
        width: 100%;
        justify-content: center; }
        .header .logo-container .travelstoke-logo {
          width: 166px; }
      .header .be-a-local {
        text-align: center; }
      .header .download-box {
        margin: 0 auto;
        padding-bottom: 80px; }
      .header .mock-wrapper {
        padding: 0; }
        .header .mock-wrapper img {
          padding: 50px;
          width: 100% !important; }
      .header .iphone-mock, .header .android-mock {
        position: relative;
        right: 0;
        left: 0;
        padding: 0 20px; }
      .header .iphone-mock img {
        margin: 0 0 0 -40px; }
      .header .android-mock {
        position: absolute;
        bottom: 80px;
        right: 0; }
        .header .android-mock img {
          margin: 0 0 0 40px; } }

.home {
  background: #ececec; }
  .home .introduction {
    padding: 100px 0 140px;
    font-size: 20px;
    line-height: 1.53;
    letter-spacing: -0.5px;
    text-align: center;
    color: #000000;
    background: #FFF; }
    @media (max-width: 991px) {
      .home .introduction {
        padding: 25px 0 105px; } }
    .home .introduction .user-images {
      justify-content: center;
      display: flex;
      margin-left: 22px;
      margin-bottom: 20px; }
      .home .introduction .user-images .slide-item-wrapper {
        margin-left: -15px; }
        .home .introduction .user-images .slide-item-wrapper:first-child {
          margin-left: 0; }
      @media (max-width: 991px) {
        .home .introduction .user-images {
          margin-left: 0; } }
    .home .introduction .slick-track {
      padding-bottom: 10px; }
    .home .introduction .user-image-carousel {
      width: 100%; }
    .home .introduction .user-image {
      width: 68px;
      height: 68px;
      background-color: #838383;
      border-radius: 34px;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
      margin-left: -22px;
      background-size: cover; }
      .home .introduction .user-image:first-child {
        margin-left: 0; }
    .home .introduction h2 {
      font-weight: 800;
      font-style: normal;
      font-stretch: normal;
      padding: 0 50px;
      margin: 0;
      opacity: 0; }
      @media (max-width: 767px) {
        .home .introduction h2 {
          padding: 0 20px;
          font-size: 20px; } }
    .home .introduction .logo-text {
      color: #f04a29; }
      .home .introduction .logo-text strong {
        font-weight: 700; }
  .home .list-container {
    background: none;
    position: relative;
    background: #FFF;
    overflow: hidden;
    padding-bottom: 350px;
    margin-bottom: 0; }
    @media (max-width: 1700px) {
      .home .list-container {
        padding-bottom: 240px; } }
    @media (min-width: 992px) {
      .home .list-container {
        padding-bottom: 250px; } }
    @media (min-width: 1200px) {
      .home .list-container {
        padding-bottom: 350px; } }
    @media (max-width: 991px) {
      .home .list-container {
        padding-bottom: 100px; } }
    .home .list-container .animated {
      z-index: 100;
      position: relative; }
    .home .list-container .wavy-curve {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }
      .home .list-container .wavy-curve img {
        width: 100%;
        position: relative;
        bottom: -25px; }
        @media (min-width: 1199px) {
          .home .list-container .wavy-curve img {
            bottom: -100px; } }
    .home .list-container .list-top-wave {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1; }
      .home .list-container .list-top-wave img {
        width: 100%;
        position: relative; }
    .home .list-container .curve-grey {
      position: absolute;
      top: 0;
      overflow: hidden;
      width: 100%;
      height: 180px;
      z-index: 0;
      background: #FFF; }
      .home .list-container .curve-grey:after {
        content: '';
        height: 600px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        left: -440px;
        right: -440px;
        border: 190px solid #ececec; }
    .home .list-container h2 {
      font-size: 30px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.5px;
      color: #262b2f;
      margin-top: 140px;
      margin-bottom: 10px;
      text-align: center; }
      @media (max-width: 991px) {
        .home .list-container h2 {
          margin-top: 105px; } }
    .home .list-container h3 {
      margin: 0;
      font-size: 50px;
      color: #a6a6a6;
      text-align: center;
      margin-top: 200px;
      font-weight: normal; }
      @media (max-width: 991px) {
        .home .list-container h3 {
          font-size: 34px;
          margin-top: 50px; } }
    .home .list-container h2 {
      margin-top: 0;
      color: #f73c18;
      font-size: 55px;
      margin-bottom: 47px;
      font-weight: 800; }
      @media (max-width: 991px) {
        .home .list-container h2 {
          font-size: 30px;
          font-weight: 600; } }
    .home .list-container .list-top-svg {
      width: 100%;
      height: 100px;
      z-index: 10000;
      position: relative; }
    .home .list-container .list-bottom-svg {
      position: absolute;
      width: 100%;
      bottom: -250px; }
      @media (max-width: 1524px) {
        .home .list-container .list-bottom-svg {
          bottom: -100px; } }
      @media (max-width: 991px) {
        .home .list-container .list-bottom-svg {
          bottom: -50px; } }
    .home .list-container .list-link {
      text-align: center;
      display: flex;
      align-content: center;
      text-decoration: none;
      flex-direction: column;
      margin-bottom: 42px;
      transform: scale(1); }
      .home .list-container .list-link:hover h2 {
        color: #f73c18;
        transform: scale(1.1);
        -moz-transform: none; }
      .home .list-container .list-link h2, .home .list-container .list-link h3 {
        font-weight: normal; }
      .home .list-container .list-link h3 {
        color: #a9a9a9;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8);
        font-size: 15px;
        margin-bottom: 8px;
        margin-top: 0; }
      .home .list-container .list-link h2 {
        -webkit-transition: all .08s ease;
        -moz-transition: all .08s ease;
        -o-transition: all .08s ease;
        transition: all .08s ease;
        color: #ffffff;
        font-weight: 800;
        font-size: 26px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(0, 0, 0, 0.3);
        margin-bottom: 18px; }
      .home .list-container .list-link__button {
        color: #f73c18;
        font-size: 14px; }
        .home .list-container .list-link__button:after {
          font-size: 10px;
          content: "\E00A";
          font-family: "travelstoke";
          color: #f73c18;
          padding-left: 5px; }
    .home .list-container .list-background-images {
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
    @media (max-width: 991px) {
      .home .list-container .row-slider-md .row {
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
      .home .list-container .row-slider-md .col-slide {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        display: flex;
        align-content: center;
        justify-content: center; } }
    .home .list-container .list-container-background-image {
      background-size: cover;
      background-color: #000;
      position: absolute;
      left: 0;
      right: 0;
      top: -0;
      bottom: 0;
      background-position: center center;
      opacity: 0;
      -webkit-transition: opacity .5s ease;
      -moz-transition: opacity .5s ease;
      -o-transition: opacity .5s ease;
      transition: opacity .5s ease;
      -moz-transition: none;
      /* Add the blur effect */
      filter: blur(3px);
      -webkit-filter: blur(3px); }
      .home .list-container .list-container-background-image:after {
        content: ' ';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        opacity: 0.65;
        position: absolute; }
      .home .list-container .list-container-background-image--active {
        opacity: 1; }
  .home .places-container {
    z-index: 1;
    background: #f73c18;
    padding-top: 0px;
    padding-bottom: 220px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .home .places-container {
        padding-bottom: 105px; } }
    .home .places-container h3 {
      margin: 0;
      font-size: 50px;
      color: #ff8a73;
      text-align: center;
      margin-top: 80px;
      font-weight: normal; }
      @media (max-width: 767px) {
        .home .places-container h3 {
          margin-top: 30px;
          font-size: 34px; } }
    .home .places-container h2 {
      font-size: 55px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.5px;
      color: #FFF;
      margin-bottom: 10px;
      text-align: center;
      z-index: 1000;
      position: relative;
      margin-top: 0; }
      @media (max-width: 767px) {
        .home .places-container h2 {
          font-size: 30px; } }
    .home .places-container .slide-item-wrapper {
      padding: 0 15px; }
    .home .places-container .slide-item {
      text-decoration: none;
      width: 100%;
      height: 228px;
      border-radius: 15px;
      background: #CCC;
      display: flex;
      justify-content: center;
      align-content: center;
      background-size: cover;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
      margin: 20px; }
      .home .places-container .slide-item:hover {
        box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.7); }
      .home .places-container .slide-item h3 {
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), -2px -2px 8px rgba(0, 0, 0, 0.8);
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.2px;
        text-align: center;
        color: #ffffff;
        align-items: center;
        display: flex;
        margin: 0; }
      @media (max-width: 767px) {
        .home .places-container .slide-item {
          width: 100%;
          height: 200px; }
          .home .places-container .slide-item h3 {
            font-size: 19px; } }
    .home .places-container .slick-prev {
      z-index: 100;
      left: 20px;
      width: 50px;
      height: 50px; }
    .home .places-container .slick-next {
      z-index: 100;
      right: 20px;
      width: 50px;
      height: 50px; }
    .home .places-container .slick-prev::before, .home .places-container .slick-next::before {
      font-size: 30px; }
    .home .places-container .slick-track {
      margin-left: -27px; }
      @media (max-width: 767px) {
        .home .places-container .slick-track {
          margin-left: -14px; } }
    .home .places-container:before {
      content: ' ';
      position: absolute;
      width: 200px;
      top: 0;
      bottom: 0;
      pointer-events: none;
      left: 0;
      z-index: 100;
      opacity: 0.7;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f73c18+0,ffffff+100&1+0,0+100 */
      background: -moz-linear-gradient(left, #f73c18 0%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #f73c18 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #f73c18 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73c18', endColorstr='#00ffffff', GradientType=1);
      /* IE6-9 */ }
      @media (max-width: 767px) {
        .home .places-container:before {
          opacity: 0.5; } }
    .home .places-container:after {
      content: ' ';
      position: absolute;
      width: 200px;
      top: 0;
      bottom: 0;
      pointer-events: none;
      right: 0;
      opacity: 0.7;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f73c18+100&0+0,1+100 */
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f73c18 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f73c18 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f73c18 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f73c18', GradientType=1);
      /* IE6-9 */ }
      @media (max-width: 767px) {
        .home .places-container:after {
          opacity: 0.5; } }
  .home h4 {
    text-align: center;
    font-size: 15px;
    margin: 15px 0 0 0;
    text-transform: none;
    color: #f73c18;
    font-weight: 500; }
    .home h4.white {
      color: #fff;
      opacity: 0.75; }
  .home .question-container {
    background-color: #FFF;
    background-size: cover;
    padding-bottom: 150px;
    background-image: url("https://d36tnp772eyphs.cloudfront.net/blogs/1/2019/07/Map-Background.jpg"); }
    @media (max-width: 991px) {
      .home .question-container {
        padding-bottom: 105px; } }
    .home .question-container h2 {
      font-size: 30px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.5px;
      color: #262b2f;
      padding: 0 15px 0 15px;
      text-align: center;
      margin-top: 0;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .home .question-container h2 {
          padding-top: 0px; } }
    .home .question-container h3 {
      margin: 0;
      font-size: 50px;
      color: #a0a0a0;
      text-align: center;
      padding-top: 120px;
      font-weight: normal; }
      @media (max-width: 767px) {
        .home .question-container h3 {
          font-size: 34px; } }
    .home .question-container .question h3 {
      font-size: 50px;
      font-weight: 700;
      line-height: 1.12;
      letter-spacing: -0.8px;
      text-align: center;
      color: #f73c18;
      margin-top: 5px;
      padding: 0 0 50px; }
      @media (max-width: 767px) {
        .home .question-container .question h3 {
          padding: 0 20px 40px 20px;
          font-size: 30px; } }
    .home .question-container span {
      font-size: 35px;
      top: -15px;
      display: inline-block;
      position: relative; }
    .home .question-container .question {
      text-align: center;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      .home .question-container .question .user-image {
        display: flex;
        margin: 35px auto 0;
        background-color: #838383;
        border-radius: 50%;
        background-size: cover;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
        width: 60px;
        height: 60px; }
        @media (max-width: 991px) {
          .home .question-container .question .user-image {
            flex: 0 0 60px;
            height: 60px;
            border-radius: 50%; } }
    .home .question-container .question-answers {
      padding: 0 50px;
      font-size: 14px;
      line-height: 1.43;
      font-weight: 300; }
      @media (max-width: 991px) {
        .home .question-container .question-answers {
          padding: 0 20px; } }
      .home .question-container .question-answers__answer {
        margin-bottom: 20px;
        word-break: break-word;
        display: flex; }
        @media (max-width: 991px) {
          .home .question-container .question-answers__answer:last-child {
            margin-bottom: 0; } }
        .home .question-container .question-answers__answer .user-image {
          display: flex;
          margin: 0 0 0 auto;
          background-color: #838383;
          border-radius: 30px;
          background-size: cover;
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
          flex: 0 0 60px;
          height: 60px; }
          @media (max-width: 991px) {
            .home .question-container .question-answers__answer .user-image {
              flex: 0 0 50px;
              height: 50px; } }
          .home .question-container .question-answers__answer .user-image:first-child {
            margin-left: 0; }
        .home .question-container .question-answers__answer div:last-child {
          padding-left: 20px; }
          @media (max-width: 991px) {
            .home .question-container .question-answers__answer div:last-child {
              padding-left: 15px; } }
      .home .question-container .question-answers h4 {
        color: #f73c18;
        text-transform: none;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 0;
        font-weight: 600;
        text-align: left; }
      .home .question-container .question-answers .col-sm-3 {
        align-items: center;
        justify-items: center;
        display: flex; }
  .home .join-our-community {
    position: relative;
    background: #222222;
    padding-top: 100px;
    padding-bottom: 300px; }
    @media (max-width: 991px) {
      .home .join-our-community {
        padding-bottom: 210px; } }
    .home .join-our-community h3 {
      margin-top: 100px;
      font-size: 50px;
      color: #5c5c5c;
      font-weight: normal;
      text-align: center;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .home .join-our-community h3 {
          font-size: 34px; } }
    .home .join-our-community h2 {
      font-size: 55px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.5px;
      color: #FFF;
      text-align: center;
      margin-bottom: 10px;
      padding-top: 0;
      margin-top: 0; }
      @media (max-width: 991px) {
        .home .join-our-community h2 {
          font-size: 30px;
          margin-top: 0; } }
    .home .join-our-community .row-slider-md .row {
      flex-wrap: nowrap;
      margin-right: 0;
      margin-left: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      justify-content: center; }
    .home .join-our-community .user-carousel-wrapper {
      /*      margin-top: 30px;
      display: flex;
      flex-direction: row;
      width:100%;

      @media (max-width: $bs4-screen-md-max) {
        //flex-direction: column;
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
      }*/
      /*      .user-carousel {

        @media (max-width: $bs4-screen-md-max) {
          width: 100%;
          .slick-slider {
            touch-action: auto;
          }
        }
      }*/ }
  .home .curve-charcoal {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 180px;
    z-index: 0;
    background: #FFF; }
    .home .curve-charcoal:after {
      content: '';
      height: 600px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100%;
      background: rgba(0, 0, 0, 0);
      position: absolute;
      top: 0;
      left: -440px;
      right: -440px;
      border: 190px solid #222222; }
  .home .cta {
    margin-top: 0; }

@media (max-width: 991px) {
  .row-slider-md {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 991px) {
  .row-slider-md .col-slide {
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    display: flex; } }

.curve {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 180px;
  z-index: 0;
  background: #FFF; }
  .curve:after {
    content: '';
    height: 600px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: -440px;
    right: -440px;
    border: 190px solid #222222; }
  .curve--white {
    background: none;
    margin-top: -100px; }
    .curve--white:after {
      border: 190px solid #FFF; }

.item-enter {
  opacity: 0; }

.item-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in; }

.item-exit {
  opacity: 1; }

.item-exit-active {
  opacity: 0;
  transition: opacity 500ms ease-in; }

.step-enter {
  opacity: 0;
  transform: translate(-500px, 0);
  transform: translate3d(-500px, 0, 0); }

.step-enter.step-enter-active {
  opacity: 1;
  transition: opacity 2s ease;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  transition-property: transform, opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear; }

.step-exit {
  opacity: 1;
  transform: translate(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-property: transform, opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear; }

.step-exit.step-exit-active {
  opacity: 0;
  transform: translate(500px, 0);
  transform: translate3d(500px, 0, 0); }

.community-member {
  color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 30px; }
  .community-member a {
    text-decoration: none; }
  @media (max-width: 991px) {
    .community-member {
      padding: 0 20px; } }
  .community-member h4 {
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 5px; }
  .community-member .member-location {
    color: #f73c18;
    font-size: 12px;
    margin-bottom: 5px; }
  .community-member .user-image {
    background: #838383;
    border-radius: 50%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    background-size: cover; }
  .community-member .icon {
    padding: 0;
    margin: 0;
    width: 65px;
    margin-top: 5px;
    font-size: 14px;
    color: #FFF; }
  .community-member .user-image {
    display: flex;
    background-color: #838383;
    border-radius: 50%;
    background-size: cover;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    width: 140px;
    height: 140px; }
    @media (max-width: 991px) {
      .community-member .user-image {
        width: 140px;
        height: 140px; } }
  .community-member .row {
    justify-content: center; }
  .community-member--dark h4, .community-member--dark a, .community-member--dark .icon, .community-member--dark .icon-marker, .community-member--dark .icon-world {
    color: #000; }
  .community-member--dark .member-location {
    color: #f73c18; }
  .community-member--dark .icon-marker, .community-member--dark .icon-world {
    color: #adadad; }

.icon-marker, .icon-world {
  opacity: 0.5;
  font-family: "travelstoke";
  margin-right: 3px;
  color: #FFF; }

@media (min-width: 768px) {
  .col-reset-right-pad {
    padding-right: 0; } }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-transform: none; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -moz-transform: none; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -moz-transform: none; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -moz-transform: none; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transform: none; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -moz-transform: none; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
