/*
Pryzmat Orange - #ff7500 (RGB 255\117\0)
Pryzmat Blue   - #00358f (RGB 0\53\143)
Pryzmat Grey   - #d9d9d6 (RGB 217\217\214)
*/

/* GENERAL STYLES */
body {
    padding-top: 0;
}
.pryzmat-table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.pryzmat-table td {
    padding: 0;
}
.pryzmat-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pryzmat-header {
    font-weight: bold;
    font-size: 20px;
    color: #ff7500;
}
.pryzmat-page-spacing {
    width: calc(100% - 60px);
    margin: 0 auto;
}

/* NAVBAR USERMENU */
.pryzmat-usermenu .no-overflow {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pryzmat-usermenu .no-overflow::after {
    clear: both;
    content: '';
    display: table;
}
.pryzmat-usermenu .pryzmat-table {
    width: auto;
    float: right;
}
.pryzmat-usermenu .pryzmat-table td {
    padding-left: 15px;
    color: #4f5252;
    font-weight: bold;
}
.pryzmat-usermenu .pryzmat-table td:first-of-type {
    padding-left: 0;
}
.pryzmat-usermenu .pryzmat-table .image {
    width: 25px;
    height: 24px;
}
.pryzmat-usermenu .pryzmat-table a {
    color: #4f5252;
}
.pryzmat-usermenu .pryzmat-table a:hover,
.pryzmat-usermenu .pryzmat-table a:active,
.pryzmat-usermenu .pryzmat-table a:focus {
    color: #4f5252;
    text-decoration: none;
    opacity: 0.7;
    -moz-transition: all 0.3s ease; /* FF4+ */
    -ms-transition: all 0.3s ease; /* IE? */
    -o-transition: all 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
    transition: all 0.3s ease; /* Standard syntax */
}

/* NAVBAR */
.pryzmat-navbar {
    background-color: #d9d9d6;
    padding: 25px 0 20px 0;
}
.pryzmat-navbar .logo {
    width: 30%;
}
.pryzmat-navbar .logo a {
    display: block;
    width: 100%;
    max-width: 218px;
}
.pryzmat-navbar .logo a img {
    display: block;
    max-width: 100%;
    height: auto;
}
.pryzmat-navbar .menu {
    width: 70%;
}
.pryzmat-navbar .menu ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    list-style-type: none;
}
.pryzmat-navbar .menu ul::after {
    clear: both;
    content: '';
    display: table;
}
.pryzmat-navbar .menu ul li {
    float: left;
    margin-left: 25px;
}
.pryzmat-navbar .menu ul li a {
    display: block;
    color: #656867;
    font-weight: bold;
    font-size: 16px;
    -moz-transition: all 0.3s ease; /* FF4+ */
    -ms-transition: all 0.3s ease; /* IE? */
    -o-transition: all 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
    transition: all 0.3s ease; /* Standard syntax */
}
.pryzmat-navbar .menu ul li a:hover {
    color: #A5A8A7;
    font-weight: bold;
    text-decoration: none;
}
.pryzmat-navbar .pryzmat-table {
    height: 66.6px;
}
.pryzmat-navbar .search {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.pryzmat-navbar .search td:nth-of-type(1) {
    width: 40px;
}
.pryzmat-navbar .search td:nth-of-type(2) {
    width: 4px;
    background-color: #d9d9d6;
}
.pryzmat-navbar .search td:nth-of-type(3) {
    text-align: center;
}
.pryzmat-navbar .search button {
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.pryzmat-navbar .search button img {
    height: 22px;
    position: relative;
    top: -2px;
    left: 0;
}
.pryzmat-navbar .search input {
    width: 95%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.pryzmat-banner {
    display: none;
    height: 150px;
}
.pryzmat-banner .no-overflow {
    height: 100%;
}
.pryzmat-banner .no-overflow::after {
    clear: both;
    content: '';
    display: table;
}
.pryzmat-banner table {
    display: none;
    float: right;
    width: 36%;
    height: 90%;
    margin: 0;
}
.pryzmat-banner table td {
    vertical-align: bottom;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

/* FRONTPAGE */
.pryzmat-frontpage {
    background-color: #d9d9d6;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.pryzmat-frontpage .aktualnosci-row .header {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #ff7500;
    vertical-align: bottom;
    padding-top: 25px;
    padding-bottom: 15px;
}
.pryzmat-frontpage .aktualnosci-row .no-overflow {
    padding: 15px;
}
.pryzmat-frontpage .aktualnosci-table {
    height: 100%;
    background-color: #fff;
}
.pryzmat-frontpage .aktualnosci-table .no-overflow {
    min-height: 200px;
}
.pryzmat-frontpage .aktualnosci-table > tbody > tr:nth-of-type(2) td {
    width: 50%;
}
.pryzmat-frontpage .aktualnosc-table {
    width: 90%;
    margin: 0 auto;
}
.pryzmat-frontpage .aktualnosc-table td {
    height: 100%;
}
.pryzmat-frontpage .aktualnosc-table td:nth-of-type(1) {
    width: 50%;
}
.pryzmat-frontpage .aktualnosc-table td:nth-of-type(2) {
    width: 50%;
}
.pryzmat-frontpage .aktualnosc-table .image {
    width: 90%;
    height: 150px;
    max-height: 190px;
    margin: 0 auto;
    outline: 2px solid #355fa5;
}
.pryzmat-frontpage .aktualnosc-table .title,
.pryzmat-frontpage .aktualnosc-table .text {
    color: #535656;
}
.pryzmat-frontpage .aktualnosc-table .title {
    font-weight: bold;
    font-size: 16px;
}
.pryzmat-frontpage .aktualnosc-table .text {
    font-size: 12px;
}
.pryzmat-frontpage .aktualnosc-table .action {
    margin-top: 10px;
}
.pryzmat-frontpage .aktualnosc-table .action a {
    font-size: 12px;
    -moz-transition: all 0.3s ease; /* FF4+ */
    -ms-transition: all 0.3s ease; /* IE? */
    -o-transition: all 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
    transition: all 0.3s ease; /* Standard syntax */
}
.pryzmat-frontpage .aktualnosc-table .action a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.pryzmat-frontpage .aktualnosc-table .action a:nth-of-type(2) {
    margin-left: 5px;
}

/* SUBMENU */
.pryzmat-submenu-row {
    margin-bottom: 25px;
    background-color: #d9d9d6;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.pryzmat-submenu-before,
.pryzmat-submenu-after {
    content: "";
    height: 130px;
    background-color: #fff;
    position: absolute;
    top: 0;
}
.pryzmat-submenu-before {
    width: 40px;
    left: 0;
}
.pryzmat-submenu-after {
    width: 10px;
    right: 0;
}
.pryzmat-submenu-row a {
    display: block;
    width: 80%;
    margin: 0 auto;
    color: #555;
    outline: 1px solid #ff7500;
    -moz-transition: all 0.3s ease; /* FF4+ */
    -ms-transition: all 0.3s ease; /* IE? */
    -o-transition: all 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
    transition: all 0.3s ease; /* Standard syntax */
}
.pryzmat-submenu-row a.active {
    color: #fff;
}
.pryzmat-submenu-row a.active  .pryzmat-table {
    background-color: #00358f;
}
.pryzmat-submenu-row a:hover,
.pryzmat-submenu-row a:active,
.pryzmat-submenu-row a:focus {
    text-decoration: none;
    opacity: 0.7;
}
.pryzmat-submenu-row .pryzmat-table {
    height: 90px;
    background-color: #fff;
}
.pryzmat-submenu-row .image {
    width: 45%;
}
.pryzmat-submenu-row .image img {
    display: block;
    width: 70%;
    max-width: 60px;
    margin: 0 auto;
}
.pryzmat-submenu-row .text {
    width: 55%;
    font-weight: bold;
    font-size: 14px;
    padding-left: 1.5%;
    padding-right: 5%;
}

/* SZKOLENIA (LAYOUT) */
.container.pryzmat-bordered-layout {
    min-height: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    border: 2px solid #d9d9d6;
    overflow: hidden;
}
.pryzmat-bordered-layout #region-main > .row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pryzmat-bordered-layout #region-main .pryzmat-header span {
    margin-left: 30px;
}
.pryzmat-bordered-layout .actions-table td {
    text-align: center;
}
.pryzmat-bordered-layout .actions-table a {
    color: #561209;
    -moz-transition: all 0.3s ease; /* FF4+ */
    -ms-transition: all 0.3s ease; /* IE? */
    -o-transition: all 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
    transition: all 0.3s ease; /* Standard syntax */
}
.pryzmat-bordered-layout .actions-table a:hover,
.pryzmat-bordered-layout .actions-table a:active
.pryzmat-bordered-layout .actions-table a:focus {
    color: #561209;
    text-decoration: none;
    opacity: 0.6;
}
.pryzmat-bordered-layout .actions-table div {
    margin: 0;
    padding: 0;
    display: block;
}
.pryzmat-bordered-layout .actions-table form input[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    line-height: normal;
    height: auto;
    text-transform: capitalize;
    font-size: 14px;
    color: #561209;
    font-family: 'nerislight';
    -moz-transition: all 0.3s ease; /* FF4+ */
    -ms-transition: all 0.3s ease; /* IE? */
    -o-transition: all 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
    transition: all 0.3s ease; /* Standard syntax */
}
.pryzmat-bordered-layout .actions-table form input[type="submit"]:hover {
    opacity: 0.6;
}

/* SZKOLENIA (LOCAL) */
.pryzmat-courseboxes-row table {
    width: 80%;
    margin: 10px auto;
    padding: 0;
    border: 2px solid #d9d9d6;
    table-layout: fixed;
}
.pryzmat-courseboxes-row table tr:first-of-type {
    background-color: #d9d9d6;
}
.pryzmat-courseboxes-row table tr:nth-of-type(1) td {
    width: 33.333333%;
    height: 60px;
}
.pryzmat-courseboxes-row table tr:nth-of-type(1) td.dates {
    width: 66.666667%;
    font-size: 12px;
}
.pryzmat-courseboxes-row table tr:nth-of-type(1) td.dates span {
    font-weight: bold;
    color: #00358f;
    text-transform: uppercase;
}
.pryzmat-courseboxes-row table tr:nth-of-type(1) img {
    width: 47px;
    height: 45px;
    display: block;
    margin: 0 auto;
}
.pryzmat-courseboxes-row table tr:nth-of-type(1) a {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #ff7500;
    -moz-transition: all 0.3s ease; /* FF4+ */
    -ms-transition: all 0.3s ease; /* IE? */
    -o-transition: all 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
    transition: all 0.3s ease; /* Standard syntax */
}
.pryzmat-courseboxes-row table tr:nth-of-type(1) a:first-of-type {
    margin-bottom: 5px;
}
.pryzmat-courseboxes-row table tr:nth-of-type(1) a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}
.pryzmat-courseboxes-row table tr:nth-of-type(2) td {
    height: 120px;
}
.pryzmat-courseboxes-row table tr:nth-of-type(2) td a {
    display: block;
    height: 100%;
    padding: 10px;
    color: #555;
    overflow: hidden;
    -moz-transition: all 0.3s ease; /* FF4+ */
    -ms-transition: all 0.3s ease; /* IE? */
    -o-transition: all 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
    transition: all 0.3s ease; /* Standard syntax */
}
.pryzmat-courseboxes-row table tr:nth-of-type(2) td a:hover,
.pryzmat-courseboxes-row table tr:nth-of-type(2) td a:active,
.pryzmat-courseboxes-row table tr:nth-of-type(2) td a:focus {
    color: #555;
    text-decoration: none;
    opacity: 0.7;
}
.pryzmat-courseboxes-row table tr:nth-of-type(2) .title {
    font-weight: bold;
    margin-bottom: 10px;
}
.pryzmat-archivecourses-row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pryzmat-archivecourses-row .pryzmat-header {
    margin-bottom: 20px;
}
.pryzmat-archivecourses-row .pryzmat-table {
    width: calc(100% - 55px);
    margin: 0 auto;
}
.pryzmat-archivecourses-row .pryzmat-table tr {
    margin-bottom: 20px;
    background-color: #c2c2c0;
    border-bottom: 4px solid #fff;
}
.pryzmat-archivecourses-row .pryzmat-table tr:nth-child(odd) {
    background-color: #c2c2c0;
}
.pryzmat-archivecourses-row .pryzmat-table tr:nth-child(even) {
    background-color: #00358f;
}
.pryzmat-archivecourses-row .pryzmat-table td {
    padding: 5px 10px;
}
.pryzmat-archivecourses-row .pryzmat-table td a {
    color: #fff;
    display: block;
}
.pryzmat-archivecourses-row .pryzmat-table td a:hover,
.pryzmat-archivecourses-row .pryzmat-table td a:active,
.pryzmat-archivecourses-row .pryzmat-table td a:focus {
    color: #fff;
    text-decoration: none;
}

/* ZAPISY */
.pryzmat-zapisy {
    margin-bottom: 20px;
}
.pryzmat-zapisy .pryzmat-table.main-table {
    width: calc(100% - 100px);
    margin: 0 auto;
}
.pryzmat-zapisy .pryzmat-table.courses-table thead tr {
    background-color: #d9d9d6;
}
.pryzmat-zapisy .pryzmat-table.courses-table th,
.pryzmat-zapisy .pryzmat-table.courses-table td,
.pryzmat-zapisy .pryzmat-table.szkolenia_zasoby th,
.pryzmat-zapisy .pryzmat-table.szkolenia_zasoby td {
    padding-left: 10px;
    padding-right: 10px;
}
.pryzmat-zapisy .pryzmat-table.szkolenia_zasoby thead tr {
    background-color: #d9d9d6;
}
.pryzmat-zapisy .pryzmat-table.szkolenia_zasoby tbody tr {
    border-bottom: 1px solid #cbcbcb;
}
.pryzmat-zapisy .pryzmat-table.szkolenia_zasoby thead tr th {
    height: 60px;
}
.pryzmat-zapisy .pryzmat-table.select-users .header-actions button {
    width: auto;
    height: 20px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    line-height: 0;
    background-color: transparent;
}
.pryzmat-zapisy .pryzmat-table.select-users .header-actions button img {
    height: 20px;
}
.pryzmat-zapisy .pryzmat-table .guziczek {
    background-color: #ff7500;
    line-height: normal;
    height: 25px;
    text-transform: capitalize;
}
.pryzmat-zapisy .pryzmat-table td.spacer-5 {
    height: 5px;
}
.pryzmat-zapisy .pryzmat-table td.spacer-20 {
    height: 20px;
}

/* RAPORTY - SZKOLENIA / PRACOWNICY / ZAPISY */
.pryzmat-thirdmenu-row {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    background-color: transparent;
}
.pryzmat-thirdmenu-row a {
    display: block;
    outline: none;
}
.pryzmat-thirdmenu-row a.active {
    color: #555;
}
.pryzmat-thirdmenu-row a.active .pryzmat-table {
    background-color: #ff7500;
}
.pryzmat-thirdmenu-row .pryzmat-table {
    background-color: #d9d9d6;
}

/* EXTNEWS */
.extn_page_title,
.pryzmat-extnews-container .pryzmat-table.extnews-search-table,
.pryzmat-table.extnews-content-table {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.pryzmat-table.extnews-content-table {
    margin-top: 20px;
    margin-bottom: 20px;
}
#extnews-content-01-container,
#extnews-content-02-container {
    display: none;
}
#extnews-form-01 .pryzmat-table {
    display: table;
    margin: 0;
}
#extnews-form-01 .pryzmat-table td:nth-of-type(1) {
    width: 36px;
}
#extnews-form-01 .pryzmat-table input,
#extnews-form-01 .pryzmat-table button {
    display: block;
    margin: 0;
}
#extnews-form-01 .pryzmat-table button,
#extnews-form-02-placeholder button {
    width: 40px;
    padding: 0;
    font-size: 16px;
    border: 1px solid #cbcbcb;
}
#extnews-form-01 .pryzmat-table button i,
#extnews-form-02-placeholder button i {
    color: #ff7500;
}
#extnews-form-01 .pryzmat-table input {
    width: calc(100% - 15px);
    max-width: 100%;
}
#extnews-form-01 .pryzmat-table button {
    background-color: transparent;
    padding: 0;
}
#extnews-form-01 .pryzmat-table button img {
    width: 36px;
}
#extnews-form-02 {
    width: 36px;
    margin: 0 auto;
}
#extnews-form-02 button {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    background-color: transparent;
}
#extnews-form-02 button img {
    display: block;
}
#extnews-form-01-placeholder .extn_search_category {
    margin-bottom: 0;
}
#extnews-form-02-placeholder {
    width: 43px;
}
#extnews-content-02-placeholder {
    width: 10%;
    border: 1px solid #000;
}
#extnews-content-02-placeholder > div {
    width: 85%;
    margin: 10px auto;
}
#extnews-content-02-placeholder > div span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #ff7500;
}
#extnews-content-01 {
    width: calc(100% - 10px);
    min-width: 600px;
}
#extnews-content-01 .extn_news_content p,
#extnews-content-01 .extn_news_date_user {
    margin: 0;
    padding: 3px 15px;
}
#extnews-content-01 .extn_news_content p:first-of-type {
    margin-top: 5px;
}
#extnews-content-01 .extn_news_date_user {
    margin-bottom: 5px;
}
#extnews-content-01 > tbody > tr:first-of-type {
    background-color: #d9d9d6;
    color: #4f5252;
}
#extnews-content-01 > tbody > tr > td {
    padding: 5px 10px;
}

/* FOOTER */
.pryzmat-footer {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.pryzmat-footer .pryzmat-table {
    width: auto;
}
.pryzmat-footer .pryzmat-table td:not(:first-of-type) {
    padding-left: 15px;
}
.pryzmat-footer .pryzmat-table a,
.pryzmat-footer .pryzmat-table img {
    display: block;
}
.pryzmat-footer .pryzmat-table img {
    width: 35px;
    height: 35px;
}
.pryzmat-footer .helpdesk {
    text-align: right;
}
.pryzmat-footer a {
    color: #fff;
    -moz-transition: all 0.3s ease; /* FF4+ */
    -ms-transition: all 0.3s ease; /* IE? */
    -o-transition: all 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
    transition: all 0.3s ease; /* Standard syntax */
}
.pryzmat-footer a:hover,
.pryzmat-footer a:active,
.pryzmat-footer a:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

/* INNE */
.no-overflow:not(.pryzmat-submenu-row) {
    padding-bottom: 0;
}

/* SWIPE GESTURE */
#extnews-content-01-placeholder,
.pryzmat-kontakty-container > .no-overflow {
    position: relative;
}
.pryzmat-swipe-gesture {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100vw;
    display: none;
}
.pryzmat-swipe-gesture img {
    display: block;
    margin: 0 auto;
    width: 95%;
}

/* BOOTSTRAP BREAKPOINTS */
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 992px) and (max-width: 1199px) {}
@media screen and (min-width: 768px) and (max-width: 991px) {}
@media screen and (min-width: 768px) {
    .pryzmat-submenu-row > .span4::after {
        clear: both;
        content: '';
        display: table;
    }
    .pryzmat-submenu-row > .span4:first-of-type > a {
        float: right;
    }
    .pryzmat-submenu-row > .span4:nth-of-type(3) > a {
        float: left;
    }
}
@media screen and (max-width: 767px) {
    .pryzmat-page-spacing {
        width: calc(100% - 10px);
    }
    .pryzmat-navbar,
    .pryzmat-banner {
        margin: 0 calc(-50vw + 50%);
    }
    .pryzmat-navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pryzmat-navbar .menu ul li {
        display: block;
        float: none;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 0;
    }
    .pryzmat-navbar .menu ul li:last-of-type {
        margin-bottom: 0;
    }
    .pryzmat-navbar .menu ul li a {
        font-size: 14px;
        text-align: center;
    }
    .pryzmat-banner.pryzmat-bg-image {
        background-position: 63% center;
    }
    .pryzmat-banner table td {
        font-size: 100%;
    }
    .pryzmat-frontpage .aktualnosci-row {
        margin-bottom: 10px;
    }
    .pryzmat-frontpage .aktualnosci-table > tbody > tr:nth-of-type(2) td {
        display: block;
        width: 100%;
    }
    .pryzmat-frontpage .aktualnosc-table .title {
        padding-top: 15px;
    }
    .pryzmat-frontpage .pryzmat-submenu-row {
        margin: 0;
    }
    .pryzmat-frontpage .pryzmat-submenu-row > .span4 {
        margin-bottom: 25px;
    }
    .pryzmat-kontakty-container .menu-row-mobile {
        display: block;
    }
    .pryzmat-kontakty-container .search input {
        width: 90%;
    }
    .pryzmat-footer {
        margin: 0 calc(-50vw + 50%);
        padding-bottom: 15px;
    }
    .pryzmat-footer .span6:not(.helpdesk) {
        margin-bottom: 15px;
    }
    .pryzmat-footer .span6.helpdesk {
        text-align: center;
    }
    .pryzmat-footer .pryzmat-table {
        margin: 0 auto;
    }
    .pryzmat-footer .pryzmat-table td:not(:first-of-type) {
        padding-left: 30px;
    }
    /* EXTNEWS */
    .pryzmat-extnews-content {
        width: calc(100% - 10px);
        margin: 0 auto;
    }
    #extnews-content-02-placeholder,
    .pryzmat-karty-katalogowe-form,
    .pryzmat-extnews-hidden-content-spacing,
    .printBtn .karty-katalogowe-print-btn {
        display: none;
    }
    #extnews-content-01 {
        width: 100%;
    }
}
