.navbar-right {padding-top:20px; padding-bottom:20px;}
.navbar-inverse {
background: url("/conf-data/PTChN2023/images/grafika/menu1.jpg");
background-size: contain;
background-position: center center;

background-attachment: fixed;

}
.has-collapsed-aside-menu{padding-top:25px !important;}
.nav>li>a {
    position: relative;
    display: block;
    padding-left: 7px!important;
padding-right: 8px!important;
font-size:12px !important;
}
media (min-width: 1200px){
.navbar>.container {
   width: 1366px !important;
}}
.navbar>.container .container {padding-left:10% !important;}

body{background: url("/conf-data/PTChN2023/images/grafika/tlo6.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.glowna {
margin-top:-50px;
padding:60px;
background: url("/conf-data/PTChN2023/images/grafika/pattern3.jpg");
border-radius:30px;
margin-bottom:90px;
-webkit-box-shadow: 1px 1px 24px 0px rgba(66, 68, 90, 0.46);
-moz-box-shadow: 1px 1px 24px 0px rgba(66, 68, 90, 0.46);
box-shadow: 1px 1px 24px 0px rgba(66, 68, 90, 0.46);
}
.container-fluid--max-width {
    max-width: 1100px;
}

.columns {
  column-count: 2;
  column-gap: 80px;
  column-rule: 1px dashed #fff;
}

.fullwidth-section__tint {
    padding-bottom: 50px;
}

.footer{display:none;}


@media only screen and (max-width: 768px) { 
.columns {
  column-count: 1;
  column-gap: 80px;
  column-rule: 1px dashed #fff;
}
.glowna {
margin-top:-10px;
padding:30px;
}

}

@media only screen (min-width: 769px)and (max-width: 1366px) { 
.has-collapsed-aside-menu{padding-top:55px !important;}
}