@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    /*display: block;*/
    display: flex;
    align-items: center;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-loading .slick-list {
    background: url(../view/theme/ajax-loader.gif) center center no-repeat #fff
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../view/theme/fonts/slick.eot);
    src: url(../view/theme/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../view/theme/fonts/slick.woff) format('woff'), url(../view/theme/fonts/slick.ttf) format('truetype'), url(../view/theme/fonts/slick.svg#slick) format('svg')
}
.slick-next,
.slick-prev {
    background: url(../view/theme/images/carousel_arrow.png) no-repeat;
    position: absolute;
    display: block;
    height: 48px;
    width: 28px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    top: 50%;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}
.slick-prev {
    left: 0;
    transform: rotateY(180deg) translate(0, -50%);
    top: 50%;
}
.slick-next {
    right: 0
}
.slick-slider {
    margin-bottom: 30px
}
.slick-dots {
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
body {
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.19em;
    background: url(../view/theme/images/background.jpg) top center no-repeat;
    
    /* żałoba */
    /*background: url(../view/theme/images/background_zaloba.jpg) top center no-repeat;*/
    /*-webkit-filter: grayscale(100%);*/ /* Chrome, Safari, Opera */
    /*filter: grayscale(100%);*/
}
body.single.post {
    background: 0 0
}
body .wrp {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0
}
body .wrp:after {
    display: table;
    content: "";
    clear: both
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
#site-header {
    max-width: 100%;
    margin: 27px 0 0;
    position: relative;
}
#site-header #site-name {
    max-width: 390px;
    width: 100%;
    height: 91px;
    position: relative;
    float: left
}
#site-header #site-name a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../view/theme/images/logo_technikum_6.png) no-repeat;
    text-indent: -999em
}
#site-header .poland-emblem {
    max-width: 78px;
    width: 100%;
    height: 104px;
    background: url(../view/theme/images/emblem_2.png) no-repeat;
    float: left;
    text-indent: -999em;
    margin: 0 10px 0 0
}
#site-header .site-nav-content .mobile-menu {
    display: none
}
#site-header #site-panel {
    float: right;
    margin: 37px 0 0
}
#site-header #site-panel h2 {
    display: none
}
#site-header #site-panel .menu {
    list-style: none;
    position: relative
}
#site-header #site-panel .menu li {
    float: left;
    position: relative;
    margin-left: 14px
}
#site-header #site-panel .menu li:first-of-type {
    margin-left: 0
}
#site-header #site-panel .menu li.daily:before {
    content: "";
    background: url(../view/theme/images/icon_diary.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0
}
#site-header #site-panel .menu li.plan:before {
    content: "";
    background: url(../view/theme/images/icon_plan.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0
}
#site-header #site-panel .menu li.replacement:before {
    content: "";
    background: url(../view/theme/images/icon_replacements.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0
}
#site-header #site-panel .menu li.contact:before {
    content: "";
    background: url(../view/theme/images/icon_contact.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0
}
#site-header #site-panel .menu li.menufacebook:before {
    content: "";
    background: url(../view/theme/images/icon_facebook.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0
}
#site-header #site-panel .menu li.menutiktok:before {
    content: "";
    background: url(../view/theme/images/icon_tiktok.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0
}
#site-header #site-panel .menu li a {
    display: block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    color: #000;
    padding: 8px 0 0 40px
}
.new-flag{
    position: absolute;
    top: 32px;
    left: 40px;
    font-size: 0.8em;
    color: #ffffff;
    background: #d02020;
    padding: 0 4px;
    border-radius: 5px;
}
#site-header #site-navigation {
    max-width: 100%;
    width: 100%;
    clear: both
}
#site-header #site-navigation h2 {
    display: none
}
#site-header #site-navigation .menu {
    list-style: none;
    position: relative;
    text-align: center;
    padding: 10px 0 15px;
    border-bottom: 2px solid #343434
}
#site-header #site-navigation .menu:after {
    content: "";
    clear: both;
    display: table
}
#site-header #site-navigation .menu .menu-item {
    float: left;
    position: relative;
    margin-left: 23px;
    padding: 1px 0
}
#site-header #site-navigation .menu .menu-item a {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #434343;
    text-decoration: none
}
#site-header #site-navigation .menu .menu-item a:hover {
    color: #00407c
}
#site-header #site-navigation .menu .menu-item:hover .sub-menu {
    display: block;
    position: absolute;
    background: #fff;
    padding: 9px 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    border-radius: 3px;
    text-align: left;
    min-width: 180px;
    top: 30px;
    z-index: 9
}
#site-header #site-navigation .menu .menu-item:hover .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 9px;
    background: url(../view/theme/images/submenu_bg.png) 30px 0 no-repeat
}
#site-header #site-navigation .menu .menu-item:hover .sub-menu .submenu-item {
    display: list-item;
    max-width: 100%;
    width: 100%
}
#site-header #site-navigation .menu .menu-item:hover .sub-menu .submenu-item a {
    display: block;
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    line-height: 100%;
    padding: 5px
}
#site-header #site-navigation .menu .menu-item:hover .sub-menu .submenu-item a:hover {
    background: #f0f4f8
}
#site-header #site-navigation .menu .sub-menu {
    display: none
}
#site-header #slider {
    margin: 70px 0 45px
}
#site-header #slider h2 {
    display: none
}
#site-header #slider .slider-carousel {
    overflow: hidden
}
#site-header #slider .slider-carousel .slide {
    text-align: center
}
#site-header #slider .slider-carousel .slide:focus {
    outline: 0!important;
    cursor: default;
}
#site-header #slider .slider-carousel .slide h3 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 900;
    line-height: 100%;
    color: #000;
    padding: 0 0 21px;
    margin: 0 0 25px;
    position: relative;
    display: inline-block
}
#site-header #slider .slider-carousel .slide h3:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #00407c;
    position: absolute;
    bottom: 0;
    left: 0
}
#site-header #slider .slider-carousel .slide .type {
    max-width: 500px;
    margin: 0 auto;
    list-style: none;
    position: relative
}
#site-header #slider .slider-carousel .slide .type li {
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #000;
    line-height: 100%;
    text-align: left;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 10px
}
#site-header #slider .slider-carousel .slide .type li strong {
    font-weight: 800
}
#site-header #slider .slider-carousel .slide .type li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #fac900;
    left: 0;
    top: 0
}
#site-header #slider .slider-carousel .type-it .nowy {
    font-weight: normal;
    color: red;
}
#site-header #slider .slider-carousel .header-programista .type-it {
    background: url(../images/kierunki/kierunek2021_programista.png) center bottom no-repeat;
    height: 530px
}
#site-header #slider .slider-carousel .header-chlodnictwo .type-it {
    background: url(../images/kierunki/kierunek2021_chlodnictwo.png) center bottom no-repeat;
    height: 530px
}
#site-header #slider .slider-carousel .header-robotywykonczeniowe .type-it {
    background: url(../images/kierunki/kierunek2021_robotywykonczeniowe.png) center bottom no-repeat;
    height: 530px
}
#site-header #slider .slider-carousel .header-informatyk .type-it {
    background: url(../images/kierunki/kierunek2021_informatyk.png) center bottom no-repeat;
    height: 530px
}
#site-header #slider .slider-carousel .header-budownictwo .type-it {
    background: url(../images/kierunki/kierunek2021_budownictwo.png) center bottom no-repeat;
    height: 530px
}
#site-header #slider .slider-carousel .header-energetyka .type-it {
    background: url(../images/kierunki/kierunek2021_energetyka.png) center bottom no-repeat;
    height: 530px
}
#site-header #slider .slider-carousel .header-elektronik .type-it {
    background: url(../images/kierunki/kierunek2021_elektronik.png) center bottom no-repeat;
    height: 530px
}
#site-header #slider .slider-carousel .header-wielozawodowa .type-it {
    background: url(../images/kierunki/kierunek2021_zawodowa.png) center bottom no-repeat;
    height: 530px
}
#site-header #slider .slick-dots li {
    margin: 0 12px
}
#site-header #slider .slick-dots li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #00407c;
    border-radius: 50%;
    text-indent: -999em
}
#site-header #slider .slick-dots li.active-marker a {
    border: 1px solid #fac900;
    background: #fac900
}

#site-header #infobox {
    margin: 70px auto;
    padding: 20px;
    text-align: center;
    line-height: 1.5em;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-size: 18px;
}
#site-header #infobox h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 20px;
    color: #00407C;
}
#site-header #infobox strong {
    font-weight: bold;
    color: #00407C;
}
#site-header #infobox em {
    font-weight: bold;
    color: #fac900;
}
#site-header #infobox b {
    font-weight: bold;
}
#site-header #infobox i {
    font-style: italic;
}

.carousel {
    margin: 0
}
.carousel .slick-list {
    max-width: 90%;
    margin: 0 auto
}
#site-content {
    margin: 20px 0 0
}
#site-content.all-articles {
    max-width: 1180px;
    margin: 0 auto
}
#site-content.all-articles .article-panel {
    margin: 0 0 15px;
    float: right
}
#site-content.all-articles .article-panel:after {
    content: "";
    display: table;
    clear: both
}
#site-content.all-articles .article-panel a {
    font-size: 0.75em;
    color: #00407c;
/*    color: #000;
    text-decoration: none*/
}
#site-content.all-articles .article-panel a.active,
#site-content.all-articles .article-panel a:hover {
    color: #00407c
}
#site-content.all-articles .article-panel-pagination {
    margin: 0 0 15px;
    float: left;
}
#site-content.all-articles .article-panel-pagination a {
    padding: 0 0 0 8px;
    color: #00407c;
}

#site-content.all-articles .article-panel-pagination .current {
    padding: 0 0 0 8px;
}

#site-content.all-articles .articles-list {
    clear: both
}
#site-content .col-container {
    position: relative;
    margin: .5em
}
#site-content .col-container>h2 {
    display: none
}
#site-content .left-content {
    margin-bottom: .5em;
    padding: 1.25em
}
#site-content .articles-list {
    list-style: none;
    position: relative;
    max-width: 100%
}
#site-content .articles-list.easy .article-list-item {
    margin: 0 0 25px
}
#site-content .articles-list.easy .article-list-item:after {
    content: "";
    display: table;
    clear: both
}
#site-content .articles-list.easy .article-list-item .article-header {
    max-width: 100%;
    position: relative
}
#site-content .articles-list.easy .article-list-item .article-header .article-title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    color: #fac900;
    text-transform: uppercase;
    padding: 8px 20px;
    background: rgba(0, 64, 124, .75);
    transition-duration: .5s;
    position: relative;
    left: 0;
    bottom: 0
}
#site-content .articles-list.easy .article-list-item .article-header .date {
    float: left
}
#site-content .articles-list.easy .article-list-item .article-header .author {
    float: right
}
#site-content .articles-list .article-list-item {
    margin: 0 0 51px
}
#site-content .articles-list .article-list-item:hover .article-header .article-title {
    background: #00407c;
    transition-duration: .5s
}
#site-content .articles-list .article-list-item a.light {
    text-decoration: none;
    color: #61656d;
}
#site-content .articles-list .article-list-item .article-header {
    max-width: 100%;
    position: relative
}
#site-content .articles-list .article-list-item .article-header .article-thumbnail {
    width: 100%;
    position: relative
}
#site-content .articles-list .article-list-item .article-header .article-thumbnail img {
    width: 100%;
    height: auto
}
#site-content .articles-list .article-list-item .article-header .article-title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    color: #fac900;
    text-transform: uppercase;
    padding: 8px 20px;
    background: rgba(0, 64, 124, .47);
    transition-duration: .5s;
    position: absolute;
    bottom: 30px;
    left: 20px
}
#site-content .articles-list .article-list-item .article-content {
    padding: 15px;
    border-bottom: 1px solid #acacac;
    overflow-y: auto;
}
#site-content .articles-list .article-list-item .article-information {
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: #434343;
    line-height: 100%;
    margin: 15px 0 0;
    padding: 0 15px
}
#site-content .articles-list .article-list-item .article-information .date {
    color: #fac900;
    padding: 0 0 0 12px;
    position: relative
}
#site-content .articles-list .article-list-item .article-information .date:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #fac900;
    border-radius: 50%
}
#site-content .right-content {
    padding: 1.25em
}
#site-content .right-content #replacement {
    background: url(../view/theme/images/replacement_bg.png) top center no-repeat;
    min-height: 156px;
    text-align: center;
    margin: 0 0 30px
}
#site-content .right-content #replacement h2 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 900;
    color: #00407c;
    line-height: 100%;
    margin: 0 0 30px;
    padding: 190px 0 0
}
#site-content .right-content #replacement h3 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 100%
}
#site-content .right-content #replacement h3 a {
    text-decoration: none;
    color: #00407c
}
#site-content .right-content #old-articles h2 {
    display: block;
    max-width: 321px;
    width: 100%;
    height: 73px;
    background: url(../view/theme/images/header_bg.png) no-repeat;
    background-size: 100%;
    text-indent: -999em;
    clear: both;
}
#site-content .right-content #old-articles .o-articles-list {
    list-style: none;
    padding: 10px
}
#site-content .right-content #old-articles .o-articles-list li {
    max-width: 100%;
    width: 100%;
    clear: both;
    padding: 0 0 14px 11px;
    margin: 0 0 14px;
    position: relative;
    border-bottom: 1px solid #bdbdbd
}
#site-content .right-content #old-articles .o-articles-list li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fac900;
    position: absolute;
    left: 0;
    top: 6px
}
#site-content .right-content #old-articles .o-articles-list li a {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #00407c;
    text-transform: uppercase;
    text-decoration: none
}
#replacement h3
{
    margin: 0 0 16px 0;
}
#replacement .old-replacement{
    height: 20px;
}
#replacement .old-replacement a{
    font-family: Roboto, Arial, sans-serif;
    font-size: .75em;
    font-weight: 400;
    color: #00407c;
    float: right;
    text-decoration: underline;
    padding: 0 9px 0 0;
    background: url(../view/theme/images/more_articles_arrow.png) right center no-repeat
}
.more-articles {
    font-family: Roboto, Arial, sans-serif;
    font-size: .75em;
    font-weight: 400;
    float: right;
    color: #00407c;
    text-decoration: underline;
    padding: 0 9px 0 0;
    background: url(../view/theme/images/more_articles_arrow.png) right center no-repeat
}
#site-content #gallery {
    max-width: 100%;
    width: 100%;
    clear: both;
    margin: 0 0 100px
}
#site-content #gallery:after {
    content: "";
    clear: both;
    display: table
}
#site-content #gallery h2 {
    background: url(../view/theme/images/gallery_header_bg.png) top center no-repeat;
    height: 156px;
    text-align: center;
    font-family: Roboto, Arial, sans-serif;
    font-size: 3.3em;
    font-weight: 300;
    color: #00407c;
    line-height: 100%;
    padding: 60px 0 0;
    text-transform: uppercase
}
#site-content #gallery .gallery-content {
    position: relative;
    padding: 0 0 50px 0
}
#site-content #gallery .gallery-content .gallery-list:after {
    content: "";
    clear: both;
    display: table
}
#site-content #gallery .gallery-content .gallery-list .gallery-item {
    max-width: 33%;
    float: left;
    margin-left: 1.5%
}
#site-content #gallery .gallery-content .gallery-list .gallery-item a {
    text-decoration: none;
    color: #000
}
#site-content #gallery .gallery-content .gallery-list .gallery-item .gallery h3 {
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    font-weight: 900;
    line-height: 100%;
    margin: 10px 0
}
#site-content #gallery .gallery-content .gallery-list .gallery-item .gallery .gallery-thumbnail {
    max-width: 100%;
    width: 100%;
    position: relative
}
#site-content #gallery .gallery-content .gallery-list .gallery-item .gallery .gallery-thumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .75)
}
#site-content #gallery .gallery-content .gallery-list .gallery-item .gallery .gallery-thumbnail:hover:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 100%;
    height: 98%;
    background: rgba(255, 255, 255, .25)
}
#site-footer {
    max-width: 100%;
    width: 100%;
    clear: both;
    background: url(../view/theme/images/footer_bg.png) top center no-repeat #00407c;
    color: #fff;
    padding: 55px 0 15px
}
#site-footer:after {
    content: "";
    clear: both;
    display: table
}
#site-footer .school-information {
    margin-left: 60px;
    margin-bottom: 30px;
    float: left
}
#site-footer .school-information h2 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.109em;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 25px;
    text-transform: uppercase;
    max-width: 250px
}
#site-footer .school-information .trend-list {
    list-style: none;
    margin: 0 0 20px 20px
}
#site-footer .school-information .social-media .facebook a {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../view/theme/images/facebook_icon.png) no-repeat;
    font-family: Lato, Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 900;
    color: #fff;
    padding: 18px 0 0 80px;
    text-decoration: none
}
#site-footer .school-information .social-media .facebook a span {
    font-weight: 300;
    color: #fac900
}
#site-footer .site-map {
    float: left;
    margin-left: 250px
}
#site-footer .site-map .site-map-list {
    list-style: none;
    position: relative
}
#site-footer .site-map .site-map-list li {
    margin: 3px 0
}
#site-footer .site-map .site-map-list li a {
    font-family: Lato, Arial, sans-serif;
    font-size: .922em;
    font-weight: 300;
    color: #fff;
    text-decoration: none
}
#site-footer .site-map .site-map-list li a:hover {
    color: #fac900
}
#site-footer .school-documents {
    float: right
}
#site-footer .school-documents .school-documents-list {
    list-style: none;
    position: relative
}
#site-footer .school-documents .school-documents-list li {
    margin: 3px 0
}
#site-footer .school-documents .school-documents-list li a {
    font-family: Lato, Arial, sans-serif;
    font-size: .922em;
    font-weight: 300;
    color: #fff;
    text-decoration: none
}
#site-footer .school-documents .school-documents-list li a:hover {
    color: #fac900
}
#site-footer #about-site {
    clear: both;
    padding: 11px 60px;
    margin: 30px 0 0;
    border-top: 1px solid #fff;
    text-transform: uppercase
}
#site-footer #about-site h2 {
    font-family: Lato, Arial, sans-serif;
    font-size: .875em;
    font-weight: 300;
    color: #fff;
    float: left
}
#site-footer #about-site .author {
    float: right;
    font-family: Lato, Arial, sans-serif;
    font-size: .875em;
    font-weight: 300;
    color: #fff
}
#site-footer #about-site .author a {
    color: #fac900;
    text-decoration: none
}
#site-footer #about-site .author a:hover {
    text-decoration: underline
}
#site-footer a {
    color: #ffffff;
    text-decoration: none
}
#site-footer a:hover {
    color: #fac900;
}
.box
{
    background: #ffffff;
    padding: 8px;
    margin: 8px 0;
    border-radius: 5px;
}
.error
{
    color: #d02020;
}
.close-button {
    display: block;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    background: url(../view/theme/images/close_button.png);
    z-index: 10
}
@media screen and (min-width: 47.5em) {
    #site-content .left-content {
        margin-right: 19.5em
    }
    #site-content .right-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 18.75em
    }
}
@media only screen and (max-width: 1156px) {
    #site-content #gallery .gallery-content .gallery-list {
        max-width: 736px;
        width: 100%;
        margin: 0 auto
    }
    #site-content #gallery .gallery-content .gallery-list .gallery-item {
        max-width: 48%
    }
}
@media only screen and (max-width: 1100px) {
    #site-header #site-panel .menu li {
        margin-left: 15px
    }
    #site-header #site-panel .menu li:before {
        display: none
    }
    #site-header #site-panel .menu li a {
        padding: 12px 0 0
    }
    #site-header #site-navigation .menu .menu-item {
        margin-left: 40px
    }
    .new-flag{
        top: -10px;
        left: 20px;
    }
}
@media only screen and (max-width: 953px) {
    #site-footer .site-map {
        margin-left: 90px
    }
}
@media only screen and (max-width: 800px) {
    body {
        background: url(../view/theme/images/slim_header.png) top center no-repeat
    }
    body.single.post .post-content {
        padding-top: 100px
    }
    #site-header #site-navigation,
    #site-header #site-panel,
    #site-header .poland-emblem {
        display: none
    }
    #site-header .site-nav-content {
        clear: both
    }
    #site-header .site-nav-content.mobile-menu-on {
        position: fixed;
        width: 100%;
        height: 100%; /* to było wyrzucone */
        left: 0;
        top: 0;
        background: rgba(250, 201, 0, .9);
        z-index: 8;
        padding: 27px 0 0;
        overflow: scroll;
    }
    #site-header .site-nav-content #site-navigation,
    #site-header .site-nav-content #site-panel {
        display: none
    }
    #site-header .site-nav-content #site-navigation.nhide,
    #site-header .site-nav-content #site-panel.nhide {
        display: block;
        float: none;
        padding: 15px 25px
    }
    #site-header .site-nav-content #site-navigation.nhide h2,
    #site-header .site-nav-content #site-panel.nhide h2 {
        font-family: Roboto, Arial, sans-serif;
        font-size: 1.7em;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        line-height: 100%;
        margin: 0 0 8px
    }
    #site-header .site-nav-content #site-navigation.nhide .menu,
    #site-header .site-nav-content #site-panel.nhide .menu {
        border: none;
        margin: 0;
        padding: 0 0 0 10px
    }
    #site-header .site-nav-content #site-navigation.nhide .menu li,
    #site-header .site-nav-content #site-panel.nhide .menu li {
        text-align: left;
        float: none;
        clear: both;
        margin: 0;
        padding: 0
    }
    #site-header .site-nav-content #site-navigation.nhide .menu li a,
    #site-header .site-nav-content #site-panel.nhide .menu li a {
        font-family: Roboto, Arial, sans-serif;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 100%;
        color: #000;
        margin: 8px 0;
        padding: 0;
        text-transform: uppercase;
        display: block
    }
    #site-header .site-nav-content .mobile-menu {
        display: block;
        right: 32px;
        top: 32px;
        z-index: 9
    }
    #site-header .site-nav-content .c-hamburger {
        display: block;
        position: absolute;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 32px;
        height: 32px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        transition: background .3s
    }
    #site-header .site-nav-content .c-hamburger:focus {
        outline: 0
    }
    #site-header .site-nav-content .c-hamburger span {
        display: block;
        position: absolute;
        top: 14px;
        left: 8px;
        right: 8px;
        height: 4px;
        background: #fff
    }
    #site-header .site-nav-content .c-hamburger span::after,
    #site-header .site-nav-content .c-hamburger span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #fff;
        content: ""
    }
    #site-header .site-nav-content .c-hamburger span::before {
        top: -5px
    }
    #site-header .site-nav-content .c-hamburger span::after {
        bottom: -5px
    }
    #site-header .site-nav-content .c-hamburger--htx {
        background-color: #ff3264
    }
    #site-header .site-nav-content .c-hamburger--htx span {
        transition: background 0s .3s
    }
    #site-header .site-nav-content .c-hamburger--htx span::after,
    #site-header .site-nav-content .c-hamburger--htx span::before {
        transition-duration: .3s, .3s;
        transition-delay: .3s, 0s
    }
    #site-header .site-nav-content .c-hamburger--htx span::before {
        transition-property: top, transform
    }
    #site-header .site-nav-content .c-hamburger--htx span::after {
        transition-property: bottom, transform
    }
    #site-header .site-nav-content .c-hamburger--htx.is-active {
        background-color: #cb0032
    }
    #site-header .site-nav-content .c-hamburger--htx.is-active span {
        background: 0 0
    }
    #site-header .site-nav-content .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg)
    }
    #site-header .site-nav-content .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg)
    }
    #site-header .site-nav-content .c-hamburger--htx.is-active span::after,
    #site-header .site-nav-content .c-hamburger--htx.is-active span::before {
        transition-delay: 0s, .3s
    }
    .carousel {
        display: none
    }
    #site-header #slider {
        clear: both;
        margin: 50px 0 0
    }
    #site-header #slider .slider-carousel .type-it {
        background: 0 0!important;
        height: auto!important
    }
    #site-footer .school-documents,
    #site-footer .school-information,
    #site-footer .site-map {
        float: none;
        clear: both;
        max-width: 80%;
        margin: 0 0 15px 60px;
        padding: 5px;
        border-bottom: 1px solid #fff
    }
    #site-footer .school-documents {
        border-bottom: none
    }
    .single.post .post-content .post-thumbnail {
        display: none
    }
    .single.post .post-content .post-gallery,
    .single.post .post-content .single-post {
        width: 100%!important;
        float: none!important;
        margin-left: 0!important;
        padding: 15px!important
    }
    .single.post .post-content .post-gallery .gallery li {
        max-width: 100%!important;
        float: none!important;
        margin: 0!important
    }
}
.single.post #site-header {
    margin: 0
}
.single.post #site-header #site-name {
    position: fixed;
    z-index: 2;
    max-width: 90px;
    left: 15px;
    top: 15px
}
.single.post #site-header #site-navigation,
.single.post #site-header #site-panel {
    display: none
}
.single.post #site-header .site-nav-content {
    clear: both
}
.single.post #site-header .site-nav-content.mobile-menu-on {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250, 201, 0, .8);
    z-index: 8;
    padding: 27px 0 0
}
.single.post #site-header .site-nav-content #site-navigation,
.single.post #site-header .site-nav-content #site-panel {
    display: none
}
.single.post #site-header .site-nav-content #site-navigation.nhide,
.single.post #site-header .site-nav-content #site-panel.nhide {
    display: block;
    float: none;
    padding: 15px 25px
}
.single.post #site-header .site-nav-content #site-navigation.nhide h2,
.single.post #site-header .site-nav-content #site-panel.nhide h2 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.7em;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    line-height: 100%;
    margin: 0 0 8px
}
.single.post #site-header .site-nav-content #site-navigation.nhide .menu,
.single.post #site-header .site-nav-content #site-panel.nhide .menu {
    border: none;
    margin: 0;
    padding: 0 0 0 10px
}
.single.post #site-header .site-nav-content #site-navigation.nhide .menu li,
.single.post #site-header .site-nav-content #site-panel.nhide .menu li {
    text-align: left;
    float: none;
    clear: both;
    margin: 0;
    padding: 0
}
.single.post #site-header .site-nav-content #site-navigation.nhide .menu li:after,
.single.post #site-header .site-nav-content #site-navigation.nhide .menu li:before,
.single.post #site-header .site-nav-content #site-panel.nhide .menu li:after,
.single.post #site-header .site-nav-content #site-panel.nhide .menu li:before {
    display: none
}
.single.post #site-header .site-nav-content #site-navigation.nhide .menu li a,
.single.post #site-header .site-nav-content #site-panel.nhide .menu li a {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 100%;
    color: #000;
    margin: 8px 0;
    padding: 0;
    text-transform: uppercase;
    display: block
}
.single.post #site-header .site-nav-content .mobile-menu {
    display: block;
    right: 32px;
    top: 32px;
    z-index: 9
}
.single.post #site-header .site-nav-content .c-hamburger {
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background .3s
}
.single.post #site-header .site-nav-content .c-hamburger:focus {
    outline: 0
}
.single.post #site-header .site-nav-content .c-hamburger span {
    display: block;
    position: absolute;
    top: 14px;
    left: 8px;
    right: 8px;
    height: 4px;
    background: #fff
}
.single.post #site-header .site-nav-content .c-hamburger span::after,
.single.post #site-header .site-nav-content .c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: ""
}
.single.post #site-header .site-nav-content .c-hamburger span::before {
    top: -5px
}
.single.post #site-header .site-nav-content .c-hamburger span::after {
    bottom: -5px
}
.single.post #site-header .site-nav-content .c-hamburger--htx {
    background-color: #ff3264
}
.single.post #site-header .site-nav-content .c-hamburger--htx span {
    transition: background 0s .3s
}
.single.post #site-header .site-nav-content .c-hamburger--htx span::after,
.single.post #site-header .site-nav-content .c-hamburger--htx span::before {
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s
}
.single.post #site-header .site-nav-content .c-hamburger--htx span::before {
    transition-property: top, transform
}
.single.post #site-header .site-nav-content .c-hamburger--htx span::after {
    transition-property: bottom, transform
}
.single.post #site-header .site-nav-content .c-hamburger--htx.is-active {
    background-color: #cb0032
}
.single.post #site-header .site-nav-content .c-hamburger--htx.is-active span {
    background: 0 0
}
.single.post #site-header .site-nav-content .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg)
}
.single.post #site-header .site-nav-content .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg)
}
.single.post #site-header .site-nav-content .c-hamburger--htx.is-active span::after,
.single.post #site-header .site-nav-content .c-hamburger--htx.is-active span::before {
    transition-delay: 0s, .3s
}
.single.post .post-content {
    max-width: 100%;
    width: 100%;
    position: relative
}
.single.post .post-content .post-thumbnail {
    width: 30%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background-size: cover;
    background-position: center center
}
.single.post .post-content .single-post {
    width: 70%;
    margin-left: 30%;
    float: left;
    padding: 35px 15px 0 45px
}
.single.post .post-content .single-post .s-post-header #post-title {
    font-family: Lato, Arial, sans-serif;
    font-size: 3.16em;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 10px
}
/*.single.post .post-content .single-post .s-post-header*/ .post-information {
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: #434343;
    line-height: 100%;
    margin: 0 0 8px
}
/*.single.post .post-content .single-post .s-post-header*/ .post-information .date {
    color: #fac900;
    padding: 0 0 0 12px;
    position: relative
}
/*.single.post .post-content .single-post .s-post-header*/ .post-information .date:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #fac900;
    border-radius: 50%
}
.single.post .post-content .single-post .s-post-content {
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #434343
}
.single.post .post-content .single-post .s-post-content p {
    margin: 0 0 24px
}
.single.post .post-content .post-gallery {
    width: 70%;
    margin-left: 30%;
    float: left;
    padding: 35px 15px 0 45px
}
.single.post .post-content .post-gallery .gallery li {
    float: left;
    max-width: 45%;
    width: 100%;
    margin: 2%
}
.single.post .post-content .post-gallery .gallery li a {
    width: 100%;
    display: block
}
.single.post .post-content .post-gallery .gallery li a img {
    width: 100%;
    height: auto
}
@media only screen and (max-width: 580px) {
    #site-header .poland-emblem {
        display: none
    }
    .new-flag{
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    #site-content #gallery .gallery-content .gallery-list {
        max-width: 95%;
        width: 100%;
        margin: 0 auto
    }
    #site-content #gallery .gallery-content .gallery-list .gallery-item {
        max-width: 100%;
        width: 100%;
        margin: 0
    }
}
@media only screen and (max-width: 460px) {
    #site-header .site-nav-content .mobile-menu {
        top: 0;
        right: 10px
    }
    #site-content .left-content .articles-list .article-list-item .article-header .article-title {
        position: relative;
        background: #00407c;
        bottom: 0;
        left: 0
    }
    #site-content .left-content .articles-list .article-list-item .article-header .article-thumbnail {
        display: none
    }
    .single-article a
    {
        text-decoration: none;
    }
}
html {
    height: 100%
}
.home {
    height: 100%;
    position: relative
}
.home .container-fluid {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0
}
.home .row-fluid {
    height: 100%;
    display: table-cell;
    vertical-align: middle
}
.home #site-name {
    margin: 15px auto
}
.home .log-in-panel {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px
}
.home .log-in-panel label {
    text-transform: uppercase
}
.home .log-in-panel input:focus,
.home .log-in-panel textarea:focus {
    outline: 0;
    border: 1px solid #ef8307;
    box-shadow: none
}
table {
    background: #fff
}
