<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-08-23, 10:21:01
    Author     : Piotr
*/

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Roboto-Regular-webfont.woff2') format('woff2'),
        url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
        url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
        url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('/fonts/Roboto-Light-webfont.eot');
    src: url('/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Roboto-Light-webfont.woff2') format('woff2'),
        url('/fonts/Roboto-Light-webfont.woff') format('woff'),
        url('/fonts/Roboto-Light-webfont.ttf') format('truetype'),
        url('/fonts/Roboto-Light-webfont.svg#robotoregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('/fonts/Roboto-Black-webfont.eot');
    src: url('/fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Roboto-Black-webfont.woff2') format('woff2'),
        url('/fonts/Roboto-Black-webfont.woff') format('woff'),
        url('/fonts/Roboto-Black-webfont.ttf') format('truetype'),
        url('/fonts/Roboto-Black-webfont.svg#robotoregular') format('svg');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: Roboto, sans-serif; 
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}

h1, h2 {
    font-family: "Roboto-Black", sans-serif; 
}

h1 {
    font-size: 24px;
}

.naglowek4 {
    border-color: #ddd;
    padding-bottom: 5px;
}

strong, b {
    font-weight: normal !important;
    font-family: "Roboto-Black", sans-serif !important; 
}

p.padd {
    margin: 0;
    padding: 15px 0;
}

.btn-default {
    font-weight: normal;
    font-family: Roboto, sans-serif; 
}

.btn-default:hover, .home-events .btn:hover {
    color: #00aeff;
    background-color: transparent;
    border-color: inherit;
    text-decoration: underline;
}

/*.btn-default:hover i, .home-events .btn:hover i {
    color: #586065;
}*/

.btn-primary {
    color: #fff;
    background-color: #0b589a;
    border-color: #2e6da4;
}

.btn-xs, .input-group .btn {
    font-family: "Roboto", sans-serif; 
}

.btn span {
    margin-left: 5px;
}

.btn .fa-angle-right {
    color: #40C4FF;
    margin-right: 5px;
}

.btn-xs{
    padding: 3px 8px;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: normal;
}

input[type="checkbox"] {
    vertical-align: top;
}

.alert-danger {
    color: #721c24;
}

.alert-info {
    color: #0c5460;
}

.alert-success {
    border-color: #88c389;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger p {
    padding: 10px 5px;
    border-bottom: 1px solid #ebccd1;
}

.alert-danger p:last-child {
    border-bottom: 0 none;
}

hr {
    border-width: 2px;
}

hr.soft {
    border-width: 1px;
    margin: 10px 0;
}

.nav-tabs li.active a {
    font-family: "Roboto-Black", sans-serif;
}

.nav-tabs a.disabled {
    color: #aaa;
}

.nav-tabs a.disabled:hover {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #ddd;
    cursor: auto;
}

button.close {
    font-size: 30px;
    margin-right: 5px;
}

.help-block {
    font-size: 0.9em;
}

i.fa, i.fas, i.far {
    margin-right: 5px; 
}

i.fa-times {
    margin-right: 0; 
}

.profile-info-col .box-content .item-data .label-col {
    text-align: center;
    font-size: 0.9em;
    padding: 0 5px;
    line-height: 1.2em;
}

.profile-info-col .box-content .item-data .data-col {
    text-align: center;
    padding: 0 5px;
    font-family: "Roboto-Black",sans-serif;
    line-height: 1.2em;
}

@media (min-width: 768px) {

    .dropdown-menu {
        min-width: 1000px;
    }

    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    .blocktitle {
        font-size: 24px;
    }

    .navbar .navbar-nav &gt; li &gt; a {
        font-family: "Roboto-Black", sans-serif;
        letter-spacing: 1px;

    }

    /* gĹĂłwna */
    #strefy .card .title {
        line-height: 60px;
        font-weight: normal;
        font-family: "Roboto-Black",sans-serif;
        font-size: 18px;
        letter-spacing: 1.2px;
    }

    .home-events h1 {
        margin-top: 30px;
    }

    .wydarzenie .info div {
        width: auto;
        padding-left: 0;
    }

    .wydarzenie .info div:first-child {
        width: auto;
        padding-left: 15px;
    }

    .wydarzenie .info div i {
        margin-right: 3px;
    }

    .home-events .btn {
        border-color: #80d7ff; /*#40C4FF*/;
        text-transform: lowercase;
        font-weight: normal;
        color: #586065;
    }

    .blockline2 {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .nazwa_wydarzenia {
        line-height: 60px;
        font-weight: normal;
        font-family: "Roboto-Black",sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        top: auto;
        bottom: 0px;
    }

    .profile-info-col .box-content .item-data .label-col {
        text-align: right;
    }

    .profile-info-col .box-content .item-data .data-col {
        text-align: left;
    }
}

.nazwa_wydarzenia {
    top: auto;
    bottom: 0px;
}

/*.karta:hover .nazwa_wydarzenia {
    top: 0px;
    bottom: auto;
    transition: .5s ease;
}*/

.karta:hover .overlay {
    height: calc(100% - 60px);
    top: 0;
}

.karta .overlay .tekst {
    font-size: 16px;
    top: 30%;
    padding: 3% 8%;
}

.blocktitle {
    font-family: "Roboto-Black",sans-serif;
    font-weight: normal;
}

#register_form h1 {
    margin: 30px 0;
}

#register_form .row-left {
    text-align: left;
}


#register_form .rows-padd .row {
    padding-top: 6px;
    padding-bottom: 6px;
}

.checkbox-inline input[type="checkbox"] {
    position: relative;
}

.checkbox-inline input[type="checkbox"], .checkbox-inline input[type="radio"] {
    margin: 0 3px 0 0;
}

#register_form .rows-padd .row-submit {
    padding-top: 10px;
    padding-bottom: 30px;
}

form .table tbody tr td {
    border-color: #eee;
    border-width: 2px;
    line-height: 34px;
}

form .table tbody tr.hide-border td {
    border-color: transparent;
}

form .table tbody tr td label {
    line-height: normal;
}

form .table tbody tr td label.checkbox-inline:first-child {
    padding-left: 3px;
}

#register_form .table tr:first-child td {
    border: 0;
}

#register_form label {
    font-family: Roboto, sans-serif;
    font-size: 1em;
}

#register_form .form-accept {
    vertical-align: bottom;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 0;
    max-width: calc(100% - 13px);
}

.form-accept::before {
    content: "\00a0\00a0";
}

.form-clause {
    margin-top: 20px;
}

.form-clause {
    font-style: italic;
    font-size: 0.9em;
}

.form-clause p:first-child {
    font-weight: bold;
}

.contact .blocktitle {
    margin-top: 50px;
}

.contact .table tr:first-child td {
    border: 0;
}

.contact .formularz {
    width: 60%;
    margin: 0 auto;
}

.contact_dane {
    margin-top: 0;
    font-weight: normal;
}

#footer {
    padding: 50px 0;
    margin-top: 30px;
}

.weekly_offer {
    border-color: #40C4FF;
    border-width: 1px;
    background-color: #f9f9f9;
    height: 200px;
    padding: 30px;
}

.weekly_offer .title {
    font-weight: normal;
    font-family: "Roboto-Black",sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    overflow: visible;
    display: block;
    line-height: normal;
    height: auto;
    color: #444;
}

.weekly_offer:hover {
    background-color: rgba(13, 71, 161, 0.9);
    color: #fff;
    transition: 0.2s;
}

.home_employers img {
    max-width: 150px;
    max-height: 100px;
}

.home_employers:hover {
    background-color: #f9f9f9;
}

.home_employers img:hover {
    max-width: 170px;
    max-height: 120px;
    transition: 0.1s;
}

.weekly_offer .desc {
    color: #444;
}

.weekly_offer:hover .title, .weekly_offer:hover .desc {
    color: #fff;
}

.weekly_offer .logo img {
    width: 30%;
}

.cas-button {
    background: #0b589a none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    line-height: 36px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    width: auto;
    min-width: 330px;
    margin: 0 auto;
    text-decoration: none;
    display: inline-block;
}

.cas-button .fas {
    color: #eee;
    font-size: 28px;
}

.cas-button .fas {
    margin-right: 15px;
    color: #eee;
    font-size: 32px;
    margin-left: 0;
    float: left;
}

.cas-button p {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
}

.cas-button p span {
    font-size: 0.9em;
    color: #ccc;
}

.or_cas {
    margin: 20px 0;
    color: #0b589a;
}

label {
    font-weight: normal;
}

.form-horizontal .form-group {
    margin: 0 0 15px 0;
}

.login-form label.control-label{
    font-weight: normal;
    line-height: 34px;
    padding: 0;
    margin: 0;
}

.modal-title {
    font-family: "Roboto-Black",sans-serif;
}

.form-horizontal .header {
    font-family: "Roboto-Black",sans-serif;
    font-size: 15px;
    margin: 30px 0;
}

form button.btn-primary[type="submit"], form .cancelBtn {
    margin-top: 30px;
}

form .input-group button.btn-primary[type="submit"], form .input-group .cancelBtn {
    margin-top: 0;
}

form .cancelBtn {
    margin-left: 5px;
}

.show_employers .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .show_employers .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .info_col .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .info_col .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    background-color: red;
    color: #fff;
}

.show_employers .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .show_employers .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .info_col .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .info_col .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: green;
    color: #fff;
}

.show_employers .header {
    color: #000;
}

.profile-edit-entry .header {
    font-family: "Roboto-Black",sans-serif;
    margin-bottom: 5px;
    color: #000;
}

.profile-edit-entry .description {
    margin-top: 10px;
    color: #000;
    font-size: 0.9em;
}

.profile-edit-entry {
    color: #000;
}

.panel-heading {
    font-size: 1.1em;
}

.social i {
    margin-right: 10px;
}

.social i{
    color: #ccc;
}

.social a i{
    color: #337ab7;
}

.image_action {
    margin: 10px 0;
}

.input-hidden {
    position: absolute;
    top: -1000px;
}

.photo-box img{
    margin: 10px auto 0 auto;
}

.container h2.blocktitle {
    margin-top: 30px;
}

.container h2.blocktitle:first-child {
    margin-top: 10px;
}

.star, .star-empty {
    font-size: 1.2em;
}

.star-empty {
    color: #ddd;
}

.star {
    color: #40C4FF;
}

.logout {
    font-family: Roboto,sans-serif;
    font-weight: normal;
    text-transform: none;
    color: #999;
}

#employer_view .employer_contact {
    padding: 5% 7% 7%;
    margin: 10px 0;
    border: 1px solid;
    border-color: #e0e0e0;
}

#employer_view .employer_title {
    text-align: center;
}

#employer_view .employer_title h1 {
    text-align: left;
    margin: 15px 0;
}

#employer_view .employer_title img {
    border: 0;
}

a.watchlist i {
    color: inherit;
}

a.watchlist i {
    margin-right: 5px;
}

.bs-switch-contener {
    line-height: 1.5;
    padding: 5%;
    background-color: #f8f8f8;
    border: 1px solid #d6e0f5;
    border-radius: 5px;
    color: #337ab7;
}

.bs-switch-contener label {
    display: inline;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.profile-info-col {
    padding: 1% 2%;
}

.profile-left-col {
    padding: 1% 2% 1% 0;
}

.profile-right-col {
    padding: 1% 0 1% 2%;
}

.profile-info-col .box-content {
    border: 1px solid;
    border-radius: 2px;
    border-color: #e0e0e0;
    padding: 5% 3%;
    background-color: #f9f9f9;
    text-align: center;
    margin-bottom: 30px;
}

.profile-info-col .box-content .item-data {
    padding: 2%;
    text-align: center;
}

.profile-info-col .box-content .item-data .data-col:last-child, .profile-info-col .box-content .item-data .label-col:nth-last-child(2) {
    margin-bottom: 0;
}

.profile-info-col .box-content .item-data h1 {
    margin: 15px 0 25px;
}

.page-header {
    border-bottom: 2px solid #eee;
    margin: 5px -15px 20px;
}

.page-header.frame {
    margin: 5px 0px;
}

.left-menu {
    padding-left: 0;
    padding-right: 30px;
}

.nav &gt; li hr {
    margin: 7px 0;
    border-width: 2px;
}

.nav.nav-pills .header {
    padding: 5px 5px;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #aaa;
    border-bottom: 2px solid #eee;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.8em;
}

#offer.container {
    max-width: none;
    margin: 0 -15px;
    padding: 0;
    width: calc(100% + 30px);
}

.tab-content {
    margin-top: 30px;
}

.tab-content .form-group {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 15px 0;
}

.tab-content .tab-pane .form-group:first-child {
    border: 0;
}

.tab-content .control-label {
    text-align: left;
}

.list-item {
    padding: 7px 0;
}

.form-group .list button.btn.list-add {
    margin-top: 10px;
}

.form-group .list button.btn.list-add i.fas.fa-plus {
    color: green;
}

.form-group .list button.btn.list-del i.fas.fa-times {
    color: red;
}

.view_info  {
    background-color: #f9f9f9;
    border: 0 none;
}

#offer_view .general_info {
    padding: 10px 0 0 20px;
    box-shadow: none;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -12px;
    right: -30px;
    font-size: 22px;
}

.fa-map-marker, .fa-map-marker-alt {
    color: #0D47A1;
    font-size: 1.1em;
    margin-right: 1px;
}

.weekly_offer:hover .fa-map-marker, .weekly_offer:hover .fa-map-marker-alt {
    color: #fff;
}

.weekly_offer .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 80%;
    text-align: center;
}

#offer_view .view_info .naglowek_view {
    border-color: #ddd;
    margin: 30px 0 10px 0;
}

#offer_view .view_info .naglowek_view h3 {
    font-size: 18px;
    color: #000;
}

#offer_view .view_info .wypelnienie {
    color: #444;
}

.user_not_logged_in {
    margin-top: 30px;
}

#offer_left_menu .offer_top_header {
    margin-top: 30px;
    font-size: 14px;
    text-transform: none;
    font-family: Roboto, sans-serif;
}

label.checked {
    color: red;
}

.wydarzenie {
    height: 150px;
    margin-bottom: 0;
}

.wydarzenia .wydarzenie {
    height: auto;
    padding: 0;
    margin: 20px 0;
}

.wydarzenia .wydarzenie .title a {
    text-transform: none;
    font-size: 18px;
}

.wydarzenia .news_box div:first-child .wydarzenie {
    margin-top: 0;
}

.wydarzenie:hover {
    color: #fff;
}

.wydarzenie .title {
    line-height: normal;
}

.wydarzenie .title a {
    color: #333;
}

.news_box .news .desc {
    border: 0 none;
    margin: 0;
    padding-bottom: 5px;
}

#homepage_news .news .desc {
    display: none;
}

.wydarzenie .info {
    border-top: 1px solid #40C4FF;
    margin: 20px 0 0;
    padding: 5px 0;
}

.wydarzenia .news_box .news .title {
    margin-bottom: 5px;
}

.wydarzenia .info {
    margin-top: 5px;
}

.wydarzenie .info div {
    padding-right: 40px;
}

.wydarzenie .info div:first-child {
    padding-left: 0;
    padding-right: 15px;
}

.wydarzenie .info div:last-child {
    padding-right: 0;
}

.wydarzenie_overlay .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 80%;
    text-align: center;
}

.wydarzenie_overlay .news_text {
    line-height: normal;
    text-transform: uppercase;
    font-family: "Roboto-Black",sans-serif;
    font-size: 18px;
}

.news_box .news .title {
    font-family: "Roboto-Black",sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.news_box .news .type {
    border-width: 1px;
    padding: 3px 8px 2px 8px;
    text-transform: uppercase;
    color: #00aeff; /*#40C4FF;*/
    border-color: #b3e7ff;
    font-size: 0.8em;
}

.news_box .news .desc {
    color: #444;
}

.tekst_glowny, .tekst_podstawowy {
    text-align: left;
    margin: 3% 0 0;
}

.notatka {
    margin: 5px 0;
    font-size: 1em;
}

.notatka i.fa {
    color: #40C4FF;
}

.notatka span {
    font-family: "Roboto-Black",sans-serif;
}

.company_header {
    border-bottom: 2px solid #eee;
    font-size: 1.2em;
}

.company_header h1 {
    font-size: 30px;
}

.company_header img {
    border: 0;
}

.oferta_pracodawca .tekst_pracodawca {
    font-weight: normal;
    color: #333;
    padding: 0;
}

.oferta_pracodawca .tekst_pracodawca h4 {
    font-family: "Roboto-Black",sans-serif;
    color: #337ab7;
    margin-bottom: 5px;
}

.oferta_pracodawca .oferta_pracodawca_data, .oferta_pracodawca:hover .oferta_pracodawca_data {
    background-color: transparent;
    color: #333;
    font-weight: normal;
}

.oferta_pracodawca:hover {
    background-color: transparent;
    color: inherit;
}

.oferta_pracodawca:hover .tekst_pracodawca {
    color: inherit;
}

#employer_view .offer_list {
    padding-left: 0;
    padding-right: 0;
}

#employer_view .offer_list .oferta_pracodawca {
    padding: 10px 15px;
    border-width: 0 0 3px 0;
}

#employer_view .offer_list .oferta_pracodawca {
    padding: 10px 10px 20px 10px;
    border-width: 0 0 1px 0;
    margin-bottom: 10px;
}

.container_pracodawcy .tytul_pracodawca {
    font-family: "Roboto-Black",sans-serif;
    border: 0 none;
}

.container_pracodawcy .element {
    border-color: #ddd;
    /* border-top: 1px solid #40C4FF; */
    border-width: 0 0 3px 0;
    padding: 10px 0;
}

.container_pracodawcy .element .zawartosc_elementu {
    display: block;
}

.container_pracodawcy .element .zawartosc_elementu p {
    text-align: center;
}

.container_pracodawcy .linki_pracodawcow:last-child .element {
    border: 0 none;
}

.container#employer_view h2.blocktitle {
    margin-top: 40px;
    font-size: 18px;
}

.container#employer_view .logo {
    text-align: center;
}

.container#employer_view .logo img {
    max-width: 200px;
    border: 0 none;
}

.container #offer_view #logo {
    text-align: right;
}

.container #offer_view #logo img {
    max-width: 200px;
    border: 0 none;
    display: inline;
}

.container #offer_view .offer_info {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: right;
}

.container #offer_view .offer_info .typ {
    margin-right: 15px;
}

.container #offer_view .offer_info i.fa {
    margin-right: 3px;
}

#offer_view {
    border: 0 none;
}

.custom_upload i.fa {
    margin-right: 5px;
}

.custom_upload.selected {
    border-color: green;
    border-width: 2px;
    border-radius: 3px;
}

.custom_upload i.fa-check{
    color: green;
    font-size: 1.4em;
}

.custom_upload i.fa-file-pdf, .custom_upload i.fa-file-pdf {
    font-size: 1.2em;
}

.wydarzenie_overlay {
    min-height: 160px;
}

#offer_view .view_right button {
    margin-top: 10px;
}

/*.offer:hover .location i.fas, .offer_list .offer:hover .location i.fas {
    color: #fff;
}*/

.data_aktualnosci {
    margin-bottom: 0;
}

#aktualnosci table td {
    border-color: #2a88bd;
    padding: 30px 10px;
}

#aktualnosci .separator {
    margin: 0 5px;
}

.tresc_aktualnosci {
    text-overflow: none;
    white-space: normal;
}

#pagination {
    text-align: center;
}

#pagination .pagination{
    float: none;
}

.osoba h4 {
    font-family: "Roboto-Black",sans-serif;
}

.left_overlay, .right_overlay {
    margin-top: 15px; 
}

.left_overlay .lewy .img-circle, .right_overlay .prawy .img-circle {
    width: auto;
}

.left_overlay:hover .contact_overlay_left, .right_overlay:hover .contact_overlay_right {
    background-color: transparent;
}

.left_overlay .lewy, .right_overlay .prawy {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    border: 1px solid #d0e1fb;
}

.left_overlay .lewy {
    left: 5%;
}

.right_overlay .prawy {
    right: 5%;
}

.left_overlay .osoba h4 {
    text-align: left;
    margin-left: 15%;
}

.right_overlay .osoba h4 {
    text-align: right;
    margin-right: 15%;
}

.left_overlay .lewy .img-circle, .right_overlay .prawy .img-circle {
    position: relative;
    height: 180px;
    margin-top: 10px;
}

.contact_dane h3 {
    font-family: "Roboto-Black",sans-serif;
    font-size: 20px;
}

.offer{
    padding: 10px 0 5px;
    margin-bottom: 0;
}

.offer:hover {
    background-color: transparent;
    color: #003c82;
}

.offer .action {
    float: right;
    margin: 0;
}

.offer .title {
    margin: 0;
}

.offer .action a, .offer .action button {
    margin-left: 5px;
}

.offer .action a i {
    margin-right: 0;
}

.offer_list .offer:hover {
    background-color: transparent;
    color: inherit;
    transition: 0.2s;
}

.post-img {
    max-height: 200px;
    overflow: hidden;
}

.logo i {
    color: #eee;
    margin-bottom: 10px;
}

.news_box {
    margin-bottom: 30px;
}

.d-sm-block {
    display: none;
}

.pagination {
    float: none;
    width: 100%;
    text-align: center;
}

.pagination&gt;li {
    display: inline-block;
}

.disaled_offer div:first-child {
    padding-left: 0;
    margin-left: -15px;
    font-size: 0.85em;
}

.disaled_offer {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {

    .navbar-brand img.logo {
        width: 130px;
    }

    #strefy {
        margin-top: 0px;
    }

    .left_overlay .lewy .img-circle, .right_overlay .prawy .img-circle {

    }

    .left_overlay .lewy, .right_overlay .prawy {
        position: relative; 
        right: 0;
        left: 0;
        margin:0 auto; 
    }

    .left_overlay .osoba, .right_overlay .osoba {
        position: relative;
        margin-left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }

    .contact_overlay_left, .contact_overlay_right {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .contact_overlay_left .contact_text, .contact_overlay_right .contact_text {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5%;
    }

    .right_overlay .osoba h4, .left_overlay .osoba h4 {
        text-align: center;
        margin: 0;
        padding: 10px 0;
    } 

    .left_overlay, .right_overlay {
        height: auto;
    }

    .cas-button {
        min-width: 200px;
    }

    .checkbox-inline, .radio-inline, .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline, form .table tbody tr td label.checkbox-inline:first-child {
        padding-left: 0;
        margin-left: 0;
    }

    form .table tbody tr td .help-block {
        line-height: normal;
    }

    .container #offer_view #logo {
        text-align: center;
    }

    .oferta_pracodawca .oferta_pracodawca_data, .d-sm-none {
        display: none;
    }

    .d-sm-block {
        display: block;
    }

    .home-events .text-right {
        text-align: center;
    }

    .home-events .blocktitle {
        margin-top: 30px;
    }

    .logo_pracodawcy {
        max-width: 100%;
    }

    .offer .date {
        float: left !important;
        padding-left: 0px;
        background-color: #fff;
        color: #003c82;
        font-family: Roboto, sans-serif;
        font-weight: normal;
    }

    .offer .title {
        clear: both;
    }

    .offer_top_header {
        cursor: pointer;
    }

    .offer_top_header i {
        float: right;
        font-size: 12px;
        margin-top: 3px;
    }

    #offer_form {
        display: none;
    }

    div.criteria {
        display: block !important;
    }

    .offer_list .offer:hover .date {
        background: transparent; 
    }
}



</pre></body></html>