/*** test2
 ***/


@import url(bootstrap/bootstrap.min.css);
@import url(font-awesome/font-awesome.min.css);
//@import url(gray/gray.min.css);
//@import url(scrollbar/jquery.mCustomScrollbar.css);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
//@import url(animate/animate.css);
//@import url(calendar/dcalendar.picker.css);
//@import url(lightbox/lightgallery.css);
@import url("https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900&subset=latin-ext");
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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"],
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/**
 * Set up a decent box model on the root element / remove outline
 */
html {
  box-sizing: border-box; }

body {
  overflow-x: hidden; }
  body header .container {
    padding: 0; }

.wide-container {
  max-width: 1650px !important;
  margin: 0 auto !important; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #111; }
  a:hover, a:active, a:focus {
    color: #2b294e;
    text-decoration: underline; }
  a:hover, a:focus, a:visited {
    text-decoration: none; }

img {
  max-width: 100%; }

/** -- Fonts -- */
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Light.eot);
  src: url(../fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-LightItalic.eot);
  src: url(../fonts/OpenSans-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Regular.eot);
  src: url(../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Italic.eot);
  src: url(../fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Semibold.eot);
  src: url(../fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-SemiboldItalic.eot);
  src: url(../fonts/OpenSans-SemiboldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-SemiboldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Bold.eot);
  src: url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-BoldItalic.eot);
  src: url(../fonts/OpenSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Bold.eot);
  src: url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-ExtraBoldItalic.eot);
  src: url(../fonts/OpenSans-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic; }
/**
 * Basic typography style for copy text
 */
body {
  color: #2b294e;
  font: normal 125%/1.4 "Catamaran", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", sans-serif; }

header nav a {
  font-size: 1.2em; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1200px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  width: 100%;
  /* 1 */
  padding: 10px; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* -- Header, navigation -- */
body {
  background-color: #fff; }
  @media (min-width: 1200px) {
    body {
      padding-top: 173px !important; } }
  body > header {
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%; }
    body > header.fixed {
      height: 64px; }
      body > header.fixed .circle-links {
        display: none; }
      body > header.fixed .extra-panel {
        background-image: none;
        height: 40px !important; }
      body > header.fixed .h1 {
        display: none; }
      body > header.fixed nav {
        top: 20px;
        left: 130px; }
      body > header.fixed #logo {
        display: inline-block; }
        body > header.fixed #logo img {
          height: 117px; }
    body > header .circle-links {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: right;
      padding-right: 90px; }
      body > header .circle-links li {
        display: inline-block;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #2b294e;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        text-align: center;
        background-color: #fff; }
        body > header .circle-links li.flags:after {
          content: "\f078";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          position: absolute;
          left: 33px;
          top: 5px;
          cursor: pointer;
          display: none; }
        body > header .circle-links li.flags ul {
          position: absolute;
          top: -2px;
          left: -232px;
          width: 300px; }
          body > header .circle-links li.flags ul li {
            -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35);
            -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35);
            box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35); }
        body > header .circle-links li.dropdown a {
          position: absolute;
          top: 3px;
          left: 3px;
          width: 20px;
          height: 20px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          border: 2px solid #2b294e;
          display: block;
          background-size: cover;
          background-position: center center; }
        body > header .circle-links li.plusminus a {
          padding-top: 0px; }
        @media (max-width: 1200px) {
          body > header .circle-links li.plusminus {
            display: none; } }
        body > header .circle-links li.blue {
          background-color: #2b294e; }
          body > header .circle-links li.blue a {
            color: #fff; }
        body > header .circle-links li.yellow {
          background-color: yellow; }
        body > header .circle-links li.space {
          margin-right: 35px; }
        body > header .circle-links li a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding-top: 3px;
          font-size: 14px;
          font-weight: 700;
          font-family: 'Open Sans', sans-serif; }
    body > header .container {
      position: relative; }
      @media (min-width: 1200px) {
        body > header .container {
          height: 50px !important; } }
      @media (max-width: 1200px) {
        body > header .container {
          height: 80px; } }
    body > header .extra-panel {
      position: absolute;
      right: 0;
      top: 15px;
      width: 100%;
      height: 100px;
      background-repeat: no-repeat;
      background-position: right top;
      background-image: url("../img/godlo.png"); }
      @media (max-width: 1200px) {
	body > header .extra-panel{
	    background-image: none;
	}

        body > header .extra-panel #u2-link,
	body > header .extra-panel #rodo-link,
	body > header .extra-panel #covid-link,
	body > header .extra-panel .circle-links{
	    display: none; 
	}
 
        body > header .extra-panel .h1 {
	  left: 85px;
	  line-height:25px;
	  width:200px;
          top: 15px;
	  letter-spacing:-1px;
	} 
      }

    @media (min-width: 1200px) {
      body > header {
        height: 173px;
        position: fixed;
        z-index: 250; } 

    }
    body > header .h1 {
      position: absolute;
      top: 68px;
      left: 200px;
      font-family: 'Calibri';
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;}
     /* @media (max-width: 1200px) {
        body > header .h1 {
          display: none; } } */ 


    body > 
header p#logo {
      margin-left: 0;
      display: inline-block;
      position: absolute;
      cursor: pointer;
      z-index: 1000; }
      body > header p#logo a {
        color: #000;
        display: block; }
      body > header p#logo.logo-light {
        border-color: #fff; }
        body > header p#logo.logo-light a {
          color: #fff; }
      @media (max-width: 1200px) {
        body > header p#logo img {
          height: 80px; } }
    body > header button {
      position: absolute;
      top: 15px;
      right: 15px;
      background: none;
      border: 1px solid #ccc;
      width: 60px;
      height: 40px;
      z-index: 99;
      color: #ccc;
      outline: none; }
      body > header button span {
        display: block;
        width: 25px;
        height: 2px;
        margin-bottom: 5px;
        border-radius: 1px;
        background-color: #ccc; }
        body > header button span:first-of-type {
          margin-top: 5px; }
      @media (min-width: 1200px) {
        body > header button {
          display: none; } }

nav {
  display: none;
  position: relative; }
  nav.visible {
    display: block; }
  @media (min-width: 1200px) {
    nav {
      display: block;
      position: absolute;
      top: 140px;
      left: 200px; }
      nav #mainmenu, nav #footermenu {
        list-style: none;
        margin: 0;
        padding: 0; }
        nav #mainmenu .dropdown > a:after, nav #footermenu .dropdown > a:after {
          content: "\f107";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          margin-left: 10px; } }
    @media (min-width: 1200px) and (min-width: 1200px) {
      nav #mainmenu:before, nav #footermenu:before {
        content: " ";
        width: 11px;
        height: 10px;
        display: block;
        background-image: url("../img/menu.png");
        position: absolute;
        left: -22px;
        top: 7px; }
      nav #mainmenu > li, nav #footermenu > li {
        float: left;
        margin-right: 10px;
        position: relative;
        margin-right: 27px; }
        nav #mainmenu > li a, nav #footermenu > li a {
          font-weight: 600;
          color: #2b294e; }
          nav #mainmenu > li a:hover, nav #footermenu > li a:hover {
            color: #8f167d; }
          nav #mainmenu > li a.nav-active, nav #mainmenu > li a.active-trail, nav #footermenu > li a.nav-active, nav #footermenu > li a.active-trail {
            color: #8f167d !important;
            font-weight: 800 !important;
            border-bottom: 2px solid #8f167d;
            padding-right: 0; }
        nav #mainmenu > li li, nav #footermenu > li li {
          position: relative; }
        nav #mainmenu > li form, nav #footermenu > li form {
          position: absolute;
          right: 0; }
        nav #mainmenu > li ul, nav #footermenu > li ul {
          position: absolute;
          left: -20px;
          -webkit-box-shadow: 0px 15px 15px 0px rgba(50, 50, 50, 0.5);
          -moz-box-shadow: 0px 15px 15px 0px rgba(50, 50, 50, 0.5);
          box-shadow: 0px 15px 15px 0px rgba(50, 50, 50, 0.5);
          z-index: 10000; }
          nav #mainmenu > li ul li ul, nav #footermenu > li ul li ul {
            position: absolute;
            left: 230px;
            top: 0; }
      nav #mainmenu form, nav #footermenu form {
        width: 230px; }
      nav #mainmenu ul, nav #footermenu ul {
        width: 230px; }
        nav #mainmenu ul li, nav #footermenu ul li {
          clear: both; } }
  @media (min-width: 1200px) {
        nav #mainmenu ul, nav #footermenu ul {
          list-style: none;
          margin: 0;
          padding: 0; } }
  nav ul ul, nav ul form {
    display: none; }
  nav ul li:hover > ul, nav ul li:hover > form {
    display: block;
    background-color: #fff; }
    nav ul li:hover > ul li, nav ul li:hover > form li {
      padding: 10px 20px; }
      nav ul li:hover > ul li a, nav ul li:hover > form li a {
        font-weight: 700; }
      nav ul li:hover > ul li:hover, nav ul li:hover > form li:hover {
        background-color: #2b294e; }
        nav ul li:hover > ul li:hover a, nav ul li:hover > form li:hover a {
          color: #fff !important; }

/* -- End Header -- */
.mobile-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff;
  z-index: 3333;
  position: absolute;
  top: 100px;
  width: 100%; }
  .mobile-menu li {
    text-align: center;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px;
    border-bottom: 1px solid #2b294e; }
    .mobile-menu li ul {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important; }
      .mobile-menu li ul li {
        font-size: 14px !important;
        font-weight: 700 !important;
        border: none !important; }

.page-header {
  border: none; }

#mainmenu li:not(.dropdown) {
  top: 2px !important; }

#footer-main {
  background-color: #1c1d3b;
  text-align: center; }
  #footer-main .links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px; }
    #footer-main .links li {
      display: inline-block;
      padding: 0 15px;
      border-right: 1px solid #fff; }
      #footer-main .links li img {
        margin-right: 10px; }
      #footer-main .links li a {
        color: #fff; }
        #footer-main .links li a:hover {
          text-decoration: underline; }
      #footer-main .links li:last-of-type {
        border-right: none; }
  #footer-main .items {
    margin-top: 40px; }
    #footer-main .items .item {
      display: inline-block;
      width: 155px;
      margin-left: 10px;
      margin-right: 10px;
      height: 200px;
      position: relative;
      transition: All 0.4s ease;
      -webkit-transition: All 0.4s ease;
      -moz-transition: All 0.4s ease;
      -o-transition: All 0.4s ease; }
      #footer-main .items .item:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70); }
      #footer-main .items .item .item-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff; }
        #footer-main .items .item .item-content a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 3; }
        #footer-main .items .item .item-content .img {
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          width: 90px;
          height: 90px;
          background-color: #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          margin: 0 auto 15px auto;
          -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.75);
          -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.75); }
        #footer-main .items .item .item-content p {
          height: 65px;
          font-weight: 400; }

#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.95);
  text-align: center;
  color: #fff;
  font-weight: 500; }
  #cookies a {
    margin-left: 10px;
    font-weight: 600; }

.footer {
  color: #fff;
  font-size: 12px;
  border-top: 2px solid #24264c;
  padding-top: 40px; }
  @media (max-width: 1200px) {
    .footer {
      text-align: center; } }
  .footer .h2 {
    margin: 0;
    margin-bottom: 10px; }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer ul li {
      margin-bottom: 15px;
      position: relative; }
      .footer ul li img {
        position: absolute;
        left: -25px; }
  .footer a {
    color: #fff;
    display: inline-block; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .padd {
    padding-top: 60px; }
    @media (max-width: 1200px) {
      .footer .padd {
        padding-left: 60px;
        padding-right: 60px; } }

/* -- Social bar aside.social-bar -- */
aside.socialbar {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 250; }
  @media (max-width: 1200px) {
    aside.socialbar {
      display: none; } }
  aside.socialbar ul {
    list-style: none; }
    aside.socialbar ul li {
      display: block;
      width: 60px;
      height: 65px;
      background-color: #000;
      margin-bottom: 15px;
      position: relative;
      transition: All 0.4s ease;
      -webkit-transition: All 0.4s ease;
      -moz-transition: All 0.4s ease;
      -o-transition: All 0.4s ease; }

aside.socialbar ul li.mail { background-color: #800080; }
aside.socialbar ul li.mail:hover { opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }

aside.socialbar ul li.fb { background-color: #3566a3; }
aside.socialbar ul li.fb:hover { opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }

aside.socialbar ul li.yt { background-color: #c4302b; }
aside.socialbar ul li.yt:hover { opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }

aside.socialbar ul li.instagram {background-color: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
aside.socialbar ul li.instagram:hover { opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }

aside.socialbar ul li.usosweb { background-image: url("../img/usosweb-icon2.png"); }
aside.socialbar ul li.usosweb:hover { opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }

aside.socialbar ul li.vspacer { background-image: url("../img/vspacer-logo.png"); background-color: white; background-repeat: no-repeat; background-size: 50px; background-position: 5px 11px; }
aside.socialbar ul li.vspacer div.tooltip { left: -200px !important; top: 20px !important; }
aside.socialbar ul li.vspacer:hover { opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }

aside.socialbar ul li.movie { background-image: url("../img/movie-icon.png"); background-color: white; background-repeat: no-repeat; background-size: 50px; background-position: 5px 11px; }
aside.socialbar ul li.movie div.tooltip { left: -110px !important; top: 20px !important; }
aside.socialbar ul li.movie:hover { opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }

      aside.socialbar ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 6px 10px;
        color: #fff;
        font-size: 44px; }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

label {
  display: block; }

input, textarea {
  outline: none;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ddd; }

input[type=submit], button {
  color: #fff;
  background-color: #1c1d3b;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }
  input[type=submit]:hover, button:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75); }

.tabs li a {
  padding: 10px 20px !important; }
  .tabs li a:hover {
    text-decoration: none; }

.field-items {
  font-size: 16px; }
  .field-items .table {
    width: 100% !important; }

fieldset {
  border: none;
  padding: 0;
  margin-bottom: 30px; }

legend {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700; }

.messages {
  margin-bottom: 35px !important; }

.img-gallery .images {
  text-align: center; }
  .img-gallery .images .item {
    display: inline-block;
    width: 200px;
    height: 140px;
    margin: 0 30px 30px 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .img-gallery .images .item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 1200px) {
      .img-gallery .images .item {
        width: 100% !important; } }

@media (max-width: 1200px) {
  .media-gallery-media > .field-items > .field-item, .mg-col .mg-gallery.mg-teaser {
    width: 100% !important; } }

.popup-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74);
  min-height: 6000px;
  z-index: 300;
  display: none; }
  .popup-container .container {
    background-color: #fff;
    padding: 25px;
    position: relative; }
    .popup-container .container h1, .popup-container .container h2, .popup-container .container h3, .popup-container .container h4, .popup-container .container h5, .popup-container .container h6 {
      margin: 0;
      padding: 0;
      margin-bottom: 20px; }
    .popup-container .container .close-ico {
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      width: 50px;
      height: 50px;
      background-color: #000;
      position: absolute;
      top: 0;
      right: 0; }

@media (max-width: 1200px) {
  .bx-slider-container {
    display: none; } }

.bxslider {
  height: 385px; }
  .bxslider .bxslide {
    height: 385px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .bxslider .bxslide .filter {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(43, 41, 78, 0.5); }
    .bxslider .bxslide .content-container {
      display: table;
      width: 100%;
      height: 385px; }
      .bxslider .bxslide .content-container .content {
        display: table-cell;
        vertical-align: middle; }
        .bxslider .bxslide .content-container .content .h1, .bxslider .bxslide .content-container .content .h2, .bxslider .bxslide .content-container .content .h3, .bxslider .bxslide .content-container .content .h4, .bxslider .bxslide .content-container .content .h5, .bxslider .bxslide .content-container .content .h6, .bxslider .bxslide .content-container .content p, .bxslider .bxslide .content-container .content a {
          color: rgba(255,255,255,1);
	  display:none; /* wyłączone napisy na banerze przywrócić na block*/
	 
          text-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7); }
        .bxslider .bxslide .content-container .content .h1 {
          font-weight: 700;
          margin: 0;
          margin-bottom: 15px; }
        .bxslider .bxslide .content-container .content .h2 {
          font-weight: 700;
          margin: 0;
          margin-bottom: 15px; }
        .bxslider .bxslide .content-container .content .h3 {
          font-weight: 700;
          margin: 0;
          margin-bottom: 15px; }
        .bxslider .bxslide .content-container .content .h4 {
          font-weight: 600;
          margin: 0;
          margin-bottom: 15px; }
        .bxslider .bxslide .content-container .content .h5 {
          font-weight: 600;
          margin: 0;
          margin-bottom: 10px; }
        .bxslider .bxslide .content-container .content .h6 {
          font-weight: 500;
          margin: 0;
          margin-bottom: 10px; }
        .bxslider .bxslide .content-container .content p {
          font-weight: 600;
          margin-bottom: 15px; }
        .bxslider .bxslide .content-container .content a {
          text-decoration: underline; }
          .bxslider .bxslide .content-container .content a:hover {
            text-decoration: none; }
        .bxslider .bxslide .content-container .content .more {
          color: rgba(255, 255, 255, 1);
	  text-transform: uppercase;
          display: inline-block; 
          padding: 15px 25px 13px 25px;
          background-color: rgba(0, 0, 0, 0.5);
          font-weight: 700;
          margin-top: 200px; /*pozycja przycisku na banerze przywrócić 15px*/
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          border-radius: 15px;
          text-decoration: none;
          transition: All 0.4s ease;
          -webkit-transition: All 0.4s ease;
          -moz-transition: All 0.4s ease;
          -o-transition: All 0.4s ease; }
          .bxslider .bxslide .content-container .content .more:hover {
            background-color: rgba(0, 0, 0, 0.75); }
	    
	
.bxslider .bxslide[style*="inauguracja_pcz_2019"] .content-container .content .more
{
  display: none;
}
.bx-wrapper {
  position: relative; }

.bx-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 75;
  height: 65px;
  text-align: center;
  padding-top: 24px; }
  .bx-controls .bx-pager-item {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px; }
    .bx-controls .bx-pager-item a {
      display: block;
      width: 11px;
      height: 11px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #fff;
      color: transparent;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70); }
      .bx-controls .bx-pager-item a.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
  .bx-controls .bx-next, .bx-controls .bx-prev {
    position: absolute;
    bottom: 170px;
    color: transparent;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease; }
    .bx-controls .bx-next:hover, .bx-controls .bx-prev:hover {
      opacity: 0.95;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
      filter: alpha(opacity=95); }
    .bx-controls .bx-next:after, .bx-controls .bx-prev:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      font-size: 36px;
      color: #fff; }
  .bx-controls .bx-next {
    right: 30px; }
    .bx-controls .bx-next:after {
      content: "\f054"; }
  .bx-controls .bx-prev {
    left: 30px; }
    .bx-controls .bx-prev:after {
      content: "\f053"; }

.row {
  margin-left: -25px;
  margin-right: -25px; }

.help-nav {
  margin-top: 35px;
  margin-bottom: 35px; }
  .help-nav .col-lg-3 div {
    width: 100%;
    height: 95px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 35px 39px;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease; }
    @media (max-width: 1200px) {
      .help-nav .col-lg-3 div {
        text-align: center; } }
    .help-nav .col-lg-3 div:hover {
      opacity: 0.75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
      filter: alpha(opacity=75); }
    .help-nav .col-lg-3 div a {
      font-weight: 800;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 1px;
      position: absolute;
      display: inline-block;
      top: 0;
      left: 0;
      width: 100%;
      padding: 35px 75px; }
  .help-nav .kandydat div {
    background-color: #8f167d;
    background-image: url("../img/ico-kandydat.png"); }
  .help-nav .student div {
    background-color: #344a96;
    background-image: url("../img/ico-student.png"); }
  .help-nav .pracownik div {
    background-color: #ff7200;
    background-image: url("../img/ico-pracownik.png"); }
  .help-nav .absolwent div {
    background-color: #68c0aa;
    background-image: url("../img/ico-absolwent.png"); }

.extra-links .container {
  padding-left: -23px;
  padding-right: -23px; }
.extra-links .items {
  width: 1182px;
  text-align: center; }
  .extra-links .items .item {
    display: inline-block;
    width: 120px;
    height: 210px;
    margin-left: 23px;
    margin-right: 23px;
    position: relative;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease; }
    .extra-links .items .item:hover {
      opacity: 0.75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
      filter: alpha(opacity=75); }
      .extra-links .items .item:hover .circle {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35);
        box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35); }
    .extra-links .items .item .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/cien.png");
      background-repeat: no-repeat;
      background-position: left 105px; }
      .extra-links .items .item .content a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
    .extra-links .items .item .circle {
      display: inline-block;
      width: 100px;
      height: 100px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #2b294e;
      background-repeat: no-repeat;
      background-position: center center;
      transition: All 0.4s ease;
      -webkit-transition: All 0.4s ease;
      -moz-transition: All 0.4s ease;
      -o-transition: All 0.4s ease; }
    .extra-links .items .item .h3 {
      line-height: 20px;
      font-weight: 700;
      height: 50px;
      display: block;
      margin-top: 30px; }

.carousel .news {
  text-align: left;
  position: relative; }
  .carousel .news .img img {
    width: 100%;
    height: auto; }
  .carousel .news .content {
    line-height: 20px;
    padding-top: 0px;
    padding-right: 50px; }
    .carousel .news .content .h3 {
      font-weight: 800;
      margin-bottom: 20px; }
    .carousel .news .content .category {
      position: absolute;
      top: 2px;
      left: 0;
      background-color: whitesmoke;
      font-weight: 300;
      z-index: 3;
      padding: 7px 14px; }
      .carousel .news .content .category a:hover {
        text-decoration: underline; }
    .carousel .news .content .link {
      margin-top: 15px; }
    .carousel .news .content .link a {
      text-transform: uppercase;
      font-weight: 800; }
      .carousel .news .content .link a:hover img {
        margin-left: 15px; }
      .carousel .news .content .link a img {
        position: relative;
        top: -2px;
        margin-left: 10px;
        transition: All 0.4s ease;
        -webkit-transition: All 0.4s ease;
        -moz-transition: All 0.4s ease;
        -o-transition: All 0.4s ease; }

.news {
  text-align: center; }
  .news .items {
    margin-left: -15px;
    margin-right: -15px; }
  .news .item {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    width: 270px;
    height: 370px;
    position: relative;
    margin-bottom: 30px; }
    .news .item.kandydat .cat-link i {
      background-color: #8f167d !important; }
    .news .item.kandydat .link a, .news .item.kandydat .h3 {
      color: #8f167d; }
    .news .item.student .cat-link i {
      background-color: #344a96 !important; }
    .news .item.student .link a, .news .item.student .h3 {
      color: #344a96; }
    .news .item.pracownik .cat-link i {
      background-color: #ff7200 !important; }
    .news .item.pracownik .link a, .news .item.pracownik .h3 {
     color: #ff7200;  } 
      /* nekrolog */
      /*  color: #000;}  */
    .news .item.absolwent .cat-link i {
      background-color: #68c0aa !important; }
    .news .item.absolwent .link a, .news .item.absolwent .h3 {
      color: #68c0aa; }
    .news .item .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: left;
      border-top: 1px solid #d3d2d8;
      padding-top: 5px;
      overflow: hidden; }
      .news .item .content .category {
        position: absolute;
        top: 2px;
        left: 0;
        background-color: whitesmoke;
        font-weight: 300;
        z-index: 3;
        padding: 7px 14px; }
        .news .item .content .category a:hover {
          text-decoration: underline; }
      .news .item .content .cat-link {
        margin-top: 10px;
        display: block; }
        .news .item .content .cat-link a {
          font-weight: 500; }
          .news .item .content .cat-link a i {
            margin-right: 10px;
            color: #fff;
            background-color: #1c1d3b;
            padding: 5px 10px; }
          .news .item .content .cat-link a span {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            transition: All 0.4s ease;
            -webkit-transition: All 0.4s ease;
            -moz-transition: All 0.4s ease;
            -o-transition: All 0.4s ease; }
          .news .item .content .cat-link a:hover span {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100); }
      .news .item .content .h3 {
        font-weight: 800;
        margin-bottom: 20px;
        margin-top: 0; }
      .news .item .content .link {
        margin-top: 15px;
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        display: block;
        padding: 125px 15px 40px 15px;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#999999+0,ffffff+0&0+0,1+46 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 46%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 46%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 46%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }
      .news .item .content .link a {
        text-transform: uppercase;
        font-weight: 800; }
        .news .item .content .link a:hover i {
          margin-left: 15px; }
        .news .item .content .link a i {
          position: relative;
          margin-left: 10px;
          transition: All 0.4s ease;
          -webkit-transition: All 0.4s ease;
          -moz-transition: All 0.4s ease;
          -o-transition: All 0.4s ease; }

.news-carousel-nav {
  text-align: right; }
  .news-carousel-nav i {
    margin-left: 15px;
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease; }
    .news-carousel-nav i:hover {
      color: #444; }

.bx-slider-container {
  position: relative; }
  .bx-slider-container #pause {
    position: absolute;
    bottom: 30px;
    right: 50px;
    color: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    font-size: 40px;
    z-index: 100;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    cursor: pointer; }
    .bx-slider-container #pause:hover {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90); }

.sidebar-left a.active-trail {
  color: #8f167d !important;
  font-weight: 800 !important; }

.second-nav {
  margin: 0 !important; }
  .second-nav li {
    margin: 0 !important;
    text-align: left !important; }
    .second-nav li ul {
      margin-top: 13px !important; }

#map {
  height: 400px; }

span.wpcf7-not-valid-tip {
  display: none !important; }

input.wpcf7-not-valid {
  border-bottom-color: #fdd7d7 !important; }

div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  border: none !important;
  color: #000 !important;
  text-align: center;
  font-size: 16px; }

span.wpcf7-not-valid-tip {
  display: none !important; }

input.wpcf7-not-valid {
  border-bottom-color: #fdd7d7 !important;
  color: #fdd7d7; }

div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  border: none !important;
  color: #000 !important;
  text-align: center;
  font-size: 16px; }

.faq-content {
  display: none; }

.faq-header {
  cursor: pointer; }

.blog-items {
  text-align: center; }
  .blog-items .item {
    display: inline-block;
    max-width: 320px;
    height: 500px;
    margin: 0 30px 30px 30px;
    position: relative; }
    .blog-items .item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .blog-items .item .thumbnail-image {
      height: 200px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .blog-items .item .header, .blog-items .item .content {
      display: table;
      width: 100%; }
    .blog-items .item .header h2, .blog-items .item .content p {
      display: table-cell;
      vertical-align: middle; }
    .blog-items .item .header {
      height: 140px; }
    .blog-items .item .content {
      height: 140px; }
      .blog-items .item .content p {
        vertical-align: top; }
  .blog-items img {
    max-width: 100% !important; }

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline; }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.page .help-nav .col-lg-3 div {
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45); }
  .page .help-nav .col-lg-3 div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .page .help-nav .col-lg-3 div.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

.page-header .background {
  padding: 50px 0; }
.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6, .page-header p, .page-header a {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7); }
.page-header h1 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px; }
.page-header h2 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px; }
.page-header h3 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px; }
.page-header h4 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px; }
.page-header h5 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px; }
.page-header h6 {
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px; }
.page-header p {
  font-weight: 600;
  margin-bottom: 15px; }
.page-header a {
  text-decoration: underline; }
  .page-header a:hover {
    text-decoration: none; }
.page-header .more {
  text-transform: uppercase;
  display: inline-block; 
  padding: 15px 25px 13px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  margin-top: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }
  .page-header .more:hover {
    background-color: rgba(0, 0, 0, 0.75); }

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px; }
  @media (max-width: 1200px) {
    .breadcrumbs {
      text-align: center; } }
  .breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
    font-weight: 600; }
    .breadcrumbs li:after {
      content: "\f0da";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      margin-left: 10px; }
    .breadcrumbs li:last-of-type {
      font-weight: 800; }
      .breadcrumbs li:last-of-type:after {
        display: none; }
    .breadcrumbs li a:hover {
      text-decoration: underline; }

.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px; }
  @media (max-width: 1200px) {
    .main-nav {
      text-align: center; }
      .main-nav a {
        padding-left: 20px;
        padding-right: 20px; }
        .main-nav a:before {
          content: "" !important; } }
  .main-nav.student > li > a:hover {
    border-left: 15px solid #344a96; }
  .main-nav.kandydat > li > a:hover {
    border-left: 15px solid #8f167d; }
  .main-nav.pracownik > li > a:hover {
    border-left: 15px solid #ff7200; }
  .main-nav.absolwent > li > a:hover {
    border-left: 15px solid #68c0aa; }
  .main-nav > li > a {
    transition: All 0.8s ease;
    -webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -o-transition: All 0.8s ease; }
    .main-nav > li > a:hover {
      padding-left: 15px; }
  .main-nav li {
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #ccc; }
    .main-nav li:first-of-type {
      border-top: 1px solid #ccc; }
    .main-nav li a {
      padding-right: 35px; }
    .main-nav li.external-link:after {
      content: "\f08e";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      position: absolute;
      top: 12px;
      right: 5px;
      font-size: 20px;
      opacity: 0.75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
      filter: alpha(opacity=75); }
  .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-nav ul li {
      padding: 10px 5px;
      border-bottom: none;
      background-color: #fff; }
      .main-nav ul li a {
        position: relative;
        padding-left: 20px; }
        .main-nav ul li a:before {
          content: "\f0da";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          margin-right: 10px;
          position: absolute;
          left: 0;
          text-decoration: none !important; }
        .main-nav ul li a:hover {
          text-decoration: underline; }
      .main-nav ul li:first-of-type {
        border-top: 1px solid #ccc;
        margin-top: 15px;
        padding-top: 15px; }
      .main-nav ul li:last-of-type {
        padding-bottom: 0;
        border-bottom: none; }
  .main-nav a {
    font-weight: 700;
    color: #221b4f;
    display: inline-block;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease; }

.article {
  padding-bottom: 100px;
  line-height: 24px;
  font-weight: 400; }
  @media (max-width: 1200px) {
    .article {
      padding-left: 50px;
      padding-right: 50px; } }
  .article .category {
    border-top: 1px solid #ccc; }
    .article .category span {
      display: inline-block;
      background-color: whitesmoke;
      font-weight: 300;
      padding: 7px 14px; }
  .article h1 {
    font-weight: 900; }
    @media (max-width: 1200px) {
      .article h1 {
        text-align: center; } }
  .article h2 {
    font-weight: 700; }
    @media (max-width: 1200px) {
      .article h2 {
        text-align: center; } }
  .article h3 {
    font-weight: 600; }
    @media (max-width: 1200px) {
      .article h3 {
        text-align: center; } }
  .article h4 {
    font-weight: 500; }
    @media (max-width: 1200px) {
      .article h4 {
        text-align: center; } }
   .arcitle p, .article ul, .article ol {
    text-align: justify;
    margin: 30px 0 30px 0; 
   }
   .article center p { text-align: center; }
    .article p li, .article ul li, .article ol li {
      margin: 5px 0; }
      .article p li ul, .article p li ol, .article ul li ul, .article ul li ol, .article ol li ul, .article ol li ol {
        margin: 5px 0; }
  .article a {
    font-weight: 700; }
    .article a:hover {
      text-decoration: underline; }
  .article table {
    margin: 25px 0;
    width: 100% !important; }
    @media (max-width: 1200px) {
      .article table {
        font-size: 11px !important; } }
    .article table td {
      padding: 15px; }
    .article table thead {
      background-color: #221b4f;
      color: #fff; }
      .article table thead td {
        text-align: center;
        font-weight: 300; }
    .article table tbody tr:nth-child(even) {
      background: rgba(34, 27, 79, 0.05); }
    .article table tbody tr:nth-child(odd) {
      background: #fff; }

/** **/
.field-item img {
  margin-bottom: 60px;
  border: 1px solid #ddd; }

th {
  border: none !important; }

.views-align-right {
  text-align: left;
  width: 20%;
  padding-left: 25px; }

.article table {
  margin: 35px 0 65px 0;
  width: 100% !important; }

.view-id-lista_podmenu .item, .help-nav ul li {
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 20px 50px 20px 85px;
  position: relative;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }
  .view-id-lista_podmenu .item:last-of-type, .help-nav ul li:last-of-type {
    border-bottom: 1px solid #ddd; }
  .view-id-lista_podmenu .item:hover, .help-nav ul li:hover {
    padding-left: 105px;
    background-color: #fafafa; }
    .view-id-lista_podmenu .item:hover a, .help-nav ul li:hover a {
      text-decoration: none; }
    .view-id-lista_podmenu .item:hover:before, .help-nav ul li:hover:before {
      color: #1c1d3b; }
  .view-id-lista_podmenu .item:before, .help-nav ul li:before {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background-color: #efefef;
    content: "\f152";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 36px;
    color: #cfcfcf;
    padding: 19px 17px;
    border-right: 1px solid #ddd; }

.help-nav ul li {
  height: 65px !important;
  padding-top: 25px; }
  .help-nav ul li a {
    font-weight: 700;
    color: #1c1d3b; }
  .help-nav ul li:before {
    padding: 7px 17px; }

.view-doktorzy-honoris-causa .item, .view-og-oszenia .item {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 10px 25px;
  background-color: #fafafa;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }
.view-doktorzy-honoris-causa .item:hover, .view-og-oszenia .item:hover {
    background-color: #fff; }
  .view-doktorzy-honoris-causa .item img, .view-og-oszenia .item img {
    margin-bottom: 25px;
    border: none !important;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease; }
    .view-doktorzy-honoris-causa .item img:hover, .view-og-oszenia .item img:hover {
      opacity: 0.75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
      filter: alpha(opacity=75); }
.item .node-readmore, .view-doktorzy-honoris-causa .item .node-readmore, .view-og-oszenia .item .node-readmore {
    text-align: right;
    display: block; }
.view-doktorzy-honoris-causa .item .node-readmore a, .view-og-oszenia .item .node-readmore a {
      color: #fff;
      background-color: #1c1d3b;
      padding: 5px 15px;
      font-size: 16px;
      font-weight: 600;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      border: 1px solid #ddd;
      display: inline-block;
      transition: All 0.4s ease;
      -webkit-transition: All 0.4s ease;
      -moz-transition: All 0.4s ease;
      -o-transition: All 0.4s ease; }
      .view-doktorzy-honoris-causa .item .node-readmore a:hover, .view-og-oszenia .item .node-readmore a:hover {
        opacity: 0.75;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        filter: alpha(opacity=75);
        text-decoration: none !important; }

.view-og-oszenia .item {
  text-align: center !important; }
  .view-og-oszenia .item p {
    text-align: center; }
  .view-og-oszenia .item img {
    border: 1px solid #ddd !important; }
  .view-og-oszenia .item h1, .view-og-oszenia .item h2, .view-og-oszenia .item h3, .view-og-oszenia .item h4, .view-og-oszenia .item h5 {
    text-transform: uppercase; }

.pager li {
  display: inline-block !important;
  padding: 5px !important; }

.create_n_author {
  text-align: left !important; }

ul li.leaf {
  list-style-image: none !important;
  list-style-type: none !important; }

.views-field-nid, .views-field-download {
  width: 135px;
  background-color: #1c1d3b;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }
  .views-field-nid a, .views-field-download a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase; }
  .views-field-nid:hover, .views-field-download:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75); }
    .views-field-nid:hover a, .views-field-download:hover a {
      text-decoration: none !important; }

span.file img {
  float: left;
  margin-right: 10px; }

.article th {
  background-color: #1c1d3b !important;
  color: #fff !important; }

.article td p {
  margin: 0 !important; }

.views-field-php {
  padding: 0 1important; }

.fixed-width-150 {
  padding: 15px !important;
  width: 250px;
  text-align: right; }

.fixed-width-110 {
  text-align: right;
  padding-right: 25px !important; }

.file-icon {
  margin-bottom: 0 !important; }

ul.tabs {
  width: 100% !important;
  display: block; }
  ul.tabs li {
    display: block !important;
    float: left;
    margin-bottom: 50px;
    margin-top: -20px; }

.node-wladze-uczelni, .node-dotychczasowi-rektorzy {
  text-align: center; }
  .node-wladze-uczelni h1, .node-wladze-uczelni h2, .node-dotychczasowi-rektorzy h1, .node-dotychczasowi-rektorzy h2 {
    font-weight: 900 !important;
    margin-bottom: 50px !important;
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .node-wladze-uczelni h3, .node-dotychczasowi-rektorzy h3 {
    font-weight: 900;
    margin-bottom: 50px; }
  .node-wladze-uczelni p, .node-dotychczasowi-rektorzy p {
    text-align: center !important;
    margin-bottom: 50px; }
  .node-wladze-uczelni .items, .node-dotychczasowi-rektorzy .items {
    text-align: center !important; }
    .node-wladze-uczelni .items .item, .node-dotychczasowi-rektorzy .items .item {
      display: inline-block;
      margin-left: 50px;
      margin-right: 50px;
      position: relative;
      height: 450px; }
      .node-wladze-uczelni .items .item a.kontakt:before { font-family: FontAwesome; content: "\f003\00a0"; font-style: normal; }
      .node-wladze-uczelni .items .item a.kontakt:hover:before { font-family: FontAwesome; content: "\f0e0\00a0"; font-style: normal; text-decoration: none; }
      .node-wladze-uczelni .items .item img, .node-dotychczasowi-rektorzy .items .item img {
        margin-bottom: 10px !important;
        height: 210px !important;
        width: auto !important;
        transition: All 0.4s ease;
        -webkit-transition: All 0.4s ease;
        -moz-transition: All 0.4s ease;
        -o-transition: All 0.4s ease; }
        .node-wladze-uczelni .items .item img:hover, .node-dotychczasowi-rektorzy .items .item img:hover {
          opacity: 0.75;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
          filter: alpha(opacity=75); }
      .node-wladze-uczelni .items .item p, .node-dotychczasowi-rektorzy .items .item p {
        position: absolute;
        top: 235px;
        width: 100% !important; }

.DataPrzetargClass {
  text-align: center;
  padding: 15px; }

.w40percent {
  padding: 25px; }

@media (max-width: 1200px) {
  input[type=text], input[type=password] {
    width: 100% !important; }

  .panels-flexible-8-middle {
    margin-left: 0 !important; }

  .field-name-field-zdj-cie {
    display: none !important; }

  iframe {
    width: 100% !important; }

  h2 {
    text-align: center; } }
@media (min-width: 1200px) {
  .changer {
    position: relative;
    background: none !important;
    width: auto !important;
    height: auto !important;
    float: none !important;
    display: inline !important;
    margin: 0 !important; }

  #text_resize_increase, #text_resize_decrease {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #2b294e;
    font-size: 16px !important;
    font-weight: 700; }

  #text_resize_increase {
    right: 140px;
    top: -26px !important;
    padding: 0 5px !important; }

  #text_resize_decrease {
    right: 67px;
    top: -26px !important;
    padding: 0 6px !important; }

  .extra-panel .item-list {
    position: absolute;
    top: 0;
    right: 300px; }
    .extra-panel .item-list li {
      margin-right: -10px;
      background-color: #2b294e; }
      .extra-panel .item-list li:nth-of-type(2) a {
        color: #fff !important; }
      .extra-panel .item-list li:first-of-type {
        color: #2b294e;
        background-color: #fff !important; }
      .extra-panel .item-list li:last-of-type {
        background-color: yellow;
        color: #2b294e !important; } }
.mg-col {
  display: block;
  margin: 0;
  width: auto; }

.media-gallery-media > .field-items > .field-item,
.mg-col .mg-gallery.mg-teaser {
  float: none; }
  .media-gallery-media > .field-items > .field-item .hover,
  .mg-col .mg-gallery.mg-teaser .hover {
    display: none !important; }

.mg-col-4 > .field-items > .field-item, .mg-col-4 .mg-gallery {
  width: auto; }

.media-collection-item-wrapper {
  padding: 0; }

.field-name-media-gallery-format,
#taxonomy-term-1 div,
#taxonomy-term-6 div,
#taxonomy-term-9 div {
  display: none; }

.media-gallery-media .media-gallery-item {
  background: transparent;
  border: none;
  padding: 0; }

/** Lista galerii **/
.mg-col {
  text-align: left !important; }

.media-gallery-media > .field-items > .field-item,
.mg-col .mg-gallery.mg-teaser {
  display: inline-block;
  width: 227px;
  height: 227px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .media-gallery-media > .field-items > .field-item img,
  .mg-col .mg-gallery.mg-teaser img {
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease; }
  .media-gallery-media > .field-items > .field-item:hover img,
  .mg-col .mg-gallery.mg-teaser:hover img {
    transform: rotate(-5deg) scale(1.2);
    -webkit-transform: rotate(-5deg) scale(1.2);
    -moz-transform: rotate(-5deg) scale(1.2);
    -o-transform: rotate(-5deg) scale(1.2);
    -ms-transform: rotate(-5deg) scale(1.2); }
  .media-gallery-media > .field-items > .field-item header,
  .mg-col .mg-gallery.mg-teaser header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.4);
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease; }
    .media-gallery-media > .field-items > .field-item header:hover,
    .mg-col .mg-gallery.mg-teaser header:hover {
      background-color: rgba(0, 0, 0, 0.74); }
      .media-gallery-media > .field-items > .field-item header:hover h1,
      .mg-col .mg-gallery.mg-teaser header:hover h1 {
        padding-bottom: 20px; }
    .media-gallery-media > .field-items > .field-item header h1,
    .mg-col .mg-gallery.mg-teaser header h1 {
      font-size: 16px;
      padding: 8px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      line-height: 20px;
      transition: All 0.4s ease;
      -webkit-transition: All 0.4s ease;
      -moz-transition: All 0.4s ease;
      -o-transition: All 0.4s ease; }
      .media-gallery-media > .field-items > .field-item header h1 a,
      .mg-col .mg-gallery.mg-teaser header h1 a {
        color: #fff; }
        .media-gallery-media > .field-items > .field-item header h1 a:hover,
        .mg-col .mg-gallery.mg-teaser header h1 a:hover {
          text-decoration: none; }

.media-gallery-item {
  height: 212px;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }

/*# sourceMappingURL=style.css.map */

@media (min-width: 1200px) {
	.flags {
 		border: none !important;
 		position: relative;
 		top: 3px;
	}

}