/*! normalize.css v3.0.1 | 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: 'Open Sans Condensed', sans-serif;
    -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,
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: transparent;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    color: #0e4083;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

/* 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;
    /*font-family: 'Open Sans Condensed', sans-serif; */
}

/**
 * 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;
}

/*CSS GLOWNY */

/** {*/
    /*font-family: "Open Sans Condensed",sans-serif !important;*/
/*}*/

body {
    min-height: 100%;
    margin: 0 auto;
    padding: 0px;
    min-width: 1250px;
    position: relative;
    background: url('../images/leksykon_bg_header.png');
    background-repeat: no-repeat;
    background-position: center top;
}

body:after {
    content: " ";
    background: url('../images/bottom_footer_background.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.top-bg {
    position: absolute;
    background: url('../images/page_middle_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    width: 1250px;
    height: 528px;
    z-index: -1;
    left: 50%;
    margin-left: -626px;
}

li {
    font-family: 'Open Sans Condensed', sans-serif;
}

div.content {
    margin: 0 auto;
    width: 1250px;
}

/*menu użytkownika*/
.top-menu ul,
.bottom-menu ul {
    list-style: none;
    float: right;
    clear: both;
}

.top-menu {
    overflow: hidden;
}

.bottom-menu {
    overflow: hidden;
    padding-top: 15px;
}

.top-menu ul li,
.bottom-menu ul li {
    display: table-cell;
}

.top-menu a,
.bottom-menu a {
    text-decoration: none;
    padding: 5px 7px;
    margin-left: 5px;
    margin-top: 12px;
    max-width: 100px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #4C4C48;
    display: block;
    overflow: auto;
}

.bottom-menu a {
    text-align: left;
}

.bottom-menu .item-108 a,
.bottom-menu .item-110 a,
.bottom-menu .item-112 a {
    width: 80px;
}

.top-menu a:hover,
.bottom-menu a:hover,
.top-menu .active a,
.bottom-menu .active a {
    background-color: #4C4C48;
    color: white;
}

.footer.content {
    font-family: Arial, Helvetica, sans-serif !Important;
    clear: both;

    margin-top: 10px;
    font-size: 12px;
    min-height: 180px;
    color: #707070;

}

#footer-content-logo {
    width: 80px;
    margin-right: 10px;
    float: left;
}

#footer-content-projekt {
    width: 200px;
    margin-right: 10px;
    float: left;
    margin-left: 50px;
}

#footer-content-social {
    width: 120px;
    margin-right: 10px;
    float: left;
}

#footer-content-newsletter {
    width: 230px;
    margin-right: 10px;
    float: left;
    margin-left: 100px;
}

#footer-content-company {
    width: 340px;
    float: right;
}

.footer-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

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

.link-text-bold {
    text-decoration: none;
    color: #235ba6;
    font-weight: bold;
}

a img {
    text-decoration: none;
    border: 0px;
}

.main-content.content {
    clear: both;
    margin-bottom: 50px;
}

/*styl button newsletter */
.button.subbutton.btn.btn-primary {
    background-color: #235ba6;
    padding: 5px 7px;
    margin-left: 0px;
    margin-top: 0px;
    width: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    border: 0px;
}

/*styl pole input newsletter */
.inputbox {
    width: 50px;
!important;
}

.article-content-row {
    border-bottom: 1px solid #efefef;
}

.article-content-row, .article-content-row-last {
    width: 100%;
    padding: 20px 10px;
    color: #707070;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.article-row-one-column {
    margin-left: 300px;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 10px;
    overflow: hidden;
}

.article-row-column, .article-row-column-border {
    width: 300px;
    min-height: 100%;
    float: left;
    padding: 0px 10px 0px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.article-row-column-akademia {
    width: 250px;
    min-height: 100%;
    float: left;
    padding: 0px 10px 0px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.article-row-column-two {
    width: 600px;
    min-height: 100%;
    float: left;
    padding: 0px 10px 0px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.article-row-column-two-akademia {
    width: 680px;
    min-height: 100%;
    float: left;
    padding: 0px 10px 0px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.article-row-column-three,
.article-row-column-three-margin-r {
    width: 930px;
    min-height: 100%;
    float: right;
    padding: 0px 10px 0px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.article-row-column-three-margin-r {
    width: 480px;
    margin-right: 450px;
}

span.article-column {
    font-size: 14px;
    clear: both;
}

span.article-grey-naglowek {
    font-family: Arial, Helvetica, sans-serif !Important;
    font-size: 12px;
    color: #707070;
}

.article-row-column-border {
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
}

a.link-button, a.link-button-specjalizacje {
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif !Important;
    font-size: 12px;
    display: block;
    background-color: #235ba6;
    float: right;
    background-color: #235ba6;
    padding: 5px;
    white-space: none;
}

a.link-button-specjalizacje {
    height: 31px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
}

a.link-button:hover,
a.link-button-specjalizacje:hover {
    background-color: #0e4083;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
}

.article-title-small {
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #0e4083;
}

.article-title-big {
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #0e4083;
}

a.article-link-block {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #efefef;
    width: 200px;
    padding: 0px 10px 10px 0px;
    white-space: none;
}

a.article-link-block-noborder {
    text-decoration: none;
    display: block;
    width: 200px;
    padding: 0px 10px 10px 0px;
    white-space: none;
}

h2.naglowek {
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #707070;
    padding-top: 0px !Important;
    margin-top: 0px !Important;
}

h3.naglowek {
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #707070;
	margin: 30px 0 18px;
}

.article-content-one-third {
    width: 300px;
    min-height: 100%;
    float: left;
    padding: 0px 10px 0px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.article-content-one-third-main {
    width: 450px;
    min-height: 100%;
    float: left;
    padding: 0px 10px 0px 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.article-row-column-special {
    width: 227px;
    min-height: 100%;
    float: left;
    padding: 0px 10px 0px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.article-content-kontakt-circle {
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #707070;
}

.article-buttons {
    width: 540px;
}
.article-thumbnails img {
    width: 32%;
    padding-right: 10px;
}

a.mail-kontakt {
    text-decoration: none;
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.div-article-text-border-top {
    width: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #707070;
    border-top: 1px solid #efefef;
    padding-top: 10px;
    clear: both;
}

.article-row-with-arrow {
    width: 100%;
    background: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 25px;
    padding-top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #707070;
}

.text12px {
    font-size: 12px;
}

.specjalizacje-content {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 20px;
}

.specjalizacje-content-internal-left {
    width: 180px;
    height: 48px;
    float: left;
}

b {
    font-weight: 600;
}

.internet-services-container {
    background: url('../images/serwisy-internetowe.jpg');
    background-position: right 50px;
    background-repeat: no-repeat;
}

.custom {
    overflow: hidden;
}

.main-page-cont {
    position: absolute;
    overflow: hidden;
}

.top-title-cont {
    text-align: center;
    margin-top: 60px;
}

.title-top,
.title-bottom {
    color: #5f5f5b;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}

.title-top {
    padding-right: 400px;
}

.title-middle {
    color: #5f5f5b;
    font-size: 55px;
    font-weight: 500;
    margin: 0;
    font-family: 'Open Sans Condensed', sans-serif;

}

.title-bottom {
    margin-top: 0;
    padding-left: 450px;
}

.features-cont {
    margin-top: 20px;
}

.circle-a,
.circle-b {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #245ba7;
    float: left;
    margin-left: 95px;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.circle-b {
    background-color: #5f5f5b;
}

.circle-a *,
.circle-b * {
    font-family: 'Open Sans Condensed', sans-serif;
}

.circle-a:after,
.circle-b:after {
    content: '';
    position: absolute;
    width: 185px;
    height: 25px;
    top: 219px;
    left: 9px;
    background: url('../images/item-shadow.png') no-repeat;
}

.circle-top-text {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 12px;
}

.circle-middle-text {
    font-size: 51px;
    margin: 0;
}

.circle-bottom-text {
    font-size: 19px;
}

.article-main-page-bg {
    width: 100%;
    background: url('../images/main-page-shelf.png') no-repeat top center;
    overflow: hidden;
    clear: both;
    padding-left: 140px;
    border: 0;

}

.article-main-page-bg .article-row-column {
    padding-top: 270px;
    margin-right: 50px;
}

.message-cont {
    position: absolute;
    z-index: 10; bottom: 0;
    padding: 20px;
    background: #74bf1c;
    color: white;
    font-size: 14px;
    left: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
    display:none;
      font-family: Arial, Helvetica, sans-serif !Important;
}

.center {
    text-align: center;
}

.contact_image {
    float:left;
    width:100px;
    padding:10px;
}

.contact_name {
    float:left;
    padding-top:25px;
    width:160px;
}

.image_logo {
	margin: 5px;
}

.clear { clear:both; }

li[data-active='main-page-link'] a,
li[data-active='5'] a,
li[data-active='6'] a,
li[data-active='7'] a,
li[data-active='4'] a,
li[data-active='8'] a,
li[data-active='9'] a,
li[data-active='10'] a,
li[data-active='11'] a,
li[data-active='12'] a,
li[data-active='15'] a,
li[data-active='13'] a,
li[data-active='33'] a {
    background-color: #4C4C48;
    color: white;
}

.logos-union-projects {
    background: none;  
}
.logos-union-projects a {
    background-color: transparent !important;
    max-width: 100% !important;
    margin: 4px 25px 0 0;

}
.top-menu ul li {
    float: left;
}

.bottom-menu {
    padding-top: 5px;
}

.eu-projects {
    padding: 20px 0 20px 250px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.eu-projects-logo {
    margin-bottom: 20px;
}

.eu-projects h2 {
    color: #0c4da2;
    font-weight: bold;
    font-size: 20px;
}

.eu-projects-map-link {      
    margin-top: 30px;
}

.eu-projects-map-link a {    
    font-family: Arial, Helvetica, sans-serif;   
}
