@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url(/fonts/fontello-338ca310/css/portal.css);

:root {
    /* COLORS */
    --green-main: rgb(113, 184, 68);
    --green-medium: rgb(99, 165, 57);
    --important: #b80060;
	--flood: #e21e13;
	--criminal: #3379c2;
    --vlight-gray: #fafafa;
    --light-gray: #eeeeee;
    --medium-gray: #e4e4e4;
    --darker-gray: #a8a8a8;
    --dark-gray: #888888;
    --labels-black: #222;
    --red-error: #b22;
    --warning-yellow: #ebab03;
    --search-blue: #3379c2;
    --flags-orange: #eb8f00;
    --flags-black: #000;
    --flags-blue: #3379c2;
    --flags-red: #e64200;
    --flags-yellow: #fcbf00;
    --flags-muzyka-green: #3C9644;
    /* BORDER RADIUS */
    --border-corner: 4px;
    --border-btn: 8px;
    /* DIMENSIONS */
    --galley-height: 500px;
}

html,
body {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14pt;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}

@media (max-width: 576px) {
    html,
    body {
        font-size: 12pt;
    }

    #content {
        margin-top: 80px;
    }

    .icon-mobile_menu::before {
        color: var(--green-main) !important;
    }

    div.p .fb-post {
        margin-left: -4%;
        margin-right: -4%;
    }

}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: var(--green-main);
}

b, strong {
    font-weight: 700;
}

ul,
ol {
    list-style-type: none;
    padding-left: 0;
    position: relative;
}

li {
    position: relative;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

h2.error {
    font-size: .85em;
    color: var(--red-error);
}

.notify {
    font-size: .85em;
}

.hide-overflow {
    overflow: hidden !important;
}

.negative-margin {
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.btn {
    border: 0;
    border-radius: var(--border-corner);
    padding: 5px 12px;
    display: block;
    cursor: pointer;
}

.btn-green {
    display: table;
    font-size: .9em;
    padding: .2em .8em;
    background: var(--green-medium);
    margin-top: .5em;
    color: #fff !important;
}

.h-auto { height: auto !important; }

.btn-green:hover {
    background-color: rgb(72, 136, 55);
}

.btn-red {
    display: table;
    font-size: .9em;
    padding: .2em .8em;
    background-color: var(--red-error);
    margin-top: .5em;
    color: #fff !important;
}

.btn-red:hover {
    background-color: var(--red-error);
}

.btn-white {
    background-color: #fff;
    font-weight: 700;
    color: var(--green-main);
}

.btn-white:hover {
    color: rgb(50, 101, 50);
}

.btn-gray {
    background-color: var(--light-gray);
    font-weight: 300;
    color: #444;
}

.btn-gray:hover {
    background-color: var(--medium-gray);
    color: #222;
}

.btn-inactive {
    cursor: initial;
    background-color: var(--darker-gray);
    color: var(--light-gray);
}

.btn-inactive:hover {
    cursor: initial;
    background-color: var(--darker-gray);
    color: var(--light-gray);
}

.btn-small {
    width: 34px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
    border-radius: var(--border-btn);
    font-size: 16px;
    text-align: center;
}

.btn-small i:before {
    display: inline;
}

.btn-green-col {
    background: var(--green-medium);
    color: #fff !important;
}

.f-right {
    float: right;
}

.red-icon {
    color: var(--red-error);
}

.green-icon {
    color: var(--green-medium);
}

.wide {
    width: 100% !important;
}

.list-articles li:before {
    content: 'b';
    font-family: 'go-new-icons_001';
    color: var(--green-main);
    margin-right: 8px;
}

.list-bullets li:before {
    content: 'v';
    font-family: 'go-new-icons_001';
    margin-right: 8px;
}

.pos-relative {
    position: relative;
}

.overflow_hide {
    overflow: hidden !important;
}

#headline,
.headline {
    width: 100%;
    background: var(--green-main);
    height: 4px;
}

#logo {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

#logo a:not(:first-child) {
    padding-left: 0px;
}

#logo a img {
    width: 100%;
}

#logo.lc a img {
    shape-rendering: geometricPrecision;
    width: auto;
    height: 75px;
}

#logo.lc a img.citi {
    height: 60px;
}

#logo .pkobp {
    padding-left: 105px;
}

.mobile-menu {
    display: none;
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #fff;
}

.mobile-menu .row {
    height: 100%;
}

.mobile-menu ul,
.mobile-menu ul li {
    width: 100%;
}

.mobile-menu ul li {
    font-size: 1.4em;
    font-weight: 400;
    padding: 8px 0;
}

.mobile-menu ul.navigation li ul {
    display: none;
    margin: 0.75em 0;
    padding: 20px;
    background-color: var(--green-medium);
}

.mobile-menu ul.navigation li ul li {
    /*display: inline;*/
}

.mobile-menu ul.navigation li ul li a {
    font-size: 0.60em;
    font-weight: 400;
    padding: 0 10px;
    color: var(--vlight-gray);
}

.mobile-menu .profile-links,
.mobile-menu .mobile-menu-wrap,
.mobile-menu .links {
    text-align: center;
}

.mobile-menu .sub-menu-fixed {
    text-align: center;
}

.mobile-menu .sub-menu-fixed ul li {
    display: inline-block;
    padding: 8px 0;
}

.ue-logo {
    vertical-align: top;
    margin: 22px -10px 0 10px;
    height: 40px;
}

.header-mobile {
    display: none;
    position: relative;
    width: 100%;
    z-index: 10;
}

.header-mobile .row {
    position: relative;
}

.header-mobile #logo a:not(:first-child), .mobile-menu #logo a:not(:first-child) {
    padding-left: 0;
}

.header-mobile #logo img,
.mobile-menu #logo img {
    padding: 5px 4px 0 0;
    max-width: 115px;
    height: auto !important;
}

.header-mobile #logo a img,
.mobile-menu #logo a img {
    width: 150px;
    height: auto;
}

.header-mobile #logo img.citi,
.mobile-menu #logo img.citi {
    padding: 16px 6px;
}

.header-mobile #logo img.citi:first-child,
.mobile-menu #logo img.citi:first-child {
    padding-left: 0;
}

@media (max-width: 767px) {
    .header #logo img {
        padding: 5px 4px 0 0;
    }

    .header #logo img.citi {
        padding: 12px 8px;
    }

    .header #logo img.citi:first-child {
        padding-left: 0;
    }
}

.mobile-menu #logo,
.mobile-menu .mobile-menu-btn {
    height: 68px;
}

.mobile-menu-btn {
    display: flex;
    font-size: 2em;
}

.mobile-menu-btn a {
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.head-block,
.head-block .wrap-blocks {
    display: inline-block;
}

.head-block .wrap-blocks {
    padding-left: 20px;
}

.head-block.right {
    float: right;
}

.head-block.left {
    float: left;
}

.head-block > div {
    padding-top: 15px;
}

.head-block > img {

}


@media (max-width: 576px) {
    .links {
        float: none;
    }
}

.header {
    position: relative;
    padding: 0.5em 0;
}

.header .today {
    font-size: 16px;
    line-height: 24px;
}

.header .weather {
    /*display: flex;*/
    font-size: .85em;
}

.header .weather a {
    font-size: 2em;
    display: inline-block;
    vertical-align: top;
}

.header .weather i:before {
    font-family: 'portal' !important;
}

.icon-square-instagram:before {
    font-family: 'portal' !important;
}

.header .weather p {
    display: inline-block;
    /*vertical-align: middle;*/
    line-height: 24px;
}

.header .weather p {
    margin: 0;
}

.header .weather ul {
    margin: 0;
    display: block;
}

.header .today span,
.header .weather .temp {
    font-weight: bold;
    font-size: 18px;
    margin: .2em 0 .1em 0;
}

.header .links .btn-wrapper {
    float: right;
    margin-left: 4px;
}

body[class=index] .icon-mobile_menu:before {
    color: #fff;
}

body[class=search] .mobile-menu {
}

@media (max-width: 576px) {
    .header,
    .main-menu {
        display: none;
    }

    .desktop {
        display: none;
    }

    .header-mobile {
        display: block;
    }

}

div.bbcode {
    padding: 4px 8px;
    background-color: var(--light-gray);
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid var(--medium-gray);
}

div.bbcode .btn-small {
    display: inline-block;
    margin-right: 4px;
}

div.bbcode .btn-small:before {
    display: inline !important;
}

div.bbcode textarea {
    border-radius: 0 0 4px 4px !important;
}

.article-form #text-element textarea {
    border-radius: 0 0 4px 4px;
}

.main-menu {
    position: relative;
    padding: 0.4em 0;
    background-color: #fafafa;
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 2px 0;
}

.main-menu ul {
    margin: 0 0 0 10px;
    padding: 0;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    color: #1b1e21;
    font-weight: 700;
    font-size: 0.9em;
    padding-right: 1em;
}

.main-menu ul li a:hover {
    color: var(--green-medium);
}

.main-menu .container {
    position: relative;
}

.main-menu .small-menu {
    font-size: .8em;
    text-align: right;
}

.main-menu .small-menu a {
    color: #000;
    font-weight: 700;
    padding-left: 4px;
}

.main-menu .small-menu a:hover {
    color: var(--green-medium);
}

.main-menu ul.navigation li ul {
    display: none;
}

.sub-head {
    position: relative;
}

.sub-menu {
    position: relative;
    padding: 0.3em 0;
    background-color: var(--green-medium);
    display: none;
}

.sub-menu ul {
    margin: 0 0 0 10px;
}

.sub-menu ul li {
    display: inline-block;
}

.sub-menu ul li a {
    color: var(--vlight-gray);
    font-weight: 400;
    font-size: 0.8em;
    padding-right: 0.8em;
}

/*margin: 3em auto 1em auto;*/

.big-block {
    margin-top: 1em;
}

.gray-bg {
    background-color: #f9f9f9;
    padding-top: 2em;
}

.block-title {
    justify-content: space-between;
    margin-bottom: 1.4em;
}

.block-title h2 {
    position: relative;
    border-left: 5px solid var(--green-main);
    left: -5px;
    padding-left: 15px;
}

.block-title h2 span {
    font-size: .8em;
    font-weight: 300;
    display: block;
    margin-top: .2em;
}

.block-title.profile-title h2 {
    font-size: 1.2em;
    line-height: 1.6;
}

.block-title.profile-title h2 span {
    font-size: .75em;
    margin-top: 0;
}

.selector-wrapper {
    align-self: center;
}

.break-block,
.break-block a {
    color: #fff;
}

.class-wrapper a {
    color: #000 !important;
}

.break-block img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .break-block img {
        height: 300px;
    }

    .break-block .lead-wrapper {
        padding-top: 16px;
        padding-left: 30px;
    }
}

.break-block .lead-wrapper {
    padding-right: 50px;
}

.break-block .red-bg {
    background-color: var(--important);
    overflow: hidden;
    border-radius: var(--border-corner);
}

.break-block .green-bg {
    background-color: var(--green-medium);
    overflow: hidden;
    border-radius: var(--border-corner);
}

.break-block .btn-break {
    display: table;
    font-size: .9em;
    padding: .2em .8em;
    border-radius: var(--border-corner);
    margin-top: .5em;
}

.break-block .btn-break.btn-break-red {
    background: #fff;
    color: var(--important) !important;
}

.break-block .btn-break.btn-break-green {
    background: #fff;
    color: var(--green-medium) !important;
}

.break-block .break-flag.exclusive:before {
    content: "TYLKO U NAS";
    background-color: #fff;
    border-radius: var(--border-corner);
    padding: 0 .8em;
    font-size: .8em;
}

.break-block .break-flag.important.exclusive:before {
    color: var(--important);
}

.break-block .break-flag.green.exclusive:before {
    color: var(--green-medium);
}

.gradient-overlay:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: var(--border-corner);
}

.gradient-overlay-imp:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 15px);
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: var(--border-corner);
}

.helper-block .small {
    position: relative;
    font-size: 1.1em;
    line-height: 1.4em;
}

.helper-block .small.newest {
}

.helper-block .small li {
    display: block;
    border-bottom: 2px solid #eef;
    padding: .8em 0;
}

.helper-block .small li:first-of-type {
    padding: 0 0 .5em 0;
}

.helper-block .small strong {
    font-weight: 300 !important;
    font-size: .75em;
    display: inline-block;
    border-radius: var(--border-corner);
    background-color: var(--green-medium);
    padding: 0 .8em;
    color: #fff;
}

.helper-block.right h2 {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--green-main);
}

.square-huge li,
.square-huge li a {
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.square-huge li > a {
    display: block
}

.square-huge a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.square-huge .lead-wrapper {
    position: absolute;
    bottom: 1em;
    width: 100%;
    z-index: 50;
}

.square-huge .lead-wrapper .container {
    position: relative;
    padding-right: 35%;
}

@media (max-width: 1200px) {
    .square-huge .lead-wrapper .container {
        position: relative;
        padding-right: 15px;
    }

    .square-huge .fotorama__stage {
        height: 600px !important;
    }

    .main-menu ul li a {
        font-size: 0.8em;
    }

    .small-menu {
        display: none;
    }
}

@media (max-width: 1366px) {
    #logo .pkobp {
        padding-left: 0px;
    }
}

@media (max-width: 480px) {
    .square-huge .fotorama__stage {
        height: 480px !important;
    }

    .block-title h2 {
        font-size: 1.3em;
    }

    .block-title h2 span {
        font-size: .6em;
    }
}

.no-title .square-big li::after {
    content: none !important;
}

.square-huge .fotorama__arr,
.ad-photos .fotorama__arr {
    width: 54px;
    height: 54px;
    background-image: none !important;
    background-color: rgba(0, 0, 0, .3);
    border-radius: var(--border-corner);
    font-size: 2em;
    color: #fff;
    font-family: go-new-icons_001;
}

.square-huge .fotorama__arr--prev:before,
.ad-photos .fotorama__arr--prev:before {
    display: flex;
    height: 100%;
    content: 'l';
    align-items: center;
    justify-content: center;
}

.square-huge .fotorama__arr--next:before,
.ad-photos .fotorama__arr--next:before {
    display: flex;
    height: 100%;
    content: 'r';
    align-items: center;
    justify-content: center;
}

.block-pozegnania {
    overflow: hidden;
    margin-bottom: 20px;
}

.block-pozegnania > div {
    float: left;
    width: 50%;
    padding: 0 0 10px;
    margin: 0;
    background: #F3F6F9;
    position: relative;
    overflow: visible;
}

.block-pozegnania > div:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    z-index: 10;
}

.block-pozegnania > div h2 {
    padding: 5px 15px;
    font-size: 16px;
    border-bottom-width: 1px;
    margin-bottom: 15px;
    background: url(https://gazetaolsztynska.pl/i/miasta/pozegnania.jpg) repeat-x center center;
    color: #fff;
}

.block-pozegnania > div ul {
    list-style: square inside none;
    margin: 0;
    padding: 0 0 0 15px;
    color: #777;
    overflow: hidden;
}

.block-pozegnania > div li {
    float: left;
    width: 50%;
}

.block-pozegnania > div .block-more {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: none;
    padding: 7px 16px 0 0;
    font-size: 12px;
    margin: 0;
    color: #eee;
}

.right .block-pozegnania > div,
.right .block-pozegnania > div li {
    float: none;
    width: auto;
}

.helper-block .square-big,
.helper-block .square-dual {
    color: #fff;
}

.helper-block .square-big a,
.helper-block .square-dual a {
    color: #fff;
}

.helper-block .square-big img,
.helper-block .square-dual img {
    border-radius: var(--border-corner);
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.helper-block .wide-banner {
    margin-top: -140px;
    max-width: 100%;
    height: auto;
}

.helper-block .wide-banner img {
    border-radius: var(--border-corner);
    width: 100%;
    object-fit: cover;
}

@media (min-width: 1340px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 1200px) {
    .helper-block .wide-banner {
        margin-top: -200px;
    }
}

@media (max-width: 991px) {
    .helper-block .wide-banner {
        margin-top: -230px;
    }
}

@media (max-width: 761px) {
    .helper-block .wide-banner {
        margin-top: 0px;
    }
}

.helper-block .square-big li:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: var(--border-corner);
}

.helper-block .square-dual li:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 50%;
    bottom: 0;
    left: 15px;
    z-index: 5;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: var(--border-corner);
}

.helper-block .square-big li .lead-wrapper {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 50;
    padding-right: 40px;
}

.helper-block .square-dual li .lead-wrapper {
    position: absolute;
    bottom: 0;
    left: 35px;
    z-index: 50;
    padding-right: 30px;
}

.helper-block .square-big li h3,
.helper-block .square-dual li h3 {
    position: relative;
    font-size: 1.6em;
    font-weight: 400;
}

.helper-block .square-big li p {
    position: relative;
    font-size: 1.1em;
    padding-right: 20px;
}

.helper-block .square-dual li p {
    position: relative;
    font-size: 1.1em;
    padding-right: 35px;
}

@media (max-width: 576px) {
    .helper-block .square-big img {
        height: 240px;
    }
}

.helper-block .square-big.tall li:after {
    content: "";
    display: none;
}

.helper-block .square-big.tall {
    color: #000;
}

.helper-block .square-big.tall a {
    color: #000;
}

.helper-block .square-big.tall li h3 {
    position: relative;
    left: 0;
    font-size: 1.6em;
    z-index: 50;
    margin: .5em 0;
    width: 100%;
}

.helper-block .square-big.tall li p {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 1.1em;
    z-index: 50;
    width: 100%;
}

.helper-block.left {
    padding-right: .7em !important;
}

.helper-block.right {
    padding-left: .7em !important;
}

.helper-block .square-semi li a {
    display: block;
}

.helper-block .square-semi li a:hover {
    color: #000;
}

.helper-block .square-semi li a:hover:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    top: 0;
    left: 0;
    position: absolute;
}

.helper-block .square-semi li,
.helper-block .square-small li {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.helper-block .square-semi img,
.fl-onnetwork .onnetwork-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-corner);
}

li.video div.onnetworkplayercontainer {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.helper-block .square-small img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: var(--border-corner);
}

.helper-block .square-semi li h3 {
    margin-top: .4em;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
}

.helper-block .square-small li {
    margin-bottom: .5em;
}

li.flag:before {
    top: 1em;
    left: 2em;
    font-size: .75em;
    color: #fff;
    padding: 0 .8em;
    border-radius: var(--border-corner);
    display: block;
    position: absolute;
}

li.paid:before {
    content: 'PREMIUM';
    background-color: var(--green-main);
}

li.pilne:before {
    content: 'PILNE';
    background-color: var(--important);
}

li.rozmowa:before {
    content: 'ROZMOWA';
    background-color: var(--flags-orange);
}

li.wywiad:before {
    content: 'WYWIAD';
    background-color: var(--flags-orange);
}

li.exclusive:before {
    content: 'TYLKO U NAS';
    background-color: var(--green-main);
}

li.gallery:before {
    content: 'GALERIA';
    background-color: var(--flags-blue);
}

li.sponsored:before {
    content: 'SPONSOROWANY';
    background-color: #fff;
    color: var(--flags-red);
}

li.partner:before {
    content: 'MAT. ZEWN.';
    background-color: #fff;
    color: #404040;
}

li.external:before {
    content: 'MAT. PARTNERA';
    background-color: #fff;
    color: #404040;
}

li.promo:before {
    content: 'PROMOCYJNY';
    background-color: #fff;
    color: #404040;
}

li.muzyka:before {
    content: 'MUZYKA';
    background-color: var(--flags-muzyka-green);
}

li.kultura:before {
    content: 'KULTURA';
    background-color: var(--flags-yellow);
}

li.sport:before {
    content: 'SPORT';
    background-color: var(--flags-red);
}

li.wystawy:before {
    content: 'WYSTAWY';
    background-color: var(--flags-blue);
}

.ogloszenia li h3,
.orient li h3,
.date-over li h3 {
    width: 100%;
    position: relative;
    float: right;
    margin-top: 1.8em !important;
}

.ogloszenia li p,
.orient li p,
.date-over li p {
    position: absolute;
    left: 1em;
    margin-top: .2em;
    font-size: .85em;
    margin-bottom: 8px;
}

.orient li p:before,
.ogloszenia li p:before,
.date-over li p:before {
    content: "o";
    padding-right: 4px;
    font-family: go-new-icons_001;
}

.ogloszenia li p span:before {
    content: "x";
    padding: 0 4px 0 12px;
    font-family: go-new-icons_001;
}

.orient-link {
    position: relative;
    margin-top: -2em;
}

.orient-link img {
    width: 100%;
}

@media (max-width: 768px) {
    .orient-link {
        margin-top: .25em;
    }

    .orient-link img {
        max-width: 200px;
    }
}

.arrow {
    position: absolute;
    z-index: 20;
    top: 30%;
}

.arrow.forward {
    right: -.4em
}

.arrow.backward {
    left: -.4em
}

.sub-head.banner {
    margin-bottom: 2em;
}

.sub-head h2 {
    margin-bottom: 0;
}

.banner-wrapper {
    font-size: .75em;
    color: #fff;
    background-size: cover;
    background-position: center;
    border-radius: var(--border-corner);
    padding: 5em 1em 1em 1em;
}

.banner-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    bottom: 0;
    left: 15px;
    z-index: 5;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: var(--border-corner);
}

.banner-wrapper .title {
    position: relative;
    border-left: 5px solid #fff;
    padding-left: 1em;
    z-index: 50;
}

.banner-wrapper .title h1 {
    color: #fff;
    margin: 0;
}

.paginator {
    font-size: .75em;
    text-align: center;
}

.paginator span,
.paginator a {
    display: inline-block;
    padding: .2em 1em;
    border-radius: var(--border-corner);
}

.paginator span.btn {
    background-color: var(--vlight-gray);
    color: var(--medium-gray);
}

.paginator a.btn {
    background-color: var(--green-main);
    color: #fff;
}

.paginator a.btn:hover {
    background-color: var(--green-medium);
    color: #fff;
}

.paginator span.num {
    background-color: #fff;
    color: var(--light-gray);
    border: 1px solid var(--vlight-gray);
}

.paginator a.num {
    background-color: var(--light-gray);
    color: var(--labels-black);
}

.paginator .btn.prev {
    float: left;
    margin-right: 8px;
}

.paginator .btn.next {
    float: right;
    margin-left: 8px;
}

@media (max-width: 576px) {
    .paginator span.num,
    .paginator a.num {
        display: none;
    }
}

.bottom-gradient {
    font-size: .85em;
    background: var(--green-main);
    background: linear-gradient(90deg, var(--green-main) 65%, rgb(255, 255, 255) 69%);
    margin-top: 4em;
}

.footer {
    font-weight: 300;
}

.foot-left {
    background: var(--green-main);
    color: #fff;
    padding: 2em 1em 1em 1em;
}

.foot-left a {
    color: #fff;
    display: inline-block;
}

.foot-left .foot-logo img {
    max-height: 50px;
}

.foot-left .col-4 {
    padding: 0 !important;
}

.foot-left .links {
    margin: 1em 0;
}

.foot-left .links ul li {
    display: block;
    line-height: 2em;
}

.foot-left .info {
    font-size: .85em;
    line-height: 1.3em;
    margin: 0;
}

@media (max-width: 992px) {
    .foot-left .info {
        font-size: .75em;
    }
}

.foot-center {
    background: var(--green-medium);
    color: #fff;
    padding: 2em;
}

.foot-center p {
    font-size: 1em;
    line-height: 1.3em;
}

.foot-center label[for=email] {
    margin: 0;
}

.foot-center input[type=email] {
    width: 100%;
    margin: .6em 0;
    padding: .2em .8em;
    border: 0;
    border-radius: var(--border-corner);
}

.foot-center label[for=accept] {
    display: block;
    line-height: 1.2em;
}

.foot-center input[type=checkbox] {
    /* float: left; */
    /* margin: 0 .25em 4em 0; */
}

.foot-center .form-check-label a {
    color: #fff;
    text-decoration: none;
}

.foot-center button {
    float: right;
    margin-top: 1em;
}

.foot-right {
    background: #fff;
}

.foot-right .row {
    height: 100%;
}

.foot-right .col {
    font-size: 1.2em;
    text-align: center;
}


/*.foot-right .btn { display:inline-block; padding:5px; }*/

@media (max-width: 576px) {
    .foot-right .col:first-of-type {
        display: none;
    }
}

.bottom-line {
    background: #fff;
    font-size: .75em;
    line-height: 1.2em;
}

.bottom-line ul {
    margin: 0;
}

.bottom-line ul li {
    display: inline-block;
    margin-right: 8px;
}

.bottom-line span {
    text-align: right;
    padding-right: 8.25%;
}

.banner-1 {
    width: 540px;
    height: 200px;
    background: #eee;
    margin-bottom: 2rem;
}

@media (max-width: 1200px) {
    .banner-1 {
        width: 336px;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .banner-1 {
        width: 468px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .banner-1 {
        width: 300px;
        height: 180px;
    }
}

@media (max-width: 330px) {
    .banner-1 {
        width: 100%;
        height: 150px;
    }
}


/** SHARE **/

.share-box {
    position: absolute;
    display: inline-block;
    text-align: center;
}

.sticky-left {
    position: absolute;
    top: 0;
    height: 100%;
    left: -35px;
}

.sticky-left > * {
    position: sticky;
    top: 10px;
}

.share-box.hanging-left {
    left: -23%;
}

.share-box.hanging-right {
    right: -40px;
}

.share-box span {
    font-size: .6em;
}

.share-box.horizontal {
    position: relative;
}

.share-box.horizontal .btn {
    display: inline-block;
    margin-right: 8px;
}

.share-box.horizontal span {
    display: block;
    text-align: left;
    font-size: .75em;
}

.share-box .btn {
    padding: 4px 8px;
    margin-bottom: 8px;
}

.share-box.ad-share {
    position: relative;
    float: right;
    margin-top: 8px;
}

.share-box.ad-share .btn {
    display: inline-block;
    margin-right: 8px;
}

.share-box.ad-share span {
    display: inline-block;
    text-align: left;
    font-size: .75em;
    margin-right: 8px;
}


/** ARTYKUŁY **/

.article .premium-header .author,
.article .premium-header .date {
    display: inline-block;
}

.article .premium-header .pic-big {
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: block
}

.article .premium-header .pic-big:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: var(--border-corner);
}

.article .premium-header .pic-big img {
    object-fit: cover;
    width: 100%;
    height: 700px;
}

.article .premium-header .wrapper {
    position: absolute;
    bottom: 4em;
    width: 100%;
    z-index: 50;
    color: #fff;
    line-height: 2.5em;
}

.article .premium-header .wrapper .container {
    position: relative;
    padding-right: 17%;
}

@media (max-width: 992px) {
    .article .square-huge .wrapper .container {
        position: relative;
        padding-right: 15px;
    }
}

.article .info,
.quiz .info {
    font-size: .75em;
}

.article .info *,
.quiz .info * {
    display: inline-block;
}

.article .content h1 {
    line-height: 1.3em;
    font-size: 2rem;
}

.article .content h3 {
    margin-bottom: 1em;
}

.article .content .main-text {
    font-family: 'PT Serif', serif;
    font-size: 18px;
}

.article .content .main-text .list {
    list-style-type: circle;
    margin-left: 1em;
}

.article .content .main-text .link,
.rw_word {
    color: var(--green-medium) !important;
    text-decoration: underline;
}

.article .content .main-text .link:hover,
.rw_word:hover {
    color: var(--green-main) !important;
}

.article .content .main-text .inline-video {
    height: 480px;
    overflow: hidden;
    border-radius: var(--border-corner);
    position: relative;
}

.article-paid-info {
    position: relative;
    margin-top: -150px;
    z-index: 50;
}

.article-paid-info .white-overlay {
    display: flex;
    align-items: end;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%);
    padding-top: 140px;
}

.article-paid-info .white-overlay p {
    position: relative;
    bottom: 0;
}

.article-paid-info .paid-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: transparent url(../../i/go/paywall_bg.svg) center center scroll no-repeat;
}

.article-paid-info .paid-info p {
    margin-bottom: 0;
}

.article-paid-info .paid-info > div {
    text-align: center;
}

.article-paid-info .paid-info .red-info {
    background: var(--red-error);
    color: #fff;
    border-radius: var(--border-corner);
    padding: 1em 2em;
}

.article-paid-info .paid-info .btn {
    display: inline-block;
}

.article .date:before,
.quiz .date:before {
    font-family: go-new-icons_001;
    content: "o";
    margin-left: 1em;
    padding-right: .2em;
}

.article .author img,
.quiz .author img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: .5em;
}

.quiz .pic-main,
.article .pic-main .overlay,
.article .pic-main {
    width: 100%;
    height: 500px;
    font-size: .75em;
}

@media (max-width: 1200px) {
    .article .pic-main {
        height: auto;
    }
}

.article .pic-main .description {
    float: left;
}

.article .pic-main .author,
.quiz .pic-main p {
    float: right;
}

.article .pic-main img,
.quiz .pic-main img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-corner);
    object-fit: cover;
    object-position: 50% 50%;
}

.article .quote {
    margin: 0 20%;
}

.article .quote:before {
    content: '"';
    position: absolute;
    font-size: 2em;
    left: 24%;
}

.article .quote:after {
    content: '"';
    position: absolute;
    font-size: 2em;
    right: 25%;
}

.article .quote h2 {
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.4em;
}

div.p img {
    max-width: 100%;
}


div.single-pic,
div.gallery-new,
div.inline-video {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
}

blockquote.highlight {
    background-color: var(--vlight-gray);
    border-radius: var(--border-corner);
    padding: 20px;
}

blockquote.highlight a:not([class]),
.box-ewydanie {
    float: left;
    margin-right: 1em;
}

.box-ewydanie strong {
    display: block;
    width: 100%;
    text-align: center;
}

div.time {
    background-color: var(--green-main);
    color: #fff;
    border-radius: var(--border-corner);
    margin: 1em 0;
    padding: 4px;
    text-align: center;
}

.gallery-n {
    width: 100%;
    height: 500px;
    position: relative;
}

.gallery-n .pic-square,
.gallery-n .pic-narrow,
.gallery-n .pic-link {
    height: var(--galley-height);
    position: relative;
}

.gallery-n .pic-square img,
.gallery-n .pic-narrow img,
.gallery-n .pic-link img {
    border-radius: var(--border-corner);
    height: var(--galley-height);
    width: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}

.gallery-description {
    padding: 0;
}

.gallery-n .pic-link:before {
    content: '';
    display: block;
    border-radius: var(--border-corner);
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.gallery-n .pic-link:after {
    content: 'Więcej(10+)';
    display: block;
    color: #fff;
    font-size: 1.4em;
    position: absolute;
    top: 45%;
    margin-left: 1em;
}

.inline-video img,
.single-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50%;
    border-radius: var(--border-corner);
}

.article-footer > .row > div {
    padding: 1em 0;
}

.article-footer > .row {
    margin: 0;
    border-top: 1px solid #5a6268;
    font-size: .8em;
}

.article-footer .tagi a {
    margin-right: 1em;
    text-decoration: none;
    color: var(--green-medium);
}

.article-footer .author img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: .3em;
}

.article-footer .share a {
    border-radius: var(--border-btn);
    padding: 8px 16px;
    margin-right: 4px;
    background-color: var(--light-gray);
}

.article #others-block ul {
    list-style-type: none;
}

.article #others-block li {
    list-style-type: none;
}

.articleBox {
    display: inline-block;
    width: 260px;
    float: right;
    margin-right: -20%;
    margin-left: 2em;
    clear: right;
}

.articleBox small {
    font-size: .75em;
    font-weight: bold;
    margin-bottom: 1em;
}

.articleBox a {
    display: block;
}

.articleBox .helper-block .square-inline li a:hover {
    color: #000;
}

.articleBox .helper-block .square-inline li a:hover:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    top: 0;
    position: absolute;
}

.articleBox .helper-block .square-inline li {
    width: 100%;
    position: relative;
}

.articleBox img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: var(--border-corner);
}

.articleBox h3 a {
    margin-top: .4em;
    font-size: 1em;
}

@media (max-width: 768px) {
    .articleBox {
        width: 50%;
        margin-left: 1em;
        margin-right: 0;
    }

    .sticky-left {
        display: none;
    }
}

@media (max-width: 576px) {
    .articleBox {
        width: 100%;
        margin-left: 1em;
        margin-right: 0;
    }
}


/** QUIZ **/

.quiz-question h2 {
    font-size: 1.2em;
    line-height: 1.5em;
}

.green-radio {
    position: relative;
    width: 100%;
    padding-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.green-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Hide the browser's default radio button */

.checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 18px;
    width: 18px;
    background-color: var(--medium-gray);
    border-radius: 50%;
}


/* Create a custom radio button */

.green-radio:hover input ~ .checkmark,
.quiz-question li:hover input ~ .checkmark {
    background-color: #fff;
}


/* On mouse-over, add a grey background color */

.green-radio input:checked ~ .checkmark {
    background-color: #fff;
}


/* When the radio button is checked, add a blue background */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.green-radio input:checked ~ .checkmark:after {
    display: block;
}


/* Show the indicator (dot/circle) when checked */

.green-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green-main);
}


/* Style the indicator (dot/circle) */

.quiz-question .btn-green {
    float: right;
}

.quiz-questions-list li {
    border-radius: var(--border-corner);
    background-color: var(--light-gray);
}

.quiz-questions-list .correct {
    background-color: var(--green-medium);
    color: #fff;
}

.quiz-questions-list .wrong {
    background-color: var(--red-error);
    color: #fff;
}

.quiz-questions-list li .score {
    float: right;
}


/** LOGOWANIE **/


/** KOMENTARZE **/

#comments {
    font-size: .9em;
    line-height: 1.5em;
}

#comments a {
    color: var(--green-main);
}

#comments .btn_submit {
    padding: .2em .8em;
    border-radius: var(--border-corner);
}

#comments .btn_submit.addComment {
    color: #fff;
    background-color: var(--green-medium);
}

#comments .btn_submit.refreshComments {
    color: #444;
    background-color: var(--light-gray);
}

#comments p {
    margin-bottom: 4px;
    line-height: 1.2em;
}

#comments .art-comment-top {
    float: left;
    margin-top: 8px;
}

#comments .art-comments-more {
    font-size: .5em;
    float: right;
    font-weight: 300;
}

#comments .art-comment-sort {
    float: right;
    font-size: .85em;
    margin-bottom: 12px;
}

#comments .art-comment-sort a {
    background-color: var(--light-gray);
    padding: .2em .8em;
    border-radius: var(--border-corner);
}

#comments .logininfo {
    font-size: .85em;
    clear: both;
    text-align: right;
}

@media (max-width: 576px) {
    #comments .art-comment-sort {
        float: left;
        margin: 14px 0;
    }
}

p #art-comment-form h2 {
    margin-top: 8px;
}

#art-comment-form input,
#art-comment-form textarea {
    padding: 2px 8px;
    border: 0;
    background-color: var(--light-gray);
    border-radius: var(--border-corner);
}

#art-comment-form textarea {
    width: 100%;
    height: 120px;
}

#art-comment-form p.description {
    font-size: .85em;
    color: #666;
}

#comment_captcha-element {
    float: left;
}

#comment_captcha-element input {
    margin-top: 16px;
}

#comment_captcha-element pre {
    float: left;
    font-size: 10px;
    line-height: 9px;
    background: #FFF;
    width: 200px;
    padding: 0 10px;
    margin-bottom: 5px;
}

#comment_post-label {
    display: none;
}

#comment_post-element input {
    background-color: var(--green-medium);
    color: #fff;
    font-size: 1.1em;
}

#comment_post-element {
    display: flex;
    justify-content: right;
}

#comment_author-label,
.hide_input {
    display: none;
}

.btn_submit,
.showReplies,
.addComment {
    cursor: pointer;
}

#commentsList {
    clear: both;
}

#commentsList ol li:first-of-type {
    margin-top: 0;
}

#commentsList ol li {
    margin-top: 1.6em;
}

#commentsList ol ol,
p #art-comment-form {
    margin-left: 2em;
}

#commentsList ol ol li:first-of-type {
    margin-top: .2em;
}

#commentsList .art-comment-author {
    font-size: .75em;
}

#commentsList .art-comment-author .author-name {
    font-weight: bold;
}

#commentsList .art-comment-author .author-ip:after,
#commentsList .art-comment-author .author-name:after {
    content: '\2022';
    margin: 0 15px;
    font-weight: bold;
}

#commentsList .art-comment-text {
    padding: 16px 16px 4px 16px;
    margin-bottom: 0;
    background-color: var(--vlight-gray);
    border-radius: var(--border-corner) var(--border-corner) 0 0;
}

#commentsList #comment_text-element {
    margin-bottom: 0;
}

#commentsList .art-comment-options {
    font-size: .85em;
    padding: 8px 16px 16px 0;
    text-align: right;
    background-color: var(--vlight-gray);
    border-radius: 0 0 var(--border-corner) var(--border-corner);
}

#commentsList .art-comment-options .addComment {
    color: var(--green-medium);
}


/* SELECTOR DROPDOWN */

.selector {
    position: relative;
    display: table;
    float: right;
    width: 100%;
}

.selector-label {
    font-size: .8em;
    display: block;
    text-align: left;
    margin-bottom: .1em;
}

.selector select {
    background-color: #eee;
    color: #222;
    font-size: inherit;
    padding: .25em 2.5em .25em .5em;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    width: 100%;
    text-overflow: '';
    -webkit-appearance: button;
}

.selector::before,
.selector::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.selector::after {
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}

.selector select[disabled] {
    color: rgba(0, 0, 0, .3);
}

.selector select[disabled]::after {
    color: rgba(0, 0, 0, .1);
}

.selector::before {
    background-color: rgba(0, 0, 0, .15);
}

.selector::after {
    color: rgba(0, 0, 0, .4);
}


/** PANEL **/

.login-fb {
    display: block;
    width: 100%;
    text-align: center;
}

form ul.errors {
    font-size: .75em;
    color: var(--red-error);
    margin: 0;
    line-height: 1.3em;
}

form #submit-label {
    display: none;
}

form label {
    font-size: .85em;
    font-weight: 300;
    margin-bottom: 2px;
}

.login-box form {
    margin: 20px;
}


/*.login-box form label { font-size: .85em; font-weight: normal; margin-bottom: 2px; }*/

.login-box form input[type=text],
.login-box form input[type=email],
.login-box form input[type=password] {
    border-radius: var(--border-corner);
    border: 0;
    background-color: var(--light-gray);
    /*padding: 4px 10px;*/
    width: 100%;
    color: internal-light-dark(black, white);
}

.login-box .form-control:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.85);
}

.login-box form #submit-element input.btn-green {
    display: inline-block;
    margin: 0;
}

.login-box form #submit-element a.link {
    float: right;
}

.login-box ul li:before {
    content: 'v';
    margin-right: 8px;
    margin-left: 16px;
    font-family: 'go-new-icons_001';
}

.login-box #comment_captcha-element pre {
    margin-bottom: 10px;
}

.login-box a {
    /* margin: 0 16px; */
    color: var(--green-main);
}

.login-box.reg {
    margin-top: 2.5rem;
}

.menu {
    font-size: .85em;
}

.menu a.btn.active {
    background-color: var(--green-main);
    color: #fff;
}

.subscription-block {
    border: 1px solid var(--medium-gray);
}

.subscription-block .green-bg {
    background-color: var(--green-main);
    color: #fff;
    height: 100%;
    text-align: center;
}

.subscription-block .bordered {
    border: 1px solid var(--medium-gray);
    border-left: 0;
    font-size: .85em;
}

.subscription-block .bordered div {
    text-align: center;
}

.subscription-block .bordered strong {
}

.subscription-block .bordered p {
    margin: 0;
}

.subscription-block .calendar_icon-white {
    width: 80px;
    margin: 0 auto;
    padding-top: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.big-buttons-wrapper .big-button label {
    font-size: 1em;
}

.big-buttons-wrapper .big-button {
    border: 2px solid var(--light-gray);
    text-align: left;
}

.big-buttons-wrapper .big-button .btn-green {
    display: block;
}

.big-buttons-wrapper .big-button p,
.big-buttons-wrapper .big-button strong {
    font-size: .85em;
    margin: 0;
}

.big-buttons-wrapper .big-button i:before {
    font-size: 2.4em;
    padding: .5em 0;
}

.big-buttons-wrapper p {
    font-size: .85em;
}

.edit-form label {
    font-size: .85em;
    font-weight: 300;
    margin-bottom: 2px;
}

.edit-form input[type=text],
.edit-form input[type=password] {
    border-radius: var(--border-corner);
    border: 0;
    background-color: var(--light-gray);
    padding: 4px 10px;
    width: 100%;
}

.edit-form p.description,
.article-form .helpInfo {
    font-size: .75em;
    line-height: 1.25em;
}

.article-form label {
    font-weight: 300;
    font-size: .75em;
    margin: 0;
}

.article-form form input[type=text],
.article-form form textarea,
.article-form select,
.profile-form form input[type=text],
.profile-form form textarea,
.profile-form select,
.account-field {
    border-radius: var(--border-corner);
    border: 0;
    background-color: var(--light-gray);
    padding: 4px 10px;
    width: 100%;
}

.info-soc .profile-avatar,
.info .profile-avatar {
    float: left;
    height: 60px;
    width: 60px;
}

.profile-avatar i:before {
    font-size: 4.0em;
    padding: .5em 0;
}

.author h2 {
    line-height: 1.1em;
}

.subscription-info .yellow-info {
    border-radius: var(--border-corner);
    background-color: var(--warning-yellow);
    color: #fff;
    text-align: center;
    padding: 1.4em;
    margin-bottom: 20px;
}

.subscription-info .yellow-info .btn {
    float: right;
    color: var(--warning-yellow);
    font-weight: normal;
    font-size: .85em;
    margin-top: -4px;
}

.subscription-info .green-info {
    border-radius: var(--border-corner);
    background-color: var(--green-main);
    color: #fff;
    text-align: center;
    padding: 1.4em;
}

.big-buttons-wrapper .selected {
    background-color: var(--green-main);
    color: #fff;
    border: 0;
}

.big-buttons-wrapper .zend_form label {
    width: 100%;
    cursor: pointer;
}

.big-buttons-wrapper .zend_form label h4 {
    float: left;
    font-size: .85em;
}

.big-buttons-wrapper .zend_form input[type=radio] {
    visibility: hidden;
}

.big-buttons-wrapper .zend_form .calendar_icon {
    width: 80px;
    margin: 8px auto;
    padding-top: 30px;
    font-weight: bold;
    position: relative;
}

.big-buttons-wrapper .zend_form .calendar_icon:before,
.subscription-block .calendar_icon-white:before {
    content: 'c';
    top: 26px;
    left: 1px;
    font-size: 4.2em;
    font-weight: normal;
    position: absolute;
    font-family: 'go-new-icons_001';
}

.subscription-block .icon-key:before {
    font-size: 1.8em;
    font-weight: normal;
}

.big-buttons-wrapper .zend_form .btn {
    float: right;
}

.big-buttons-wrapper .zend_form .submit dt {
    display: none;
}

.big-buttons-wrapper .zend_form #blik_code-label {
    float: left;
    margin-right: 1em;
}

.big-buttons-wrapper .zend_form #blik_code-element input {
    border: 0;
    border-radius: var(--border-corner);
    padding: .4em 1em;
    background-color: var(--light-gray);
}

.newsletter .consents,
.newsletter .cities {
    font-size: .85em;
    line-height: 1.4em;
}

.newsletter .cities dd {
    column-count: 2;
}


/*.newsletter label { margin: 0; }*/

.newsletter dt {
    display: none;
}

.newsletter h3 {
    margin-bottom: 1em;
}

.checkbox-wrapper {
    display: block;
    position: relative;
    padding-left: 2em;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checks {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: var(--border-corner);
    background-color: var(--light-gray);
}

.checks:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-wrapper input:checked ~ .checks:after {
    display: block;
}

.checkbox-wrapper .checks:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid var(--darker-gray);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.invoice-mark {
}


/** POPUP BOX **/

.popper-info {
    position: fixed;
    z-index: 1000;
    top: 2em;
    width: 100%;
}

.popper-info .popper-box {
    border-radius: var(--border-corner);
    margin: 0 auto;
    color: #fff;
    padding: 1em;
    text-align: center;
}

.popper-info .popper-box p {
    margin: 0;
}

.popper-info .popper-box.info {
    background-color: var(--green-medium);
}

.popper-info .popper-box.error {
    background-color: var(--red-error);
}

.popper-info .popper-box .close-btn {
    position: absolute;
    top: .5em;
    right: .5em;
    cursor: pointer;
    font-weight: bold;
}


/**SEARCH**/

.search-container {
    position: relative;
    margin-bottom: 32px;
    padding-top: 24px;
    padding-bottom: 30px;
    background-color: var(--search-blue);
    margin-top: 1em;
}

/*.search-container:before,*/
/*.search-container:after {*/
/*    display: block;*/
/*    content: '';*/
/*    background-color: var(--search-blue);*/
/*    height: 100%;*/
/*    width: 50%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/

/*.search-container:before {*/
/*    left: -50%;*/
/*}*/

/*.search-container:after {*/
/*    right: -50%;*/
/*}*/

.search-label,
.search-fields label {
    color: #fff;
}

.search-label span {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
}

.search-label div.l {
    margin-top: 0.5em;
}

.search-label div.l span {
    display: inline-block;
    font-size: 1.1em;
    vertical-align: middle;
}

.search-label .btn-green {
    margin-top: 0;
}

.search-label .btn {
    display: inline-block;
    margin-left: 8px;
}

.search-fields p {
    font-size: .85em;
    color: #fff;
    margin-bottom: 0;
}

.search-fields span * {
    display: inline-block;
}

.search-fields span input {
    margin-right: 4px;
}

.search-fields .wrapper {
    display: flex;
}

.search-fields .wide-label {
    width: 100%;
}

.search-fields input[type=text] {
    border: 0;
    border-radius: var(--border-corner) 0 0 var(--border-corner);
    padding: 8px 16px;
    width: 80%;
    display: inline-block;
}

.search-fields .search-submit {
    display: inline-block;
    font-family: go-new-icons_001;
    border: 0;
    background: #fff;
    padding: 8px 16px;
    border-radius: 0 var(--border-corner) var(--border-corner) 0;
}

.search-add {
    float: right;
    display: none;
}

.search-add span {
    color: #fff;
    display: inline-block;
}

.search-add .btn {
    display: inline-block;
    margin-left: 8px;
}

@media (max-width: 576px) {
    .search-label {
        display: none;
    }

    .search-add {
        display: block;
    }

    .search-fields input[type="text"] {
        width: 90%;
    }
}


/** PROFILE **/

.profile-avatar {
    float: right;
    width: 150px;
    height: 150px;
    display: block;
    position: relative;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    border-radius: 50%;
}

.rating-star {
    font-size: 2em;
    color: var(--flags-orange);
}

.banner-24 a {
    color: #fff;
    font-weight: bold;
}

.banner-24 {
    padding: 4px 16px;
    border-radius: var(--border-corner);
    background-color: var(--green-medium);
    color: #fff;
    margin-bottom: .5em;
}

#allow_comments-label,
#consent-label,
#statute-label {
    display: none;
}

.list-article-picture {
    border-radius: var(--border-corner);
    overflow: hidden;
    border: 1px solid var(--medium-gray);
}

.list-article-picture img {
    width: 100%;
}

input[disabled] {
    background-color: var(--medium-gray) !important;
}

.dropzone.profile {
    margin: 10px 0;
    min-height: 120px;
    max-width: 130px;
    background-image: url("/i/icons/user/1.png");
}

.dropzone.addpic {
    margin: 10px 0;
    min-height: 120px;
    max-width: 130px;
    background-image: url("/i/icons/user/2.png");
}

.dropzone.profile .zend_form,
.dropzone.addpic .zend_form {
    display: none;
}

.dropzone.profile .dz-default.dz-message,
.dropzone.addpic .dz-default.dz-message {
    background-image: none;
    height: 0;
    width: 0;
}

.dropzone.profile.dz-started {
    background-image: none;
    max-width: 200px;
}

.borderRight {
    border-right: 1px solid var(--light-gray);
}

.article-edit {
    height: 100%;
}

.article-edit i {
    font-size: 2em;
}

.preview-pic {
    display: block;
    height: 400px;
    overflow: hidden;
    border-radius: var(--border-corner);
    position: relative;
}

@media (max-width: 576px) {
    .preview-pic {
        height: 200px;
    }
}

.preview-pic a,
.preview-pic img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.preview-pic.pic-2 .more-label {
    color: #fff;
    position: absolute;
    top: 45%;
    z-index: 51;
    width: 100%;
    text-align: center;
}

.preview-pic.pic-3 {
    width: 0;
}

.gallery-description h4,
.gallery-description p {
    margin-bottom: 0
}


/* GALLERIES OVERLAYED */

.big-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 1000;
}

.overlaid-wrapper {
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}

.overlaid-wrapper .close {
    font-size: 1.6em;
    cursor: pointer;
}

.overlaid-wrapper .col-12 {
    background: #fff;
    z-index: 1001;
}

.big-picture img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.picture-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 1.2em;
}

.picture-description p {
    margin: 0;
}

.mediabox {
    border-radius: var(--border-corner);
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    max-width: 40%;
    clear: left;
}

.mediabox.z10,
.mediabox.z9,
.mediabox.n {
    float: none;
    margin-right: 0;
    max-width: none;
    clear: both;
    margin-top: 1rem;
}

.mediabox img {
    display: block;
    width: 100%;
}

.mediabox .caption {
    font-size: .75em;
}

.big-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 1000;
}

.big-overlay .container {
    position: relative;
}

.overlaid-wrapper {
    background: #fff;
    z-index: 1001;
}

.overlaid-wrapper .close {
    font-size: 1.6em;
    cursor: pointer;
}

.big-picture img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ads .ads-info {
    font-size: .85em;
}

.ads .ads-info h3 {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.6;
}

.ads .ads-info h5 {
    font-size: 0.83em;
    font-weight: bold;
    line-height: 1.6;
}

.ads .ads-picture {
    width: 100%;
    min-height: 120px;
    position: relative;
}

.ads .ads-picture img {
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-corner);
}

.ads .ads-info {
    position: relative;
}

.ads .ads-info .bottom-span {
    position: absolute;
    bottom: 0;
}

.ads .ads-info .bottom-span .ads-city {
    margin-right: 1.4em;
}

.ads .ads-info .ads-expires {
    margin-right: 2em;
}

.icon-bigger {
    font-size: 2em;
}

.profile-action {
    height: 100%;
}

.no-pic-wrap {
    position: relative;
    height: 200px;
}

.no-picture {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: var(--border-corner);
    border: 1px solid var(--medium-gray);
    /* position: absolute; */
}

.no-picture:before {
    content: '';
    background-image: url("/i/go/ogloszenie.png");
    color: var(--medium-gray);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 99%; height: 99%;
}


/** NA SYGNALE **/

.na-sygnale li {
    margin-bottom: 1.6em;
}

.na-sygnale a.fl {
    float: left;
    margin-right: 20px;
}

.na-sygnale img {
    border-radius: var(--border-corner);
    overflow: hidden;
}

.na-sygnale .t {
    margin: 0;
}

.na-sygnale p {
    overflow: hidden;
}

.na-sygnale .block-fullnews-date {
    margin: 0;
    font-size: .85em;
}


/** PANEL EDYTOR **/

.note-btn {
    border: 0;
    border-radius: var(--border-corner);
}

.note-btn:hover {
    border: 0;
}

.status-info {
    font-size: .85em;
}

.status-info span {
    margin-right: 24px;
}

.photo-wrapper {
    margin-bottom: 8px;
    text-align: left;
    min-height: 60px;
    border-radius: var(--border-corner);
    color: var(--red-error);
    border: 2px solid var(--medium-gray);
    background: var(--light-gray);
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 4px;
}

.photo-wrapper img {
    max-height: 60px;
    margin: 4px;
}

.photo-wrapper .delete-photo {
    position: absolute;
    right: 24px;
}


/** OGłOSZENIA **/

.ads-picture {
    min-height: 170px;
    position: relative;
    margin-bottom: 4px;
    /*border: 2px solid #c3c3c3;*/
}

.ads-picture img {
    width: 100%;
    border-radius: var(--border-corner);
}

.ads-title {
    font-weight: normal;
    margin: 16px 0;
    font-size: 1.4em;
}

.ad-txt span {
    margin-right: 16px;
}

.ad-photos .fotorama__stage__frame {
    border-radius: var(--border-corner);
}

.ad-txt span {
    font-weight: 300;
    font-size: .85em;
}

.ad-preview h5 {
    font-weight: 300;
}

.ad-contact {
    border: 2px solid var(--medium-gray);
    border-radius: var(--border-corner);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 0;
}

.ad-contact h4 {
    font-size: .75em;
}

.ad-contact h2 {
    font-size: 1.1em;
}

.ad-contact p {
    font-size: .75em;
}

.ad-params {
    border-bottom: 2px solid var(--light-gray);
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.ad-params .label {
    width: 32%;
    display: inline-block;
}

.ad-description {
    font-weight: 300;
}

.breadcrumbs {
    display: inline-block;
    padding: 4px 16px;
    background: var(--vlight-gray);
    border-radius: var(--border-corner);
    font-size: .75em;
}

.breadcrumbs,
.breadcrumbs a {
    color: var(--dark-gray);
}

.w100 {
    width: 100%;
}

.filter-label {
    font-size: .85em;
    margin-bottom: 4px;
    margin-top: 16px;
}

.filter-name {
    font-weight: 300;
}

.paywall {
    font-size: .85em;
}

.paywall div.row > div {
    /*outline: 1px solid var(--light-gray);*/
    /*outline-offset: -17px;*/
}

.paywall .paywall-card {
    text-align: left;
    min-height: 400px;
}

.paywall .paywall-card button a {
    color: #fff;
}

.paywall .paywall-card .btn-green {
    width: 100%;
    position: relative;
    bottom: 0;
}

.paywall .btn-green-wide {
    background: var(--green-medium);
}

.paywall .btn-green-wide:hover {
    background-color: rgb(72, 136, 55);
}

.paywall .btn-outline-green:hover {
    background: var(--green-medium);
}

.fl-onnetwork {
    position: relative;
    z-index: 1000;
}

.fl-onnetwork .onnetwork-player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
}

div[class*="_wtg_"] {
    overflow: hidden;
    max-width: 100%;
}

a.link {
    color: var(--green-main);
}

.gallery-title a, .preview-pic {
    cursor: pointer;
}

.fotorama__stage__frame.fotorama__active {
    background-color: #FFFFFF;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    background-color: #FFFFFF;
}

.paywall .form-check-input {
    position: relative;
    margin-right: 5px;
}

.paywall .form-flex {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.ad:after {
    content: 'Reklama';
    text-transform: uppercase;
    color: #EEE;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 30px;
    text-align: center;
    z-index: 0;
}

.ad > * {
    z-index: 1;
    position: relative;
}

.ad-billboard,
.ad-billboard-p,
.ad-billboard2,
.ad-billboard3,
.ad-billboard4,
.ad-billboard5 {
    min-height: 300px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

.ad-halfpage {
    min-height: 600px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

.gnews {
    background: var(--green-main) url(/i/go/google_news_.png) no-repeat;
    background-position: center right;
    background-size: auto 90px;
    height: 100px;
    width: 100%;
    text-align: center;
    position: relative;
}

.gnews-link {
    padding: 35px 20% 10px 20%;
    display: block;
    color: #FFF;
}

@media (max-width: 992px) {
    .gnews-link {
        padding: 35px 30% 10px 5%;
    }
}

@media (max-width: 360px) {
    .gnews-link {
        padding: 25px 110px 10px 5px;
    }
}

.gnews-link:hover {
    color: #FFF;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .square-semi li {
        display: flex;
        gap: 15px;
    }

    .square-semi .fl {
        flex: 0 0 30%;
    }

    .helper-block .square-semi li h3.t {
        font-size: 14pt;
    }


    .mediabox {
        float: none;
        max-width: none;
        margin-right: 0;
    }

}

.bg-covid {
    background: #FCBF00;
}

.covid-row strong {
    float: right;
}

.kupgazete {
    display: flex;
    gap: 15px;
    text-transform: uppercase;
    align-items: center;
}

.slick {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.slick img {
    padding: 5px;
}

.slick button {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    line-height: 1;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.bg-war {
    background-image: linear-gradient(180deg, #005BBB 50%, #FFD500 50%);
}

#article-more-read li {
    list-style-type: square
}

#article-more-read li a {
    font-size: 14pt;
    color: var(--green-medium);
    font-weight: bold
}

.block-title h3 {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    border-left: 5px solid var(--green-main);
    left: -5px;
    padding-left: 15px;
}

.block-title h2 a:after {
    content: ' >>>';
}

.yellow-bg {
    background-color: #F28918;
    padding-top: 2em;
}

.orange-bg {
    background-color: #FFA000;
    padding-top: 2em;
}


#comments ol {
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
}

#comments ol ol {
    padding-left: 10%;
    border-bottom: 0;
    margin-bottom: 0;
}

#comments ol li {
    padding: 5px 0;
    list-style-type: none;
    margin: 0;
    oveflow: hidden;
    border-top: 1px solid #CCC;
    position: relative;
    top: 1px;
}

#comments ol li p {
    padding: 5px 0;
    margin: 0;
}

#comments .author-name {
    font-weight: 700;
    font-size: 16px;
}

#comments .author-name-registered {
    color: #00695C;
}

#comments .author-name-anonymous {
    font-style: italic;
    color: #444;
}

#comments .author-name-anonymous:before {
    content: '~';
}

#comments .author-ip {
    font-weight: 300;
    font-size: 12px;
    color: #555;
    float: right;
}

#comments .comment-date {
    font-weight: 300;
    font-size: 12px;
    margin: 0 10px;
}

#comments .art-comment-text {
    font: italic 14px/1.4 Georgia;
    color: #111;
}

#comments .art-comments-more {
    float: right;
    font-size: 12px;
    padding: 10px 0 0;
}

#comments .art-comment-options {
    font-weight: 300;
    font-size: 12px;
    color: #111;
    text-align: right;
}

#comments .art-comment-score {
    float: left;
}

#comments .art-comment-options a {
    display: inline-block;
    padding: 3px 6px;
    vertical-align: middle;
    cursor: pointer;
}

#comments .art-comment-options a:hover {
    background: #EEE;
}

#comments .showHiddenComment {
    color: #777;
    cursor: pointer;
}

#comments .showAllComments {
    display: block;
    background: #EEE;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

#comments .logininfo {
    clear: both;
    padding: 0 0 10px;
    overflow: hidden;
    text-align: right;
    color: #505050;
}

#comments .logininfo a {
    color: #1a5245;
    font-weight: bold;
}

#comments .logininfo .fb {
    color: #33578E;
}

#comments .logininfo .fb img {
    vertical-align: middle;
    margin-left: 3px;
    height: 16px;
    width: 16px;
}


#comments .btn_submit {
    background: #1A5245;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 16px;
    color: #fff !important;
    border: 0;
    cursor: pointer;
}

#comments .btn_submit:hover {
    background: #0A2D25;
}

#comments .btn_submit.refreshComments {
    background: #eee;
    color: #656565 !important;
}

#comments .art-comment-top {
    float: left;
    margin: 0 0 15px 0;
}

#comments .art-comment-sort {
    float: right;
    margin: 0 0 15px 0;
}

#comments .art-comment-sort a {
    display: inline-block;
    font-size: 12px;
    padding: 4px 6px;
    background: #f5f5f5;
}

#comments .pane {
    clear: both;
}

#addComment > *, #art-comment-form {
    clear: both;
    padding: 10px 0;
    background: #FAFAFA;
    padding: 20px 25px;
}

#addComment h2, #art-comment-form h2 {
    font-size: 18px;
    border-bottom-width: 1px;
}

.sub-menu-fixed {
    position: relative;
    background-color: #00349B;
    border-color: #e4e4e4;
    border-width: 2px 0;
}

.sub-menu-fixed ul {
    margin: 0 0 0 10px;
}

.sub-menu-fixed ul li {
    display: inline-block;
    padding-bottom: 2px;
}

.sub-menu-fixed ul li a {
    color: #FFF;
    font-size: 0.90em;
    padding-right: 1em;
    font-weight: 500;
}

img.metno {
    width: 36px;
}

a.ua {
    color: white;
}

a.ua:hover {
    color: var(--green-main);
}

.important-bg {
    background-color: var(--important);
    padding-top: 2em;
}

.flood-bg {
    background-color: var(--flood);
    padding-top: 2em;
}

.criminal-bg {
    background-color: var(--criminal);
    padding-top: 2em;
}


#miasto .btn-secondary:not(:disabled):not(.disabled).active {
    background-color: var(--green-medium);
}

.block-banner img {
    width: 100%;
}

.bg-purple {
    background: rgba(218, 130, 237, 1.0);
    background: linear-gradient(135deg, rgba(216, 203, 231, 1.0), rgba(198, 176, 240, 1.0));
}

.bg-blue {
    background: #e3f037;
}

#sub-menu-2348 {
    display: block;
}

#advertisementsList .highlighted {
    background-color: #cfe1b9;
}

#advertisementsList h3 {
    font-size: 1.3em;
    margin-bottom: 1.4em;
}

#advertisementsList .archive {
    color: var(--dark-gray);
}

#advertisementsList .archive-block {
    opacity: .5;
}

#advertisementsList .archive-block .no-picture {
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

[data-toggle="collapse"] i:before { transform: rotate(90deg); transition: transform 0.3s; }
[data-toggle="collapse"].collapsed i:before { transform: rotate(-90deg); }

.portal-wawa {
    /* COLORS */
    --green-main: #ed1c24;
    --green-medium: #ed1c24;
    --important: #b80060;
	--flood: #e21e13;
	--criminal: #3379c2;
    --vlight-gray: #fafafa;
    --light-gray: #eeeeee;
    --medium-gray: #e4e4e4;
    --darker-gray: #a8a8a8;
    --dark-gray: #888888;
    --labels-black: #222;
    --red-error: #b22;
    --warning-yellow: #ebab03;
    --search-blue: #3379c2;
    --flags-orange: #eb8f00;
    --flags-black: #000;
    --flags-blue: #3379c2;
    --flags-red: #e64200;
    --flags-yellow: #fcbf00;
    --flags-muzyka-green: #3C9644;
    /* BORDER RADIUS */
    --border-corner: 4px;
    --border-btn: 8px;
    /* DIMENSIONS */
    --galley-height: 500px;
}


.portal-wawa.portal-wroclaw {
    --important: #b80060;
    --green-main: #0047ab;
    --green-medium: #0047ab;
}

.portal-wawa.portal-krasnal {
    --important: #3379c2;
	--green-main: #ec008c;
	--green-medium: #ec008c;
}

.portal-wawa .block-title h2 span {
	font-size: 1em;
}

.portal-de {
    /* COLORS */
    --green-main: #4272b8;
    --green-medium: #4272b8;
    --important: #c23333;
    --vlight-gray: #fafafa;
    --light-gray: #eeeeee;
    --medium-gray: #e4e4e4;
    --darker-gray: #a8a8a8;
    --dark-gray: #888888;
    --labels-black: #222;
    --red-error: #b22;
    --warning-yellow: #ebab03;
    --search-blue: #3379c2;
    --flags-orange: #eb8f00;
    --flags-black: #000;
    --flags-blue: #3379c2;
    --flags-red: #e64200;
    --flags-yellow: #fcbf00;
    --flags-muzyka-green: #3C9644;
}
.portal-de #header {
	background: #4272b8;
}
.portal-de #header * {
	color: #fff;
}
.portal-de #header .btn-gray {
	background: #1e4885;
}
.portal-de .header-mobile {
	background: #4272b8;
	padding-bottom: 10px;
}
.portal-de .header-mobile .icon-mobile_menu:before {
	color: #fff !important;
}
h2.yellow-border {
	border-color: #f28918;
}
h2.red-border {
	border-color: #c23333;
}
.color-red {
	color: #c23333;
}
.color-yellow {
	color: #f28918;
}

.wybory-container { background: url(/i/flaga-pl.jpg) no-repeat 50% 50%; background-size: cover; }

@media screen and (min-width: 768px) {
	.portal-wawa .square-semi .t { padding: 1em; background: #EEE; margin: 0; min-height: 110px; }
	.portal-wawa .square-semi .f { border-radius: 0; }
	


	
}


.lead-bg-green li { background: #2ecc71; }
.lead-bg-red li { background: #ed1c24; }
.lead-bg-yellow li { background: #ecdc00; }
.lead-bg-green h3,
.lead-bg-red h3, 
.lead-bg-yellow h3 { padding: 10px 20px 0; }
.lead-bg-green p,
.lead-bg-red p,
.lead-bg-yellow p { padding: 0 20px 20px; }


.portal-wawa .header { background: url(/i/wawa/baner.png) no-repeat 100% 100%; }
.portal-wroclaw .header { background: none; }
.portal-krasnal .header { background: none; }

.portal-wawa .header .btn-gray { opacity: 0.4; }
.portal-wawa .today { font-size: 13px; line-height: 1.1; }

.portal-wawa .slick-arrow i:before { font-size: 30px; width: 12px; }

.marquee-container { background: #eede00; margin: 20px 0; overflow: hidden; }
.marquee ul { display: flex; padding: 10px; gap: 15px; margin: 0; }
.marquee li { padding: 5px; }
.marquee a:hover { color: inherit; }

.portal-wawa .icon-icon_search2:before { content: ''; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/></svg>') no-repeat 50% 50%; display: inline-block; width: 20px; height: 20px; vertical-align: middle; }

.rolled-menu { position: relative; } 
.rolled-menu .navigation {  padding-right: 60px; } 
.rolled-menu > .btn { position: absolute; top: -3px; right: 0; background: none; } 
.rolled-menu #rolledMenu { margin-top: 10px; }
.rolled-menu #rolledMenu li { display: block; border-top: 1px solid #DDD; padding: 10px 0; }

.portal-wawa .slick-arrow { color: #ed1c24; background: #fff; }
.portal-wawa .blue-bg { background: #0092eb !important; overflow: hidden; }

.block-title h2 a:after {
    content: 'czytaj więcej >>>';
    display: inline-block;
    border-radius: var(--border-corner);
    font-size: .875rem;
    background-color: #6c757d;
    padding: 5px 12px;
    color: #fff;
    font-weight: 400;
    margin-left: 10px;
    vertical-align: middle;
}


@media screen and (max-width: 768px) {
	.portal-wawa #content, 
	.portal-wm #content { margin-top: 10px !important; }
	.wawa-logo { max-width: 200px !important; }
    .portal-wawa .header { background: none; }
}

.gap-1 { gap: 0.5rem; }
.gap-3 { gap: 1.5rem; }

.wawa-footer { background: #747474; color: #fff; font-size: 14px; line-height: 1.4; }
.wawa-footer a { color: #fff; }
.wawa-footer .separator { background: #9e9e9e; width: 1px; height: 100px; }
.wawa-footer-menu { border-bottom: 5px solid #FFF; border-left: 1px solid rgba(0,0,0,0.4); }
.wawa-footer-menu li { border-right: 1px solid rgba(0,0,0,0.4); }
.wawa-footer-menu a { display: block; padding: 10px 20px; font-size: 1rem;  }


#gry-block h2 a { color: #000080; }
#krasnal-block h2 a { color: #b80060; }
#anty-defamation-block h2 a { color: #ff0000; }
#turystyka-block h2 a { color: #ec8643; }
#rolniczeabc-block h2 a { color: #00ac4a; }


.portal-wm {
    /* COLORS */
    --green-main: #1b86f7;
    --green-medium: #1b86f7;
    --important: #c23333;
    --vlight-gray: #fafafa;
    --light-gray: #eeeeee;
    --medium-gray: #e4e4e4;
    --darker-gray: #a8a8a8;
    --dark-gray: #888888;
    --labels-black: #222;
    --red-error: #b22;
    --warning-yellow: #ebab03;
    --search-blue: #3379c2;
    --flags-orange: #eb8f00;
    --flags-black: #000;
    --flags-blue: #3379c2;
    --flags-red: #e64200;
    --flags-yellow: #fcbf00;
    --flags-muzyka-green: #3C9644;
}

.portal-wm .header-bg { background: #24418f; color: #FFF; }
.portal-wm .header-bg .btn-gray { background: none; color: #FFF; }

.portal-podkarpacie {
    /* COLORS */
	--green-main: #3C9644;
    --green-medium: #009de0;
    --important: #3379c2;
	--flood: #e21e13;
	--criminal: #3379c2;
    --vlight-gray: #fafafa;
    --light-gray: #eeeeee;
    --medium-gray: #e4e4e4;
    --darker-gray: #a8a8a8;
    --dark-gray: #888888;
    --labels-black: #222;
    --red-error: #b22;
    --warning-yellow: #ebab03;
    --search-blue: #3379c2;
    --flags-orange: #eb8f00;
    --flags-black: #000;
    --flags-blue: #3379c2;
    --flags-red: #e64200;
    --flags-yellow: #fcbf00;
    --flags-muzyka-green: #3C9644;
}


