/* Minification failed. Returning unminified contents.
(429,1): run-time error CSS1019: Unexpected token, found '@import'
(429,9): run-time error CSS1019: Unexpected token, found 'url('/Content/Css/Fonts.css')'
(430,1): run-time error CSS1019: Unexpected token, found '@import'
(430,9): run-time error CSS1019: Unexpected token, found '"/Content/Css/Fonts.css"'
(1335,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1336,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1355,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1356,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1406,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1407,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1415,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1416,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@import url('/Content/Css/Fonts.css');
@import "/Content/Css/Fonts.css";

body {
    font-family: 'WorkSans-SemiBold-crm';
}
/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    /*white-space: normal;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

main .main-container {
    min-height: 400px;
    /*margin-top: 2%;
    margin-left: 2%;*/
}

.cookie-callout {
    position: relative;
    background-color: black;
    z-index: 99999;
    width: 100%;
    height: 60px;
    /*line-height: 16px;*/
    font-size: 11px;
    padding-top: 6px;
    vertical-align: top;
}

    .cookie-callout > div {
        width: 875px;
        margin: 0 auto;
        position: relative;
        padding: 0 70px 0 0;
        position: relative;
        height: 39px;
        color: #cccccc;
    }

.cookie-close {
    display: block;
    padding-right: 12px;
    /*background: url('../Images/') no-repeat center right;*/
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0;
}

#LoginMessageFix {
    margin-top: 12px;
}


a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

    a:hover {
        color: #fff;
    }

.clear {
    clear: both;
}

.clearl {
    clear: left;
}

.clearr {
    clear: right;
}

.desktop-hidden {
    display: none;
}

.mobile-hidden {
    display: initial;
}

nav.navbar {
    height: 160px;
    /*background-color: #ccc;*/
    /*background-image: url('../Content/Images/menu/tło..png');*/
    /*background-repeat: no-repeat;*/
    background-position: right;
    /*position: fixed;*/
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: solid 2px;
    border-color: #f0f0f0;
}

    nav.navbar > .brand > a > img {
        margin-left: 1%;
    }

    nav.navbar > .navtoggle {
        display: none;
    }

    nav.navbar > ul {
        position: absolute;
        top: 0;
        list-style: none;
        display: inline-block;
        text-transform: uppercase;
    }

        nav.navbar > ul > li {
            display: inline-block;
            margin-top: -22px;
            padding: 20px 20px 20px 20px;
            box-sizing: border-box;
            height: 96px;
        }

            nav.navbar > ul > li > ul.submenu {
                display: none;
                position: absolute;
                background: #ffffff;
                margin-top: 9px;
                margin-left: -20px;
                padding: 0;
                box-sizing: border-box;
                height: 90px;
                width: 624px;
            }

    nav.navbar ul.submenu > li {
        padding: 34px 5px 37px 5px;
    }

        nav.navbar ul.submenu > li > a {
            color: #222 !important;
        }

        nav.navbar ul.submenu > li:hover {
            background-color: #dc291a !important;
            color: #fff !important;
        }

            nav.navbar ul.submenu > li:hover a {
                background-color: #dc291a !important;
                color: #fff !important;
            }


    nav.navbar > ul > li > ul.submenu > li {
        display: inline-block;
    }

    nav.navbar > ul > li:hover > ul.submenu {
        display: block;
    }

    nav.navbar > ul > li:hover {
        background-color: #dc291a;
    }

        nav.navbar > ul > li:hover a {
            color: #fff;
        }

    nav.navbar .search {
        background-color: #fff;
        background-image: url('../../Content/Images/lupa.png');
        background-position: 10px;
        background-repeat: no-repeat;
        border: none;
        box-sizing: border-box;
        display: inline-block;
        float: right;
        height: 37px;
        margin-top: 15px;
        padding-left: 40px;
        margin-right: 1em;
        font-size: .8em;
    }

    nav.navbar .p24 {
        background-image: url('../../Content/Images/btn_p24.png');
        width: 177px;
        height: 37px;
        margin-top: 15px;
    }

header .login {
    padding: 34px 20px 20px;
    text-transform: uppercase;
}

header .social {
    position: absolute;
    width: 61px;
    top: 140px;
    left: 10px;
    z-index: 9999;
}

    header .social div {
        width: 40px;
        height: 40px;
        background-size: cover;
        margin-bottom: 8px;
    }

    header .social .facebook {
        background-image: url('../../Content/Images/social/facebook.png');
    }

    header .social .instagram {
        background-image: url('../../Content/Images/social/instagram.png');
    }

    header .social .youtube {
        background-image: url('../../Content/Images/social/youtube.png');
    }

    header .social .twitter {
        background-image: url('../../Content/Images/social/twitter.png');
    }

    header .social .facebook:hover {
        background-image: url('../../Content/Images/social/facebook_hover.png');
    }

    header .social .instagram:hover {
        background-image: url('../../Content/Images/social/instagram_hover.png');
    }

    header .social .youtube:hover {
        background-image: url('../../Content/Images/social/youtube_hover.png');
    }

    header .social .twitter:hover {
        background-image: url('../../Content/Images/social/twitter_hover.png');
    }

header .chat {
    position: fixed;
    top: 120px;
    right: 0px;
    z-index: 9999;
}

header .slider {
    margin-top: 90px;
}

main {
    /* MJO: 2015-10-13 */
    /*background-color: #dcdde1;*/
    background-color: white;
}

    main .main-header {
        height: 122px;
        width: 100%;
        background-color: #e9e9e9;
        background-image: url('../../Content/Images/mainheaderbg.png');
        text-transform: uppercase;
        color: #7e7e7e;
        text-align: center;
    }

        main .main-header h1 {
            margin-top: 0 !important;
            margin-bottom: 0;
            padding-top: 1em;
        }

        main .main-header h3 {
            margin-top: 0;
            font-weight: 200;
        }

    main .block-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        border-bottom: 7px solid #7e7e7e;
        margin-top: 60px;
        padding-bottom: 60px;
    }

        main .block-container .block {
            width: 20%;
            min-height: 455px;
            /*margin: auto;*/
            margin-bottom: 1em;
            border-top: 7px solid #dcdde1;
            background-repeat: no-repeat;
            max-width: 325px;
        }

            main .block-container .block:hover {
                border-top: 7px solid #dc291a;
            }

            main .block-container .block .button {
                position: relative;
                background-color: #dc291a;
                text-transform: uppercase;
                width: 130px;
                height: 10px;
                padding: 10px;
                font-size: .9em;
                bottom: -405px;
                left: 10px;
                font-size: .7em;
            }

                main .block-container .block .button a {
                    color: #fff;
                }

            main .block-container .block .arrow {
                background-image: url('../../Content/Images/arr.png');
                width: 25px;
                height: 8px;
                position: relative;
                right: -150px;
                top: -10px;
                transition: background-image .8s ease-in;
            }

            main .block-container .block.asseco {
                background-image: url('../../Content/Images/blocks/blk_asseco.png');
            }

            main .block-container .block.ideabank {
                background-image: url('../../Content/Images/blocks/blk_ideabank.png');
            }

            main .block-container .block.opencard {
                background-image: url('../../Content/Images/blocks/blk_opencard.png');
            }

            main .block-container .block.premiummobile {
                background-image: url('../../Content/Images/blocks/blk_premiummobile.png');
            }

            main .block-container .block.taxcare {
                background-image: url('../../Content/Images/blocks/blk_taxcare.png');
            }

            main .block-container .block.asseco:hover {
                background-image: url('../../Content/Images/blocks/blk_asseco_color.png');
            }

            main .block-container .block.ideabank:hover {
                background-image: url('../../Content/Images/blocks/blk_ideabank_color.png');
            }

            main .block-container .block.opencard:hover {
                background-image: url('../../Content/Images/blocks/blk_opencard_color.png');
            }

            main .block-container .block.premiummobile:hover {
                background-image: url('../../Content/Images/blocks/blk_premiummobile_color.png');
            }

            main .block-container .block.taxcare:hover {
                background-image: url('../../Content/Images/blocks/blk_taxcare_color.png');
            }

    main .items-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding-top: 60px;
    }

        main .items-container .item {
            width: 450px;
            height: 550px;
            -webkit-transition: margin-left 1.2s cubic-bezier(0.800, 0.000, 0.070, 1.000);
            -moz-transition: margin-left 1.2s cubic-bezier(0.800, 0.000, 0.070, 1.000);
            -o-transition: margin-left 1.2s cubic-bezier(0.800, 0.000, 0.070, 1.000);
            transition: margin-left 1.2s cubic-bezier(0.800, 0.000, 0.070, 1.000);
            margin-left: -6000px;
            position: absolute;
            padding-bottom: 60px;
        }


        main .items-container .ziu {
            margin-left: 0 !important;
            position: static !important;
        }

        main .items-container .item img {
            margin: 0 auto;
            margin-bottom: 75px;
            width: 100%;
        }

        main .items-container .item-description {
            box-sizing: border-box;
            padding: 0 100px;
        }

        main .items-container .item .item-name {
            border-right: 1px solid #4c4c4c;
            height: 23px;
            display: inline-block;
            padding: 5px;
        }

        main .items-container .item .button {
            border: 1px solid #4c4c4c;
            padding: 10px;
            float: right;
            text-transform: uppercase;
            font-size: .6em;
        }

        main .items-container .item a:hover {
            color: #dc291a;
        }

.container {
    height: 237px;
    margin: 30px auto;
    width: 500px;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 220px; /* Height of the footer element */
}

#footer {
    width: 100%;
    height: 130px;
    /* MJO: Zmiana przez dziwną anomalie przy vindykacjach */
    /*position: absolute;*/
    position: relative;
    bottom: 0;
    /*left: 0;*/
}

footer {
    position: absolute;
    left: 0;
    background-color: #dcdde1;
    clear: both;
    display: block;
    /* MJO: 2015-10-13  */
    margin-top: 130px;
    color: #5a5a5a;
    bottom: 0;
    right: 0;
    height: 100px;
    min-height: 100px;
    width: 100%;
}

    footer .footer-container {
        display: block;
        /*width: 40%;*/
        margin: 0 auto;
        font-weight: 200;
        /*height: 300px;*/
        /*width: 500px;*/
        text-align: center;
    }

    footer a {
        color: #5a5a5a;
        text-transform: uppercase;
    }

        footer a:hover {
            color: #222;
        }

    footer .left {
        float: left;
        /*padding: 60px;*/
    }

    footer .right {
        /*MJO 2015-10-14: Zmiana stopki */
        text-align: left;
        float: right;
        padding-top: 60px;
        padding-right: 12em;
        padding-bottom: 60px;
        padding-left: 0px;
    }

.h1_custom_1 {
    text-transform: uppercase;
    /*border-bottom: 1px solid #7e7e7e;*/
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 12px;
    padding-top: 10px;
    font-size: 28px;
    font-weight: 200;
    text-transform: uppercase;
}

footer h1 {
    text-transform: uppercase;
    /*border-bottom: 1px solid #7e7e7e;*/
    display: inline-block;
    font-weight: 500;
}

footer .left {
    font-size: 14px;
}

footer .right .block {
    width: 185px;
    float: left;
    margin-top: 30px;
    font-size: .95em;
}

    footer .right .block strong {
        text-transform: uppercase;
        display: block;
        margin-bottom: 1em;
        margin-right: 2em;
        font-weight: 400;
        font-size: 16px;
    }

    footer .right .block a {
        display: block;
        font-weight: 200;
        font-size: 12px;
    }

footer .newsletter {
    float: right;
    width: 50%;
    height: 60px;
    background-color: #fff;
    font-size: 1.3em;
}

    footer .newsletter input,
    footer .newsletter input:active,
    footer .newsletter input:focus {
        outline-width: 0;
        border: none;
        background-color: #fff;
        margin-left: 30px;
        height: 95%;
        width: 70%;
    }

    footer .newsletter button {
        border: 1px solid #7e7e7e;
        float: right;
        padding: 8px;
        margin-right: 2%;
        margin-top: 2%;
        margin-bottom: auto;
        background-color: #fff;
        font-size: .7em;
        text-transform: uppercase;
    }

@media (max-width: 1440px) {
    nav.navbar > ul > li {
        padding: 20px 20px 20px 20px;
    }

    nav.navbar > .brand > a > img {
        margin-left: 0;
        width: 25%;
        margin-left: 0;
        left: 0;
        max-width: 150px;
    }
}

@media (max-width: 1024px) {
    .desktop-hidden {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    .navbar {
        min-height: 160px;
        /*background-color: #ccc;*/
        /*background-image: url('../../Content/Images/menu/tło..png');*/
        background-repeat: no-repeat;
        background-position: right;
        /*position: fixed;*/
        padding: 10px;
        box-sizing: border-box;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        border-bottom: solid 1px;
        border-color: #f0f0f0;
    }

    nav.navbar > .navtoggle {
        display: inline-block;
        float: right;
    }

        nav.navbar > .navtoggle > img {
            width: 72px;
            height: 72px;
        }

    nav.navbar > .brand > a > img {
        margin-left: 0;
        width: 20% !important;
        margin-left: 0;
        left: 0;
        max-width: 400px;
    }

    nav.navbar .search {
        width: 100%;
        font-size: .8em;
    }

    nav.navbar .p24 {
        display: none;
    }

    nav.navbar {
        height: 90px;
		max-height: 150px;
        /*background-color: #ccc;*/
        /*background-image: url('../Content/Images/menu/tło..png');*/
        /*background-repeat: no-repeat;*/
        background-position: right;
        /*MJO: 2015-10-14 odblokowanie nagłówka */
        /*position: fixed;*/
        padding: 10px;
        box-sizing: border-box;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
		
        border-bottom: solid 1px;
        border-color: #f0f0f0;
    }

        nav.navbar > ul > li {
            display: block;
            background-color: #ccc;
            background-image: url('../../Content/Images/menu/tło..png');
            background-position: -590px;
        }

    main .main-header {
        height: inherit;
    }

    main .block-container .block {
        width: 325px;
    }

    main .items-container .item {
        height: inherit;
        margin-bottom: 30px;
    }

    main .items-container .item-description {
        box-sizing: border-box;
        padding: 0 20px;
    }

    footer .right {
        padding-right: 0;
    }

    footer .newsletter {
        clear: both;
        width: 100%;
        margin: 0 auto;
    }

    footer {
        /*min-height: 1000px;*/
    }
}

@media (max-width: 800px) {
    nav.navbar > .brand > a > img {
        margin-left: 0;
        width: 70% !important;
        margin-left: 0;
        left: 0;
        max-width: 400px;
    }
}

.copy {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0;
    font-weight: 100;
    color: #7e7e7e;
}

    .copy a {
        color: #7e7e7e;
        font-weight: 100 !important;
        text-transform: initial;
    }

.float-none {
    float: none !important;
}

.main-table {
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0px;
}

.MenuPopUpItem {
    font-weight: 500;
}

    .MenuPopUpItem div {
        padding: 34px 5px 37px;
        box-sizing: border-box;
        display: block;
        line-height: 30px;
    }

        .MenuPopUpItem div a {
            padding: 5px 5px 5px;
            box-sizing: border-box;
            display: block;
            height: 100%;
            line-height: 30px;
            color: #222 !important;
        }

        .MenuPopUpItem div:hover a {
            color: #fff !important;
        }

.documents-table {
    width: 100%;
    vertical-align: text-top;
    border: 2px solid #f0f0f0;
    /*background-color: #f0f0f0;*/
    font: 12px "Segoe UI",Helvetica,"Droid Sans",Tahoma,Geneva,sans-serif;
}

    .documents-table td {
        padding: 2px;
        vertical-align: top;
    }

    .documents-table tr {
        min-height: 40px;
    }

    .documents-table a:hover {
        color: red !important;
        cursor: pointer;
    }

/*oddzielny styl, żeby nie wpłwał na kontrolkę uploadu*/
.documents-table-row {
    border-bottom: 2px solid #f0f0f0;
}

.float-right {
    float: right;
}

.text-center {
    text-align: center;
}

/* Pogrubienie pierwszej kolumny grupy w fromularzu */
table.formTextBold td:first-child {
    font-weight: bold !important;
}

table.formTextEqualHigh td:first-child {
    padding-top: 0px !important;
}


.htmlpreview {
    border: 1px solid #f0f0f0;
}



.rangeTable-table {
    width: 100%;
    vertical-align: text-top;
    border: 2px solid #f0f0f0;
    /*background-color: #f0f0f0;*/
    padding: 1px !important;
    font: 12px "Segoe UI",Helvetica,"Droid Sans",Tahoma,Geneva,sans-serif;
}

    .rangeTable-table td {
        padding: 2px;
        vertical-align: top;
        padding: 1px !important;
    }

    .rangeTable-table tr {
        min-height: 40px;
    }

        .rangeTable-table tr:first-child {
            background-color: #f0f0f0;
            color: #666666;
        }
/*.rangeTable-table a:hover {
        color: red !important;
        cursor: pointer;
    }*/


.deactivationAlert {
    background-color: red;
    -webkit-animation-name: DeactivationAlert; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: DeactivationAlert;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

#divNavBar {
    margin-left: 10px;
}

#ReportCallbackPanelInvoice {
    margin-left: 20px;
}

#payu-payment-form button[type=submit] {
    border: 0px;
    height: 35px;
    width: 140px;
    background: url('http://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes DeactivationAlert {
    0% {
        background-color: white;
    }

    25% {
        color: white;
    }

    50% {
        background-color: red;
        color: white;
    }

    100% {
        background-color: white;
    }
}

/* Standard syntax */
@keyframes DeactivationAlert {
    0% {
        background-color: white;
        left: 0px;
        top: 0px;
    }

    25% {
        color: white;
    }

    50% {
        background-color: red;
        color: white;
    }

    100% {
        background-color: white;
    }
}


.PayU_ButtonStyle {
    border: 0px;
    height: 50px;
    width: 290px;
    background: url('http://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Work Sans Light'), local('WorkSans-Light'), url(https://fonts.gstatic.com/s/worksans/v2/FD_Udbezj8EHXbdsqLUplxa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v2/WB2LNay3rHMH1zU8UJnUHD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Work Sans Medium'), local('WorkSans-Medium'), url(https://fonts.gstatic.com/s/worksans/v2/Nbre-U_bp6Xktt8cpgwaJBa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'), url(https://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Work Sans Bold'), local('WorkSans-Bold'), url(https://fonts.gstatic.com/s/worksans/v2/4udXuXg54JlPEP5iKO5AmRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}*/

@font-face {
    font-family: 'WorkSans-Bold-crm';
    src: url('../Content/Fonts/WorkSans-Bold.ttf') format('truetype'),
        url('../Content/Fonts/WorkSans-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-Light-crm';
    src: url('../Content/Fonts/WorkSans-Light.ttf') format('truetype'),
        url('../Content/Fonts/WorkSans-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-Medium-crm';
    src: url('../Content/Fonts/WorkSans-Medium.ttf') format('truetype'),
        url('../Content/Fonts/WorkSans-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-Regular-crm';
    src: url('../Content/Fonts/WorkSans-Regular.ttf') format('truetype'),
        url('../Content/Fonts/WorkSans-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-SemiBold-crm';
    src: url('../Content/Fonts/WorkSans-SemiBold.ttf') format('truetype'),
        url('../Content/Fonts/WorkSans-SemiBold.woff2') format('woff2');
}

.alert-box.radius {
     border-radius: 0.6rem;
 }

.alert-box.primary {
      border-left-color: #446cb3;
      border: 1px solid #446cb3;
      /*background-color: #8da6d4;*/
  }

.alert-box.primary strong {
       color: #446cb3;
   }

.alert-box.secondary {
        border-left-color: #adb2bd;
        border: 1px solid #adb2bd;
        background-color: #ced1d7;
    }

.alert-box.secondary strong {
         color: #adb2bd;
     }

.alert-box.info {
            border-left-color: #446cb3;
            border: 1px solid;
            background-color: #4799dc;
      }

.alert-box.info strong {
           color: #89c4f4;
       }

.alert-box.alert {
            border-left-color: #f89406;
            border: 1px solid;
            background-color: #f89406;
            border-color: #ef972c;
            background: linear-gradient(to right, #f22613, #f5b256);
            word-wrap: break-word;                        
        }

.alert-box.alert strong {
             color: #f22613;
         }


.alert-box.error {
            border-left-color: #f22613;
            border: 1px solid;
            background-color: #cc2929;
        }


.alert-box.error strong {
            border-left-color: #f22613;
            border: 1px solid;
            background-color: #cc2929;
        }

.alert-box.success {
              border-color: #3e784d;
              background-color: #5cac71 ;
              /*width: expression($("#MessageDiv").text().length() > 10 ? "900px": "auto" );*/
              /*width: 700px;*/
              width: setAlertWidth();/*expression("700px");*/
          }

.alert-box.success {
              border-color: #3e784d;
              background-color: #5cac71 ;
              /*width: expression($("#MessageDiv").text().length() > 10 ? "900px": "auto" );*/
              /*width: 700px;*/
          }

.alert-box.success strong {
               color: #87d37c;
           }

.alert-box.warning {
            border-left-color: #f89406;
            border: 1px solid;
            background-color: #f89406;
            }

.alert-box.warning strong {
                 border: 1px solid #f89406;
                 color: #f89406;
             }

.alert-box.secondary {
                  background-color: #e7e7e7;
                  border-color: #c7c7c7;
                  color: #4f4f4f;
              }


.alert-box {
    background-color: #008cba;
    border-color: #0078a0;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1.11111rem;
    padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
    position: relative;
    transition: opacity 300ms ease-out 0s;
    display: none;
    font-family: sans-serif;
    width: 400px;
    max-width: 100%;    
}

.alert-box .close {
                    /*background: inherit;*/
                    color: #333333;
                    font-size: medium;
                    line-height: 0.9;
                    margin-top: -0.61111rem;
                    opacity: 0.3;
                    padding: 0 6px 4px;
                    position: absolute;
                    right: 0.22222rem;
                    top: 50%;
                }


