.light-bg {
  border-radius: 10px;
  background: rgba(0, 49, 69, 0.7);
  padding: 10px;
  margin: 20px;
  text-align: center;
  color: white;
  font-size: 0.9rem; }

.element1-content .el1-text {
  padding: 10px; }

.element1-content .cenovka {
  padding: 2px 10px; }

h3.el1-text-smaller {
  font-size: 1.3rem; }

p.el1-text-smaller {
  font-size: 0.5rem; }

button.trip-btn-smaller {
  font-size: 0.5rem !important; }

.card-trio h3 {
  font-weight: normal !important; }

button.font-header-button {
  font-size: 1rem !important;
  font-weight: bold !important;
  padding: 20px !important;
  text-transform: uppercase !important; }

@media (min-width: 991px) {
  .contact-header {
    min-height: 500px !important; } }

.element1-content .el1-bg {
  height: 100%; }

.header {
  background-position: center calc(50% + 76px); }

.small .element1-content-higher {
  height: 220px !important; }

.booking-form .modal-form-select {
  background-color: transparent;
  border: 1px solid #000;
  height: 40px;
  padding: 0 15px 0 40px;
  color: #000;
  transition: 0.2s;
  display: -webkit-flex;
  flex: 1 0 auto;
  border-radius: 5px; }

.blogs .article-img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover; }

.blogs .blog-heading {
  font-size: 1.7rem; }

.image-info-box .light-bg-var {
  background: rgba(0, 49, 69, 0.4);
  position: absolute;
  top: initial;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 10px;
  padding: 10px;
  margin: 20px;
  text-align: center;
  color: white;
  font-size: 0.9rem; }

.i-info-box h3 {
  font-size: 1rem; }

.cenovka {
  font-weight: normal !important; }

.automated-element-3 .cards:hover .card-trio {
  background-color: transparent !important; }

.el-aut .el1-text h3, .el-aut .el1-text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.el-aut .el1-text {
  right: 10px;
  text-align: left; }

.el-aut .el1-text h3 {
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  display: inline-block;
  max-width: 97%;
  padding-right: 44px; }

.el-aut .el1-text .stars {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  z-index: 1;
  font-size: 1rem;
  width: 44px;
  vertical-align: top;
  display: inline-block; }
  .el-aut .el1-text .stars .fa-star {
    font-size: .7rem; }

#stampCollectionContainer .sc-row {
  display: flex; }
  #stampCollectionContainer .sc-row .sc-item {
    padding: 1rem 0;
    border-bottom: 1px solid #BCE3F0;
    width: 25%;
    display: inline-block;
    color: #00a1de; }
    #stampCollectionContainer .sc-row .sc-item.sc-title {
      font-weight: bold;
      color: #000; }
  #stampCollectionContainer .sc-row.sc-header {
    background: #00a1de;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
    #stampCollectionContainer .sc-row.sc-header .sc-item {
      color: #fff; }
  #stampCollectionContainer .sc-row.sc-title {
    color: #000; }

/* price boxes */
.price-boxes {
  padding-top: 40px; }
  .price-boxes .price-box-img {
    color: #fff; }
    .price-boxes .price-box-img .pb-price-text {
      color: #eee !important; }
    .price-boxes .price-box-img .pb-button {
      background-color: #fff !important;
      color: #000 !important;
      background-image: linear-gradient(to top, #000 50%, #fff 50%) !important; }
      .price-boxes .price-box-img .pb-button:hover {
        color: #fff !important; }
  .price-boxes .price-box {
    border-radius: 10px;
    padding: 30px 25px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px #0000002d;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative; }
    .price-boxes .price-box:hover .pb-bg {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .price-boxes .price-box .overlay {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: #0000006d; }
    .price-boxes .price-box .pb-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -2;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: .3s; }
    .price-boxes .price-box .pb-heading {
      margin-bottom: 12px;
      font-size: 1.8rem;
      font-weight: bold; }
    .price-boxes .price-box .pb-sub {
      font-size: 1.1rem;
      margin-bottom: 8px;
      font-weight: bold; }
    .price-boxes .price-box .pb-benefit {
      margin-bottom: 8px; }
    .price-boxes .price-box .pb-body {
      border-bottom: 1px solid #ccc;
      margin-bottom: 8px;
      min-height: 140px;
      flex: 1; }
    .price-boxes .price-box .pb-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 40px;
      border-radius: 50px;
      outline: 0;
      background-color: #000;
      border: 2px solid #000;
      color: #fff;
      transition: .3s;
      font-weight: 500;
      background-image: linear-gradient(to top, #fff 50%, #000 50%);
      background-size: 100% 200%;
      -webkit-background-position: top;
      background-position: top; }
    .price-boxes .price-box .pb-button:hover {
      background-position: bottom;
      color: #000;
      background-color: #fff; }
    .price-boxes .price-box .pb-price-con {
      display: flex;
      align-items: center; }
      .price-boxes .price-box .pb-price-con .pb-price {
        font-size: 2.4rem;
        font-weight: bold;
        margin-right: 12px; }
      .price-boxes .price-box .pb-price-con .pb-month {
        font-weight: bold; }
    .price-boxes .price-box .pb-price-text {
      font-size: .875rem;
      color: #333; }

.cookieBanner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 15px 0;
  max-height: 100vh;
  overflow: auto;
  border-top: 1px solid #000;
  background: #f8f9fa; }
  .cookieBanner__close {
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    width: 30px;
    height: 30px; }
  .cookieBanner .btn-primary {
    background: #00a1de;
    border-color: #00a1de; }
  .cookieBanner .text-primary {
    color: #00a1de !important; }

#customRequestCaller {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  flex-direction: column;
  align-items: flex-end;
  z-index: 9000; }
  #customRequestCaller span.closeBtn {
    text-align: center;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    position: relative;
    top: 12px;
    left: 12px; }
  #customRequestCaller span {
    background: #fff;
    border: 1px solid #dedede;
    cursor: pointer; }
  #customRequestCaller span.text {
    border-radius: 5px 4px 4px 5px;
    padding: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.24) 0 8px 20px;
    margin-bottom: 0.5em;
    font-size: 1em; }
  #customRequestCaller a {
    display: block;
    background: url("https://booking.malyprinc.sk/css/images/Travel-agency-man-profile.jpg");
    background-size: cover;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 3px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.24) 0 8px 20px; }

.paginator h3 {
  font-size: 1.08rem; }

.paginator li {
  list-style-type: none; }
  .paginator li > a {
    color: #aaa !important;
    padding: .5rem 0;
    width: 100%;
    border-top: 1px solid #aaa;
    display: block; }
  .paginator li.active > a {
    font-weight: bold;
    color: #555 !important; }

.paginator ul {
  padding-left: 0; }
  .paginator ul.sitem {
    padding-left: 1rem; }
  .paginator ul.pitem li.fitem > a {
    padding-top: 0;
    border-top: none; }

.paginator .pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .paginator .pagination #prev {
    margin-right: 2rem; }
  .paginator .pagination #next {
    margin-left: 2rem; }
  .paginator .pagination a {
    color: #aaa; }
  .paginator .pagination .page-link.active {
    color: #555;
    font-weight: bold; }

.destinations li a:not(:hover) {
  color: #00a1de; }

.destinations li.active > a {
  font-weight: bold; }

.destinations .description .col > div p:last-child {
  margin-bottom: 0; }

.destinations .description .col > p a:not(:hover) {
  color: #00a1de; }

.destinations .pitem {
  background: #f8f9fa;
  border-radius: 10px; }
  .destinations .pitem li a {
    color: #000000; }
  .destinations .pitem > li.active > a {
    background: #dee2e6; }
  .destinations .pitem > li.active ul {
    background: #e9ecef; }

html {
  scroll-behavior: smooth; }

.dropdown-menu li {
  position: relative; }

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 95%;
  top: -7px; }

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto; }

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block; }

.submenu-i {
  position: absolute;
  right: 5%;
  top: 8px; }
