header {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 20px;
  position: relative; }
  @media (min-width: 767px) {
    header {
      padding: 30px 20px; } }
  header * {
    box-sizing: border-box; }
  header > .flex-container {
    position: relative;
    margin-bottom: 20px; }
    header > .flex-container::after {
      content: '';
      border-bottom: 1px solid rgba(204, 204, 204, 0.6);
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0; }
    header > .flex-container > * {
      position: relative;
      z-index: 4;
      background-color: #fff; }
  header .logo {
    display: inline-block; }
    header .logo img {
      width: 100%;
      width: 100px; }
      @media (min-width: 360px) {
        header .logo img {
          width: 160px; } }
      @media (min-width: 767px) {
        header .logo img {
          width: 200px; } }
  header .menu {
    display: flex;
    padding: 0; }
  header .link {
    color: #000;
    text-decoration: none; }
    header .link.link--partner {
      padding-right: 0.5rem; }
      @media (min-width: 1023px) {
        header .link.link--partner {
          padding-right: 1rem; } }
    header .link.link--favourite {
      padding-left: 0.5rem;
      font-size: 14px; }
      @media (min-width: 1023px) {
        header .link.link--favourite {
          padding-left: 1rem; } }
    header .link .icon {
      margin-right: 6px;
      transition: transform 0.25s ease; }
    header .link:hover {
      color: #92c611; }
      header .link:hover .icon {
        transform: scale(1.2); }

.header__promo {
  display: none;
  text-decoration: none;
  z-index: 10;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 1023px) {
    .header__promo {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 140px;
      background: linear-gradient(315deg, transparent 50%, #ffd300 50%);
      height: 140px;
      padding: 10px; } }
  .header__promo p {
    color: #000;
    font-size: 14px;
    max-width: 70%; }
  .header__promo:hover {
    background: linear-gradient(315deg, transparent 50%, #92c611 50%); }

.menu-toggle {
  position: relative;
  background: #92c611;
  padding: 8px 18px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  max-width: 120px;
  text-align: center;
  margin-left: auto;
  font-size: 16px; }
  .menu-toggle .icon {
    top: -1px;
    margin-right: 6px; }
  @media (min-width: 1023px) {
    .menu-toggle {
      display: none; } }

.language-menu {
  display: inline-flex;
  flex-flow: row nowrap;
  padding: 0 0.5rem 0 0;
  margin: 0 auto 0 0; }
  @media (min-width: 1023px) {
    .language-menu {
      margin: 0 calc(25% + 40px) 0 auto;
      padding: 0 1rem; } }
  .language-menu > li {
    margin: 0 6px;
    line-height: 10px; }
    .language-menu > li a {
      display: inline-block;
      max-width: 22px; }
    .language-menu > li img {
      width: 100%;
      height: 18px;
      object-fit: cover;
      transition: all 0.15s ease-in;
      border-radius: 6px;
      overflow: hidden; }

.main-menu {
  display: flex;
  background: #92c611;
  flex-flow: column nowrap;
  padding: 0;
  position: relative;
  z-index: 10; }
  @media (min-width: 1023px) {
    .main-menu {
      flex-flow: row nowrap;
      height: 60px; } }

.menu.menu--horizontal {
  flex-flow: row nowrap;
  padding: 0 1rem;
  display: none; }
  @media (min-width: 1023px) {
    .menu.menu--horizontal {
      display: flex; } }
  .menu.menu--horizontal > li {
    padding: 0 10px; }
    @media (min-width: 767px) {
      .menu.menu--horizontal > li {
        padding: 0 0.25rem; } }
    .menu.menu--horizontal > li.phone > a {
      font-size: 18px;
      text-decoration: none; }
    .menu.menu--horizontal > li a {
      font-size: 14px;
      color: #000;
      font-weight: 700; }
      .menu.menu--horizontal > li a:hover {
        color: #92c611; }

.top-bar {
  display: flex;
  flex-flow: column wrap;
  align-items: center; }
  @media (min-width: 1023px) {
    .top-bar {
      flex-flow: row wrap; } }
  .top-bar > .top-bar-left,
  .top-bar > .top-bar-right {
    flex: 0 0 100%;
    display: flex;
    width: 100%;
    align-items: center; }
  .top-bar > .top-bar-left {
    justify-content: space-between;
    align-items: flex-start; }
    @media (min-width: 1023px) {
      .top-bar > .top-bar-left {
        flex: 0 1 20%;
        justify-content: flex-start; } }
  .top-bar > .top-bar-right {
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 1023px) {
      .top-bar > .top-bar-right {
        flex: 1 1 auto;
        width: auto;
        align-items: flex-end; } }
    .top-bar > .top-bar-right .top-bar-right__top,
    .top-bar > .top-bar-right .top-bar-right__bottom {
      display: flex;
      flex: 0 0 auto;
      width: 100%;
      justify-content: flex-end;
      align-items: center; }
    .top-bar > .top-bar-right .top-bar-right__top {
      margin: 1rem 0;
      flex-direction: column-reverse; }
      @media (min-width: 1023px) {
        .top-bar > .top-bar-right .top-bar-right__top {
          flex-direction: row; } }
      .top-bar > .top-bar-right .top-bar-right__top .menu {
        display: flex; }
    .top-bar > .top-bar-right .top-bar-right__bottom {
      flex-direction: column; }
      @media (min-width: 1023px) {
        .top-bar > .top-bar-right .top-bar-right__bottom {
          flex-direction: row; } }
    .top-bar > .top-bar-right .button:not(.button--simple) {
      padding: 10px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      margin: 0.25rem auto;
      width: 100%; }
      @media (min-width: 1023px) {
        .top-bar > .top-bar-right .button:not(.button--simple) {
          margin: 0;
          width: auto; } }
      @media (min-width: 1023px) {
        .top-bar > .top-bar-right .button:not(.button--simple).button--hollow {
          margin-left: 1rem; } }

.header__links {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px; }
  @media (min-width: 1023px) {
    .header__links {
      margin-bottom: 0; } }
  .header__links .button {
    font-size: 12px;
    line-height: 14px; }
  .header__links .button.button--blue {
    padding: 6px 14px; }
  .header__links .button.button--simple {
    position: absolute;
    bottom: -34px;
    padding: 0;
    width: 100%;
    text-align: left;
    text-decoration: underline;
    padding-left: 20px;
    height: 28px; }
    .header__links .button.button--simple:hover {
      color: #01a9e9;
      text-decoration: none; }
    .header__links .button.button--simple .icon {
      color: #01a9e9;
      position: absolute;
      top: -2px;
      left: 0; }

.searchform-wrapper {
  width: 100%;
  max-width: 280px;
  margin: 1rem 0 0 0; }
  @media (min-width: 1023px) {
    .searchform-wrapper {
      margin: 0 0 0 auto; } }
  .searchform-wrapper form {
    position: relative;
    display: flex;
    margin: 0; }
  .searchform-wrapper input[type="text"] {
    border: 1px solid #ccc;
    width: 100%;
    height: 44px;
    padding: 4px 44px 4px 20px;
    max-width: 100%;
    margin: 0;
    outline: none;
    transition: all 0.25s ease-in-out; }
    .searchform-wrapper input[type="text"]:focus, .searchform-wrapper input[type="text"]:hover {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
      border-color: #92c611; }
  .searchform-wrapper .submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 42px;
    width: 44px;
    padding: 0;
    margin: 1px;
    background-color: #fff;
    cursor: pointer; }
    .searchform-wrapper .submit:hover .icon {
      color: #92c611; }
    .searchform-wrapper .submit .icon {
      color: #000;
      width: 20px;
      height: 20px; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.margin-top-auto {
  margin-top: auto !important; }

.margin-top-1 {
  margin-top: 10px !important; }

.margin-left-1 {
  margin-left: 10px !important; }

.margin-bottom-0 {
  margin-bottom: 0rem !important; }

.margin-bottom-1 {
  margin-bottom: 10px !important; }

.margin-bottom-2 {
  margin-bottom: 20px !important; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.order-13 {
  order: 13; }

.order-14 {
  order: 14; }

.order-15 {
  order: 15; }

.order-16 {
  order: 16; }

.order-17 {
  order: 17; }

.order-18 {
  order: 18; }

.order-19 {
  order: 19; }

.order-20 {
  order: 20; }

.order-21 {
  order: 21; }

.order-22 {
  order: 22; }

.order-23 {
  order: 23; }

.order-24 {
  order: 24; }

.order-25 {
  order: 25; }

.order-26 {
  order: 26; }

.order-27 {
  order: 27; }

.order-28 {
  order: 28; }

.order-29 {
  order: 29; }

.order-30 {
  order: 30; }

.order-31 {
  order: 31; }

.order-32 {
  order: 32; }

.order-33 {
  order: 33; }

.order-34 {
  order: 34; }

.order-35 {
  order: 35; }

.order-36 {
  order: 36; }

.order-37 {
  order: 37; }

.order-38 {
  order: 38; }

.order-39 {
  order: 39; }

.order-40 {
  order: 40; }

.order-41 {
  order: 41; }

.order-42 {
  order: 42; }

.order-43 {
  order: 43; }

.order-44 {
  order: 44; }

.order-45 {
  order: 45; }

.order-46 {
  order: 46; }

.order-47 {
  order: 47; }

.order-48 {
  order: 48; }

.order-49 {
  order: 49; }

.order-50 {
  order: 50; }

@media screen and (max-width: 1023px) {
  .order-1 {
    order: 1; }
  .order-2 {
    order: 18; }
  .order-3 {
    order: 35; }
  .order-4 {
    order: 2; }
  .order-5 {
    order: 19; }
  .order-6 {
    order: 36; }
  .order-7 {
    order: 3; }
  .order-8 {
    order: 20; }
  .order-9 {
    order: 37; }
  .order-10 {
    order: 4; }
  .order-11 {
    order: 21; }
  .order-12 {
    order: 38; }
  .order-13 {
    order: 5; }
  .order-14 {
    order: 22; }
  .order-15 {
    order: 39; }
  .order-16 {
    order: 6; }
  .order-17 {
    order: 23; }
  .order-18 {
    order: 40; }
  .order-19 {
    order: 7; }
  .order-20 {
    order: 24; }
  .order-21 {
    order: 41; }
  .order-22 {
    order: 8; }
  .order-23 {
    order: 25; }
  .order-24 {
    order: 42; }
  .order-25 {
    order: 9; }
  .order-26 {
    order: 26; }
  .order-27 {
    order: 43; }
  .order-27 {
    order: 10; }
  .order-28 {
    order: 27; }
  .order-29 {
    order: 44; }
  .order-30 {
    order: 11; }
  .order-22 {
    order: 28; }
  .order-31 {
    order: 45; }
  .order-32 {
    order: 12; }
  .order-33 {
    order: 29; }
  .order-34 {
    order: 46; }
  .order-35 {
    order: 13; }
  .order-36 {
    order: 30; }
  .order-37 {
    order: 47; }
  .order-38 {
    order: 14; }
  .order-40 {
    order: 31; }
  .order-41 {
    order: 48; }
  .order-42 {
    order: 15; }
  .order-43 {
    order: 32; }
  .order-44 {
    order: 49; }
  .order-45 {
    order: 16; }
  .order-46 {
    order: 33; }
  .order-47 {
    order: 50; }
  .order-48 {
    order: 17; }
  .order-49 {
    order: 34; }
  .order-50 {
    order: 51; } }

html {
  box-sizing: border-box; }

.object {
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
  margin: 0 0 20px;
  border: 1px solid rgba(204, 204, 204, 0.4);
  position: relative;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(134, 134, 98, 0.2); }
  @media (min-width: 767px) {
    .object {
      padding: 0; } }
  .object .button {
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 767px) {
      .object .button {
        width: auto;
        margin-top: 0; } }
  .object .object-left {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 767px) {
      .object .object-left {
        flex: 1; } }
    .object .object-left .object-info {
      position: relative; }
      @media (min-width: 767px) {
        .object .object-left .object-info {
          padding: 20px; } }
      .object .object-left .object-info p {
        font-size: 16px;
        line-height: 24px;
        color: #000; }
        .object .object-left .object-info p:last-child {
          padding-bottom: 0; }
  .object .object-right {
    flex: 1 1 100%;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center; }
    @media (min-width: 767px) {
      .object .object-right {
        flex: 1 1 auto;
        max-width: 250px;
        background-color: #ffd300;
        margin-left: auto; } }
    .object .object-right.object-right-desktop {
      display: none; }
      @media (min-width: 767px) {
        .object .object-right.object-right-desktop {
          display: flex; } }
    .object .object-right.object-right-mobile {
      display: flex; }
      @media (min-width: 767px) {
        .object .object-right.object-right-mobile {
          display: none; } }
    .object .object-right .object-desc {
      padding: 20px; }
      .object .object-right .object-desc p {
        font-size: 16px;
        line-height: 28px;
        padding: 0;
        color: #000; }
        .object .object-right .object-desc p strong {
          display: block; }
        .object .object-right .object-desc p .price {
          font-size: 20px; }
          @media (min-width: 1280px) {
            .object .object-right .object-desc p .price {
              font-size: 28px; } }
      @media (min-width: 767px) {
        .object .object-right .object-desc .place-info {
          margin: 30px 0; } }

.object-basic-info {
  display: flex;
  flex-flow: row wrap; }
  .object-basic-info > .tag {
    margin: 4px 8px 4px 0;
    line-height: 22px;
    padding: 2px 4px;
    height: 22px; }
  .object-basic-info.object-basic-info-tag {
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    padding-top: 10px; }

.tags-container {
  padding: 10px 0;
  max-width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 10px; }

.tags {
  display: flex;
  flex-flow: row wrap; }
  .tags .tags__item {
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 18px;
    background-color: #fff;
    color: #01a9e9;
    padding: 4px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-right: 1rem; }
    .tags .tags__item .icon {
      width: 1.5rem;
      height: 1.5rem; }

.share-buttons {
  display: flex;
  flex-flow: row wrap; }
  .share-buttons > * {
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
    margin: 4px 8px 4px 0;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    padding: 4px 8px;
    color: #fff;
    font-weight: 700;
    transition: all 0.25s ease-in; }
    .share-buttons > *:hover {
      filter: brightness(90%); }
    .share-buttons > *.fb_iframe_widget {
      width: auto !important;
      padding: 0; }
      .share-buttons > *.fb_iframe_widget.fb-like {
        min-width: 180px; }
    .share-buttons > *.email-button {
      background-color: #01a9e9; }
    .share-buttons > *.facebook-button {
      background-color: #3b5998; }
    .share-buttons > *.share-button {
      background-color: #F28705; }
  .share-buttons .icon {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    top: -1px; }

.object-detail-bottom {
  background-color: #ffd300;
  border-top: 1px solid #d5b103;
  margin-bottom: 40px; }
  .object-detail-bottom .content {
    border: 0 !important; }
    @media (min-width: 1023px) {
      .object-detail-bottom .content {
        padding: 30px; } }
  .object-detail-bottom .grid-x {
    width: 100%;
    box-sizing: border-box; }
    .object-detail-bottom .grid-x .cell {
      box-sizing: inherit; }
    .object-detail-bottom .grid-x > .cell:last-child {
      border-top: 1px solid #d5b103; }
      @media (min-width: 767px) {
        .object-detail-bottom .grid-x > .cell:last-child {
          border-top: 0;
          border-left: 1px solid #d5b103;
          width: calc(50% - 2px); } }

.price {
  padding-bottom: 10px !important; }
  .price .sidebar-booking-price {
    font-size: 30px;
    color: #92c611;
    margin-top: 6px; }
  .price strong {
    display: block;
    font-size: 20px; }

.object-medium-gallery {
  display: inline-flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
  background-color: #fff;
  z-index: 2;
  margin: 0 -10px; }
  .object-medium-gallery::before {
    top: 15px;
    left: 15px; }
  .object-medium-gallery::after {
    bottom: 15px;
    right: 15px; }
  .object-medium-gallery > a {
    flex: 0 0 auto;
    margin: 10px;
    position: relative;
    transition: all 0.15s ease-in;
    display: inline-block;
    max-height: 150px; }
    .object-medium-gallery > a:hover {
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }

.three-detail-images-wrapper {
  display: flex;
  flex-direction: row;
  margin: 20px -5px; }
  .three-detail-images-wrapper > a {
    width: calc(100% / 3);
    margin: 0 5px;
    overflow: hidden;
    max-height: 160px; }
    .three-detail-images-wrapper > a:hover img {
      transform: scale(1.2); }
    .three-detail-images-wrapper > a img {
      transition: all 0.25s ease-in;
      width: 100%; }

.block {
  position: relative; }
  .block--icon img {
    position: relative;
    margin-bottom: 10px;
    transform: scale(1);
    transition: all 0.2s ease-in; }
    @media (min-width: 767px) {
      .block--icon img {
        width: 80px;
        height: 80px; } }
  .block--icon h6 {
    font-size: 18px !important;
    line-height: 22px;
    padding-bottom: 10px !important;
    font-weight: 700; }
  .block--icon p {
    max-width: 220px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 767px) {
      .block--icon p {
        font-size: 14px; } }

.interest-point img {
  width: 100% !important; }

.interest-point h6 {
  font-weight: 700;
  color: #92c611;
  font-size: 16px !important;
  line-height: 22px !important;
  padding-bottom: 10px; }

.interest-point p {
  padding-bottom: 0 !important;
  font-size: 14px;
  line-height: 20px;
  color: #666; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.85);
  overflow-y: auto; }
  .reveal-overlay .close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    background: transparent;
    border: 0; }
  .reveal-overlay .reveal {
    max-width: 800px;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    padding: 20px;
    top: 40px;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: auto;
    left: auto;
    margin: 0 auto; }

.discount-field {
  background: linear-gradient(315deg, transparent 50%, #cc0000 50%);
  height: 110px;
  width: 110px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0; }
  .discount-field::before {
    content: '';
    position: absolute;
    background: linear-gradient(315deg, transparent 50%, #ffd300 50%);
    height: 20px;
    width: 20px;
    z-index: 6; }
  .discount-field .discount-field__title {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 1rem;
    line-height: 20px;
    z-index: 2; }
  .discount-field .discount-field__content {
    position: absolute;
    background-color: #cc0000;
    left: 0;
    top: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    height: 70px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.2s ease-in; }
    .discount-field .discount-field__content ul {
      padding: 0 !important;
      margin: 0;
      list-style: none;
      min-width: 160px;
      max-width: 160px; }
      .discount-field .discount-field__content ul li,
      .discount-field .discount-field__content ul a {
        font-size: 14px;
        text-decoration: none;
        color: #fff !important;
        line-height: 24px;
        font-weight: 400;
        transition: all 0.2s ease-in; }
        .discount-field .discount-field__content ul li + li,
        .discount-field .discount-field__content ul a + li {
          border-top: 1px solid #fff; }
        .discount-field .discount-field__content ul li:hover,
        .discount-field .discount-field__content ul a:hover {
          color: #660000 !important; }
  .discount-field:hover .discount-field__content {
    width: 160px;
    visibility: visible;
    opacity: 1; }

.overflow {
  position: relative;
  transition: all 0.2s ease-in; }

.content {
  display: block;
  padding: 20px 10px; }
  @media (min-width: 767px) {
    .content {
      padding: 40px 30px; } }
  .content.content--default {
    background-color: #fff;
    color: #000; }
  .content .google-maps {
    margin: 0; }
  .content > p:last-child {
    padding-bottom: 0 !important; }
  .content hr {
    margin: 20px 0;
    border-top: none;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4); }
    @media (min-width: 1023px) {
      .content hr {
        margin: 30px 0; } }
  .content img + p {
    margin-top: 20px; }
  .content * + .grid-x {
    margin-top: 20px; }

@media (min-width: 1023px) {
  .contact {
    padding-top: 40px; } }

.contact .contact__item {
  text-decoration: none; }
  .contact .contact__item img {
    margin-bottom: 10px; }
  .contact .contact__item h6 {
    font-weight: 700;
    padding-bottom: 10px; }
  .contact .contact__item p {
    color: #000; }

.border {
  border: 1px solid rgba(204, 204, 204, 0.4); }

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

.padding-0 {
  padding: 0 !important; }

.margin-vertical-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-40 {
  margin-top: 40px !important; }

@media (min-width: 767px) {
  .medium-margin-top-40 {
    margin-top: 40px !important; } }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.video {
  position: relative;
  width: 100%;
  height: 200px;
  max-width: 500px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .video {
      height: 280px; } }

.cell.box__item {
  background-color: #01a9e9;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-bottom: 2px solid #048cc6;
  margin-bottom: 1.25rem;
  box-shadow: 0px 0px 10px 0px rgba(1, 169, 233, 0.2);
  position: relative;
  transition: all 0.18s ease-in;
  overflow: hidden; }
  .cell.box__item:hover {
    transform: translateY(-5px); }
    .cell.box__item:hover .label {
      background-color: #048cc6; }
  .cell.box__item p.label {
    background: #01a9e9;
    padding: 8px 20px;
    color: #fff;
    margin-bottom: 0;
    transition: all 0.18s ease-in;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    height: 100%; }
    @media (min-width: 1023px) {
      .cell.box__item p.label {
        padding: 8px 20px; } }
    .cell.box__item p.label .icon {
      position: absolute;
      right: 20px;
      top: calc(50% - 7px); }
    @media (min-width: 1023px) {
      .cell.box__item p.label {
        font-size: 1rem; } }

.box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: none; }

.box {
  padding: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(1, 169, 233, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-items: flex-start; }
  .box.disabled {
    opacity: 0.2;
    pointer-events: none; }
  .box.box--yellow {
    background-color: #ffd300; }
  .box.box--lblue {
    background-color: rgba(221, 241, 255, 0.38);
    border: 1px solid #ddf1ff;
    box-shadow: none;
    align-items: flex-start; }
  .box.box--primary-border {
    border-radius: 10px;
    box-shadow: none;
    border: 2px solid #92c611; }
  .box.box--lgreen {
    border-radius: 10px;
    box-shadow: none;
    border: 2px solid #92c611;
    background-color: rgba(239, 251, 208, 0.25); }
    .box.box--lgreen .list--check {
      border-top: 2px solid #92c611;
      padding: 20px 0 0 0 !important; }
      @media (min-width: 767px) {
        .box.box--lgreen .list--check {
          border-top: 0;
          border-left: 2px solid #92c611;
          padding: 0 0 0 20px !important; } }
      .box.box--lgreen .list--check li::before {
        top: calc(50% - 10px); }
  .box .button[disabled="disabled"] {
    background: #eee !important;
    color: #b1b1b1 !important;
    border-color: #eee !important;
    border-bottom-color: #ccc !important;
    cursor: default !important; }
  .box.order-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: none;
    margin-bottom: 0;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      .box.order-panel {
        width: 340px;
        left: calc(50% - 170px); } }
    @media (min-width: 1600px) {
      .box.order-panel {
        bottom: auto;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        width: 240px;
        right: 0; } }
    .box.order-panel h5 {
      font-weight: 700;
      color: #000 !important;
      padding-bottom: 0; }
    .box.order-panel .place-info {
      margin: 20px 0;
      display: flex;
      justify-content: space-between; }
      @media (min-width: 1600px) {
        .box.order-panel .place-info {
          flex-direction: column; } }
    .box.order-panel .button {
      width: 100%;
      border: 2px solid #01a9e9;
      border-bottom-color: #048cc6; }
      .box.order-panel .button:hover {
        cursor: pointer; }

.weekend__title {
  font-weight: 400 !important;
  font-size: 13px;
  margin-bottom: 0 !important;
  display: none; }
  @media screen and (min-width: 680px) {
    .weekend__title {
      display: block; } }
  .weekend__title.weekend__title--l {
    color: #000; }
  .weekend__title.weekend__title--z {
    color: #01a9e9; }
  .weekend__title.weekend__title--discount {
    color: #000; }

.weekend__box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 680px) {
    .weekend__box {
      position: relative;
      align-items: center;
      width: 100%; } }
  .weekend__box .weekend__control {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #000;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in; }
    .weekend__box .weekend__control[disabled] {
      opacity: 0.2;
      pointer-events: none; }
    .weekend__box .weekend__control::before {
      content: '';
      position: absolute;
      top: 1px;
      left: 1px;
      width: 18px;
      height: 18px;
      border-radius: 50%; }
    .weekend__box .weekend__control:hover {
      color: #053788; }
    .weekend__box .weekend__control.weekend__control--add {
      margin-bottom: 2px; }
      .weekend__box .weekend__control.weekend__control--add.weekend__control--l::before {
        background-color: #92c611; }
      .weekend__box .weekend__control.weekend__control--add.weekend__control--z::before {
        background-color: #01a9e9; }
      .weekend__box .weekend__control.weekend__control--add:hover {
        transform: scale(1.2); }
    .weekend__box .weekend__control.weekend__control--remove.weekend__control--l::before {
      background-color: #d5b103; }
    .weekend__box .weekend__control.weekend__control--remove.weekend__control--z::before {
      background-color: #243a77; }
    .weekend__box .weekend__control.weekend__control--remove:hover {
      transform: scale(1.2); }
    .weekend__box .weekend__control.weekend__control--reset::before {
      background-color: #cc0000; }
    .weekend__box .weekend__control .icon {
      width: 20px;
      height: 20px;
      color: #fff; }
  .weekend__box.disabled {
    opacity: 0.2; }
    .weekend__box.disabled .weekend__control {
      cursor: not-allowed; }

.banner {
  padding: 20px;
  background-color: #fff;
  display: none; }
  @media (min-width: 1023px) {
    .banner {
      display: block; } }
  .banner + .banner {
    margin-top: 30px; }
  .banner.banner--background {
    padding: 0;
    background-color: transparent; }
  .banner.banner--promo {
    margin-bottom: 40px;
    background-color: #fff9e6;
    border: 1px solid #ffd300;
    display: inline-block; }

.form.form--filter {
  padding: 30px;
  background-color: #ffd300;
  margin-bottom: 40px; }

*.primary {
  color: #92c611; }

*.medium-blue {
  color: #243a77; }

*.dark {
  color: #000; }

*.alert {
  color: #cc0000; }

.link {
  position: relative;
  transition: all 0.25s ease-in; }
  .link.link--partner .icon {
    top: -1px;
    width: 24px;
    height: 24px; }
  .link.link--dark {
    color: #000; }
  .link.link--large {
    font-size: 18px; }
    @media (min-width: 767px) {
      .link.link--large {
        font-size: 24px; } }
    .link.link--large .icon {
      width: 20px;
      height: 20px;
      margin-right: 0.6rem; }
      @media (min-width: 767px) {
        .link.link--large .icon {
          width: 26px;
          height: 26px; } }
    .link.link--large:hover {
      color: #92c611; }
    .link.link--large.is-active .icon {
      transform: rotate(-180deg); }

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

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

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

@media (min-width: 767px) {
  .text-medium-right {
    text-align: right; } }

.text-small {
  font-size: 14px; }

@media (min-width: 767px) {
  .medium-text-default {
    font-size: 16px; } }

a.link {
  position: relative; }

ul.list {
  list-style: none;
  padding: 0 !important;
  height: auto !important; }
  ul.list li {
    position: relative;
    background: none;
    color: #000 !important;
    text-align: left !important; }

ul.list--check li {
  margin-bottom: 0.5rem;
  padding-left: 30px; }
  ul.list--check li::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath fill='none' stroke='%2392c611' stroke-miterlimit='20' stroke-width='4' d='M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10z' clip-path='url(&quot;%23a&quot;)'/%3E%3Cpath fill='none' stroke='%2392c611' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='20' stroke-width='2' d='M5.415 9.83v0l3.978 3.978v0L19.26 3.94v0'/%3E%3C/svg%3E"); }

ul.place-info {
  margin: 0;
  padding: 0 !important;
  display: block;
  height: auto !important; }
  ul.place-info li {
    background: transparent !important;
    background: none;
    font-size: 14px;
    line-height: 32px;
    color: #000 !important;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2px 0 !important; }
    @media (min-width: 1023px) {
      ul.place-info li {
        font-size: 16px; } }
  ul.place-info a {
    font-size: 14px;
    text-decoration: none;
    color: #000; }
    @media (min-width: 1023px) {
      ul.place-info a {
        font-size: 16px; } }
    ul.place-info a:hover {
      color: #92c611; }
  ul.place-info .icon {
    margin-right: 6px;
    bottom: 1px;
    width: 24px;
    height: 24px;
    color: #01a9e9; }

dl dt {
  border-bottom: 1px solid #d5b103;
  font-size: 16px;
  line-height: 32px;
  padding: 2px 10px; }
  dl dt strong {
    font-size: 18px; }

.remove-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 20px;
  border-radius: 50%;
  border: 2px solid #01a9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01a9e9;
  background-color: #fff;
  line-height: 16px;
  font-size: 14px; }
  .remove-button:hover {
    cursor: pointer;
    color: #048cc6;
    border-color: #048cc6; }

.tag {
  font-size: 12px;
  padding: 2px 8px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  transition: all 0.25s ease-in;
  height: 26px;
  border: 1px solid #92c611;
  color: #fff;
  background-color: #92c611; }
  .tag .icon {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 6px; }
  .tag.tag-last-minute {
    background-color: #e66a16;
    border-color: #bb5511;
    color: #fff; }
  .tag.tag-nas-tip {
    border-color: #053788;
    background-color: #053788;
    color: #fff; }
  .tag.tag-novinka {
    background-color: #01a9e9;
    border-color: #01a9e9; }
  .tag.tag-sleva {
    background-color: #cc0000;
    color: #fff;
    border-color: #cc0000; }
  .tag.tag-first-minute {
    border-color: #d5b103;
    background-color: #ffd300;
    color: #fff; }
  .tag.tag-kraj {
    color: #fff; }

a.tag:hover {
  border: 1px solid #92c611;
  color: #92c611;
  background-color: #fff; }

.button {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px; }
  .button:hover, .button:focus {
    cursor: pointer; }
  .button.button-icon--simple {
    padding: 10px; }
    .button.button-icon--simple .icon {
      margin: 0;
      width: 15px;
      height: 15px;
      top: 3px; }
  .button.primary {
    background-color: #92c611; }
    .button.primary:hover, .button.primary:focus {
      background-color: #7aa40e; }
    .button.primary.hollow {
      background-color: #fff;
      color: #92c611;
      border-color: #92c611; }
  .button .icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    position: relative; }
    .button .icon.icon--xsmall {
      width: 14px;
      height: 14px; }

.text {
  position: relative; }
  .text.text--expand {
    max-height: 50px;
    overflow: hidden;
    transition: all 0.2s ease-in-out; }
    .text.text--expand::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20px;
      background: linear-gradient(0deg, #f3fafe 50%, rgba(255, 255, 255, 0) 100%); }
    .text.text--expand.is--open {
      max-height: 800px; }
      .text.text--expand.is--open::after {
        content: none; }

p.or {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: #92c611;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 14px !important;
  margin: 1rem 0; }

.hide {
  display: none !important; }

.flash-message {
  background-color: #92c611;
  color: #fff;
  position: fixed;
  width: calc(100% - 20px);
  left: 10px;
  top: 0;
  z-index: 9999;
  text-align: center;
  padding: 0; }
  @media (min-width: 1023px) {
    .flash-message {
      width: 25%;
      left: 37%; } }
  .flash-message li {
    padding: 10px; }

.sort-nav {
  margin-bottom: 20px; }
  @media (min-width: 1023px) {
    .sort-nav {
      margin-bottom: 40px; } }
  .sort-nav ul {
    background-color: #053788;
    display: flex;
    flex-flow: row wrap;
    padding: 0 !important; }
    .sort-nav ul li {
      padding: 0 !important;
      background: transparent !important;
      flex: 1 1 auto; }
      .sort-nav ul li + li {
        border-left: 1px solid #fff; }
      .sort-nav ul li.current a {
        background-color: #048cc6; }
        .sort-nav ul li.current a::after {
          content: '';
          position: absolute;
          bottom: -10px;
          left: calc(50% - 5px);
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #048cc6; }
      .sort-nav ul li a {
        color: #fff;
        padding: 10px;
        display: block;
        text-decoration: none;
        transition: all 0.15s ease-in;
        font-size: 12px;
        text-align: center;
        font-weight: 700;
        position: relative; }
        @media (min-width: 1023px) {
          .sort-nav ul li a {
            font-size: 14px; } }
        .sort-nav ul li a:hover {
          background-color: #048cc6; }

.card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid rgba(204, 204, 204, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(1, 169, 233, 0.2); }
  .card.card--choices {
    box-shadow: none;
    min-height: 340px;
    border-width: 2px;
    border-radius: 10px;
    background-color: rgba(239, 251, 208, 0.25);
    color: #000;
    border-color: #92c611;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
    .card.card--choices .title {
      font-weight: 700;
      font-size: 20px !important;
      line-height: 26px !important;
      color: #000 !important;
      min-height: 60px;
      margin-bottom: 1rem; }
    .card.card--choices:hover {
      transform: scale(1.04); }
  .card.card--inline {
    height: auto; }
    @media (min-width: 767px) {
      .card.card--inline {
        flex-direction: row; } }
    @media (min-width: 767px) {
      .card.card--inline .card-image {
        width: 20%;
        flex: 0 0 20%; } }
    @media (min-width: 767px) {
      .card.card--inline .card-title {
        border-top: 0; } }
  .card.card--link {
    transition: all 0.25s ease-in;
    text-decoration: none;
    margin-bottom: 0; }
    .card.card--link:hover {
      box-shadow: 0px 0px 20px 0px rgba(1, 169, 233, 0.28); }
      .card.card--link:hover h6 {
        color: #92c611; }
  .card .card-title {
    padding: 20px;
    border-top: 1px solid rgba(204, 204, 204, 0.6);
    min-height: 48px; }
    .card .card-title h6 {
      font-size: 16px !important;
      line-height: 24px !important;
      color: #000;
      font-weight: 700;
      transition: all 0.25s ease-in;
      padding-bottom: 0; }
    .card .card-title p {
      font-size: 14px;
      padding-bottom: 0;
      color: #666; }
  .card .card-image {
    min-height: 1px;
    padding: 20px;
    text-align: center; }
    .card .card-image img {
      max-height: 140px; }
  .card .card-extra {
    position: absolute;
    background-color: #92c611;
    color: #fff;
    font-weight: 700;
    top: 10px;
    left: 0;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 8px; }
    .card .card-extra::after {
      content: '';
      position: absolute;
      right: -18px;
      top: 6px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #92c611;
      transform: rotate(90deg); }

.card__content {
  position: relative;
  padding: 1rem; }

.card__footer {
  margin-top: auto;
  padding: 0.5rem 1rem; }
  .card__footer p a {
    text-transform: uppercase;
    color: #92c611;
    font-weight: 700; }

.form--title {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }
  .form--title h3, .form--title h4 {
    color: #000 !important;
    padding-bottom: 0 !important; }
  .form--title a {
    color: #92c611; }
    @media (min-width: 767px) {
      .form--title a {
        margin-left: 10px; } }
  .form--title p {
    margin-top: 10px;
    padding-bottom: 0; }

.form--content {
  margin-top: 20px; }

.form.form--share label, .form.form--default label {
  width: 100%;
  float: unset;
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  text-align: left;
  padding: 0;
  position: relative; }
  .form.form--share label + label, .form.form--default label + label {
    margin-top: 15px; }
  .form.form--share label .required, .form.form--default label .required {
    color: #92c611;
    font-size: 16px;
    display: inline-block; }
  .form.form--share label.label--inline .tooltip, .form.form--default label.label--inline .tooltip {
    position: absolute;
    right: -30px; }

.form.form--share input[type="text"],
.form.form--share input[type="tel"],
.form.form--share input[type="email"],
.form.form--share textarea,
.form.form--share select, .form.form--default input[type="text"],
.form.form--default input[type="tel"],
.form.form--default input[type="email"],
.form.form--default textarea,
.form.form--default select {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  margin: 8px 0 0 0 !important;
  border: 1px solid #ccc;
  transition: all 0.25s ease-in; }
  .form.form--share input[type="text"]:focus, .form.form--share input[type="text"]:hover,
  .form.form--share input[type="tel"]:focus,
  .form.form--share input[type="tel"]:hover,
  .form.form--share input[type="email"]:focus,
  .form.form--share input[type="email"]:hover,
  .form.form--share textarea:focus,
  .form.form--share textarea:hover,
  .form.form--share select:focus,
  .form.form--share select:hover, .form.form--default input[type="text"]:focus, .form.form--default input[type="text"]:hover,
  .form.form--default input[type="tel"]:focus,
  .form.form--default input[type="tel"]:hover,
  .form.form--default input[type="email"]:focus,
  .form.form--default input[type="email"]:hover,
  .form.form--default textarea:focus,
  .form.form--default textarea:hover,
  .form.form--default select:focus,
  .form.form--default select:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
    border-color: #92c611;
    outline: none; }

.form.form--share select, .form.form--default select {
  background: url("/img/select.png") #fff right no-repeat;
  background-size: 20px;
  background-position: calc(100% - 5px) center;
  font-weight: 700;
  padding: 0 30px 0 10px; }

.form.form--share textarea, .form.form--default textarea {
  max-height: 107px; }

.form.form--share .button, .form.form--default .button {
  padding: 14px 30px;
  font-size: 16px;
  border: 0;
  border-bottom: 2px solid #048cc6; }

.checkbox-container {
  display: flex;
  align-items: center;
  flex-direction: row; }
  .checkbox-container input {
    width: 20px !important;
    height: 20px !important;
    margin-top: 0 !important;
    flex: 0 0 auto;
    margin-bottom: 0 !important;
    border: 1px solid #cacaca; }

.file {
  border: 1px solid #cacaca;
  padding: 4px 12px;
  border-radius: 25px; }

.tooltip {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: -8px; }

.tips {
  display: flex;
  flex-direction: column;
  padding: 0 !important; }
  .tips .tip__item {
    background-color: #fff;
    display: flex;
    flex-flow: row wrap;
    transition: all 0.25s ease-in;
    text-decoration: none;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .tips .tip__item {
        max-height: 200px; } }
    .tips .tip__item:hover {
      box-shadow: 0px 0px 10px 0px rgba(1, 169, 233, 0.2); }
      .tips .tip__item:hover h5 {
        color: #01a9e9 !important; }
      .tips .tip__item:hover .button {
        color: #01a9e9 !important; }

.tip__image {
  width: 100%;
  overflow-y: hidden; }
  @media (min-width: 767px) {
    .tip__image {
      flex: 0 0 auto;
      width: 30%; } }

.tip__content {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 767px) {
    .tip__content {
      flex: 1;
      width: 70%; } }
  .tip__content h5 {
    color: #000 !important;
    padding-bottom: 10px;
    font-weight: 700;
    transition: all 0.25s ease-in; }
  .tip__content p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 0; }
  .tip__content .content__header {
    padding: 20px; }
    @media (min-width: 767px) {
      .tip__content .content__header {
        flex: 1;
        width: 75%; } }
  .tip__content .content__footer {
    border-top: 1px solid #ccc;
    margin-top: auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .tip__content .content__footer p {
      font-size: 14px; }
    .tip__content .content__footer .button {
      text-transform: uppercase;
      padding: 4px 10px;
      font-weight: 700;
      pointer-events: none;
      color: #000;
      padding: 0; }

.google-maps {
  position: relative;
  padding-bottom: 45%;
  height: 250px;
  overflow: hidden;
  margin: 0 0 40px;
  touch-action: manipulation; }
  @media (min-width: 767px) {
    .google-maps {
      height: 0; } }
  .google-maps .card {
    height: auto; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }
  .google-maps img {
    max-width: none; }

.padding-vertical-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  z-index: 9999;
  top: 0;
  left: 0; }

.sticky-container {
  margin-bottom: 20px; }

.sticky-buttons.is-stuck {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  padding: 10px; }

.tabs.vertical {
  margin-right: 20px;
  background: transparent;
  border-color: transparent; }
  .tabs.vertical .tabs-title + .tabs-title {
    margin-top: 10px; }
  .tabs.vertical .tabs-title.tabs-title--orange a {
    background-color: #e66a16;
    color: #fff; }

.tabs:not(.vertical):not(.changes-tabs) {
  margin-bottom: -1px;
  background-color: rgba(238, 238, 238, 0.6); }
  .tabs:not(.vertical):not(.changes-tabs) .tabs-title + .tabs-title {
    margin-left: -1px; }
    .tabs:not(.vertical):not(.changes-tabs) .tabs-title + .tabs-title a {
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      background-color: #cc0000;
      padding: 18px;
      border-top-color: transparent;
      border-bottom-color: transparent; }
      .tabs:not(.vertical):not(.changes-tabs) .tabs-title + .tabs-title a:hover {
        background-color: #660000; }

.tabs .tabs-title {
  position: relative; }
  .tabs .tabs-title.disabled a {
    background-color: #eee;
    pointer-events: none;
    color: #666; }
    .tabs .tabs-title.disabled a:hover {
      pointer-events: none; }
  .tabs .tabs-title span {
    font-size: 14px;
    color: #000;
    padding: 18px;
    display: block;
    line-height: 22px; }
  .tabs .tabs-title a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    padding: 12px;
    background-color: #7aa40e;
    transition: all 0.2s ease-in;
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    border: 1px solid #cacaca; }
    .tabs .tabs-title a:hover {
      background-color: #effbd0;
      color: #92c611; }
  .tabs .tabs-title.is-active a {
    background-color: #effbd0;
    color: #92c611; }

.tabs-content {
  border: 1px solid #eee;
  margin-top: 20px; }
  .tabs-content .tabs-panel {
    height: 100% !important; }

.object-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25); }
  .object-item .object-item__image {
    max-height: 285px;
    min-height: 285px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .object-item .object-item__image img,
    .object-item .object-item__image .icon {
      display: inline-block;
      max-height: 245px;
      object-fit: contain; }
    .object-item .object-item__image .icon {
      width: 60px;
      height: 60px;
      color: #92c611; }
  .object-item .object-item__content {
    padding: 20px;
    margin-top: auto; }
    .object-item .object-item__content h3 {
      font-weight: 700;
      font-size: 20px; }
    .object-item .object-item__content .button {
      width: 100%;
      margin-bottom: 0; }
    .object-item .object-item__content p {
      margin-bottom: 10px;
      color: #666; }
    .object-item .object-item__content ul {
      margin: 0 0 20px 0;
      list-style: none;
      color: #666; }
      .object-item .object-item__content ul > li {
        font-size: 14px;
        line-height: 28px;
        border-bottom: 1px solid #ccc;
        padding: 4px 0; }
        .object-item .object-item__content ul > li strong {
          color: #000; }

.extranet {
  background: #FBFBFB url("../img/backgrounds/extranet_bg.jpg") 0 0 repeat;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh; }
  .extranet > * {
    width: 100%; }
  .extranet .reveal {
    width: 1100px;
    max-width: 1100px; }
  .extranet hr {
    max-width: 100%; }
  .extranet .grid-margin-x--small {
    margin: 0 -5px; }
    .extranet .grid-margin-x--small.large-up-7 > .cell {
      width: calc(14.28571% - 10px);
      margin-left: 5px;
      margin-right: 5px; }
  .extranet .tooltip-wrapper {
    position: relative;
    display: inline-block; }
    .extranet .tooltip-wrapper span {
      width: 22px;
      height: 22px;
      background-color: #92c611;
      border-radius: 50%;
      border-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.5rem;
      position: relative; }
      .extranet .tooltip-wrapper span .icon {
        width: 0.7rem;
        height: 0.7rem;
        color: #fff; }
  .extranet .tooltip {
    width: 10rem;
    height: auto;
    font-size: 14px; }
  .extranet .grid-container {
    max-width: 1400px !important; }
  .extranet .fieldset {
    padding: 10px 20px; }
    .extranet .fieldset legend {
      font-weight: 700; }
  .extranet ul.flash-message {
    list-style: none; }
  .extranet .grid-margin-x.grid-margin--small {
    margin: 0 -5px; }
    .extranet .grid-margin-x.grid-margin--small > .cell {
      margin: 0 5px;
      width: calc(50% - 10px); }
  .extranet .logo {
    display: inline-flex;
    align-items: center; }
    .extranet .logo img {
      height: 40px;
      width: auto;
      margin: 0.5rem 0; }
    .extranet .logo h1 {
      font-size: 26px;
      margin: 0 0 0 20px;
      color: #92c611;
      font-weight: 700; }
  .extranet h2 {
    font-weight: 700;
    color: #000;
    font-size: 28px; }
    .extranet h2 small {
      color: #000;
      font-weight: 400;
      font-size: 16px; }
  .extranet h3 {
    font-weight: 700;
    color: #3a3a3a;
    font-size: 24px;
    margin: 20px 0 0 0; }
  .extranet h4 {
    font-size: 20px;
    font-weight: 700; }
  .extranet h5 {
    font-size: 16px;
    font-weight: 700; }
    .extranet h5 small {
      color: #000; }
  .extranet h6 {
    display: block; }
  .extranet .button {
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 12px;
    line-height: 20px;
    margin-bottom: 0; }
    .extranet .button.orange {
      background-image: linear-gradient(to bottom, #ffa31a 0, #e68a00 100%);
      background-repeat: repeat-x;
      border-color: #ff9900;
      color: #fff; }
      .extranet .button.orange:hover {
        color: #fff;
        background-image: linear-gradient(to bottom, #e68a00 0, #e68a00 100%); }
    .extranet .button.green {
      background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
      background-repeat: repeat-x;
      border-color: #3e8f3e;
      color: #fff; }
      .extranet .button.green:hover {
        color: #fff;
        background-image: linear-gradient(to bottom, #419641 0, #419641 100%); }
    .extranet .button.secondary {
      background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
      background-repeat: repeat-x;
      border-color: #2b669a;
      color: #fff; }
      .extranet .button.secondary:hover {
        color: #fff;
        background-image: linear-gradient(to bottom, #2d6ca2 0, #2d6ca2 100%); }
    .extranet .button.alert {
      background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
      background-repeat: repeat-x;
      border-color: #b92c28;
      color: #fff; }
      .extranet .button.alert:hover {
        color: #fff;
        background-image: linear-gradient(to bottom, #c12e2a 0, #c12e2a 100%); }
  .extranet .input-group > :first-child {
    border-radius: 4px 0 0 4px; }
  .extranet .input-group > :nth-child(2) {
    border-radius: 0 !important; }
  .extranet .input-group > :last-child,
  .extranet .input-group > :last-child.input-group-button > * {
    border-radius: 0 4px 4px 0 !important; }
  .extranet .input-group-label {
    font-size: 14px;
    padding: 0 4px; }
  .extranet footer {
    margin-top: auto;
    border-top: 1px solid #eee;
    position: relative;
    padding: 20px 0;
    background-color: #eeeeee; }
    .extranet footer .list {
      margin: 0 0 10px 0; }
      .extranet footer .list li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 6px; }
        .extranet footer .list li a {
          color: #92c611;
          text-decoration: underline; }
          .extranet footer .list li a:hover {
            text-decoration: none; }
  .extranet select,
  .extranet input {
    border-radius: 4px;
    height: 30px;
    font-size: 14px; }
  .extranet table.table thead th {
    padding: 8px;
    line-height: 20px;
    font-size: 14px; }
  .extranet .card {
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1); }
    .extranet .card .card-section > a {
      color: #000;
      font-size: 14px;
      line-height: 20px; }
      .extranet .card .card-section > a:hover {
        color: #92c611; }
    .extranet .card .card-image img {
      max-height: 110px;
      object-fit: contain; }
    .extranet .card.card--prices .card-section {
      padding: 8px; }
      .extranet .card.card--prices .card-section input,
      .extranet .card.card--prices .card-section select {
        margin-bottom: 0.5rem;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important; }
      .extranet .card.card--prices .card-section p {
        font-size: 14px;
        margin-bottom: 0.5rem; }
      .extranet .card.card--prices .card-section small {
        display: inline-block;
        font-size: 12px;
        line-height: 16px; }
  .extranet .top-bar {
    padding: 5px 20px;
    background-color: #92c611;
    background-image: linear-gradient(to bottom, #f7fde8, #dff7a1);
    background-repeat: repeat-x;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
    .extranet .top-bar .top-bar-center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .extranet .top-bar .menu {
      background-color: transparent;
      align-items: center; }
      .extranet .top-bar .menu a {
        font-weight: 400;
        color: #000;
        padding: 10px 14px;
        font-size: 14px;
        display: inline-flex;
        align-items: center; }
        .extranet .top-bar .menu a .icon {
          width: 14px;
          height: 14px;
          margin-left: 0.5rem; }
        .extranet .top-bar .menu a:hover {
          color: #92c611; }
      .extranet .top-bar .menu li.disabled a {
        pointer-events: none;
        color: #666; }
        .extranet .top-bar .menu li.disabled a:hover {
          pointer-events: none; }

.form-border {
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .form-border.form-border--padding {
    padding: 20px; }
  .form-border legend {
    font-weight: 700;
    font-size: 1rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: 100%; }
    @media (min-width: 767px) {
      .form-border legend {
        font-size: 1.125rem; } }
  .form-border label {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 14px; }
    .form-border label strong {
      font-size: 20px;
      line-height: 20px;
      display: inline-block;
      margin-left: 0.3rem; }

.datagrid table {
  margin-bottom: 0; }
  .datagrid table thead {
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); }
    .datagrid table thead tr + tr {
      border-top: 1px solid #dddddd; }
    .datagrid table thead th {
      position: relative; }
      .datagrid table thead th + th {
        border-left: 1px solid #dddddd; }
  .datagrid table tbody tr {
    border-top: 1px solid #dddddd;
    background-color: #fff; }
  .datagrid table tbody td {
    font-size: 14px; }
    .datagrid table tbody td + td {
      border-left: 1px solid #dddddd; }

.datagrid tfoot {
  background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); }

.datagrid .row-grid-bottom {
  position: relative; }
  @media (min-width: 767px) {
    .datagrid .row-grid-bottom {
      height: 120px; } }
  @media (min-width: 767px) {
    .datagrid .row-grid-bottom > * {
      position: absolute;
      top: 20px; } }
  @media (min-width: 767px) {
    .datagrid .row-grid-bottom .col-items {
      left: 20px; } }
  .datagrid .row-grid-bottom .col-pagination {
    padding: 20px 0; }
    @media (min-width: 767px) {
      .datagrid .row-grid-bottom .col-pagination {
        left: 50%;
        transform: translateX(-50%);
        padding: 0; } }
    .datagrid .row-grid-bottom .col-pagination a {
      color: #000; }
      .datagrid .row-grid-bottom .col-pagination a.active, .datagrid .row-grid-bottom .col-pagination a:hover {
        color: #92c611; }
  @media (min-width: 767px) {
    .datagrid .row-grid-bottom .col-per-page {
      right: 20px; } }

.datagrid .col-photo img {
  max-width: 100px; }

.datagrid .col-email {
  position: relative; }

.datagrid .datagrid-column-header-additions {
  position: absolute;
  top: 0;
  right: 0;
  display: none; }
  .datagrid .datagrid-column-header-additions a {
    color: #666; }

.datagrid .col-action {
  text-align: right;
  min-width: 180px; }
  .datagrid .col-action > .button + .button {
    margin-left: 4px; }
  .datagrid .col-action .button.secondary {
    padding: 4px 12px;
    line-height: 20px;
    font-size: 14px;
    background-color: #fff; }
  .datagrid .col-action .button.button-icon--simple {
    padding: 4px 8px; }
    .datagrid .col-action .button.button-icon--simple .icon {
      margin: 0;
      width: 15px;
      height: 15px; }

.datagrid .datagrid-per-page-submit {
  border: 1px solid #92c611;
  background-color: #fff;
  padding: 4px 12px;
  color: #92c611;
  transition: all 0.25s ease-in;
  cursor: pointer;
  font-weight: 700; }
  .datagrid .datagrid-per-page-submit:hover {
    background-color: #92c611;
    color: #fff; }

.bedrooms p {
  margin-bottom: 0;
  line-height: 16px; }
  .bedrooms p small {
    line-height: 16px; }

.interactive-row {
  position: relative;
  padding: 0.5rem 0; }
  .interactive-row.bedroom-row {
    border: 1px solid #cacaca;
    padding: 1rem; }
  .interactive-row input[type='text'],
  .interactive-row [type='password'],
  .interactive-row [type='date'],
  .interactive-row [type='datetime'],
  .interactive-row [type='datetime-local'],
  .interactive-row [type='month'],
  .interactive-row [type='week'],
  .interactive-row [type='email'],
  .interactive-row [type='number'],
  .interactive-row [type='search'],
  .interactive-row [type='tel'],
  .interactive-row [type='time'],
  .interactive-row [type='url'],
  .interactive-row [type='color'],
  .interactive-row select,
  .interactive-row textarea {
    margin-bottom: 0; }
  .interactive-row .interactive-row__control {
    height: 30px;
    max-width: calc(34px * 2);
    margin: 0 0 0 auto;
    border: 1px solid #cacaca;
    border-radius: 4px;
    overflow: hidden;
    display: flex; }
    .interactive-row .interactive-row__control a {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      border-radius: 0;
      padding: 4px;
      border: none;
      min-width: 28px; }
      .interactive-row .interactive-row__control a .icon {
        top: 0; }
      .interactive-row .interactive-row__control a.add .icon {
        color: #92c611; }
      .interactive-row .interactive-row__control a.add:hover {
        background-color: #92c611; }
        .interactive-row .interactive-row__control a.add:hover .icon {
          color: #fff; }
      .interactive-row .interactive-row__control a.delete .icon {
        color: #cc0000; }
      .interactive-row .interactive-row__control a.delete:hover {
        background-color: #cc0000; }
        .interactive-row .interactive-row__control a.delete:hover .icon {
          color: #fff; }
      .interactive-row .interactive-row__control a + a {
        border-left: 1px solid #cacaca; }

[hidden] {
  display: none !important; }

.bedrooms-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px; }
  .bedrooms-container .grid-y {
    width: calc(33.33333% - 20px);
    margin: 10px; }
    .bedrooms-container .grid-y > .grid-x {
      padding-top: 10px; }
  .bedrooms-container .cell {
    margin-bottom: 0.5rem; }

.col-status > span {
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  background-color: #999999;
  color: #fff;
  font-weight: 700; }
  .col-status > span.order-status-1 {
    background-color: #7F92FF; }
  .col-status > span.order-status-2 {
    background-color: #808080; }
  .col-status > span.order-status-3 {
    background-color: #FFD800; }
  .col-status > span.order-status-4 {
    background-color: #FF6A00; }
  .col-status > span.order-status-5 {
    background-color: #267F00; }
  .col-status > span.order-status-6 {
    background-color: #26D900; }
  .col-status > span.order-status-7 {
    background-color: #C00000; }
  .col-status > span.order-status-8 {
    background-color: #088ec0; }

.price-title {
  padding: 4px 10px;
  color: #fff;
  font-weight: 700; }
  .price-title.volno {
    background-color: #060; }
  .price-title.majitel {
    background-color: #936; }
  .price-title.rezervace {
    background-color: #C00; }
  .price-title.partner {
    background-color: #EA8C00; }
  .price-title.permanent {
    background-color: #069; }

.prices .card .card-divider {
  background-color: #FEEEB0;
  flex: 1 1 100%; }
  .prices .card .card-divider p {
    line-height: 20px; }

.prices .card:nth-child(n+6) .card-divider {
  background-color: #E0FAF9; }

.ui-sortable-handle:hover .card {
  cursor: move; }

.login-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto; }
  .login-container::after {
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    height: 100%; }
    @media (min-width: 1023px) {
      .login-container::after {
        content: ''; } }
  .login-container .form-border {
    height: 100%; }

.badge {
  width: 16px;
  height: 16px;
  min-width: 16px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.menu--sidebar {
  margin-bottom: 0;
  margin-right: 20px; }
  .menu--sidebar li + li {
    margin-top: 10px; }
  .menu--sidebar li a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    transition: all 0.2s ease-in;
    background-color: #7aa40e;
    border: 1px solid #cacaca;
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center; }
    .menu--sidebar li a:hover {
      background-color: #f7fde8;
      color: #92c611; }
  .menu--sidebar li.disabled a {
    background-color: #eee;
    color: #666;
    pointer-events: none; }
    .menu--sidebar li.disabled a:hover {
      pointer-events: none; }
