/* Reset styles etc. */
* {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

a {
    text-decoration: none;
    outline: none
}
ul {
    list-style: none;
}

#accessability-declaration ul {
    list-style: circle;
    padding-left: 20px;
}

#accessability-declaration p, #accessability-declaration li {
    line-height: 1.5em;
    font-size: 16px;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: left;
    font-weight: normal
}

img, fieldset, input, textarea {
    border: 0
}

a, input[type=submit] {
    cursor: pointer
}

input {
    vertical-align: middle;
    outline: none
}

img {
    vertical-align: top
}

option {
    padding-right: .5em
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0
}

/* Default fonts */
body, input, textarea, select {
    color: #0b0e42;
    font: 12px/1.5em arial, sans-serif;
}


/* BODY */
html {
    background: url(../../images/bg.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: url(../../images/glowa.png) 38% 334px no-repeat;
}

.menu-item-active {
    display: block !important;
}

#jak_dojechac {
    float: right;
    position: fixed;
    right: 0px;
    top: 200px;
    background: url(../../images/met_1.jpg) 100% 0px no-repeat;
    width: 49px;
    height: 195px;
    display: block;
    z-index: 1111;
}

#s_b {
    float: right;
    position: fixed;
    right: 0px;
    top: 400px;
    background: url(../../images/met_2.jpg) 100% 0px no-repeat;
    width: 49px;
    height: 195px;
    display: block;
    z-index: 1111;
}

#accessability-page-link__wrapper {
    padding: 10px;
    background: #3773B9;
    border: 0;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    margin-left: 20px;
    transition: background-color 0.5s ease;
}

#nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    background: #009933 linear-gradient(#009933, #096728);
    border-radius: 10px 10px 0 0;
    border-bottom: 6px solid #62B660;
}

#nav li {
    display: flex;
    align-items: center;
    position: relative;
}

#nav .index {
    padding: 0;
    height: 43px;
    overflow: hidden;
}

#nav .index img {
    vertical-align: top;
}

#nav .index:hover {
    background: none;
}

#nav .index:hover img {
    margin-top: -43px;
}

#nav a.navbar-brand {
    top: 0px;
    left: -1px;
}

#nav a {
    color: white;
    text-align: center;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.navbar {
    min-height: 43px;
    margin-bottom: 0;
}

#menu-main-navigation li a {
    display: flex;
    align-items: center;
}

#nav ul ul {
    position: absolute;
    left: -9999px;
    top: 100%;
    width: 340px;
    z-index: 9;
    background: white;
    padding: 10px 0;
}

#nav ul ul li {
    line-height: 28px;
    background: none;
    display: flex;
    color: #333;
    padding: 5px 20px 0 10px;
}

#nav ul ul a {
    float: none;
    text-align: left;
    font-weight: normal;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

#nav ul ul a:hover {
    text-decoration: underline;
}

#nav li:hover ul {
    left: 0;
}

#nav .active a {
    background: url(../../images/nav_a_bg.png) repeat-x;
}

#nav .active li a {
    background: none;
}

#nav .active li a:hover {
    background: none;
}

#nav ul ul a:hover {
    background: none;
}

#nav .tel {
    position: absolute;
    /*left:715px;*/
    left: 99%;
    top: 0;
    line-height: 43px;
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    width: 170px;
}

#nav .przetargi {
    color: #EB2C00;
    color: #F8E201;
}

#top {
    position: relative;
}

#top .slogan {
    width: 712px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../../images/slogan.png) no-repeat;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 20px;
}

#top-banner__wrapper {
    display: flex;
}

#top .godlo_rp {
    width: 150px;
    height: 177px;
    position: absolute;
    bottom: 10px;
    right: 25px;
    z-index: 99;
}

/*#top .godlo_rp {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 105px;
	left: -155px;
}*/

#top img {
    float: left;
}

#top .desc h2 {
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#top .desc h2#sponsor-heading {
    margin: 20px 0;
}

#top .desc p {
    color: #fff;
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 13px;
    border-bottom: 1px dotted #fff;
}

#top .desc p strong {
    font-size: 14px;
}

#top .desc a {
    display: inline-block;
}

#sponsorzy a {
    margin-left: 0px !important;
}

#footer {
    position: relative;
}

#footer .footer {
    height: 190px;
    background: url(../../images/footer_2.png) repeat-x;
    padding: 20px 30px;
}

#copyright-footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 0 0 4px 4px;
}

#copyright-footer__wrapper .row {
    margin: 10px 0 10px;
    width: 100%;
}

#footer .copy {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 0 10px;
}

#footer .design {
    color: #fff;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 0 10px;
}

#footer .design a {
    color: #fff;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li {
    float: left;
    width: 196px;
    height: 160px;
    list-style: none;
    margin: 0;
    padding: 0px 0px 10px 0px;
    margin-right: 40px;
    border-bottom: solid 2px #b8f56c;
}

#footer li.box_4 {
    margin: 0;
}

#footer h2 {
    font-size: 18px;
    color: #595959;
    padding: 0;
    margin-bottom: 10px;
    font-family: "Arial", Sans-Serif;
    vertical-align: middle;
    line-height: 36px;
}

#footer h2 a {
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
    text-shadow: 1px 1px 0px #659b12;
    filter: dropshadow(color=#659b12, offx=1, offy=1);
}

#footer img {
    margin-left: 2px;
    border: solid 2px #b8f56c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#footer .box_1 b {
    color: #e04a04;
}

#footer .box_2 b {
    color: #2a00ff;
}

#footer .box_3 b {
    color: #ffc000;
}

#footer .box_4 b {
    color: #B41414;
}



/*#home li {*/
/*    float: left;*/
/*    width: 196px;*/
/*    height: 160px;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0px 0px 10px 0px;*/
/*    margin-right: 40px;*/
/*    border-bottom: solid 2px #e1e1e1;*/
/*}*/

#home li.box_4 {
    margin: 0;
}

#home li.box_8 {
    margin: 0;
}

#home h2 {
    vertical-align: middle;
    font-size: 18px;
    color: #595959;
    padding: auto 0px;
    margin-bottom: 10px;
    font-family: "Arial", Sans-Serif;
    line-height: 36px;

}

#home h2 a {
    vertical-align: middle;
    color: #595959;
    line-height: 18px;
    display: inline-block;
}

#home li img {
    margin-left: 2px;
    border: solid 2px #e1e1e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#home .box_1 b {
    color: #f2560c;
}

#home .box_2 b {
    color: #5a29c0;
}

#home .box_3 b {
    color: #0d72e6;
}

#home .box_4 b {
    color: #6ecf03;
}

.mapka {
    text-align: center;
}

.mapka img {
    padding: 3px;
    border: 1px solid #ccc;
}

.entry h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #1269D6;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 5px;
    /*margin:0 0 15px;*/
}

.entry h2 {
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 0;
    font-size: 13px;
    line-height: 180%;
    color: #1269D6;
}

.entry h2.alt {
    margin-bottom: 0px;
}

.entry h3 {
    font-weight: normal;
    margin: 10px 0 10px;
    padding: 0;
    font-size: 12px;
    line-height: 180%;
    color: #E66E02;
}

.entry ul {
    margin: 0 0 1.5em;
}

#footer .inner-box__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 209px;
}

#footer .inner-box__wrapper a {
    line-height: 1.2em
}

#footer .inner-box__wrapper img {
    margin: 0;
}

.entry ul li {
    margin: 0 0 5px;
    border-bottom: 1px solid #DEDEDE;
    background: #f1f9fe url(../../images/li.png) 5px 11px no-repeat;
    padding: 5px 5px 5px 20px;
    font-style: normal;
    color: #153143;
}

.entry ul.normal {
    margin-left: 2em;
}

.entry ul.normal li {
    margin: 0 0 5px;
    border-bottom: 0;
    background: none;
    padding: 0;
    font-style: normal;
    color: #6C6C6C;
    list-style: disc;
}

.entry a {
    color: #1269D6;
    font-weight: bold;
    text-decoration: underline;
}

.entry a:hover {
    color: #1269D6;
}

.entry .logo {
    color: #F2311F;
}

.entry p {
    margin: 0 0 1em;
}

.entry ol {
    margin: 0 0 1.5em 2em;
}

.entry ol li {
    margin: 0 0 1em;
}

.entry ol li ul {
    margin: 0 0 1em 3em;
}

.entry ol li li {
    margin: 0 0 .5em;
}

.entry ol li li li {
    margin: .5em 0 0;
    list-style: circle;
}

.entry ul.col2 {
}

.entry ul.col2 li {
    width: 300px;
    float: left;
}

.entry .o {
    color: #1269D6;
}

.pic {
    float: left;
    margin-right: 10px;
}

.pic_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #cacaca
}

.pic_right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #cacaca
}

.c {
    color: #1269D6;
}

/* page: Kontakt */
#kontakt_form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    margin-left: 50px;
}

#kontakt_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#kontakt_form li {
    margin: 0 0 10px;
    padding: 0;
    width: 295px;
    float: left;
    list-style: none;
    background: none;
}

#kontakt_form label {
    display: block;
    font-size: 13px;
    color: #A0A0A0;
    line-height: 20px;
    text-align: left !important;
}

#kontakt_form input {
    border: 1px solid #DADADA;
    padding: 7px;
    width: 260px;
    margin: 0;
    background: #FBFBFB;
    color: #000000;
    font-size: 11px;
}

#kontakt_form textarea {
    border: 1px solid #DADADA;
    padding: 7px;
    width: 555px;
    height: 130px;
    background: #FBFBFB;
    color: #000000;
    font-size: 11px;
}

#kontakt_form input.btn {
    padding: 3px;
    background: #0093DD;
    width: 150px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#success {
    color: green;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 12px;
    margin-left: 50px;
}

#errors {
    color: red;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 12px;
    margin-left: 50px;
}

#errors li {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

#kontakt_dane {
    overflow: hidden;
    zoom: 1;
}

#kontakt_dane div {
    width: 220px;
    float: left;
}

#kontakt_dane p {
    color: #1B5068;
    line-height: 24px;
    padding: 0 0 0 5px;
    text-align: left;
}

#kontakt_dane h2 {
    color: red;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
    font-size: 14px;
}

#kontakt_dane h3 {
    color: red;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px;
    font-size: 14px;
}

.kontakty {
    width: 100%;
}

.kontakty th {
    padding: 5px;
    border: 1px solid #ccc;
    background: #B10B07;
    color: #fff;
    font-weight: bold;
}

.kontakty td {
    padding: 5px;
    border: 1px solid #ccc;
}

.kontakty td a {
    font-weight: normal;
}

#main {
    background: #fff url(../../images/content.png) 0 -10px no-repeat;
}

#content {
    padding: 25px 30px;
}

.content_left {
    width: 650px !important;
    float: left !important;
    /*padding:0 0 30px!important;*/
}

#content b.r {
    color: #DB2200;
}

#content span.r {
    color: #DB2200;
}

#side {
    /*    width:235px;*/
    float: left;
    padding: 0 43px 30px 33px;
}

#side h2 {
    color: #383838;
    font-size: 22px;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 5px;
    margin: 0 0 15px;
}

#side h2.s {
    font-size: 20px;
}

#side h2 b {
    color: #1269D6;
}

#side li {
    font-size: 11px;
    margin-bottom: 6px;
}

#side li.sub2 {
    background: url(../../images/subnav2.png) no-repeat;
}

#side li a {
    display: block;
    color: #202427;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../../images/nav_li.png) repeat-x;
    line-height: 1.5em;
    padding: 10px 30px 10px 18px;
    border-bottom: solid 1px #c2e9f1;
    text-shadow: -1px -1px 0px #c1e9f7;
    font-size: 14px;
}

#side li a:hover, #side > ul > li.active > a {
    color: #202427;
    background: #c8e548 url(../../images/nav_li_selected.png) repeat-y;
    text-shadow: -1px -1px 0px #fff9cf;
}

#side li li {
    margin: 0;
}

.menu-oferta-edukacyjna-container li ul {
    display: flex;
    flex-direction: column;
}

#side li li a {
    color: #202427;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 0 0 40px;
    background: url(../../images/nav_li.png) -175px -8px repeat-x;
    text-transform: none;
}

#side li li a:hover, #side li > ul > li.active a {
    background: #c8e548 url(../../images/nav_li_selected.png) -175px -8px repeat-y;
}

#side li li:last-child {
    border: 0
}

#side .active a {
    color: #202427;
    text-shadow: -1px -1px 0px #fff9cf;
}

#side .active li a {
    font-weight: normal;
}

#side .active li.active a {
    font-weight: bold;
}

#mapa {
    float: right;
    width: 450px;
}

#mapa iframe {
    padding: 1px;
    border: 1px solid #ccc;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

ul.pics {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

ul.pics li {
    padding: 0 10px 10px;
    float: left;
    margin: 0;
    list-style: none;
}

ul.pics img {
    background: #fff;
    padding: 3px;
    border: 1px solid #CDCDCD;
}

.logor {
    float: right;
}

ul.logos {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.logos li {
    width: 215px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    float: left;
    text-align: center;
    border: 1px solid #cacaca;
    margin: 10px 5px;
    display: inline;
    padding: 0;
    background: none;
}

ul.logos li img {
    vertical-align: middle;
}

ul.gal {
    overflow: hidden;
    margin-right: -30px;
}

ul.gal li {
    list-style: none;
    float: left;
    background: none;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
    border: 0;
}

ul.gal a {
    display: block;
    width: 200px;
    text-align: center;
    padding: 3px;
    border: 1px solid #cacaca;
    margin: 0 0 5px;
}

ul.gal a img {
    border: 0px !important;
    float: none !important;
    display: inline-block !important;
}

ul.gal a.link {
    width: auto;
    height: auto;
    border: 0;
    display: inline;
}

.kontakt {
    float: left;
    width: 400px;
}

.kontakt h2 {
    margin: 0px;
    color: #666;
    padding: 5px 0 0;
}

span.k_left {
    float: left;
    margin-right: 10px;
    width: 100%;
    padding: 5px;
}

span.k_left img {
    float: left;
    margin: 0px 5px;
}

div.k_left {
    float: left;
    padding: 0px 5px;
}

.news {

    overflow: hidden;

    zoom: 1;

    padding: 0 0 10px;

    margin: 0 0 30px;

    border-bottom: 1px solid #D7DBDE;

}

.news img {
    float: left;
    margin-right: 14px;
    padding: 2px;
    border: 1px solid #CCD6E0;
}

.news h2 {
    margin-top: 0px;
}

.news .text_more {
    display: none;
}

.news .text_more img {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#sponsorzy_wrap {
    position: relative;
    background: url(../../images/partnerzy_bg.jpg) 0 0 no-repeat;
    text-align: center;
    padding: 2px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
}

#sponsorzy {
    position: relative;
    height: 80px;
    text-align: center;
    padding: 3px;
    overflow: hidden;
    width: 100%;
}

#sponsorzy img {
    display: inline-block;
    height: 80px;
    width: auto;
    float: none;
}

#zawody {
    position: relative;
    height: 154px;
}

#zawody img {
    position: absolute;
    left: 0;
    top: 0;
}

/* page: Kontakt */
#kontakt_form {
    border: 0;
    padding: 0;
    margin: 30px 0 0
}

#kontakt_form fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

#kontakt_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#kontakt_form li {
    margin: 0 0 10px;
    padding: 0;
    width: 295px;
    float: left;
    list-style: none;
    background: none;
    font-style: normal;
    border: 0;
}

#kontakt_form label {
    display: block;
    font-size: 13px;
    color: #A0A0A0;
    line-height: 20px;
    text-align: left !important;
}

#kontakt_form input {
    border: 1px solid #DADADA;
    padding: 7px;
    width: 260px;
    margin: 0;
    background: #FBFBFB;
    color: #000000;
    font-size: 11px;
}

#kontakt_form textarea {
    border: 1px solid #DADADA;
    padding: 7px;
    /*width:555px;*/
    height: 130px;
    background: #FBFBFB;
    color: #000000;
    font-size: 11px;
}

#kontakt_form input.btn {
    padding: 3px;
    background: #0093DD;
    width: 150px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#success {
    color: green;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 12px;
    margin-left: 50px;
    padding: 10px !important;
    border: 1px solid green;
}

#errors {
    color: red;
    font-size: 12px;
    margin-left: 50px;
    padding: 10px !important;
    border: 1px solid red;
    overflow: hidden;
    zoom: 1;
    margin: 0 0 10px !important;
}

#errors li {
    color: red;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

table.normal {
    width: 100%;
    margin: 0 0 1em;
}

table.normal th {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    background: url(../../images/table_normal_bg.jpg) repeat-x;
}

table.normal td {
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
}

table.normal tr:nth-child(even) td {
    background: #f7f7f7;
}

table.normal_nc th {
    text-align: left;
}

table.normal_nc td {
    text-align: left;
}

table.normal2 {
    width: 100%;
    margin: 0 0 1em;
}

table.normal2 th {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    background: yellow;
}

table.normal2 td {
    text-align: left;
    padding: 5px;
    border: 1px solid #ccc;
    vertical-align: top;
    font-size: 11px;
    line-height: 13px;
}

table.normal2 tr:nth-child(even) td {
    background: #f7f7f7;
}

table.normal2 .autor {
    white-space: nowrap;
}

.pag_nav {
    text-align: right;
}

.pag_nav a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../images/pag.png) no-repeat;
    color: #7c7c7c;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

.pag_nav a.active {
    background-position: 0 -20px;
    color: #fff;
}

/*
.col
{
	float: left;
	width: 420px;
	text-align: center;
}

.col ul.boksy li
{
	float: none;
	margin: 10px auto;
}

.c1
{
	margin-right: 76px;
}
*/

.c2 h1 {
    float: left;
    width: 100%;
    padding-top: 50px;
    color: #137200;
}

ul.boksy {
    list-style: none;
}

ul.boksy li {
    background: none;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 10px 20px;
    /*width: 244px;*/
    float: left;
}

ul.boksy li h2 {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #2E6AB0;
    line-height: 24px;
    color: #fff;
}

ul.boksy li h2 a {
    background: #2E6AB0;
    color: #fff;
    text-decoration: none;
    display: block;
}

ul.boksy li:hover h2 a {
    background: #fff;
    color: #1269D6;
}

ul.boksy li.selected {
    border: 2px solid #ccc;
    padding: 4px;
}

ul.boksy li.selected h2 a {
    background: #fff;
}

ul.boksy li.selected h2 a {
    color: #1269D6;
}

#dla_rodzicow ul.boksy li {
    width: 160px;
}

#dla_rodzicow ul.boksy li img {
    width: 160px;
    height: 110px;
}

/* POPUP */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../../images/popup_overlay.png);
}

#overlay table {
    width: 100%;
    height: 100%;
}

#overlay table td {
    vertical-align: middle;
}

#overlay_in {
    position: relative;
    width: 833px;
    height: 425px;
    margin: 0 auto;
}

#overlay_in .close {
    position: absolute;
    right: -15px;
    top: -15px;
}

ul.list_normal li {
    color: #6C6C6C;
    list-style: disc;
    margin: 0 0 0 1.5em;
    background: none;
    font-style: normal;
    list-style-position: Outside;
    border: 0;
}

li {
    list-style-position: Outside;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

div#widget_facebook {
    float: right;
    display: block;
    position: fixed;
    top: 110px;
    right: -302px;
    z-index: 1111112;
    padding: 10px;
    background: #3a5a97;
    border: 1px solid #fff;
}

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

div#widget_facebook > img#widget_facebook_logo {
    float: left;
    display: block;
    position: absolute;
    left: -50px;
    top: 20px;
    padding: 6px 11px 6px 11px;
    border-right: 0px;
    background: #3a5a97;
    cursor: pointer;
    border: 1px solid #fff;
    border-right: none;
}

#menu-main-navigation > li > a {
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

#menu-main-navigation li a:hover {
    background: #4A98E3
}

.navbar-brand:hover {
    background: #4A98E3;
    border-radius: 10px 0 0 0;

}

.info {
    background-color: #e8f2fd;
    border: solid 1px #2965ab;
    padding: 15px 20px;
    color: #0d4280;
    text-shadow: 1px 1px 0px #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

#sec-footer {
    max-width: 100vw !important;
}

#footer {
    display: flex;
    flex-direction: column;
}

#nav .menu-btn {
    display: none;
}

#nav .menu-btn:checked ~ .menu {
    max-height: 240px;
}

#nav .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

#nav .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

#nav .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

#nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}


#nav .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

#nav .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

#nav .menu-icon .navicon:before,
#nav .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}



.slick-initialized .slick-slide h2 {
    max-width: 150px;
    min-height: 50px;
    margin: 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav .menu-icon .navicon:before {
    top: 5px;
}

#nav .menu-icon .navicon:after {
    top: -5px;
}

#nav .navbar-header .menu-btn, #nav .navbar-header .menu-icon{
    display: none;
}

#top-bar h1 {
    padding: 0 20px !important;
}

@media only screen and (min-width: 1921px) {
    body {
        background: url(../../images/glowa.png) 44% 334px no-repeat
    }
}
@media only screen and (max-width: 1025px) {
    #top-banner__wrapper {
        flex-direction: column;
    }
    #top .col-lg-9 {
        padding-right: 15px;
    }
    #banner-second__wrapper {
        margin-left: 15px;
    }

    #sponsorzy_wrap {
        background: transparent;
    }

    #main {
        background: white;
    }
}

@media only screen and (max-width: 800px) {
    #nav, #menu-main-navigation {
        width: 100%;
    }
}

#main-page-content .menu-main-navigation-container {
    display: flex;
}

#main-page-content .menu-main-navigation-container .sub-menu {
    padding-left: 30px;
}

@media only screen and (max-width: 639px) {
     #nav .navbar-header .menu-icon {
        display: flex;
         justify-content: flex-end;
         max-height: 50px;
    }
    #nav .navbar-header .menu-btn, #nav .navbar-header .menu-icon, .navbar-brand {
        flex-grow: 1;
    }

    .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .menu-main-navigation-container {
        display: none;
    }

    .menu-main-navigation-container.active {
        display: flex;
        position: absolute;
        top: 100%;
        z-index: 999;
        left: 15px;
        right: 15px;
        flex-direction: column;
        bottom: 0;
        background: white;
        border-bottom: 1px solid #333
    }

    .menu-main-navigation-container li a {
        margin: 10px 0;
    }

    #nav li {
        align-items: flex-start;
        flex-direction: column;
    }

    #menu-main-navigation > li > a {
        height: 30px;
    }

    li.clicked > a > span{
        font-weight: 700;
        color: #62B660
    }

    #nav ul ul {
        position: relative;
        display: none;
        top: auto;
        width: auto;
        left: auto;
        margin-left: 30px;
        padding-left: 25px;
        border-left: 1px solid #096728;
        padding: 0;
    }

    #nav ul ul li {
        padding: 0 0 0 15px;
    }

    #menu-main-navigation {
        flex-direction: column;
        background: white;
    }

    #menu-main-navigation a {
        color: #333;
    }

    #main-page-content {
        padding: 20px;
    }
}


