@charset "UTF-8";
/*
 Theme Name:   REBEL Theme
 Theme URI:
 Description:  Boombox child theme
 Author:
 Author URI:
 Template:     boombox
 Details URI:  https://updater.rebdev.nl/changes/rebel-theme.html
 Version:      v1.0.14
 GitLab Theme URI: https://gitlab.com/rebel/travelsite/rebel-theme
*/
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap");
@font-face {
  font-family: 'ProximaNovaSoft';
  src: url("fonts/ProximaNovaSoft-Regular.ttf?v=2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNovaSoft';
  src: url("fonts/ProximaNovaSoft-Medium.ttf?v=2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNovaSoft';
  src: url("fonts/ProximaNovaSoft-Semibold.ttf?v=2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNovaSoft';
  src: url("fonts/ProximaNovaSoft-Bold.ttf?v=2");
  font-weight: 700;
  font-style: normal; }

html {
  overflow-x: hidden;
  font-size: 10px; }
  @media (max-width: 991px) {
    html {
      font-size: 9px; } }
  @media (max-width: 575px) {
    html {
      font-size: 8px; } }

body {
  position: relative;
  overflow-x: hidden; }

.header {
  position: absolute;
  width: 100%;
  padding: 2rem 0;
  z-index: 999; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 125rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  .top-nav__item {
    list-style: none;
    padding: 0 2rem; }
    .top-nav__item:first-child {
      position: relative; }
      .top-nav__item:first-child:before {
        content: '';
        position: absolute;
        left: -0.5rem;
        top: 0.2rem;
        background-image: url(../assets/img/uk-flag.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 1.8rem;
        width: 1.8rem; }
    .top-nav__item:nth-child(3) {
      display: none; }
    .top-nav__item:nth-child(4) {
      display: none; }
  .top-nav__link {
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ProximaNovaSoft';
    font-weight: 700; }
    .top-nav__link:hover {
      text-decoration: none;
      color: #fff; }

.top-search {
  position: relative; }
  .top-search__btn {
    position: absolute;
    background: transparent;
    border: none;
    right: 0.6rem;
    top: 0.4rem;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-weight: 700;
    color: #b4b4b4; }
  .top-search input {
    width: 21.5rem;
    height: 2.8rem;
    background: #fff;
    padding: 0rem 2rem 0.3rem 1.5rem;
    border: none;
    border-radius: 0.3rem; }
    .top-search input::-webkit-input-placeholder {
      font-family: Montserrat;
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.38;
      color: #222222; }
    .top-search input:-ms-input-placeholder {
      font-family: Montserrat;
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.38;
      color: #222222; }
    .top-search input::-ms-input-placeholder {
      font-family: Montserrat;
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.38;
      color: #222222; }
    .top-search input::placeholder {
      font-family: Montserrat;
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.38;
      color: #222222; }

.footer {
  padding-top: 6.0rem;
  background-color: #f7f7f7;
  background-image: url(assets/img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  min-height: 76.0rem; }
  @media (min-width: 1921px) {
    .footer {
      background-position: 0 10.0rem; } }
  @media (max-width: 575px) {
    .footer {
      height: 100%;
      padding-bottom: 20%; } }
  .footer hr {
    margin-top: 3.0rem; }
  .footer__title {
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    font-weight: 700;
    color: #222222;
    margin-bottom: 1.0rem; }
    @media (max-width: 767px) {
      .footer__title {
        text-align: center; } }
  .footer__items-top {
    max-width: 76.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
    @media (max-width: 767px) {
      .footer__items-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .footer__item {
    list-style: none;
    max-width: 30.0rem;
    width: 100%; }
    @media (max-width: 767px) {
      .footer__item {
        text-align: center; } }
    .footer__item-link {
      font-family: 'ProximaNovaSoft';
      font-size: 1.6rem;
      line-height: 2;
      color: #222222;
      text-decoration: none; }
      .footer__item-link:hover {
        text-decoration: none;
        color: #525252; }
  .footer__items-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
    .footer__items-bottom .footer__item {
      width: auto; }
      @media (max-width: 575px) {
        .footer__items-bottom .footer__item {
          width: 100%; } }
      @media (max-width: 1199px) {
        .footer__items-bottom .footer__item:first-child {
          max-width: 100%;
          width: 100%;
          text-align: center; } }
      .footer__items-bottom .footer__item-copyright {
        font-family: 'ProximaNovaSoft';
        font-size: 1.6rem;
        line-height: 2;
        color: #222222; }
      .footer__items-bottom .footer__item-link {
        padding-left: 1.5rem; }
  .footer__items-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
    .footer__items-social .footer__item {
      width: auto;
      margin-right: 0.6rem; }
      .footer__items-social .footer__item-social {
        font-family: 'ProximaNovaSoft';
        font-size: 1.6rem;
        line-height: 2;
        color: #222222; }

hr {
  opacity: 0; }

.theme-table {
  display: none; }

.content-section .draw, .subscribe .draw {
  top: 1rem; }

.popular-section .draw {
  top: 4rem; }

.draw {
  position: relative;
  top: 5rem; }
  .draw .container {
    padding: 0 2rem; }

.draw-line {
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  position: relative; }
  .draw-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation: animate-1 5s linear;
    animation: animate-1 5s linear;
    -webkit-animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86);
    animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86); }
  .draw-line::after {
    content: '';
    position: absolute;
    left: 100%;
    top: -3.7rem;
    background-image: url(/assets/img/pen.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 4.2rem;
    width: 3.8rem;
    -webkit-animation: animate-2 5s linear;
    animation: animate-2 5s linear;
    -webkit-animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86);
    animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86);
    background-image: none; }

@-webkit-keyframes animate-1 {
  0% {
    left: 0; }
  50% {
    left: 100%; }
  100% {
    left: 100%; } }

@keyframes animate-1 {
  0% {
    left: 0; }
  50% {
    left: 100%; }
  100% {
    left: 100%; } }

@-webkit-keyframes animate-2 {
  0% {
    left: 0;
    background-image: url(../assets/img/pen.png); }
  50% {
    left: 100%; }
  100% {
    left: 100%; } }

@keyframes animate-2 {
  0% {
    left: 0;
    background-image: url(../assets/img/pen.png); }
  50% {
    left: 100%; }
  100% {
    left: 100%; } }

hr {
  margin-bottom: 3rem; }

.container {
  max-width: 125.0rem;
  width: auto; }

.theme-title {
  font-family: 'Alfa Slab One';
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.09rem;
  text-align: center;
  color: #222222;
  margin-bottom: 4.0rem;
  font-weight: normal; }

.theme-text {
  font-family: 'ProximaNovaSoft';
  font-size: 2.1rem;
  line-height: 1.57;
  color: #222222; }

.theme-quote {
  font-family: 'ProximaNovaSoft';
  font-size: 4.2rem;
  line-height: 1.19;
  color: #222222;
  position: relative;
  padding: 0 16.0rem;
  margin-top: 5.0rem;
  font-style: italic; }
  @media (max-width: 767px) {
    .theme-quote {
      font-size: 3rem;
      padding: 0 3rem 0 11rem; } }
  .theme-quote::before {
    content: '“';
    font-family: 'ProximaNovaSoft';
    font-size: 20.8rem;
    font-weight: 400;
    color: #222222;
    position: absolute;
    left: 6.0rem;
    top: -4.5rem;
    font-style: normal; }
    @media (max-width: 767px) {
      .theme-quote::before {
        font-size: 17rem;
        top: -3.5rem;
        left: 3rem; } }

.theme-signature {
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem;
  font-weight: 300;
  color: #222222;
  padding-left: 16.0rem; }
  @media (max-width: 767px) {
    .theme-signature {
      padding-left: initial;
      text-align: center; } }

.theme-table {
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.13;
  text-align: center;
  color: #222222;
  margin: 4.0rem 0 2.0rem 0; }

.grid-section__items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.grid-section__item {
  width: 50%;
  position: relative;
  z-index: 1;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.0rem;
  margin-top: 1.1rem;
  margin-bottom: 1.1rem; }
  @media (max-width: 1199px) {
    .grid-section__item {
      width: 100%; } }
  @media (max-width: 600px) {
    .grid-section__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: initial;
      margin-bottom: 6rem;
      text-align: center; } }
  .grid-section__item .item-number {
    position: absolute;
    z-index: 2;
    font-family: 'Alfa Slab One';
    font-size: 6.6rem;
    -webkit-text-stroke: 0.2rem #fff;
    color: #222222;
    font-weight: normal; }
  .grid-section__item img {
    width: 22.5rem;
    height: 22.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 2.0rem;
    margin-right: 2.8rem; }
    @media (max-width: 600px) {
      .grid-section__item img {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: auto;
        margin-bottom: 3rem; } }
  .grid-section__item .item-title {
    font-family: 'Alfa Slab One';
    font-size: 2.4rem;
    line-height: 1.33;
    letter-spacing: 0.06rem;
    color: #222222;
    min-height: 7.5rem;
    margin: 0;
    font-weight: normal; }
    @media (max-width: 600px) {
      .grid-section__item .item-title {
        min-height: auto;
        margin-bottom: 1rem; } }
  .grid-section__item .item-text {
    font-family: 'ProximaNovaSoft';
    font-size: 2.1rem;
    line-height: 1.57;
    color: #222222; }
  .grid-section__item .item-btn {
    display: inline-block;
    border-radius: 0.4rem;
    border: solid 1px #d0d0d0;
    background-color: #efefef;
    padding: 0.5rem 1.3rem 0.7rem 1.3rem;
    height: 3.5rem;
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    position: relative;
    overflow: hidden;
    min-width: 12rem;
    text-align: center; }
    .grid-section__item .item-btn:hover .front {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .grid-section__item .item-btn:hover .back {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    .grid-section__item .item-btn .front {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      padding-top: 0.6rem; }
    .grid-section__item .item-btn .back {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: scale(4);
      -ms-transform: scale(4);
      transform: scale(4);
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      background: #fff;
      opacity: 0;
      padding-top: 0.6rem; }
    .grid-section__item .item-btn--cta {
      background-color: #0854b5;
      color: #fff;
      overflow: hidden;
      position: relative;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .grid-section__item .item-btn--cta:hover {
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        background: rgba(8, 83, 181, 0.7); }
        .grid-section__item .item-btn--cta:hover::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%);
          background: -webkit-gradient(linear, left top, right top, from(#fff), to(#0854b5));
          background: -webkit-linear-gradient(left, #fff, #0854b5);
          background: -o-linear-gradient(left, #fff, #0854b5);
          background: linear-gradient(to right, #fff, #0854b5);
          -webkit-animation: animate10 1s linear;
          animation: animate10 1s linear;
          opacity: 0.5; }

@-webkit-keyframes animate10 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes animate10 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
    .grid-section__item .item-btn__effect {
      overflow: hidden;
      position: relative; }
      .grid-section__item .item-btn__effect:hover::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(#0854b5));
        background: -webkit-linear-gradient(left, #fff, #0854b5);
        background: -o-linear-gradient(left, #fff, #0854b5);
        background: linear-gradient(to right, #fff, #0854b5);
        -webkit-animation: animate1 0.1s linear;
        animation: animate1 0.1s linear;
        opacity: 0.5; }

@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes animate1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
      .grid-section__item .item-btn__effect::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        bottom: 2px;
        width: 50%;
        background: rgba(255, 255, 255, 0.05); }
      .grid-section__item .item-btn__effect span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(#0854b5));
        background: -webkit-linear-gradient(left, #fff, #0854b5);
        background: -o-linear-gradient(left, #fff, #0854b5);
        background: linear-gradient(to right, #fff, #0854b5);
        -webkit-animation: animate1 2s linear infinite;
        animation: animate1 2s linear infinite; }

@keyframes animate1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
      .grid-section__item .item-btn__effect span:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#1779ff));
        background: -webkit-linear-gradient(top, #fff, #1779ff);
        background: -o-linear-gradient(top, #fff, #1779ff);
        background: linear-gradient(to bottom, #fff, #1779ff);
        -webkit-animation: animate2 2s linear infinite;
        animation: animate2 2s linear infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); }

@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
      .grid-section__item .item-btn__effect span:nth-child(3) {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(#1779ff));
        background: -webkit-linear-gradient(right, #fff, #1779ff);
        background: -o-linear-gradient(right, #fff, #1779ff);
        background: linear-gradient(to left, #fff, #1779ff);
        -webkit-animation: animate3 2s linear infinite;
        animation: animate3 2s linear infinite;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }

@-webkit-keyframes animate3 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes animate3 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
      .grid-section__item .item-btn__effect span:nth-child(4) {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#ffff), to(#1779ff));
        background: -webkit-linear-gradient(bottom, #ffff, #1779ff);
        background: -o-linear-gradient(bottom, #ffff, #1779ff);
        background: linear-gradient(to top, #ffff, #1779ff);
        -webkit-animation: animate4 2s linear infinite;
        animation: animate4 2s linear infinite;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); }

@-webkit-keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
    @media (max-width: 600px) {
      .grid-section__item .item-btn {
        margin-top: 1rem; } }
    .grid-section__item .item-btn:hover {
      text-decoration: none; }

.hero-section {
  background-image: url(../assets/img/hero-bg-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15.0rem 0 12.0rem 0; }
  .hero-section__title {
    font-family: 'Alfa Slab One';
    font-size: 8.6rem;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: normal; }
    @media (max-width: 650px) {
      .hero-section__title {
        font-size: 12vw; } }
  .hero-section__text {
    font-family: 'ProximaNovaSoft';
    font-size: 2.8rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0; }

.welcome-section {
  margin: 5.0rem 0 5.0rem 0; }
  .welcome-section hr {
    margin: 0 auto;
    max-width: 121.0rem;
    margin-top: 5rem; }
  .welcome-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .welcome-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .welcome-section__img {
    max-width: 19.6rem;
    width: 100%;
    height: auto;
    max-height: 19.6rem;
    margin-right: 6.7rem;
    margin-top: 2.8rem; }
    @media (max-width: 767px) {
      .welcome-section__img {
        position: relative;
        top: 2rem;
        margin: 0 auto;
        margin-bottom: 2rem; } }
  .welcome-section__content h4 {
    font-family: 'Alfa Slab One';
    font-size: 2.4rem;
    line-height: 1.42;
    letter-spacing: 0.06rem;
    color: #222222;
    margin-bottom: 2.0rem;
    font-weight: normal; }
    @media (max-width: 767px) {
      .welcome-section__content h4 {
        text-align: center; } }
  .welcome-section__content p {
    font-family: 'ProximaNovaSoft';
    font-size: 2.6rem;
    font-weight: 400;
    color: #222222;
    line-height: 1.62;
    margin: 0; }
  .welcome-section__content h6 {
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.13;
    text-align: center;
    color: #222222;
    margin: 4.0rem 0 2.0rem 0; }

.guides-section__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }

.guides-section__item {
  list-style: none;
  width: 22.1rem;
  height: 22.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  margin: 1.0rem;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media (max-width: 425px) {
    .guides-section__item {
      width: 100%; } }
  .guides-section__item img {
    max-width: 6.7rem;
    margin-bottom: 5.0rem; }
  .guides-section__item span {
    position: absolute;
    font-family: 'Alfa Slab One';
    font-size: 2.0rem;
    letter-spacing: 0.5;
    color: #222222;
    top: 13.5rem;
    max-width: 17.0rem;
    text-align: center;
    font-weight: normal; }
  .guides-section__item:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0.2rem 0.6rem 0.8rem 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0.2rem 0.6rem 0.8rem 0 rgba(0, 0, 0, 0.09); }

.travel-section {
  margin-top: 4.5rem; }
  .travel-section hr {
    margin-top: 5.0rem;
    margin-bottom: 4.5rem; }

.popular-section--grey {
  background-color: #f7f7f7;
  padding-bottom: 3rem;
  padding-top: 3rem; }

.popular-section hr {
  margin-top: 4.0rem;
  margin-bottom: 2.5rem; }

.popular-section__item {
  position: relative;
  z-index: 9;
  width: 50%;
  list-style: none; }

.popular-section .item-number {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }

.useful-section {
  padding-bottom: 4.0rem; }
  @media (max-width: 767px) {
    .useful-section .container {
      text-align: center; } }
  .useful-section__heading {
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    font-weight: 700;
    color: #222222; }
  .useful-section__items {
    display: inline-block;
    width: 49%; }
    @media (max-width: 767px) {
      .useful-section__items {
        width: 100%;
        margin-bottom: 2rem; } }
  .useful-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1199px) {
      .useful-section__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 2rem;
        margin-top: 1rem; } }
    @media (max-width: 767px) {
      .useful-section__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .useful-section__item .useful-link {
      font-family: 'ProximaNovaSoft';
      font-size: 2.1rem;
      font-weight: 400;
      color: #222222;
      text-decoration: underline;
      min-width: 22.0rem; }
      .useful-section__item .useful-link--blue {
        color: #0854b5; }
        .useful-section__item .useful-link--blue:hover {
          color: #4687d9 !important; }
    .useful-section__item .useful-title {
      font-family: 'ProximaNovaSoft';
      font-size: 2.1rem;
      font-weight: 700;
      color: #222222;
      margin: 0;
      margin-left: 3.0rem; }
      @media (max-width: 1199px) {
        .useful-section__item .useful-title {
          margin-left: inherit; } }
  .useful-section__btn {
    display: inline-block;
    margin-top: 2.5rem;
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0.4rem;
    background-color: #222222;
    padding: 0.8rem 1.4rem; }
    .useful-section__btn--blue {
      background-color: #0854b5; }
      .useful-section__btn--blue:hover {
        background-color: #4687d9 !important; }
    .useful-section__btn:hover {
      color: #fff;
      background-color: #525252;
      text-decoration: none; }
    @media (max-width: 767px) {
      .useful-section__btn {
        margin-top: 0; } }

.activities-section {
  padding: 5.0rem 0 2.5rem 0;
  background-color: #f7f7f7;
  margin-bottom: 2.0rem; }

.inner {
  position: relative; }
  .inner .container {
    text-align: center; }
  .inner.hero-section {
    background-image: url(assets/img/hero-bg-img2.jpg); }
  .inner .hero-section__title {
    font-size: 5.2rem;
    margin-top: 2rem; }
  .inner .hero-section__choice {
    position: relative; }
    .inner .hero-section__choice:before {
      content: '';
      position: absolute;
      left: -2.4rem;
      background-image: url(../assets/img/editor-choice.svg);
      background-repeat: no-repeat;
      background-size: cover;
      height: 2.2rem;
      width: 1.8rem; }
  .inner .hero-section__choice, .inner .theme-breadcrumbs {
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.13;
    color: #ffffff; }
  .inner .theme-breadcrumbs {
    font-weight: normal;
    position: absolute;
    bottom: 2rem;
    text-align: left;
    display: block; }

.content-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 156rem;
  position: relative; }
  @media (max-width: 1199px) {
    .content-section {
      max-width: 73rem;
      margin: 0 auto; } }
  @media (min-width: 1549px) {
    .content-section {
      max-width: 100vw; } }
  .content-section__main {
    max-width: 70rem;
    margin: 0 auto;
    margin-right: 6rem; }
    @media (max-width: 1199px) {
      .content-section__main {
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto; } }
    @media (min-width: 1549px) {
      .content-section__main {
        margin-right: auto; } }
  .content-section__sidebar {
    width: 37rem; }
    @media (max-width: 1199px) {
      .content-section__sidebar {
        width: 100%; } }
    @media (min-width: 1549px) {
      .content-section__sidebar {
        position: absolute;
        right: 0; } }

.author {
  margin-bottom: 1rem; }
  .author__avatar {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 1rem; }
  .author__name {
    font-family: 'ProximaNovaSoft';
    font-size: 16px;
    font-weight: 300;
    color: #222222; }
    .author__name:before {
      content: 'by '; }
  .author__post-update {
    font-family: 'ProximaNovaSoft';
    font-size: 16px;
    font-weight: 300;
    color: #222222; }
    .author__post-update:before {
      content: ' · Last updated: '; }

.article-item {
  padding-bottom: 2rem; }
  .article-item hr {
    margin-bottom: 3rem; }
  .article-item__img {
    width: 100%;
    height: auto; }
    .article-item__img-caption {
      display: block;
      font-family: 'ProximaNovaSoft';
      font-size: 1.6rem;
      font-weight: 300;
      color: #9d9d9d;
      line-height: 1.13;
      margin-top: 1rem; }
  .article-item__title {
    font-family: 'Alfa Slab One';
    font-size: 3.4rem;
    line-height: 1.29;
    letter-spacing: 0.09rem;
    text-align: left;
    color: #222222;
    margin: 3rem 0 2rem 0;
    font-weight: normal; }
  .article-item__text {
    position: relative;
    font-family: 'ProximaNovaSoft';
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.57;
    color: #222222;
    clear: left; }
    .article-item__text::first-letter {
      position: absolute;
      left: 0;
      top: 50px;
      font-size: 8rem;
      padding: 6px;
      margin-right: 10px;
      float: left;
      font-weight: bold;
      font-style: italic;
      line-height: 0.66em;
      color: #222222; }

.article-rate {
  text-align: center;
  margin-bottom: 4rem; }
  .article-rate__title {
    font-family: 'ProximaNovaSoft';
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #222222; }
  .article-rate__stars img {
    height: 3.4rem;
    width: auto; }
  .article-rate__social {
    margin-top: 3rem; }
    .article-rate__social span {
      font-family: 'ProximaNovaSoft';
      font-size: 1.6rem;
      font-weight: 400;
      color: #222222;
      vertical-align: middle; }
    .article-rate__social-item {
      width: 3.6rem;
      height: auto;
      margin-left: 0.5rem; }

.references {
  margin-bottom: 4rem; }
  .references__title {
    font-family: 'ProximaNovaSoft';
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #222222;
    margin-bottom: 2rem; }
  .references__list {
    margin: 0;
    padding: 0; }
    .references__list li {
      list-style: none;
      font-family: 'ProximaNovaSoft';
      font-size: 1.6rem;
      font-weight: 400;
      font-style: italic;
      line-height: 1.25;
      color: #222222;
      margin-bottom: 1rem; }

.related-guides {
  position: relative;
  margin-bottom: 4rem; }
  .related-guides__title {
    font-family: 'ProximaNovaSoft';
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #222222;
    display: inline-block;
    margin-bottom: 2rem; }
  .related-guides__more {
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    line-height: 2.06;
    text-align: right;
    color: #222222;
    display: inline-block;
    position: absolute;
    right: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: #222222;
    text-decoration-color: #222222; }
    .related-guides__more:hover {
      color: #222222; }
  .related-guides .guides-section__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 699px) {
      .related-guides .guides-section__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .related-guides .guides-section__item {
    margin: 0; }
    @media (max-width: 699px) {
      .related-guides .guides-section__item {
        margin: 0 1rem 2rem 1rem; } }

.other-guides {
  margin-bottom: 4rem; }
  .other-guides__title {
    font-family: 'ProximaNovaSoft';
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #222222;
    margin-bottom: 2rem; }
  .other-guides__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
  .other-guides__item {
    list-style: none;
    max-width: 22.6rem; }
    @media (max-width: 699px) {
      .other-guides__item {
        max-width: 50%; }
        .other-guides__item:nth-child(2n+1) {
          padding-right: 1rem; }
        .other-guides__item:nth-child(2n) {
          padding-left: 1rem; } }
    @media (max-width: 425px) {
      .other-guides__item {
        max-width: 100%; }
        .other-guides__item:nth-child(2n+1) {
          padding-right: 0rem; }
        .other-guides__item:nth-child(2n) {
          padding-left: 0rem; } }
    .other-guides__item img {
      width: 100%;
      height: auto; }
    .other-guides__item h4 {
      font-family: 'Alfa Slab One';
      font-size: 2.4rem;
      line-height: 1.33;
      letter-spacing: 0.6px;
      color: #222222;
      margin: 1rem 0 2rem 0;
      font-weight: normal; }

.subscribe__title {
  font-family: 'ProximaNovaSoft';
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 1.5rem; }

.subscribe__text {
  font-family: 'ProximaNovaSoft';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.57;
  color: #222222;
  margin-bottom: 2.5rem; }

.subscribe__subtext {
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.25;
  color: #222222; }

.subscribe__form-title {
  font-family: 'ProximaNovaSoft';
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.57;
  color: #222222; }

.subscribe__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem; }

.subscribe__form input {
  border-radius: 3px;
  border: solid 1px #d0d0d0;
  background-color: #ffffff;
  width: 39rem;
  font-size: 1.6rem;
  padding: 0 1rem;
  margin-right: 0.7rem; }
  @media (max-width: 699px) {
    .subscribe__form input {
      width: auto;
      min-width: 50%; } }

.subscribe__form button {
  display: block;
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem;
  font-weight: bold;
  color: #222222;
  border-radius: 4px;
  border: solid 1px #d0d0d0;
  background-color: #efefef;
  width: 11.7rem;
  padding: 0.5rem 0;
  text-align: center;
  text-transform: uppercase; }

.subscribe__form .lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 2.5rem; }
  @media (max-width: 499px) {
    .subscribe__form .lock {
      display: none; } }
  .subscribe__form .lock img {
    width: 3rem;
    height: auto;
    margin-right: 0.5rem; }
  .subscribe__form .lock span {
    display: inline-block;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.87;
    font-weight: 900;
    font-size: 1.5rem;
    text-transform: capitalize; }

.single-page .related-guides {
  margin-bottom: 0; }

.single-page .article-item__title {
  text-align: center;
  font-size: 5.2rem;
  margin-top: 0;
  margin-bottom: 1rem; }

.single-page .author {
  text-align: center;
  margin-bottom: 5rem; }

.single-page .article-item__text {
  margin-top: 3rem; }
  .single-page .article-item__text span {
    margin: 3rem 0;
    display: block; }

.single-page .article-item__text2, .single-page .article-item__list, .single-page .article-item__list2 {
  position: relative;
  font-family: 'ProximaNovaSoft';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.57;
  color: #222222;
  margin-bottom: 3rem; }

.single-page .article-item__list {
  padding-left: 2rem; }

.single-page .article-item__list2 {
  padding-left: 0; }
  .single-page .article-item__list2 li {
    list-style-type: none;
    position: relative;
    margin-left: 6rem;
    margin-bottom: 3rem; }
  .single-page .article-item__list2 span {
    display: block;
    position: absolute;
    color: #222222;
    font-family: "ProximaNovaSoft";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.3rem;
    left: -6rem;
    border: 1px solid #222222;
    border-radius: 50%;
    padding: 0.3rem 0.5rem 0.5rem;
    width: 4rem;
    height: 4rem;
    text-align: center;
    top: -5px; }

.single-page .article-item__subtitle {
  font-family: 'ProximaNovaSoft';
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem; }

.single-page .article-item__quote {
  color: #222222;
  font-family: "ProximaNovaSoft";
  font-size: 2.1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 3.3rem;
  background-color: #f2f2f2;
  border-left: 0.7rem solid #222222;
  padding: 2rem 3rem 3rem 2rem;
  margin-bottom: 3rem; }
  .single-page .article-item__quote span {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.8rem;
    display: block;
    font-style: normal;
    margin-top: 1rem; }

.tickets {
  padding: 5rem 0 2rem; }
  .tickets__title {
    color: #222222;
    font-family: "Alfa Slab One";
    font-size: 3.4rem;
    font-weight: 400;
    letter-spacing: 0.085rem;
    line-height: 4.4rem;
    text-align: center; }
  .tickets__subtitle {
    color: #222222;
    font-family: "ProximaNovaSoft";
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 3.3rem;
    text-align: center; }
  .tickets-table__head {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .tickets-table__head {
        display: none; } }
    .tickets-table__head span {
      color: #b4b4b4;
      font-family: "ProximaNovaSoft";
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 4.4rem;
      text-transform: uppercase;
      display: inline-block; }
      .tickets-table__head span:nth-child(1) {
        width: 10rem; }
      .tickets-table__head span:nth-child(2) {
        width: 28rem; }
      .tickets-table__head span:nth-child(3) {
        width: 28rem; }
      .tickets-table__head span:nth-child(4) {
        width: 20rem; }
      .tickets-table__head span:nth-child(5) {
        width: 30rem; }
  .tickets-table__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    padding: 2.5rem;
    margin: 1rem 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .tickets-table__card:hover {
      -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.09);
      box-shadow: 0 6px 8px rgba(0, 0, 0, 0.09);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    @media (max-width: 1199px) {
      .tickets-table__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; } }
    .tickets-table__card-rating {
      width: 10rem; }
      @media (max-width: 1199px) {
        .tickets-table__card-rating {
          margin-bottom: 2rem; } }
      .tickets-table__card-rating span {
        border: 2px solid #222222;
        border-radius: 50%;
        width: 4rem;
        height: 4rem;
        color: #222222;
        font-family: "ProximaNovaSoft";
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 3.3rem;
        display: inline-block;
        text-align: center;
        padding: 0.1rem 0.1rem 0.1rem 0rem; }
    .tickets-table__card-company {
      width: 28rem; }
      @media (max-width: 1199px) {
        .tickets-table__card-company {
          margin-bottom: 2rem; } }
    .tickets-table__card-plans {
      width: 28rem; }
      @media (max-width: 1199px) {
        .tickets-table__card-plans {
          margin-bottom: 2rem; } }
      .tickets-table__card-plans span {
        color: #222222;
        font-family: "ProximaNovaSoft";
        font-size: 2.1rem;
        font-weight: 400;
        line-height: 3.3rem; }
    .tickets-table__card-customer {
      width: 20rem; }
      @media (max-width: 1199px) {
        .tickets-table__card-customer {
          margin-bottom: 2rem; } }
    .tickets-table__card-score {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 30rem; }
      .tickets-table__card-score .score-wrap {
        text-align: center; }
        .tickets-table__card-score .score-wrap h6 {
          color: #222222;
          font-family: "ProximaNovaSoft";
          font-size: 5.1rem;
          font-weight: 400;
          line-height: 1; }
        .tickets-table__card-score .score-wrap span {
          color: #9d9d9d;
          font-family: "ProximaNovaSoft";
          font-size: 1.5rem;
          font-weight: 300;
          line-height: 1.8rem;
          display: block; }
        .tickets-table__card-score .score-wrap img {
          margin-bottom: 0.3rem; }
      .tickets-table__card-score button {
        width: 11rem;
        height: 4rem;
        border-radius: 0.4rem;
        background-color: #0854b5;
        color: #ffffff;
        font-family: "ProximaNovaSoft";
        font-size: 1.6rem;
        font-weight: 700;
        text-transform: uppercase;
        border: 0; }

.subscribe__container {
  max-width: 70rem;
  margin: 0 auto;
  margin-bottom: 4rem; }

.content-section__main--center {
  margin-right: auto; }

.sidebar-wrap {
  padding: 2.5rem 2rem 1rem 2rem;
  -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.09);
  margin-top: 3rem; }

.sidebar-header {
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem;
  font-weight: bold;
  color: #b4b4b4; }

.sidebar-items {
  padding: 0; }

.sidebar-item {
  list-style: none;
  position: relative;
  padding: 1.2rem 0;
  border-bottom: solid 1px #d0d0d0; }
  .sidebar-item:last-child {
    border-bottom: 0; }
  .sidebar-item__title {
    font-family: 'Alfa Slab One';
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #222222;
    margin-bottom: 1rem;
    font-weight: normal; }
  .sidebar-item__left {
    display: inline-block; }
  .sidebar-item__author {
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.13;
    color: #222222; }
  .sidebar-item__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem; }
    .sidebar-item__reviews img {
      width: 8.2rem;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain; }
    .sidebar-item__reviews span {
      font-family: 'ProximaNovaSoft';
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 1.2;
      color: #9d9d9d;
      margin-left: 0.6rem; }
  .sidebar-item__right {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 1.6rem; }
  .sidebar-item__btn {
    display: block;
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    font-weight: bold;
    color: #222222;
    border-radius: 4px;
    border: solid 1px #d0d0d0;
    background-color: #efefef;
    width: 11.7rem;
    padding: 0.5rem 0;
    text-align: center; }
    .sidebar-item__btn:hover {
      color: #222222;
      text-decoration: none; }

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1em rgba(255, 255, 255, 0); }

.pulse-bl:hover,
.pulse-bl:focus {
  -webkit-animation: pulse2 1s;
  animation: pulse2 1s;
  -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1em rgba(255, 255, 255, 0); }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #0854b5;
    box-shadow: 0 0 0 0 #0854b5; } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #0854b5;
    box-shadow: 0 0 0 0 #0854b5; } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000; } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000; } }

.btn__hover {
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  position: relative;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out; }

/*-------------- hover types --------------*/
[data-type]:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: -1; }

[data-type]:hover {
  cursor: pointer;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 8; }

/*--------- Swipe ---------------*/
[data-type="swipe"]:before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff; }

[data-type="swipe"]:hover:before {
  left: 0;
  z-index: -5;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/*--------position aware -----------*/
[data-type="pos_aware"]:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px; }

[data-type="pos_aware"]:hover:before {
  -webkit-transform: scale(8.3);
  -ms-transform: scale(8.3);
  transform: scale(8.3); }

/*--------------- diagonal_swipe_left -----------*/
[data-type="diagonal_swipe_left"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff; }

[data-type="diagonal_swipe_left"]:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/*--------------- diagonal_swipe_right -----------*/
[data-type="diagonal_swipe_right"]:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  border-left: 50px solid transparent;
  border-bottom: 80px solid #fff; }

[data-type="diagonal_swipe_right"]:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/*--------------- double_swipe -----------*/
[data-type="double_swipe"]:before, [data-type="double_swipe"]:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

[data-type="double_swipe"]:before {
  top: 0;
  left: -100px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff; }

[data-type="double_swipe"]:after {
  top: 0;
  right: -100px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  border-left: 50px solid transparent;
  border-bottom: 80px solid #fff; }

[data-type="double_swipe"]:hover:before {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%); }

[data-type="double_swipe"]:hover:after {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%); }

/*--------------- colusion -----------*/
[data-type="colusion"]:before, [data-type="colusion"]:after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  z-index: -5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

[data-type="colusion"]:before {
  top: 30px;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

[data-type="colusion"]:after {
  top: 30px;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

[data-type="colusion"]:hover:before {
  -webkit-transform: translateX(530%) scale(10);
  -ms-transform: translateX(530%) scale(10);
  transform: translateX(530%) scale(10); }

[data-type="colusion"]:hover:after {
  -webkit-transform: translateX(-530%) scale(10);
  -ms-transform: translateX(-530%) scale(10);
  transform: translateX(-530%) scale(10); }

/*--------------- letter_spacing ---------------------*/
[data-type="letter_spacing"] {
  border: none; }

[data-type="letter_spacing"]:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

[data-type="letter_spacing"]:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

[data-type="letter_spacing"]:hover {
  letter-spacing: 2px;
  color: #fff; }

[data-type="letter_spacing"]:hover:before, [data-type="letter_spacing"]:hover:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.__featured.hero-section.inner {
  padding: 0; }

.header {
  padding: 0; }

.post-thumbnail-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hero-section.inner img {
  min-height: 475px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative; }

.img__opacity:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.container {
  position: relative; }

.breadcrumbs {
  position: absolute;
  top: -60px;
  left: 60px;
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem; }
  .breadcrumbs ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
  .breadcrumbs li {
    color: #fff; }
    .breadcrumbs li a {
      color: #fff; }
      .breadcrumbs li a:after {
        content: '›';
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 2px;
        color: #fff; }

.author-sticky-info {
  display: none; }

article .entry-title {
  text-align: center;
  font-size: 5.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Alfa Slab One';
  line-height: 1.29;
  letter-spacing: 0.09rem;
  color: #222222;
  margin: 3rem 0 2rem 0; }

.entry-content a {
  color: #222222;
  text-decoration: underline; }

.entry-content ul {
  position: relative;
  font-family: 'ProximaNovaSoft';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.57;
  color: #222222;
  margin-bottom: 3rem; }

.entry-content p {
  position: relative;
  font-family: 'ProximaNovaSoft';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.57;
  color: #222222;
  clear: left; }

.entry-content p:first-child::first-letter {
  position: absolute;
  left: 0;
  top: 50px;
  font-size: 8rem;
  padding: 6px;
  margin-right: 10px;
  float: left;
  font-weight: bold;
  font-style: italic;
  line-height: 0.66em;
  color: #222222; }

.entry-content h4 {
  font-family: 'ProximaNovaSoft';
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem; }

.entry-content figure {
  width: 100% !important; }
  .entry-content figure img {
    width: 100%;
    max-height: 330px;
    -o-object-fit: cover;
    object-fit: cover; }
  .entry-content figure .wp-caption-text {
    display: block;
    font-family: 'ProximaNovaSoft';
    font-size: 1.6rem;
    font-weight: 300;
    color: #9d9d9d;
    line-height: 1.13;
    margin-top: 0rem; }

figcaption.wp-caption-text {
  display: block;
  font-family: 'ProximaNovaSoft';
  font-size: 2.8rem;
  font-weight: 300;
  color: #9d9d9d;
  line-height: 1.13;
  margin-top: 1rem; }

.single .post.single .last-updated, .single .post.single .byline {
  font-family: 'ProximaNovaSoft';
  font-size: 16px;
  font-weight: 300;
  color: #222222; }

.single .post.single .byline {
  margin-right: 0; }

.single .post.single .post-meta-info {
  text-align: right; }

.single .post.single .view-meta {
  display: none; }

.main-container {
  position: relative; }

.sidebar-items {
  margin: 0; }

.single-page .author {
  margin-bottom: 0; }

.inner .hero-section__title {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.25;
  font-family: 'Alfa Slab One'; }

.hero-section {
  height: 475px; }

header.page-header {
  border: 0; }

.main-navigation {
  width: 90vw;
  max-width: 920px; }

.header .bottom {
  background-color: transparent;
  top: -27px; }

.ubermenu .ubermenu-target-with-image > .ubermenu-target-text {
  font-size: 15px !important; }

.ubermenu .ubermenu-item-layout-image_left > .ubermenu-image {
  display: none; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item.ubermenu-column-auto {
  clear: both; }

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target > .ubermenu-target-description {
  display: none; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  color: #222222;
  font-family: 'ProximaNovaSoft'; }

.ubermenu-row > li > ul > li > a > span {
  font-size: 1.6rem !important;
  font-weight: 700 !important; }

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
  margin-top: 0px;
  border-radius: 5px; }

.ubermenu .ubermenu-target-text {
  padding-left: 15px !important;
  margin: 0 !important; }

.ubermenu .ubermenu-nav .ubermenu-column-full {
  width: auto; }

.wpml-ls-legacy-dropdown {
  display: none; }

.ubermenu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "ProximaNovaSoft" !important;
  text-transform: uppercase !important; }
  .ubermenu-nav .wpml-ls-native, .ubermenu-nav .wpml-ls-display {
    text-transform: uppercase; }
  .ubermenu-nav img.wpml-ls-flag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 6px; }

.ubermenu .ubermenu-icon {
  font-size: 20px;
  margin-left: 10px; }

.ubermenu-main {
  background: 0 !important; }

.ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background: 0 !important;
  color: #fff !important; }

.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  background: 0 !important; }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  margin-top: -9px;
  content: "\f0dd";
  font-size: 13px; }

.ubermenu .ubermenu-row {
  margin-top: 15px; }

.ubermenu .ubermenu-submenu .ubermenu-column {
  min-width: 250px !important; }

.header .top-search form {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 215px; }

.header .top-search .search-submit {
  display: block;
  position: absolute;
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 1.3rem;
  font-weight: 700;
  color: #b4b4b4;
  padding: 0; }
  .header .top-search .search-submit span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    background: #fff;
    border-radius: 5px; }

.header .top-search form input {
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 3px; }

.header .top-search .form-toggle {
  display: none; }

.header .top-search {
  float: none;
  clear: both;
  right: 310px; }

.header .bottom.boxed .container, .header .bottom.boxed .post-featured-image .content,
.header .top.boxed .container, .header .top.boxed .post-featured-image .content,
.post-featured-image .header .bottom.boxed .content, .post-featured-image .header .top.boxed .content {
  width: auto; }

.header .top {
  background: 0 !important; }
  .header .top .author-circle, .header .top .branding-contacts, .header .top .branding, .header .top .mobile-box {
    display: none !important; }

.branding {
  position: absolute !important;
  left: 20px !important;
  top: 20px !important; }

#mainContainer {
  padding-top: 0; }

#comments {
  display: none; }

#footer .footer-bottom {
  background: 0 !important;
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem;
  line-height: 2;
  color: #222222; }

.author-sticky-mobile-info {
  display: none; }

.post-share-box.bottom {
  display: none; }

.article-rate__social span {
  margin-right: 1rem; }

.article-rate__social {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.article-rate__social .essb_icon {
  color: white; }

.essb_links.essb_template_grey-leafs li a {
  background-color: #222222 !important;
  border-radius: 50%; }
  .essb_links.essb_template_grey-leafs li a:hover {
    border-radius: 5px;
    background: #222222 !important; }

.essb_network_name {
  color: #fff !important; }

.shop-rating-widget h6 {
  font-family: 'ProximaNovaSoft';
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #222222; }

.shop-rating-widget p {
  display: none; }

span#go-top {
  background: #222222; }

.item-wrap {
  position: relative; }
  .item-wrap .item-btn {
    position: absolute;
    bottom: 0; }

.content-section__category .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.content-section__category .author {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.content-section__category .avatar {
  float: left;
  margin-right: 15px;
  padding-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.content-section__category .post-meta-info {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 20px; }

.content-section__category .last-updated, .content-section__category .byline {
  font-family: 'ProximaNovaSoft';
  font-size: 16px;
  font-weight: 300;
  color: #222222; }

.content-section__category .byline {
  margin-right: 5px; }

.content-section__category .buy {
  display: none; }

.content-section__category .section-box > p {
  font-family: 'ProximaNovaSoft';
  font-size: 2.6rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.62;
  margin: 0; }
  .content-section__category .section-box > p::first-letter {
    position: static;
    padding: unset;
    margin-right: unset;
    float: none;
    font-style: normal;
    font-family: 'ProximaNovaSoft';
    font-size: 2.6rem;
    font-weight: 400;
    color: #222222;
    line-height: 1.62;
    margin: 0; }

.section-box > hr {
  display: none; }

.pages-list-item hr {
  opacity: 1;
  height: 1px; }

.pages-list-item .wp-caption-text {
  text-align: left; }

.pages-list-item .article-item__title {
  font-family: 'Alfa Slab One';
  font-size: 3.4rem;
  line-height: 1.29;
  letter-spacing: 0.09rem;
  text-align: left;
  color: #222222;
  margin: 3rem 0 2rem 0;
  font-weight: normal; }

.hero-section .page-header span {
  color: #fff;
  font-size: 28px; }

.entry-title:hover a {
  color: #222222; }

.search-content h2 {
  font-size: 2.4rem; }
  .search-content h2:hover {
    color: #222222; }
  .search-content h2 a:hover {
    color: #222222; }

.search-content .entry-footer__more {
  display: inline-block;
  border-radius: 0.4rem;
  border: solid 1px #d0d0d0;
  background-color: #efefef;
  padding: 0.5rem 1.3rem 0.7rem 1.3rem;
  height: 3.5rem;
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  position: relative;
  overflow: hidden;
  min-width: 12rem;
  text-align: center;
  margin-top: 1rem; }

.search-content .entry-summary.entry-sub-title {
  font-family: 'ProximaNovaSoft';
  font-size: 2.1rem;
  line-height: 1.57;
  color: #222222; }

span.page-numbers.current {
  border-color: #222222;
  background: #222222;
  color: #fff;
  font-weight: 900;
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem; }

a.page-numbers {
  background: #efefef;
  color: #222222;
  font-weight: 900;
  font-family: 'ProximaNovaSoft';
  font-size: 1.6rem;
  border: 1px solid #d0d0d0; }

.tickets-table__card-score a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 11rem;
  height: 4rem;
  border-radius: 0.4rem;
  background-color: #0854b5;
  color: #ffffff;
  font-family: "ProximaNovaSoft";
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 0; }

.site-main_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.sidebar-item__reviews img {
  width: 1.6rem;
  margin-left: 2px; }

.select-range img {
  margin-left: 5px; }

.footer__title {
  color: #222222 !important;
  text-transform: uppercase; }

.footer__custom-links {
  padding-top: 20px; }

.footer__items-top {
  margin-left: 0; }

#footer a:hover {
  color: #525252 !important; }

.footer-nav {
  max-width: 100%;
  width: 100%; }

#footer .footer-bottom .copy-right {
  max-width: 100%;
  width: 100%;
  text-align: center; }

#footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer__custom-links .container {
  border-bottom: 1px solid #dbdbdb; }

.footer {
  min-height: 70rem; }

.sidebar-items {
  margin: 0 !important; }

.sidebar-item__title {
  font-family: "Alfa Slab One" !important;
  font-size: 2rem !important;
  line-height: 1.3 !important;
  letter-spacing: 0.5px !important;
  color: #222222 !important;
  margin-bottom: 1rem !important;
  font-weight: normal !important; }

.content-section__sidebar.top-shortcode {
  width: auto;
  position: static !important;
  margin-bottom: 40px; }

.content-section__sidebar.top-shortcode a {
  text-decoration: none; }

.sidebar-wrap {
  border-top: 1px solid #f9f9f9; }

.article-item__list, .article-item__list2 {
  margin: 0;
  margin-top: 3rem; }

blockquote {
  margin-left: 0;
  margin-top: 0;
  text-align: left;
  width: 100%; }

blockquote:before {
  background: 0; }

blockquote p:first-letter {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 2.1rem !important;
  font-weight: 400 !important;
  font-family: "ProximaNovaSoft" !important; }

blockquote em {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8rem;
  display: block;
  font-style: normal;
  margin-top: 1rem; }

.bb-row-captcha input {
  background: #222222;
  color: #fff; }

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
  /*width: 50%;*/
  /*margin-left: 395px;*/
}
/*# sourceMappingURL=style.css.map */