/* Zakladna cierna farba */
/* Zakladna biela farba */
/* Footer, Categories link */
/* Hlavicka stranka, Slider nadpis, Telefonne cislo, H3, Buttons, Links, Categories link hover BG */
/* Hover menu 1.uroven, Aktivne menu 1.uroven, Tabs, H2, Links hover */
/* Focus menu 1.uroven, Tabs hover,  */
/* Producty BG front, Blocquote BG */
/* Hover a active menu 2.uroven, Telefon header BG, Categories link BG */
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 100;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  /* Navigation */ }
  header#header.scroll {
    background: rgba(0, 53, 104, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); }
  header#header #logo img {
    max-width: 160px; }
  header#header .phone-wrapper {
    text-align: right; }
  header#header .phone {
    font-size: 15px;
    font-weight: 700;
    color: #003568;
    background: #edf9ff;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 15px; }
    header#header .phone div {
      display: inline; }
    @media (min-width: 992px) {
      header#header .phone:hover {
        background: #ffffff;
        color: #003568; } }
  header#header #open-menu {
    padding: 0;
    margin: 0 0 0 30px;
    font-size: 26px;
    background: none;
    border: none;
    color: #ffffff;
    outline: none;
    float: right; }
    @media (min-width: 992px) {
      header#header #open-menu {
        display: none; } }
  @media (max-width: 991px) {
    header#header #topmenu {
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      width: 100%;
      background: #003568;
      padding: 50px 20px !important;
      left: 0;
      z-index: 1000;
      overflow: auto; } }
  @media (min-width: 992px) {
    header#header #topmenu {
      display: block !important; } }
  header#header #topmenu #close-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 26px;
    background: none;
    border: none;
    color: #ffffff;
    outline: none; }
    @media (min-width: 992px) {
      header#header #topmenu #close-menu {
        display: none; } }
  header#header ul.menu {
    text-align: center; }
    header#header ul.menu li {
      position: relative; }
      @media (max-width: 991px) {
        header#header ul.menu li a {
          font-size: 20px !important;
          line-height: 140%;
          margin: 10px 0;
          padding: 10px !important; } }
      @media (min-width: 992px) {
        header#header ul.menu li {
          display: inline-block;
          margin: 0 5px; } }
      header#header ul.menu li.menu-item--expanded > a:after {
        content: "\f078";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        margin-left: 5px;
        opacity: .3; }
      header#header ul.menu li a {
        display: block;
        padding: 5px 0;
        font-size: 12px;
        font-weight: 500;
        color: #ffffff;
        text-decoration: none;
        position: relative; }
        header#header ul.menu li a.is-active {
          color: #79e6ff;
          font-weight: 800; }
        @media (min-width: 992px) {
          header#header ul.menu li a:hover {
            color: #79e6ff; } }
        @media (min-width: 1200px) {
          header#header ul.menu li a {
            padding: 5px; } }
        @media (min-width: 1300px) {
          header#header ul.menu li a {
            font-size: 13px; } }
        @media (min-width: 1400px) {
          header#header ul.menu li a {
            font-size: 14px;
            padding: 5px 10px; } }

footer#footer {
  background: #161b28;
  padding: 30px 0;
  color: #ffffff;
  font-size: 14px; }
  @media (max-width: 991px) {
    footer#footer {
      text-align: center; }
      footer#footer .last {
        text-align: center !important; } }
  footer#footer a {
    color: #ffffff;
    text-decoration: underline; }
    @media (min-width: 992px) {
      footer#footer a:hover {
        text-decoration: none; } }

/*** Admin bar ***/
footer.admin {
  margin-bottom: 40px; }

.admin-bar {
  margin-bottom: 0;
  border-bottom: none;
  background: #000;
  padding-top: 10px;
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .admin-bar a {
    border: none;
    text-decoration: none; }
  .admin-bar .collapse {
    display: block !important; }
  .admin-bar .menu {
    border: none;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    .admin-bar .menu li {
      display: inline-block;
      margin: 0 10px; }
      .admin-bar .menu li a {
        color: #ffffff;
        font-weight: 400; }

* {
  outline: none; }

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  background: #ffffff;
  position: relative;
  font-family: "Poppins", serif;
  font-weight: 300;
  line-height: 180%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    body.active-menu {
      overflow: hidden;
      height: 100vh; } }

.not-front #content .container {
  max-width: 900px; }

.page-node-3 #content .container,
.page-node-22 #content .container {
  max-width: 1320px; }

section {
  padding: 60px 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", serif;
  font-weight: 900; }

.not-front #content h1, .not-front #content h2, .not-front #content h3, .not-front #content h4, .not-front #content h5, .not-front #content h6,
.not-front #content .h1, .not-front #content .h2, .not-front #content .h3, .not-front #content .h4, .not-front #content .h5, .not-front #content .h6 {
  padding: 30px 0 10px 0; }
.not-front #content h1 {
  font-size: 40px; }
  @media (max-width: 991px) {
    .not-front #content h1 {
      font-size: 32px; } }
.not-front #content h2 {
  font-size: 28px;
  color: #104c86; }
  @media (max-width: 991px) {
    .not-front #content h2 {
      font-size: 24px; } }
.not-front #content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #003568; }
  @media (max-width: 991px) {
    .not-front #content h3 {
      font-size: 22px; } }
.not-front #content h4 {
  font-size: 24px;
  text-decoration: underline;
  font-weight: 700; }
  @media (max-width: 991px) {
    .not-front #content h4 {
      font-size: 20px; } }
.not-front #content h5 {
  font-size: 24px;
  text-decoration: underline;
  font-weight: 500; }
  @media (max-width: 991px) {
    .not-front #content h5 {
      font-size: 20px; } }
.not-front #content h6 {
  font-size: 20px;
  text-decoration: underline;
  font-weight: 700; }
  @media (max-width: 991px) {
    .not-front #content h6 {
      font-size: 18px; } }

.front h1 {
  font-size: 32px; }
  @media (max-width: 991px) {
    .front h1 {
      font-size: 28px; } }
.front h2 {
  font-size: 28px; }
  @media (max-width: 991px) {
    .front h2 {
      font-size: 24px; } }

#head-title {
  background: #003568;
  color: #ffffff;
  text-align: center;
  padding: 100px 0 40px 0; }
  .page-type-nehnutelnost #head-title {
    padding-top: 45px; }
  #head-title h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 32px; }
    @media (max-width: 991px) {
      #head-title h1 {
        font-size: 28px; } }

img:not(.lb-image) {
  max-width: 100%;
  height: auto !important; }
  img:not(.lb-image).align-center {
    margin: 0 auto;
    display: block; }

a {
  color: #003568;
  text-decoration: none; }
  @media (min-width: 992px) {
    a {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
      a:hover {
        color: #104c86;
        text-decoration: none; } }
  .btn-wrapper a, a.btn, .js-pager__items.pager a {
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 700;
    background: #003568;
    border-radius: 4px; }
    @media (min-width: 992px) {
      .btn-wrapper a:hover, a.btn:hover, .js-pager__items.pager a:hover {
        background: #104c86;
        color: #ffffff; } }
    .btn-wrapper a.ghost, a.btn.ghost, .js-pager__items.pager a.ghost {
      color: #003568;
      background: none;
      border: 2px solid #003568; }
      @media (min-width: 992px) {
        .btn-wrapper a.ghost:hover, a.btn.ghost:hover, .js-pager__items.pager a.ghost:hover {
          color: #ffffff;
          background: #003568; } }
    .btn-wrapper a.btn-small, a.btn.btn-small, .js-pager__items.pager a.btn-small {
      padding: 5px 20px; }

b, strong {
  font-weight: 700; }

p.text-align-left {
  text-align: left; }
p.text-align-center {
  text-align: center; }
p.text-align-right {
  text-align: right; }
p.text-align-justify {
  text-align: justify; }

blockquote {
  background: #f4fafd;
  padding: 20px;
  font-style: italic;
  font-size: 18px; }

.center {
  text-align: center; }

.mb-30 {
  margin-bottom: 30px; }

.messages__wrapper {
  margin-top: 20px; }
  .front .messages__wrapper {
    display: none !important; }
  .messages__wrapper .placeholder {
    vertical-align: top;
    cursor: default;
    background-color: unset;
    opacity: 1; }

ul.menu,
.js-pager__items.pager {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.menu li,
  .js-pager__items.pager li {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    list-style: none; }

.js-pager__items.pager {
  text-align: center;
  padding-top: 20px; }

/* Tabs */
#block-zalozky ul {
  border-bottom: none;
  margin: 15px 2px;
  padding: 0;
  text-align: center; }
  #block-zalozky ul li {
    display: inline-block;
    margin: 0 -2px;
    padding: 2px; }
    #block-zalozky ul li a {
      color: #ffffff;
      font-size: 17px;
      background: #104c86;
      border: none;
      padding: 5px 15px;
      display: block;
      text-decoration: none; }
      @media (min-width: 992px) {
        #block-zalozky ul li a:hover {
          background: #195fa4; } }
    #block-zalozky ul li.active a {
      background: #195fa4;
      border: none; }

/*** Content ***/
section {
  padding: 60px 0; }
  .front section {
    padding: 120px 0; }
    @media (max-width: 991px) {
      .front section {
        padding: 80px 0; } }

#herobox {
  background: url(../images/herobox.jpg) no-repeat center;
  background-size: cover;
  color: #ffffff;
  padding-top: 100px; }
  .front #herobox {
    margin-bottom: 120px; }
    @media (max-width: 991px) {
      .front #herobox {
        margin-bottom: 80px; } }
  .page-type-sluzba #herobox {
    padding-top: 80px; }
    @media (min-width: 992px) {
      .page-type-sluzba #herobox {
        padding-top: 40px; } }
    .page-type-sluzba #herobox img {
      border-radius: 10px;
      box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.2); }
  #herobox h1 {
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 120%; }
    @media (min-width: 1200px) {
      #herobox h1 {
        font-size: 50px; } }
  #herobox p {
    font-size: 15px;
    padding: 20px 0;
    margin: 0; }
    @media (min-width: 1200px) {
      #herobox p {
        font-size: 17px; } }
  #herobox .btn {
    color: #5ba2e8;
    padding: 16px 30px;
    border-radius: 8px;
    background: #022144; }

.benefit-list {
  padding-bottom: 30px; }
  .benefit-list .inner {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    line-height: 120%;
    height: 100%; }
    .benefit-list .inner .icon {
      background: #fff;
      padding: 20px;
      line-height: 100%; }
      .benefit-list .inner .icon img {
        width: 100px; }
    .benefit-list .inner .title {
      display: block;
      font-weight: 800;
      color: #003568;
      font-size: 18px;
      padding-top: 7px; }
    .benefit-list .inner p {
      font-size: 14px;
      margin: 0;
      padding: 15px 0 20px 0; }

.service-list {
  padding-bottom: 28px; }
  .service-list .inner {
    background: #003568;
    border-radius: 6px;
    color: #ffffff;
    overflow: hidden;
    height: 100%;
    display: block; }
    @media (min-width: 992px) {
      .service-list .inner:hover span.btn {
        opacity: .9; } }
  .service-list .figure {
    position: relative;
    display: block;
    overflow: hidden; }
    .service-list .figure:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
    .service-list .figure img {
      width: 100%; }
    .service-list .figure .title {
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      display: block;
      padding: 20px;
      text-align: center;
      font-size: 26px;
      z-index: 1; }
  .service-list .caption {
    font-size: 15px;
    line-height: 150%;
    padding: 40px 20px;
    text-align: center; }
    .service-list .caption p {
      max-width: 400px;
      margin: 0 auto; }
  .service-list span.btn {
    color: #003568;
    padding: 6px 20px;
    display: inline-block;
    font-weight: 700;
    background: #ffffff;
    border-radius: 0;
    margin-top: 20px;
    font-size: 14px;
    border-radius: 4px; }

.item-list .inner {
  line-height: 120%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px; }
.item-list figure.image {
  max-width: 200px;
  margin: 0; }
  .item-list figure.image a {
    display: block; }
  .item-list figure.image img {
    border-radius: 4px; }
.item-list .desc {
  display: block;
  padding-bottom: 15px; }
  .item-list .desc > a {
    display: block;
    margin-bottom: 15px;
    font-size: 18px; }
  .item-list .desc p {
    font-size: 14px; }
.item-list .info-list {
  font-size: 12px;
  display: inline-block; }
  .item-list .info-list strong {
    font-weight: 300; }
  .item-list .info-list.price {
    padding-right: 20px;
    font-weight: 600;
    font-size: 16px; }
    .item-list .info-list.price strong {
      font-weight: 600; }
  .item-list .info-list.city {
    padding-right: 20px; }

.personal-profile {
  padding: 50px 0;
  max-width: 440px; }
  .page-node-3 .personal-profile {
    padding-top: 0; }
  .page-node-21 .personal-profile {
    margin: 0 auto; }
  .personal-profile .inner {
    background: #edf9ff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1); }
  .personal-profile figure.image {
    max-width: 130px;
    margin: 0; }
    .personal-profile figure.image img {
      border-radius: 50%; }
  .personal-profile .desc .title {
    font-size: 18px;
    display: block; }
  .personal-profile .desc .contact-info {
    font-size: 15px;
    font-weight: 500;
    line-height: 100%; }
    .personal-profile .desc .contact-info.phone {
      padding: 8px 0; }
    .personal-profile .desc .contact-info.facebook {
      padding: 8px 0 0 0; }

#reality-detail .gallery-wrapper.position-relative .position-sticky {
  top: 100px; }
  #reality-detail .gallery-wrapper.position-relative .position-sticky a {
    border-radius: 6px;
    display: block;
    overflow: hidden; }
#reality-detail .gallery-list {
  padding-top: 24px; }
  #reality-detail .gallery-list .gallery > div {
    display: none; }
    #reality-detail .gallery-list .gallery > div:nth-of-type(1), #reality-detail .gallery-list .gallery > div:nth-of-type(2) {
      display: block; }
#reality-detail h1 {
  color: #003568;
  padding: 20px 0;
  margin: 0; }
#reality-detail .reality-info {
  font-size: 14px; }
#reality-detail .reality-price {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 40px; }
#reality-detail .reality-content {
  height: calc(100vh - 200px);
  min-height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative; }
  #reality-detail .reality-content:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
  #reality-detail .reality-content.open {
    height: auto; }
    #reality-detail .reality-content.open:after {
      display: none; }
  #reality-detail .reality-content h1, #reality-detail .reality-content h2, #reality-detail .reality-content h3, #reality-detail .reality-content h4, #reality-detail .reality-content h5, #reality-detail .reality-content h6, #reality-detail .reality-content .h1, #reality-detail .reality-content .h2, #reality-detail .reality-content .h3, #reality-detail .reality-content .h4, #reality-detail .reality-content .h5, #reality-detail .reality-content .h6 {
    margin: 0;
    padding: 30px 0 20px 0; }

/*** Galeries ***/
.gallery a {
  overflow: hidden;
  display: block;
  border-radius: 6px;
  position: relative; }
  .gallery a img {
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out; }
    @media (min-width: 992px) {
      .gallery a img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); } }
  .gallery a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 22, 43, 0.7);
    display: flex;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    pointer-events: none; }

.page-type-page .gallery > div,
.page-type-sluzba .gallery > div {
  display: none; }
  .page-type-page .gallery > div:nth-of-type(1), .page-type-page .gallery > div:nth-of-type(2), .page-type-page .gallery > div:nth-of-type(3), .page-type-page .gallery > div:nth-of-type(4),
  .page-type-sluzba .gallery > div:nth-of-type(1),
  .page-type-sluzba .gallery > div:nth-of-type(2),
  .page-type-sluzba .gallery > div:nth-of-type(3),
  .page-type-sluzba .gallery > div:nth-of-type(4) {
    display: block; }

#references {
  position: relative;
  padding-bottom: 40px;
  text-align: center; }
  .front #references {
    margin-top: -40px; }
    .front #references .container {
      max-width: 900px; }
  .not-front #references {
    padding-top: 40px; }
  #references .swiper-container {
    width: 100%;
    margin: auto;
    overflow: hidden; }
  #references .swiper-wrapper {
    display: flex;
    align-items: stretch; }
  #references .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 20px; }
    #references .swiper-slide .inner {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      padding: 20px;
      border-radius: 4px;
      text-align: center;
      position: relative;
      line-height: 150%; }
      #references .swiper-slide .inner p {
        margin: 0;
        padding: 0;
        font-style: italic; }
      #references .swiper-slide .inner .name {
        display: block;
        font-size: 13px;
        padding-top: 10px; }
  #references .swiper-container-autoheight .swiper-slide {
    height: auto; }
  #references .swiper-button-prev,
  #references .swiper-button-next {
    display: none; }
  #references .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto; }
  #references .swiper-pagination-bullet {
    background: #c1c1c1;
    opacity: 1; }
    #references .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #003568; }

/*** Video ***/
.youtube-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  margin: 20px 0;
  height: 0;
  overflow: hidden; }
  .youtube-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/*** Map ***/
.map {
  padding-top: 40px; }
  .map iframe {
    width: 100%;
    height: 350px;
    border: none; }

/*** Forms ***/
form .form-item {
  padding-bottom: 10px;
  margin: 0; }
form .form-actions {
  margin: 0; }
form label {
  display: block;
  margin: 0; }
form select, form input, form textarea {
  height: 44px;
  border: 1px solid #d1d6e0;
  outline: none;
  padding: 10px 15px; }
form input.form-text, form input.form-email, form input.form-tel {
  width: 100%;
  display: block;
  -webkit-appearance: none; }
form input.button, form input.form-submit {
  color: #ffffff;
  border: none;
  text-decoration: none;
  text-align: center;
  min-width: 140px;
  line-height: 20px;
  display: inline-block;
  font-weight: 700;
  background: #003568;
  -webkit-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }
  @media (min-width: 992px) {
    form input.button:hover, form input.form-submit:hover {
      background: #104c86; } }
form textarea {
  width: 100%;
  height: 100px; }

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