@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
/*    font-family: "Muli", sans-serif !important*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

}

body {
    font-family: "Muli", sans-serif !important;
    margin-top: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.link {
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.txt-right {
    text-align: right
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important
}
/*
[class^="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important
}*/

a {
    outline: 0 !important
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

.container {
    background: none;
    display: block;
    position: relative;
    padding: 0px
}

ul,
li {
    list-style-type: none
}

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px
}

.row {
    padding: 0px;
}

.txt-right {
    text-align: right
}

.txt-center {
    text-align: center
}

.typo1 {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ba995b;
    font-size: 50px
}

::-webkit-input-pelaceholder {
    color: #7c7c7d !important
}

:-moz-placeholder {
    color: #7c7c7d !important
}

::-moz-placeholder {
    color: #7c7c7d !important
}

:-ms-input-placeholder {
    color: #7c7c7d !important
}

.btn_back {
    position: fixed;
    display: block;
    opacity: 0;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background: white;
    border: 2px solid #184079;
    border-radius: 50%;
    padding: 5px 7px 0px 7px;
    cursor: pointer;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    z-index: 101
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .btn_back {
        right: 10px;
        bottom: 10px
    }
}

.btn_back:hover {
    padding-top: 2px
}

.show {
    opacity: 1
}

.btn__back {
    display: inline-block
}

.btn__primary {
    display: inline-flex;
    width: 200px;
    height: 73px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ba995b;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 26px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    border: 1px solid #ba995b;
    margin: 30px 0px
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .btn__primary {
        font-size: 18px;
        line-height: 22px
    }
}

.btn__primary:hover {
    color: white;
    text-decoration: none
}

.btn__red {
    display: inline-block;
    background: #b20015;
    padding: 7px 25px !important;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 125px
}

.btn__red:hover {
    background: #184079;
    color: white;
    text-decoration: none
}

.btn__red:focus,
.btn__red:active {
    color: white;
    text-decoration: none
}

.wpcf7-form-control-wrap {
    width: 96%
}

span.wpcf7-not-valid-tip {
    display: block;
    position: relative;
    zoom: 1;
    margin-bottom: 20px;
    font-size: 12px
}

div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
    max-width: 575px;
    font-size: 12px
}

div.wpcf7-response-output {
    margin: 20px 0px;
    max-width: 720px;
    margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.wpcf7-mail-sent-ok {
    background: #dff0d8;
    border: 1px solid #3c763d !important;
    color: #3c763d
}

.acf-map {
    height: 340px
}

.load {
    display: block;
    position: relative;
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.aniImg {
    visibility: hidden
}

.fadeIn {
    -webkit-animation: animat_show 0.8s;
    animation: animat_show 0.8s;
    visibility: visible !important
}

@-webkit-keyframes animat_show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.page404 {
    padding: 50px 0px;
    text-align: center
}

.page404 h2 {
    margin: 20px !important;
    display: inline-block !important;
    color: #184079;
}

.page404 h1 {
    font-size: 60px !important;
    font-weight: 900
}

.page404 .svg {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px
}

.page404 p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #184079;
}

.page404 a {
    margin: 0 auto;
    margin-top: 40px
}

.page {
    display: block;
    position: relative;
    zoom: 1
}

.page .page-cnt {
    padding: 70px 0px 40px 0px
}

.page .btn__red {
    margin-bottom: 40px
}

.page ol {
    margin-left: 10px
}

.page ol li {
    list-style-type: decimal !important
}

.page a {
    color: black
}

.page a:hover {
    color: #b20015;
    text-decoration: none
}

.page header {
    display: flex;
    align-items: center;
    min-height: 150px;
    background: url("../img/bg-amputacje.jpg") top left no-repeat
}

.paginate_links {
    display: block;
    width: 100%;
    text-align: center
}

.paginate_links a {
    display: inline-block !important;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    color: #184079;
    background: white;
    border: 1px solid #184079;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}

.paginate_links a:hover {
    background: #184079;
    color: #fff;
    text-decoration: none;
}

.paginate_links .current {
    background: rgba(255, 255, 255, 0.6);
    color: #184079;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 5px
}

.paginate_links a:first-child {
    display: none
}

.paginate_links a:nth-child(even) {
    margin-left: 0px !important
}

.paginate_links .page-numbers dots {
    color: #184079 !important;
}

#wpadminbar {
    /*display: none*/
}

.search {
    display: block;
    position: relative;
    zoom: 1
}

.search .search__info {
    display: block;
    width: 100%;
    text-align: center;
    color: #184079;
    font-size: 20px;
    padding: 10px 0px
}

.search ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 15px !important
}

.search ul li:before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    background: #ba995b
}

.search ul li h2 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px
}

.search ul li h2 a {
    color: #184079;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.search ul li h2 a:hover {
    font-weight: 500;
}

.search ul li span {
    color: #7c7c7d;
    font-size: 12px;
    padding: 2px 0px 0px 20px
}

.search ul li:last-child {
    margin-bottom: 40px !important
}

.page__boxes {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px 0px !important
}

.page__boxes li {
    display: inline-block !important;
    margin-right: 30px;
    width: 300px;
    vertical-align: top;
    margin-bottom: 30px
}

.page__boxes li a {
    display: flex;
    width: 100%;
    height: 110px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 26px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    padding: 0px 20px;
    border: 1px solid white;
    background: rgba(24, 64, 121, 0.8)
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .page__boxes li a {
        font-size: 18px;
        line-height: 22px
    }
}

.page__boxes li a:hover {
    color: #184079;
    border: 1px solid #184079;
    background: #fff;
    text-decoration: none;
}

.page__boxes li:before {
    display: none !important
}

.page__boxes li:last-child {
    margin-right: 0px
}

.maps-iframe {
    width: 100%;
    height: 400px
}

table {
    color: white
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.header__wcag {
    display: block;
  /*  position: absolute;
    top: 80%;
    transform: translateY(-80%);
    left: 73%*/
    
}
.wcag-widget{
    float:left;
}
.header__wcag a {
    color: white !important
}
.header__wcag span{
    line-height:45px;
}
.header__wcag .wcag-contrast-button img {
    filter: brightness(1) invert(1);
    background-color: transparent !important
}

.wcag-font-size-1 .header .header__menu ul li a,
.wcag-font-size-1 .program .program__glowne .program__glowne__table .program__glowne__table__godzina {
    font-size: 23px
}

.wcag-font-size-1 .home .home__counter {
    font-size: 75px
}

.wcag-font-size-1 .home .home__info h2 {
    font-size: 44px
}

.wcag-font-size-1 .home .home__info p,
.wcag-font-size-1 .program h4 {
    font-size: 34px !important
}

.wcag-font-size-1 .home .home__info .home__info__adress strong {
    font-size: 29px
}

.wcag-font-size-1 .home .home__info .home__info__adress,
.wcag-font-size-1 .prelegenci h4 {
    font-size: 28px
}

.wcag-font-size-1 .home .home__info .home__info__links ul li a,
.wcag-font-size-1 .program .program__pozostale .program__pozostale__cnt a {
    font-size: 22px
}

.wcag-font-size-1 .home .home__info .home__info__links ul li {
    height: 110px
}

.wcag-font-size-1 .home .home__info .home__info__posts {
    font-size: 30px
}

.wcag-font-size-1 .home .home__info .home__news ul li a h4 {
    font-size: 26px
}

.wcag-font-size-1 .home .home__info .home__news ul li a .data,
.wcag-font-size-1 .home .home__info .home__news ul li a p {
    font-size: 18px !important
}

.wcag-font-size-1 .home .home__info .home__news .more__btn {
    font-size: 22px
}

.wcag-font-size-1 .home .home__partners p,
.wcag-font-size-1 .program .program__glowne .program__glowne__table .program__glowne__table__cnt a {
    font-size: 29px !important
}

.wcag-font-size-1 .footer .footer__copy,
.wcag-font-size-1 .subpage a,
.wcag-font-size-1 .header .header__menu ul ul li a {
    font-size: 19px !important
}

.wcag-font-size-1 .subpage h1,
.wcag-font-size-1 .typo1 {
    font-size: 60px !important
}

.wcag-font-size-1 .kontakt .kontakt__organizator p,
.wcag-font-size-1 .kontakt .kontakt__organizator a,
.wcag-font-size-1 .news--single h3,
.wcag-font-size-1 .program .page__boxes li a,
.wcag-font-size-1 .program .program__pozostale .program__pozostale__godzina {
    font-size: 24px !important
}

.wcag-font-size-1 .news--single p,
.wcag-font-size-1 .news--single a,
.wcag-font-size-1 .news--single__share {
    font-size: 20px !important
}

.wcag-font-size-1 .program .program__glowne .program__glowne__table .program__glowne__table__cnt ul li,
.wcag-font-size-1 .program .program__pozostale ul li .program__pozostale__goscie a,
.wcag-font-size-1 .program .program__pozostale ul li .program__pozostale__goscie span {
    font-size: 16px !important
}

.wcag-font-size-1 .partnerzy ul li a h3,
.wcag-font-size-1 .prelegenci ul li a p {
    font-size: 14px !important
}

.wcag-font-size-1 .prelegenci ul li a h3 {
    font-size: 16px !important
}

.wcag-font-size-2 .header .header__menu ul li a,
.wcag-font-size-2 .program .program__glowne .program__glowne__table .program__glowne__table__godzina {
    font-size: 26px
}

.wcag-font-size-2 .home .home__counter {
    font-size: 80px
}

.wcag-font-size-2 .home .home__info h2 {
    font-size: 48px
}

.wcag-font-size-2 .home .home__info p,
.wcag-font-size-2 .program h4 {
    font-size: 38px !important
}

.wcag-font-size-2 .home .home__info .home__info__adress strong {
    font-size: 33px
}

.wcag-font-size-2 .home .home__info .home__info__adress,
.wcag-font-size-2 .prelegenci h4 {
    font-size: 32px
}

.wcag-font-size-2 .home .home__info .home__info__links ul li a,
.wcag-font-size-2 .program .program__pozostale .program__pozostale__cnt a {
    font-size: 26px;
    line-height: 30px
}

.wcag-font-size-2 .home .home__info .home__info__links ul li {
    height: 110px
}

.wcag-font-size-2 .home .home__info .home__info__posts {
    font-size: 34px
}

.wcag-font-size-2 .home .home__info .home__news ul li a h4 {
    font-size: 30px
}

.wcag-font-size-2 .home .home__info .home__news ul li a .data,
.wcag-font-size-2 .home .home__info .home__news ul li a p {
    font-size: 22px !important
}

.wcag-font-size-2 .home .home__info .home__news .more__btn {
    font-size: 26px
}

.wcag-font-size-2 .home .home__partners p,
.wcag-font-size-2 .program .program__glowne .program__glowne__table .program__glowne__table__cnt a {
    font-size: 33px !important
}

.wcag-font-size-2 .footer .footer__copy,
.wcag-font-size-2 .subpage a,
.wcag-font-size-2 .header .header__menu ul ul li a {
    font-size: 23px !important
}

.wcag-font-size-2 .subpage h1,
.wcag-font-size-2 .typo1 {
    font-size: 70px !important
}

.wcag-font-size-2 .kontakt .kontakt__organizator p,
.wcag-font-size-2 .kontakt .kontakt__organizator a,
.wcag-font-size-2 .news--single a,
.wcag-font-size-2 .news--single h3,
.wcag-font-size-2 .program .page__boxes li a,
.wcag-font-size-2 .program .program__pozostale .program__pozostale__godzina {
    font-size: 28px !important
}

.wcag-font-size-2 .news--single p,
.wcag-font-size-2 .news--single a,
.wcag-font-size-2 .news--single__share {
    font-size: 24px !important
}

.wcag-font-size-2 .program .program__glowne .program__glowne__table .program__glowne__table__cnt ul li,
.wcag-font-size-2 .program .program__pozostale ul li .program__pozostale__goscie a,
.wcag-font-size-2 .program .program__pozostale ul li .program__pozostale__goscie span {
    font-size: 19px !important
}

.wcag-font-size-2 .partnerzy ul li a h3,
.wcag-font-size-2 .prelegenci ul li a p {
    font-size: 16px !important
}

.wcag-font-size-2 .prelegenci ul li a h3 {
    font-size: 19px !important
}

.wcag-contrast a {
    color: yellow !important
}

.wcag-contrast .program .program__pozostale ul li .program__pozostale__goscie a {
    color: white !important
}

.header__eu {
    display: block;
    position: relative;
    background: white;
    padding: 0px 50px;
    zoom: 1
}

.header__eu img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 64px;
    zoom: 1
}

.header {
    display: flex;
    position: relative;
    align-items: center;
   /* height: 175px;*/
    background: url("../img/bg-header.png") top center;
    background-size: cover !important
}

.header .row {
    width: 100%
}

.header .header__logo {
    display: block;
    position: relative;
    padding-left: 10%
}

.header .header__logo a {
    display: inline-block;
    width: 200px;
    margin-top: 10px
}

@media only screen and (min-width: 1600px) {
    .header .header__logo a {
        width: 289px
    }
}

@media only screen and (min-width: 1600px) {
    .header .header__logo {
        padding-left: 17%
    }
}

.header .header__menu {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%
}

.header .header__menu .menu-menu-top-container,
.header .header__menu .menu-menu-top-angielski-container {
    width: 100%
}

.header .header__menu ul {
    width: 100%;
    height: 80px;
    margin-bottom: 0px;
    z-index: 100
}

.header .header__menu ul li {
    border: 2px solid #fff;
    background-color: white;
    display: inline-block;
    height: 100%;
    width: 19%;
    vertical-align: top;
    position: relative;
}

@media only screen and (min-width: 1600px) {
    .header .header__menu ul li {
        width: 19%;
    }
}

.header .header__menu ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #184079;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .header .header__menu ul li a {
        font-size: 16px;
        line-height: 22px
    }
}

.header .header__menu ul li:hover {
    border: 2px solid #ffffff;
    background-color: white
}

.header .header__menu ul li:hover ul {
    display: block
}

.header .header__menu ul li:hover a {
    background: rgba(24, 63, 119, 0.1);
    color: #184079;
    text-decoration: none
}

.header .header__menu ul ul {
    display: none;
    position: absolute;
    top: 78px;
    width: 102%;
    left: -2px
}

.header .header__menu ul ul li {
    float: none;
    width: 100%;
    display: block;
    height: 50px;
    background: #184079;
    border: 1px solid white !important;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.header .header__menu ul ul li:hover {
    background: rgba(24, 64, 121, 0.8);
}

.header .header__menu ul ul li a {
    padding: 5px 10px;
    color: white !important;
    font-size: 0.9vw;
    line-height: 1vw;
    font-weight: 300
}

.header .header__search {
    display: block;
    position: relative;
    text-align: right;
   /* margin-right: 50px;
    margin-top: 47px*/
    margin-bottom:20px;
}

.header .header__search form {
    display: block;
    position: relative;
    zoom: 1;
    width: 200px
}

.header .header__search label {
    color: black;
    font-size: 5px;
    z-index: -9999
}

.header .header__search input[type="text"] {
    background: white;
    border: 1px solid #fff;
    height: 43px;
    width: 200px;
    display: inline-block;
    color: #184079;
    padding: 10px;
    outline: none;
    font-size: 12px
}

.header .header__search input[type="image"] {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    outline: none;
    border: none
}

.header .header__ue {
    display: block;
    position: absolute;
    top: 10px;
    width: 80px;
    right: 50px
}

.header_load {
    background: white url("../img/load-page.gif") center center no-repeat !important;
    position: fixed;
    align-items: center;
    z-index: 998;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.subpage {
    /*    background: url("../img/bg-counter.png") top center no-repeat;*/
    /* background: white; */
    /* border-bottom: 2px solid #184079; */
    background:#010101;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center
}

.subpage h1 {
    /* color: #184079; */
    color:#EAC663;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    position: relative;
    zoom: 1;
    width: 100%;
    text-align: center
}

.subpage a {
    color: white;
    display: block;
    position: relative;
    zoom: 1;
    width: 100%;
    text-align: center
}

.subpage a:hover {
    color: #ba995b;
    text-decoration: none
}

.hamburger {
    width: 30px;
    height: 18px;
    position: absolute !important;
    right: 20px;
    top: 15px;
    z-index: 200000000000;
    cursor: pointer;
    text-align: center;
    margin: 20px 0px
}

@media screen and (min-width: 992px) {
    .hamburger {
        display: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hamburger {
        right: -400px
    }
}

.hamburger .line {
    height: 3px;
    width: 100%;
    position: absolute;
    background: white;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.hamburger:hover .line {
    background: white
}

.hamburger .line1 {
    top: 0;
    left: 0
}

.hamburger .line2 {
    top: 7px;
    left: 0
}

.hamburger .line3 {
    top: 14px;
    left: 0
}

.hamburger.open-h {
    position: absolute !important;
    right: 20px;
    top: 20px;
    z-index: 20000000000000
}

.hamburger.open-h .line {
    background: #184079
}

.hamburger.open-h .line1 {
    top: 8px;
    transform: rotate(45deg)
}

.hamburger.open-h .line2 {
    opacity: 0
}

.hamburger.open-h .line3 {
    top: 8px;
    transform: rotate(-45deg)
}

.mobile-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    padding: 0;
    z-index: 1000001;
    display: none
}

.mobile-overlay .mobile-overlay-logo {
    padding: 30px 0px 10px 0px;
    text-align: center
}

.mobile-overlay .mobile-overlay-logo a {
    display: inline-block
}

.mobile-overlay .mobile-overlay-logo svg {
    width: 200px
}

.mobile-overlay .mobile-overlay-social {
    padding: 30px 0px;
    text-align: center;
    color: black;
    /*background: #ba995b;*/
    background:white;
text-align:center;
    font-size: 20px
}
.mobile-overlay .mobile-overlay-social  a{
    display:inline-block;
    
    width:40px;
    margin:5px;

}

.mobile-overlay .mobile-overlay-social span {
    display: block;
    margin-bottom: 10px
}

.mobile-overlay .mobile-overlay-social a {
    display: inline-block;
    margin: 0px 1px;
    color: #6b6d6c
}

.mobile-overlay * {
    transition: all 0.2s linear
}

.mobile-overlay .menu {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0px;
    padding-bottom: 20px
}

.mobile-overlay .menu li {
    padding: 7px 0;
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 0px;
   /* border-bottom: 1px solid #fff*/
}

.mobile-overlay .menu .sub-menu {
    display: none
}
@media screen and (max-width: 480px) {
    .fm-label {
      opacity:0!important;
    }
  }
.mobile-overlay .menu a {
    font-size: 15px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    padding:30px 0;
    background:#184079;
    display:inline-block;
    width:100%;
    text-align:center;
}

.mobile-overlay .menu a img {
    display: none
}

.mobile-overlay .menu a:hover {
    color: white
}

.mobile-overlay .fb {
    margin-left: 10px
}

.mobile-overlay .fb:before {
    background: url("../icons/fb.png") top left no-repeat;
    top: -15px
}

.mobile-overlay .yt:before {
    background: url("../icons/yt.png") top left no-repeat;
    top: -15px
}

.mobile-overlay.open-h {
    height: 100%;
    padding: 20px;
    padding-top: 90px;
    display: block !important
}

.home {
    display: block;
    position: relative;
    zoom: 1
}

.home .home__counter {
    /*background: url("../img/bg-counter.jpg") top center no-repeat;*/
    background: rgba(24, 63, 119, 0.8);
    height: 170px;
    color: #ba995b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase
}

.home .home__counter .small {
    font-size: 40px;
    font-weight: 900;
    padding-top: 18px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 20px 0px 10px;
    padding-top: 23px
}

@media only screen and (max-width: 479px) {
    .home .home__counter .small {
        padding-left: 5px;
        padding-right: 5px
    }
}

.home .home__slider {
    display: block;
    position: relative;
    zoom: 1
}

.home .home__slider ul {
    display: block;
    position: relative;
    zoom: 1;
    margin-bottom: 0px
}

.home .home__slider ul li {
    display: block;
    position: relative;
    zoom: 1
}

.home .home__info {
    display: block;
    position: relative;
    zoom: 1;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url("../img/bg_info.png") top center;
    /* background-size: 100% 100%; */
    min-height: 476px
}
@media screen and (max-width: 500px) {
    .home .home__info { 
        background: url(../img/bg-news-home.png) top center;
        background-size: contain;
        background-repeat:no-repeat;
    }
  }
.home .home__info h1 {
    display: block;
    position: relative;
    zoom: 1;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 2px
}

.home .home__info p {
    font-weight: 400;
    color: white;
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px
}

.home .home__info .home__info__adress {
    display: inline-block;
    text-align: center;
    padding-top: 80px;
    font-size: 20px;
    color: #184079;
    font-weight: 600;
    position: relative
}

.home .home__info .home__info__adress strong {
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 25px
}

.home .home__info .home__info__adress:before {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -25px;
    width: 51px;
    height: 73px;
    content: '';
    background: url(../img/img-icon-adres.png) top left no-repeat
}

.home .home__info .home__info__links {
    display: block;
    position: relative;
    zoom: 1;
    margin-top: 80px
}

.home .home__info .home__info__links ul {
    display: flex;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    height: 80px;
    justify-content: center
}

@media only screen and (max-width: 479px) {
    .home .home__info .home__info__links ul {
        display: block;
        height: auto
    }
}

.home .home__info .home__info__links ul li {
    display: inline-block;
    margin-right: -4px;
    border: 2px solid #ffffff;
    background-color: #184079;
    margin-left: 45px;
    width: 280px;
    height: 80px
}

@media only screen and (max-width: 479px) {
    .home .home__info .home__info__links ul li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px
    }
}

.home .home__info .home__info__links ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 19px;
    padding: 0px 20px;
    line-height: 24px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.home .home__info .home__info__links ul li a:hover {
    text-decoration: none;
    color: white
}

.home .home__info .home__info__links ul li:hover {
    border: 1px solid #ffffff;
    background-color: white
}

.home .home__info .home__info__links ul li:hover a {
    color: #184079;
    border: 1px solid #184079;
}

.home .home__info .home__info__links ul li:first-child {
    margin-left: 0px
}

.home .home__info .home__info__posts {
    margin-top: 60px;
    display: block;
    position: relative;
    zoom: 1;
    font-size: 26px;
    font-weight: 700;
    color: #ba995b;
    text-align: center
}

.home .home__news {
    display: block;
    position: relative;
    zoom: 1;
    padding-top: 80px;
    background: url(../img/bg-news-home.png) top center;
    background-size: 100% 100%;
    padding-bottom: 40px
}
@media screen and (max-width: 500px) {
    .home .home__news { 
        background: url(../img/bg-news-home.png) top center;
        background-size: contain;
        background-repeat:no-repeat;
    }
  }
.home .home__news h3 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #184079;
    font-weight: 800
}

.home .home__news ul {
    margin-top: 60px !important
}

.home .home__news ul li {
    padding: 0px 15px !important
}

.home .home__news ul li a {
    max-width: 620px;
    border: 1px solid white;
    display: block;
    height: 100%;
    /* color: white; */
    color: #000;
    font-size: 15px;
    font-weight: 400;
    background: #184079;
    padding-bottom: 10px
}
.home .home__news .post-meta-data span{
    color: #000;;
}
.home .home__news .post-meta-data svg {
    width: 14px;
    max-height: 14px;
    fill: #000;
    margin-right: 8px;
}
.home .home__news ul li a h4 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 25px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.home .home__news ul li a h4,
.home .home__news ul li a p {
    padding: 0px 30px
}

.home .home__news ul li a .data {
    margin-bottom: 0px;
    display: block;
    position: relative;
    margin-left: 30px;
    padding-left: 25px
}

.home .home__news ul li a .data:before {
    width: 16px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    background: url("../img/img-icon-kalendarz.png") top left no-repeat
}

.home .home__news ul li a p {
    font-size: 15px;
    font-weight: 400;
    text-align: left
}

.home .home__news ul li a:hover {
    text-decoration: none
}

.home .home__news ul li a:hover h4 {
    color: white
}

.home .home__news .more__btn {
    display: inline-flex;
    width: 300px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    background-color: #EAC663;
    color: #000!important;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 50px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.home .home__news .more__btn:hover {
    text-decoration: none;
    color: white;
    border: 1px solid #EAC663;
    background-color: white;
    color: #EAC663
}

.home .home__partners {
    display: block;
    position: relative;
    zoom: 1;
    padding-top: 75px;
    padding-bottom: 80px;
    background: url("../img/bg-partnerzy.png") top center no-repeat;
    /* background-size: 100% 100% !important*/
} 

@media only screen and (max-width: 479px) {
    .home .home__partners {
        background: none
    }
}

.home .home__partners p {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #184079;
    font-weight: 800
}

.home .home__partners ul {
    margin-top: 30px !important;
    /*  display: block;*/
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 479px) {
    .home .home__partners ul {
        margin-bottom: 30px
    }
}

.home .home__partners ul li {
    display: block;
    text-align: center;
}

@media only screen and (max-width: 479px) {
    .home .home__partners ul li {
        width: auto;
        margin-right: 0px !important
    }

    .home .home__partners ul li img {
        width: 90%;
        display: block;
        height: auto !important;
        margin: 0 auto
    }
}

.home .home__partners .organizator ul li img {
    height: 260px
}

.home .home__partners .patronat ul li img {
    margin-top: 0px;
    max-height: 100px
}

.home .home__partners .media {
    margin-bottom: 5px;
    padding-top: 20px
}

.home .home__partners .home__partners__media {
    background: white;
    padding: 50px 0px;
    width: 100%
}

.home .home__partners .home__partners__media ul {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px !important
}

.home .home__partners .home__partners__media ul li {
    display: inline-block;
    padding: 0px 10px
}

.home .home__partners .home__partners__media ul li img {
    max-height: 60px
}


.news {
    display: block;
    position: relative;
    zoom: 1;
    display: block;
    padding: 40px 0px;
    color: #184079;
    background: #fff;
    /*
    background: url("../img/bg-single.png") top left no-repeat;
    background-size: cover !important;
    position: relative
*/
}

.news h3 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #ba995b;
    font-weight: 800
}

.news ul {
    margin-top: 60px !important
}

.news ul li {
    padding: 0px 15px !important;
    margin-bottom: 30px
}

.news ul li a {
    max-width: 620px;
    border: 1px solid white;
    display: block;
    height: 100%;
    color: white;
    font-size: 15px;
    font-weight: 400;
    background: #EAC663;
    padding-bottom: 10px
}

.news ul li a h4 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 25px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.news ul li a h4,
.news ul li a p {
    padding: 0px 30px
}

.news ul li a .data {
    margin-bottom: 35px;
    display: block;
    position: relative;
    margin-left: 30px;
    padding-left: 25px
}

.news ul li a .data:before {
    width: 16px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    background: url("../img/img-icon-kalendarz.png") top left no-repeat
}

.news ul li a p {
    font-size: 15px;
    font-weight: 400;
    text-align: left
}

.news ul li a:hover {
    text-decoration: none
}

.news ul li a:hover h4 {
    color: white
}

.news ul li a .news__foto {
    display: block;
    max-height: 260px
}

.news ul li a .news__foto img {
    object-fit: fill;
    width: 100%
}
.news ul li p:empty {
    margin: 0;
}
.news--single {
    display: block;
    /* padding: 100px 0px; */
    padding:50px 0px;
    color: #184079;
    background: #fff;
    /*
    background: url("../img/bg-single.png") top left no-repeat;
    background-size: cover !important;
    position: relative
*/
}

.news--single .news--single__cnt {
/*    background: rgba(24, 63, 119, 0.8);*/
    padding: 80px;
    text-align: left !important;
    position: relative;
    margin-bottom: 20px
}

.news--single h2 {
    color: #184079;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.news--single h2 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px
}

.news--single h3 {
    color: #184079;
    font-size: 20px;
    display: block;
    margin-bottom: 30px
}

.news--single p {
    font-size: 16px;
    color: #212529;
}

.news--single a {
    font-size: 14px;
    color: #184079;
}

.news--single a:hover {
    text-decoration: underline;
    color: #184079;
}

.news--single li {
    font-size: 16px;
    padding-left: 16px;
    display: block;
    position: relative;
    zoom: 1;
    color: #212529;
}

.news--single li:before {
    width: 0px;
    height: 0px;
    top: 8px;
    left: 0px;
    display: block;
    position: absolute;
    content: '';
    background: #184079;
    border-radius: 50%
}

.news--single .news--single__galeria {
    display: block;
    position: relative;
    zoom: 1;
    width: 100%
}

.news--single .news--single__galeria h3 {
    text-align: left
}

.news--single .news--single__galeria ul li {
    padding-left: 0px
}

.news--single .news--single__galeria ul li:before {
    display: none
}

.news--single .news--single__galeria ul li a {
    padding: 5px;
    display: block
}

.news--single .news__img {
    padding-right: 30px
}

.news--single .info_logistyczne {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 60px
}

.news--single .info_logistyczne li {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    padding-top: 90px;
    margin-bottom: 60px;
    padding-left: 0px;
    vertical-align: top
}

.news--single .info_logistyczne li:before {
    display: none
}

.news--single .info_logistyczne li h3 {
    margin-bottom: 10px;
    font-size: 25px;
    color: white
}

.news--single .info_logistyczne li p {
    padding: 0px 30px
}

.news--single .info_logistyczne li:nth-child(1) {
    background: url("../icons/icon-bus.png") top center no-repeat
}

.news--single .info_logistyczne li:nth-child(2) {
    background: url("../icons/icon-tram.png") top center no-repeat
}

.news--single .info_logistyczne li:nth-child(3) {
    background: url("../icons/icon-train.png") top center no-repeat
}

.news--single .info_logistyczne li:nth-child(4) {
    background: url("../icons/icon-subway.png") top center no-repeat
}

.news--single .info_logistyczne li:nth-child(5) {
    background: url("../icons/icon-car.png") top center no-repeat
}

.news--single .info_logistyczne li:nth-child(6) {
    background: url("../icons/icon-taxi.png") top center no-repeat
}

.news--single .news--single__download {
    padding-top: 50px
}

.news--single .news--single__download h3 {
    margin: 10px 0px 10px 0px;
    text-align: left;
    color: white;
    font-weight: bold
}

.more__btn {
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: white !important;
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: #184079;
    margin-top: 30px;
    padding: 0px 30px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.more__btn:hover {
    text-decoration: none !important;
    color: #184079 !important;
    background: white;
    border: 1px solid #184079;
}

.news--single__print {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px
}

.printomatictext {
    display: none
}

.printomatic {
    display: inline-block;
    background-image: url("../img/icon-print.png") !important
}

.news--single__share {
    color: #184079;
    font-weight: bold;
    display: block;
    width: 100%
}

.news--single__share .sharethis-inline-share-buttons {
    margin-top: 10px
}

.page__cntnew {
/*    background: rgba(24, 63, 119, 0.8);*/
    padding: 80px;
    text-align: left !important;
    position: relative;
    margin-bottom: 20px
}

.program {
    display: block;
    position: relative;
    zoom: 1;
    padding: 50px 0px;
    color: white;
    /*background: url("../img/bg-single.jpg") top left repeat-y*/
}

.program .container {
    width: 980px
}

.program .program__glowne {
    padding-top: 50px
}

.program .program__glowne h3 {
    text-align: center;
    margin-bottom: 10px
}

.program .program__glowne .program__glowne__table {
    border: 1px solid white
}

.program .program__glowne .program__glowne__table .program__glowne__table__godzina {
    padding: 10px 20px 10px 20px;
    background: rgba(24, 64, 121, 0.8);
    font-size: 20px;
    font-weight: bold;
    color: white;
    /*border-bottom: 1px solid white*/
}

.program .program__glowne .program__glowne__table .program__glowne__table__godzina svg {
    width: 18px;
    height: 18px;
    fill: white;
    margin-right: 10px;
    margin-top: -3px
}

.program .program__glowne .program__glowne__table .program__glowne__table__cnt {
    padding: 20px 10px 20px 20px;
    background: rgba(24, 64, 121, 0.8)
}

.program .program__glowne .program__glowne__table .program__glowne__table__cnt a {
    color: white;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    background: url(../img/icona-link-program.png) 0px 5px no-repeat;
    padding-left: 35px
}

.program .program__glowne .program__glowne__table .program__glowne__table__cnt a:hover {
    color: white;
    text-decoration: none
}

.program .program__glowne .program__glowne__table .program__glowne__table__cnt ul {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-left: 35px;
    background: url(../img/icona-osoby-program.png) 0px 5px no-repeat
}

.program .program__glowne .program__glowne__table .program__glowne__table__cnt ul li {
    color: white
}

.program .program__glowne .program__glowne__table .program__glowne__table__cnt ul li strong {
    font-weight: normal;
    color: white
}

.program .program_dopisek {
    padding-bottom: 40px;
    display: block
}

.program .program__pozostale {
    padding-bottom: 50px;
    margin-top: 50px
}

.program .program__pozostale h3 {
    text-align: center;
    margin-bottom: 10px
}

.program .program__pozostale ul li {
    border: 1px solid white;
    border-bottom: 0px;
    background: rgba(24, 64, 121, 0.8);
    min-height: 195px
}

.program .program__pozostale ul li:last-child {
    border-bottom: 1px solid white
}

.program .program__pozostale ul li .program__pozostale__goscie {
    display: block;
    margin-bottom: 20px
}

.program .program__pozostale ul li .program__pozostale__goscie a {
    color: white !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    padding-left: 0px !important;
    background: none !important;
    padding-top: 0px !important;
    padding-right: 0px !important
}

.program .program__pozostale ul li .program__pozostale__goscie a:hover {
    color: white !important
}

.program .program__pozostale ul li .program__pozostale__goscie span {
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.program .program__pozostale .program__pozostale__godzina {
    padding: 10px 20px 10px 20px;
    background: rgba(24, 64, 121, 0.8);
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid white
}

.program .program__pozostale .program__pozostale__godzina svg {
    width: 18px;
    height: 18px;
    fill: white;
    margin-right: 10px;
    margin-top: -3px
}

.program .program__pozostale .program__pozostale__cnt {
    padding: 20px 10px 20px 20px;

}
.studia_cnt .col-12{
    background: rgba(24, 64, 121, 0.6);
    /*border-left:1px solid white;*/
}
.program .program__pozostale .program__pozostale__cnt a {
    color: white;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    background: url(../img/icona-link-program.png) 0px 5px no-repeat;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 5px
}

.program .program__pozostale .program__pozostale__cnt a:hover {
    color: white;
    text-decoration: none
}

.program .program__pozostale .program__pozostale__cnt .program__pozostale__goscie {
    margin-top: 10px;
    padding-left: 35px;
    padding-top: 5px;
    background: url(../img/icona-osoby-program.png) 0px 5px no-repeat;
    color: white
}
.program .program__pozostale .program__pozostale__cnt .program__pozostale__goscie a{
    font-weight: normal;
    color: #fff;
    text-decoration:none;
    font-size:1rem;
    background:none;
    padding-left:0;
}
.program h2 {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #184079;
    margin-bottom: 0px
}

.program h4 {
    font-size: 30px;
    color: #184079;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px;
    font-weight: normal
}

.program h3 {
    font-size: 30px;
    color: #184079;
    font-weight: bold;
    margin-bottom: 30px
}

.program p {
    font-size: 16px;
    color: white
}

.program .page__boxes {
    padding: 0px 0px 20px 0px !important
}

.program .page__boxes li {
    width: 50%;
    margin-right: -4px
}

.program .page__boxes li a {
    height: 80px;
    text-transform: none;
    position: relative;
    align-items: flex-start;
    padding-top: 10px
}

.program .page__boxes li a svg {
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    fill: white;
    left: 50%;
    margin-left: -6px;
    bottom: 12px
}

.program .page__boxes li a:hover svg {
    fill: white
}

.program .page__boxes li .active {
    color: white
}

.program .page__boxes li .active svg {
    fill: white
}

.program ul.program__debaty li {
    display: block;
    position: relative;
    margin-bottom: 30px
}

.program ul.program__debaty li:after {
    display: block;
    position: relative;
    width: 100px;
    height: 1px;
    content: '';
    background: white;
    margin: 0 auto;
    margin-top: 30px
}

.program ul.program__debaty li a {
    display: block;
    position: relative;
    color: white;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px
}

.program ul.program__debaty li a:hover {
    color: white;
    text-decoration: none
}

.program ul.program__debaty li p {
    margin-bottom: 0px
}

.prelegenci__single {
    display: block;
    position: relative;
    zoom: 1;
    padding: 50px 0px
}

.prelegenci__single .prelegenci__single__foto img {
    border-radius: 50%
}

.prelegenci__single .prelegenci__single__cnt {
    padding-left: 30px
}

.prelegenci__single h2 {
    color: white;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center
}

.prelegenci__single h3 {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 30px 0px 10px 0px;
    color: white
}

.prelegenci__single p {
    font-size: 16px;
    color: white
}

.prelegenci__single a {
    font-size: 14px;
    color: white
}

.prelegenci__single a:hover {
    text-decoration: none;
    color: white
}

.prelegenci__single li {
    font-size: 14px;
    padding-left: 16px;
    display: block;
    position: relative;
    zoom: 1;
    color: white
}

.prelegenci__single li:before {
    width: 6px;
    height: 6px;
    top: 6px;
    left: 0px;
    display: block;
    position: absolute;
    content: '';
    background: white;
    border-radius: 50%
}

.prelegenci__single .news--single__print {
    margin-top: 50px
}

.poprzednie {
    display: block;
    position: relative;
    zoom: 1;
    display: block;
    padding: 40px 0px;
    color: white;
    background: url("../img/bg-single.jpg") top left repeat-y;
    position: relative
}

.poprzednie ul {
    max-width: 1300px !important;
    margin: 0 auto;
    background: rgba(24, 63, 119, 0.8);
    padding: 40px;
    text-align: left !important;
    position: relative
}

.poprzednie ul li {
    margin-bottom: 50px !important
}

.poprzednie ul li p {
    font-size: 16px;
    color: white;
    text-align: justify
}

.poprzednie ul li p a {
    font-size: initial;
    color: white
}

.poprzednie ul li iframe {
    width: 100% !important
}

.poprzednie ul li .poprzednie__foto img,
.poprzednie ul li .poprzednie__foto iframe {
    padding-left: 30px
}

.poprzednie ul li .poprzednie__tresc__single p {
    padding-right: 0px;
    padding-left: 0px !important
}

.poprzednie ul li .poprzednie__tresc__single--pod {
    padding-top: 50px
}

.poprzednie ul li:nth-child(2n) .poprzednie__foto {
    order: 1
}

.poprzednie ul li:nth-child(2n) .poprzednie__tresc {
    order: 2
}

.poprzednie ul li:nth-child(2n) p {
    padding-left: 30px;
    padding-right: 0px
}

.poprzednie ul li:nth-child(2n) .poprzednie__foto img,
.poprzednie ul li:nth-child(2n) .poprzednie__foto iframe,
.poprzednie ul li:nth-child(2n) .poprzednie__foto p {
    padding-left: 0px
}

.galeria__full {
    display: block;
    position: relative;
    zoom: 1;
    padding: 60px 0px;
    background: url("../img/bg-partnerzy.png") top center no-repeat;
    background-size: cover !important
}

.galeria__full ul {
    max-width: 1300px !important;
    margin: 0 auto !important
}

.galeria__full ul li a {
    display: block;
    position: relative;
    overflow: hidden
}

.galeria__full ul li a .galeria__full__apla {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.galeria__full ul li a:hover .galeria__full__apla {
    opacity: 1
}

.partnerzy {
    display: block;
    position: relative;
    zoom: 1;
    padding: 50px 0px;
    color: white;
  /*  background: url("../img/bg-single.jpg") top left repeat-y*/
}

.partnerzy h2 {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 35px;
    margin-bottom: 30px;
   /* background: url(../img/bg-counter.png) top center no-repeat;*/
   background:rgba(24, 63, 119, 0.8);
    min-height: 120px;
    border: 1px solid white;
    padding-top: 15px
}

.partnerzy h2 span {
    color: white;
    display: block;
    width: 100%;
    font-size: 25px;
    margin-top: 5px
}

.partnerzy h2 i {
    font-style: normal
}

.partnerzy h2 img {
    margin-top: -8px
}

.partnerzy #title1 i {
    color: #054897
}

.partnerzy #title2 i {
    color: #d20000
}

.partnerzy #title3 i {
    color: #0f8100
}

.partnerzy #title4 i {
    color: #ba995b
}

.partnerzy h4 {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    /*color: white;*/
    color:#184079;
    font-size: 25px;
    margin-bottom: 80px
}

.partnerzy ul {
    margin-bottom: 50px !important;
    background: rgba(24, 63, 119, 0.8);
    padding: 40px 0px
}

.partnerzy ul li a {
    display: block;
    position: relative;
    padding: 5px;
    color: white;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.partnerzy ul li a:hover {
    color: white;
    text-decoration: none
}

.partnerzy ul li a h3 {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    max-width: 150px;
    margin: 0 auto;
    line-height: 18px
}

.partnerzy ul li a img {
    display: block;
    margin: 0 auto
}

.partnerzy__single {
    display: block;
    position: relative;
    zoom: 1;
    padding: 50px 0px;
    color: white;
   /* background: url("../img/bg-single.jpg") top left no-repeat;
    background-size: cover !important;*/
    position: relative;
}
.partnerzy__single .container{
    background: #FFF;
    padding:20px!important;
}

.partnerzy__single h2,
.partnerzy__single .big_font {
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px
}

.partnerzy__single h3 {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 30px 0px 10px 0px;
    color: black
}

.partnerzy__single p {
    font-size: 16px;
    color: black
}

.partnerzy__single a {
    font-size: 14px;
    color: black
}

.partnerzy__single a:hover {
    text-decoration: none;
    color: #184079
}

.partnerzy__single li {
    font-size: 14px;
    padding-left: 16px;
    display: block;
    position: relative;
    zoom: 1;
    color: black
}

.partnerzy__single li:before {
    width: 6px;
    height: 6px;
    top: 6px;
    left: 0px;
    display: block;
    position: absolute;
    content: '';
    background: #184079;
    border-radius: 50%
}

.partnerzy__single .news--single__print {
    margin-top: 50px
}

.partnerzy__single iframe {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.prelegenci {
    display: block;
    position: relative;
    zoom: 1;
    padding: 50px 0px;
    /* color: white; */
    color:#000;
  /*  background: url("../img/bg-single.jpg") top left repeat-y*/
}

.prelegenci h4 {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    /* color: white; */
    color:#000;
    font-size: 25px;
    margin-bottom: 80px
}

.prelegenci ul {
    /* background: rgba(24, 63, 119, 0.8); */
    padding: 80px
}

.prelegenci ul li a {
    display: block;
    position: relative;
    padding: 5px;
    /* color: white; */
    color:#000;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    margin-bottom: 50px
}

.prelegenci ul li a:hover {
    /* color: white; */
    color:#000;
    text-decoration: none
}

.prelegenci ul li a h3 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    max-width: 150px;
    margin: 0 auto;
    line-height: 18px;
    /* color: white; */
    color:#000;
}

.prelegenci ul li a p {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    line-height: 18px
}

.prelegenci ul li a img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    max-width: 150px;
    margin-bottom: 5px
}

.prelegenci__single {
    display: block;
    position: relative;
    zoom: 1;
    padding: 50px 0px;
    color: white;
   /* background: url("../img/bg-single.jpg") top left repeat-y*/
}

.prelegenci__single-cnt {
    /* background: rgba(24, 63, 119, 0.8); */
    padding: 80px;
    position: relative
}

.prelegenci__single .prelegenci__single__foto img {
    border-radius: 50%
}

.prelegenci__single .prelegenci__single__cnt {
    padding-left: 30px
}

.prelegenci__single h2 {
    /* color: white; */
    color:#000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center
}

.prelegenci__single h3 {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 30px 0px 10px 0px;
    /* color: white; */
    color:#000;
}

.prelegenci__single p {
    font-size: 16px;
    /* color: white; */
    color:#000;
}

.prelegenci__single a {
    font-size: 14px;
    /* color: white; */
    color:#000;
}

.prelegenci__single a:hover {
    text-decoration: none;
    /* color: white; */
    color:#000;
}

.prelegenci__single li {
    font-size: 14px;
    padding-left: 16px;
    display: block;
    position: relative;
    zoom: 1;
    /* color: white; */
    color:#000;
}

.prelegenci__single li:before {
    width: 6px;
    height: 6px;
    top: 6px;
    left: 0px;
    display: block;
    position: absolute;
    content: '';
    /* color: white; */
    color:#000;
    border-radius: 50%
}

.prelegenci__single .news--single__print {
    margin-top: 50px
}

.kontakt {
    display: block;
    padding: 100px 0px;
    color: #184079;
    background: #fff;
    /*
    background: url("../img/bg-single.jpg") top left no-repeat;
    background-size: cover !important;
    position: relative
*/
}

.kontakt p {
    font-size: 16px;
    color: #212529
}

.kontakt h2 {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 27px;
    margin-bottom: 30px;
    background: url("../img/bg-naglowek-partnerzy.jpg") top center no-repeat;
    min-height: 60px;
    border: 1px solid #ba995b;
    padding-top: 10px;
    margin-top: 70px
}

.kontakt h2 span {
    color: #ba995b;
    display: block;
    width: 100%;
    font-size: 25px;
    margin-top: 5px
}

.kontakt .kontakt__organizator {
    display: block;
    position: relative
}

.kontakt .kontakt__organizator p {
    font-size: 20px
}

.kontakt .kontakt__organizator a {
    color: #184079;
    font-size: 20px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

.kontakt .kontakt__organizator a:hover {
    text-decoration: underline;
    color: #184079;
}

.kontakt .kontakt__osoby {
    display: block;
    position: relative
}

.kontakt .kontakt__osoby ul {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 100px
}

.kontakt .kontakt__osoby ul li {
    display: inline-block;
    margin: 0px 30px;
    max-width: 200px
}

.kontakt .kontakt__osoby img {
    max-width: 120px;
    margin-left: 30px;
    display: block;
    margin-bottom: 5px
}

.kontakt .kontakt__osoby p {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 0px;
    margin: 0 auto;
    line-height: 18px
}

.kontakt .kontakt__osoby a {
    color: #ba995b
}

.kontakt .kontakt__osoby a:hover {
    color: white
}

.kontakt .kontakt__osoby .email {
    padding: 10px 0px 10px 30px;
    position: relative
}

.kontakt .kontakt__osoby .email:before {
    display: none;
    width: 20px;
    height: 20px;
    content: '';
    top: 7px;
    left: 0px;
    background-color: #ba995b;
    -webkit-mask-image: url(../svg/mail.svg);
    mask-image: url(../svg/mail.svg);
    transform: none !important
}

.kontakt .kontakt__osoby .tel {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 0px;
    margin: 0 auto;
    line-height: 18px;
    color: #ba995b
}

.kontakt .kontakt__osoby .tel ul {
    margin-top: 5px;
    margin-bottom: 0px
}

.kontakt .kontakt__osoby .tel ul li {
    display: block;
    width: 100%;
    margin: 0px;
    padding-left: 30px
}

.kontakt .kontakt__osoby .tel ul li:first-child {
    position: relative
}

.kontakt .kontakt__osoby .tel ul li:first-child:before {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    top: 0px;
    left: 0px;
    background-color: #ba995b;
    -webkit-mask-image: url(../svg/tel.svg);
    mask-image: url(../svg/tel.svg);
    transform: none !important
}

.kontakt .kontakt__osoby .imie {
    text-transform: uppercase;
    padding: 5px 0px 0px 30px;
    font-size: 18px
}

.kontakt .kontakt__social {
    display: block;
    position: relative;
    zoom: 1;
    width: 100%
}

.kontakt .kontakt__social li {
    display: inline-block;
    margin-right: 5px
}

.footer {
    display: block;
    position: relative;
    zoom: 1;
    padding-top: 0px;
    text-align: center;
    background: url("../img/bg-footer.png") top center no-repeat;
    background-size: 100% 100% !important
}
@media screen and (max-width: 500px) {
    .footer { 
        /* background: url(../img/bg-news-home.png) top center;
        background-size: contain !important;
        background-repeat:no-repeat; */
        background:none;
    }
  }
.footer p {
    display: block;
    width: 100%;
    text-align: center;
    color: #ba995b;
    font-weight: 400;
    font-size: 16px;
}

.footer .socialmedia ul {
    margin: 40px auto;
}

.footer .socialmedia ul li {
    display: inline-block;
    min-width: 95px;
    padding: 10px;
}

.footer .socialmedia ul li a {
    display: inline-block;
    line-height: 1.1;
    font-size: 14px;
    color: #184079;
    margin-top: 15px;
}

.footer .socialmedia ul li img:hover {
    opacity: 0.8;
    transition: .5s ease;
}


.footer .socialmedia ul li a:hover {
    font-weight: 600;
}

.footer .socialmedia ul li img {
    display: block;
    margin: 0 auto;
    height: 64px;
}

.socialmedia_url a {
    display: inline-block;
    color: #184079;
    font-size: 2.8em;
    font-weight: 800;
    text-decoration: none;
    margin-top: 40px;
}

.socialmedia_url a:hover {
    color: #184079;
}

.social_text {
    padding-top: 26px;
}

.deklaracja a {
    color: #184079;
}

.deklaracja {
    margin-top: 20px;
    padding-bottom: 20px;
}

.deklaracja a:hover {
    font-weight: 600;
}

.footer .footer__copy {
    display: block;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    color: #184079;
    font-weight: 400;
    font-size: 16px;
    height: 60px;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
        margin: 0 auto
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 980px !important;
        width: 980px !important;
        margin: 0 auto
    }

    .header .header__menu ul li a {
        font-size: 15px;
        padding: 0px 20px
    }

    .home .home__counter {
        font-size: 60px
    }

    .home .home__info .home__news ul li a p {
        display: none
    }

    .header .header__search {
        margin-right: 10px
    }

    .header .header__search input[type="text"] {
        width: 200px;
        font-size: 12px
    }

    .home .home__info .home__news {
        margin-top: 0px
    }

    .home .home__info .home__news h3 {
        margin-top: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 730px !important;
        margin: 0 auto;
        overflow: hidden !important
    }

    .header {
        height: auto;
        padding-bottom: 20px
    }

    .header .header__search {
        margin-top: 20px;
        margin-right: 8%
    }

    .header .header__search form {
        display: block;
        position: relative
    }

    .header .header__menu ul li a {
        font-size: 15px;
        padding: 0px 20px
    }

    .home .home__counter {
        font-size: 60px
    }

    .home .home__info .home__news ul li a p,
    .news ul li a p {
        display: none
    }

    .home .home__info .home__news ul li a h4,
    .home .home__info .home__news ul li a p,
    .news ul li a h4,
    .news ul li a p {
        padding: 0px 10px
    }

    .home .home__info .home__news {
        margin-top: 0px
    }

    .home .home__info .home__news h3 {
        margin-top: 50px
    }

    .home .home__info .home__news ul li a h4 {
        font-size: 18px
    }

    .home .home__info .home__news ul li a .data,
    .news ul li a .data {
        margin-left: 10px
    }

    .footer {
        margin-top: 0px
    }

    .news--single .news__img {
        display: block;
        padding-right: 0px;
        margin-bottom: 20px
    }

    .news--single iframe {
        display: block;
        margin: 0 auto
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        max-width: 420px !important;
        margin: 0 auto;
        overflow: hidden !important
    }

    .footer {
        margin-top: 0px
    }

    .home .home__info .home__news ul li a,
    .news ul li a {
        max-width: 400px;
        margin: 0 auto;
        display: block
    }

    .home .home__info .home__news ul li,
    .news ul li {
        margin-bottom: 30px
    }

    .news ul li a p,
    .home .home__info .home__news ul li a p {
        display: none
    }

    .home .home__info .home__info__adress {
        padding-left: 50px
    }

    .home .home__info .home__news {
        margin-top: 0px
    }

    .home .home__info .home__news h3 {
        margin-top: 50px
    }

    .home .home__partners p {
        text-align: center
    }

    .home .home__partners {
        padding: 40px 0px
    }

    .home .home__partners ul li img {
        display: block;
        margin: 0 auto;
        height: 140px;
    }

    .header {
        height: auto;
        padding-bottom: 20px
    }

    .header .header__search {
        margin-top: 20px;
        margin-right: 8%
    }

    .header .header__search form {
        display: block;
        position: relative
    }

    .header .header__menu ul li a {
        font-size: 15px;
        padding: 0px 20px
    }

    .header .header__menu {
        display: none
    }

    .home .home__counter {
        font-size: 35px;
        line-height: 35px;
        margin: 0 auto;
        text-align: center
    }

    .home .home__counter .small {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
        padding-top: 0px
    }

    .header .header__logo {
        text-align: center;
        padding: 20px 0px
    }

    .header .header__logo a {
        margin-left: 0
    }

    .header .header__menu ul li {
        border: 0;
        margin-bottom: 10px !important
    }

    .header .header__menu ul li a {
        border: 1px solid #ba995b;
        display: block;
        width: 300px;
        margin: 0 auto;
        line-height: 20px;
        padding: 5px 0px
    }

    .header .header__menu ul {
        height: auto
    }

    .header .header__search {
        margin-right: 0;
        margin-top: 10px;
        text-align: center
    }

    .header .header__search form {
        width: 300px;
        margin: 0 auto
    }

    .header .header__search input[type="text"] {
        width: 300px;
        margin: 0 auto
    }

    .news--single .news__img {
        display: block;
        padding-right: 0px;
        margin-bottom: 20px
    }

    .news--single iframe {
        display: block;
        margin: 0 auto
    }

    .subpage h1 {
        padding-left: 0px;
        font-size: 40px
    }

    .page__boxes {
        padding: 50px 0px !important
    }

    .socialmedia_url a {
        font-size: 1.5em;
    }

}

@media only screen and (max-width: 479px) {
    .container {
        max-width: 300px !important;
        margin: 0 auto;
        overflow: hidden !important
    }

    .footer {
        margin-top: 0px
    }

    .home .home__info .home__news ul li a,
    .news ul li a {
        max-width: 400px;
        margin: 0 auto;
        display: block
    }

    .home .home__info .home__news ul li,
    .news ul li {
        margin-bottom: 30px
    }

    .news ul li a p,
    .home .home__info .home__news ul li a p {
        display: none
    }

    .home .home__info .home__info__adress {
        padding-left: 0px
    }

    .home .home__info .home__news {
        margin-top: 0px
    }

    .home .home__info .home__news h3 {
        margin-top: 50px
    }

    .home .home__partners p {
        text-align: center
    }

    .home .home__partners {
        padding: 40px 0px
    }

    .home .home__partners ul li img {
        display: block;
        margin: 0 auto
    }

    .header {
        height: auto;
        padding-bottom: 20px
    }

    .header .header__search {
        margin-top: 20px;
        margin-right: 8%
    }

    .header .header__search form {
        display: block;
        position: relative
    }

    .header .header__menu ul li a {
        font-size: 15px;
        padding: 0px 20px
    }

    .header .header__menu {
        display: none
    }

    .home .home__counter {
        font-size: 30px;
        line-height: 30px;
        margin: 0 auto;
        text-align: center
    }

    .home .home__counter .small {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        padding-top: 0px
    }

    .header .header__logo {
        text-align: center;
        padding: 20px 0px
    }

    .header .header__logo a {
        margin-left: 0
    }

    .header .header__menu ul li {
        border: 0;
        margin-bottom: 10px !important
    }

    .header .header__menu ul li a {
        border: 1px solid #ba995b;
        display: block;
        width: 300px;
        margin: 0 auto;
        line-height: 20px;
        padding: 5px 0px
    }

    .header .header__menu ul {
        height: auto
    }

    .header .header__search {
        margin-right: 0;
        margin-top: 10px;
        text-align: center
    }

    .header .header__search form {
        width: 300px;
        margin: 0 auto
    }

    .header .header__search input[type="text"] {
        width: 300px;
        margin: 0 auto
    }

    .news--single .news__img {
        display: block;
        padding-right: 0px;
        margin-bottom: 20px
    }

    .news--single iframe {
        display: block;
        margin: 0 auto
    }

    .subpage h1 {
        padding-left: 0px;
        font-size: 40px
    }

    .home .home__info .home__info__adress::before {
        display: none
    }

    .home .home__info h2 {
        font-size: 30px
    }

    .home .organizator {
        display: block;
        width: 100% !important
    }

    .subpage h1 {
        font-size: 26px
    }

    .page__boxes {
        padding: 50px 0px !important
    }

    .btn_back {
        bottom: 10px;
        right: 10px
    }

    .program h2 {
        font-size: 30px
    }

    .program h4 {
        font-size: 20px
    }

    .program .page__boxes li {
        width: 100%;
        margin-right: 0px;
        padding: 0px 5px
    }

    .program .program__glowne .program__glowne__table .program__glowne__table__cnt a {
        font-size: 20px
    }

    .prelegenci__single .prelegenci__single__foto img {
        width: 200px;
        display: block;
        margin: 0 auto
    }

    .prelegenci__single .prelegenci__single__cnt {
        padding-left: 0px
    }

    .partnerzy h2 {
        font-size: 27px
    }

    .footer {
        padding-top: 0px
    }

    .partnerzy__single .news--single__print {
        margin-top: 0px
    }

    .socialmedia_url a {
        font-size: 1.1em;
    }

    .deklaracja {
        margin: 30px auto;
        max-width: 60vw;
    }
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline
    }

    a:after,
    a:visited:after {
        content: " ("attr(href) ")"
    }

    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " ("attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    .header__wcag {
        position: static;
        transform: translateY(-40%);
        text-align: center;
    }

    .news--single .news--single__cnt,
    .page__cntnew {
        padding: 80px 20px;
    }

    .page__boxes li {
        width: 90%;
        padding: 0;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

.wcag-contrast .more__btn:hover {
    color: white !important;
}

:focus {
    outline: 3px solid red !important;
}

.screenreader-text {
    position: absolute;
    left: -999px;
    width: 1px;
    height: 1px;
    top: auto;

}

.screenreader-text:focus {
    color: #184079;
    display: inline-block;
    height: auto;
    width: auto;
    position: static;
    margin: auto;
    padding: 5px 10px;
}

#podkr {
    display: block;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    float: left;
}

#podkr2 {
    display: none;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    float: left;
}

#podkr2 img,
#podkr img {
    height: 24px;
    width: auto;
}

.page_color {
    color: #B3346C;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    float: right;
}

.patronat-img {
    height: 120px !important;
}

.wpml-ls-legacy-list-horizontal ul {
    margin: 0 auto;
    display: flex;
}

.wpml-ls-legacy-list-horizontal li {
    width: 50%;
    max-width: 70px;
}

.wpml-ls-legacy-list-horizontal li img {
    width: 100%;
    height: auto;
}

.pv2 a{
    color:#184079;
}




/*new-css*/
.floating-menu.float-menu-1.fm-ready {
    display: none;
}


/*@media (min-width: 1200px){
    .container {
        max-width: 1248px !important;
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
}*/
.container {
    max-width: 1248px !important;
    width: 100% !important;
    padding-left: 2em !important;
    padding-right: 2em !important;
}
.header__eu {
    text-align: center;
}
.header__eu img {
    left: unset;
    transform: none;
    height: 58px;
    zoom: unset;
    display: inline-block;
}
.header .header__menu .menu {
    text-align: center;
    padding-left: 0 !important;
    height: auto;
    display: flex;
    justify-content: center;
    margin-left: 1em;
    margin-right: 1em;
}
.header-top {
    padding: 0;

}
.header #row-header-menu{
    /* background: url(/wp-content/themes/mh-new/assets/img/menu-bg.jpg) ;
    background-repeat: no-repeat;
    background-size: cover; */
}
#menu-menu-top {
    
}
.header .header__menu ul {
    height: auto;
}
.header .header-top .header__menu .menu > li {
    max-width: unset !important;
    height: auto !important;
    width: auto;
    position: relative;
}
.header .header__menu .menu > li a {
    font-size: 15px;
    line-height: 0.9;
    letter-spacing: 1.4px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    border: 3px solid transparent;
    color: #000;
    
}

.header .header__menu .menu > li a:hover  {
    color: #FFF!important;
    
}
.header .header-top .header__menu ul li:hover {
    border: none !important;
    background-color: transparent !important;
}
.header .header-top .header__menu ul li a:hover, .header .header-top .header__menu ul li.current-menu-item a{
    color: rgba(0,0,0,.8);
    text-decoration: none;
    background: transparent;
}
.header .header__menu ul li:hover a {
    background: transparent !important;
}
.header .header__menu ul ul {
    position: absolute;
    left: 0;
    transition: all .3s ease;
    z-index: 99;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transform: translateY(40px);
    top: 100% !important;
    margin: 0;
    padding: 0;
    width: 14em;
    background: #fff;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.1), 0 4px 15px 0 rgba(0,0,0,.1);
    text-align: left;
    border-radius: 2px;
}
.header .header__menu ul li:hover ul {
    display: block;
    height: auto;
    transform: translateY(0);
    overflow: initial;
    visibility: visible;
    opacity: 1;
}
.header .header__menu ul ul li {
    background: transparent !important;
    height: auto;
    border: none !important;
}
.header .header-top .header__menu .menu ul > li a {
    display: block;
    width: 100%;
    padding: 9px 15px;
    transition: background .15s ease-out;
    color: rgba(0,0,0,.55) !important;
    font-size: .9em !important;
    line-height: 1.5;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
}
.header .header-top .header__menu .menu ul > li a:hover {
    background: rgba(0,0,0,.015);
    color: rgba(0,0,0,.8) !important;
}
.header .header__menu .menu > li.menu-item-has-children>a {
    position: relative;
}
.header .header__menu .menu > li.menu-item-has-children>a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: rotate(-135deg) translateY(50%);
    right: -4px;
    position: relative;
}
.header-top {
    padding: 0 !important;
}
body > .header {
    background: #010101 !important;
    /* box-shadow: 0 1px 2px 0 #e1e5ea; */
    z-index: 1;
}
.home_baner15{
    background-color:#010101;
}
.header-bottom.header-wrap .header__logo img {
    max-width: 240px;
}
.header-bottom.header-wrap .header__logo {
    padding: 0;
    margin-bottom: 0;
    margin-left: -130px;
}
.home .home__news ul, .home .home__partners ul{
    margin-top: 0px !important;
}
.home .web-heading h3 {
    font-size: 2.1rem;
    text-transform: capitalize;
    color: #000000;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}
.home .home__news ul li {
    margin-bottom: 5px;
    padding-right: calc( 5px/2 ) !important;
    padding-left: calc( 5px/2 ) !important;
}
.home .home__news {
    padding: 0;
}
.premium-blog-framed-effect span {
    display: none;
}
.article-inner .home__news {
    position: relative;
    overflow: hidden;
}
.article-inner .home__news:before, .article-inner .home__news:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    height: 1px;
    width: 100%;
    background-color: #fff;
}
.article-inner .home__news:before {
    width: 1px;
    height: 100%;
}
.article-inner:hover .home__news:before {
    height: 20px;
    opacity: 1;
}
.article-inner:hover .home__news:after {
    width: 20px;
    opacity: 1;
}
.article-inner .home__news img {
    width: 100%;
    margin: 0!important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    /*height: 376px;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}
.article-inner:hover .home__news img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.article-content {
    text-align: left;
    background-color: #EAC663;
    padding: 20px;
    position: relative;
    z-index: 3;
    margin: 0 10px 20px;
    margin-top: -40px;
}
.home .home__news .article-content a {
    border: none;
    max-width: 100%;
    background-color: transparent;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    height: unset;
    line-height: 1.3;
}
.home__news .post-meta-data ul {
    margin: 0 !important;
    display: flex;
/*    justify-content: space-between;*/
}
.post-meta-data svg {
    width: 14px;
    max-height: 14px;
    fill: #fff;
    margin-right: 8px;
}
.post-meta-data span, .article-content .post-meta-data a {
    color: #fff;
    font-size: 12px !important;
}
.article-content .post-meta-data a {
    display: inline-block !important;
    margin: 0 !important;
}
.post-meta-data ul li {
    padding-left: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    position: relative;
}
.home .home__news .post-meta-data ul li {
    padding-left: 0 !important;
    padding-right: 16px !important;
    margin-right: 10px !important;
}
.home .home__news .post-meta-data ul li:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.post-meta-data ul li:not(:last-child):after {
    content: '';
    background-color: #9a9a9a;
    width: 4px;
    height: 4px;
    position: absolute;
    right: 3px;
    border-radius: 100px;
}
.article-content p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
}
.article-content p:empty {
    display: none;
}
.home .home__news .article-content h4>a, .article-content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home .home__partners .organizator ul li img {
    height: 150px;
}
.medialni .web-heading {
    /* background: rgb(66 52 139);
    background: -moz-linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%);
    background: -webkit-linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%);
    background: linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%); */
    background: #b6589e;
    background: -moz-linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    background: -webkit-linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    background: linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    padding: 6px 0px;
    border-radius: 12px;

}
.medialni .web-heading h3 {
    margin: 0;
    color: #fff;
}

.partnerzy .web-heading {
    /* background: rgb(66 52 139); */
    background: #b6589e;
    /* background: -moz-linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%);
    background: -webkit-linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%);
    background: linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%); */
    background: -moz-linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    background: -webkit-linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    background: linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    padding: 6px 0px;
    border-radius: 12px;
        margin-top: 40px;
}

.partnerzy .web-heading h3 {
    margin: 0;
    color: #fff;
}

.honorowi .web-heading {
    /* background: rgb(66 52 139); */
    /* background: -moz-linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%);
    background: -webkit-linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%);
    background: linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%); */
    background: #b6589e;
    background: -moz-linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    background: -webkit-linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    background: linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    padding: 6px 0px;
    border-radius: 12px;
        margin-top: 40px;
}
.honorowi .web-heading h3 {
    margin: 0;
    color: #fff;
}



.patronat {
    position: relative;
    padding: 30px;
    margin-top: 30px;
}
.patronat:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 60px;
    padding: 6px;
    /* background: linear-gradient(90deg, rgb(66 52 139) 0%, rgb(6 155 230) 59%, rgb(179 52 108) 100%); */
    background: linear-gradient(90deg, #faf5f1 0%, #b6589e 59%,#60c4e4 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.images-accordion-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
    flex-direction: row;
}
.images-accordion-wrap .image-accordion-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    transition-duration: 0.3s;
    text-align: center;
    cursor: pointer;
}
.accordion-background {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    transition-duration: 0.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}
.img-accordion-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wpr-img-accordion-hover-bg {
    position: absolute;
    width: 100%;
    top: calc((100% - 100%)/2);
    left: calc((100% - 100%)/2);
    height: 100%;
    transition-duration: 0.3s;
    background-color: #3E3636DE;
    border-radius: 0px 0px 0px 0px;
    -webkit-transition-timing-function: cubic-bezier(0.250,0.100,0.250,1.000);
    -o-transition-timing-function: cubic-bezier(0.250,0.100,0.250,1.000);
    transition-timing-function: cubic-bezier(0.250,0.100,0.250,1.000);
    opacity: 0;
}
.img-accordion-content-sec {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
}
.img-accordion-content-inner {
    text-align: center;
    transition-duration: 0.3s;
    position: static;
    left: auto;
    -webkit-transition-timing-function: cubic-bezier(0.250,0.100,0.250,1.000);
    -o-transition-timing-function: cubic-bezier(0.250,0.100,0.250,1.000);
    transition-timing-function: cubic-bezier(0.250,0.100,0.250,1.000);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    color: #DDDDDD;
    font-size: 18px;
}
.img-accordion-content-inner h4 {
    color: #fff;
    font-size: 2.1rem;
    margin-bottom: 4px;
}
.img-accordion-content-inner p {
    margin: 0;
}
.btn-sec .btn.btn-primary {
    background-color: #605BE5 !important;
    color: #FFFFFF;
    border-color: #E8E8E8;
    transition-duration: 0.1s;
    border-style: none;
    padding: 7px 18px 8px 18px;
    border-radius: 3px 3px 3px 3px;
    text-decoration: none;
}
.img-accordion-content-inner .btn-sec {
    margin-top: 14px;
}
.images-accordion-wrap .image-accordion-item:hover {
    flex: 4;
}
.images-accordion-wrap .image-accordion-item:hover .wpr-img-accordion-hover-bg, 
.images-accordion-wrap .image-accordion-item:hover .img-accordion-content-inner {
    opacity: 1;
}
.images-accordion-wrap, .home .home__bg > .home__news{
    padding: 20px 0px;
}

@media(max-width: 991px){
    .header__eu img {
        max-width: 540px;
    }
    .header {
        padding: 0;
    }
    .header #row-header-menu {
        padding: 10px 30px;
    }
    .header .mobile-header-sec .hamburger {
        position: relative !important;
        margin: 0 !important;
        right: 0;
        top: 0;
    }
    #header-hamburger-menu {
        height: auto !important;
    }
    .mobile-header-sec {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-logo .img-fluid {
        max-width: 180px;
    }
    .mobile-overlay {
        display: block !important;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
        width: 360px;
        left: 0;
        transform: translate3d(-100%,0,0);
        transition: transform .5s cubic-bezier(.79, .14, .15, .86);
        background-color: rgba(0,0,0,.9);
    }
    .menu-open .mobile-overlay {
        z-index: 999900;
        height: 100vh;
        transform: translate3d(0,0,0);
        left: 0;
        visibility: visible;
    }
    .header-top-img, .mobile-search, .languageSwitcher, .mobile-overlay-social {
        padding: 20px !important;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .mobile-overlay .mobile-overlay-social {
        background-color: transparent;
        text-align: left;
    }
    .header .mobile-search .header__search {
        margin-top: 0;
    }
    .header .mobile-overlay .menu-item-language {
        display: none;
    }
    .header .mobile-overlay .menu li {
        max-width: 100%;
    }
    .header .mobile-overlay .menu li {
        padding: 0;
    }
    .header .mobile-overlay .menu a {
        background: transparent;
        text-align: left;
        color: rgba(255,255,255,.79);
        padding: 8px 10px;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .header .mobile-overlay .languageSwitcher .wpml-ls {
        border: none;
        padding: 0;
    }
    
    .hamburger.open-h .line {
        background: #ffffff;
    }
    body > .header{
        z-index: 9;
    }
    .mobile-overlay .menu a img {
        display: block;
    }
    .nav-toggle-icon {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        vertical-align: middle;
        line-height: 1;
        transition: all .5s ease;
        cursor: pointer;
        padding: 10px;
        border-left: 1px solid rgba(255,255,255,.08);
        background: 0 0;
        width: 30px;
        height: calc( 100% - 6px );
    }
    .nav-toggle-icon:after {
        content: '';
        border-left: 1px solid rgb(255 255 255 / 80%);
        border-bottom: 1px solid rgb(255 255 255 / 80%);
        width: 10px;
        height: 10px;
        position: absolute;
        transform: rotate(-45deg) translateY(-50%) translateX(-50%);
        top: 30%;
        left: 50%;
    }
    .header .mobile-overlay .menu .sub-menu a {
        padding-left: 20px;
    }
    .header .mobile-overlay .menu .sub-menu {
        position: unset;
        width: 100%;
        background-color: transparent;
        margin: 0;
        padding: 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
    .header .mobile-overlay .menu-item-has-children.active .dropdown-menu.sub-menu {
        visibility: visible;
        height: 100%;
        opacity: 1;
    }
    .header .mobile-overlay .menu li.menu-item-gtranslate {
        display: none;
    }
    .mobile-overlay .menu {
        padding: 0;
        margin: 0;
    }
    .gtranslate_wrapper a {
        margin-right: 16px;
    }







}

/* -------------- PARTNERZY n-ta EDYCJA --------------- */
.partner-more{
    position:relative;
}
/* .partner-morer img{
    filter: brightness(100%);
    transition: all 1s;
}
.partner-more:hover img{
    filter: brightness(20%);
    
} */
.partner-more .partner-overlay {
    background: rgba(24, 64, 121,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .partner-more:hover .partner-overlay{
    opacity: 1;
  }
.partner-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .partner-more:hover .partner-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
 
/* ------------------- PRELEGENCI -------------*/
.prelegent-more{
    position:relative;
}
/* .partner-morer img{
    filter: brightness(100%);
    transition: all 1s;
}
.partner-more:hover img{
    filter: brightness(20%);
    
} */
.prelegent-more .prelegent-overlay {
    background: rgba(24, 64, 121,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .prelegent-more:hover .prelegent-overlay{
    opacity: 1;
  }
.prelegent-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .prelegent-more:hover .prelegent-details{
    top: 50%;
    left: 50%;
    opacity: 1;
    color:#fff;
  }
.stream{
    color:#EAC663;
}
.stream p{
    font-weight:bold;
    text-align:center;
    margin-top:20px;
    font-size:1.5em;
}
.iframe_cont{
    /* position:relative;
    width:100%;

    min-height:400px; */
    position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframe_cont iframe{
    /* width:100%;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.container h1{
    color:#010101;
    font-size:30px;
}

.page-content > p img{
    width:100%;
    height:auto;
}