/*
Theme Name: credo by Robert Saray
Author: Robert Saray
Description: credo
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rbxt
*/

 html {
     margin: 0;
     font-family: 'Montserrat';
     font-weight: 400;
     font-style: normal;
     background: white 
}
 body {
      font-family: 'Montserrat';
     transition: .5s;
     overflow-x: hidden;
}
 * {
     box-sizing: border-box;
}
 .navbar {
     width: 100vw;
     margin: 0;
     background: white;
     z-index: 100;
     display: flex;
     align-items: center;
     transition: .3s;
     background: #1C5683;
     backdrop-filter: blur(8.5px) !important;
/* Note: backdrop-filter has minimal browser support */
     -webkit-backdrop-filter: blur(8.5px) !important;
     position: fixed !important;
     top: 0;
     padding: 0 !important;
}
.navbar.sticky {
     position: fixed;
     z-index: 999;
}
.home-nav {
     background: transparent;
     z-index: 10000;
     position: absolute;
}
 .home-nav #logo img {
     top: 20px;
}
 .menu-main-menu-container {
     width: 100%;
     padding: 0;
     display: flex;
     justify-content: flex-end;
     height: inherit;
     align-items: center;
}
 #menu-main-menu {
     margin-right: 5vw;
}
 ul {
     list-style-type: none;
}
 .menu-item {
     font-size: 20px;
     font-weight: 400;
}
 .menu-item a {
     color: #13152f;
}
 ul li {
     display: inline-block;
     margin: 0px 20px 0px 20px;
}
 #footer-2 {
     display: none !important;
}
 ul#menu-main-menu-1 {
     display: none;
}
 a {
     text-decoration: none;
}
 body {
     margin: 0;
     color: #231F20;
}
 h1,h2,h3,h4,h5,h6 {
     font-family: 'Montserrat';
     margin: 0;
     color: #231F20;
     font-weight: 700;
     line-height: 1.1em;
}
 h2 {
     font-size: 80px;
     font-weight: 700 
}
 h3 {
     font-size: 60px;
     font-weight: 700;
}
 p {
     font-size: 16px;
     margin: 0 
}
 .clearfix {
     display: inline-block;
}
 a#logo {
     width: 186px;
     display: block;
     float: left;
}
 #logo img {
     width: inherit;
     height: inherit;
     margin-top: 0;
}

 .navbar .PC {
     display: block;
     float: left;
     margin: 0;
     max-width: 70vw;
}
 .navbar .PC a {
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
}
 .navbar li {
     transition: .3s;
}
 .inside {
     display: block;
     padding: 0 126px;
     width: 100%;
}
 .footer {
     padding: 0;
     background: #1C5683;
     background-repeat: no-repeat;
     background-position: 100% -165px;
     width: 100%;
     overflow: auto;
}
.footer .top, .footer .bottom {
 width: 1300px;
 margin: 0 auto;
 max-width: 80%;
}
.footer .top aside {
 clear: both;
 width: 40vw;
 max-width: 100%;
 margin: 40px 0;
}
.footer .top a {
 margin: 70px 0 30px;
}
.footer .bottom {
 display: block;
 border-top: 2px solid white;
 padding-top: 45px
}
.footer .half {
 display: block;
 width: 50%;
 float: left;
}
.footer .half .half {
 width: 50%;
 float: left;
}
.footer .half .half li {
 display: block;
  font-family: 'Montserrat';
 font-style: normal;
 font-weight: 400;
 font-size: 24px;
 line-height: 28px;
 text-transform: uppercase;
}
.footer .half .half li a {
 color: #ABB0BE
}
.footer .half .half li a:hover {
 color: #fff
}
.footer .half .half h4 {
 font-family: Montserrat;
font-size: 16px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
}

.footer .half .half p {
font-family: Montserrat;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
}



 .invisible {
     display: none;
}
 .dvadsat {
     display: block;
     float: left;
     width: 21%;
     margin-right: 2%;
}
 .styridsat {
     display: block;
     width: 30%;
     float: left;
}
 h4 {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     font-size: 14px;
     line-height: 17px;
     color: #FFFFFF;
}
 .footer p {
     margin-top: 13px;
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 12px;
     line-height: 15px;
     color: #FFFFFF;
}
 .footer ul {
     margin: 0;
}
 .wp-block-social-links {
     font-size: 38px !important;
}
 .copy {
     clear: both;
     display: block;
     text-align: center;
     overflow: auto;
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 8px;
     line-height: 14px;
     text-align: center;
     text-transform: uppercase;
     color: #FFFFFF;
     padding-top: 50px;
}
 .home-header {
     display: block;
     width: 100vw;
     max-height: 55vw;
     height: calc(100vh - 102px);
     background-image: url("/wp-content/uploads/2023/03/Rectangle-30.jpg");
     background-position: center bottom, left;
     background-repeat: no-repeat;
     background-size: cover;
}
 .home-header .info {
     display: flex;
     height: 100%;
     width: 750px;
     align-items: center;
     justify-content: center;
     flex-direction: column;
}
.home-header h1, .home-header h2  {
     display: block;
     width: 100%;
     margin-bottom: 40px;
      font-family: 'Montserrat';
     font-style: normal;
     font-size: 64px;
     text-transform: uppercase;
     color: #fff;
     text-align: center;
}
.home-header h2 {
     font-size: 45px;
}
.home-header p:after, .home-header p:before, .ubytovanie h2:after {
 content: "";
 display: block;
 width: 107px;
 height: 1px;
 background: #fff;
 margin: 30px auto;
}
 .home-header p {
      font-family: 'Montserrat';
     font-size: 24px;
     line-height: 28px;
     color: #FFFFFF;
    text-align: center
  
}


.kategorie {
     display: block;
     width: 100vw;
     max-width: 80%;
     margin: 0 auto;
}
.kategorie .kategoria {
 display: block;
 width: 40%;
 float: left;
 margin: 5%;
 border-radius: 20px;
 padding: 30px;
 box-shadow: 0px 4px 4px 0px #00000040;
}
.kategorie .kategoria h3 {
 font-family: Montserrat;
 font-size: 32px;
 font-weight: 400;
 line-height: 39px;
 letter-spacing: 0em;
 text-align: left;
 text-transform: uppercase;
 color: #215781;
}
.kategorie .kategoria h3 span {
 font-weight: 700
}
.kategorie .kategoria img {
 height: 300px;
 width: 100%;
 object-fit: contain;
 margin-top: 30px;
 margin-bottom: 10px
}
.kategorie .content {
    height: inherit;
}
.kategorie .col {
    display: block;
    width: 25%;
    height: inherit;
    float: left;
    background-position: center;
    background-size: cover;
    padding: 50px;
  position: relative;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 70%);
  transition: .3s;
  cursor: pointer;
}
.kategorie .col:hover {
 box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 10%);
}

.kategorie .col:hover h4:after {
 content: url('/wp-content/uploads/2023/01/zoom-in-1.png');
 position: absolute;
 background: #FE0033;
 width: 100px;
 height: 95px;
 display: flex;
 align-items: center;
 padding-top: 5px;
 justify-content: center;
 border-radius: 100px;
 left: 50%;
 top: 50%;
 transform: translate(-50%);
}

.kategorie h5 {
 font-family: 'Montserrat';
 font-style: normal;
 font-weight: 700;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: 0.425em;
 text-transform: uppercase;
 color: #FFFFFF;
 display: block;
 position: absolute;
 transform-origin:bottom left;
 left:50px;
 bottom:50px;
 transform: rotate(-90deg) translateY(100%);
 width: 100%;
 max-width: 50vw;
}

.ubytovanie .vrch {
 background-image: url(/wp-content/uploads/2023/03/ubyt.jpg);
 display: flex;
 width: 100vw;
 max-height: 55vw;
 height: calc(100vh - 102px);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 align-items: center;
 padding-bottom: 260px;
}
.gastro .vrch {
 background-image: url(/wp-content/uploads/2023/03/gastro.jpg);
}
.wellness .vrch {
 width: 750px;
 max-width: 90vw;
 display: block;
 margin: 100px auto 60px;
 text-align: center;
  font-family: 'Montserrat';
}
.rezort .vrch {
 width: 1200px;
  max-width: 95%;
}
.rezort .vrch p {
 width: 750px;
 max-width: 90vw;
 margin: 40px auto
}
.wellness h2 {
 display: block;
    width: 100%;
    margin-bottom: 40px;
     font-family: 'Montserrat';
    font-size: 40px;
    text-transform: uppercase;
    color: #3D8A8E;
    text-align: center;
}
.wellness .vrch h2:after {
 content: "";
    display: block;
    width: 107px;
    height: 1px;
    background: #3D8A8E;
    margin: 30px auto;
}

.wellness p {
    margin: 40px 0;
    font-size: 24px;
    color: #3D8A8E;
    text-align: center;
}
.wellness .stvorce div {
 display: flex;
 float: left;
 width: 50%;
 height: 50vw;
 margin: 0;
 justify-content: center;
 flex-direction: column;
 background-repeat: no-repeat;
 background-size: cover;
 padding: 50px;
}
.wellness.rezort .stvorce div:nth-child(1) {
 width: 100vw
}
.wellness.podujatia .stvorce div:nth-child(3) {
 width: 100vw
}
.wellness .stvorce div h2, .wellness .stvorce div p {
 color: #fff
}


.sirka {
 display: block;
 width: 750px;
 max-width: 95%;
 margin: 0 auto;
}
.ubytovanie h2 {
 display: block;
    width: 100%;
    margin-bottom: 40px;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.ubytovanie p {
    margin: 40px 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.ubytovanie .ikony div {
    display: flex;
    width: 50%;
    min-width: 300px;
    float: left;
    flex-direction: column;
    align-items: center;
}
.ubytovanie .ikony div img {
 max-height: 55px;
}
.ubytovanie .ikony div h3 {
  font-family: "Montserrat";
   font-weight: 600;
   font-size: 12px;
 text-transform: uppercase;
 margin-top: 20px;
 color: #fff;
}

.spodok {
 display: block;
 width: 100%;
 margin-top: -245px;
}
.obrys {
 width: 620px;
 max-width: 90vw;
 height: 600px;
 max-height: 90vw;
 display: block;
 margin: 0 auto;
 border: 1px solid #fff;
 padding: 20px 20px 0 20px;
}
.stvorec {
 background: #fff;
 width: 100%;
 height: 100%;
 padding: 20px;
 
/* Note: backdrop-filter has minimal browser support */
}
.obrys-dnu {
 width: 100%;
 height: 100%;
 display: flex;
 margin: 0 auto;
 border: 1px solid #C7DCD3;
 padding: 20px;
 align-items: center;
}
.dole .obrys-dnu {
 border-color: #fff;
}
.stvorec h5 {
 font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 15px;
/* identical to box height */

text-align: center;
text-transform: uppercase;
 
}
.stvorec p {

font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 150%;
 margin: 80px 0;
/* or 36px */

text-align: center;

color: #43495B;
 
}
.stvorec a {
 font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-align: center;

color: #43495B;
 display: block;
 width: 216px;
 background: #fff;
 border: 1px solid #C7DCD3;
 margin: 0 auto;
}
.dole {
 width: 540px;
 max-width: 90vw;
 height: 540px;
 max-height: 90vw;
 margin: 0 auto;
 background: #646D87;
}
.dole h5 {
 color: #fff
}
.dole p {
 color: #fff
}
 
 .slick-slider {
     height: 100% !important 
}
 .slick-list, .slick-track {
     height: inherit !important;
}
 .slick-track div.content {
     display: block !important;
     width: 100%;
     border-left: 30px solid white;
     background: rgba(0, 0, 0, 0.63);
     padding: 30px 60px 38px 47px;
}
 .slick-track div.content h2 {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 36px;
     line-height: 44px;
     margin-bottom: 20px;
     color: #FFFFFF;
}
 .slick-track div.content p {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 20px;
     color: #FFFFFF;
     overflow: hidden !important;
     display: -webkit-box !important;
     -webkit-line-clamp: 4 !important;
     -webkit-box-orient: vertical !important;
}
 .slick-dots {
     transform: translateY(20px);
}
 .slick-dots li button {
     padding: 0px !important;
}
 .slick-dots li button:before {
     font-size: 14px !important;
     line-height: 17px !important;
     opacity: 1 !important;
     width: 35px !important;
     height: 2px !important;
}
 .slick-dots li.slick-active button:before {
     border: 3px solid white;
     color: transparent !important;
     transform: translate(-1px, -1px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.75), 0 10px 10px rgba(0,0,0,0.52);
}
 .slick-dots li button:before {
     border: 2px solid white 
}
.slick-dots li button, .slick-dots li {
 width: 37px !important;
 height: 10px !important;
}
.mobil .info {
    display: none
}

.offset {
 position: absolute  !important;
 top: 20px;
 right: 20px;
 
}
.menu-icon.offset:before {
 content: "zatvoriť"
}
.lang {
 position: absolute;
 top: 35px;
 left: 30px;
}
.mobil .mobil {
 background: #1C5683 !important;
  max-width: 600px
}
.mobil .wp-block-button__link {
 display: none
}
.mobil p {
 color: #C7DCD3
}
.mobil .wp-block-social-links {
 justify-content: center
}





#montaz {
 display: block;
    width: 100vw;
    max-width: 80%;
    margin: 0 auto;
}


.montaz {
    padding: 0px;
    overflow: auto 
}
.montaz .left {
    width: calc(75% - 5px);
    height: 400px;
    background-size: cover; 
	background-position: center;
    float: left ;
    margin-right: 5px;
display: flex;justify-content: center;align-items: center;}
.montaz .right {
    width: 25%;
    height: 400px;
    float: left;
}
.right div {
    height: calc(50% - 2.5px);
    width: 100%;
    background-size: cover; 
	background-position: center;
   margin-bottom: 5px
}
.uvod, .referencie {
    background: #1C5683;
    padding: 48px;
    color: #fff !important;
    overflow: auto;
    clear: both;
}

.uvod h2, .referencie h2 {
    color: white
}

.content {
    width: 1200px;
    max-width: 85vw;
    margin: 0 auto 
}
h2 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #1C5683;
}
#projekty h2 {
 font-weight: 400;
}
#projekty h2 span {
 font-weight: 600
}
p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
.content .socials a {
    /* display: block; */
    width: 30px;
    height: auto;
    float: left;
    margin: 40px 10px 0;
    display: flex;
}
.content .socials a:nth-child(1) {
    margin-left: 0
}
.content .socials a img {
    width: inherit !important;
}
.claim {
    width: 100%;
    background: #1C5683;
    padding: 13px;
    color: white
}
.claim p {
    text-align: center 
}
.dokumenty .docs {
    
    margin-top: 200px;
    position: relative 
    
    
}
.dokumenty .docs:before {
    content: "";display: block;position: absolute;
    width: 100px;
    height: 100px;
    background: url('/wp-content/uploads/2023/07/award-1.png');
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -150px
}

.dokumenty .docs ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.dokumenty .docs ul li {
    display: block;     
}
.dokumenty .docs ul li a {
    display: block; 
    padding: 40px 120px;
    position: relative;
    font-family: Montserrat;
font-size: 24px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0em;
text-align: left;
color: #1C5683
    
}
.dokumenty .docs ul li a:hover {
    color: #29B6F6;
    text-decoration: underline 
}
.dokumenty .docs ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    left: 0;
    background: url('https://rbxt.sk/wp-content/uploads/2023/01/pdf-1.png');
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

#homepage .slick-slide {
 height: 90vh
}

.slick-dotted.slick-slider {
 margin: 0 !important
}

.slick-dots {
    position: absolute;
    top: 65vh !important;
    left: 30vw !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button:before {
 color: transparent !important;
 background: white
}
.home-logo {
 position: absolute;
 top: 47vh;
 max-width: 400px;
 width: 90%;
 left: 50%;
 transform: translateX(-50%)}
.home-logo img {
 max-width: inherit;

}
.home-logo:after {
 content:"";
 display: block;
 height: 170px;
 width: 3px;
 background: white;
 position: absolute;
 right: -150px;
 top: -170px
}
.home-logo:before {
 content:"";
 display: block;
 height: 3px;
 width: 190px;
 background: white;
 position: absolute;
 left: -250px;
 bottom: -30px
}

.header-button {
 padding: 15px 55px;
 background: white;
 position: absolute;
 left: 50%;
 transform: translateY(-150px) translateX(-50%);
 color: #1C5683;
 border-radius: 50px;
 text-transform: uppercase;
}
.header-button span {
 font-weight: 600 !important
}
#homepage .socials {
 display: flex;
 align-items: center;
}
.kategorie .kategoria {
 position: relative;
}
.kategoria p {
 margin-bottom: 70px
}
.kategorie .kategoria a {
 padding: 15px 55px;
 background: #1C5683;
 position: absolute;
 left: 50%;
 transform: translateY(-50px) translateX(-50%);
 color: white;
 border-radius: 50px;
 text-transform: uppercase;
}

.form h2 {
 text-align: center;
 margin: 60px;
 font-size: 45px
}
.wpcf7 {
 width: 700px;
 max-width: 80%;
 margin: 0 auto;
}
#kontakt .wpcf7 {
 max-width: 100%;
}
.wpcf7 label {
 width: 45%;
 margin: 2%;
 display: block;
 float: left;
}
#kontakt .wpcf7 label {
 width: 45%;
 margin: 0 4% 2% 0;
 display: block;
 float: left;
}
.wpcf7 input {
 height: 30px;
 border: 2px solid #D9D9D9;
 color: #252525;
 border-radius: 3px;
 margin-top: 5px;
 width: 100%
}
.wpcf7 input:focus {
 height: 30px;
 border: 4px solid #29B6F6
}
.wpcf7 label {
 font-size: 14px;
}
.wpcf7 textarea {
 height: 120px;
 width: 210% !important;
 border: 2px solid #D9D9D9;
 color: #252525;
 border-radius: 3px;
 margin-top: 5px;
}
.wpcf7 textarea:focus {
 border: 4px solid #29B6F6
}
.wpcf7 {
 position: relative;
 overflow: auto;
 padding-bottom: 100px;
}
.wpcf7-submit {
 position: absolute;
 bottom: 50px;
 width: 140px !important;
 transform: translateX(-50%);
 background: #1C5683;
 color: white !important;
 border-radius: 50px !important;
 text-transform: uppercase;
 border: 0px solid white !important;
}
.kontakt-socials {
 width: 600px;
 max-width: 80%;
 margin: 0 auto;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 60px;
 background: #29B6F6;
 border-radius: 4px;
 margin-bottom: 30px
}
.kontakt-socials a {
 display: flex;
 width: 42px;
 height: 42px;
 margin: 0 10px;
}
#dokumenty, #kontakt, #projekty, #projekt, #produkt {
 margin-top: 100px !important;
 margin-bottom: 100px;
padding-top: 50px;}
#kontakt {
 width: 1300px;
 max-width: 80%;
 margin: 0 auto;padding-top: 40px;
}
h3 {
 font-family: Montserrat;
font-size: 48px;
font-weight: 700;
line-height: 59px;
letter-spacing: 0em;
text-align: left;
 text-transform: uppercase;
 color: #215781;
 margin-bottom: 20px
}
#kontakt > p {
  max-width: 650px;
 margin-bottom: 70px
}
#kontakt .half {
 width: 50%;
 float: left
}
#kontakt h4 {
 font-family: Montserrat;
font-size: 20px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
 text-transform: uppercase;
 color: #215781;
 margin-bottom: 20px
}
#kontakt .half p {
 margin-bottom: 25px;
 line-height: 1.6em
}
#produkt ul:nth-of-type(2) li {
 margin: 0;
 color: #1C5683
}
#produkt ul:nth-of-type(2) li:before {
  display: none;
}
#projekt li, #produkt li {
 display: block;
 margin-bottom: 10px;
}
#projekt li:before, #produkt li:before {
  content: "\2022";
  color: #215781;;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
#produkt {
 width: 2200px;
 max-width: 80vw;
 margin: 0 auto;padding-top: 50px;
}
#produkt .produkt {

}
#produkt .produkt .prod {
 width: 50%;
 float: left;
 margin-top: 0px;
}
#produkt .produkt .prod .vrch {
 width: 100%;
 background: white;
 height: 350px;
 display: block;
}
#produkt .riadok .prod:nth-child(1) .vrch, #produkt .riadok .prod:nth-child(1) .spodok {
 padding-left: 10vw
}
#produkt .riadok .prod:nth-child(2) .vrch, #produkt .riadok .prod:nth-child(2) .spodok {
 padding-right: 10vw
}
#produkt .produkt .prod .vrch img {
 height: inherit;
 padding-top: 30px;
 padding-bottom: 20px;
 width: auto;
}
#produkt .produkt .prod .spodok {
 margin-top: 60px;
 padding-right: 20%;
 line-height: 1.6em !important;
 background: #F8F8F8;
 
}
#produkt .produkt .prod .spodok h3 {
 font-family: Montserrat;
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
 margin-bottom: 0;
}
#produkt .produkt .prod .spodok h4 {
 font-family: Montserrat;
font-size: 20px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
 color: #1C5683;
 margin-bottom: 25px;
}
.riadok {
 width: 100vw;
 margin-left: -10vw;
 background: #f8f8f8;
 overflow: auto;
 padding-bottom: 70px
}

 .novinky .right {
     display: flex;
     height: 100%;
     align-items: center;
     padding-bottom: 100px;
}
 .novinky .right h1 {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 36px;
     line-height: 36px;
     color: #FFFFFF;
     display: block;
     width: 100%;
     padding: 0px 64px;
     background: rgb(34 34 34 / 63%);
     margin-bottom: 50px 
}
 .novinky .right p {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 20px;
     color: #FFFFFF;
     display: block;
     width: 100%;
     padding: 0px 126px 0 64px;
}
 .prv {
     display: block;
     width: 200px;
     position: absolute;
     top: 92.2vh;
     right: 0 
}
 .udaje .content {
     display: block;
     width: 100%;
     background: rgba(0, 0, 0, 0.63);
}
 .udaje .content div {
     width: 25%;
     display: block;
     float: left;
     border-right: 2px solid #ffffff1c;
     text-align: center;
     padding: 40px 0px 20px;
}
 .udaje .content div h3 {
     margin-bottom: 20px;

font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 42px;
text-align: center;

color: #FFFFFF;
}
 .udaje .content div h5 {

     font-style: normal;
     font-weight: 400;
     font-size: 20px;
     line-height: 24px;
     color: #FFFFFF;
}
 .udaje .content div h6 {

     font-style: normal;
     font-weight: 700;
     font-size: 93px;
     line-height: 113px;
     color: #FFFFFF;
}
 .projekty, .portfolio {
     display: block;
}
.projekty {
   overflow: hidden;
    max-width: 80vw;
    width: 1200px;
    margin: 0 auto 
}
 .projekty a, .portfolio a {
     display: block;
     width: 30.3%;
     margin-right: 3%;
     margin-bottom: 25px;
     float: left;
     border-radius: 12px;
     overflow: hidden;
}
 .projekty img, .portfolio img {
     display: block !important;
     height: 556px !important;
     width: 100% !important;
     object-fit: cover !important;
     max-height: 33vw !important;
}
.portfolio.gallery h3 {
 margin-bottom: 40px
}
.portfolio img {
 margin: 0 !important;
 border-radius: 0 !important
}
 .projekty .img, .portfolio .img {
     position: relative;
     height: 556px;
     max-height: 33vw;
}
 .projekty .blog-box-text,  .portfolio .blog-box-text {
     background: #1C5683;
     padding: 25px 25px 15px 0px;
}

.projekty a:hover .blog-box-text, .portfolio a:hover .blog-box-text {
     background: #1C5683;
     padding: 25px 25px 15px 0px;
     transition: .3s;
}

 .projekty h3,  .portfolio h3 {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 36px;
     line-height: 36px;
     color: #1D1D1D;
     display: inline-block;
     padding: 0 5px 0 35px;
     background: rgba(255, 255, 255, 0.63);
     margin-bottom: 20px 
}
 .projekty span p,  .portfolio span p {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 20px;
     color: white;
     overflow: hidden !important;
     display: -webkit-box !important;
     -webkit-line-clamp: 5 !important;
     -webkit-box-orient: vertical !important;
     padding-left: 25px;
}
.projekty a:hover h3, .projekty a:hover span p, .portfolio a:hover h3, .portfolio a:hover span p {
     color: white;
     transition: .3s;
}
 .projekty .hov, .portfolio .hov {
     width: 100%;
     height: inherit;
     max-height: 33vw;
     display: flex;
     visibility: hidden;
     opacity: 0;
     position: absolute;
     top: 0;
     align-items: center;
     justify-content: center;
     background: rgba(0, 0, 0, 0.63);
}
 .projekty a .hov, .portfolio a .hov {
     transition: .3s 
}
 .projekty a:hover .hov, .portfolio a:hover .hov {
     visibility: visible;
     opacity: 1;
}
 .projekty .hov span, .portfolio .hov span {
     display: block;
     background: #1C5683;
     padding: 32px;
     border-radius: 100px;
     content: url('/wp-content/uploads/2023/01/zoom-in-1.png');
}
 .header {
     background: url('/wp-content/uploads/2023/01/Rectangle-36-1.png');
     background-size: cover;
     padding-top: 50px;
     border-bottom: 4px solid #1D1D1D;
     box-shadow: rgb(255 255 255 / 80%) 0px 0px 0px 1000px inset;
}
 .header .heading {
     width: 50%;
     min-width: 400px;
     display: block;
     position: relative;
     padding-left: 125px;
}
 .header .heading h1 {
     font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 59px;
/* identical to box height */

text-transform: uppercase;

color: #FE0033;
}
 .header .content {
     display: block;
     padding: 0 0 75px 126px;
     overflow: auto;
}
 .header .content div {
     display: block;
     float: left;
     margin-right: 70px;
     min-width: 200px;
     max-width: 300px;
     min-height: 230px;
     position: relative;
}
 .header .content div h3 {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 20px;
     color: #1D1D1D;
     margin-top: 70px;
     margin-bottom: 10px;
}
 .header .content div p {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 20px;
     color: #1D1D1D;
     margin-bottom: 20px;
}

.header .content div p:nth-child(3){
     position: absolute;
     font-weight: 700;
     bottom: 0;
}
 .wpmapblockrender {
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     filter: grayscale(100%);
     filter: gray;
}
.projekt {
 display: block;
 width: 1200px;
 max-width: 90%;
 margin: 0 auto 80px;
}
.prenajom .head-content {
 height: auto;
 padding-bottom: 100px;
}
.prenajom .head-content.druha-sekcia h2 {
     margin-bottom: 20px
}
.head-content {
    width: 100vw;
    height: calc(100vh - 200px);
    min-height: 700px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-left: 126px;
    padding-right: 126px;
    padding-top: 40px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.head-content .desc {
    width: 100vw;
    height: 100%;
    min-height: 400px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-left: 126px;
    padding-right: 126px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(90deg, #FE0033 0%, rgba(236, 109, 134, 0.5) 47.07%, rgba(217, 217, 217, 0) 94.13%);
    position: relative;
    overflow: auto;
}
.prenajom .head-content.druha-sekcia .desc {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(270deg, #FE0033 0%, rgba(236, 109, 134, 0.5) 47.07%, rgba(217, 217, 217, 0) 94.13%);
}

.projekt.content .gallery, .projekt.content .gallery h2, .projekt.content .gallery h3, .container .projekty h3 {
 width: 100vw;
 margin-left: 50%;
 transform: translateX(-50%);
}
.panel a:hover .blog-box-text h3 {
 color: white !important
}
.blog-box-text h3 {
 font-family: 'Montserrat' !important;
 font-style: normal !important;
 font-weight: 700 !important;
 font-size: 24px !important;
 line-height: 29px !important;
 color: #fff !important;
 width: 100% !important;
 padding-left: 25px !important;
 padding-right: 25px !important;
 transition: .3s;
text-transform: uppercase;}

.projekt.content .portfolio.gallery .blog-box-text h3 {
 padding: 0 30px !important;
 width: 100%;
 background: transparent;
 font-family: 'Montserrat';
 font-style: normal;
 font-weight: 700;
 font-size: 36px;
 line-height: 44px;
 color: #1E1E1E;
 margin-bottom: 20px;
}
.projekt.content .portfolio.gallery a:hover .blog-box-text h3 {
 color: white
}
.projekt.content .gallery {
 padding: 30px;
}
.projekt.content .gallery img {
 display: inline-block;
 width: calc(33% - 10px);
 height: 400px;
 object-fit: cover;
 margin: 5px;
 border-radius: 12px
}

.head-content .desc p {
 font-family: 'Montserrat';
 font-style: normal;
 font-weight: 700;
 font-size: 20px;
 line-height: 24px;
 color: #FFFFFF;
 max-width: 90%;
 width: 600px;
}
.head-content.druha-sekcia .desc p {
 float: right;
 height: 100%;
}
.prenajom .head-content .desc a {
 top: 75%
}
.head-content .desc a {
 position: absolute;
 top: 55%;
 right: 126px;
 background: #FE0033;
 border-radius: 66px;
 display: block;
 color: white;
 font-family: 'Montserrat';
 font-style: normal;
 font-weight: 600;
 font-size: 24px;
 line-height: 29px;
 text-transform: uppercase;
 padding: 20px 100px 20px 40px;
}
.head-content .desc a:after {
 content: "";
 display: block;
 height: 20px;
 background: url(/wp-content/uploads/2023/01/arrow-1-1.png);
 background-size: auto 100%;
 background-position: calc(100% - 40px);
 background-repeat: no-repeat;
 width: 200px;
 position: absolute;
 right: 0;
 top: calc(50% - 10px);
 transition: .3s
}
.head-content .desc a:hover:after {
 background-position: calc(100% - 30px);
}
.head-content h2 {
    margin-top: 30px !important;
    max-width: 600px
}
.head-content.tretia-sekcia h2 {
 margin-bottom: 30px
}
.head-content h3, .gallery h3 {
    margin-top: 10px !important;
 margin-bottom: 15px;
   font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;

color: #999999;
 
}
.projekt .ssba {
     display: none !important 
}

 .novinky {
     min-height: 66vh !important 
}
 .projekt a.web, .projekty a.web {
     float: left;
     font-style: normal;
     font-weight: 400;
     font-size: 28px;
     line-height: 34px;
     color: #1D1D1D;
     padding: 10px 37px;
     border: 2px solid #1D1D1D 
}
 .projekty a.web {
     width: auto;
     text-align: center !important;
     font-size: 20px;
     line-height: 24px;
     color: #1D1D1D;
     padding: 10px 37px;
     margin-top: 20px;
}
 .clear {
     display: flex;
     width: 100%;
     clear: both !important;
     justify-content: center;
}
 h4 {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 17px;
     color: #FFFFFF;
}
 .footer p {
     margin-top: 13px;
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 18px;
     color: #FFFFFF;
}
 .copy {
     font-size: 10px;
     line-height: 16px;
}
 .loop {
     width: 1200px;
     margin: 0 auto;
     display: block;
     max-width: 90%;
     overflow: auto;
     margin-bottom: 70px;
}
 .loop a {
     display: block;
     width: 30%;
     margin-right: 3.3%;
     float: left;
     margin-bottom: 40px 
}
 .image-blog-box {
     display: block;
     height: 300px;
     width: 100%;
     background-size: cover;
     position: relative;
}
 .image-blog-box:before {
     content: "";
     display: block;
     height: 25px;
     width: 160px;
     background: white 
}
 .image-blog-box:after {
     content: "";
     display: block;
     height: 25px;
     width: 160px;
     background: #ebebeb;
     position: absolute;
     bottom: 0;
     right: 0 
}
 .loop .blog-box-text {
     background: #ebebeb;
     padding: 25px 25px 25px 0px;
}
 .loop .blog-box-text time {
     font-size: 14px;
     color: #1d1d1d;
     margin-left: 25px;
     width: 100%;
     display: block 
}
 .loop .blog-box-text h3 {
     font-size: 26px;
     color: #1d1d1d;
     padding-left: 25px;
     padding-right: 5px;
     font-family: 'Montserrat', sans-serif;
     font-weight: 400;
     margin-top: 5px;
     margin-bottom: 15px;
     background: rgba(255, 255, 255, 0.63);
     width: auto !important;
     display: inline-block;
}
 .loop .blog-box-text p {
     font-size: 14px;
     color: #1d1d1d;
     margin-left: 25px 
}
 .copy a {
     color: #fff;
     font-weight: 600 
}
 .navbar.sticky {
     transition: .3s linear all;
}
 .navbar {
     position: fixed;
}
 .container {
     padding-top: 84px;
}
 .loop {
     padding-top: 50px;
}
 .prvy .left {
     width: 63%;
     text-align: justify !important 
}
 .projekt .right {
     width: 37%;
     padding-left: 90px;
}
 .blog .clanok {
     width: 1200px;
     max-width: 80%;
     margin: 50px auto;
     text-align: center !important 
}


 .novinky .left {
     display: block;
     float: left;
     width: 66.5%;
     height: 100%;
     padding: 8.6vw 0px 126px 13%;
}
 .novinky {
     min-height: 66vw !important 
}
 .projekty h3, .loop .blog-box-text h3 {
     background: transparent;
     font-weight: 600;
     line-height: 1.2em 
}
 .loop .blog-box-text p {
     overflow: hidden !important;
     display: -webkit-box !important;
     -webkit-line-clamp: 5 !important;
     -webkit-box-orient: vertical !important;
}
 .home-header {
     display: block;
     width: 100vw;
     max-height: 55vw;
     height: calc(100vh - 102px);
     background-position: center bottom, bottom -30px center;
     background-repeat: no-repeat;
     background-size: cover;
}

 ul.mobil li {
     display: block;
     text-align: center;
     margin: 10px 10px 17px;
     transition: none;
}
 ul.mobil li a{
     color: #1D1D1D !important;
     transition: none;
}

 .hamburger {
     width: 30px;
     height: 3px;
     background: #1D1D1D;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     transition: .5s;
}
 .hamburger:before, .hamburger:after {
     content: '';
     position: absolute;
     width: 15px;
     height: 3px;
     background: #1D1D1D;
     transition: .5s;
}
.sticky .hamburger:before, .sticky .hamburger:after {
     background: white 
}
 .hamburger:before {
     top: -15px;
     right: 0
}
 .hamburger:after {
     top: 10px;
}
 .menu-icon.active .hamburger:before {
     transform: rotate(45deg);
     top: 0;
     width: 30px;
}
 .menu-icon.active .hamburger:after {
     transform: rotate(135deg);
     width: 30px;
     top: 0 
}
 .navbar.sticky .current-menu-item:after {
     background: #fff 
}
 .navbar.sticky .current-menu-item a,  .navbar .current-menu-item a {
     font-weight: 700 !important
}
 .novinky {
     display: block;
     width: 100vw;
     height: calc(80vh) !important;
     max-height: 66vw;
     min-height: 49vw !important;
     background-image: url(/wp-content/uploads/2022/10/bg-2.png);
     background-position: center top -2px;
     background-repeat: no-repeat;
     background-size: cover;
}

 .projekt h2 {
     font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 59px;
	text-transform: uppercase;
     margin-top: 100px;
}
.projekt h4 {
 font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
text-transform: uppercase;
margin: 30px 0 20px
}
.projekt p {
 margin-bottom: 27px
}
.blog header {
     position: relative;
     margin-top: 200px;
}
 .blog h1 {

font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 47px;
/* identical to box height */

text-transform: uppercase;
  text-align: center;
  width: 750px;
  max-width: 90%;
  margin: 0 auto;

color: #43495B;
}
 .blog h1:after {
     content: "";
     display: block;
     width: 80px;
     height: 1px;
     margin: 30px auto;
     background:#43495B;
     margin-bottom: 10px;
}
 .blog span {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 300;
     font-size: 16px;
     line-height: 20px;
     color: #FFFFFF;
 }
 .clanok p {
     text-align: left;

     font-style: normal;
     font-weight: 400;
     font-size: 24px;
     line-height: 150%;
/* or 36px */
     color: #43495B;
}
 .clanok li {
     display: block;
     margin-bottom: 14px;
     position: relative;
     text-align: left;

     font-style: normal;
     font-weight: 400;
     font-size: 24px;
     line-height: 150%;
/* or 36px */
     color: #43495B;
}
 .clanok li:before {
     content: "";
     display: block;
     width: 4px;
     height: 4px;
     position: absolute;
     background: #1D1D1D;
     left: -15px;
     top: calc(50% - 2px);
     border-radius: 50% 
}
 .clanok ul {
     margin: 30px 0;
     padding: 0;
}
 .clanok .wp-block-gallery {
     margin: 0 !important;
}
 .clanok .wp-block-gallery figure:before {
     content: "";
     display: block;
     width: 195px;
     height: 30px;
     background: white;
     position: absolute;
     z-index: 999999999;
     top: 0 
}
 .clanok .wp-block-gallery figure:after {
     content: "";
     display: block;
     width: 195px;
     height: 30px;
     background: white;
     position: absolute;
     z-index: 999999999;
     bottom: 0;
     right: 0;
}
 .ssba {
     width: 100% !important;
     display: flex !important;
     align-items: center !important;
     justify-content: center;
}
 .ssba div {
     display: flex !important;
     align-items: center !important;
}
 .ssba-share-text {
     font-weight: 700 !important;
     margin-right: 10px 
}
 .ssba li:before {
     display: none;
}
 .ssbp-list li {
     margin: 5px !important;
}
 .ssba {
     margin-top: 50px !important;
}
 header img {
     width: 100%;
     height: inherit;
     object-fit: cover;
}
 @media (min-width: 1180px) and (max-width: 1320px) {
     .inside {
         padding: 0 90px !important 
    }
     .home-header .info {
         margin-left: 0px;
         max-width: 100%;
    }
     .home-header h1, .novinky .right h1, .slick-track div.content h2 {
         font-size: 33px;
    }
     .projekty h3 {
         font-size: 28px;
    }
     .home-header p, .projekty span p {
         font-size: 15px !important;
    }
     .novinky .left {
         padding-left: 90px 
    }
     .novinky .right h1 {
         padding-left: 30px 
    }
     .novinky .right p {
         padding-right: 90px;
         padding-left: 30px;
         font-size: 16px;
         line-height: 19px;
    }
     .slick-track div.content p {
         font-size: 15px;
         line-height: 19px;
    }
     .slick-track div.content {
         padding: 20px 40px 32px 37px 
    }
     .footer .inside:before {
         left: 90px !important 
    }
   
}
 @media (min-width: 1024px) and (max-width: 1179px) {
     .inside {
         padding: 0 50px !important 
    }
     .home-header .info {
         max-width: 100%;
    }
     .home-header h1, .novinky .right h1, .slick-track div.content h2, .projekty h3 {
         font-size: 24px 
    }
     .home-header p, .projekty span p {
         font-size: 14px;
         line-height: 19px 
    }
     .novinky .left {
         padding-left: 50px 
    }
     .novinky .right h1 {
         padding-left: 30px 
    }
     .novinky .right p {
         padding-right: 50px;
         padding-left: 30px;
         font-size: 14px;
         line-height: 19px;
    }
     .slick-track div.content p {
         font-size: 14px;
         line-height: 19px;
    }
     .slick-track div.content {
         padding: 20px 40px 32px 37px 
    }
     .udaje .content div {
         transform: scale(.75);
         border: none 
    }
}
 .warpper{
     display:flex;
     flex-direction: column;
     align-items: center;
}
 .tab{
     cursor: pointer;
     margin: 0px 50px;
     display:inline-block;
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 20px;
     color: #1D1D1D;
}
 .panels{
     background:#fffffff6;
     min-height:200px;
     width:100%;
     border-radius:3px;
     overflow:hidden;
}
 .panel{
     display:none;
     animation: fadein .8s;
}
.gallery .panel {
 display: block;
}
 @keyframes fadein {
     from {
         opacity:0;
    }
     to {
         opacity:1;
    }
}
 .panel-title{
     display: none;
}
 .radio{
     display:none;
}
 #one:checked ~ .panels #one-panel, #two:checked ~ .panels #two-panel, #three:checked ~ .panels #three-panel{
     display:block 
}
 #one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab{
     font-weight: 700;
}
 .tabs {
     margin-bottom: 40px 
}
 #one:checked ~ .tabs #one-tab:after, #two:checked ~ .tabs #two-tab:after {
     content: "";
     display: block;
     width: 50px;
     height: 3px;
     background: #1D1D1D;
     margin-top: 11px 
}
 @media screen and (max-width: 992px) {
     .projekt .ssba, body {
         //display: none 
    }
     .menu-icon {
         display: block !important 
    }
     .PC {
         display: none !important 
    }

    h2, h3 {
     font-size: 32px !important
    }
     .inside {
         padding: 0 8% 
    }
     .home-header {
      max-height: 100% !important;
     }
     .home-header .info {
         width: 100%;
         margin: 0;
         padding: 0;
    }
     .novinky {
         height: 80vh !important;
         max-height: 80vh !important;
         background: none;
    }
     .novinky .left {
         width: 100% !important;
         padding: 0 0 80px 0 !important 
    }
     .novinky .right {
         display: none !important 
    }
     .slick-track div.content {
         border: none;
         position: relative;
    }
     .slick-track div.content:before {
         content: "Novinky";
         position: absolute;
         color: white;
         font-size: 36px;
         top: -80px;
         left: 0px;
         padding-left: 47px;
         padding-right: 5px;
         background: rgba(0, 0, 0, 0.63);
    }
     .slick-track div.content p {
         -webkit-line-clamp: 5 !important;
    }
     .udaje {
         height: auto !important;
    }
     .udaje .content div {
         width: 100%;
         border-right: none;
         border-bottom: 2px solid #ffffff1c 
    }
     .projekty a {
         width: 100%;
         margin-bottom: 30px;
    }
     .projekty .img, .projekty img, .projekty .hov {
         max-height: 300px 
    }
     .footer .dvadsat, .footer .styridsat {
         width: 100%;
    }
     .footer .dvadsat h4, .footer .dvadsat p {
         text-align: center;
    }
     .footer .dvadsat p {
         margin-bottom: 25px 
    }
     .styridsat .is-layout-flex {
         justify-content: center 
    }
     .footer .inside:before {
    padding: 10px calc(50% - 88px) 3px calc(50% - 88px);
    }
     .loop a {
         width: 100% !important 
    }
     .prvy, .druhy {
         margin: 0 8% 
    }
     .treti {
         margin: 0 
    }
     .projekt .left {
         width: 100% !important 
    }
     .projekt .right {
         width: 100% !important;
         padding: 0 !important 
    }
     .projekt table:before {
         margin-top: 20px 
    }
     .druhy h2, .treti h2 {
         padding-left: 0;
         margin-bottom: 50px;
    }
     .treti h2 {
         padding-left: 8%;
    }
     .druhy:after {
         left: 0 
    }
     .treti:after {
         left: 8% 
    }
     .druhy li img {
         width: 39vw 
    }
     .druhy li {
         margin: 10px 2vw 10px 0;
         height: 300px 
    }
     .druhy li img {
         height: 300px 
    }
     .druhy li:before, .druhy li:after {
         width: 60%;
         height: 20px 
    }
     .blog header div {
         min-width: calc(100% - 30px);
         left: 30px;
         padding: 20px 10px 15px 26px 
    }
     .blog h1 {
         font-size: 24px 
    }
}
@media screen and (max-width: 767px) {
    .dokumenty .docs ul {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
    }
    .dokumenty .docs ul li a {
        padding: 20px 60px !important;
        font-size: 18px !important;
        line-height: 20px !important
    }
    .dokumenty .docs ul li a:before {
        content: "";
        display: block;
        position: absolute;
        width: 40px !important;
        height: 100%;
        top: 0;
        left: 0;
        background: url('https://rbxt.sk/wp-content/uploads/2023/01/pdf-1.png');
        background-size: contain !important;
        background-position: center;
        background-repeat: no-repeat;
        transition: .3s;
    }
    .slick-dots {
        position: absolute;
        top: 65vh !important;
        left: 0vw !important;
        display: block;
        width: 100%;
        max-width: 100vw !important;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .kategorie .kategoria {
        width: initial;}
    .home-logo {
        position: absolute;
         top: 47vh;
         max-width: 52vw;
         width: 90%;
         left: 50%;
         transform: translateX(-50%)
    }
    .home-logo img {
        max-width: inherit;
    }
    .home-logo:after {
         content:"";
         display: block;
         height: 150px;
         width: 3px;
         background: white;
         position: absolute;
         right: -50px;
         top: -120px
    }
    .home-logo:before {
         content:"";
         display: block;
         height: 3px;
         width: 190px;
         background: white;
         position: absolute;
         left: -80px;
         bottom: -40px
    }
    
}





@media screen and (max-width: 700px) {
    #produkt .produkt .prod {
        width: 100% !important
    }
        #produkt .riadok .prod:nth-child(1) .vrch, #produkt .riadok .prod:nth-child(1) .spodok {
           padding-left: 10vw;
            padding-right: 10vw
    }
    #produkt .riadok .prod:nth-child(2) .vrch, #produkt .riadok .prod:nth-child(2) .spodok {
        padding-right: 10vw;
        padding-left: 10vw
    }
}



 @media screen and (max-width: 500px) {
     .druhy li img {
         width: 100% 
    }
     .content {
         max-width: 100%
     }
     .dokumenty {
         margin: 5% !important
     }
     .kategorie .kategoria a, .header-button {
         padding: 14px 25px
     }
     .header-button {
         margin-top: 30px
     }
     .druhy li {
         margin: 10px 0 10px 0;
         height: 400px 
    }
     .druhy li img {
         height: 400px 
    }
     .druhy li:before, .druhy li:after {
         width: 60%;
         height: 24px 
    }
     .tab {
         margin: 0 10px;
    }
     .projekty .img:before, .projekty .img:after {
         width: 60%;
         height: 20px 
    }
     .projekty h3 {
         font-size: 23px 
    }
     .projekty span p {
         -webkit-line-clamp: 4 !important;
         font-size: 14px;
    }
     .projekty .blog-box-text {
         padding: 25px 25px 25px 0 
    }
     .projekty h3, .projekty span p {
         padding-left: 25px;
    }
     .header .heading {
         min-width: 0;
         width: 95%;
         padding: 23px 10px 30px 8%;
    }
     .header .content {
         padding: 0 0 75px 8% 
    }
     .navbar .vrch .vlavo {
         transform: translateX(10px) !important 
     }
     a#logo, a#logo img {
         max-width: 133px !important
     }
     .wpml-ls-legacy-dropdown a {
         padding: 2px 20px 2px 0px !important
     }
     img.wpml-ls-flag {
         width: 13px;
         height: auto 
     }
     .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
         font-size: 10px
     }
     .menu-icon:before {
        content: "menu";
        display: block;
        width: 30px !important;
        position: absolute;
        left: -29px !important;
        top: calc(50% - 7px) !important;
        font-size: 11px !important;
        color: #fff;
    }
     .offset.menu-icon:before {
        top: calc(50% - 9px) !important;
    }
     
}

 @media screen and (min-width: 1100px) {
     .novinky .left {
         display: block;
         float: left;
         width: 66.5%;
         height: 100%;
         padding: 8.6vw 0px 126px 9%;
    }
     .novinky {
         display: block;
         width: 100vw;
         height: calc(80vh) !important;
         max-height: 66vw;
         min-height: 55vw !important;
         background-image: url(/wp-content/uploads/2022/10/bg-2.png);
         background-position: center top -2px;
         background-repeat: no-repeat;
         background-size: cover;
    }
}
 @media screen and (min-width: 1400px) {
     .novinky .left {
         display: block;
         float: left;
         width: 66.5%;
         height: 100%;
         padding: 8.6vw 0px 126px 18%;
    }
     .novinky {
         display: block;
         width: 100vw;
         height: calc(80vh) !important;
         max-height: 66vw;
         min-height: 49vw !important;
         background-image: url(/wp-content/uploads/2022/10/bg-2.png);
         background-position: center top -2px;
         background-repeat: no-repeat;
         background-size: cover;
    }
}
 
 .projekty a:nth-of-type(3n+1), .loop a:nth-of-type(3n+1) {
     clear: both 
}
@media screen and (max-width: 1081px) {
 .head-content .desc a {
    right: 5%
 }
}


@media screen and (max-width: 992px) {
    .navbar .dnu {
        max-width: 95% !important;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: none !important;
    }
    .navbar .vlavo {
        order: 1;
        margin-left: 0
    }
    .navbar .vpravo {
        order: 3;
         margin-left: 45px;}
    .navbar .vpravo.order-vpravo {
        order: 2;
         margin-left: auto
    }
    
    
 .head-content .desc a {
    right: auto;
    top: auto !important;
    transform: translateY(30px);
 }
 .head-content:first-of-type .desc {
  overflow: visible !important
 }
 .head-content .desc {
  overflow: auto;
  padding: 15px 5%;
 }
 .head-content {
  padding: 0 5%
 }
 .head-content .desc p {
  width: 700px;
  max-width: 100%;
 }
 .head-content.druha-sekcia .desc p {
  float: left;
 }
 .container .projekty h2,.container .projekty h3, .projekt.content .gallery h2, .projekt.content .gallery h3 {
     padding-left: 5% !important
    }
  .projekt .ssba, body {
    //display: none 
  }
	.menu-icon {
		display: block !important
	}
	.PC {
		display: none !important
	}

	.inside {
		padding: 0 8%
	}
 .home-header p {
  padding-left: 5%;
  padding-right: 5%;
 }
	.home-header .info {
		margin: 10% 0;
		max-height: 80%;
	}
	.novinky {
		height: 80vh !important;
		max-height: 80vh !important;
		background: none;
		
	}
	.novinky .left {
		width: 100% !important;
		padding: 0 0 80px 0 !important
	}
	.novinky .right {
		display: none !important
	}
	.slick-track div.content {
		border: none;
		position: relative;
	}
	.slick-track div.content:before {
		content: "Novinky";
		position: absolute;
		color: white;
		font-size: 36px;
    top: -80px;
		left: 0px;
		padding-left: 47px;
		padding-right: 5px;
		background: rgba(0, 0, 0, 0.63);
		
	}
	.slick-track div.content p {
		-webkit-line-clamp: 5 !important;
	}
	.udaje {
		height: auto !important;
	}
	.udaje .content div {
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #ffffff1c
		
	}
 


	.projekty a {
		width: 100%;
		margin-bottom: 30px;
		
	}
	.projekty .img, .projekty img, .projekty .hov {
		max-height: 300px !important;
	}
	.footer .dvadsat, .footer .styridsat {
		width: 100%;
	}
	.footer .dvadsat h4, .footer .dvadsat p {
		text-align: center;
	}
	.footer .dvadsat p {
		margin-bottom: 25px 
	}
	
	.styridsat .is-layout-flex {
		justify-content: center
	}
	.footer .inside:before {
	}
	.loop a {
		width: 100% !important
	}
	.prvy, .druhy {
		margin: 0 8%
	}
	.treti {
		margin: 0
	}
	.projekt .left {
		width: 100% !important
	}
	.projekt .right {
		width: 100% !important;
		padding: 0 !important
	}
	.projekt table:before {
		margin-top: 20px
	}
	.druhy h2, .treti h2 {
    padding-left: 0;
    margin-bottom: 50px;
	}
	.treti h2 {
    padding-left: 8%;
	}
	.druhy:after {
		left: 0
	}
	.treti:after {
		left: 8%
	}
	.druhy li img {
		width: 39vw
	}
	.druhy li {
		margin: 10px 2vw 10px 0;
		height: 300px
	}
	.druhy li img {
		height: 300px
	}
	.druhy li:before, .druhy li:after {
		width: 60%;
		height: 20px
	}
	.blog header div {
		min-width: calc(100% - 30px);
		left: 30px;
		padding: 20px 10px 15px 26px
	}
	.blog h1 {
		font-size: 24px
	}
 .kategorie .col {
    width: 100% !important;
    height: 100vw !important;
    max-height: 500px 
  }
 .kategorie h5 {
  max-width: 350px !important;
  width: 75%;
 }
}
@media screen and (max-width: 750px) {
	.projekty a, .portfolio a {
     width: 100% 
    }
    .projekt.content .gallery img {
     width: 100%
    }
}
@media screen and (max-width: 500px) {

	
	.druhy li img {
		width: 100%
	}
	.druhy li {
		margin: 10px 0 10px 0;
		height: 400px
	}
	.druhy li img {
		height: 400px
	}
	.druhy li:before, .druhy li:after {
		width: 60%;
		height: 24px
	}
	.tab {
		margin: 0 10px;
	}
	.projekty .img:before, .projekty .img:after {
		width: 60%;
		height: 20px
	}
	.projekty h3 {
		font-size: 23px
	}
	.projekty span p {
		-webkit-line-clamp: 7 !important;
		font-size: 14px;
	}
	.projekty .blog-box-text {
		padding: 25px 25px 25px 0
	}
	.projekty h3, .projekty span p, .blog-box-text h3 {
		padding-left: 25px !important;
	}
 .blog-box-text h3 {
		padding-right: 25px !important;
	}
	.header .heading {
		min-width: 0;
		width: 95%;
		padding: 23px 10px 30px 8%;
	}
	.header .content {
		padding: 0 0 75px 8%
	}
	
}

@media screen and (max-width: 413px) {
    #kontakt .wpcf7 label, .wpcf7 textarea {
        width: 100% !important;
        max-width: 100% !important;
    }
    .wpcf7-submit {
        left: 50%;
    }
    .wpcf7-spinner {
        max-height: 1px
    }
    .wpcf7 p {
        margin: 0 !important
    }
}








.projekt .ssba {
    display: none !important
  }

.novinky {
	min-height: 66vh !important
}
.projekt a.web, .projekty a.web {
	float: left;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #1D1D1D;
	padding: 10px 37px;
	border: 2px solid #1D1D1D
}
.projekty a.web {
	width: auto;
	text-align: center !important;
	font-size: 20px;
	line-height: 24px;
	color: #1D1D1D;
	padding: 10px 37px;
	margin-top: 20px;
}
.clear {
	display: flex;
	width: 100%;
	clear: both !important;
	justify-content: center;
}
h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
	color: #FFFFFF;
}
.footer p {
	margin-top: 13px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;	
	color: #FFFFFF;
}
.copy {
	font-size: 10px;
	line-height: 16px;
}



.loop {
	width: 1200px;
	margin: 0 auto;
	display: block;
	max-width: 90%;
	overflow: auto;
	margin-bottom: 70px;
}
.loop a {
	display: block;
	width: 30%;
	margin-right: 3.3%;
	float: left;
	margin-bottom: 40px
}
.image-blog-box {
	display: block;
	height: 300px;
	width: 100%;
	background-size: cover;
	position: relative;
}
.image-blog-box:before {
	content: "";
	display: block;
	height: 25px;
	width: 160px;
	background: white
}
.image-blog-box:after {
	content: "";
	display: block;
	height: 25px;
	width: 160px;
	background: #ebebeb;
	position: absolute;
	bottom: 0;
	right: 0
}
.loop .blog-box-text {
	background: #ebebeb;
  padding: 25px 25px 25px 0px;
}
.loop .blog-box-text time {
	font-size: 14px;
	color: #1d1d1d;
	margin-left: 25px;
	width: 100%;
	display: block
}
.loop .blog-box-text h3 {
	font-size: 26px;
	color: #1d1d1d;
	padding-left: 25px;
	padding-right: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.63);
	width: auto !important;
	display: inline-block;
}
.loop .blog-box-text p {
	font-size: 14px;
	color: #1d1d1d;
	margin-left: 25px
}



.copy a {
	color: #fff;
	font-weight: 600
}

.navbar.sticky {
	transition: .3s linear all;
}

.navbar {
	position: fixed;
}
.container {
	padding-top: 84px;
}
.loop {
	padding-top: 50px;
}
.prvy .left {
	width: 63%;
	text-align: justify !important
}
.projekt .right {
	width: 37%;
	padding-left: 90px;
}
.blog .clanok {
	width: 1200px;
	max-width: 80%;
	margin: 80px auto;
	text-align: center !important;
	display: block;
}
.blog .clanok p:nth-child(1) {
	max-width: 600px;
	margin: 0 auto;

font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: center;

color: #43495B;
}

.novinky .left {
    display: block;
    float: left;
    width: 66.5%;
    height: 100%;
    padding: 8.6vw 0px 126px 13%;
}
.novinky {
	min-height: 66vw !important
}
.projekty h3, .loop .blog-box-text h3 {
	background: transparent;
	font-weight: 600;
	line-height: 1.2em
}
.loop .blog-box-text p {
	overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}
.home-header {
	display: flex;
	width: 100vw;
	max-height: 55vw;
	padding-top: 170px;
	height: 100vh;
	background-image: url(/wp-content/uploads/2023/03/home-poz.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
}
.udaje {
	display: flex;
	width: 100vw;
	background-image: url('/wp-content/uploads/2023/03/ubyt.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: flex-end;
}




.mobil:not(ul) {
	position: fixed;
	top: 0;
	background: #1C5683;
	width: 610px;
	right: 0;
	height: 100%;
	padding: 100px 0 0 0;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: .5s;
	z-index: 999999999;
	overflow-y: scroll;
}

ul.mobil li {
	display: block;
	text-align: center;
	transition: none;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
ul.mobil li a{
	color: #fff !important;
	transition: none;
    font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
/* identical to box height */

text-align: center;
text-transform: uppercase;

color: #FFFFFF;
}
.menu-icon {
	height: 60px;
	position: relative;
	width: 60px;
	cursor: pointer;
	display: none;
	z-index: 998;
}
.menu-icon:before {
 content: "menu";
 display: block;
 width: 40px;
 position: absolute;
 left: -40px;
 top: calc(50% - 11px);
 font-size: 14px;

 color: #fff;
}

.hamburger {
	width: 25px;
	height: 10px;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
	border-radius: 1px;
	border: 3px solid #fff;
}
.hamburger:before, .hamburger:after {
	content: '';
	position: absolute;
	width: 32px;
	height: 3px;
	background: #fff;
	transition: .5s;
	border-radius: 1px;
}

.sticky .hamburger:before, .sticky .hamburger:after {
	background: white;
}

.hamburger:before {
	top: -10px;
	left: -6px;
}
.hamburger:after {
	top: 11px;
	left: -6px;
}
.menu-icon.active .hamburger {
	background: rgba(69, 235, 165, 0) !important;
	border: none;
}
.menu-icon.active .hamburger:before {
	transform: rotate(45deg);
	top: 0;
	width: 30px;
	z-index: 9999999999999999999;
}
.menu-icon.active .hamburger:after {
	transform: rotate(135deg);
	width: 30px;
	top: 0
}

.navbar.sticky .current-menu-item:after {
	background: #fff
}
.novinky {
	display: block;
	width: 100vw;
	height: calc(80vh) !important;
	max-height: 66vw;
	min-height: 49vw !important;
	background-image: url(/wp-content/uploads/2022/10/bg-2.png);
	background-position: center top -2px;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width: 1100px) {
.novinky .left {
    display: block;
    float: left;
    width: 66.5%;
    height: 100%;
    padding: 8.6vw 0px 126px 9%;
}
.novinky {
	display: block;
	width: 100vw;
	height: calc(80vh) !important;
	max-height: 66vw;
	min-height: 55vw !important;
	background-image: url(/wp-content/uploads/2022/10/bg-2.png);
	background-position: center top -2px;
	background-repeat: no-repeat;
	background-size: cover;
}
}
@media screen and (min-width: 1400px) {
.novinky .left {
    display: block;
    float: left;
    width: 66.5%;
    height: 100%;
    padding: 8.6vw 0px 126px 18%;
}
	.novinky {
	display: block;
	width: 100vw;
	height: calc(80vh) !important;
	max-height: 66vw;
	min-height: 49vw !important;
	background-image: url(/wp-content/uploads/2022/10/bg-2.png);
	background-position: center top -2px;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.projekty a, .loop a {
	margin-bottom: 25px
}

.projekty a:nth-of-type(3n+1), .loop a:nth-of-type(3n+1) {
	clear: both
}

.projekty span p {
	 -webkit-line-clamp: 5 !important;
}

.header .content div p:nth-child(4) a[href^=tel]{ color:#1D1D1D; text-decoration:none;} {
	
}

@media screen and (max-width: 500px) {
	.novinky {
		background-image: none
	}
}

.slick-track div {
	cursor: pointer
}
.slider-for {
 margin-top: 60px;
 margin-bottom: 20px;
}
.slider-nav {
 margin-bottom: 45px
}
.slider-for .slick-slide {
   border-radius: 12px !important;
   overflow: hidden
}
.slider-nav .slick-slide {
   border-radius: 12px !important;
   overflow: hidden;
   //margin-right: 7px;
}

.slick-track {
   height: 550px !important;
}
.slider-nav .slick-track, .slider-nav .slick-list {
   height: 200px !important;
}
.slick-slide img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.slider-nav .slick-current {
   border-radius: 8px;
   box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 70%) !important;
   transition: .3s;
}
.slider-nav .slick-current img {
      padding: 3.5px !important;
      border-radius: 12px;
      background: #5F6C68;
}
.slider-nav img {
      padding: 3.5px !important;
      border-radius: 12px;
}
.pum-theme-615, .pum-theme-default-theme {
 background-color: rgb(62 0 12 / 88%) !important;
 backdrop-filter: blur(3px);
}
.pum-container .pum-title {
 text-align: center !important;
 font-family: 'Montserrat'!important;
 font-style: normal!important;
 font-weight: 700!important;
 font-size: 24px!important;
 line-height: 29px!important;
 text-align: center!important;
 color: #FE0033!important;
 text-transform: uppercase;
 margin-bottom: 40px !important
}
.pum-container {
 padding: 60px !important;
 border-radius: 40px !important;
}
.pum-theme-default-theme .pum-content + .pum-close {
 background: #FE0033 !important;
 width: 64px !important;
 height: 64px !important;
 right: 20px !important;
 top: 20px !important;
 border-radius: 100px !important;
 padding: 10px !important;
 display: block;
 box-shadow: none !important;
}
.pum-theme-default-theme .pum-content + .pum-close i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: url('/wp-content/uploads/2023/01/close-1.png');
  background-position: center;
  background-repeat: no-repeat
}
.pum-container .pum-content.popmake-content p a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  
  color: #999999;
   display: block;
  padding: 30px 30px 30px 130px;
  border-bottom: 1px solid #E5E5E5;
   position: relative;
 transition: .3s
}
.pum-container .pum-content.popmake-content p a:hover {
   text-decoration: underline;
   color: #FE0033;
 transition: .3s
}
.pum-container .pum-content.popmake-content p a:before {
 content: "";
 display: block;
 position: absolute;
 width: 80px;
 height: 100%;
 top: 0;
 left: 0;
 background: url('/wp-content/uploads/2023/01/pdf-1.png');
   background-position: center;
  background-repeat: no-repeat;
 transition: .3s
}
.pum-container .pum-content.popmake-content p a:hover:before {
 background: url('/wp-content/uploads/2023/01/pdf-1-1.png');
 background-position: center;
  background-repeat: no-repeat;
 transition: .3s
}
.black, .navbar.sticky.black {
   background: transparent;
}
.black img {
 display: none
}
.black .menu-icon:before {
 content: "zatvoriÅ¥";
 color: #fff;
 position: absolute;
 left: -60px;
 top: 16px;
}
@media screen and (max-width: 500px) {
	.container .projekty h2 {
     padding-left: 0% !important;
     margin: 0;
    }
   .slider-nav .slick-track, .slider-nav .slick-list {
      height: 80px !important
   }
   .slick-track {
    height: 33vh !important
   }
   .header .content div {
    min-height: 0
   }
 .header .content div h3 {
  margin-top: 0;
 }
 .header .content div p:nth-child(3) {
  position: relative
 }
}
.container #content {
 margin-top: -250px !important
}


#hl_booking_form.obrys-dnu {
 flex-direction: column
}
#hl_booking_form h3 {
 font-style: normal;
 font-weight: 400;
 font-size: 32px;
 line-height: 37px;
 text-transform: uppercase;
 margin: 30px 0 40px;
 color: #5F6C68;
	text-align: center
}
#hl_booking_form ul, #hl_booking_form li, .t-datepicker {
 padding: 0;
 margin: 0;
 width: 100%;
}
.t-datepicker {
 display: block !important;
}
.t-check-in, .t-check-out {
 width: 100% !important;
 margin-bottom: 20px;
}
.t-check-out {
 margin-bottom: 15px;
}
.t-dates {
    border: 1px solid #43495B;
    border-radius: 3px !important;
}
#hl_booking_form ul select {
    border: 1px solid #43495B;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 20px
}
#hl_booking_form .hl-btn {
 width: 216px;
 display: block;
 margin-left: 50%;
 margin-top: 30px;
 transform: translateX(-50%);
 background: #FFFFFF !important;
 border: 1px solid #C7DCD3 !important;
 color: #43495B !important;
}
.hl-room-img img {
 height: 250px;
 object-fit: cover;
}
#hl_room_filter {
 width: 1400px;
 max-width: 90%;
 margin: 50px auto
}
.hl-room-title, .hl-table-book-title, .hl-room-title:hover, .hl-table-book-title:hover {
 font-family: "Montserrat";
 color: #43495B;
}
.hl-room-content p {

font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 150%;
/* or 21px */
color: #43495B;
}
.hl-btn {
 background: #5F6C68 !important;
  border-radius: 29px;
}
.hl-room-footer {
 border-top: none !important
}
.hl-room-box {
    background: #EDEDED !important;
    border-radius: 10px;
}

.hl-room-footer h4 {

 font-style: normal;
 font-weight: 400;
 font-size: 14px !important;
 line-height: 12px;
 /* identical to box height */
 
 text-align: center;
 text-transform: lowercase;
 
 color: #5F6C68;
}
.navbar .vrch {
 display: flex;
 width: 100%;
 height: 105px;
 border-bottom: 1px solid #ffffff20;
 clear: both;
}
.navbar .dnu {
 width: 1500px;
 max-width: 95%;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.navbar a {
 color: #fff;
 font-family: 'Montserrat';
font-weight: 500 !important;
font-size: 14px;
line-height: 14px;
/* identical to box height */

text-align: center;
text-transform: lowercase;
}
.navbar .vrch .vlavo a {
 position: relative;
}
.navbar .vrch .vlavo {
 transform: translateX(35px)}



.navbar a:hover {
 color: #bfbfbf
}
.navbar .spodok {
 margin: 0;
 display: flex;
 align-items: center;
 justify-content: space-between;
 height: 55px;
}
.navbar .spodok .vlavo, .navbar .spodok .vpravo {
 display: flex;
 height: 100%;
 width: 190px;
 align-items: center;
 justify-content: center;
}
.navbar .spodok .vlavo {
 border-right: 1px solid #ffffff20;
}
.navbar .spodok .vpravo {
 border-left: 1px solid #ffffff20;
}

.wpml-ls-legacy-dropdown.wpml-ls-legacy-dropdown {
 width: auto !important;
}
.wpml-ls-legacy-dropdown a {
 background: transparent !important;
 border: none !important;
 color: #fff !important;
}
.navbar.sticky .spodok, .navbar.sticky .center {
 display: none;
 
}
.navbar.sticky {
 height: 105px !important;
 backdrop-filter: none !important;
}
.navbar.sticky .vrch {
 border-bottom: none 
}

.clanok .half {
 width: 50%;
 float: left;
 padding-right: 10%;
}
.clanok .half.sticky {height: 100%;padding: 0;}
.half.sticky .hrana {
      position: -webkit-sticky;
      position: sticky;
      top: 50px;
      border: 1px solid #C7DCD3;
      padding: 20px;
}

 .hl-room-booking-form {
      padding: 50px;
      font-size: 20px;
      margin: 0 !important;
      background: rgba(199, 220, 211, 0.19);
      border: 1px solid #C7DCD3;
 }
.hl-room-booking-form ul {
 display: block !important;
 max-width: 300px;
 margin: 0 auto !important;
}
.hl-payment-handily ul {
 max-width: 100%
}
.hl-room-booking-form ul li {
 text-align: center
}
.hl-payment-handily ul li, .hl-payment-handily ul li span {
 text-align: left;
font-size: 18px;
 align-items: center;
 color: black;
}
.hl-payment-handily ul li span {
 color: #43495B
}
.modal-body .hl-payment-handily ul li:nth-child(even) {
 background: #fff !important;
 border-radius: 0
}
.hl-room-booking-form ul li:before {
 display: none
}
.clanok h3 {

 font-style: normal;
 font-weight: 400;
 font-size: 32px;
 line-height: 150%;
 text-align: left;
/* identical to box height, or 48px */
 color: #43495B;
 position: relative;
 margin-bottom: 35px;
}
.clanok h3:after {
 content: "";
 display: block;
 width: 107px;
 height: 1px;
 background: #43495B;
  margin-left: 4px;
 margin-top: 8px;
}
.modal-content {
 background: #C7DCD3 !important;
 border: 1px solid #5F6C68 !important;
 border-radius: 0 !important;
}
.modal-body, .hl-table-booking, .hl-hotel-booking-form, .hl-appointment-booking {
 background: transparent !important;
 padding-top: 0 !important;
}
.hl-room-booking-form .modal-header {
 border-bottom: 0 !important
}
ul {
 padding-left: 0 !important;
}
 @media (max-width: 1200px) {
.navbar a {
 font-size: 12px;
}
  .navbar .spodok .vlavo, .navbar .spodok .vpravo {
   width: 130px
  }
  .navbar .PC a {
   font-size: 14px
  }
  ul li {
   margin: 0 13px;
  }
  .home-header h1, .home-header h2, .wellness h2 {
   font-size: 40px;
   margin-bottom: 20px;
  }
  .home-header h2 span {
   font-size: 33px
  }
  .home-header p:after, .home-header p:before, .ubytovanie h2:after {
   margin: 15px auto
  }
  .home-header p, .ubytovanie p, .wellness p {
   font-size: 18px
  }
  .home-header {
   padding-top: 100px
  }
  .ubytovanie p, .wellness p {
   margin: 20px 0
  }
  .ubytovanie .ikony div img {
   max-height: 48px;
  }
  .footer > .half {
   height: auto
  }
  .footer .half .half .widget_nav_menu div ul {
   padding: 65px 20px 65px 20px;
  }
  .footer .half .half .widget_nav_menu div ul li {
   padding-left: 25px
  }
  
  
 }
 @media (max-width: 993px) {
  .ubytovanie .vrch {
   height: 90vh !important;
   max-height: 90vh;
  }
  .ubytovanie .ikony div {
   min-width: 0 
  }
  .home-header p, .ubytovanie p, .wellness p {
   font-size: 16px
  }
  .wellness .stvorce div {
   width: 100vw;
   height: 100vw;
   max-height: 400px;
  }
  .footer > .half:nth-child(1), .navbar .spodok {
    display: none
  }
  .footer > .half {
   width: 100vw;
  }
  .navbar {
   height: 104px !important
  }
 .home-header .info {
     justify-content: space-between !important;
}
	   .half {
   width: 100% !important;
  }
  .obrys {
   height: auto;
   margin-top: 50px;
   margin-bottom: 130px;
	  min-height: 550px
  }

.footer .top aside {
 width: 100%
}

  .footer .half .half h4 {
   margin-top: 25px
  }
  
  

	 
	 .container #content {
 margin-top: 0 !important
}
  .home-header.page {
   height: auto
  }

  
 }
.menu-item {
 position: relative;
 display: inline-block;
 padding-bottom: 50px;
 padding-top: 50px;
}
.menu-item:hover .sub-menu {
 display: block
}
.sub-menu {
 display: none;
 position: absolute;
 top: 85px;
 background:#1C5683;
 width: 200px; 
}
.sub-menu .menu-item {
 padding-top: 5px;
 padding-bottom: 10px; 
 border-bottom: 1px solid white
}
.sub-menu .menu-item:last-of-type {
 border-bottom: none 
}