/* latin */
@font-face {
    font-family: 'SB Body';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'),
        url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'SB Body';
    font-style: italic;
    font-weight: 700;
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
        url(https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2)
            format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'SB Body';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'),
        url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'SB Body';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'),
        url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fontsize-medium-large {
    font-size: 20px;
}
.padding-top{
    padding-top: 10px;
}
.fontsize-large{
    font-size: 50px;
}
.padding-top2{
    padding-top: 50px;
}
.padding-top25{
    padding-top: 70px;
}
.padding-top3{
    padding-top: 150px
}
.padding-left1{
    padding-left: 20px;
}
.wrapper {
    position: relative;
    min-height: 100%;
    padding-bottom: 0px;
}
.text-right2{
    text-align: right;
}
.button-absolute {
    padding-top: 300px;
    left:0%;
    position: fixed;
}
.Aktualnosci {
    height:400px;
    width:700px;
}
nav ul li ul {
	display: none;
    position: absolute;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	}
nav ul li:hover ul{
    display:none;
}
.hover a:hover { 
    color: #fff;
}
nav ul li ul li {
	position: relative;
    padding-top: 63px;
    
}
nav ul li ul li a {
	background-color:#2c3e50;
    position: absolute;
    width: 149px;
}
.container-iframe{
position:relative;
width: 100%;
height:0;
padding-bottom: 56.25%;
}
.container-iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.underline {     
    text-decoration: underline;     
text-decoration-color: white;  
}  