@charset "CP852";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**#nav-bar

 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0;
}

h2 {
  font-size: 1.5em;
  margin: 0;
}

h3 {
  font-size: 1.17em;
  margin: 0;
}

h4 {
  font-size: 1em;
  margin: 0;
}

h5 {
  font-size: 0.83em;
  margin: 0;
}

h6 {
  font-size: 0.67em;
  margin: 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Import plugins
   ========================================================================== */

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */

.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */

.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */

.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */

.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */

.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */

.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */

.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */

.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */

.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */

.selectboxit-optgroup-header+.selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */

.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */

.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */

.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */

.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */

.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/

.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
  color: #999999;
}

/* ==========================================================================
   Common css
   ========================================================================== */

/* 984 */

/* boxy Dostep mobilny */

.blue-box2 {
  background: #00bdf2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmRmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwYjNmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwNjZiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ3ODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf2), color-stop(20%, #00b3f0), color-stop(80%, #0066b3), color-stop(100%, #004785));
  background: -webkit-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -o-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -ms-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: linear-gradient(to bottom, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdf2', endColorstr='#004785', GradientType=0);
  /* IE6-9 */
  padding: 30px;
  width: 100%;
  max-width: 1350px;
  margin: 20px auto;
  background: #056dae;
  transition: background-color .6s;
}

.blue-box2:hover {
  background: #002A54;
}

.blue-box2:hover .a-orange {
  background: #dcd4c6 !important;
}



.add-shadow,
#page-cont .art-cont .blue-box {
  border-left: 2px solid #B2B2B2 !important;
  border-bottom: 2px solid #B2B2B2 !important;
}

.add-b-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.verticalalign {
  /* fallback for non-Flexbox browsers */
  display: inline-block;
  /* Flexbox browsers */
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  /* vertical centering for legacy, horizontal centering for modern */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  /* modern Flexbox only */
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* legacy Flexbox only */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.blue-grad,
#head .middle-bar,
#foot .mob-btns a,
#page-cont .art-cont .akt-year-button,
#page-cont .art-cont .blue-box {
  background: #00bdf2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmRmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwYjNmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwNjZiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ3ODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf2), color-stop(20%, #00b3f0), color-stop(80%, #0066b3), color-stop(100%, #004785));
  background: -webkit-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -o-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -ms-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: linear-gradient(to bottom, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdf2', endColorstr='#004785', GradientType=0);
  /* IE6-9 */
}

.blue-grad_2,
#page-cont .art-cont .contact button,
#page-cont .art-cont button.blue,
#page-cont .art-cont a.blue {
  background: #5fabdd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmYWJkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDQ3ODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5fabdd 0%, #204782 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5fabdd), color-stop(100%, #204782));
  background: -webkit-linear-gradient(top, #5fabdd 0%, #204782 100%);
  background: -o-linear-gradient(top, #5fabdd 0%, #204782 100%);
  background: -ms-linear-gradient(top, #5fabdd 0%, #204782 100%);
  background: linear-gradient(to bottom, #5fabdd 0%, #204782 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fabdd', endColorstr='#204782', GradientType=0);
  /*background-color: #5fabdd;*/
  /* 	@include filter-gradient(#5fabdd, #204782, vertical);
  	$experimental-support-for-svg: true;
  	@include background-image(linear-gradient(top, #5fabdd 0%,#204782 100%)); */
}

.bl-grad,
#head .top-bar,
#head .top-bar .lang-nav ul li {
  background: #373737;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #373737 45%, black 55%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #373737), color-stop(55%, black));
  background: -webkit-linear-gradient(top, #373737 45%, black 55%);
  background: -o-linear-gradient(top, #373737 45%, black 55%);
  background: -ms-linear-gradient(top, #373737 45%, black 55%);
  background: linear-gradient(top, #373737 45%, black 55%);
}

.hover-grad {
  background: #5dbefb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dbefb), color-stop(49%, #52aaea), color-stop(100%, #2b66a8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbefb', endColorstr='#2b66a8', GradientType=0);
  /* IE6-9 */
}

.ico {
  /* background: url('../img/ico.png') no-repeat; */
  display: inline-block;
  vertical-align: middle;
  /* //@include transistion(all 0.3s ease-in-out); */
}

.i-map,
.i-tel,
.i-login {
  width: 40px;
  height: 60px;
}

.ver-2 .i-map,
.ver-2 .i-tel,
.ver-2 .i-login {
  width: 30px;
  height: 40px;
}

.ver-2 .i-map {
  background: url("../img/i-map-v2.png") no-repeat;
}

.ver-2 .i-tel {
  background: url("../img/i-phone-v2.png") no-repeat;
}

.ver-2 .i-login {
  background: url("../img/i-login-v2.png") no-repeat;
}

.i-hamb {
  width: 30px;
  height: 30px;
}

.i-lock,
.i-arrow-big {
  width: 20px;
  height: 20px;
}

.i-arrow,
.i-db-arrow,
.i-arrow-small {
  width: 10px;
  height: 10px;
}

.i-hamb {
  background: url("../img/i-hamb.png") no-repeat;
}

.i-lock {
  background: url("../img/i-lock-small.png") no-repeat;
}

.i-map {
  background: url("../img/i-map.png") no-repeat;
}

.i-tel {
  background: url("../img/i-phone.png") no-repeat;
}

.i-login {
  background: url("../img/i-login.png") no-repeat;
}

.i-arrow-small {
  background: url("../img/i-arrow-small.png") no-repeat;
}

.i-arrow-big {
  background: url("../img/i-arrow-big.png") no-repeat;
}

.i-arrow {
  background: url("../img/more-arrow.png") no-repeat;
}

@media only screen and (max-width: 983px) {
  .i-lock {
    background: url("../img/i-lock.png") no-repeat;
    height: 60px;
  }
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

hr.double {
  border-top: 2px solid #ccc;
  height: 2px;
}

audio,
canvas,
img,
video,
iframe {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  text-align: center;
}

a,
a:hover,
a:active,
a:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  /* background: url(../img/menu_bg.gif) top left repeat; */
  font-family: Arial, Helvetica, sans-serif;
}

.b {
  font-weight: bold;
}

#head .top-bar {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  z-index: 120;
  height: 25px;
  padding: 0 30px;
}

#head .top-bar ul {
  list-style: none;
}

#head .top-bar .top-nav,
#head .top-bar .lang-nav {
  float: left;
  position: absolute;
}

#head .top-bar .top-nav ul li,
#head .top-bar .lang-nav ul li {
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
  height: 25px;
}

#head .top-bar .top-nav ul li a,
#head .top-bar .lang-nav ul li a {
  font-size: 10px;
  color: white;
  text-decoration: none;
  width: 100%;
}

#head .top-bar .top-nav ul li a:hover,
#head .top-bar .lang-nav ul li a:hover {
  text-decoration: underline;
}

#head .top-bar .top-nav ul li.active,
#head .top-bar .lang-nav ul li.active {
  display: none;
}

#head .top-bar .top-nav ul li.mobi-only a:hover,
#head .top-bar .lang-nav ul li.mobi-only a:hover {
  text-decoration: none;
}

#head .top-bar .top-nav ul li .ico-domek,
#head .top-bar .lang-nav ul li .ico-domek {
  display: none;
  width: 20px;
  height: 16px;
  position: relative;
  top: 4px;
  background: url(../img/domek_ico.png) center center no-repeat;
}

#head .top-bar .top-nav ul li .txt,
#head .top-bar .lang-nav ul li .txt {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 10px;
  color: white;
}

#head .top-bar .top-nav {
  text-transform: uppercase;
  margin-left: -15px;
}

#head .top-bar .top-nav ul li {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  background: #000;
  padding: 0 10px;
  min-width: 200px;
}

#head .top-bar .top-nav ul li.mobi-only {
  background: none;
  height: 25px;
}

#head .top-bar .top-nav ul li.mobi-only a:hover {
  text-decoration: none;
}

#head .top-bar .top-nav ul li.mobi-only .mo-arrow {
  display: block;
  width: 16px;
  height: 26px;
  background: url(../img/arrow_small_white_180.png) no-repeat center;
  float: right;
  padding-top: 15px;
}

#head .top-bar .top-nav.show ul li {
  height: 25px;
}

#head .top-bar .top-nav.show ul li.mobi-only .mo-arrow {
  /*content: "";*/
  /*display: inline-block;*/
  /*width: 16px; height: 10px;*/
  /*background: url(../img/arrow_small_white.png) no-repeat center;*/
  /*float: right;*/
  /*padding-top: 15px;*/
  background: url(../img/arrow_small_white.png) no-repeat center;
}

#head .top-bar .lang-nav {
  position: absolute;
  right: 45px;
  z-index: 25;
}

#head .top-bar .lang-nav ul li a {
  border-right: 1px solid #fff;
  line-height: 18px;
  padding-right: 5px;
  margin-right: 5px;
}

#head .top-bar .search-box {
  position: absolute;
  right: 0px;
  text-align: right;
}

#head .top-bar .search-box .sb-ico,
#head .top-bar .search-box .sb-input {
  display: block;
}

#head .top-bar .search-box .sb-ico {
  cursor: pointer;
  width: 40px;
  height: 25px;
  background: url(../img/search_small_white.png) no-repeat center left;
}

#head .top-bar .search-box .sb-input {
  display: block;
  position: absolute;
  right: 0;
  background: #000;
  text-align: center;
  height: 0px;
  width: 220px;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}

#head .top-bar .search-box .sb-input.show {
  height: 43px;
}

#head .top-bar .search-box .sb-input input[type=text] {
  border: none;
  padding: 5px 10px;
  margin: 5px 0;
  height: 30px;
  width: 90%;
  font-size: 14px;
}

#head .top-bar .search-box .sb-input button {
  display: none;
}

#head #nav-bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 43px;
}

#head .citi-handlowy {
  position: relative;
  display: block;
  width: 114px;
  height: 43px;
  background: url(../img/logo-citi-handlowy-small.png) no-repeat;
}

#head .kir {
  position: absolute;
  top: 10px;
  left: 163px;
  height: 50%;
}

#head .middle-bar {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 150px 0 30px;
}

#head .middle-bar .title {
  display: none;
  position: absolute;
  top: 5px;
  right: 160px;
  color: white;
  font-size: 1.4em;
  font-weight: 300;
}

/* info ribbon */
.ribbon-info {
  background-color: #eb6706;
  color: #fff;
  padding: 5px 32px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  margin-top: 43px;
}

.ribbon-info:hover {
  text-decoration: underline;
}

.ribbon-info+#wrap {
  margin-top: 0;
}

@media screen and (min-width: 984px) {
  .ribbon-info {
    margin-top: 25px;
  }

}

/**** 150 lat start */
#head .mainImg {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  max-height: 45px;
  width: auto;
  transform: translateY(-50%);
}

@media only screen and (max-width: 983px) {
  #head .mainImg {
    right: 160px;
    max-height: 30px;
  }
}

@media only screen and (max-width: 380px) {
  #head .mainImg {
    right: 140px;
    max-height: 25px;
  }
}

#head .mainImgAlt {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  max-height: 45px;
  width: auto;
  transform: translateY(-50%);
}

@media only screen and (max-width: 983px) {
  #head .mainImgAlt {
    right: 85px;
    max-height: 30px;
  }
}

/**** 150 lat end */

.main-nav {
  position: absolute;
  z-index: 110;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  display: block;
}

.main-nav .nav-btn,
.main-nav .login-btn {
  float: right;
  width: 65px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 0 0 20px;
  border-right: 1px solid #0079ae;
  border-left: 1px solid #4bbbec;
}

.main-nav .nav-btn {
  cursor: pointer;
}

.main-nav .nav-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 43px;
  width: 100%;
  background-color: #004988;
}

.main-nav .nav-menu.raport .sb-menu-links {
  width: 600px !important;
}

.main-nav .nav-menu li.selected>a {
  font-weight: bold !important;
  background: -moz-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dbefb), color-stop(49%, #52aaea), color-stop(100%, #2b66a8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbefb', endColorstr='#2b66a8', GradientType=0);
  /* IE6-9 */
}

.main-nav .nav-menu li {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.main-nav .nav-menu li a {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #4dcef5;
  background-color: #004988;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.main-nav .nav-menu li.sb-menu {
  /*&.sb-menu:hover .sb-menu-cont { display: block; }*/
}

.main-nav .nav-menu li.sb-menu li a {
  padding-left: 30px;
}

.main-nav .nav-menu li.sb-menu .sb-menu li a {
  background-color: #00adee;
  padding-left: 40px;
}

.main-nav .nav-menu li.sb-menu .sb-menu-links {
  display: none;
  position: relative;
}

.main-nav .nav-menu li.sb-menu.show>.sb-menu-links {
  display: block;
}

.main-nav .nav-menu li.sb-menu .sb-menu-img {
  display: none;
}

.main-nav .nav-menu .sb-menu li a {
  text-transform: none;
  background-color: #009ad4;
  padding-right: 10px;
  display: inline-block;
}

.main-nav .nav-menu .sb-menu .i-arrow-small {
  display: none;
  position: absolute;
  margin-left: 10px;
  margin-top: 3px;
  z-index: 100;
}

.main-nav .v-separate {
  display: none;
  width: 1px;
  min-height: 86%;
  position: absolute;
  top: 20px;
  left: 195px;
  background-color: #B1B1B1;
  z-index: 10;
}

.main-nav.open .nav-menu {
  display: block;
}

.main-nav .sb-arrow {
  display: none;
}

.main-nav .text {
  display: none;
}

#nav-bar.hide-log-btn .middle-bar {
  padding-right: 30px;
}

#nav-bar.hide-log-btn .middle-bar .title {
  right: 80px;
}

#nav-bar.hide-log-btn .main-nav {
  padding-right: 0;
}

#nav-bar.hide-log-btn .login-btn {
  display: none;
}

#wrap {
  width: 100%;
  background: #fff;
  position: relative;
  margin-top: 43px;
  /*height: 420px;*/
}

#wrap,
.rozch-wrapper,
#rwc-carousel {
  height: 500px;
}

#foot {
  background: #fff;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 0px;
  position: relative;
  z-index: 20;
}

#foot .f-cont {
  height: 46px;
  overflow: hidden;
}

#foot .f-mobi-btn {
  position: absolute;
  right: 5px;
  margin-top: -46px;
  height: 46px;
  width: 50px;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#foot .f-mobi-btn.set-top {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /*filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-sin(180deg), M21=sin(180deg), M22=cos(180deg));*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-sin(180deg), M21=sin(180deg), M22=cos(180deg))";*/
  /*zoom: 1;*/
}

#foot .mob-btns {
  width: 100%;
  z-index: 3;
  margin-top: -20px;
}

#foot .mob-btns a {
  display: block;
  float: left;
  width: 33%;
  text-align: center;
  height: 150px;
  padding-top: 30px;
  font-size: 24px;
  color: white;
  text-decoration: none;
  letter-spacing: -1px;
  border-right: 1px solid #66cbf1;
  border-left: 1px solid #0088c9;
}

#foot .mob-btns a:first-child {
  width: 34%;
  border-left: none;
}

#foot .mob-btns a:last-child {
  border-right: none;
}

#foot .mob-btns a .txt {
  display: block;
}

.ver-2 #foot .mob-btns a {
  height: 100px;
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: -.5px;
}

#foot-nav,
#foot-bottom,
#copyright {
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  text-transform: uppercase;
  padding-right: 60px;
}

#foot-nav {
  width: 100%;
  position: relative;
  margin-top: 0;
  -webkit-transition: margin-top 0.3s ease-in-out;
  -moz-transition: margin-top 0.3s ease-in-out;
  -ms-transition: margin-top 0.3s ease-in-out;
  -o-transition: margin-top 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out;
  font-family: Verdana, Arial, sans-serif;
}

#foot-nav nav {
  width: 100%;
}

#foot-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#foot-nav nav ul li {
  display: inline-block;
  list-style: none;
  height: 46px;
  margin-left: 20px;
  color: #333333;
  text-transform: uppercase;
}

#foot-nav nav ul li a {
  display: inline-block;
  padding-top: 16px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#foot-nav nav ul li a:hover {
  text-decoration: underline;
}

#foot-nav .fn-citicom {
  display: inline-block;
  font-weight: bold;
}

#foot-social {
  display: none;
}

#foot-bottom {
  position: relative;
  /*padding: 0 30px;*/
  /*margin-top: 15px;*/
  width: 100%;
  clear: both;
  float: left;
}

#foot-bottom .fb-citicom {
  display: none;
}

#foot-bottom .fb-logo {
  display: none;
}

#copyright {
  height: 46px;
  float: left;
  margin-left: 20px;
  padding-top: 16px;
}

#rules {
  float: left;
}

#rules span.sep {
  display: none;
}

#rules a {
  color: #333333;
  text-decoration: none;
  margin-left: 20px;
  float: left;
  height: 46px;
  padding-top: 16px;
}

#rules a:hover {
  color: #009ad4;
}

.hide-mob-btns #foot .mob-btns {
  display: none;
}

/* ===============================
= Home
================================== */

.rozch-wrapper {
  position: relative;
}

.rozch-wrapper .rw-signon,
.rozch-wrapper .rw-promo {
  display: none;
}

/* = slider */

.rwc-free-mode>.rwc-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* IE10 Windows Phone 8 Fixes */

.rwc-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.rwc-wp8-vertical {
  -ms-touch-action: pan-x;
}

.ver-2 #rwc-carousel .rwc-slide .rwc-content-slide {
  left: 50px;
  right: 50px;
}

#rwc-carousel {
  /* 	.pagination {
  	  position: absolute;
  	  left: 0;
  	  text-align: center;
  	  bottom:5px;
  	  width: 100%;
  	}
  	.rwc-pagination-switch {
  	  display: inline-block;
  	  width: 10px;
  	  height: 10px;
  	  border-radius: 10px;
  	  background: #999;
  	  box-shadow: 0px 1px 2px #555 inset;
  	  margin: 0 3px;
  	  cursor: pointer;
  	}
  	.rwc-active-switch {
  	  background: #fff;
  	} */
}

#rwc-carousel.rwc-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

#rwc-carousel .rwc-wrapper {
  position: relative;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

#rwc-carousel .rwc-slide {
  position: relative;
  background-repeat: no-repeat;
  height: 269px;
  overflow: hidden;
  float: left;
}

#rwc-carousel .rwc-slide .rwc-content-slide {
  position: absolute;
  top: 70px;
  left: 70px;
  right: 70px;
  width: auto;
  height: auto;
}

#rwc-carousel .rwc-slide .rwc-content-slide h2,
#rwc-carousel .rwc-slide .rwc-content-slide h3,
#rwc-carousel .rwc-slide .rwc-content-slide p {
  clear: both;
}

#rwc-carousel .rwc-slide .rwc-content-slide h2,
#rwc-carousel .rwc-slide .rwc-content-slide h3 {
  font-size: 1.5em;
  font-weight: normal;
}

#rwc-carousel .rwc-slide .rwc-content-slide p {
  font-size: 14px;
  margin: 15px 0;
}

#rwc-carousel .rwc-slide .rwc-content-slide .more {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #e7990d;
  display: block;
  text-decoration: none;
  padding: 2% 5%;
  width: auto;
  color: white;
  text-align: center;
  float: left;
}

#rwc-carousel .rwc-slide .rwc-content-slide.as-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1000px !important;
}

#rwc-carousel .rwc-slide .rwc-content-slide.txt-white h2,
#rwc-carousel .rwc-slide .rwc-content-slide.txt-white h3 {
  color: white;
}

#rwc-carousel .rwc-slide .rwc-content-slide.txt-white p {
  color: white;
}

#rwc-carousel .rwc-slide .rwc-content-slide.txt-white .more {
  color: white;
}

#rwc-carousel .rwc-slide .rwc-content-slide.txt-black h2,
#rwc-carousel .rwc-slide .rwc-content-slide.txt-black h3 {
  color: black;
}

#rwc-carousel .rwc-slide .rwc-content-slide.txt-black p {
  color: black;
}

#rwc-carousel .rwc-slide .rwc-content-slide.txt-black .more {
  color: black;
}

#rwc-carousel .rwc-slide .rwc-content-slide.txt-blue h2,
#rwc-carousel .rwc-slide .rwc-content-slide.txt-blue h3 {
  color: #05589d;
}

#rwc-carousel .rwc-slide .rwc-content-slide.txt-blue p {
  color: #05589d;
}

#rwc-carousel .rwc-slide .rwc-content-slide.txt-blue .more {
  color: #05589d;
}

#rwc-carousel .rwc-slide-active {
  /* Specific active slide styling: */
}

#rwc-carousel .rwc-slide-visible {
  /* Specific visible slide styling: */
}

#rwc-carousel .rwc-menu-arrows {
  display: none;
}

#rwc-carousel nav.rwc-menu {
  width: 677px;
  overflow: hidden;
  height: 65px;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 10%;
  z-index: 3;
}

#rwc-carousel nav.rwc-menu.gr-3 li:first-child {
  margin-left: 169px;
}

#rwc-carousel nav.rwc-menu.gr-2 li:first-child {
  margin-left: 338px;
}

#rwc-carousel nav.rwc-menu.gr-1 li:first-child {
  margin-left: 507px;
}

#rwc-carousel nav.rwc-menu.show-5th ul {
  margin-left: -169px;
}

#rwc-carousel nav.rwc-menu.show-6th ul {
  margin-left: -338px;
}

#rwc-carousel nav.rwc-menu.show-7th ul {
  margin-left: -507px;
}

#rwc-carousel nav.rwc-menu.show-8th ul {
  margin-left: -676px;
}

#rwc-carousel nav.rwc-menu.show-9th ul {
  margin-left: -845px;
}

#rwc-carousel nav.rwc-menu ul {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -ms-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  /*background: #fff;*/
  width: 3000px;
  height: 100%;
  /*padding: 0 1px;*/
  /*@include opacity(0.9);*/
  /*text-align: right;*/
}

#rwc-carousel nav.rwc-menu ul li {
  display: inline-block;
  float: left;
  width: 170px;
  height: 100%;
  /*height: 70px;*/
  /*margin: 2px 0;*/
  margin-right: -1px;
  /*text-transform: uppercase;*/
  font-size: 12px;
  line-height: 15px;
  position: relative;
}

#rwc-carousel nav.rwc-menu ul li a {
  /*@extend .verticalalign;*/
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  text-decoration: none;
  background: #16498a;
  border: 1px solid #fff;
  color: white;
  -o-opacity: 0.85;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#rwc-carousel nav.rwc-menu ul li a:hover {
  -o-opacity: 1;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#rwc-carousel nav.rwc-menu ul li a.active {
  -o-opacity: 1;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: #fff;
  color: #333333;
}

#rwc-carousel nav.rwc-menu ul li a.active .rwce-title {
  font-weight: normal;
}

#rwc-carousel nav.rwc-menu ul li a.active .rwce-subt {
  font-weight: bold;
}

#rwc-carousel nav.rwc-menu ul li .rwce-title,
#rwc-carousel nav.rwc-menu ul li .rwe-subt {
  display: inline-block;
  width: 100%;
}

#rwc-carousel nav.rwc-menu ul li .rwce-title {
  font-weight: bold;
}

#rwc-carousel nav.rwc-menu ul li .arrow {
  background: url(../img/slides_nav_arrow.png) top center no-repeat;
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 75%;
}

#rwc-carousel .rwc-visible-switch {
  /* Specific visible button style: */
}

.arrow-left,
.arrow-right {
  background-image: url(../img/arrows.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 42px;
  height: 84px;
  z-index: 2;
}

.arrow-left {
  background-position: left top;
  left: 10px;
}

.arrow-right {
  background-position: left bottom;
  right: 10px;
}

.arrow-left,
.arrow-right {
  display: none;
}

.ar-left,
.ar-right {
  background-image: url(../img/arrows.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 42px;
  height: 84px;
  z-index: 2;
  cursor: pointer !important;
}

.ar-left {
  background-position: left top;
  left: 10px;
}

.ar-right {
  background-position: left bottom;
  right: 10px;
}

#wrap.raport {
  height: 620px;
}

#rapo {
  position: relative;
}

#rapo .rap-cont {
  position: relative;
  height: 500px;
  width: 100%;
}

#rapo .rap-cont.el-1 .ar-left {
  -o-opacity: 0.5;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}

#rapo .rap-tit {
  position: absolute;
  top: 60px;
  left: 60px;
  color: #fff;
  font-size: 35px;
  font-weight: light;
}

#rapo .rap-tit span {
  display: block;
}

#rapo .rap-tit .year {
  font-size: 60px;
  font-weight: 600;
  margin-top: -20px;
}

#rapo .rap-rot {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 920px;
  padding: 0 10px;
}

#rapo .rap-rot .rap-rot-cont {
  width: 1000px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#rapo .rap-rot .r-img {
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#rapo .rap-rot .r-img-rot a {
  display: none;
}

#rapo .rap-rot .r-img-rot .act {
  display: block;
}

#rapo .rap-rot .rot-el {
  width: 160px;
  height: 280px;
  float: left;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

#rapo .rot-arr {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

#rapo .ar-left {
  left: 20px;
}

#rapo .ar-right {
  right: 20px;
}

#rapo .rot-logo {
  position: relative;
}

#rapo .rot-logo .arr-left,
#rapo .rot-logo .arr-right {
  background: white url(../img/btn-left.png) no-repeat center center;
  position: absolute;
  top: -10px;
  width: 40px;
  height: 110px;
  z-index: 2;
  cursor: pointer;
}

#rapo .rot-logo .arr-left.inactive,
#rapo .rot-logo .arr-right.inactive {
  background-image: none;
  cursor: default;
}

#rapo .rot-logo .arr-left {
  left: 0px;
}

#rapo .rot-logo .arr-right {
  right: 0px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /*filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-sin(180deg), M21=sin(180deg), M22=cos(180deg));*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-sin(180deg), M21=sin(180deg), M22=cos(180deg))";*/
  /*zoom: 1;*/
}

#rapo .rot-logo .rot-logo-mask {
  width: 100%;
  padding: 0 30px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}

#rapo .rot-logo .rot-logo-cont {
  width: 2000px;
}

#rapo .rot-logo .rl-el {
  width: 140px;
  height: 100px;
  float: left;
  margin: 0 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
}

/* ===============================
= Page
================================== */

#container {
  background: #fff;
}

#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#page-wrap {
  padding: 0 30px;
  padding-left: 30px;
  background: #fff;
  display: block;
  width: 100%;
  position: relative;
}

#page-wrap .page-title {
  width: 100%;
  float: left;
  border-bottom: 2px solid #dadada;
  min-height: 46px;
}

#page-wrap .page-title h2 {
  font-size: 22px;
  line-height: 22px;
  padding: 10px 40px 10px 0;
  text-transform: uppercase;
  color: #333333;
}

#sidebar {
  width: 50%;
  height: 100%;
  display: block;
  float: right;
  background: transparent url(../img/bg-sidebar.png) no-repeat top right;
  position: relative;
  z-index: 10;
}

#sidebar a {
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#sidebar nav ul {
  list-style: none;
}

#sidebar nav ul li {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #fff;
}

#sidebar nav ul li .sub-arr {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/submenu-arrow.png) no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  margin-right: 5px;
}

#sidebar nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 5px;
  padding-right: 30px;
  text-decoration: none;
  color: #333333;
  border-bottom: 1px dotted #999999;
  background: #fff;
}

#sidebar nav ul li a:hover,
#sidebar nav ul li a.active_submenu {
  font-weight: bold;
  background: #f3f3f3;
}

#sidebar nav ul li a.active_submenu .sub-arr {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /*filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90deg), M12=-sin(90deg), M21=sin(90deg), M22=cos(90deg));*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90deg), M12=-sin(90deg), M21=sin(90deg), M22=cos(90deg))";*/
  /*zoom: 1;*/
}

#sidebar nav ul li.sub-menu ul {
  display: none;
}

#sidebar nav ul li.open>a {
  font-weight: bold !important;
  background: #f3f3f3;
}

#sidebar nav ul li.open>a .sub-arr {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /*filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90deg), M12=-sin(90deg), M21=sin(90deg), M22=cos(90deg));*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90deg), M12=-sin(90deg), M21=sin(90deg), M22=cos(90deg))";*/
  /*zoom: 1;*/
}

#sidebar nav ul li.open ul {
  display: block;
}

#sidebar nav ul li.sub-menu ul {
  width: 100%;
  border-bottom: 1px dotted #999999;
}

#sidebar nav ul li.sub-menu ul li a {
  text-transform: none;
  font-weight: normal;
  border-bottom: none;
  padding-left: 20px;
}

#sidebar nav ul li.sub-menu.active a {
  font-weight: bold;
  background-color: #f3f3f3;
}

#sidebar nav ul li.sub-menu.active ul {
  display: block !important;
}

#page-cont {
  width: 75%;
  float: left;
  color: #626262;
}

#page-cont .breadcrumb {
  width: 100%;
  min-height: 25px;
  padding: 5px 0 0 0;
  margin-left: 15px;
  float: left;
}

#page-cont .breadcrumb ul {
  list-style: none;
}

#page-cont .breadcrumb ul li {
  display: inline-block;
  color: #666666;
  font-size: 11px;
  float: left;
}

#page-cont .breadcrumb ul li a {
  border-left: 1px solid #666;
  line-height: 18px;
  padding-left: 3px;
  margin-left: 3px;
}

#page-cont .breadcrumb ul li:first-child a {
  border: none;
  margin: 0;
  padding: 0;
}

#page-cont .breadcrumb ul li:last-child {
  font-weight: bold;
}

#page-cont .breadcrumb ul li a {
  color: #666666;
  text-decoration: none;
}

#page-cont .breadcrumb ul li a:hover {
  text-decoration: none;
}

#page-cont .h1_subtitle {
  display: none;
}

#page-cont .art-head {
  position: relative;
  float: left;
  z-index: 1;
  margin-bottom: 15px;
  padding: 0 30px;
  margin-left: -15px;
}

#page-cont .art-head .cont {
  position: relative;
  width: 721px;
  min-height: 210px;
}

#page-cont .art-head .ah-img .box {
  position: absolute;
  top: 83px;
  left: 35px;
  width: auto;
  max-width: 50%;
  height: auto;
  padding: 25px;
  z-index: 5;
  background: #02589c;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  background: #00bdf2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmRmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwYjNmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwNjZiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ3ODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf2), color-stop(20%, #00b3f0), color-stop(80%, #0066b3), color-stop(100%, #004785));
  background: -webkit-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -o-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -ms-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: linear-gradient(to bottom, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdf2', endColorstr='#004785', GradientType=0);
  /* IE6-9 */
}

#page-cont .art-head .ah-img .box.box--lower {
  max-width: 90%;
  top: auto;
  bottom: 10px;
}

#page-cont .art-head .ah-img .box h3,
#page-cont .art-head .ah-img .box h4 {
  color: white;
  font-weight: normal;
}

#page-cont .art-head .ah-img .box h3 {
  font-size: 18px;
}

#page-cont .art-head .ah-img .box h4 {
  font-size: 14px;
}

#page-cont .art-cont {
  float: left;
  clear: both;
  width: 100%;
  background: #fff;
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 35px;
  color: #333333;
  position: relative;
  max-width: 768px;
}

#page-cont .art-cont h1,
#page-cont .art-cont h2,
#page-cont .art-cont h3,
#page-cont .art-cont h4,
#page-cont .art-cont h5,
#page-cont .art-cont h6 {
  color: #16498a;
  padding-bottom: 5px;
}

#page-cont .art-cont h1 {
  font-size: 20px;
  padding-top: 10px;
}

#page-cont .art-cont h2,
#page-cont .art-cont h3,
#page-cont .art-cont h4,
#page-cont .art-cont h5,
#page-cont .art-cont h6 {
  font-size: 16px;
  font-weight: normal;
}

#page-cont .art-cont p {
  padding: 15px 0 0 0;
}

#page-cont .art-cont a {
  text-decoration: none;
  color: #16498a;
}

#page-cont .art-cont a:hover {
  text-decoration: underline;
}

#page-cont .art-cont a.style_arrow {
  background: url(../img/list-style_arrow.jpg) no-repeat center left;
  padding-left: 10px;
}

#page-cont .art-cont a.icons-after[href$='.pdf'],
#page-cont .art-cont a.icons-after.i-doc {
  padding-right: 18px;
  display: inline-block;
}

#page-cont .art-cont a.icons-after[href$='.pdf'] {
  background: url(../img/i-after-pdf.jpg) no-repeat center right;
}

#page-cont .art-cont a.icons-after.i-doc {
  background: url(../img/i-after-doc.jpg) no-repeat center right;
}

#page-cont .art-cont ul {
  margin: 15px 0 0 25px;
}

#page-cont .art-cont ul.list-style_arrow {
  position: relative;
}

#page-cont .art-cont ul.list-style_arrow li {
  position: relative;
  background: url(../img/list-style_arrow.jpg) no-repeat left 10px;
  padding-left: 10px;
  list-style: none;
}

#page-cont .art-cont ul.list-style_arrow ul {
  position: relative;
}

#page-cont .art-cont ul.list-style_arrow ul li {
  position: relative;
  background: url(../img/i-arrow-small.png) no-repeat left 10px;
}

#page-cont .art-cont ul li {
  padding: 5px 0;
}

#page-cont .art-cont ul li ul {
  margin: 10px 0 0 25px !important;
}

#page-cont .art-cont ol {
  margin: 0 0 15px 25px;
}

#page-cont .art-cont .contact {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
  float: left;
  margin-bottom: 20px;
}

#page-cont .art-cont .contact.no-border {
  border: none;
}

#page-cont .art-cont .contact .name {
  font-size: 14px;
  color: #004988;
  margin-bottom: 10px;
}

#page-cont .art-cont .contact .ico-phone,
#page-cont .art-cont .contact .ico-email,
#page-cont .art-cont .contact .ico-fax {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: -7px;
}

#page-cont .art-cont .contact .ico-phone {
  background: url(../img/ico-phone.jpg) no-repeat left center;
}

#page-cont .art-cont .contact .ico-email {
  background: url(../img/ico-email.jpg) no-repeat left center;
}

#page-cont .art-cont .contact .ico-fax {
  background: url(../img/ico-fax.jpg) no-repeat left center;
}

#page-cont .art-cont .contact .phone {
  font-size: 14px;
  font-weight: bold;
}

#page-cont .art-cont .contact .else {
  padding-left: 30px;
  line-height: 16px;
}

#page-cont .art-cont .contact .col-2 {
  padding-left: 15px;
}

#page-cont .art-cont .contact .col-2:first-child {
  padding-left: 0px;
  border-right: 1px solid #ccc;
}

#page-cont .art-cont .contact button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 6px;
  border: none;
  color: white;
}

#page-cont .art-cont .box-cont {
  min-height: 280px;
  height: auto;
  padding: 0;
  padding: 0;
  border-bottom: 1px dotted #999999;
  float: left;
  display: block;
}

#page-cont .art-cont .box-cont-sk {
  min-height: 200px;
  height: auto;
  padding: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  float: left;
  display: block;
}

#page-cont .art-cont .box-cont a,
#page-cont .art-cont .box-cont-sk a {
  position: relative;
  display: block;
}

#page-cont .art-cont .box-cont.no-border,
#page-cont .art-cont .box-cont-sk.no-border {
  border-bottom: none;
}

#page-cont .art-cont .box-cont .inner,
#page-cont .art-cont .box-cont-sk .inner {
  display: block;
  position: relative;
  padding: 0 20px;
  margin: 10px 0;
  border-left: 1px solid #cccccc;
}

#page-cont .art-cont .box-cont img,
#page-cont .art-cont .box-cont-sk img {
  margin: 10px 0;
  width: auto;
  max-width: 100%;
}

#page-cont .art-cont .box-cont h2,
#page-cont .art-cont .box-cont-sk h2,
  {
  font-size: 17px;
}

#page-cont .art-cont .box-cont p,
#page-cont .art-cont .box-cont a,
#page-cont .art-cont .box-cont-sk p,
#page-cont .art-cont .box-cont-sk a {
  font-size: 12px;
}

#page-cont .art-cont .box-cont p,
#page-cont .art-cont .box-cont-sk p {
  margin: 0 0 10px 0;
  padding: 0;
  color: #333333
}

#page-cont .art-cont table {
  width: 100%;
}

#page-cont .art-cont table.table {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

#page-cont .art-cont table.table th {
  background: #f2f2f2;
  text-align: left;
  border-top: 1px solid #cccccc;
  padding: 15px;
}

#page-cont .art-cont table.table th:last-child {
  border-right: none;
}

#page-cont .art-cont table.table td {
  padding: 15px;
  border-right: 1px solid #cccccc;
  vertical-align: top;
}

#page-cont .art-cont table.table td:last-child {
  border-right: none;
}

#page-cont .art-cont .anim_01 {
  position: relative;
  min-height: 150px;
}

#page-cont .art-cont .anim_01 .anim_el {
  position: relative;
  display: inline-block;
  float: left;
  display: none;
}

#page-cont .art-cont .anim_01 .anim_el_txt {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
}

#page-cont .art-cont form {
  display: block;
  width: 500px;
  position: relative;
  margin: 50px auto;
}

#page-cont .art-cont form .slct,
#page-cont .art-cont form .inpt {
  position: relative;
  margin: 10px 0;
  display: block;
  width: 100%;
}

#page-cont .art-cont form label {
  display: inline-block;
  width: 180px;
  position: relative;
}

#page-cont .art-cont form .slct label {
  top: -13px;
}

#page-cont .art-cont form input,
#page-cont .art-cont form .slct-cont {
  position: relative;
  display: inline-block;
  width: 290px;
  border: 1px solid #cccccc;
  padding: 7px 10px;
}

#page-cont .art-cont form select {
  width: 115%;
  background: none;
  border: none;
}

#page-cont .art-cont form .slct-cont {
  background: url("../img/select_bg_arr.jpg") no-repeat center right;
  overflow-x: hidden;
}

#page-cont .art-cont form .cbox {
  position: relative;
  margin-top: 20px;
}

#page-cont .art-cont form .cbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-left: 183px;
  font-size: 12px;
  top: 0;
}

#page-cont .art-cont form .cbox label .ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 157px;
  background: #fff;
  color: #fff;
  font-size: 0;
  border: 1px solid #cccccc;
}

#page-cont .art-cont form input[type=checkbox] {
  display: none;
}

#page-cont .art-cont form input[type=checkbox]:checked+label .ico {
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  background: none;
  color: #606060;
}

#page-cont .art-cont form button {
  background: #00bdf3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf3), color-stop(100%, #004c8e));
  background: -webkit-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -o-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -ms-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: linear-gradient(to bottom, #00bdf3 0%, #004c8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdf3', endColorstr='#004c8e', GradientType=0);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 3px 10px;
  margin-left: 183px;
  margin-top: 20px;
}

#page-cont .art-cont form .small-txt {
  display: block;
  color: #828282;
  font-size: 11px;
  line-height: 13px;
  margin-left: 183px;
}

#page-cont .art-cont .grey-one {
  background-color: #f3f3f3;
  padding: 5px 10px;
  width: 100%;
}

#page-cont .art-cont .grey-one h1 {
  color: #16498a;
  font-size: 20px;
  margin-bottom: 5px;
}

#page-cont .art-cont .grey-one h4 {
  font-weight: normal;
  padding-left: 40px;
  color: #666666;
}

#page-cont .art-cont .grey-one p {
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
  padding: 0;
}

#page-cont .art-cont .grey-one .h1_subtitle {
  display: none !important;
}

#page-cont .art-cont .flaps {
  position: relative;
  width: 100%;
  margin: 20px 0;
}

#page-cont .art-cont .flaps .fl-tab {
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  background: #00bdf3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf3), color-stop(100%, #004c8e));
  background: -webkit-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -o-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -ms-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: linear-gradient(to bottom, #00bdf3 0%, #004c8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdf3', endColorstr='#004c8e', GradientType=0);
}

#page-cont .art-cont .flaps .fl-cont {
  display: none;
  color: #404237;
  padding: 15px;
  margin-top: 5px;
  background-color: #eef3f7;
  border: 1px solid #bdd2e3;
}

#page-cont .art-cont .flaps.not .fl-tab {
  background: none;
  filter: none;
  color: #004988 !important;
}

#page-cont .art-cont .flaps.not .fl-tab:hover {
  text-decoration: underline;
}

#page-cont .art-cont .flaps.not .plus-minus {
  background: transparent url(../img/plus_minus_gr.png) no-repeat 0 -14px;
}

#page-cont .art-cont .flaps.clean .fl-cont {
  background: none;
  padding: 0 0 0 15px;
  border: none;
}

#page-cont .art-cont .flaps.open .fl-tab .plus-minus {
  background-position: 0 0px;
}

#page-cont .art-cont .flaps.open .fl-cont,
#page-cont .art-cont .flaps.still-open .fl-cont {
  display: block;
}

#page-cont .art-cont .flaps.still-open .plus-minus {
  display: none;
}

#page-cont .art-cont .flaps.big .fl-tit {
  font-size: 16px;
  font-weight: normal;
}

#page-cont .art-cont .plus-minus {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent url(../img/plus_minus.png) no-repeat 0 -14px;
  top: 2px;
  margin-right: 10px;
}

#page-cont .art-cont .plus-minus.gr {
  background: transparent url(../img/plus_minus_gr.png) no-repeat 0 -14px;
}

#page-cont .art-cont .flaps-form {
  padding: 20px 40px;
  margin: 20px 0;
}

#page-cont .art-cont .flaps-form form {
  width: 100%;
  margin: 0;
}

#page-cont .art-cont .flaps-form form .f-header {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}

#page-cont .art-cont .flaps-form label {
  width: 25%;
  text-align: right;
  display: inline-block;
}

#page-cont .art-cont .flaps-form .slct-holder {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px 0;
  overflow-x: hidden;
  display: inline-block;
}

#page-cont .art-cont .flaps-form .date-slct,
#page-cont .art-cont .flaps-form .type-slct,
#page-cont .art-cont .flaps-form .nr-inpt {
  margin: 5px 0;
}

#page-cont .art-cont .flaps-form .date-slct label,
#page-cont .art-cont .flaps-form .type-slct label {
  position: relative;
  top: -8px;
}

#page-cont .art-cont .flaps-form .date-slct .slct-holder {
  width: 40px;
  text-align: center;
}

#page-cont .art-cont .flaps-form .date-slct .slct-holder select {
  width: 60px;
}

#page-cont .art-cont .flaps-form .type-slct .slct-holder {
  width: 60%;
}

#page-cont .art-cont .flaps-form .nr-inpt input {
  width: 200px;
  padding: 4px;
  margin-left: 3px;
}

#page-cont .art-cont .flaps-form .sbmt {
  width: 80px;
  float: right;
  margin-top: -30px;
  background: #00bdf3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf3), color-stop(100%, #004c8e));
  background: -webkit-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -o-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -ms-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: linear-gradient(to bottom, #00bdf3 0%, #004c8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdf3', endColorstr='#004c8e', GradientType=0);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 5px 10px;
}

#page-cont .art-cont .flaps-form.biuro form .f-header {
  font-size: 14px;
  font-weight: bold;
}

#page-cont .art-cont .flaps-form.biuro form label {
  width: 30px;
  text-align: left;
}

#page-cont .art-cont .flaps-form.biuro form .date-slct {
  width: 200px;
  display: inline-block;
}

#page-cont .art-cont .flaps-form.biuro form .date-slct:first-child {
  display: block;
}

#page-cont .art-cont .flaps-form.biuro form .sbmt {
  margin: 0;
  margin-bottom: 10px;
  top: -8px;
  float: none;
}

#page-cont .art-cont .flaps-form.biuro form .dates input {
  width: 80px;
  display: inline-block;
  margin: 2px 0;
  background: #00bdf3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf3), color-stop(100%, #004c8e));
  background: -webkit-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -o-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -ms-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: linear-gradient(to bottom, #00bdf3 0%, #004c8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdf3', endColorstr='#004c8e', GradientType=0);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 5px 10px;
}

#page-cont .art-cont .flaps-form.search input.zoom_searchbox {
  margin-right: 10px;
}

#page-cont .art-cont .flaps-form.search input.sbmt {
  float: none;
  display: inline-block;
}

#page-cont .art-cont .flaps-form.search .slct-holder {
  width: 50px;
}

#page-cont .art-cont .flaps-form.search .slct-holder select {
  width: 45px;
}

#page-cont .art-cont .flaps-form.search label {
  width: auto;
}

#page-cont .art-cont .flaps-form.search input[type=radio] {
  width: 30px;
  top: 2px;
}

#page-cont .art-cont .flaps-form.search .zoom_match span {
  display: block;
  position: relative;
}

#page-cont .art-cont button.blue,
#page-cont .art-cont a.blue {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 6px;
  border: none;
  color: white;
}

#page-cont .art-cont .zb-element {
  position: relative;
}

#page-cont .art-cont .zb-element .photo {
  position: absolute;
  width: 158px;
}

#page-cont .art-cont .zb-element .el-to-exp {
  padding-left: 180px;
  width: 100%;
  min-height: 147px;
}

#page-cont .art-cont .zb-element hr {
  margin-left: 180px;
  width: calc(100% - 180px);
}

#page-cont .art-cont .zb-element.no-photo .photo {
  display: none;
}

#page-cont .art-cont .zb-element.no-photo .el-to-exp {
  padding-left: 0;
  min-height: 0;
}

#page-cont .art-cont .zb-element.no-photo hr {
  width: 100%;
  margin-left: 0;
}

#page-cont .art-cont .stripe-bg {
  background: url(../img/menu_bg.gif) top left repeat;
}

#page-cont .art-cont .bp-ip {
  line-height: 1.2em;
  margin: 10px 0;
}

#page-cont .art-cont .bp-ip-txt {
  margin-top: 5px;
}

#page-cont .art-cont .a-zobacz {
  float: right;
  background: url("../img/i-arrow-small.png") no-repeat left center;
  padding-left: 10px;
}

#page-cont .art-cont .a-orange {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffa202 url("../img/more-arrow.png") no-repeat 95% center;
  padding: 3px 20px 3px 10px;
  color: #fff;
}

#page-cont .art-cont .a-orange:hover {
  text-decoration: none;
}

#page-cont .art-cont .a-uline {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

#page-cont .art-cont .bm {
  color: #404237;
  padding-right: 13px;
  background: url("../img/bm_arrow.png") no-repeat right center;
}

#page-cont .art-cont .bm:hover {
  text-decoration: none;
}

#page-cont .art-cont .col-2,
#page-cont .art-cont .col-3 {
  float: left;
}

#page-cont .art-cont .col-3 {
  width: 33.3%;
}

#page-cont .art-cont .col-2 {
  width: 50%;
}

#page-cont .art-cont .col-23,
#page-cont .art-cont .col-13 {
  float: left;
}

#page-cont .art-cont .col-23 {
  width: 66.6%;
}

#page-cont .art-cont .col-13 {
  width: 33.3%;
}

#page-cont .art-cont .col-33 {
  float: left;
  width: 33.3%;
}

#page-cont .art-cont .col-w140 {
  position: absolute;
  width: 140px;
}

#page-cont .art-cont .col-w140-p2 {
  padding-left: 140px;
  width: 100%;
}

#page-cont .art-cont .service-map {
  padding: 0px 10px;
}

#page-cont .art-cont .service-map .sm-title {
  display: block;
  border-bottom: 1px solid #99cde5;
  color: #050565;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

#page-cont .art-cont .service-map .sm-list {
  padding-bottom: 10px;
  margin-left: 10px;
  list-style: none;
}

#page-cont .art-cont .service-map .sm-list li {
  padding: 0 0 0 15px;
  line-height: 18px;
  margin-bottom: 5px;
  background: url("../img/i-arrow-small.png") no-repeat 0px center;
}

#page-cont .art-cont .service-map .sm-list li a {
  color: #46596a;
  text-decoration: none;
}

#page-cont .art-cont .service-map .sm-list li a:hover {
  color: #2669b9;
  text-decoration: underline;
}

#page-cont .art-cont .akt-year-button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 6px;
  border: none;
  color: white;
  margin: 5px;
  text-align: center;
  cursor: pointer;
}

#page-cont .art-cont .akt-left {
  padding-right: 120px;
}

#page-cont .art-cont .akt-left .bp-ip span {
  display: block;
  color: #575757;
}

#page-cont .art-cont .akt-left .bp-ip .header_art {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}

#page-cont .art-cont .blue-box {
  color: #fff;
  padding: 15px;
  position: relative;
}

#page-cont .art-cont .blue-box .h1 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

#page-cont .art-cont .blue-box.empty {
  width: 80%;
  margin: 0 auto;
  padding: 20px 100px 20px 30px;
}

#page-cont .art-cont .blue-box.empty a {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px;
}

#page-cont .art-cont .blue-box a,
#page-cont .art-cont .blue-box a:hover,
#page-cont .art-cont .blue-box a:visited {
  color: #fff;
  font-weight: bold;
}

#page-cont .art-cont .b-contact .blue-box {
  height: 300px;
}

#page-cont .art-cont a.komantarz {
  display: block;
  margin: 20px 0;
  font-weight: bold;
}

#page-cont .art-cont .btn-toolbar {
  text-align: right;
  position: relative;
  margin-bottom: 5px;
  visibility: hidden;
}

#page-cont .art-cont .btn-toolbar button {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-left: 5px;
}

#page-cont .art-cont .btn-toolbar button:hover {
  background: #DFDFDF;
}

#page-cont .art-cont .btn-toolbar .dropdown-menu {
  display: none;
  text-align: left;
  max-width: 300px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 10;
  padding: 10px;
  position: absolute;
  top: 32px;
  right: 0;
}

#page-cont .art-cont .btn-toolbar .dropdown-menu.open {
  display: inline-block;
  z-index: 21;
}

#page-cont .art-cont .flaps .btn-toolbar button {
  background-color: #fff;
}

#page-cont .art-cont .table-responsive[data-pattern="priority-columns"],
#page-cont .art-cont .table-responive {
  width: 99.8%;
  border: none;
}

#page-cont .art-cont .table-wrapper.classic table thead th {
  background: #003366;
  color: #fff !important;
  border: none;
  font-size: 16px;
  font-weight: normal;
  vertical-align: bottom;
  text-align: center;
}

#page-cont .art-cont .table-wrapper.classic table thead th:first-child {
  text-align: left;
}

#page-cont .art-cont .table-wrapper.classic table tbody {
  border: none;
}

#page-cont .art-cont .table-wrapper.classic table tbody tr {
  border: none;
  border-top: 1px solid #ccc;
  background: none;
  line-height: 1em;
}

#page-cont .art-cont .table-wrapper.classic table tbody tr.clear-tr {
  border: none;
}

#page-cont .art-cont .table-wrapper.classic table tbody tr.clear-tr th {
  background: none;
  font-weight: normal;
}

#page-cont .art-cont .table-wrapper.classic table tbody tr.clear-tr th,
#page-cont .art-cont .table-wrapper.classic table tbody tr.clear-tr td {
  padding: 8px 15px;
}

#page-cont .art-cont .table-wrapper.classic table tbody tr.grey-tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#page-cont .art-cont .table-wrapper.classic table tbody tr.grey-tr td {
  background: #f2f2f2;
  border-left: 1px solid #ccc;
}

#page-cont .art-cont .table-wrapper.classic table tbody tr th,
#page-cont .art-cont .table-wrapper.classic table tbody tr td {
  border: none;
}

#page-cont .art-cont .table-wrapper.classic table tbody tr td {
  text-align: center;
  border-left: 1px solid #ccc;
}

#page-cont .art-cont .tab-tick,
#page-cont .art-cont .tab-cross {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/ticks.png") no-repeat top center;
  margin: 0 auto;
}

#page-cont .art-cont .tab-cross {
  background-position: bottom center;
}

#page-cont .art-cont .table-wrapper.like-flaps th,
#page-cont .art-cont .table-wrapper.like-flaps td {
  padding: 5px 8px;
  background: none;
  border: none;
}

#page-cont .art-cont .table-wrapper.like-flaps thead {
  padding-bottom: 10px;
}

#page-cont .art-cont .table-wrapper.like-flaps thead tr {
  color: #fff;
  width: 100%;
  padding: 5px 15px;
}

#page-cont .art-cont .table-wrapper.like-flaps thead tr th,
#page-cont .art-cont .table-wrapper.like-flaps thead tr td {
  background: #004c8e url(../img/flaps_bg.png) repeat-x top;
}

#page-cont .art-cont .table-wrapper.like-flaps thead tr.bg-str {
  color: #333;
  background: none;
  filter: none;
  border: none;
}

#page-cont .art-cont .table-wrapper.like-flaps thead tr.bg-str th,
#page-cont .art-cont .table-wrapper.like-flaps thead tr.bg-str td {
  background: none;
  filter: none;
}

#page-cont .art-cont .table-wrapper.like-flaps thead tr.bg-str td {
  background-color: #eef3f7;
  filter: none;
  border-left: 4px solid #fff;
  text-align: center;
}

#page-cont .art-cont .table-wrapper.like-flaps thead tr.empty-space {
  background: none;
  filter: none;
}

#page-cont .art-cont .table-wrapper.like-flaps thead tr.empty-space th,
#page-cont .art-cont .table-wrapper.like-flaps thead tr.empty-space td {
  background: none;
  filter: none;
}

#page-cont .art-cont .table-wrapper.like-flaps thead tr.empty-space th {
  padding: 2px;
}

#page-cont .art-cont .table-wrapper.like-flaps tbody tr {
  border-bottom: 1px solid #fff;
  padding-left: 20px;
  background-color: #eef3f7;
}

#page-cont .art-cont .table-wrapper.like-flaps tbody tr.fl-row {
  color: #fff;
  width: 100%;
  background: #00bdf3;
  padding: 5px 15px;
}

#page-cont .art-cont .table-wrapper.like-flaps tbody tr.fl-row th,
#page-cont .art-cont .table-wrapper.like-flaps tbody tr.fl-row td {
  background: #00bdf3;
}

#page-cont .art-cont .table-wrapper.like-flaps tbody tr.bg-gr {
  background: #bdd2e3 !important;
}

#page-cont .art-cont .table-wrapper.like-flaps tbody tr.empty-space {
  background: none !important;
  border: none;
}

#page-cont .art-cont .table-wrapper.like-flaps tbody tr.empty-space th,
#page-cont .art-cont .table-wrapper.like-flaps tbody tr.empty-space td {
  padding: 2px;
}

#page-cont .art-cont .table-wrapper.like-flaps .fl-tab {
  cursor: pointer;
}

#page-cont .art-cont .table-wrapper.like-flaps.expandable .fl-cont {
  display: none;
}

#page-cont .art-cont .table-wrapper.like-flaps.open .fl-tab .plus-minus {
  background: transparent url(../img/plus_minus.png) no-repeat 0 0px;
}

#page-cont .art-cont .table-wrapper.like-flaps.expandable.open .fl-cont {
  display: table-row-group;
}

#page-cont .art-cont .table-wrapper.clean table {
  border: none;
}

#page-cont .art-cont .table-wrapper.clean table th,
#page-cont .art-cont .table-wrapper.clean table td {
  font-weight: normal;
  background: none;
  border: none;
  padding: 4px;
  vertical-align: middle;
}

#page-cont .art-cont table.taka-zwykla tbody,
#page-cont .art-cont table.taka-zwykla thead {
  border: 1px solid #ccc;
}

#page-cont .art-cont table.taka-zwykla tbody th,
#page-cont .art-cont table.taka-zwykla tbody td,
#page-cont .art-cont table.taka-zwykla tbody tr,
#page-cont .art-cont table.taka-zwykla thead th,
#page-cont .art-cont table.taka-zwykla thead td,
#page-cont .art-cont table.taka-zwykla thead tr {
  border: 1px solid #ccc;
  padding: 5px;
}

#page-cont .art-cont table.taka-szara {
  background: #eef3f7;
}

#page-cont .art-cont table.taka-szara tbody,
#page-cont .art-cont table.taka-szara thead {
  border: 1px solid #fff;
}

#page-cont .art-cont table.taka-szara tbody th,
#page-cont .art-cont table.taka-szara tbody td,
#page-cont .art-cont table.taka-szara tbody tr,
#page-cont .art-cont table.taka-szara thead th,
#page-cont .art-cont table.taka-szara thead td,
#page-cont .art-cont table.taka-szara thead tr {
  border: 1px solid #fff;
  padding: 5px;
}

#page-cont .art-cont .tab-001 {
  margin-top: 10px;
  display: table;
  border-bottom: 1px solid #bdd2e3;
}

#page-cont .art-cont .tab-001 .tr {
  border-top: 1px solid #bdd2e3;
  background-color: #eef3f7;
  font-weight: bold;
  border-bottom: 1px solid #bdd2e3;
}

#page-cont .art-cont .tab-001 .tr,
#page-cont .art-cont .tab-001 .td {
  padding: 10px 20px;
}

#page-cont .art-cont .tab-001 .tab-c {
  display: table-cell;
  width: 50%;
}

#page-cont .art-cont .tab-001 .tab-c:first-child {
  border-right: 1px solid #bdd2e3;
}

#page-cont .art-cont .rabaty-p {
  border-left: 10px solid #ffa202;
  margin: 20px 0 20px 20px !important;
  padding-left: 20px;
}

#page-cont .art-cont .el-to-exp {
  position: relative;
}

#page-cont .art-cont .el-to-exp .exp-btn {
  cursor: pointer;
}

#page-cont .art-cont .el-to-exp .exp-btn .eb-1 {
  display: block;
}

#page-cont .art-cont .el-to-exp .exp-btn .eb-2 {
  display: none;
}

#page-cont .art-cont .el-to-exp .cont-to-show {
  display: none;
}

#page-cont .art-cont .el-to-exp.expand .exp-btn .eb-1 {
  display: none;
}

#page-cont .art-cont .el-to-exp.expand .exp-btn .eb-2 {
  display: block;
}

#page-cont .art-cont .el-to-exp.expand .cont-to-show {
  display: block;
}

#page-cont .art-cont .bank-str {
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin: 5px 0;
  width: 200px;
  margin: 0 auto;
}

#page-cont .art-cont .bank-str div {
  background: #206aa4;
  padding: 15px 0;
  border-bottom: 2px solid #fff;
}

#page-cont .art-cont .bank-str .numb {
  background: #144f7d;
  padding: 2px 0;
  border-bottom: 10px solid #fff;
  font-weight: normal;
}

#page-cont .art-cont .bank-str .summary {
  background: #fff;
  color: #206aa4;
  border: none;
}

#page-cont .art-cont .pa-tr {
  position: absolute;
  top: 0;
  right: 0;
}

#page-cont .art-cont .gr-box {
  background-color: #eef3f7;
  border: 1px solid #bdd2e3;
}

#page-cont .art-cont .str-box {
  padding: 15px;
  background-color: #eef3f7;
  border: 1px solid #bdd2e3;
}

#page-cont .art-cont .sm-gr-tit {
  font-size: 10px;
  color: #7E7E7E;
}

#page-cont .art-cont .md-bl-tit {
  font-size: 15px;
  color: #05589d;
}

#page-cont .art-cont .r-border-desktop,
#page-cont .art-cont .r-border-tablet,
#page-cont .art-cont .r-border-mobile {
  border-right: 1px solid #ccc;
}

#page-cont .art-cont .tab-gr-wh {
  background: #f7f7f7 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, white 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, white)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, white 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, white 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, white 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, white 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0) !important;
  /* IE6-9 */
}

#page-cont .media-cont {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}

#page-cont .media-cont img {
  max-width: 100%;
  height: auto;
}

#page-cont .media-cont .vid-cont {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#page-cont .media-cont .swf-cont {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#page-cont .media-cont .yt_cont {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

#page-cont .media-cont .yt_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-cont .vid-cont div,
#page-cont .vid-cont .mejs-overlay-play {
  max-height: 350px;
}

#page-cont .vid-cont.h380 div,
#page-cont .vid-cont.h380 .mejs-overlay-play {
  max-height: 400px;
}

#page-cont .vid-cont.norm div,
#page-cont .vid-cont.norm .mejs-overlay-play {
  max-height: none;
}

#page-cont .wiz-kart {
  text-align: center;
  padding: 20px 20px 0 20px;
}

#page-cont .wiz-kart .k-el div {
  padding: 5px;
}

#page-cont .wiz-kart .k-el img {
  max-width: 100%;
}

#page-cont .wiz-kart ul {
  padding: 0 5px;
  margin: 0 auto;
  max-width: 140px;
  line-height: 14px;
  text-align: left;
  margin-bottom: 20px;
}

#page-cont .history-el .img {
  float: left;
}

#page-cont .history-el .cont {
  padding-left: 120px;
  margin-bottom: 5px;
}

#page-cont .history-el .cont div {
  padding-left: 40px;
}

#page-cont .history-el .cont .date {
  font-weight: bold;
  width: 40px;
  padding-left: 0;
  float: left;
}

/* zakladki podreczniki i dokumenty */


#page-cont .nav_tabs {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 20px 0 0 0;
  margin-bottom: 50px;
  font-size: 14px;
}

#page-cont .nav_tabs ul {
  list-style-type: none;
  /* padding: 0; */
  margin: 0;
  width: 100%;
}

#page-cont .nav_tabs ul li {
  width: 50%;
  padding: 30px 0;
  background-color: #eee;
  float: left;
  cursor: pointer;
  position: relative;
}

#page-cont .nav_tabs ul li a div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#page-cont .nav_tabs ul .active {
  background: none;
  border-bottom: 4px solid #008AD0;
  margin-bottom: -4px;
  color: #292929;
  cursor: auto;
}

#page-cont .nav_tabs ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}


#page-cont .nav_tabs ul li:first-child {
  border-right: 1px solid #ccc;
}



#page-cont .akt_nav {
  width: 100%;
  padding: 0 10px;
  margin-top: 15px;
  background: #00bdf3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf3), color-stop(100%, #004c8e));
  background: -webkit-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -o-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: -ms-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
  background: linear-gradient(to bottom, #00bdf3 0%, #004c8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdf3', endColorstr='#004c8e', GradientType=0);
}

#page-cont .akt_nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#page-cont .akt_nav ul li {
  float: left;
  padding: 5px 10px;
  display: block;
  height: 100%;
}

#page-cont .akt_nav ul li:first-child {
  padding: 5px 10px;
}

#page-cont .akt_nav ul li a,
#page-cont .akt_nav ul li a:hover,
#page-cont .akt_nav ul li a:visited {
  color: white;
}

#page-cont .akt_nav ul li a:hover {
  text-decoration: none;
}

#page-cont .akt_nav ul li:hover,
#page-cont .akt_nav ul li.active {
  color: #fff;
  background: -moz-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dbefb), color-stop(49%, #52aaea), color-stop(100%, #2b66a8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbefb', endColorstr='#2b66a8', GradientType=0);
  /* IE6-9 */
}

#akt-right {
  float: right;
  margin-bottom: 4px;
  padding: 10px;
  position: relative;
  width: 110px;
  background: #eef3f7;
  z-index: 2;
  border: 1px solid #bdd2e3;
}

#akt-right li {
  padding: 0 !important;
  cursor: pointer !important;
}

.hideIt {
  display: none !important;
}

.f_blue {
  color: #16498a !important;
}

.f_white {
  color: white !important;
}

.f_black {
  color: black !important;
}

.c999999 {
  color: #999999 !important;
}

.b_blue {
  background-color: #16498a !important;
}

.b_white {
  background-color: white !important;
}

.b_black {
  background-color: black !important;
}

.brd-btm-dtt {
  border-bottom: 1px dotted #ccc !important;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.h63 {
  height: 80px;
}

.al-left {
  float: left;
}

.al-right {
  float: right;
}

.ta-cntr {
  text-align: center !important;
}

.rpa-on-mobile {
  position: absolute !important;
}

.rot-0 {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /*filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(0deg), M12=-sin(0deg), M21=sin(0deg), M22=cos(0deg));*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(0deg), M12=-sin(0deg), M21=sin(0deg), M22=cos(0deg))";*/
  /*zoom: 1;*/
}

.rot-90 {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /*filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90deg), M12=-sin(90deg), M21=sin(90deg), M22=cos(90deg));*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90deg), M12=-sin(90deg), M21=sin(90deg), M22=cos(90deg))";*/
  /*zoom: 1;*/
}

.rot-180 {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /*filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-sin(180deg), M21=sin(180deg), M22=cos(180deg));*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-sin(180deg), M21=sin(180deg), M22=cos(180deg))";*/
  /*zoom: 1;*/
}

.fs11 {
  font-size: 11px;
}

a.c666666 {
  color: #666666 !important;
}

a.c666666:hover {
  color: #666666 !important;
}

.c666666 {
  color: #666666 !important;
}

.a-zobacz {
  cursor: pointer;
}

.fs9 {
  font-size: 9px !important;
  line-height: 10px !important;
}

.fs10 {
  font-size: 10px !important;
  line-height: 12px !important;
}

.fs11 {
  font-size: 11px !important;
  line-height: 13px !important;
}

#last-reports-table .fs11 {
  padding-right: 5px;
}

.fs12 {
  font-size: 12px !important;
  line-height: 14px !important;
}

.fs13 {
  font-size: 13px !important;
  line-height: 15px !important;
}

.fs14 {
  font-size: 14px !important;
  line-height: 16px !important;
}

.fs15 {
  font-size: 15px !important;
  line-height: 17px !important;
}

.i {
  font-style: italic;
}

.show-on-mobile {
  display: none;
}

#elemContent_new .bp-ip span {
  color: #575757;
  display: block;
}

#elemContent_new .bp-ip a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}

.c202020 {
  color: #202020 !important;
}

#elemContent_new .bp-ip,
#page-cont .art-cont .bp-ip {
  line-height: 1.5em;
  margin: 15px 0;
}

a.pag_number_new {
  color: #3287c8;
  display: inline-block;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  height: 18px;
  margin-right: 7px;
  padding: 1px 2px;
  text-align: center;
  width: 18px;
}

.pag_current_new,
a.pag_current_new,
a.pag_current_new:hover {
  background-color: #3287c8;
  color: #fff !important;
  display: inline-block;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  height: 18px;
  margin-right: 6px;
  padding: 2px 3px 2px 2px;
  position: relative;
  text-align: center;
  width: 18px;
}

p.dscl {
  font-size: 11px;
  line-height: 13px;
}

#lipdub,
#rabatek,
#click,
#moritz,
.vid-ppup {
  position: absolute;
  top: -30000px;
  width: 100%;
  z-index: 30;
  -o-opacity: 0;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

#lipdub.showIt,
#rabatek.showIt,
#click.showIt,
#moritz.showIt,
.vid-ppup.showIt {
  -o-opacity: 1;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 50px;
}

.vid-ppup.showIt .ppop_close {
  display: inline-block;
  margin-bottom: 20px;
}

#p_click,
#p_moritz,
#p_lipdub,
#p_relacja,
.vid-p {
  /*  -o-opacity: 0;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; */
  display: none;
}

#p_click.pshowIt,
#p_moritz.pshowIt,
#p_lipdub.pshowIt,
#p_relacja.pshowIt,
.vid-p.pshowIt {
  -o-opacity: 1;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
}

#elemNavi {
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}

#elemNavi li {
  display: block;
  float: left;
}

#elemNavi li:first-child {
  padding-top: 5px !important;
}

.block-404 {
  width: 90%;
  margin: 0 auto;
}

.block-404 .left-side,
.block-404 .right-side {
  width: 50%;
  float: left;
  text-align: center;
}

.block-404 .left-side .cont,
.block-404 .right-side .cont {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: left;
}

.block-404 .left-side {
  padding-top: 200px;
}

.block-404 .left-side div {
  font-size: 20px;
  font-weight: bold;
  color: #05589d;
  padding-left: 5px;
}

.block-404 .right-side {
  position: relative;
  padding-top: 50px;
}

.block-404 .right-side .kierunki {
  position: absolute;
  top: 220px;
  left: 180px;
  list-style: none;
  font-size: 12px;
}

.block-404 .right-side .kierunki a,
.block-404 .right-side .kierunki a:hover,
.block-404 .right-side .kierunki a:visited {
  text-decoration: none;
  color: #004988;
}

.block-404 .right-side .kierunki a:hover {
  text-decoration: underline;
}

.hide-flash {
  display: none !important;
}

/* ===============================
= Media quaries
================================== */

/* mobile small */

/* mobile only */

@media only screen and (max-width: 768px) {
  #wrap {
    padding-bottom: 0px;
  }

  .rozch-wrapper {
    position: relative;
    overflow: hidden;
  }

  #rwc-carousel nav {
    display: none;
  }

  #rwc-carousel .rwc-slide {
    /*background-position: top left;*/
  }

  #foot {
    border-top: 1px solid #ccc;
  }

  /* = page */
  #page-cont {
    width: 100% !important;
  }

  #page-cont .breadcrumb {
    margin-left: 0 !important;
    height: auto !important;
    padding: 10px !important;
  }

  #page-cont .h1_subtitle {
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
  }

  #page-cont .art-head {
    display: none;
  }

  #page-cont .art-cont {
    padding: 0 !important;
  }

  #page-cont .art-cont h1:first-child {
    background: #f2f2f2;
    padding: 15px 10px;
  }

  #page-cont .art-cont h1:first-child+p {
    background: #f2f2f2;
    padding: 0 10px 15px 10px;
  }

  #page-cont .art-cont .col-3 {
    width: 50%;
  }

  #page-cont .art-cont .col-2 {
    width: 50%;
  }

  #page-cont .art-cont .col-33 {
    float: none;
    width: 100%;
  }

  #page-cont .art-cont .b-contact .blue-box {
    height: inherit;
  }

  #page-cont .art-cont .box-cont img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  #page-cont .art-cont .r-border-tablet {
    border-right: none;
  }

  #page-cont .media-cont .swf-cont {
    display: none;
  }

  #sidebar {
    width: 100%;
  }

  .main-nav .nav-menu {
    width: 150%;
  }

  .ver-2 .arrow-left,
  .ver-2 .arrow-right {
    background-image: url(../img/arrows_mob.png);
    margin-top: -20px;
    width: 21px;
    height: 42px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: block !important;
  }

  .fullwidth-on-mobile {
    width: 100% !important;
  }

  .rpa-on-mobile {
    position: relative;
  }

  #wrap.p404 {
    height: 590px;
  }

  .p404 #page-wrap {
    padding: 0;
  }

  .block-404 {
    width: 100%;
    margin: 0 auto;
  }

  .block-404 .left-side,
  .block-404 .right-side {
    width: 100%;
    float: none;
    padding-top: 20px;
  }

  .block-404 .right-side .kierunki {
    left: 180px;
  }

  #wrap.raport {
    height: 520px;
  }

  #rapo .rap-cont {
    height: 400px;
  }

  #rapo .rap-cont.el-1 .rap-rot-cont {
    margin-left: 0;
  }

  #rapo .rap-cont.el-2 .rap-rot-cont {
    margin-left: -180px;
  }

  #rapo .rap-cont.el-3 .rap-rot-cont {
    margin-left: -360px;
  }

  #rapo .rap-cont.el-4 .rap-rot-cont {
    margin-left: -540px;
  }

  #rapo .rap-cont.el-5 .rap-rot-cont {
    margin-left: -540px;
  }

  #rapo .rap-cont.el-4 .ar-right,
  #rapo .rap-cont.el-5 .ar-right {
    -o-opacity: 0.5;
    -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
  }

  #rapo .rap-cont .rap-tit {
    left: 50px;
  }

  #rapo .rap-rot {
    width: 380px;
  }
}

/* mobile portrait only */

@media only screen and (max-width: 768px) and (orientation: portrait) {
  #rwc-carousel .rwc-slide {
    background-repeat: no-repeat;
    height: auto;
    padding-top: 84.0625%;
  }
}

/* mobile landscape only */

@media only screen and (max-width: 768px) and (orientation: landscape) {
  #rwc-carousel .rwc-slide {
    background-repeat: no-repeat;
    height: auto;
    padding-top: 84.0625%;
  }
}

@media only screen and (max-width: 360px) {
  .block-404 {
    width: 100%;
  }

  .block-404 .right-side .kierunki {
    left: 160px;
  }

  #page-cont .art-cont .tab-001 .tab-c {
    display: block;
    width: 100%;
  }

  #page-cont .art-cont .tab-001 .tab-c:first-child {
    border-right: none;
  }
}

@media only screen and (max-width: 480px) {
  #container {
    min-width: 320px;
    margin: 0 auto;
  }

  #rwc-carousel .rwc-content-slide {
    width: 50% !important;
    top: 40px !important;
  }

  #rwc-carousel .rwc-content-slide h2,
  #rwc-carousel .rwc-content-slide h3 {
    font-size: 1.2em !important;
    line-height: 1.1em;
  }

  #rwc-carousel .rwc-content-slide p {
    font-size: .9em !important;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  #rwc-carousel nav {
    display: none;
  }

  #rwc-carousel .rwc-slide {
    background-position: top left;
  }

  #wrap,
  .rozch-wrapper,
  #rwc-carousel {
    height: 400px;
  }

  .ver-2 #wrap,
  .ver-2 .rozch-wrapper,
  .ver-2 #rwc-carousel {
    height: 360px;
  }

  #akt-right {
    float: none;
    width: 140px;
    text-align: center;
    margin: 0 auto;
  }

  #page-cont .art-cont .flaps-form form {
    padding-bottom: 30px;
  }

  #page-cont .art-cont .flaps-form form label {
    width: 100%;
    text-align: left;
  }

  #page-cont .art-cont .flaps-form form .date-slct,
  #page-cont .art-cont .flaps-form form .type-slct,
  #page-cont .art-cont .flaps-form form .nr-inpt {
    display: block;
  }

  #page-cont .art-cont .flaps-form form .date-slct label,
  #page-cont .art-cont .flaps-form form .type-slct label,
  #page-cont .art-cont .flaps-form form .nr-inpt label {
    width: 100%;
    text-align: left;
    top: 0;
  }

  #page-cont .art-cont .flaps-form form .date-slct label {
    width: 30px;
    top: -8px;
  }

  #page-cont .art-cont .flaps-form form .nr-inpt input {
    width: 100%;
    margin-left: 0;
  }

  #page-cont .art-cont .flaps-form form .sbmt {
    margin-top: 5px;
  }

  #page-cont .art-cont .flaps-form.biuro form .sbmt {
    top: 0px;
  }

  #page-cont .art-cont .zb-element {
    margin-bottom: 10px;
  }

  #page-cont .art-cont .zb-element .photo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #page-cont .art-cont .zb-element .el-to-exp {
    padding-left: 0px;
    min-height: inherit;
  }

  #page-cont .art-cont .zb-element hr {
    margin-left: 0px;
    width: 100%;
  }

  #page-cont .art-cont .col-23 {
    width: 100%;
  }

  #page-cont .art-cont .col-13 {
    width: 100%;
  }

  #page-cont .art-cont .col-3,
  #page-cont .art-cont .col-2 {
    width: 100%;
  }

  #page-cont .art-cont .col-w140 {
    position: relative;
    width: 100%;
    margin-bottom: -4px;
  }

  #page-cont .art-cont .col-w140-p2 {
    padding-left: 0px;
    width: 100%;
  }

  #page-cont .art-cont .contact .col-2 {
    padding-left: 0px;
    padding-top: 10px;
  }

  #page-cont .art-cont .contact .col-2:first-child {
    padding-top: 0;
    border: none;
  }

  #page-cont .art-cont .history-el .img {
    display: none;
  }

  #page-cont .art-cont .history-el .cont {
    padding-left: 0px;
  }

  #page-cont .art-cont .akt_nav {
    padding: 0;
  }

  #page-cont .art-cont .akt_nav ul li {
    float: none;
    padding: 5px 20px;
  }

  #page-cont .art-cont .akt-left {
    padding-right: 0px;
  }

  #page-cont .blue-box.empty {
    width: 100%;
  }

  #page-cont .art-cont form {
    width: 100%;
  }

  #page-cont .art-cont form input,
  #page-cont .art-cont form .slct-cont {
    display: block;
    width: 100%;
  }

  #page-cont .art-cont form .cbox label {
    padding-left: 30px;
  }

  #page-cont .art-cont form .cbox label .ico {
    left: 0;
  }

  #page-cont .art-cont form button {
    margin-left: 0px;
  }

  #page-cont .art-cont form .small-txt {
    margin-left: 0px;
  }

  #wrap.raport {
    height: 520px;
  }

  #rapo .rap-cont {
    height: 400px;
  }

  #rapo .rap-cont.el-1 .rap-rot-cont {
    margin-left: 0;
  }

  #rapo .rap-cont.el-2 .rap-rot-cont {
    margin-left: -180px;
  }

  #rapo .rap-cont.el-3 .rap-rot-cont {
    margin-left: -360px;
  }

  #rapo .rap-cont.el-4 .rap-rot-cont {
    margin-left: -540px;
  }

  #rapo .rap-cont.el-5 .rap-rot-cont {
    margin-left: -720px;
  }

  #rapo .rap-cont.el-5 .ar-right {
    -o-opacity: 0.5;
    -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
  }

  #rapo .rap-cont .rap-tit {
    left: 50px;
  }

  #rapo .rap-rot {
    width: 200px;
  }
}

/* mobile and tablet only */

@media only screen and (max-width: 983px) {

  .arrow-left,
  .arrow-right {
    display: block;
  }

  #rwc-carousel .pagination {
    display: none !important;
  }

  /* = page */
  #page-wrap {
    position: relative;
  }

  #sidebar-btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    background: url(../img/sidebar-btn-small.png) no-repeat center center;
    width: 40px;
    height: 40px;
    border: none;
    outline: 0;
  }

  #sidebar {
    visibility: hidden;
    height: 0;
  }

  #sidebar.open {
    visibility: visible;
    background: #fff;
    position: relative;
    z-index: 99;
  }

  #page-cont {
    width: 100%;
  }

  #page-cont .art-cont .r-border-desktop {
    border-right: none;
  }

  #foot {
    margin-top: 20px;
  }

  .main-nav .nav-menu li.sb-menu>a {
    position: relative;
    padding-right: 20px;
  }

  .main-nav .nav-menu li.sb-menu>a:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 16px;
    height: 10px;
    background: url(../img/arrow_small_white.png) no-repeat center;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /*filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-sin(180deg), M21=sin(180deg), M22=cos(180deg));*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-sin(180deg), M21=sin(180deg), M22=cos(180deg))";*/
    /*zoom: 1;*/
  }

  .main-nav .nav-menu li.sb-menu.show>a:after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /*filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(0deg), M12=-sin(0deg), M21=sin(0deg), M22=cos(0deg));*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(0deg), M12=-sin(0deg), M21=sin(0deg), M22=cos(0deg))";*/
    /*zoom: 1;*/
    top: 0;
    margin-top: 13px;
  }

  .hide-on-tablet {
    display: none !important;
  }

  .show-on-tablet {
    display: block !important;
  }

  #wykres_div {
    position: absolute;
    left: -10000px;
  }
}

/* tablet only */

@media only screen and (min-width: 769px) and (max-width: 983px) {

  #wrap,
  .rozch-wrapper,
  #rwc-carousel {
    height: 794px;
  }

  #container {
    max-width: 984px;
    margin: 0 auto;
  }

  #rwc-carousel nav.rwc-menu {
    /*height: 100px;*/
    left: auto;
    right: -3px;
    bottom: 7%;
    /*    ul {*/
    /*	li {*/
    /*	    padding: 10px;*/
    /*	    margin: 0;*/
    /*	    font-size: 13px;*/
    /*	    a {*/
    /*		padding: 10px;*/
    /*		border: none;*/
    /*		@include border-radius(5px);*/
    /*		&.active  {*/
    /*		    .rwce-title{ font-weight: normal; }*/
    /*		}*/
    /*	    }*/
    /*	    .rwce-title{*/
    /*		font-weight: normal;*/
    /*		text-transform: uppercase;*/
    /*	    }*/
    /*	    .rwce-subt{ font-weight: normal; }*/
    /*	}*/
    /*    }*/
  }

  #rwc-carousel .rwc-slide {
    height: 794px;
  }

  #rwc-carousel .rwc-slide .rwc-content-slide {
    top: 20%;
  }

  #sidebar nav {
    border-bottom: 2px solid #dadada;
    border-left: 2px solid #dadada;
  }

  #page-wrap {
    padding: 0 !important;
  }

  #page-wrap .page-title {
    padding: 0 30px !important;
  }

  /* = page */
  #page-cont .breadcrumb {
    margin-left: 0 !important;
    height: auto !important;
    padding: 10px 30px !important;
  }

  #page-cont .art-cont {
    padding: 0 30px !important;
  }

  #page-cont .art-cont .box-cont img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  #wrap.raport {
    height: 920px;
  }

  #rapo .rap-cont {
    height: 800px;
  }

  #rapo .rap-cont.el-1 .rap-rot-cont {
    margin-left: 0;
  }

  #rapo .rap-cont.el-2 .rap-rot-cont {
    margin-left: -180px;
  }

  #rapo .rap-cont.el-3 .rap-rot-cont {
    margin-left: -360px;
  }

  #rapo .rap-cont.el-4 .rap-rot-cont {
    margin-left: -360px;
  }

  #rapo .rap-cont.el-5 .rap-rot-cont {
    margin-left: -360px;
  }

  #rapo .rap-cont.el-3 .ar-right,
  #rapo .rap-cont.el-4 .ar-right,
  #rapo .rap-cont.el-5 .ar-right {
    -o-opacity: 0.5;
    -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
  }

  #rapo .rap-rot {
    width: 560px;
  }

  #wrap.p404 {
    height: 520px;
  }
}

@media only screen and (min-width: 600px) {
  .middle-bar .title {
    display: none !important;
  }
}

/* tablets + */

@media only screen and (min-width: 768px) {
  #container {
    max-width: 984px;
    margin: 0 auto;
  }

  #head .top-bar .top-nav {
    margin: 0;
  }

  #head .top-bar .top-nav ul li,
  #head .top-bar .top-nav.show ul li {
    display: inline-block;
    height: 25px;
    padding: 0;
    min-width: inherit;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
  }

  #head .top-bar .top-nav ul li,
  #head .top-bar .lang-nav ul li {
    display: block;
    float: left;
    position: relative;
    background: none;
    margin: 0;
    padding: 0;
  }

  #head .top-bar .top-nav ul li a,
  #head .top-bar .lang-nav ul li a {
    border-right: 1px solid #fff;
    line-height: 25px;
    padding-right: 5px;
    margin-right: 5px;
  }

  #head .top-bar .top-nav ul li.mobi-only,
  #head .top-bar .lang-nav ul li.mobi-only {
    margin-left: -15px;
  }

  #head .top-bar .top-nav ul li.mobi-only .ico-domek,
  #head .top-bar .lang-nav ul li.mobi-only .ico-domek {
    display: inline-block;
  }

  #head .top-bar .top-nav ul li.mobi-only .txt,
  #head .top-bar .lang-nav ul li.mobi-only .txt {
    display: none;
  }

  #head .top-bar .top-nav ul li.mobi-only .mo-arrow,
  #head .top-bar .lang-nav ul li.mobi-only .mo-arrow {
    display: none;
  }

  #foot {
    height: auto;
    padding-bottom: 40px;
    padding-top: 20px;
  }

  #foot .mob-btns {
    display: none;
  }

  #foot .f-cont {
    height: auto;
  }

  #foot .f-mobi-btn {
    display: none;
  }

  #foot-nav {
    padding: 10px 30px;
    width: 100%;
    float: left;
  }

  #foot-nav .fn-mobi-btn {
    display: none;
  }

  #foot-nav nav {
    padding: 5px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
  }

  #foot-nav nav ul li {
    padding: 5px 0;
    margin: 0 10px;
    font-size: 11px;
    height: auto;
  }

  #foot-nav nav ul li a {
    padding: 0;
  }

  #foot-nav .fn-citicom {
    display: none;
  }

  #foot-social {
    display: block;
    padding: 0 30px;
    float: right;
  }

  #foot-social span {
    font-size: 11px;
  }

  #foot-social a {
    display: inline-block;
  }

  #foot-social .i-yt,
  #foot-social .i-tw,
  #foot-social .i-fb {
    background-image: url(../img/i-social.jpg);
    background-repeat: no-repeat;
    width: 29px;
    height: 18px;
    margin: 0 3px;
  }

  #foot-social .i-fb {
    background-position: 5px 0;
  }

  #foot-social .i-yt {
    background-position: -25px 0;
  }

  #foot-social .i-tw {
    background-position: -54px 0;
  }

  #foot-bottom {
    text-transform: none;
    padding: 0 30px;
    font-size: 11px;
    margin-top: 10px;
    color: #333333;
  }

  #foot-bottom #copyright {
    display: inline-block;
    float: right;
    height: auto;
    text-transform: none;
    text-align: right;
    padding: 0;
    font-size: 11px;
    margin: 0;
  }

  #foot-bottom .fb-logo {
    display: inline-block;
    position: absolute;
    top: -15px;
    text-align: center;
  }

  #foot-bottom .fb-logo img {
    max-width: 100%;
  }

  #rules span.sep {
    display: inline-block;
  }

  #rules a {
    margin: 0 4px;
    height: auto;
    padding: 0;
    float: none;
  }

  #rules a:first-child {
    margin-right: 15px;
    margin-left: 0;
  }

  #rules .fb-citicom {
    display: inline-block;
    position: relative;
  }

  .hide-mob-btns #foot {
    height: auto;
  }

  /* ===============================
  = Page
  ================================== */
  #page-cont .art-cont {
    padding-left: 15px;
  }

  #page-cont .art-cont .grey-one {
    padding: 15px 20px;
  }
}

/* desktop only */

@media only screen and (min-width: 984px) {
  #head .top-bar {
    position: relative;
  }

  #head .top-bar .top-nav ul li,
  #head .top-bar .lang-nav ul li {
    display: block;
    width: auto;
    float: left;
    /*margin-right: 10px;*/
  }

  #head .top-bar .lang-nav {
    right: 160px;
  }

  #head .top-bar .search-box {
    right: 25px;
  }

  #head .top-bar .search-box .sb-ico {
    display: none;
  }

  #head .top-bar .search-box .sb-input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 130px;
    height: 16px;
    padding: 0 0 0 10px;
    margin: 5px 0 0 5px;
    background: #fff;
  }

  #head .top-bar .search-box .sb-input input,
  #head .top-bar .search-box .sb-input button {
    float: left;
  }

  #head .top-bar .search-box .sb-input input[type=text] {
    border: none;
    width: 10px;
    padding: 1px 0 0 0;
    margin: 0;
    margin-left: -5px;
    height: 16px;
    width: 105px;
    font-size: 10px;
  }

  #head .top-bar .search-box .sb-input button {
    display: block;
    width: 20px;
    height: 16px;
    /*background: #000;*/
    border: none;
    outline: 0;
    border-left: 1px solid #ccc;
    background: #eeeeee url(../img/search_desktop_gray.png) no-repeat center;
  }

  #head .middle-bar {
    padding: 0 30px;
    height: 87px;
    position: relative;
  }

  #head .middle-bar .title {
    right: 30px;
    top: 36px;
  }

  #head #nav-bar {
    position: relative;
    height: 89px;
    top: 0;
  }

  #head .citi-handlowy {
    position: relative;
    background: url(../img/logo-citi-handlowy.png) no-repeat center;
    width: 236px;
    height: 86px;
  }

  #head .top-bar .top-nav ul li.mobi-only {
    margin-left: 0px;
  }

  #head .kir {
    top: 15%;
    left: 30%;
    height: 47%;
  }

  .lt-ie9 .main-nav {
    background: url(../img/menu_1px_bg.png) repeat-x center left !important;
  }

  .lt-ie9 .main-nav .login-btn {
    background: url(../img/menuLog_1px_bg.png) repeat-x center left !important;
  }

  .main-nav {
    position: absolute;
    width: 100%;
    padding-right: 106px;
    min-height: 27px;
    height: 25px;
    overflow: visible;
    top: 87px;
    background: #00bdf3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf3), color-stop(100%, #004c8e));
    background: -webkit-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
    background: -o-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
    background: -ms-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
    background: linear-gradient(to bottom, #00bdf3 0%, #004c8e 100%);
  }

  .main-nav .nav-btn {
    display: none;
  }

  .main-nav .login-btn {
    position: absolute;
    width: 80px;
    top: 0;
    right: 26px;
    text-indent: 0;
    border: none;
    background: #00bdf3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf3), color-stop(100%, #004c8e));
    background: -webkit-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
    background: -o-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
    background: -ms-linear-gradient(top, #00bdf3 0%, #004c8e 100%);
    background: linear-gradient(to bottom, #00bdf3 0%, #004c8e 100%);
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
  }

  .main-nav .login-btn .text {
    display: block;
    padding: 6px 0 0 25px;
    width: 72px;
  }

  .main-nav .login-btn .i-lock {
    margin-top: -2px;
  }

  .main-nav .nav-menu {
    display: block;
    position: static;
    width: 100%;
    background-color: transparent;
    padding-left: 25px;
  }

  .main-nav .nav-menu li {
    width: auto;
    display: inline;
    position: static;
    height: auto;
  }

  .main-nav .nav-menu li.sb-menu>a:after {
    display: none;
  }

  .main-nav .nav-menu li.sb-menu>a::after {
    display: none;
  }

  .main-nav .nav-menu li a {
    text-transform: none;
    padding: 5px 6px;
    border: none;
    background: none;
    width: auto;
    height: auto;
  }

  .main-nav .nav-menu li:hover a {
    background-color: #5bacdf;
  }

  .main-nav .nav-menu>li:hover>a {
    background: -moz-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dbefb), color-stop(49%, #52aaea), color-stop(100%, #2b66a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5dbefb 0%, #52aaea 49%, #2b66a8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbefb', endColorstr='#2b66a8', GradientType=0);
    /* IE6-9 */
  }

  .main-nav .nav-menu li.sb-menu li,
  .main-nav .nav-menu li.sb-menu .sb-menu li {
    width: auto;
    float: none;
  }

  .main-nav .nav-menu li.sb-menu li a,
  .main-nav .nav-menu li.sb-menu .sb-menu li a {
    background: none;
    color: #494949;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    display: block;
    z-index: 1000;
    position: relative;
  }

  .main-nav .nav-menu li.sb-menu li a:hover,
  .main-nav .nav-menu li.sb-menu .sb-menu li a:hover {
    color: #009ad4;
  }

  .main-nav .nav-menu li.sb-menu .sb-menu-links {
    position: absolute;
    top: 0px;
    padding: 15px 10px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 1em #9E9E9E;
  }

  .main-nav .nav-menu>li.sb-menu>.sb-menu-links {
    top: 25px;
    background: #fff;
    margin: 0;
    margin-top: 10px;
    width: 200px;
  }

  .main-nav .nav-menu>li.sb-menu>.sb-menu-links .sb-menu-links {
    padding-left: 200px;
    width: 400px;
    left: 0px;
    min-height: 200px;
  }

  .main-nav .nav-menu li.sb-menu .i-arrow-small {
    display: inline-block;
  }

  .main-nav .nav-menu li.sb-menu.show .sb-menu-links {
    display: block !important;
  }

  .main-nav .nav-menu li.sb-menu.show.with-img .sb-menu-img {
    display: none;
  }

  .main-nav .nav-menu li.sb-menu:hover>.sb-menu-links {
    display: block !important;
  }

  .main-nav .nav-menu li.sb-menu:hover.with-img .sb-menu-img {
    text-align: right;
    position: absolute;
    padding: 20px;
    display: block;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 1em #9E9E9E;
    min-height: 170px;
  }

  .main-nav .nav-menu li.sb-menu:hover.with-img .sb-menu-img a:hover,
  .main-nav .nav-menu li.sb-menu:hover.with-img .sb-menu-img a {
    background: none !important;
  }

  .main-nav .nav-menu li.sb-menu:hover>.sb-arrow {
    display: block;
  }

  .main-nav .nav-menu li.sb-menu li.sb-menu:hover .v-separate {
    display: inline-block;
  }

  .main-nav .nav-menu>.sb-menu.with-img:hover>.sb-menu-img {
    padding-left: 200px;
    width: 420px;
    top: 25px;
    margin-top: 10px;
  }

  .main-nav .nav-menu>.sb-menu.with-img:hover>.sb-menu-img {
    padding-left: 400px;
    width: 620px;
    top: 25px;
    margin-top: 10px;
  }

  .main-nav .nav-menu>.sb-menu.with-img:hover>.sb-menu-img .v-separate {
    left: 390px;
  }

  .main-nav .nav-menu>.sb-menu:hover .with-img.img-2nd:hover>.sb-menu-img {
    padding-left: 400px;
    width: 620px;
    top: 0px;
    left: 0;
  }

  .main-nav .nav-menu>.sb-menu:hover .with-img.img-2nd:hover>.sb-menu-img .v-separate {
    left: 390px;
  }

  .main-nav .nav-menu>.sb-menu:hover .with-img:hover>.sb-menu-img {
    padding-left: 200px;
    width: 420px;
    top: 0px;
    left: 0;
  }

  .main-nav .nav-menu .sb-arrow {
    display: none;
    position: absolute;
    top: 20px;
    width: 200px;
    padding-left: 20px;
  }

  .main-nav .nav-menu li.sb-menu li a {
    padding-left: 6px;
  }

  .main-nav .nav-menu li.sb-menu .sb-menu li a {
    padding-left: 6px;
  }

  #nav-bar.hide-log-btn .middle-bar .title {
    right: 30px;
  }

  .lt-ie9 .sb-menu-links {
    background-color: #fff !important;
    border: 1px solid #E4E4E4;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
  }

  .lt-ie9 .sb-arrow {
    background: url(../img/arrow_small_white_bg.png) no-repeat 20px 8px;
  }

  #page-cont .art-head {
    padding: 0px;
  }

  #page-cont .art-cont .grey-one {
    margin-left: -5%;
    width: 105%;
    padding-left: 5%;
  }

  #foot-nav nav {
    text-align: right;
  }

  /* =================================
  = Home
  ================================== */
  #wrap {
    position: relative;
    top: 0;
    margin-top: 25px;
  }

  #wrap,
  .rozch-wrapper,
  #rwc-carousel {
    height: 500px;
  }

  .rozch-wrapper .rw-signon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 27px;
    left: 29px;
    width: 220px;
    padding: 15px;
    background-color: rgba(47, 64, 89, 0.4);
    font-size: 13px;
    height: 422px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
  }

  .rozch-wrapper .rw-signon section {
    color: white;
    width: 100%;
    height: auto;
    clear: both;
  }

  .rozch-wrapper .rw-signon section .title-section {
    padding-bottom: 5px;
    border-bottom: 1px dotted #fff;
    width: 100%;
    display: block;
    font-weight: bold;
  }

  .rozch-wrapper .rw-signon section ul {
    list-style: none;
  }

  .rozch-wrapper .rw-signon section a {
    color: white;
    text-decoration: none;
  }

  .rozch-wrapper .rw-signon section a:hover {
    text-decoration: underline;
  }

  .rozch-wrapper .rw-signon #login-box {
    margin-bottom: 10px;
  }

  .rozch-wrapper .rw-signon #login-box li {
    cursor: pointer;
  }

  .rozch-wrapper .rw-signon #login-box li:hover a {
    text-decoration: underline;
  }

  .rozch-wrapper .rw-signon #login-box h4 {
    padding: 8px 0;
    border-bottom: 1px dotted #fff;
    width: 100%;
  }

  .rozch-wrapper .rw-signon #login-box h4 .ico {
    float: right;
  }

  .rozch-wrapper .rw-signon .select-box {
    overflow-x: hidden;
  }

  .rozch-wrapper .rw-signon .select-box .title-section {
    border-bottom: none;
    padding-bottom: 0;
  }

  .rozch-wrapper .rw-signon .select-box select {
    margin: 3px 0 10px 0;
    width: 210px;
    border: 1px solid #bfbfbf;
    background: white url(../img/select-bg.jpg) no-repeat 167px center;
    height: 21px;
    font-size: 12px;
    color: black;
  }

  .rozch-wrapper .rw-signon .select-box select option {
    padding: 3px 5px;
  }

  .rozch-wrapper .rw-signon #short-link ul li {
    padding: 2px 0;
    margin-left: 10px;
  }

  .rozch-wrapper .rw-signon #short-link ul li a .i-db-arrow {
    line-height: 4px;
  }

  .rozch-wrapper .rw-signon #short-link .more {
    text-align: right;
    float: right;
    font-size: 12px;
  }

  .rozch-wrapper .rw-promo {
    display: block;
    position: absolute;
    z-index: 1;
    top: 380px;
    left: 29px;
    width: 220px;
    height: 110px;
    padding: 15px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: url("../img/box_glowna_bg.png") no-repeat 50% 100%;
  }

  .rozch-wrapper .rw-promo h2,
  .rozch-wrapper .rw-promo a {
    color: #05589d;
  }

  .rozch-wrapper .rw-promo p,
  .rozch-wrapper .rw-promo a {
    font-size: 12px;
  }

  .rozch-wrapper .rw-promo h2 {
    font-size: 14px;
  }

  .rozch-wrapper .rw-promo p {
    color: black;
  }

  .rozch-wrapper .rw-promo a {
    text-decoration: none;
  }

  .rozch-wrapper .rw-promo a:hover {
    text-decoration: underline;
  }

  #rwc-carousel .rwc-slide {
    height: 500px;
  }

  /*
	#rwc-carousel .rwc-slide .rwc-content-slide {
      position: absolute;
      left: 278px !important;
      right: 35%; }
	  */
  #rwc-carousel .rwc-menu-arrows {
    position: absolute;
    top: 403px;
    left: 262px;
    z-index: 2;
  }

  #rwc-carousel .rwc-menu-arrows.show {
    display: block;
  }

  #rwc-carousel .rwc-menu-arrows .a-right {
    margin-left: 680px;
  }

  #rwc-carousel .rwc-menu-arrows .a-left.hide,
  #rwc-carousel .rwc-menu-arrows .a-right.hide {
    visibility: hidden;
  }

  #rwc-carousel nav {
    left: 278px !important;
    right: 5%;
    bottom: 10%;
  }

  /* = page */
  #sidebar-btn {
    display: none;
  }

  #sidebar {
    min-height: 500px;
    float: left;
    width: 25%;
  }

  nav ul {
    margin-right: 15px;
  }

  #rapo .rap-rot .rot-el:hover .r-img {
    z-index: 20;
    width: 196px;
    margin-left: -98px;
  }

  #rapo .rap-rot.el-1 .rap-rot-cont {
    margin-left: 0;
  }

  #rapo .rap-rot.el-2 .rap-rot-cont {
    margin-left: 0px;
  }

  #rapo .rap-rot.el-3 .rap-rot-cont {
    margin-left: 0px;
  }

  #rapo .rap-rot.el-4 .rap-rot-cont {
    margin-left: 0px;
  }

  #rapo .rap-rot.el-5 .rap-rot-cont {
    margin-left: 0px;
  }

  #rapo .rot-logo .rot-logo-mask {
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
  }

  #rapo .rot-logo .rl-el {
    width: 140px;
    height: 100px;
    float: left;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
  }

  #rapo .rot-logo .rl-el:hover .r-img {
    z-index: 20;
    width: 160px;
    margin-left: -10px;
  }

  .ar-left,
  .ar-right {
    display: none;
  }

  .hide-flash {
    display: block !important;
  }

  .no-cssgradients #head .main-nav {
    background: url("../img/global_bgd_header.png") repeat-x 0 100%;
  }

  .no-cssgradients #head .top-bar {
    background: url("../img/global_bgd_header.png") repeat-x 0 0;
  }

  .no-cssgradients #head .middle-bar {
    background: url("../img/global_bgd_header.png") repeat-x 0 50%;
  }
}

/* ==========================================================================
   Polyfill
   ========================================================================== */

.no-cssgradients #head .top-bar {
  background: url("../img/global_bgd_header.png") repeat-x 0 0;
}

.no-cssgradients #head .middle-bar {
  background: url("../img/global_bgd_header.png") repeat-x 0 50%;
}

.no-rgba .rozch-wrapper .rw-signon {
  background: url("../img/left-menu-bg.png") no-repeat top center;
}

/* =============== mainpage menu icons ==================================== */

@media screen and (min-width: 1024px) {
  .ico-menu-login::before {
    content: url("../img/ico-menu-login.png");
  }

  .ico-menu-register::before {
    content: url("../img/ico-menu-register.png");
  }

  .ico-menu-products::before {
    content: url("../img/ico-menu-products.png");
  }

  .ico-menu-shortcut::before {
    content: url("../img/ico-menu-shortcut.png");
  }

  .title-section--icon {
    font-family: "Tahoma", "Arial", sans-serif;
    font-weight: 300 !important;
    text-transform: uppercase;
  }

  .title-section--icon::before {
    display: inline-block;
    margin-right: .5rem;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
they have been set as display: none */

.gifhidden {
  position: absolute;
  left: -100%;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.SocialBar {
  position: fixed;
  top: 250px;
  right: -20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.SocialBar li {
  margin: 1px 0;
  display: block;
}

.SocialBar img {
  display: block;
  width: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.SocialBar a {
  backface-visibility: hidden;
  border-radius: 6px 0 0 6px;
  width: 60px;
  height: 40px;
  position: relative;
  display: block;
  background: #333;
  opacity: 0.4;
  transition: .3s all ease-in-out;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}

.SocialBar a:hover {
  opacity: 1;
  transform: translate3d(-5px, 0, 0);
}

.SocialBar a[data-social='Facebook']:hover {
  background: #3e5b98;
}

.SocialBar a[data-social='Twitter']:hover {
  background: #4da7de;
}

.SocialBar a[data-social='Youtube']:hover {
  background: #e02a20;
}

.header-social {
  display: none;
}

@media (max-width: 767px) {

  /*.sg #wrap {margin-top: 68px;}*/
  .sg .main-nav .nav-menu {
    top: 65px;
  }

  .SocialBar {
    display: none;
  }

  .header-social {
    display: block;
    width: 100%;
    background: #ffffff;
    position: relative;
    top: 43px;
    left: 0;
    padding-left: 13px;
  }

  .header-social a {
    display: inline-block;
  }

  .header-social .i-yt,
  .header-social .i-tw,
  .header-social .i-fb {
    background-image: url(../img/i-social.jpg);
    background-repeat: no-repeat;
    width: 29px;
    height: 18px;
    margin: 0 3px;
  }

  .header-social .i-fb {
    background-position: 5px 0;
  }

  .header-social .i-yt {
    background-position: -25px 0;
  }

  .header-social .i-tw {
    background-position: -54px 0;
  }
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}