body {
    background-color: #f2f2f2;
    background-image: url("/img/bg.png");
    background-repeat: repeat-y;
    color: #3e3e3e;
    background-position: center;
    font-family: 'Lato', 'Arial';
    margin: 0;
}

a {
    font-weight: 700;
    color: #7c7c7c;
    text-decoration: none;
}

h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    margin-top: 85px;
    margin-bottom: 30px;
    line-height: 65px;
    color: rgba(139, 197, 65, 1);
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);

}

img {
    border: 0;
}

a:hover {
    color: #494949;
}

.header_box_middle {
    margin-top: 20px;
}

#content, #content-footer {
    max-width: 960px;
    margin: auto;
}

a#logo {
    text-decoration: none;
    text-align: center;
}

a#logo, a#logo > img {
    width: 398px;
    height: 70px;
    margin: auto;
    margin-bottom: 6px;
    padding: 0 !important;
    display: block;
    clear: both;
}

a#logo > img {
    background-image: url('../img/logo_x2.1.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    a#logo > img {
        background-image: url('../img/logo_x2.1.png');
    }
}

#menu-jezyk .menu-jezyk {
    position: absolute;
    padding: 0;
    text-align: center;
    font-size: 18px;
    width: 70px;
    height: auto;
    background: #f8f8f8;
    color: #6f6f6f;
    transition: all 0.5s ease;
    opacity: 1;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.14);
    z-index: 1;
    top: 0;
    right: 0;
}

#menu-jezyk .menu-jezyk ul {
    list-style-type: none;
}

#menu-jezyk .menu-jezyk ul li {
    display: block;
    text-align: center;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    padding: 5px;
}

#menu-jezyk .menu-jezyk ul li:hover {
    background-color: #e5e5e5;
}

#menu-jezyk .menu-jezyk .lang-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 2px 2px;
}

#menu-jezyk .menu-jezyk .langs-options {
    margin: 0;
    padding: 0;
    text-align: center;
}

#menu-jezyk .menu-jezyk .active-lang {
    padding: 5px;
    cursor: pointer;
}

#menu-jezyk .menu-jezyk .active-lang:hover {
    background-color: #e5e5e5;
}

#menu, #top-menu {
    list-style: none;
    padding: 0;
    clear: both;
}

#top-menu > ul {
    padding: 0;
    display: table;
    height: 42px;
    float: right;
    margin-top: 10px;
}

#top-menu li {
    display: table-cell;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

#top-menu img {
    margin-right: 3px;
    margin-top: 2px;
}

#top-menu a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #7c7c7c;
    line-height: 22px;
}

#top-menu a:hover {
    color: #494949;
}

#menu > ul {
    background-image: url("/img/main_menu/menu_bg.png");
    background-position: center center;
    margin: 0 auto;
    width: 100%;
}

#menu {
    margin-top: 85px;
    background-image: url("/img/main_menu/border_up.png"), url("/img/main_menu/border_down.png");
    background-position: center top, center bottom;
    background-repeat: repeat-x;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    overflow: hidden;
}

#menu > ul {
    padding: 0;
    display: table;
    height: 48px !important;
}

#menu li {
    display: table-cell;
    padding-right: 10px;
    position: relative;
    text-align: center;
    padding-top: 11px;
}

#menu li img {
    padding: 0 !important;
    margin: 0 !important;
}

.menu_on {
    background: #fff;
    border: 1px solid #dddddd !important;
}

#menu li.active {
    background-color: #fff;
    background-image: url("/img/main_menu/border_active.png"), url("/img/main_menu/border_active.png");
    background-position: center left, center right;
    background-repeat: no-repeat;
}

#menu a, #footer a {
    font-size: 15px;
    line-height: 28px;
}

#menu img, #top-menu img {
    float: left;
}

#menu img {
    margin-right: 5px;
    margin-left: 8px;
}

#download-menu {
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    background: #fff;
    padding-left: 27px;
    width: 230px;
    left: -1px;
    z-index: 0;
    border: 1px solid #dddddd;
}

#download-menu-separator {
    display: none;
    background: #fff;
    height: 5px;
    width: 98px;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 25px;
}

#menu-dopobrania {
    border: 1px solid rgba(242, 242, 242, 0.1);
}

#download-menu a {
    line-height: 28px !important;
}

.iab-logos-container {
    margin-top: 10px;
    clear: both;
    text-align: center;
}

.iab-logos-container div {
    width: 100%;
}

@media (min-width: 645px) {
    .iab-logos-container {
        display: flex;
        align-items: center;
    }
}

.iab-logo {
    width: 170px;
    margin: 5px;
    max-width: none;
}

.iab-logo-stamp {
    width: 200px;
    max-width: none;
}

@media (max-width: 940px) {
    .iab-logo-stamp {
        width: 170px;
    }
}

@media (max-width: 400px) {
    .iab-logo-stamp {
        width: 120px;
    }

    .iab-logo {
        width: 120px;
    }
}

.sprite_menu {
    background-image: url("/img/main_menu/ikony.png");
    background-repeat: no-repeat;
}

.sprite_menu_top {
    background-image: url("/img/top_menu/images.png");
    background-repeat: no-repeat;
}

.sprite-kliki {
    width: 28px;
    height: 25px;
    background-position: -5px -5px;
}

.sprite-mailingi {
    width: 28px;
    height: 25px;
    background-position: -43px -5px;
}

.sprite-mobile {
    width: 28px;
    height: 25px;
    background-position: -81px -5px;
}

.sprite-native {
    width: 28px;
    height: 25px;
    background-position: -119px -5px;
}

.sprite-niestandardy {
    width: 28px;
    height: 25px;
    background-position: -157px -5px;
}

.sprite-nsfw {
    width: 28px;
    height: 25px;
    background-position: -195px -5px;
}

.sprite-programmatic {
    width: 28px;
    height: 25px;
    background-position: -233px -5px;
}

.sprite-video {
    width: 28px;
    height: 25px;
    background-position: -271px -5px;
}

.sprite-zasiegi {
    width: 28px;
    height: 25px;
    background-position: -309px -5px;
}

.sprite-dopobrania {
    width: 18px;
    height: 18px;
    background-position: 0 0;
}

#menu-dopobrania:hover .sprite-dopobrania {
    width: 18px;
    height: 18px;
    background-position: -18px 0;
}

.sprite-kontakt {
    width: 18px;
    height: 18px;
    background-position: -36px 0;
}

#menu-kontakt:hover .sprite-kontakt {
    width: 18px;
    height: 18px;
    background-position: -54px 0;
}

.sprite-kariera {
    width: 18px;
    height: 18px;
    background-position: -144px 0;
}

#menu-kontakt:hover .sprite-kariera {
    width: 18px;
    height: 18px;
    background-position: -162px 0;
}

.sprite-witryny {
    width: 18px;
    height: 18px;
    background-position: -72px 0;
}

#menu-witryny:hover .sprite-witryny {
    width: 18px;
    height: 18px;
    background-position: -90px 0;
}

.sprite-zespol {
    width: 18px;
    height: 18px;
    background-position: -108px 0;
}

#menu-zespol:hover .sprite-zespol {
    width: 18px;
    height: 18px;
    background-position: -126px 0;
}

.navigation-menu {
    width: 53px;
    height: 48px;
    background-image: url("/img/arrows.png");
    position: absolute;
    z-index: 10;
    top: 1px;
    cursor: pointer;
    display: none;
}

#left-min-menu {
    left: 0px;
    background-position: 0px 0px;
}

#right-min-menu {
    right: 0px;
    background-position: -54px 0;

}

#footer {
    background-image: url("/img/footer_gradient.png");
    background-repeat: repeat-x;
    padding-top: 3px;
    margin-top: 70px;
    line-height: 18px;
}

#content-background {
    background-color: #fff;

}

#column-left {
    border-right: 1px solid #ddd;
    float: left;
    width: 550px;
}

.footer-header {
    font-size: 15px;
    font-weight: 700;
    color: #6b6b6b;
    margin-bottom: 11px;
}

.footer-column {
    margin-top: 30px;
}

#footer li img {
    float: left;
    margin-right: 10px;
}

#footer li a {
    font-weight: 400;
}

#footer li a:hover {
    color: #3e3e3e;
}

#column-right {
    float: left;
    margin-left: 50px;
    margin-bottom: 40px;
    max-width: 350px;
    width: 100%;
}

#first-list {
    margin-right: 50px;
    padding: 0;
    float: left;
}

#last-list-column li {
    padding-right: 0px;
}

#areaAbsolute {
    width: 980px;
    margin-left: -10px;
    position: relative;
}

.form_active {
    color: #3e3e3e !important;
}

.player-inside {
    margin-left:9px;
    margin-right:9px;
    overflow: hidden;
    position: relative;
}

.form-column-left {
    float: left;
    max-width: 540px;
    width: 100%;
}

.error {
    color: #f00;
    position: relative;
    top: -16px;
    font-size: 12px;
    left: 2px;
    height: 0px;
}

.success {
    color: #7bb655;
    position: relative;
    font-size: 16px;
}

.header-area {
    margin-top: 90px;
    margin-bottom: 50px;
    height: 66px;
    text-align: center;
    background-image: url("/img/header_bg.png");
    background-position: center center;
    font-size: 20px;
    font-weight: 700;
    color: #343434;
}

.header-area span {
    top: 17px;
    position: relative;
}

#slides {
    width: 605px;
    height: 349px;
    margin: auto;
    position: relative;
}

#slides .button-arrows {
    width: 63px;
    height: 117px;
    background-image: url("/img/images/niestandardy/arrows.png");
    cursor: pointer;
    margin-top: 125px;
}

#slides .button-arrows.left-button {
    position: absolute;
    left: -65px;
    background-position: 0 0;
}

#slides .button-arrows.left-button:hover {
    background-position: 0 -118px;
}

.slidesjs-pagination {
    display: none;
}

#slides .button-arrows.right-button {
    position: absolute;
    right: -60px;
    top: 0;
    background-position: -64px 0;
}

#slides .button-arrows.right-button:hover {
    background-position: -64px -118px;
}

.spolecznosci-footer {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.bold-text {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}

.normal-text {
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.bold-text.s1 {
    font-weight: 400;
}

.bold-text a {
    font-weight: 700;
}

.bold-text .s3 {
    font-weight: 400;
    font-size: 26px;
    margin-top: 40px;
}

#recruting {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #3e3e3e;
}

#recruting .offer {
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
}

.index-button {
    color: #6A6A6A;
    font-size: 15px;
    background-color: #EDEDED;
    width: 302px;
    height: 50px;
    margin-top: 25px;
    border: 1px solid;
    border-top-color: rgb(216, 216, 216);
    border-right-color: rgb(209, 209, 209);
    border-left-color: rgb(209, 209, 209);
    border-bottom-color: rgb(186, 186, 186);
    border-radius: 3px;
    cursor: pointer;
}

button#buttonSend:disabled {
    background-color: #DDD !important;
}

.recruting-text {
    margin-top: 15px;
}

.index-button:hover {
    background-color: #FBFBFB;
}

.horizontal-separator {
    width: 100%;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.horizontal-separator.first {
    margin-top: 30px;
}

.first-column, .second-column, .third-column {
    display: table-cell;
}

.list-right {
    max-width: 50%;
    float: left;
}

.list-right ul {
    padding-left: 0;
    padding-right: 60px;
}

#table-footer {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding-top: 30px;
}

#table-footer td {
    vertical-align: top;
}

.footer-column-left ul {
    float: left;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#footer li {
    display: block;
    padding-right: 40px;
    position: relative;
    margin-top: 5px;
}

#footer ul:last-child li {
    padding-right: 0px;
}

.footer-column-left {
    width: 50%;
}

.footer-column-right {
    width: 50%;
}

.first-column {
    width: 180px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 40px;
    vertical-align: middle;
    height: 80px;
}

.second-column {
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    padding: 10px;
    padding-left: 20px;
    width: 570px;
}

.third-column {
    width: 210px;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
}

.row-table {
    display: table-row;
    min-height: 100px;
}

.vertical-separator-column {
    height: 100%;
    display: table-cell;
    width: 2px;
    background-image: url("/img/images/kliki/linia_pion.png");
}

.vertical-separator {
    width: 2px;
    height: 100%;
}

#menu-ul {
    width: 960px !important;
    position: relative;
}

.active-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #494949;
}

.claim {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.claim h2 {
    font-weight: 400;
    font-size: 30px;
    margin: 0;
}

.claim a {
    text-decoration: none;
    color: rgba(46, 46, 46, 1);
}

.claim a:hover {
    text-decoration: none;
    color: rgba(46, 46, 46, 1);
}

.claim h3 {
    font-size: 26px;
    font-weight: 500;
    color: #343434;
    margin-top: 7px;
}

.spolecznosci-footer {
    width: 100%;
    text-align: center;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
}

.spolecznosci-footer a {
    text-decoration: none;
    color: #7d7d7d;
}

.no-background {
    background-image: none !important;
}

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

.table-data {
    width: 100%;
}

.table-data .t1 {
    position: relative;
    top: 30px;
}

.table-data .t2 {
    position: relative;
    top: 20px;
}

.table-data tr {
    background-image: url("/img/images/kliki/linia_poziom.png");
    background-repeat: repeat-x;
    background-position: center top;
}

.table-data td {
    background-image: url("/img/images/kliki/linia_pion.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2px 80%;
}

.table-data td.last {
    background-image: url("/img/images/kliki/linia_pion.png"), url("/img/images/kliki/linia_pion.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 2px 80%, 2px 80%;
}

.table-data td {
    text-align: center;
    padding: 10px;
}

#slides {
    overflow: visible !important;
}

table.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table tr {
    background-image: url("/img/images/kliki/linia_poziom.png");
    background-repeat: repeat-x;
    background-position: center top;
}

.responsive-table thead tr {
    background-image: none;
}

.responsive-table td {
    background-image: url("/img/images/kliki/linia_pion.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2px 80%;
}

.responsive-table td:last-child {
    background-image: url("/img/images/kliki/linia_pion.png"), url("/img/images/kliki/linia_pion.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 2px 80%, 2px 80%;
}

.responsive-table tbody tr:last-child {
    background-image: url("/img/images/kliki/linia_poziom.png"), url("/img/images/kliki/linia_poziom.png");
    background-repeat: repeat-x;
    background-position: center top, center bottom;
}

.responsive-table td {
    text-align: center;
    padding: 10px;
}

#cookies_info {
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 75px;
    padding: 30px 0 15px;
    background: #fff;
    border-top: 1px solid #ddd;
    position: fixed;
}

#cookies_info .close {
    font-size: 12px;
    top: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    display: block;
    cursor: pointer;
    position: absolute;
}

#cookies_info .text {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    line-height: 1.5em;
}

.margin-footer-top {
    margin-top: 10px !important;
}

.br {
    clear: both;
}

@media only screen and (max-width: 960px) {
    .list-right {
        max-width: 100%;
    }

    #menu-jezyk .menu-jezyk {
        right: 10px;
    }

    .navigation-menu {
        display: block;
    }

    #areaAbsolute {
        position: static;
        margin: 0;
        width: auto;
    }

    #slides {
        width: auto !important;
        max-width: 605px !important;
        height: auto !important;
    }

    #column-left {
        float: none;
        display: table-cell;
        width: auto;
        padding-left: 50px;
        padding-top: 20px;
    }

    #column-right {
        float: none;
        display: table-cell;
        padding-top: 20px;
        padding-left: 50px;
    }

}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    table.responsive-table, table.responsive-table thead, table.responsive-table tbody, table.responsive-table th, table.responsive-table td, table.responsive-table tr {
        display: block;
    }

    table.responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.responsive-table tr {
        background-image: none !important;
    }

    table.responsive-table td {
        background-image: none !important;
        border: none;
        position: relative;
        padding-left: 50%;
    }

    table.responsive-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 740px) {
    #column-right {
        float: none;
        display: block;
        padding-top: 20px;
        padding-left: 50px;
        clear: both;
        padding-left: 0px;
    }

    #column-left {
        border-right: 0;
    }

    #column-left li {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 700px) {
    .button-arrows {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    #top-menu a {
        font-size: 12px;
    }

    #top-menu ul {
        width: 100%;
        margin-top: 50px;
    }

    #menu {
        margin-top: 15px;
    }

    #menu-jezyk {
        width: 0;
    }

    #menu-jezyk .menu-jezyk {
        top: -40px;
    }

    h1 {
        font-size: 37px !important;
        line-height: 45px !important;
    }

    .claim h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .claim h3 {
        font-size: 18px;
        line-height: 25px;
    }

    a#logo, a#logo > img {
        width: 280px;
        height: 52px;
    }

    a#tritable-logo img {
        max-width: 90%;
        max-height: 90%;
    }

    .sprite_menu_top {
        display: none;
    }

    #content-footer ul {
        clear: both;
        float: none;
    }

    #column-right {
        float: left;
        margin-left: 0px;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    #column-left {
        padding-left: 0px !important;
    }

    #areaAbsolute {
        padding: 5px;
    }

    #footer {
        padding: 0px;
    }

    #footer ul {
        margin-left: 2px;
    }

    #column-right ul {
        margin-left: 5px;
    }

    .row-arrow {
        display: none;
    }

    .big-number, .number {
        font-size: 50px !important;
    }

    .medium-text {
        font-size: 30px !important;
    }

    .header-text-mailingi {
        font-size: 20px !important;
    }

    #footer li {
        display: block;
        padding-right: 0px;
    }

    #footer ul {
        clear: both;
    }
}

