@charset "UTF-8";

svg {
	max-width: 100%;
}

.mr-opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.mr-margin-top-8 {
  margin-top: 8px;
}

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

html {
  background: url(../images/bg1.png) 0 0 repeat;
  background-attachment: fixed !important;
}

.mr-sidebar-right > div {
  margin-bottom: 60px;
}

.mr-sidebar-right > div:nth-last-child(1) {
  margin-bottom: 0;
}

.uk-background-warning {
  background-color: #dee3e5;
}

.uk-background-warning40 {
  background-color: rgba(182, 192, 203, 0.4);
}

.uk-box-shadow-top {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.uk-box-shadow-top::before {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  height: 30px;
  content: "";
  border-radius: 100%;
  background: #444;
  filter: blur(20px);
}

ul.uk-nav-sub {
  padding: 5px 0 5px 15px !important;
}

ul.uk-nav-sub .uk-active a {
  color: #01afd6;
}

.mr-logo-primary .cls-1,
.mr-logo-primary .cls-2 {
  fill: #1e4d79 !important;
}

.mr-logo-white .cls-1,
.mr-logo-white .cls-2 {
  fill: #dee3e5 !important;
}

.uk-navbar-nav > li.uk-parent > a {
  cursor: default;
}

.uk-navbar-nav > li > a {
  text-decoration: underline;
}

.uk-navbar-nav > li a:hover {
  text-decoration: none;
}

.uk-navbar-nav li.uk-active a {
  text-decoration: none;
}

.uk-navbar {
  margin-top: -14px;
}

.uk-light .mr-main-menu.uk-sticky.uk-sticky-below,
.mr-normal .mr-main-menu.uk-sticky.uk-sticky-below {
  left: 0;
  width: 100% !important;
  background: rgba(30, 77, 121, 0.96);
  box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.3);
}

.uk-light .mr-main-menu.uk-sticky.uk-sticky-below .mr-sticky-container,
.mr-normal .mr-main-menu.uk-sticky.uk-sticky-below .mr-sticky-container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
}

@media (min-width: 640px) {
  .uk-light .mr-main-menu.uk-sticky.uk-sticky-below .mr-sticky-container,
  .mr-normal .mr-main-menu.uk-sticky.uk-sticky-below .mr-sticky-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 960px) {
  .uk-light .mr-main-menu.uk-sticky.uk-sticky-below .mr-sticky-container,
  .mr-normal .mr-main-menu.uk-sticky.uk-sticky-below .mr-sticky-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.uk-light .mr-main-menu.uk-sticky.uk-sticky-below .uk-navbar-container,
.mr-normal .mr-main-menu.uk-sticky.uk-sticky-below .uk-navbar-container {
  background-color: transparent;
}

.uk-light .mr-main-menu.uk-sticky.uk-sticky-below .uk-navbar,
.mr-normal .mr-main-menu.uk-sticky.uk-sticky-below .uk-navbar {
  margin-top: 0;
}

.mr-normal .mr-main-menu.uk-sticky.uk-sticky-below .uk-navbar-nav > li > a {
  color: #dee3e5;
}

.mr-normal .mr-main-menu.uk-sticky.uk-sticky-below .uk-navbar-nav > li.uk-active > a {
  color: #01afd6;
}

.mr-logo-large {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.mr-logo-small {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
}

@media (min-width: 960px) {
  .mr-logo-large {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
  }
  .mr-logo-small {
    letter-spacing: 5px;
  }
}

.mr-logo-large-ls {
  letter-spacing: 1px;
}

.mr-phone-top {
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
}

.mr-top-phone-left {
  margin-left: 112px;
}

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

@media (min-width: 640px) {
  .mr-phone-top {
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }
  .mr-top-phone-left {
    margin-left: 0;
  }
  .mr-top-phone-top {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .uk-h4,
  h4 {
    font-size: 18px;
    line-height: 19px;
  }
}

.mr-card-xlarge.uk-card-body {
  padding: 40px;
}

@media (min-width: 640px) {
  .mr-card-xlarge.uk-card-body {
    padding: 60px 40px 60px 60px;
  }
}

@media (min-width: 1200px) {
  .mr-card-xlarge.uk-card-body {
    padding: 110px 40px 60px 100px;
  }
}

.mr-card-primary-50 {
  background: rgba(30, 77, 121, 0.5) !important;
}

.uk-card-primary {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.mr-divider-3-small:after {
  display: inline-block;
  width: 100px;
  max-width: 100%;
  content: "";
  vertical-align: top;
  border-top: 3px;
}

.mr-divider-2-small:after {
  display: table;
  width: 100px;
  max-width: 100%;
  content: "";
  vertical-align: top;
  border-top: 2px;
}

.mr-divider-1-small:after {
  display: table;
  width: 100px;
  max-width: 100%;
  content: "";
  vertical-align: top;
  border-top: 1px;
}

.mr-divider-muted:after {
  border-top-style: solid;
  border-top-color: #dee3e5 !important;
}

.mr-divider-primary:after {
  border-top-style: solid;
  border-top-color: #1e4d79 !important;
}

.mr-divider-default:after {
  border-top-style: solid;
  border-top-color: #333 !important;
}

.mr-divider-grid-bottom > div::after {
  width: 100%;
  content: "";
  border-bottom: 1px solid #ccc !important;
}

.mr-divider-grid-bottom .uk-grid-margin {
  margin-top: 100px;
}

.mr-divider-grid-bottom .uk-badge {
  margin-bottom: 30px;
}

.mr-info-block > div > div div[class*="uk-width-auto@s"] {
  margin-top: 10px !important;
}

.mr-info-bg-muted {
  padding: 5px 12px;
  color: #1e4d79 !important;
  background-color: #dee3e5;
  text-shadow: none;
}

.uk-list-bullet > li {
  padding-left: 20px !important;
}

.uk-list-bullet > li::before {
  content: "—" !important;
  background-image: none !important;
}

.uk-list-bullet-danger li {
  padding-left: 40px !important;
}

.uk-list-bullet-danger li::before {
  padding-left: 0 !important;
  color: #861e32;
}

.mr-info-bg-muted a {
  color: #1e4d79 !important;
}

.mr-menu-link.uk-list > li:nth-child(n+2),
.mr-menu-link .uk-list > li > ul {
  margin-top: 0 !important;
}

.mr-theatricaltours .mr-fields-theatricaltours sup {
  display: none;
}

.mr-theatricaltours .mr-fields-theatricaltours [class*="uk-visible@m"] .date.small {
  font-size: 36px;
  line-height: 46px;
  color: #1e4d79 !important;
  margin-top: 0 !important;
  text-align: right !important;
}

.mr-theatricaltours .mr-fields-theatricaltours [class*="uk-visible@m"] .date.small > div {
  margin-bottom: -10px;
  font-size: 14px;
  line-height: 1.5;
}

.mr-theatricaltours .mr-fields-theatricaltours [class*="uk-hidden@m"] .date.small {
  font-size: 20px;
  line-height: 24px;
  font-family: Philosopher;
  font-weight: 500;
  color: #1e4d79 !important;
}

.mr-theatricaltours .mr-fields-theatricaltours [class*="uk-hidden@m"] .date.small > div {
  display: inline-block;
  margin-bottom: -10px;
  font-size: 14px;
  line-height: 1.5;
}

.mr-theatricaltours .uk-grid-divider > [class*=uk-width-7-]:nth-child(n+2) {
  border-left: none !important;
}

@media (min-width: 1200px) {
  .mr-image-module {
    width: 205px;
    height: 137px;
  }
}

.mr-module-gallery figure {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.mr-module-gallery figure:hover {
  transition: box-shadow .1s ease-in-out;
  box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.3);
}

.mr-module-price > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mr-module-price > ul > li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #1e4d79;
}

.mr-module-price > ul > li > em {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #1e4d79;
}

.mr-module-price > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mr-module-price > ul > li > ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
}

.mr-module-price > ul > li > ul li em {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}

.mr-module-price > ul > li > ul li em::before {
  content: "— ";
}

.mr-module-price > ul > li::after {
  display: table;
  width: 100px;
  padding-top: 5px;
  content: " ";
  border-bottom: 1px solid #ccc;
}

.mr-module-price-index .uk-card-large .uk-card-body {
  padding: 0 !important;
}

.mr-module-price-index .uk-background-warning40 {
  background-color: none !important;
}

.mr-module-price-index .uk-card-default {
  background: none !important;
  text-shadow: none;
}

.mr-module-price-index h3,
.mr-module-price-index h3 + hr {
  display: none;
}

.mr-module-price-index ul > li:nth-last-child(1) {
  margin-bottom: 0;
}

.mr-module-price-index ul > li {
  display: inline-block;
  color: #dee3e5 !important;
  margin-bottom: 30px;
  margin-right: 30px;
}

.mr-module-price-index ul > li::after {
  display: none;
}

.mr-module-price-index ul > li em {
  display: inline-block !important;
}

.mr-module-price-index ul > li em::before {
  content: "— ";
  display: inline-block;
}

.mr-module-price-index ul > li > ul {
  margin-top: 10px;
}

.mr-module-price-index ul > li > ul li {
  padding: 5px 12px;
  color: #1e4d79 !important;
  background-color: #dee3e5;
  text-shadow: none;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  font-family: Philosopher;
  font-weight: 500;
  clear: both;
}

.mr-module-price-index ul > li > ul li em {
  color: #1e4d79 !important;
}

.mr-fields-sightseeingtour .newsflash-title {
  margin-bottom: 0;
}

.mr-fields-sightseeingtour .field-value {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.mr-fields-sightseeingtour .fields-container {
  margin-top: 0;
}

.mr-fields-sightseeingtour .fields-container dd {
  line-height: 1.3;
}

.mr-fields-theatricaltours hr {
  display: none;
}

.mr-fields-theatricaltours dl {
  margin-top: 0;
}

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

.mr-te .mr-field dl {
  padding-top: 10px;
}

.mr-te .mr-field h3 + hr {
  display: block !important;
}

.mr-te .mr-field .uk-card hr {
  display: none;
}

.mr-te .mr-field .mr-month,
.mr-te .mr-field .mr-year {
  float: left;
  font-size: 24px;
  line-height: 29px;
}

.mr-te .mr-field .mr-month::after {
  content: " ";
}

.mr-te dd.mr-number ul {
  padding: 10px 0 0 0;
  margin: 0;
  clear: both;
  list-style: none;
}

.mr-te dd.mr-number ul > li {
  display: block;
  font-size: 20px;
  line-height: 24px;
}

.mr-te dd.mr-number ul > li::after {
  content: "";
}

.mr-te dd.mr-number ul > li ul {
  padding: 0;
  margin: -5px 0 0 0;
  clear: both;
  list-style: none;
}

.mr-te dd.mr-number ul > li ul > li {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 19px;
  color: #333;
}

.blog2 dd.mr-number ul,
.mr-fields-theatricaltours dd.mr-number ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog2 dd.mr-number ul > li,
.mr-fields-theatricaltours dd.mr-number ul > li {
  display: inline-block;
}

.blog2 dd.mr-number ul > li::after,
.mr-fields-theatricaltours dd.mr-number ul > li::after {
  content: "";
}

.blog2 dd.mr-number ul > li ul,
.mr-fields-theatricaltours dd.mr-number ul > li ul {
  display: none;
}

.uk-slider > * {
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
}

.uk-dotnav,
.uk-subnav {
  margin-bottom: inherit !important;
}

.uk-dotnav > * {
  float: none !important;
  margin-top: 0 !important;
}

.uk-dotnav > .uk-active > * {
  -webkit-transform: none !important;
  transform: none !important;
}

@media (min-width: 1220px) {
  .uk-grid-divider:not(:empty) {
    margin-right: 0 !important;
    margin-left: -60px !important;
  }
  .uk-grid-divider > * {
    padding-right: 0;
  }
}

.uk-grid-divider:not(:empty) {
  margin-right: 0 !important;
  margin-left: -60px !important;
}

a[class*=uk-] {
  cursor: pointer;
  text-decoration: underline !important;
}

.uk-panel-teaser figure {
  transition: box-shadow .1s ease-in-out;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.uk-panel-teaser figure:hover {
  transition: box-shadow .1s ease-in-out;
  box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.3);
}

#modal-teatre-zal .uk-modal-dialog > .uk-close:first-child,
#modal-search .uk-modal-dialog > .uk-close:first-child,
div[id*="kp-modal-"] .uk-modal-dialog > .uk-close:first-child {
  float: none !important;
  margin: 0 !important;
}

#modal-teatre-zal .uk-modal-dialog .uk-close,
#modal-search .uk-modal-dialog .uk-close,
div[id*="kp-modal-"] .uk-modal-dialog .uk-close {
  opacity: 1;
}

#modal-teatre-zal .uk-modal-dialog .uk-close:after,
#modal-search .uk-modal-dialog .uk-close:after,
div[id*="kp-modal-"] .uk-modal-dialog .uk-close:after {
  display: none !important;
}

div[id*="kp-modal-"] .uk-modal-dialog {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.mr-komplex-badge .uk-badge {
  height: 40px;
  min-width: 40px;
  margin-right: 20px;
  font-size: 18px;
}

.mr-image_intro {
  height: 150px;
}

@media (max-width: 1199px) {
  .mr-image_intro {
    height: 220px;
  }
}

@media (max-width: 639px) {
  .mr-image_intro {
    height: 320px;
  }
}

.blog2 div[class="uk-width-4-12"] > hr {
  display: none;
}

.blog2 div[class*="uk-width-expand"] p {
  margin-top: 10px !important;
  font-size: 14px;
  line-height: 1.5;
}

.blog2 .fields-container {
  margin-top: 0;
}

.blog2 .page-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.blog2 .page-header h2 {
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: inherit;
}

.blog2 .page-header h2 a {
  color: #333;
}

form h2::after {
  display: table;
  width: 100px;
  max-width: 100%;
  content: "";
  vertical-align: top;
  border: 2px solid #333;
}

.formError {
  font-size: 14px;
  line-height: 19px;
  color: #861e32;
}

.formRed {
  color: #861e32;
}

.uk-form-danger {
  color: #861e32 !important;
  background: none !important;
}

a.uk-button {
  text-decoration: none !important;
}

.uk-button-primary:hover {
  border: 1px solid #1e4d79 !important;
}

.btn-info.uk-active,
.btn-info:active,
.btn-primary.uk-active,
.btn-primary:active,
.uk-button-primary.uk-active,
.uk-button-primary:active {
  color: rgba(30, 77, 121, 0.8) !important;
  border-color: rgba(30, 77, 121, 0.6) !important;
  background-color: transparent !important;
}

.uk-button-primary.uk-active,
.uk-button-primary:active {
  box-shadow: none !important;
}

.btn-info:focus,
.btn-info:hover,
.btn-primary:focus,
.btn-primary:hover,
.uk-button-primary:focus,
.uk-button-primary:hover {
  color: #1e4d79 !important;
  border-color: #1e4d79 !important;
  background-color: transparent !important;
}

.btn-danger:focus,
.btn-danger:hover,
.btn-warning:focus,
.btn-warning:hover,
.uk-button-danger:focus,
.uk-button-danger:hover {
  border-color: #861e32 !important;
}

.uk-button-danger.uk-active,
.uk-button-danger:active {
  box-shadow: none !important;
}

.uk-card-default {
  box-shadow: none;
}

.mr-footer .mr-menu-link .active a {
  cursor: default !important;
  text-decoration: none !important;
  color: #ccc !important;
}
