/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1280px) {
  .travel-catalog#latest-deals {
    position: relative;
    background-color: #e2eaf5;
    padding-top: 50px; }
    .travel-catalog#latest-deals .latest-deals-title {
      text-align: center;
      margin: 0 0 35px 0; }
      .travel-catalog#latest-deals .latest-deals-title span {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 400;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        text-align: center;
        padding: 9px 60px; }
    .travel-catalog#latest-deals .customNavigation {
      position: absolute;
      top: 84%;
      width: 100%;
      height: 50px;
      cursor: pointer;
      z-index: 100; }
      .travel-catalog#latest-deals .customNavigation .btn {
        position: absolute;
        top: -160px; }
        .travel-catalog#latest-deals .customNavigation .btn i {
          font-size: 40px;
          font-weight: 400;
          border: 1px solid transparent;
          line-height: 55px;
          color: #606071; }
          .travel-catalog#latest-deals .customNavigation .btn i:hover {
            background-color: rgba(182, 182, 182, 0.4); }
      .travel-catalog#latest-deals .customNavigation .btn.prev-owl {
        left: 0; }
        .travel-catalog#latest-deals .customNavigation .btn.prev-owl i {
          padding: 0 10px 0 3px;
          border-top-right-radius: 50%;
          border-bottom-right-radius: 50%; }
      .travel-catalog#latest-deals .customNavigation .btn.next-owl {
        right: 0; }
        .travel-catalog#latest-deals .customNavigation .btn.next-owl i {
          padding: 0 3px 0 10px;
          border-top-left-radius: 50%;
          border-bottom-left-radius: 50%; }
    .travel-catalog#latest-deals ul.zoo-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .travel-catalog#latest-deals ul.zoo-list li {
        position: relative;
        width: 291px;
        height: 231px;
        margin: 0 10px 45px 0;
        border: none;
        padding: 0;
        overflow: hidden; }
        .travel-catalog#latest-deals ul.zoo-list li div > * {
          position: absolute; }
        .travel-catalog#latest-deals ul.zoo-list li p.title {
          top: 173px;
          color: white;
          background-color: rgba(43, 43, 43, 0.56);
          padding: 10px 10px 0 10px;
          z-index: 100;
          height: 58px;
          width: 190px;
          font-size: 16px;
          overflow: hidden;
          transition: .3s; }
        .travel-catalog#latest-deals ul.zoo-list li article.uk-article {
          top: 70px;
          left: 0;
          width: 100%;
          padding: 10px;
          height: 86px;
          overflow: hidden;
          opacity: 0;
          z-index: 100;
          transition: .5s; }
          .travel-catalog#latest-deals ul.zoo-list li article.uk-article p {
            color: white; }
        .travel-catalog#latest-deals ul.zoo-list li div.media {
          position: static;
          margin-top: 0; }
        .travel-catalog#latest-deals ul.zoo-list li div.description {
          left: 190px;
          top: 173px;
          margin-top: 0;
          z-index: 100; }
          .travel-catalog#latest-deals ul.zoo-list li div.description div div {
            position: relative;
            color: white;
            width: 100px;
            height: 58px;
            background-color: #000099;
            font-size: 22px;
            padding: 22px 5px;
            text-align: center; }
            .travel-catalog#latest-deals ul.zoo-list li div.description div div:before {
              content: ''; }
            .travel-catalog#latest-deals ul.zoo-list li div.description div div:after {
              content: 'duration';
              font-size: 14px;
              position: absolute;
              color: #bfbfbf;
              top: 8px;
              right: 5px;
              left: 5px; }
        .travel-catalog#latest-deals ul.zoo-list li .links {
          margin-top: 0;
          z-index: 99;
          transition: .3s;
          opacity: 0; }
          .travel-catalog#latest-deals ul.zoo-list li .links span {
            position: absolute;
            bottom: 10px;
            left: 10px; }
            .travel-catalog#latest-deals ul.zoo-list li .links span:hover {
              background-color: rgba(255, 255, 255, 0.68); }
              .travel-catalog#latest-deals ul.zoo-list li .links span:hover a {
                color: black; }
            .travel-catalog#latest-deals ul.zoo-list li .links span a {
              display: block;
              color: white;
              border: 1px solid white;
              padding: 4px 30px; }
              .travel-catalog#latest-deals ul.zoo-list li .links span a:after {
                content: ''; }
      .travel-catalog#latest-deals ul.zoo-list li:hover p.title {
        top: 0;
        background-color: transparent;
        width: 100%;
        height: 58px; }
        .travel-catalog#latest-deals ul.zoo-list li:hover p.title:after {
          content: '';
          display: block;
          height: 1px;
          width: 80px;
          border-bottom: 1px solid white;
          position: absolute;
          bottom: 0; }
      .travel-catalog#latest-deals ul.zoo-list li:hover article.uk-article {
        opacity: 1; }
      .travel-catalog#latest-deals ul.zoo-list li:hover .links {
        width: 100%;
        height: 100%;
        background-color: rgba(43, 43, 43, 0.56);
        opacity: 1; }
      .travel-catalog#latest-deals ul.zoo-list .owl-item li {
        margin-left: auto;
        margin-right: auto; }

  .main-content {
    padding-top: 70px; }

  .header-midle {
    position: relative; }
    .header-midle .header-decor {
      width: 200px;
      height: auto;
      bottom: -46px; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .page-header {
    margin-top: 80px; }

  .header-top {
    background-image: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border-bottom: 2px solid #959595;
    box-sizing: border-box; }
    .header-top .header-logo img {
      padding-left: 0;
      width: 229px;
      height: 57px; }
    .header-top .header-contacts {
      padding-top: 15px; }

  .header-midle .header-decor {
    width: 150px;
    height: auto;
    bottom: -35px; }

  #main-footer {
    flex: 0 0 auto; }
    #main-footer .footer-content {
      background-color: #222;
      padding-top: 30px;
      padding-bottom: 15px; }
      #main-footer .footer-content .menu-footer-menu {
        display: block;
        padding-left: 30px;
        column-count: 2; }
        #main-footer .footer-content .menu-footer-menu li {
          margin-bottom: 12px; }
          #main-footer .footer-content .menu-footer-menu li a {
            font-weight: 200;
            font-size: 14px; }

  .travel-category:before {
    left: 0; }
  .travel-category:after {
    right: 0; }

  #yoo-zoo.jbzoo-view-category .category .image-full img {
    float: none; }
  #yoo-zoo.jbzoo-view-category .items .column {
    width: 350px;
    height: 260px; }
    #yoo-zoo.jbzoo-view-category .items .column h4.item-title {
      top: 180px;
      width: 250px; }
    #yoo-zoo.jbzoo-view-category .items .column .item-image img {
      width: 360px;
      height: 260px;
      object-fit: cover; }
    #yoo-zoo.jbzoo-view-category .items .column .item-properties {
      height: 94px; }
    #yoo-zoo.jbzoo-view-category .items .column .element-text {
      left: 250px;
      top: 180px; }

  .contact-us {
    display: inline-block;
    vertical-align: top; }
    .contact-us.text {
      width: 100%; }
    .contact-us.form {
      width: 100%;
      margin-top: 30px; }

  .ajaxWebfactorForm input, .ajaxWebfactorForm textarea {
    border: 1px solid grey !important;
    padding: 15px 10px !important;
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important; }
  .ajaxWebfactorForm textarea {
    background-color: transparent !important; }
  .ajaxWebfactorForm input[type='submit'] {
    line-height: 16px !important; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%; }
    .header-top .header-logo img {
      width: 52px;
      height: 51px; }
    .header-top .header-contacts .tel a {
      font-size: 16px; }
      .header-top .header-contacts .tel a:first-child {
        margin-right: 0; }
    .header-top .header-contacts .tel:after {
      content: ""; }

  .header-midle {
    display: none; }

  .mobile-nav-bar {
    float: right !important; }

  .travel-category:before {
    display: none; }
  .travel-category:after {
    display: none; }

  ul#travel-category {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    ul#travel-category li a img {
      width: 280px;
      height: auto; }

  #top-nav-mobile {
    top: 63px; }

  .page-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }

  .content-wrapper {
    flex: 1 0 auto; }

  .main-content {
    padding-top: 20px; }

  .page-text {
    padding: 15px;
    margin-bottom: 30px; }

  .travel-catalog#latest-deals .customNavigation {
    display: none; }

  #why-travel {
    padding-top: 30px; }
    #why-travel .why-travel-title {
      padding: 0 0 10px 0; }
      #why-travel .why-travel-title span {
        font-size: 20px;
        color: #000099;
        background: none;
        line-height: 26px;
        padding: 0 0; }

  #main-footer {
    flex: 0 0 auto; }
    #main-footer .footer-content {
      background-color: #222;
      padding-top: 30px;
      padding-bottom: 15px; }
      #main-footer .footer-content .footer-logo {
        text-align: center;
        padding-bottom: 20px; }
      #main-footer .footer-content .menu-footer-menu {
        display: block;
        padding-left: 0;
        column-count: 1;
        text-align: center; }
        #main-footer .footer-content .menu-footer-menu li {
          margin-bottom: 12px; }
          #main-footer .footer-content .menu-footer-menu li a {
            font-weight: 200;
            font-size: 14px; }

  #yoo-zoo.jbzoo-view-category .items {
    justify-content: center; }
    #yoo-zoo.jbzoo-view-category .items .column {
      width: 360px;
      height: 260px; }
      #yoo-zoo.jbzoo-view-category .items .column h4.item-title {
        top: 180px;
        width: 250px; }
      #yoo-zoo.jbzoo-view-category .items .column .item-image img {
        width: 360px;
        height: 260px;
        object-fit: cover; }
      #yoo-zoo.jbzoo-view-category .items .column .item-properties {
        height: 94px; }
      #yoo-zoo.jbzoo-view-category .items .column .element-text {
        left: 250px;
        top: 180px; }

  #yoo-zoo .jbzoo-item-full .item-title {
    margin-top: 0; }
  #yoo-zoo .jbzoo-item-full .item-image {
    width: 50%; }
    #yoo-zoo .jbzoo-item-full .item-image img {
      width: 100%;
      height: auto; }
  #yoo-zoo .jbzoo-item-full ul.item-properties {
    text-align: left; }
    #yoo-zoo .jbzoo-item-full ul.item-properties li {
      margin-bottom: 10px; }
      #yoo-zoo .jbzoo-item-full ul.item-properties li strong {
        font-size: 18px;
        color: #005cb4; }
      #yoo-zoo .jbzoo-item-full ul.item-properties li span {
        font-size: 18px;
        padding-left: 15px;
        font-weight: 600; }
  #yoo-zoo .jbzoo-item-full div.element-textarea.first {
    clear: both; }
  #yoo-zoo .jbzoo-item-full div.element-textarea h3 {
    font-size: 20px;
    color: #005cb4;
    margin-bottom: 5px; }
  #yoo-zoo .jbzoo-item-full .item-metadata {
    margin-top: 30px;
    margin-bottom: 60px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%; }
    .header-top .header-logo img {
      width: 52px;
      height: 51px; }
    .header-top .header-contacts {
      padding-top: 0; }
      .header-top .header-contacts .tel {
        text-align: center; }
        .header-top .header-contacts .tel a {
          display: block; }
          .header-top .header-contacts .tel a:first-child {
            margin-right: 0;
            margin-bottom: 5px; }
            .header-top .header-contacts .tel a:first-child:after {
              content: ''; }
        .header-top .header-contacts .tel:after {
          content: ""; }

  .header-midle {
    display: none; }

  .mobile-nav-bar {
    float: right !important; }

  #yoo-zoo.jbzoo-view-category .category .title {
    font-size: 20px; }
  #yoo-zoo.jbzoo-view-category .category .subtitle {
    font-size: 16px; }
  #yoo-zoo.jbzoo-view-category .category .image-full {
    margin-bottom: 10px; }
    #yoo-zoo.jbzoo-view-category .category .image-full img {
      margin: 0;
      max-width: 100%;
      height: auto;
      object-fit: cover; }
  #yoo-zoo.jbzoo-view-category .items .column {
    position: relative;
    width: 300px;
    height: 200px;
    margin-right: 0; }
    #yoo-zoo.jbzoo-view-category .items .column h4.item-title {
      top: 0;
      width: 100%;
      height: 58px; }
      #yoo-zoo.jbzoo-view-category .items .column h4.item-title:after {
        content: '';
        display: block;
        height: 1px;
        width: 80px;
        border-bottom: 1px solid white;
        position: absolute;
        bottom: 0; }
    #yoo-zoo.jbzoo-view-category .items .column .item-image img {
      max-width: 300px;
      height: auto;
      object-fit: cover; }
    #yoo-zoo.jbzoo-view-category .items .column .item-properties {
      display: none; }
    #yoo-zoo.jbzoo-view-category .items .column .element-text {
      left: 190px;
      top: 150px;
      margin-top: 0;
      z-index: 100; }
      #yoo-zoo.jbzoo-view-category .items .column .element-text div {
        width: 110px;
        height: 50px;
        padding: 14px 5px; }
        #yoo-zoo.jbzoo-view-category .items .column .element-text div:after {
          top: 0; }
    #yoo-zoo.jbzoo-view-category .items .column .item-metadata {
      margin-top: 0;
      z-index: 99;
      transition: .3s;
      opacity: 1;
      width: 100%;
      height: 100%;
      background-color: transparent;
      opacity: 1; }
      #yoo-zoo.jbzoo-view-category .items .column .item-metadata li {
        position: absolute;
        bottom: 10px;
        left: 10px; }
        #yoo-zoo.jbzoo-view-category .items .column .item-metadata li:hover {
          background-color: rgba(255, 255, 255, 0.68); }
          #yoo-zoo.jbzoo-view-category .items .column .item-metadata li:hover a {
            color: black; }
        #yoo-zoo.jbzoo-view-category .items .column .item-metadata li a {
          display: block;
          color: white;
          background-color: rgba(30, 30, 30, 0.7);
          border: 1px solid white;
          padding: 4px 30px;
          width: 134px; }
          #yoo-zoo.jbzoo-view-category .items .column .item-metadata li a:after {
            content: ''; }
  #yoo-zoo.jbzoo-view-category .items .column:hover .item-properties {
    display: none; }
  #yoo-zoo.jbzoo-view-category .items .column:hover .item-metadata {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.7);
    opacity: 1; }
  #yoo-zoo.jbzoo-view-category .items .clear {
    display: none !important; }

  #yoo-zoo .jbzoo-item-full .item-title {
    margin-top: 0; }
  #yoo-zoo .jbzoo-item-full .item-image {
    width: 100%; }
    #yoo-zoo .jbzoo-item-full .item-image img {
      width: 100%;
      height: auto; }
  #yoo-zoo .jbzoo-item-full ul.item-properties {
    text-align: left; }
    #yoo-zoo .jbzoo-item-full ul.item-properties li {
      margin-bottom: 10px; }
      #yoo-zoo .jbzoo-item-full ul.item-properties li strong {
        font-size: 18px;
        color: #005cb4; }
      #yoo-zoo .jbzoo-item-full ul.item-properties li span {
        font-size: 18px;
        padding-left: 15px;
        font-weight: 600; }
  #yoo-zoo .jbzoo-item-full div.element-textarea.first {
    clear: both; }
  #yoo-zoo .jbzoo-item-full div.element-textarea h3 {
    font-size: 20px;
    color: #005cb4;
    margin-bottom: 5px; }
  #yoo-zoo .jbzoo-item-full .item-metadata {
    margin-top: 30px;
    margin-bottom: 60px; } }
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

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