@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');	


body {
	background: #fff;
    color: #333;
	font-family: 'Raleway', sans-serif;  
    font-size: 18px;
}
.off {
	display: none;
}
.btn-layout {
	background: #027f8a;
	color: #fff;
}
      
      
/*section*/
section .container-fluid, section .wklej, section .carousel, section .carousel-inner {
  	padding: 0;
  	border-radius: 0;
}  
section .carousel-control {
 	background: none !important;
  	box-shadow: none !important;
}
section .carousel .item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}
section .carousel-caption {
    font-size: 5vw;
    font-weight: 700;
    left: 100px;
    right: 100px;
    padding-bottom: 0;
    bottom: 0;
    top: 50%;
}
section .carousel-caption small {
  	display: block;
    font-size: 30px;
    font-weight: 500;
}
@media(max-width:1199px){
section .carousel-caption {
    font-size: 48px;
  	top: 60%;
}
}
@media(max-width:991px){
section .carousel-caption {
    font-size: 32px;
  	top: 60%;
}
section .carousel-caption small {
    font-size: 20px;  
  	margin-top: 30px;
}      
}
@media(max-width:767px){
section .carousel-caption {
  	top: 300px;
}
}
      
      
/*header*/
header {
    position: absolute;
    top: 250px;
    width: 100%;  
}
#logo {
	margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0 0 0 10px;
    top: -220px;  
}
header .navbar-default {
 	background: transparent;
  	border: none;
  	font-weight: 700;
    text-transform: uppercase;
}
header .navbar-nav {
    float: none;
    text-align: center;
}
header .navbar-nav>li {
    float: none;
    display: inline-block;
}
header .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 20px;
    margin-bottom: 5px;
  	box-shadow: #027f8a 0 0px 0 0 inset;
    transition: all 0.3s;
}      
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:active,
header .navbar-default .navbar-nav>li>a:focus {
  	color: #fff;
  	box-shadow: #027f8a 0 60px 0 0 inset;
} 
header .navbar-default .navbar-nav>li.active>a {
 	color: #fff !important;
    background: transparent !important;
}
@media(max-width:767px){
header {
    top: 300px;  
}
header .navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 99;  
}
header .navbar-toggle {
	background: #027f8a !important;
    border-radius: 0;
    border: none;  
}
header .navbar-toggle:before {
    content: "MENU";
    float: right;
    margin-left: 40px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
}  
header .navbar-default .navbar-toggle .icon-bar {
 	background: #fff; 
}
header .navbar-collapse {
 	border: none; 
  	background: rgba(0,0,0,0.5);
    box-shadow: rgb(0 0 0 / 50%) 0 -50px 0 0;
  	transition: none !important;
}
header .navbar-nav>li {
    float: none;
    display: block;
    text-align: right;
}
header .navbar-nav>li>a {
	transition: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 10px 20px!important;
}
header .navbar-default .navbar-nav>li.active>a {
    color: #027f8a !important;
}
}
      

/*article*/
article {
 	padding: 30px 0; 
}
article .thumbnail {
	border: 3px solid #EEE !important;
}
article .thumbnail .caption:empty {
	display: none;
}

      
/*footer*/
footer {
 	background: #27303b;
    padding: 30px 0;
    color: #fff;
	box-shadow: #27303b 0 1000px 0 1000px;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus {
 	color: #fff; 
}

/*sitemap*/
.sitemap>ul {list-style:none;padding:0;} @media(max-width:767px){.sitemap a {display:block;padding:15px 15px 5px 0px;}}
.sitemap>ul>li {font-size:1.1em;font-weight:bold;} .sitemap>ul>li>a {padding:0;}