@font-face {
    font-family: 'worksans';
    src: url('../fonts/worksans-regular.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/worksans-regular.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/worksans-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/worksans-regular.ttf') format('truetype') /* Safari, Android, iOS */

}

@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneueltcom-thcn.eot'); /* IE9 Compat Modes */
    src: url('../fonts/helveticaneueltcom-thcn.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/helveticaneueltcom-thcn.woff') format('woff'), /* Modern Browsers */ url('../fonts/helveticaneueltcom-thcn.ttf') format('truetype') /* Safari, Android, iOS */

}

@font-face {
    font-family: 'helveticaneueb';
    src: url('../fonts/helveticaneueltcom-bdcn.eot'); /* IE9 Compat Modes */
    src: url('../fonts/helveticaneueltcom-bdcn.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/helveticaneueltcom-bdcn.woff') format('woff'), /* Modern Browsers */ url('../fonts/helveticaneueltcom-bdcn.ttf') format('truetype') /* Safari, Android, iOS */

}

body {
    font-family: Open Sans, worksans, serif;
    font-size: 16pt;
    font-weight: 400;
    background-image: url(../img/bg.png);
    background-position: center top;
    color: #0866B2;
}

.container {
    background-color: #FFF;

}

.page {
    padding-bottom: 50px;
}

.navbar-inverse {
    background-color: #444;
    border: 0;
    color: #DDD;
}

.navbar-inverse.purple {
    background-color: #E84D15;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.navbar-inverse.grey, .navbar {
    background-color: #CCC;
    margin: 0;
    border: 0;
    border-radius: 0;

}

.navbar-inverse .navbar-nav > li > a {
    color: #FAFAFA;
    background-color: #D1141A;
    margin-right: 4px;
    margin-top: 7px;
}

a {
    color: #0E76CC;
    cursor: pointer;
}

.nav a {
    color: #FFF;
}

a:hover {
    text-decoration: none;
}


.no-margin, .margin0 {
    margin: 0 !important;
}

.margin-5 {
    margin: 0 -5px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border, .noborder {
    border: 0;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.paddingright {
    padding-right: 3%;
}

.padding0 {
    padding: 0 !important;
}

.padding1p {
    padding: 1%;
}

.padding2p {
    padding: 2%;
}

.margintop10 {
    margin-top: 10px;
}

.margintop0 {
    margin-top: 0;
}

.margin5 {
    margin: 5px;
}

.marginbottom0 {
    margin-bottom: 0;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.margin13 {
    margin: 13px;
}

h1 .small, h2 .small, h3 .small {
    color: #82b9e5;
}

.jumbotron h1 {
    color: #0E76CC;
    font-size: 30pt;
    font-weight: 300;
    line-height: 120%;
}

.jumbotron.bg-gold h1 {

}

.jumbotron p {
    font-weight: 300;
}

.text-gold {
    color: #1780d6;
}

.text-golddark {
    color: #0E76CC;
}

.text-grey {
    color: #AAA;
}

.btn {
    text-transform: uppercase;
    font-family: "Oswald", serif;
}

.btn-grey {
    background-color: #888;
    border-color: #666;
    color: #FFF;
}

.btn-huge:hover, .btn-huge:active, .btn-huge:focus, .btn-huge.focus, .btn-huge:active, .btn-huge.active,
.open > .dropdown-toggle.btn-huge, .btn-huge:active:hover, .btn-huge.active:hover,
.open > .dropdown-toggle.btn-huge:hover, .btn-huge:active:focus, .btn-huge.active:focus,
.open > .dropdown-toggle.btn-huge:focus, .btn-huge:active.focus, .btn-huge.active.focus,
.open > .dropdown-toggle.btn-huge.focus {
    background-color: #BBB;
    border-color: #AAA;
    color: #FFF;
}

.btn-huge {
    padding: 50px 30px;
    font-size: 2em;
    font-weight: 100;
    background-color: #FAFAFA;
    border-color: #EEE;
}

.btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey.focus, .btn-grey:active, .btn-grey.active,
.open > .dropdown-toggle.btn-grey, .btn-grey:active:hover, .btn-grey.active:hover,
.open > .dropdown-toggle.btn-grey:hover, .btn-grey:active:focus, .btn-grey.active:focus,
.open > .dropdown-toggle.btn-grey:focus, .btn-grey:active.focus, .btn-grey.active.focus,
.open > .dropdown-toggle.btn-grey.focus {
    background-color: #666;
    border-color: #555;
    color: #FFF;
}

.dropdown-menu {
    background-color: #D1141A;
    width: auto;
    min-width: 134px;
    border: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 16px;
    clear: both;
    color: #FAFAFA;
    white-space: nowrap;
    border-bottom: 1px solid #E84D15;
    font-size: 12pt;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #D1141A;
}

.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #D1141A;
}

.navbar-nav li a:hover, .dropdown-menu > li > a:hover {
    background-color: #E84D15;
    color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
}

.btn-project, a.btn-project {
    background-color: #1780d6;
    border-color: #0E76CC;
    color: #FFF;
}

.btn-lgrey, a.btn-lgrey {
    background-color: #CCC;
    border-color: #CCC;
    color: #FFF;
    /* cursor:auto; */
}

.btn-lgrey:hover, a.btn-lgrey:hover {
    color: #FFF;
}

.btn-default {
    color: #888;
}

.btn-project:hover, .btn-project:active, .btn-project:focus, .btn-project.focus, .btn-project:active, .btn-project.active,
.open > .dropdown-toggle.btn-project, .btn-project:active:hover, .btn-project.active:hover,
.open > .dropdown-toggle.btn-project:hover, .btn-project:active:focus, .btn-project.active:focus,
.open > .dropdown-toggle.btn-project:focus, .btn-project:active.focus, .btn-project.active.focus,
.open > .dropdown-toggle.btn-project.focus {
    background-color: #0E76CC;
    border-color: #096aba;;
    color: #FFF;
}

.btn-gold {

    color: #FFF;
}

.btn-gold:hover, .btn-gold:active, .btn-gold:focus, .btn-gold.focus, .btn-gold:active, .btn-gold.active,
.open > .dropdown-toggle.btn-gold, .btn-gold:active:hover, .btn-gold.active:hover,
.open > .dropdown-toggle.btn-gold:hover, .btn-gold:active:focus, .btn-gold.active:focus,
.open > .dropdown-toggle.btn-gold:focus, .btn-gold:active.focus, .btn-gold.active.focus,
.open > .dropdown-toggle.btn-gold.focus {
    background-color: #AA894B;
    border-color: #AA894B;
    color: #FFF;
}

.btn-kafel {
    font-size: 12pt;
    white-space: inherit;
}

.btn-kafel.sm {
    font-size: 10pt;
}

.glyphicon {
    font-size: 16pt;
    vertical-align: middle;
}

.btn-note {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin: 2px 1px;
    border-radius: 4px;
}

.comm-note {
    margin: 2px 1px;
    padding: 3px 6px;
    border-radius: 4px;
    color: #FFF;
}

.level-1 {
    background-color: #CD1C26;
}

.level-2 {
    background-color: #DE1D0F;
}

.level-3 {
    background-color: #FF7800;
}

.level-4 {
    background-color: #FFBA00;
}

.level-5 {
    background-color: #CDD614;
}

.level-6 {
    background-color: #9ACD32;
}

.level-7 {
    background-color: #5BA829;
}

.level-8 {
    background-color: #3F7E00;
}

.level-9 {
    background-color: #305D02;
}

.level-0 {
    background-color: #888;
}


.bold, .jumbotron p.bold {
    font-weight: 400;
}

.extrabold {
    font-weight: 700;
}

.nobold {
    font-weight: 300;
}

.transp {
    opacity: 0.7;
}

.oswald {
    font-family: Oswald, serif;
}

.work-sans {
    font-family: Open Sans, serif;
}

.navbar-form dt, .navbar-form dd {
    float: left;
}

.navbar-default {
    background-color: transparent;
    border: 0;
}

.navbar-default .navbar-nav {
    float: none;
    overflow: hidden;

}

.navbar {
    min-height: auto;
}

.navbar-default .navbar-nav > ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

.navinew div {
    background-color: #0E76CC;
    padding: 1.5% 0.5%;
    text-align: center;
}

.navinew.new div {
    background-color: #0E76CC;
    padding: 1.5% 0.5%;
    text-align: center;
}

.navinew div a {
    color: #FFF;
    font-family: Oswald, helveticaneue, serif;
    font-size: 18pt;
    font-weight: 400;
}

.navinew.new div a {
    padding: 1% 3%;
}

.navinew.new div a:hover {
    background-color: #096aba;
}

.navbar-link ul li {
    float: left;
    list-style: none;
    padding: 0.8% 3.5%;
}

.navbar-link ul li a {
    color: #111;
    text-transform: uppercase;
    font-size: 11pt;
}

.bg-white, .navinew div.bg-white {
    background-color: #FFF;
}


h2, h3 {
    margin-bottom: 20px;
    font-family: Oswald, helveticaneueb, serif;

}

h4 {
    font-weight: 300;
}

.thumbnail {
    border: 0;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 8px;
    background-color: transparent;
}

.bg-transp {
    background-image: url("../img/transp.png");
    background-color: transparent;
}

.bg-transp2 {
    background-image: url("../img/transp2.png");
    background-color: transparent;
}

.bg-transp3 {
    background-image: url("../img/transp3.png");
    background-color: transparent;
}

.bg-transp2 .form-control::-moz-placeholder {
    color: #000;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.jumbotron h1 {
    font-family: Open Sans, worksans, serif;
}

.s15 {
    font-size: 15pt;
}

.text-black {
    color: #222;
}

.text-white {
    color: #FAFAFA;
}

.kafel {
    display: block;
    float: right;
    height: 10px;
    margin: 1px 0 1px 1px;
    width: 10px;
}

.kafel.kafel-sm {
    width: 5px;
}

.soon_big {
    padding: 0 1%;


}

.carousel-caption {
    background-image: url(../img/transp2.png);
    left: 0;
    text-align: left;
    border-radius: 0 5px 5px 0;
    cursor: pointer;

}

.carousel-caption, .carousel-indicators {
    bottom: 0;
}

.grey {
    background-color: #FCF9FB;
}

#comments {
    list-style: none;
}

#comments li {
    border-bottom: 1px dotted #EEE;
    padding: 8px;
    overflow: hidden;

}

#comments li .data {
    font-size: 80%;
    padding-right: 2%;
    color: #888;
    float: left;
}

#comments li .autor {
    font-weight: bold;
}

.form-control {
    font-size: 12pt;
}

.ui-menu .ui-menu-item {
    font-family: Open Sans, serif;
    font-size: 12pt;
    z-index: 2000;
}

.ui-autocomplete {
    z-index: 2000;
}

.promo_div {
    height: 166px;
    border-radius: 5px;
    position: relative;
    background-color: #aaa;
    background-position: center;
    cursor: pointer;
}

.vip {
    border: 8px solid #1780d6;
}

.simple_div {
    height: 166px;
    border-radius: 5px;
    background-color: #FAFAFA;
    cursor: pointer;
    border-bottom: 1px solid #DDD;
    background-image: url('img/logo_bg3.png');
    background-position: right;

}

.navbar-brand > img {
    padding: 5px 0 5px 15px
}

.promo_div div {
    padding: 1% 2%;
    bottom: 0;
    position: absolute;
    border-radius: 0 0 5px 5px;
    width: 100%;
}

.simple_div div {
    border-radius: 5px;
    height: 166px;
    padding: 4%;
    width: 100%;
}

.promo_div:hover, .simple_div:hover {
    opacity: 0.8;
}

.capitalic {
    text-transform: uppercase;
}

.small-xs {
    font-size: 75%;
}

.radius {
    border-radius: 5px;
}

.blog_div {
    height: 146px;
    border-radius: 5px;
    position: relative;
    background-color: #aaa;
    background-position: center;
    cursor: pointer;
    background-size: 420px;
}

._first {
    height: 400px;
    background-size: 860px;
}

.blog_div h2, .blog_div h3, .blog_div h4, .blog_first_div h2, .blog_first_div h3, .blog_first_div h4 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    margin-bottom: 5px;
    position: absolute;
    bottom: 5%;
}

.blog_div p {

}

.s12 {
    font-size: 12pt;
}

.s13 {
    font-size: 13pt;
}

.s14 {
    font-size: 14pt;
}

.s15 {
    font-size: 15pt;
}

.s20 {
    font-size: 20pt;
}

.s25 {
    font-size: 25pt;
}

.s30 {
    font-size: 30pt;
}

.disable {
    opacity: 0.6;
}

#big_loading {
    position: absolute;
    z-index: 2000;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: black;
    opacity: 0.4;
    background-image: url("img/loading2.gif");
    margin: 2%;
    width: 94%;
    height: 93%;
}

.blog_arch {
    list-style: none;
    padding: 0
}


#gallery, .gal {
    padding: 0;

    list-style: none;
    overflow: hidden;
}

#gallery li, .gal li {


}

#gallery li:hover, .gal li:hover {

}

#gallery a, .gal a {

}

.btn-prev, .btn-next {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.btn-prev {
    left: 0;
    float: left;
    margin-left: 1%;
    background-image: url(../img/prev.png);
    background-position: left;
}

.btn-next {
    right: 0;
    float: right;
    margin-right: 1%;
    background-image: url(../img/next.png);
    background-position: right;
}

.btn-prev:hover, .btn-next:hover {
    opacity: 1;
}


#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #222;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 0;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
    margin-left: 1%;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
    margin-right: 1%;
}

#lightbox-container-image-data-box {
    background-color: #222;
    margin: 0 auto;
    overflow: auto;
    padding-top: 10px;
    width: 100%;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
    opacity: 0;
}

#lightbox-secNav-btnClose {
    width: 52px;
    float: right;
    padding-bottom: 0.7em;
}


@media (min-width: 768px) and (max-width: 991px) {
    .navinew div a {
        font-size: 80%;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 22pt;
        margin-bottom: 1%;
    }

    h2 {
        font-size: 19pt;
        margin-bottom: 1%;
    }

    h3 {
        font-size: 14pt;
        margin-bottom: 1%;
    }

    .carousel-caption {

        bottom: 0;
        padding: 10% 2% 15%;
    }
}

@media (max-width: 1200px) {

    .navinew.new div a {
        padding: 1% 2%;
        font-size: 95%;
    }


}

@media (max-width: 991px) {
    .navbar-link ul li {
        padding: 1% 2%;
    }

    .navinew {
        padding-bottom: 1px;
        margin-top: 16px;

    }

    .navinew.new div a {
        padding: 1% 1%;
        font-size: 80%;
    }

}

@media (max-width: 768px) {

    .navinew.new div a {
        padding: 1% 2%;
        font-size: 100%;
    }

    .navinew {
        padding-bottom: 0;
        margin-top: 0;
    }

}

@media (max-width: 620px) {


    .navinew.new div a {
        padding: 1% 4%;
        font-size: 90%;
    }


}

@media (max-width: 400px) {

    .navinew div a {
        font-size: 90%;
    }

    .navinew.new div a {
        padding: 1% 6%;
        font-size: 80%;
    }

    .hidden-xxs {
        display: none;
    }


}


table td.abo3, table tr.abo3 td {
    color: #EB142F;

}

table td.abo2, table tr.abo2 td {
    color: #329B1A;

}

table td.abo1, table tr.abo1 td {
    color: #1192CE;

}

.padding1table td {
    padding: 1px;
}


.pyt2020, #pytania p.pyt2020, #odpowiedzonka.pyt2020 {
    background-color: #EEE;
    border-color: #bbb white white #bbb;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    display: block;
    /*    font-weight: bold;*/
    margin: 3% 2%;
    padding: 3% 2% 4%;
    color: #0866b2;
    line-height: 150%;
}

.pyt2020.flat, #pytania p.pyt2020.flat {
    border-color: #F1F1F1;
    background-color: #F1F1F1;
    /*margin: 3% 1%;*/
}

.odp2020 {
    background-color: #0866b2;
    border-color: white #000 #000 white;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    color: #fff6ee;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 0.5em;
    padding: 0.5em;
    text-align: center;
    line-height: 200%
}

.odp2020:hover {
    background-color: #A4E151;
    color: #0866b2;
}

#odpowiedzonka.znajdzlitere {
    border-color: #ccc white white #ccc;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin: 1%;
    padding: 1% 3%;
    font-weight: normal;
    overflow: hidden;
}

#odpowiedzonka.znajdzlitere span {
    border-radius: 6px;
    padding: 0 3px;
    cursor: pointer;
    margin: -3px;
}

#odpowiedzonka.znajdzlitere.wide span {
    padding: 0 12px;
}

@media screen and (max-width: 770px) {
    #home li {
        float: left;
        width: 11%;

    }

    #home li a {
        font-family: verdana, serif;
        font-weight: bold;
        padding: 8px 10px;
        margin: 0;
        text-align: center;
    }
}

h1 img.grade {
    height: 28px;
    margin: 9px 10px 10px 0;

}

.s30, #pytanko.s30, #pytania p.znajdzwyraz.s30 {
    font-size: 30pt;
}

.s25, #pytanko.s25, #pytania p.znajdzwyraz.s25 {
    font-size: 22pt;
}

.s18, #pytanko.s18, #pytania p.znajdzwyraz.s18 {
    font-size: 18pt;
}

.s15, #pytanko.s15, #pytania p.znajdzwyraz.s15 {
    font-size: 15pt;
}

.s40 {
    font-size: 40pt;
}

#pytanko span {
    margin: 1px;
}

.zazn {
    background-color: #AAD7FF;
}

#pytania .pyt2020.normal {
    font-weight: normal;
}

#pytania .pyt2020 b {
    /*color: #D85817;*/
    background-color: #A7E256;
    border-radius: 4px;
    padding: 2px 5px;
}

#area {
    position: relative;
}

#taknie {
    left: 28%;
    top: 20px
}

#taknie #tak {
    background-color: #579901;
    border-radius: 20pt;
    font-size: 50pt;
    font-family: open sans, verdana, serif;
    font-weight: 700;
    padding: 5px 28px;
    display: none;
}

#taknie #nie {
    background-color: #dd0000;
    border-radius: 20pt;
    font-size: 50pt;
    font-family: open sans, verdana, serif;
    font-weight: 700;
    padding: 5px 32px;
    display: none;
}

#stopka {
    font-size: 8pt;
}

#comments_res #dodajkom {
    background-color: rgb(170, 215, 255);
    border-radius: 8px;
    border-bottom: 2px solid rgb(97, 151, 198);
    padding: 7px 16px 4px;
    margin: 14px 10px 6px;
}

#podp img {
    width: 120px;
    right: 40px;
}

#pytanko.s50, #pytania #pytanko.s50 p, #pytania.s50 p, #pytania p.znajdzwyraz.s50, .s50 {
    font-size: 50pt;
}

#pytanko.s30, #pytania #pytanko.s30 p, #pytania.s30 p, #pytania p.znajdzwyraz.s30, .s30 {
    font-size: 30pt;
}

#odpowiedzonka input {
    color: #47750a;
    font-weight: bold;
    text-align: center;
    padding: 2px 10px;
}

#odpowiedzonka input.left {
    font-weight: normal;
    text-align: left;
}

#odpowiedzonka input.text-black, #pytania .pyt2020.text-black {
    color: #222;
}

#odpowiedzonka.dyktando2020 input.input-wrong {
    background-color: #fca58f;
    border-color: #ef7756;
    /*    color:#962828;*/

}

#odpowiedzonka.dyktando2020 input.input-ok, .input-ok {
    background-color: #c0f27b;
    border-color: #91ce3b;
    /*    color:#64961f;*/
}

@media screen and (max-width: 600px) {
    #inner.marginall, #inner2.marginall {
        width: 100%;
    }

    #podp img {
        width: 80px;
        right: 10px;
    }

    .informacje, #area.bajka.artykul {
        font-size: 10pt;
    }

    #comments .data, #comments_res .data {
        font-size: 8pt;

    }

    #comments ul, #comments_res ul {
        padding: 0;
    }


    #stopka, #stopka a {
        font-size: 7pt;
    }

    #comments_res h1 {
        margin-top: 18px;
        margin-left: 10px;
    }

    #comments_res #dodajkom {
        padding: 7px 10px 4px;
        margin: 14px 10px 6px 0;
    }

    .log_form, .log_form ol li, .log_form ul li {
        font-size: 10pt
    }

    .footer .container {
        padding: 10px 0;
    }

    .tab-menu .tab-content a {
        padding: 10px
    }

    #wyraz .box, .boxhuge {
        background-size: 48px;

        font-size: 20pt;

        width: 49px;

        line-height: 30pt;
        height: 50px;
    }

    #taknie #tak, #taknie #nie {
        font-size: 22pt;

        border-radius: 14px;
    }

    h1 img.grade {
        height: 22px;
        margin: 2px 6px 4px 0;
    }

    #pytanko.s50, #pytania #pytanko.s50 p, #pytania.s50 p, #pytania p.znajdzwyraz.s50, .s50 {
        font-size: 30pt;
        line-height: 125%;
    }

    #pytanko.s30, #pytania p.znajdzwyraz.s30, #pytania p.s30 {
        font-size: 21pt;
        line-height: 125%;
    }

    #pytanko.s25, #pytania p.znajdzwyraz.s25, .s25 {
        font-size: 16pt;
        line-height: 125%;
    }

    #pytanko.s18, #pytania p.znajdzwyraz.s18 {
        font-size: 13pt;
        line-height: 125%;
    }

    .kostkahuge4.huge5 {
        font-size: 18pt;
        padding: 1%;
        margin: 1% 0;
        width: 100%;
    }

    content h1 {
        font-size: 15pt;
        margin: 0;
        padding: 0 2% 2%;
    }

    .pyt2020 {
        margin: 4% 0;
    }

    .odp2020 {
        margin: 1%;
        width: 97%;
        padding: 3%;
        line-height: 125%;
    }

    #pytania p {
        /*font-size: 14pt;*/
        line-height: 150%;
        padding: 3%;
    }

    #mis, #mis1, #mis2, #mis3 {
        max-width: 28px;
    }

    .s30 {
        font-size: 20pt;
    }

    .s50, .btn-matzoo.s50 {
        font-size: 34pt;
    }

    .s14 {
    }


    .s20 {
        font-size: 14pt;
        line-height: 150%;
    }

    .s15 {
        font-size: 12pt;
        line-height: 150%;
    }

    .s18 {
        font-size: 15pt;
    }

    .s13 {
        font-size: 11pt;
        line-height: 150%;
    }

    .s11 {
        font-size: 9pt;
    }

    .s14 p, #pytania .s14 p {
        margin: 0;
        padding: 5px 0;
    }

    .s13 p, #pytania .s13 p {
        margin: 0;
        padding: 5px 0;
    }

    .punkty {
        font-size: 8pt;
        font-weight: 100;
    }

    #wszystkie, #dobre {
        font-size: 20pt;
    }

    .chmurka {
        font-size: 11pt;
        border: 0;
        border-radius: 0;
        background-color: #FFF;
        margin-top: 0;
        padding: 0;
    }

    #pytania .kostkahuge8.huge8 {
        font-size: 18pt;
    }

    #area.area_green, .area_green, #area_res {
        min-height: 220px;
    }

    .sinner {
        min-height: auto;
    }

    #music a {
        display: none;
    }

    #music {
        height: 25px;
    }

    .padding5p {
        padding: 1%;
    }

    .kostkawyraz.long {
        line-height: 110%;
        padding: 2% 3%;
    }

    .wyr {
        font-size: 25pt;
        line-height: 72pt;
    }

    .wyrbox {
        float: left;
        width: 58px;
    }

    .wyrbox input {

        border-width: 5px;
        font-size: 25pt;
        width: 50px;
        margin: 4px;
        margin-top: 18px;

    }

    #task_area {
        background-size: 30%;

    }

    .kostka {
        font-size: 18pt;

        width: 140px;
        height: 80px;
        line-height: 44pt;
        margin: 1px;
    }

    .oinner, .tgame.game_blue .tinner {
        min-height: 300px;
    }

    .s20 {
        font-size: 15pt;
    }

    .s35 {
        font-size: 25pt;
    }

    .s40 {
        font-size: 28pt;
    }
}

.uppercase {
    text-transform: uppercase;
}

.btn-blue {
    border: 4px solid #9BDDFF;
    border-radius: 0;
}