/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
script {
  display: none !important;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 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;
}
ul,
ul li ul,
ul li ol,
ol {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
a {
  text-decoration: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f0f0f0;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
}
/* fonts */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('http://ocdn.eu/files/pulscms/YzU7MDA_/bdbf2a9b603f7b3ed8c6782865e87e4f.bin');
  src: url('http://ocdn.eu/files/pulscms/YzU7MDA_/bdbf2a9b603f7b3ed8c6782865e87e4f.bin?#iefix') format('embedded-opentype'), url('http://ocdn.eu/files/pulscms/NGQ7MDA_/79572056439fe07529ef96f57ed3b615.bin') format('woff'), url('http://ocdn.eu/files/pulscms/MTE7MDA_/3d133fb6fcec89ada4a85e6c1236d2ce.bin') format('truetype'), url('http://ocdn.eu/files/pulscms/MGU7MDA_/c152ea158b84cbe10d96e5cae2a164e4.svg#roboto_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('http://ocdn.eu/files/pulscms/YjE7MDA_/8a162e76a53fc89feb7f72c3169e7091.bin');
  src: url('http://ocdn.eu/files/pulscms/YjE7MDA_/8a162e76a53fc89feb7f72c3169e7091.bin?#iefix') format('embedded-opentype'), url('http://ocdn.eu/files/pulscms/ZGU7MDA_/c960e3817abf78f2d54a0623d4160285.bin') format('woff'), url('http://ocdn.eu/files/pulscms/ZWY7MDA_/033f38b42ebde5409a685415c36e2c9b.bin') format('truetype'), url('http://ocdn.eu/files/pulscms/NTM7MDA_/4e5a984fdb28a787551eb64b4d1a3efb.svg#roboto_condensedbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('http://ocdn.eu/files/pulscms/OGM7MDA_/3b5667772262ad7be7923180574a1866.bin');
  src: url('http://ocdn.eu/files/pulscms/OGM7MDA_/3b5667772262ad7be7923180574a1866.bin?#iefix') format('embedded-opentype'), url('http://ocdn.eu/files/pulscms/NWI7MDA_/ecdcb39d498291930a38096c225019cd.bin') format('woff'), url('http://ocdn.eu/files/pulscms/YmI7MDA_/199405518dbc9c04a515771f08259a92.bin') format('truetype'), url('http://ocdn.eu/files/pulscms/NjE7MDA_/5f2c8ef028f4696bbd626faaae7b435c.svg#roboto_condensedlight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('http://ocdn.eu/files/pulscms/MWE7MDA_/11992e5ef39decf1e3b68af472b5ce79.bin');
  src: url('http://ocdn.eu/files/pulscms/MWE7MDA_/11992e5ef39decf1e3b68af472b5ce79.bin?#iefix') format('embedded-opentype'), url('http://ocdn.eu/files/pulscms/YWM7MDA_/59ba8d27d306bb97c0e780f0131279fd.bin') format('woff'), url('http://ocdn.eu/files/pulscms/MjQ7MDA_/bd7d1d5fccb99efcf67d518cd5e2467b.bin') format('truetype'), url('http://ocdn.eu/files/pulscms/YTk7MDA_/ed09d858a458e9e8ec4e6efeb16316e6.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('http://ocdn.eu/files/pulscms/YzQ7MDA_/c2e469489950dec525050059e15b4887.bin');
  src: url('http://ocdn.eu/files/pulscms/YzQ7MDA_/c2e469489950dec525050059e15b4887.bin?#iefix') format('embedded-opentype'), url('http://ocdn.eu/files/pulscms/NTI7MDA_/dbf9d0c411c14a7df5ebd34529f5c6de.bin') format('woff'), url('http://ocdn.eu/files/pulscms/ZWM7MDA_/f2eaaedaafb5a9e1fdd19cebd65fbc9e.bin') format('truetype'), url('http://ocdn.eu/files/pulscms/M2M7MDA_/bc6bbf7298c2f533a4981aad217f4b09.svg#open_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('http://ocdn.eu/files/pulscms/NWM7MDA_/a0d1600a0bfdcceaf158c24ec937b4ad.bin');
  src: url('http://ocdn.eu/files/pulscms/NWM7MDA_/a0d1600a0bfdcceaf158c24ec937b4ad.bin?#iefix') format('embedded-opentype'), url('http://ocdn.eu/files/pulscms/Mjk7MDA_/56e0799dcb5a6ff8d5c004565dc14af8.bin') format('woff'), url('http://ocdn.eu/files/pulscms/NGU7MDA_/80064e4550dccb6352a6a4c8a88f619b.bin') format('truetype'), url('http://ocdn.eu/files/pulscms/N2E7MDA_/fb7c0e897b5a30039e307e265af8791c.svg#open_sanslight') format('svg');
  font-weight: 300;
  font-style: normal;
}
/***********************/
.onet_ustPlugin_addthis.version4 {
  clear: left;
  padding-bottom: 2em;
}
.onet_ustPlugin_addthis.version4 .clearAll {
  clear: left;
}
.onet_ustPlugin_addthis.version4 .box1 .caption,
.onet_ustPlugin_addthis.version4 .box2 .caption,
.onet_ustPlugin_addthis.version4 .box3_forum .caption {
  float: left;
}
.onet_ustPlugin_addthis.version4 .box3_forum .caption {
  float: left;
}
.onet_ustPlugin_addthis.version4 .box3_faceMain .caption {
  float: left;
}
.onet_ustPlugin_addthis.version4 .box1 .caption,
.onet_ustPlugin_addthis.version4 .box2 .caption,
.onet_ustPlugin_addthis.version4 .box3_forum .caption,
.onet_ustPlugin_addthis.version4 .box3_faceMain .caption {
  font-size: 14px;
  font-family: 'open sans', arial, verdana;
}
.onet_ustPlugin_addthis.version4 .box1 .dymek,
.onet_ustPlugin_addthis.version4 .box2 .dymek,
.onet_ustPlugin_addthis.version4 .box3_forum .dymek,
.onet_ustPlugin_addthis.version4 .box3_faceMain .dymek {
  font-family: 'open sans', arial, verdana;
}
.onet_ustPlugin_addthis.version4 .box1 .separator,
.onet_ustPlugin_addthis.version4 .box2 .separator,
.onet_ustPlugin_addthis.version4 .box3_forum .separator,
.onet_ustPlugin_addthis.version4 .box3_faceMain .separator {
  clear: both;
}
.onet_ustPlugin_addthis.version4 .box1 .body,
.onet_ustPlugin_addthis.version4 .box2 .body,
.onet_ustPlugin_addthis.version4 .box3_forum .body,
.onet_ustPlugin_addthis.version4 .box3_faceMain .body {
  float: left;
}
.onet_ustPlugin_addthis.version4 .box1 {
  float: left;
  margin-right: 2em;
}
.onet_ustPlugin_addthis.version4 .box2 {
  float: left;
}
.onet_ustPlugin_addthis.version4 .box2 .addthisContener {
  float: left;
}
.onet_ustPlugin_addthis.version4 .box3_forum {
  float: right;
}
.onet_ustPlugin_addthis.version4 .box3_forum .forumCommentButton {
  float: right;
}
.onet_ustPlugin_addthis.version4 .box3_faceMain {
  float: right;
}
.onet_ustPlugin_addthis.version4 .caption {
  color: #666666;
  height: 31px;
  line-height: 31px;
  margin-right: 5px;
}
.onet_ustPlugin_addthis.version4 .addthisContener {
  position: relative;
}
.onet_ustPlugin_addthis.version4 .addthisContener .addthis_20x20_style {
  float: left;
}
.onet_ustPlugin_addthis.version4 .addthisContener .addthis_20x20_style .at4-icon {
  background: transparent !important;
  font-size: 0;
}
.onet_ustPlugin_addthis.version4 .addthisContener .addthis_20x20_style .addthis_button_facebook {
  width: 31px !important;
  height: 31px !important;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png) !important;
  background-position: 0px -31px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  margin-right: 4px !important;
}
.onet_ustPlugin_addthis.version4 .addthisContener .addthis_20x20_style .addthis_button_twitter {
  width: 31px !important;
  height: 31px !important;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png) !important;
  background-position: 0px -62px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  margin-right: 4px !important;
}
.onet_ustPlugin_addthis.version4 .addthisContener .addthis_20x20_style .addthis_button_email {
  width: 31px !important;
  height: 31px !important;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png) !important;
  background-position: 0px -93px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  margin-right: 4px !important;
}
.onet_ustPlugin_addthis.version4 .addthisContener .addthis_20x20_style .addthis_button_wykop {
  width: 31px !important;
  height: 31px !important;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png) !important;
  background-position: 0px -124px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  margin-right: 4px !important;
}
.onet_ustPlugin_addthis.version4 .addthisContener .addthis_20x20_style .addthis_button_compact {
  width: 31px !important;
  height: 31px !important;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png) !important;
  background-position: 0px -155px !important;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.onet_ustPlugin_addthis.version4 .addthisContener .addthis_20x20_style .addthis_toolbox span.at_a11y {
  display: none !important;
  background: #123456 !important;
}
.onet_ustPlugin_addthis.version4 .addthisContener .dymek {
  float: left;
  margin-left: 2px;
}
.onet_ustPlugin_addthis.version4 .addthisContener .ajaxLoader {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  border: 1px solid black;
  box-sizing: border-box;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
}
.onet_ustPlugin_addthis.version4 .forumCommentButton .button {
  float: left;
  width: 141px;
  height: 31px;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png);
  background-position: 0px -186px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  font-family: 'open sans', arial, verdana;
}
.onet_ustPlugin_addthis.version4 .forumCommentButton .button a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 31px;
  padding-left: 35px;
  font-weight: bold;
  color: white;
}
.onet_ustPlugin_addthis.version4 .forumCommentButton .dymek {
  background-color: white;
  /* TESTOWO */
  margin-left: 2px;
  float: left;
}
.onet_ustPlugin_addthis.version4 .dymek {
  float: left;
  width: 50px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  position: relative;
}
.onet_ustPlugin_addthis.version4 .dymek .dymek1 {
  position: absolute;
  left: 0;
  width: 10px;
  top: 0;
  bottom: 0;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png);
  background-position: 0px -217px;
}
.onet_ustPlugin_addthis.version4 .dymek .dymek2 {
  position: absolute;
  left: 10px;
  right: 4px;
  top: 0;
  bottom: 0;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png);
  background-position: 0px -248px;
}
.onet_ustPlugin_addthis.version4 .dymek .dymek3 {
  position: absolute;
  right: 0;
  width: 4px;
  top: 0;
  bottom: 0;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png);
  background-position: 0px -279px;
}
.onet_ustPlugin_addthis.version4 .dymek .dymek4 {
  position: relative;
  margin-left: 3px;
  font-size: 12px;
}
.onet_ustPlugin_addthis.version4 .dymek.small .dymek4 {
  font-size: 11px;
}
.onet_ustPlugin_addthis.version4 .facebook_like {
  float: left;
  width: 185px;
}
.onet_ustPlugin_addthis.version4 .facebook_like .facebook_like_contener {
  position: relative;
  float: left;
  width: 112px;
  height: 31px;
}
.onet_ustPlugin_addthis.version4 .facebook_like .facebook_like_contener .addthis_button_facebook_like {
  display: block;
  width: 91px;
  height: 31px;
}
.onet_ustPlugin_addthis.version4 .facebook_like .facebook_like_contener .addthis_button_facebook_like .fb-like {
  overflow: hidden;
  width: 120px;
  height: 31px;
}
.onet_ustPlugin_addthis.version4 .facebook_like .facebook_like_contener .addthis_button_facebook_like .fb-like iframe {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
}
.onet_ustPlugin_addthis.version4 .facebook_like .facebook_like_contener .loader {
  opacity: 0.3;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png);
  background-position: 0px 0px;
  text-align: center;
  line-height: 22px;
}
.onet_ustPlugin_addthis.version4 .facebook_like .facebook_share_link {
  float: left;
  width: 125px;
  height: 31px;
  background-image: url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/addthisLayer.png);
  background-position: 0px -310px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-family: 'open sans', arial, verdana;
}
.onet_ustPlugin_addthis.version4 .facebook_like .dymek {
  float: left;
  margin-left: 2px;
}
@media only screen and (min-width: 1160px) {
  /*
    .onet_ustPlugin_addthis.version4 {

        &.bigVersion {
            
            .box1 .separator, .box2 .separator, .box3_forum .separator, .box3_faceMain .separator {
                display: none;
            }

            .box3_forum {

                .caption {
                    float: left;
                }

                .forumCommentButton {
                    margin-top: 0;
                    float: left;
                }
            }

            .box3_faceMain {

                float: right;

                .caption {
                    float: left;
                }
            }
        }
    }
    */
}
.externalContentButton {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
  margin: 30px 0;
  display: inline-block;
}
.externalContentButton .lang {
  color: #727272;
  font-weight: normal;
}
html {
  overflow-y: scroll;
}
body {
  background-color: #F0F0F0;
}
body.layoutMultigallery {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
#body {
  position: relative;
}
#doc {
  margin: 0 auto;
  min-width: 1000px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
  background-color: transparent;
}
.multiGallery .closeIcon {
  border: none;
}
.multiGallery #multiGalleryContentContainer .lead,
.multiGallery #mediaContainer .lead {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
.multiGallery .mediaContainer .description p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.multiGallery .contentContainer #mainMediaTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
.multiGallery .mediaContainer #mediaList .toggleThumbs {
  display: none;
}
.multiGallery .mediaContainer #mediaList .hidden {
  display: block !important;
}
.mainContent #specialTopicBanner {
  width: 1130px;
  margin: 10px auto;
}
.mainContent #specialTopicBanner img {
  width: 800px;
}
.mainContent .innerContent.detail.articleContent .authorProfile {
  width: 140px;
  margin: 5px 10px 10px 0;
  float: left;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #ef1c23;
  color: #000;
}
.mainContent .innerContent.detail.articleContent .authorProfile .logo {
  margin: 0;
}
.mainContent .innerContent.detail.articleContent .authorProfile .logo img {
  width: 100%;
}
.mainContent .innerContent.detail.articleContent .authorProfile .profileDetails .name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.mainContent .innerContent.detail.articleContent .authorProfile .profileDetails .authorItemTagline {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  margin: 5px 0 0;
  font-family: 'Open Sans', sans-serif;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .profileDetails {
  line-height: 42px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .profileDetails .authorItemTagline {
  line-height: 20px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .socials {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .addthis_toolbox a {
  background-image: url("http://ocdn.eu/files/pulscms/NmM7MDA_/09e85a04467f9913c375960024659bc3.gif");
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 5px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .addthis_toolbox .addthis_button_google_follow {
  background-position: 0 -2300px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .addthis_toolbox .addthis_button_facebook_follow {
  background-position: 0 -1640px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .addthis_toolbox .addthis_button_twitter_follow {
  background-position: 0 -5440px;
}
.mainContent .innerContent .titleSection {
  color: #ef1c23;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0 30px;
  padding: 0 0 10px 0;
  float: left;
  width: 800px;
  border-bottom: 2px solid #ef1c23;
  position: relative;
}
.mainContent .innerContent .titleSection .seeMore {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ef1c23;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: lowercase;
}
.mainContent .innerContent .mainColumn {
  float: left;
  margin-top: 20px;
  width: 830px;
}
.mainContent .innerContent .mainColumn .pagination {
  float: right;
  overflow: hidden;
  margin: -45px 45px 10px 0;
}
.mainContent .innerContent .mainColumn .pagination li {
  color: #000;
  float: left;
}
.mainContent .innerContent .mainColumn .pagination li.separate {
  padding: 6px 10px 6px 5px;
}
.mainContent .innerContent .mainColumn .pagination li a {
  float: left;
  padding: 5px 10px;
  border: 1px solid #c1c1c1;
  color: #000;
  margin-right: 5px;
}
.mainContent .innerContent .mainColumn .subSections {
  overflow: hidden;
  width: 94%;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  margin: 10px 0 20px;
  padding-top: 10px;
}
.mainContent .innerContent .mainColumn .subSections li a {
  float: left;
  margin: 0 5px 5px 0;
}
.mainContent .innerContent .article {
  width: 800px;
  float: left;
  background-color: #fff;
  padding: 10px 15px;
  border-top: 2px solid #ef1c23;
  font-family: 'Open Sans', sans-serif;
}
.mainContent .innerContent .article .source {
  float: left;
  margin: 5px 10px 0 0;
}
.mainContent .innerContent .article h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  margin: 10px 0;
}
.mainContent .innerContent .article .mainPhotoImg {
  width: 100%;
}
.mainContent .innerContent .article .lead {
  font-weight: bold;
  font-size: 20px;
}
.mainContent .innerContent .article .imageWrapper,
.mainContent .innerContent .article #mainPhoto {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.mainContent .innerContent .article .imageWrapper .copyright,
.mainContent .innerContent .article #mainPhoto .copyright {
  bottom: 0;
  color: #999999;
  font-family: Verdana;
  font-size: 12px;
  max-width: 440px;
  overflow: hidden;
  padding: 1px;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  transform: rotate(90deg);
  transform-origin: 100% 100% 0;
  white-space: nowrap;
  line-height: 14px;
}
.mainContent .innerContent .article .imageWrapper .caption,
.mainContent .innerContent .article #mainPhoto .caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #999999;
  display: block;
  font-family: Verdana;
  font-size: 12px;
  left: 0;
  padding: 6px 15px;
  position: absolute;
}
.mainContent .innerContent .article .imageWrapper .author,
.mainContent .innerContent .article #mainPhoto .author {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 100% 100%;
  -o-transform: rotate(90deg);
  -o-transform-origin: 100% 100%;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 100% 100%;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  color: #999;
  font-family: Verdana;
  font-size: 12px;
  padding: 3px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 17px;
  line-height: 12px;
  overflow: hidden;
  text-align: right;
}
.mainContent .innerContent .article .imageWrapper img,
.mainContent .innerContent .article #mainPhoto img {
  float: left;
  width: 100%;
}
.mainContent .innerContent .article .text {
  font-size: 14px;
  line-height: 27px;
  background-color: #fff;
}
.mainContent .innerContent .article .text #leadMedia {
  clear: both;
  margin-bottom: 35px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}
.mainContent .innerContent .article .text #leadMedia .slidesTotal {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.37);
  border-radius: 5px;
  bottom: 15px;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 5px 10px;
  position: absolute;
  right: 15px;
}
.mainContent .innerContent .article .text #leadMedia img {
  float: left;
}
.mainContent .innerContent .article .text #leadMedia #leadGalleryPreview {
  height: 75px;
  bottom: 10px;
}
.mainContent .innerContent .article .text .detail * {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.mainContent .innerContent .article .text .detail {
  /*
                    .hyphenate {
                        font-weight: bold;
                        font-size: 20px;
                        line-height: 28px;
                        margin: 0;
                    }*/
}
.mainContent .innerContent .article .text .detail h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 60px 0 30px;
}
.mainContent .innerContent .article .text .image {
  margin-right: 15px;
  float: left;
}
.mainContent .innerContent .article .text p {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
.mainContent .innerContent .article .text p strong {
  font-size: 18px;
  line-height: 32px;
}
.mainContent .innerContent .article .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.mainContent .innerContent .article .text .contentBox,
.mainContent .innerContent .article .text .promoFrame {
  width: 300px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #ef1c23;
  color: #000;
  margin-bottom: 10px;
}
.mainContent .innerContent .article .text .contentBox.left,
.mainContent .innerContent .article .text .promoFrame.left {
  float: left;
  margin-right: 10px;
}
.mainContent .innerContent .article .text .contentBox.right,
.mainContent .innerContent .article .text .promoFrame.right {
  float: right;
  margin-left: 10px;
}
.mainContent .innerContent .article .text .contentBox .more,
.mainContent .innerContent .article .text .promoFrame .more {
  display: block;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  margin-top: 5px;
  font-size: 12px;
  overflow: hidden;
  float: left;
}
.mainContent .innerContent .article .text .contentBox .title,
.mainContent .innerContent .article .text .promoFrame .title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
.mainContent .innerContent .article .text .contentBox .text,
.mainContent .innerContent .article .text .promoFrame .text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: block;
}
.mainContent .innerContent .article .text .contentBox a,
.mainContent .innerContent .article .text .promoFrame a {
  font-family: 'Open Sans', sans-serif;
  color: #ef1c23;
}
.mainContent .innerContent .article .text .contentBox .ulimg li:last-child a,
.mainContent .innerContent .article .text .promoFrame .ulimg li:last-child a {
  font-size: 12px;
}
.mainContent .innerContent .article .text .contentBox.author,
.mainContent .innerContent .article .text .promoFrame.author {
  width: 140px;
  margin: 5px 10px 0 0;
  float: left;
}
.mainContent .innerContent .article .text .contentBox.author .authorItemName,
.mainContent .innerContent .article .text .promoFrame.author .authorItemName {
  color: #000000;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 -5px;
  padding: 0;
}
.mainContent .innerContent .article .text .contentBox.author .authorItemTagline,
.mainContent .innerContent .article .text .promoFrame.author .authorItemTagline {
  font-size: 12px;
  color: #000;
}
.mainContent .innerContent .article .text .contentBox.author img,
.mainContent .innerContent .article .text .promoFrame.author img {
  float: left;
}
.mainContent .innerContent .article .text .contentBox.author span.ok,
.mainContent .innerContent .article .text .promoFrame.author span.ok {
  background: url("http://www.przegladsportowy.pl/resources/front/images/gfx2.png") no-repeat scroll 0 -341px rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  width: 64px;
  margin: 10px 15px 0 0;
}
.mainContent .innerContent .article .text .contentBox.wiki,
.mainContent .innerContent .article .text .promoFrame.wiki {
  float: right;
}
.mainContent .innerContent .article .text .contentBox.wiki img,
.mainContent .innerContent .article .text .promoFrame.wiki img {
  width: 180px;
}
.mainContent .innerContent .article .text .contentBox.gallery,
.mainContent .innerContent .article .text .promoFrame.gallery {
  margin-right: 10px;
}
.mainContent .innerContent .article .text .contentBox.gallery img,
.mainContent .innerContent .article .text .promoFrame.gallery img {
  width: 180px;
}
.mainContent .innerContent .article .text .contentBox.gallery.long,
.mainContent .innerContent .article .text .promoFrame.gallery.long {
  width: 400px;
}
.mainContent .innerContent .article .text .contentBox.gallery.long img,
.mainContent .innerContent .article .text .promoFrame.gallery.long img {
  width: 380px;
}
.mainContent .innerContent .article .text .contentBox.quote,
.mainContent .innerContent .article .text .promoFrame.quote,
.mainContent .innerContent .article .text .contentBox blockquote,
.mainContent .innerContent .article .text .promoFrame blockquote {
  float: right;
  margin-left: 10px;
  border: none;
}
.mainContent .innerContent .article .text .contentBox.quote p,
.mainContent .innerContent .article .text .promoFrame.quote p,
.mainContent .innerContent .article .text .contentBox blockquote p,
.mainContent .innerContent .article .text .promoFrame blockquote p {
  font-family: 'Roboto Condensed';
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  color: #ef1c23;
}
.mainContent .innerContent .article .text .contentBox.table,
.mainContent .innerContent .article .text .promoFrame.table {
  float: right;
  margin-left: 10px;
}
.mainContent .innerContent .article .text .contentBox.table span,
.mainContent .innerContent .article .text .promoFrame.table span {
  font-size: 12px;
  display: block;
}
.mainContent .innerContent .article .text .contentBox h4,
.mainContent .innerContent .article .text .promoFrame h4 {
  font-size: 14px;
  margin: 0 0 5px;
}
.mainContent .innerContent .article .text .contentBox img,
.mainContent .innerContent .article .text .promoFrame img {
  width: 100%;
}
.mainContent .innerContent .article .related {
  margin: 30px 0 0;
  float: left;
}
.mainContent .innerContent .article .related .itemsLine {
  float: left;
}
.mainContent .innerContent .article .related .articleBox {
  width: 253px;
  padding-right: 0;
  padding-bottom: 10px;
  margin: 0 2px 0 0;
  height: auto;
}
.mainContent .innerContent .article .related .articleBox img {
  width: 255px;
  height: 180px;
}
.mainContent .innerContent .article .related .articleBox .overLead {
  width: 255px;
  height: 180px;
}
.mainContent .innerContent .barometrWrap {
  float: left;
  width: 800px;
  margin: 20px 0 0;
  background-color: #fff;
  border-top: 2px solid #ef1c23;
  border-bottom: 2px solid #ef1c23;
  padding: 10px 15px;
}
.mainContent .innerContent .barometrWrap .question {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.mainContent .innerContent .barometrWrap .errorContainer {
  font-size: 16px;
  width: 100%;
  float: left;
  color: #ef1c23;
}
.mainContent .innerContent .barometrWrap .options {
  position: relative;
  float: left;
  width: 100%;
}
.mainContent .innerContent .barometrWrap .options .optionStats {
  position: absolute;
  top: 30px;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
}
.mainContent .innerContent .barometrWrap .options .optionStats.firstOptionStats {
  left: 100px;
  color: #00a22b;
}
.mainContent .innerContent .barometrWrap .options .optionStats.secondOptionStats {
  right: 100px;
  color: #ef1c23;
}
.mainContent .innerContent .barometrWrap .options .barometrImage {
  width: 50%;
  float: left;
}
.mainContent .innerContent .barometrWrap .options .barometrImage .barometrTextAnswer {
  width: 90px;
  height: 90px;
  display: block;
  text-align: center;
  line-height: 90px;
  font-size: 18px;
  color: #fff;
}
.mainContent .innerContent .barometrWrap .options .barometrImage #barometrImageFirst {
  background-color: #00a22b;
  float: left;
  height: 90px;
  cursor: pointer;
}
.mainContent .innerContent .barometrWrap .options .barometrImage #barometrImageFirst img {
  width: 90px;
  height: 90px;
}
.mainContent .innerContent .barometrWrap .options .barometrImage #barometrImageSecond {
  background-color: #ef1c23;
  float: right;
  height: 90px;
  cursor: pointer;
}
.mainContent .innerContent .barometrWrap .options .barometrImage #barometrImageSecond img {
  width: 90px;
  height: 90px;
}
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageFirst,
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageSecond {
  height: 100px;
  padding: 5px;
  margin-top: -5px;
}
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageFirst img,
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageSecond img,
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageFirst .barometrTextAnswer,
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageSecond .barometrTextAnswer {
  border: 2px solid #FFFFFF;
}
.mainContent .innerContent .barometrWrap .surveyWrap {
  width: 100%;
  height: 20px;
  display: block;
  float: left;
  margin-top: -90px;
  text-align: center;
  padding: 0 95px;
}
.mainContent .innerContent .barometrWrap .surveyWrap.voted {
  margin-top: -95px;
}
.mainContent .innerContent .barometrWrap .surveyWrap .survey {
  text-indent: -9999px;
  background-color: #ef1c23;
}
.mainContent .innerContent .barometrWrap .surveyWrap .survey .firstOption {
  background: #00a22b;
}
.mainContent .innerContent .googleAdsBox,
.mainContent .innerContent .similarContentTop,
.mainContent .innerContent #commentEncouragement,
.mainContent .innerContent #mainForum,
.mainContent .innerContent #leg {
  float: left;
  width: 820px;
  margin: 20px 0 0;
  clear: none;
}
.mainContent .innerContent .asideInfo.hyphenate {
  width: 200px;
  float: right;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #ef1c23;
  overflow: hidden;
  padding: 5px;
}
.mainContent .innerContent .asideInfo.hyphenate h4 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 0 5px;
  margin: 5px 0;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable {
  font-family: 'Open Sans', sans-serif;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable .asideInfoTableRow {
  background-color: #fff;
  padding: 5px;
  float: left;
  line-height: 18px;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable .asideInfoTableRow.next {
  background-color: #f0f0f0;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable .asideInfoTableRow .asideInfoTableCeilName {
  color: #ef1c23;
  display: inline;
  margin-right: 3px;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable .asideInfoTableRow .asideInfoTableCeilValue {
  color: #333333;
  display: inline;
}
.multiGallery * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* zobacz także */
.mainContent .innerContent .article_seeAlso {
  float: left;
  margin-top: 20px;
}
.mainContent .innerContent .article_seeAlso .titleSection {
  width: 100%;
  font-size: 20px;
  border: none;
  color: #000;
  margin: 0;
  padding: 0;
}
.mainContent .innerContent .article_seeAlso ul {
  float: left;
}
.mainContent .innerContent .article_seeAlso ul li {
  width: 100%;
  display: block;
}
.mainContent .innerContent .article_seeAlso a {
  float: left;
  color: #ef1c23;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.mainContent .innerContent .article_seeAlso a:hover {
  text-decoration: underline;
}
.mainContent .innerContent .similarTopics a {
  color: #ef1c23;
}
.mainContent .innerContent .similarTopics a:hover {
  text-decoration: underline;
}
.streamLoader,
.backToTop {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.streamLoader span,
.backToTop span,
.streamLoader a,
.backToTop a {
  padding: 5px 15px;
  background-color: #ef1c23;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.autopromoapp {
  float: left;
  width: 800px;
}
.autopromoapp img {
  width: 100%;
}
.mainContent .innerContent .detail .lead .autopromoapp {
  width: 100%;
  margin-bottom: 15px;
}
.autopromo-title {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  float: left;
  margin: 20px 0 5px;
}
.mainContent .innerContent .googleAdsBox,
.mainContent .innerContent #mainForum {
  width: 800px;
}
/* spis treści */
.sommario {
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  float: left;
  position: relative;
  margin-top: 30px;
}
.sommario.solo {
  margin: 40px 0 20px;
}
.sommario .sommarioLabel {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  top: -25px;
  left: 0;
}
.sommario .articleIndex {
  list-style: decimal inside;
}
.sommario .articleIndex li {
  float: left;
  line-height: 20px;
  width: 100%;
}
.sommario .articleIndex li a {
  color: #ef1c23;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.sommario .articleIndex li a:hover {
  text-decoration: underline;
}
/* formularz */
.layerGlassFullPageButton {
  border: 1px solid #C05100;
  background-color: #ef1c23;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Verdana;
  font-size: 18px;
  font-weight: normal;
  height: 48px;
  line-height: 46px;
  margin: 0 auto;
  padding: 0 48px;
  text-decoration: none;
  width: 350px;
}
.formToolsUglyHack {
  display: block !important;
  background-color: #ef1c23 !important;
}
.forms .sendForm {
  width: 60px;
  height: 28px;
}
#detailFormsContent .navBoxClose {
  z-index: 200;
}
/* stronnicowanie */
.detailPagination {
  float: left;
}
.detailPagination a,
.detailPagination span {
  color: #ef1c23;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.paginationTiles {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
}
.paginationTiles li {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #ef1c23;
}
.paginationTiles li.label {
  border: none;
  color: #000;
  padding: 0;
}
.paginationTiles li a {
  color: #ef1c23;
  padding: 0 10px;
}
.paginationTiles li.current {
  border-color: #f0f0f0;
  padding: 0 10px;
}
/* player */
.mediaInset img,
.mediaInset video,
.mvpContainer .mvp {
  width: 620px;
  /* 2.39:1 */
  height: 260px;
  min-height: 260px;
}
#mainPhoto .mvp-info .mvp-info-description {
  font-size: 12px;
  line-height: 18px;
}
#detail .mvpContainer {
  zoom: 1;
}
#detail .mvpContainer .mvp {
  height: 347px;
  width: 620px;
}
/* addsense */
.onet-ad.onetAdsLeftSlot {
  float: right;
  margin: 10px 0 10px 10px;
}
/* plik do pobrania */
.filesAttachmentWrapper {
  width: 300px;
  border: 1px solid #e6e6e6;
  border-top: 2px solid #ef1c23;
  overflow: hidden;
  margin: 10px auto;
}
.filesAttachmentDataContener {
  display: table;
  margin: auto;
  padding-top: 20px;
}
.filesAttachmentDataContener .filesAttachmentData {
  display: block;
  height: 50px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentDataExt {
  background-image: url("http://ocdn.eu/files/pulscms/ZDE7MDA_/48f4feb64d9e88e95cab2b9d46bf6a9d.png");
  float: left;
  height: 50px;
  margin-right: 10px;
  width: 40px;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentDataCaption {
  display: inline-block;
  float: left;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  padding-top: 6px;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentDataCaption .filesAttachmentDataCaptionSize {
  color: #151515;
}
.filesAttachmentDataCaptionName {
  color: #ef1c23;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentDataClear {
  clear: both;
  display: inline-block;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_rar {
  background-position: 0 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_zip {
  background-position: -48px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_mp3 {
  background-position: -96px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_wav {
  background-position: -144px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_txt {
  background-position: -192px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_doc {
  background-position: -240px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_docx {
  background-position: -240px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_xsl {
  background-position: -288px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_xslx {
  background-position: -288px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_ppt {
  background-position: -336px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_pptx {
  background-position: -336px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_pdf {
  background-position: -384px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_jpg {
  background-position: -432px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_jpeg {
  background-position: -432px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_png {
  background-position: -480px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_exe {
  background-position: -528px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_iso {
  background-position: -576px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_mov {
  background-position: -624px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_avi {
  background-position: -672px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_tif {
  background-position: -720px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_eml {
  background-position: -768px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_other {
  background-position: -816px 0;
}
/* player */
.mediaInset video,
#mainPhoto .mvpContainer .mvp {
  height: 433px;
  min-height: 260px;
  width: 770px;
  float: left;
}
.detail .mvpContainer .mvp {
  height: 349px;
  min-height: 260px;
  width: 620px;
}
/* tabelka */
.detail table th {
  font-weight: bold;
}
.detail table td,
.detail table th {
  border: 1px solid #DEDEDE;
  padding: 5px 15px;
}
/*
.detail table tr td:first-child, .detail table tr th:first-child {
    border-left: 0 none;
}
.detail table tr td:last-child, .detail table tr th:last-child {
    border-right: 0 none;
}
.detail table tr:first-child th {
    border-top: 0 none;
}
.detail table tr:last-child td {
    border-bottom: 0 none;
}*/
/* footer źródło */
.articleFooter {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  margin-top: 20px;
  width: 100%;
  float: left;
}
.articleFooter * {
  font-family: 'Open Sans', sans-serif;
}
.articleFooter span[itemprop="name"] {
  font-weight: bold;
}
.articleFooter.sponsor {
  border: none 0;
  padding: 0;
  font-style: italic;
}
.articleFooter.sponsor .sponsorName {
  font-weight: bold;
}
.mainContent .innerContent .similarContentTop {
  margin: 20px 0 0;
}
.mainContent .innerContent .similarContentTop a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.mainContent .innerContent .similarContentTop .delimiter {
  margin: 0 2px;
}
/* forum */
.mainContent .innerContent #mainForum * a {
  color: #ef1c23;
}
.mainContent .innerContent #mainForum * button {
  background-color: #ef1c23;
}
.innerContent #dotyczy {
  line-height: 28px;
}
.k_nForum_ReaderDiscInfo {
  margin-bottom: 20px;
}
.ui-dialog * a {
  color: #ef1c23;
}
.ui-dialog * button {
  background-color: #ef1c23;
}
.forumCommentatorDialog * a {
  color: #ef1c23;
}
.forumCommentatorDialog * button {
  background-color: #ef1c23;
}
.mainContent .innerContent div#forum-o-mainbox a,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_Commentator form.mUploader .uploader .action,
.mainContent .innerContent div.k_nForum_Commentator form.mUploader .uploader .action,
.mainContent .innerContent div.k_nForum_ReaderDiscInfo a,
.mainContent .innerContent div#forum-o-mainbox .k_author,
.mainContent .innerContent div#forum-o-mainbox .k_parentAuthor,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_readerNote .k_author,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_readerNote .k_parentAuthor,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_CommentPreview .k_author,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_readerPathNavigation .k_author,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_readerPathNavigation .k_parentAuthor,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_Commentator a,
.mainContent .innerContent div#forum a,
div.k_nForum_Commentator a,
.mainContent .innerContent div#forum .k_nForum_Commentator form.mUploader .uploader .action,
.mainContent .innerContent div#forum .k_author,
div#forum .k_parentAuthor,
.mainContent .innerContent div#forum .k_nForum_readerNote .k_author,
.mainContent .innerContent div#forum .k_nForum_readerNote .k_parentAuthor,
.mainContent .innerContent div#forum .k_nForum_CommentPreview .k_author,
.mainContent .innerContent div#forum .k_nForum_readerPathNavigation .k_author,
.mainContent .innerContent div#forum .k_nForum_readerPathNavigation .k_parentAuthor,
.mainContent .innerContent div#forum .k_nForum_Commentator a {
  color: #ef1c23;
}
.k_nForum_readerNote .k_author .mainContent .innerContent div#forum .k_nForumReaderMenu ul li a:hover,
.mainContent .innerContent div#forum .k_nForumReaderMenu ul li b,
.mainContent .innerContent div#forum .k_nForumReaderMenu ul li b a,
.mainContent .innerContent div#forum .k_nForum_ReaderV2Header h2.k_nForum_Header2.specialMenu ul li a:hover,
.mainContent .innerContent div#forum .k_nForum_ReaderV2Header h2.k_nForum_Header2.specialMenu ul li b,
.mainContent .innerContent div#forum .k_nForum_ReaderV2Header h2.k_nForum_Header2.specialMenu ul li b a {
  border-color: #ef1c23;
}
.commentatorIframePreloader {
  height: auto !important;
}
.k_nForum_ReaderFooter {
  display: none;
}
.mainContent .innerContent #mainForum {
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 20px;
}
/* motointegrator */
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-content div.item-list ul {
  margin-bottom: 15px;
  float: left;
  background-color: #fff;
  width: 800px;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-content div.item-list ul li {
  display: inline-table;
  font-size: 11px;
  margin: 23px;
  vertical-align: top;
  width: 113px;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-content div.item-list ul li img {
  height: 67px !important;
  width: 90px !important;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-header {
  border-bottom: 5px solid #B7B7B7;
  margin: 0 0 15px 25px;
  padding: 0 0 2px;
  width: 635px;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-header p {
  background: none repeat scroll 0 0 #F00000;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 0 -25px;
  min-width: 290px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-header p span {
  border-left: 5px solid #FFFFFF;
  display: block;
  font-weight: bold;
  margin-left: 20px;
  padding: 2px 0 2px 15px;
}
.views-field-created {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.8;
  padding: 0 2px;
  position: absolute;
}
.views-field-created span {
  color: #FFFFFF;
  font-size: 12px;
}
#view-Lists .views-field-created,
.view-Brand-Articles .views-field-created {
  left: 8px;
  top: 103px;
}
.view-Authors .views-field-created,
#mainTopic .views-field-created {
  left: 8px;
  top: 91px;
}
.block-region-second_content .views-field-created {
  left: 8px;
  top: 89px;
}
.block-region-second_content li.views-row-1 .views-field-created,
.view-HomePageStreamBig .views-row-1 .views-field-created,
#mainTopic .views-row-1 .views-field-created {
  left: 8px;
  top: 258px;
}
.view-HomePageStreamSmall .views-field-created {
  left: 8px;
  top: 89px;
}
#block-views-HomePageStreamOther-block_15 .views-field-created {
  left: 8px;
  top: 193px;
}
.view-HomePageStreamSmall .views-field-created {
  left: 8px;
  top: 118px;
}
#block-views-HomePageStreamSmall-block_16 .views-field-created,
#block-views-HomePageStreamSmall-block_12 .views-field-created,
#block-views-HomePageStreamSmall-block_18 .views-field-created {
  left: 8px;
  top: 137px;
}
.view-HomePageStreamOther .views-row-3 .views-field-created,
.view-HomePageStreamOther .views-row-4 .views-field-created,
.block-CustomBlocks .views-row-3 .views-field-created,
.block-CustomBlocks .views-row-4 .views-field-created {
  left: 8px;
  top: 80px;
}
.view-HomePageStreamOther .views-row-1 .views-field-created,
.view-HomePageStreamOther .views-row-2 .views-field-created,
.block-CustomBlocks .views-row-1 .views-field-created,
.block-CustomBlocks .views-row-2 .views-field-created {
  left: 8px;
  top: 193px;
}
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
.innerContent {
  width: 1130px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.headContent {
  width: 100%;
}
.mainHeader {
  height: 130px;
  width: 1134px;
  background-color: #fff;
  position: relative;
  border-bottom: 10px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  margin-left: -2px;
}
.mainHeader h1 {
  float: left;
  margin: 0;
}
.mainHeader h1 img {
  margin: 10px 0 0 10px;
}
.mainHeader .fbIframe {
  position: absolute;
  top: 30px;
  left: 215px;
}
.mainHeader .form {
  position: absolute;
  top: 40px;
  left: 305px;
  width: 495px;
}
.mainHeader .form .search {
  height: 35px;
  width: 460px;
  display: block;
  float: left;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #999999;
  background-color: #FFFFFF;
  border: 1px solid #f0f0f0;
  border-right: none;
  border-radius: 0;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s, color 0.45s ease-in-out 0s;
}
.mainHeader .form .search:focus {
  background: none repeat scroll 0 0 #FAFAFA;
  border-color: #999999;
  outline: medium none;
  color: #000;
}
.mainHeader .form .button {
  width: 35px;
  height: 35px;
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat -2px -2px #ef1c23;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  transition: background-color 300ms ease-out 0s;
  text-indent: -9999px;
}
.mainHeader .form .button:hover {
  background-color: #c91a20;
}
.mainHeader .logotypes {
  float: right;
  margin: 5px 10px;
}
.mainHeader .logotypes a {
  text-indent: -9999px;
  display: block;
  float: left;
  margin-right: 10px;
}
.mainHeader .logotypes a.offroad {
  width: 42px;
  height: 23px;
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat -10px -551px;
}
.mainHeader .logotypes a.offroad:hover,
.mainHeader .logotypes a.offroad.active {
  background-position: -10px -486px;
}
.mainHeader .logotypes a.caraudio {
  width: 37px;
  height: 23px;
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat -60px -551px;
}
.mainHeader .logotypes a.caraudio:hover,
.mainHeader .logotypes a.caraudio.active {
  background-position: -60px -486px;
}
.mainHeader .logotypes a.classics {
  width: 21px;
  height: 23px;
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat -108px -551px;
}
.mainHeader .logotypes a.classics:hover,
.mainHeader .logotypes a.classics.active {
  background-position: -108px -486px;
}
.mainHeader .logotypes a.rss {
  text-indent: 0;
  font-size: 9px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
}
.addSlot {
  width: 100%;
  text-align: center;
}
.driver {
  width: 1134px;
  height: 365px;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  background-color: #fff;
  margin-left: -2px;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
}
.driver .container {
  margin: 0;
}
.driver .container li .detail {
  color: #000;
  float: left;
  width: 440px;
  height: 365px;
  padding: 18px 16px;
}
.driver .container li .detail h2 {
  font-size: 40px;
  line-height: 40px;
  color: #000;
  display: block;
  font-weight: 700;
  margin: 5px 0;
}
.driver .container li .detail p {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 0;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
.driver .container li img {
  float: left;
  width: 675px;
  height: 335px;
  margin: 15px 15px 0 0;
}
.driver .container .mediaType {
  width: 42px;
  height: 34px;
  display: block;
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat 0 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.driver .container .mediaType.mediaGallery {
  background-position: -10px -696px;
}
.driver .container .mediaType.mediaVideo {
  background-position: -10px -760px;
  height: 41px;
}
.siteNavigation {
  width: 1134px;
  background-color: #fff;
  height: 55px;
  line-height: 43px;
  margin-left: -2px;
  border-top: 2px solid #ef1c23;
  border-bottom: 10px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
}
.siteNavigation.fixed {
  position: fixed;
  top: -2px;
  left: 50%;
  z-index: 100;
  margin-left: -567px;
  background-color: #ef1c23;
  color: #fff;
  height: 45px;
  border-color: #ef1c23;
}
.siteNavigation.fixed .mainMenu li:hover {
  background-color: #fff;
}
.siteNavigation.fixed .mainMenu li:hover a {
  color: #ef1c23;
}
.siteNavigation.fixed .mainMenu li a {
  color: #fff;
}
.siteNavigation.fixed .mainMenu li .bubbleGroup,
.siteNavigation.fixed .mainMenu li .bubbleMenu {
  background-color: #fff;
  color: #000;
}
.siteNavigation.fixed .mainMenu li .bubbleGroup a,
.siteNavigation.fixed .mainMenu li .bubbleMenu a {
  color: #000;
}
.siteNavigation.fixed .mainMenu li .bubbleGroup a:hover,
.siteNavigation.fixed .mainMenu li .bubbleMenu a:hover,
.siteNavigation.fixed .mainMenu li .bubbleGroup a:hover span,
.siteNavigation.fixed .mainMenu li .bubbleMenu a:hover span {
  color: #ef1c23;
}
.siteNavigation .mainMenu.miniLogo {
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat -5px -612px;
  float: left;
}
.siteNavigation .mainMenu.miniLogo li.homeTab {
  margin-left: 40px;
}
.siteNavigation .mainMenu li {
  position: relative;
  float: left;
}
.siteNavigation .mainMenu li:hover {
  background: #ef1c23;
}
.siteNavigation .mainMenu li:hover a {
  color: #fff;
}
.siteNavigation .mainMenu li > a {
  float: left;
  padding: 0 10px;
  color: #000;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  line-height: 43px;
}
.siteNavigation .mainMenu li > a.promo {
  background: #ef1c23;
  color: #fff;
}
.siteNavigation .mainMenu li .bubbleGroup,
.siteNavigation .mainMenu li .bubbleMenu {
  display: none;
  width: 200px;
  background: #ef1c23;
  padding: 10px;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 30;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.4);
}
.siteNavigation .mainMenu li .bubbleGroup li,
.siteNavigation .mainMenu li .bubbleMenu li {
  width: 100%;
}
.siteNavigation .mainMenu li .bubbleGroup a,
.siteNavigation .mainMenu li .bubbleMenu a {
  color: #fff;
  margin: 5px 0;
  display: block;
  width: 100%;
  line-height: 20px;
}
.siteNavigation .mainMenu li .bubbleGroup a:hover,
.siteNavigation .mainMenu li .bubbleMenu a:hover {
  color: #000;
}
.siteNavigation .mainMenu li:hover .bubbleGroup,
.siteNavigation .mainMenu li:hover .bubbleMenu {
  display: block;
}
.siteNavigation .addSlot .ad_panel {
  margin: 0 0 20px;
}
.miniatures {
  float: left;
  width: 1134px;
  height: 300px;
  z-index: 30;
  padding: 10px 0;
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  margin-left: -2px;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
}
.miniatures li {
  width: 260px;
  float: left;
  position: relative;
  padding: 0 5px;
  margin: 0 11px;
  max-height: 290px;
  overflow: hidden;
}
.miniatures li:first-child {
  margin-left: 10px;
}
.miniatures li .mediaType {
  width: 42px;
  height: 34px;
  display: block;
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat 0 0;
  position: absolute;
  top: 100px;
  right: 10px;
}
.miniatures li .mediaType.mediaGallery {
  background-position: -10px -696px;
}
.miniatures li .mediaType.mediaVideo {
  background-position: -10px -760px;
  height: 41px;
  top: 95px;
}
.miniatures li img {
  width: 260px;
  height: 147px;
  margin-right: 10px;
  display: inline-block;
  float: left;
}
.miniatures li h3 {
  font-size: 20px;
  font-weight: bold;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 0;
  color: #000;
}
.miniatures li span {
  font-size: 10px;
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ef1c23;
  margin: 5px 0;
  height: 11px;
}
.miniatures li p {
  font-size: 14px;
  color: #333333;
  width: 100%;
  float: left;
  line-height: 22px;
  margin: 8px 0 0;
  font-family: 'Open Sans', sans-serif;
}
.breadcrumbs {
  font-size: 10px;
  padding: 5px 15px;
  background-color: #fff;
  display: block;
  border-width: 10px 2px 15px;
  border-style: solid;
  border-color: #f0f0f0;
  margin-left: -2px;
  width: 1134px;
}
.breadcrumbs a {
  text-transform: uppercase;
  color: #ef1c23;
  font-family: 'Open Sans', sans-serif;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .divider {
  margin: 0 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.mainContent .innerContent {
  clear: both;
  overflow: hidden;
  padding: 0 2px;
  width: 1134px;
  background-color: #f0f0f0;
  /*
        .leftColumn {
            width: 165px;
            margin: 0 15px 0 0;
            overflow: hidden;
            float: left;
            .leftBox {
                margin-bottom: 30px;
                ul {
                    li {
                        a {
                            color: #01334C;
                            font-size: 15px;
                            display: block;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            padding: 6px 0;
                        }
                    }
                }
                .orbit-bullets-container {display: none;}
                &.omnia {
                    a {
                        float: left;
                        margin-bottom: 20px;
                        .imagecache-Brand-logo_small {
                            width: 80px;
                        }
                        .imagecache-Brand-logo_medium {
                            width: 100%;
                        }
                        span {
                            display: inline-block;
                            line-height: 80px;
                            width: 80px;
                            float: right;
                            font-size: 12px;
                        }
                        &.model {
                            span {
                                width: 100%;
                                line-height: 20px;
                            }
                        }
                    }
                }
                .gallery {
                    position: relative;
                    width: 160px;
                    height: 100px;
                    display: block;
                    margin: 20px 0;
                    img {
                        &:first-child {top: 0; left: 0; z-index: 10;}
                        &:last-child {top: -10px; left: 10px; z-index: 8;}
                        position: absolute;
                        top: -5px;
                        left: 5px;
                        width: 145px;
                        height: 88px;
                        z-index: 9;
                    }
                }
            }
        }*/
  /*
        .rightSection {
            width: 300px;
            float: right;
            .documents {
                h4 {
                    font-size: 18px;
                    text-transform: uppercase;
                    color: #555555;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #DDDCE1;
                }
                ul {
                    li {
                        a {
                            span {
                                font-size: 12px;
                                width: 100%;
                                display: block;
                                color: #898989;
                                float: left;
                            }
                            h5 {
                                font-size: 16px;
                                color: #555555;
                                float: left;
                                width: 100%;
                                margin: 5px 0 5px 0;
                            }
                            p {
                                font-size: 12px;
                                color: #555555;
                                float: left;
                                width: 100%;
                                margin: 0 0 20px;
                            }
                        }
                    }
                }
            }
        }*/
}
.mainContent .innerContent .headTitle {
  color: #222222;
  font-size: 18px;
  padding: 0 0 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #DDDCE1;
}
.mainContent .innerContent.detail .rightColumn {
  margin-top: 0;
}
.rightColumn {
  float: right;
  width: 300px;
  margin-top: 20px;
}
.rightColumn .rightBox {
  width: 100%;
  background-color: #fff;
  padding: 15px 15px 30px;
  border-top: 2px solid #ef1c23;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.rightColumn .rightBox h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 10px;
}
.rightColumn .rightBox.paperPromo .image {
  width: 165px;
  height: 215px;
  overflow: hidden;
  display: block;
  float: left;
}
.rightColumn .rightBox.paperPromo .image img {
  float: left;
  width: 100%;
}
.rightColumn .rightBox.paperPromo h3,
.rightColumn .rightBox.paperPromo span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-left: 180px;
  display: block;
}
.rightColumn .rightBox.paperPromo span {
  color: #ef1c23;
}
.rightColumn .rightBox.ePromo {
  height: 140px;
  position: relative;
}
.rightColumn .rightBox.ePromo a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.rightColumn .rightBox.ePromo h3,
.rightColumn .rightBox.ePromo span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  display: block;
  margin: 0;
  float: right;
  width: 150px;
}
.rightColumn .rightBox.ePromo span {
  color: #ef1c23;
  margin-top: 20px;
}
.rightColumn .rightBox.galleryPromo ul {
  margin: 0;
}
.rightColumn .rightBox.galleryPromo ul li {
  width: 88px;
  text-align: center;
  float: left;
  margin: 0 2px 10px 0;
  max-height: 88px;
  overflow: hidden;
}
.rightColumn .rightBox.galleryPromo ul li a {
  font-size: 13px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
.rightColumn .rightBox.galleryPromo ul li a span {
  display: block;
  line-height: 18px;
}
.rightColumn .rightBox.galleryPromo img {
  width: 88px;
  height: 45px;
}
.rightColumn .rightBox.documents {
  padding-bottom: 0;
}
.rightColumn .rightBox.documents ul {
  margin: 0;
}
.rightColumn .rightBox.documents ul li {
  border-bottom: 1px solid #DDDCE1;
  float: left;
  margin-bottom: 5px;
}
.rightColumn .rightBox.documents ul li:last-child {
  border: none;
}
.rightColumn .rightBox.documents ul li a span {
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  color: #ef1c23;
  float: left;
}
.rightColumn .rightBox.documents ul li a h5 {
  font-size: 20px;
  color: #000;
  float: left;
  width: 100%;
  margin: 5px 0 5px 0;
}
.rightColumn .rightBox.documents ul li a p {
  font-size: 14px;
  color: #333333;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  line-height: 20px;
}
.rightColumn .formTools .formToolsDraw {
  background-color: #fff;
  padding: 0;
}
.rightColumn .formTools .formToolsDraw .title {
  font-weight: bold;
}
.rightColumn .formTools .formToolsDraw button {
  background-color: #ef1c23;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  margin-top: 10px;
  line-height: 18px;
}
.rightColumn .formTools .formToolsDraw img {
  width: 100%;
}
.articleBox {
  width: 260px;
  height: 335px;
  display: inline-block;
  clear: both;
  margin: 0 10px 30px 0;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  border-bottom: 2px solid #ef1c23;
  /*
    -webkit-transition: 500ms ease-in;
    -moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    transition: 500ms ease-in;*/
}
.articleBox .flag {
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat 100px 100px;
  width: 145px;
  height: 46px;
  display: block;
  position: absolute;
  left: -5px;
  top: -18px;
  z-index: 10;
}
.articleBox .flag.redakcjaPoleca {
  background-position: 0 -132px;
}
.articleBox .flag.sg {
  background-position: 0 -63px;
}
.articleBox .flag.editor_choice {
  background-position: 0 -327px;
}
.articleBox .flag.onet_exclusive {
  background-position: 0 -129px;
}
.articleBox .flag.adult {
  background-position: 0 -195px;
}
.articleBox .flag.add_this {
  background-position: 0 -261px;
}
.articleBox .mediaType {
  width: 42px;
  height: 34px;
  display: block;
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat 0 0;
  position: absolute;
  top: 135px;
  right: 10px;
}
.articleBox .mediaType.mediaGallery {
  background-position: -10px -696px;
}
.articleBox .mediaType.mediaVideo {
  background-position: -10px -760px;
  height: 41px;
  top: 130px;
}
.articleBox a {
  float: left;
  max-height: 320px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.articleBox.special {
  width: 530px;
}
.articleBox.special h3 {
  max-height: 25px;
  margin: 3px 0;
}
.articleBox.special p {
  max-height: 40px;
  overflow: hidden;
  margin-top: 2px;
}
.articleBox.special .mediaType {
  top: 175px;
}
.articleBox.promo {
  background-color: #ef1c23;
  color: #fff;
}
.articleBox:hover .overLead {
  display: block;
}
.articleBox.gallery img {
  width: 88px;
  height: 90px;
  float: left;
}
.articleBox img {
  float: left;
}
.articleBox .category {
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #ef1c23;
  margin: 10px 0 0 15px;
  text-transform: uppercase;
  height: 16px;
}
.articleBox h3 {
  margin: 0;
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  color: #000;
  float: left;
}
.articleBox p,
.articleBox .itemLead {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  padding: 0 15px;
  margin: 7px 0 0;
  float: left;
  width: 100%;
}
.articleBox .overLead {
  width: 225px;
  height: 127px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.articleBox .overLead p {
  color: #fff;
}
.articleBox .badge {
  display: block;
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  float: left;
  margin: 0 15px 5px 0;
}
.articleBox .badge.social {
  background-color: #3b5998;
}
.articleBox.tg .category {
  font-size: 16px;
  color: #DA0036;
  margin: 15px 0;
  float: left;
}
.articleBox.tg h3 {
  font-weight: bold;
}
.articleBox.tg .category,
.articleBox.tg h3,
.articleBox.tg p,
.articleBox.tg img {
  position: relative;
  z-index: 2;
}
.articleBox.tg .promo {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  z-index: 1;
}
.underText {
  float: left;
  width: 100%;
}
.listItemSource .itemTitleContener .itemTitle {
  margin-top: 10px;
}
.autoWiki {
  width: 830px;
  overflow: hidden;
  margin-bottom: 30px;
  float: left;
}
.autoWiki .titleSection {
  font-size: 16px;
  font-weight: bold;
}
.autoWiki .section {
  width: 260px;
  height: 260px;
  margin-right: 10px;
  float: left;
  background-color: #fff;
  padding: 0 15px 10px;
  border-bottom: 2px solid #ef1c23;
  /*
        img {
            width: 100px;
            height: 61px;
            margin: 0 10px 10px 0;
            &.logo {
                width: 70px;
            }
        }
        span {
            width: 140px;
            height: 61px;
            line-height: 60px;
            display: block;
            float: right;
            font-size: 13px;
            margin-bottom: 10px;
        }*/
}
.autoWiki .section ul {
  margin: 0;
}
.autoWiki .section .row-brand,
.autoWiki .section .row-model {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}
.autoWiki .section .row-brand .field-title,
.autoWiki .section .row-model .field-title {
  float: left;
  line-height: 50px;
}
.autoWiki .section .row-brand .field-title a,
.autoWiki .section .row-model .field-title a {
  color: #333333;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
}
.autoWiki .section .row-brand img,
.autoWiki .section .row-model img {
  margin-right: 10px;
}
.autoWiki .section .Najpopularnieksze-marki-list img {
  width: 55px;
  float: left;
}
.autoWiki .section .Najpopularnieksze-modele-list img,
.autoWiki .section .Najnowsze-modele-list img {
  width: 100px;
  float: left;
}
.fixedPaper {
  font-size: 11px;
  left: 50%;
  margin-left: -716px;
  position: fixed;
  top: 40%;
  width: 130px;
}
.footerMenuBox {
  display: none;
}
/*
.badge {
    width: 620px;
    display: block;
    float: left;
    margin: 20px 0;
    a {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 5px;
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        float: left;
        margin: 0 5px 5px 0;
        &.social {
            background-color: #3b5998;
        }
    }
}*/
/* cenny paliw */
#block-sb-s {
  border-bottom: 1px dotted #CCCCCC;
  color: #333333;
  margin: 10px 0 0;
  padding-bottom: 10px;
  width: 100%;
}
#block-sb-s select {
  border: 1px solid #CFCFCF;
  color: #4C4C4C;
  font-size: 11px;
  margin: 5px 0 0;
  padding: 3px;
}
#block-sb-s table {
  width: 100%;
}
#block-sb-s td {
  font-size: 12px;
  padding: 5px;
}
#block-sb-s a.stacje {
  display: block;
  float: right;
  height: 24px;
  margin: -3px 0 0 185px;
  position: absolute;
  width: 124px;
}
#block-sb-s .selector {
  margin: 5px 0 0;
  text-align: center;
}
#block-sb-s tbody {
  border: 0 none;
}
#block-sb-s td {
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
#block-sb-s .row3 td {
  border-bottom: 0 none;
}
#block-sb-s td.LPG {
  border-right: 0 none;
}
#block-sb-s td.Pb95,
#block-sb-s td.Pb98,
#block-sb-s td.ON,
#block-sb-s td.LPG,
#block-sb-s .top td {
  text-align: center;
}
#block-sb-s .top td {
  font-weight: bold;
}
#block-sb-s .head {
  background: none repeat scroll 0 0 #FFBE00;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 5px;
  text-transform: uppercase;
}
/* redakcja poleca 
.flag {
    background: url(@sprite) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 56px;
    position: absolute;
    text-indent: -9999px;
    right: -30px;
    top: -21px;
    width: 162px;
    z-index: 1;
}
.redakcjaPoleca {
    background-position: 0 -132px;
}*/
.mainContent .innerContent #leg {
  width: 820px;
}
/* orlen */
/*
.orlen {
    background: url("http://ocdn.eu/files/pulscms/YzI7MDA_/f167e0517fe2e2a38b2e0f4be48cc4bb.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 120px;
    height: 120px;
    float: right;
}*/
/* ceny paliw */
#block-sb-s {
  background-color: #fff;
}
#block-sb-s .head {
  background-color: #ef1c23;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
/* lista autorow */
.authorProfile .logo {
  float: left;
  margin: 15px 20px 0 0;
}
.authorProfile .profileDetails {
  float: left;
}
.authorProfile .profileDetails .name,
.authorProfile .profileDetails .authorItemTagline {
  display: block;
}
.authorProfile .profileDetails .name {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  margin: 60px 0 10px;
}
.authorProfile .profileDetails .authorItemTagline {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
/* kredyt leasing */
#extraAdsBlock {
  margin-bottom: 20px;
}
.mainMenu {
  margin: 0;
}
/* proxy hardCode */
.proxyTemp {
  width: 100%;
  padding-right: 10px;
}
/* sonda */
text[text-anchor="start"] {
  font-size: 18px;
}
.rightBox .formToolsDraw * {
  font-size: 14px;
}
/* 404 */
.content404 #center {
  width: 100%;
  text-align: center;
}
.content404 #center .e404 {
  width: 100%;
}
/* reklamy */
.addSlot .onet-ad > div {
  margin-top: 20px;
}
.headContent .innerContent .addSlot .onet-ad > div {
  margin-bottom: 20px;
}
.wdg_cenyPaliw,
.wdg_kredyt,
.wdg_opony {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#multiGalleryContentContainer .onet-ad .ad_adInfo,
.rightColumn .onet-ad .ad_adInfo {
  display: none;
}
.mainHeader .onet-ad {
  display: block;
  height: 120px;
  float: right;
}
.mainHeader .addSlot .onet-ad > div {
  margin-top: 0px;
}
.rightColumn .asideAds.asideBlock .ad_adInfo.asideTitle {
  border-bottom: 1px solid #DDDCE1;
  color: #898989;
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.asideAds .ad_adInfoEnd,
#multiGalleryContentContainer .ad_adInfoEnd {
  border-top: 1px solid #DDDCE1;
  color: #898989;
  font-size: 11px;
  line-height: 12px;
  margin-top: 10px;
  padding-top: 5px;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
}
.mainColumn .addSlot {
  display: inline-block;
  margin: -30px 0 20px;
  text-align: center;
  width: 800px;
}
.rightColumn #onet-ad-flat-ss-lista .onet-ad > div,
.rightColumn #onet-ad-flat-ss-detal .onet-ad > div {
  margin-bottom: 5px;
}
#onet-ad-flat-ss-detail div:last-child {
  margin-bottom: 20px;
}
.proxy #onet-ad-flat-google3 {
  margin-top: 50px;
}
div .ad_default.onet-ad-tight {
  width: auto;
}
.mediaInset video {
  float: left;
}
.article .mvpPlaceInArticle {
  width: 100%;
  padding: 0 75px;
}
#mainPhoto .mvpPlaceInArticle {
  padding: 0;
}
.article div.mvp-info {
  width: 620px;
}
.article .mvp-info-container * {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.rightColumn .ad-frame,
.rightColumn .ad_box .detail table tr td,
.rightColumn .ad_box .detail table tr,
.rightColumn .ad_box .detail table,
.rightColumn .detail table tr td:first-child,
.rightColumn .detail table tr th:first-child,
.rightColumn .detail table tr:last-child td,
.rightColumn .detail table td,
.rightColumn .detail table th,
.rightColumn #onet-ad-flat-efektright-admeta tr,
.rightColumn #onet-ad-flat-efektright1 tr,
.rightColumn #onet-ad-flat-efektright tr {
  border: none !important;
}
.formTools {
  text-align: center;
}
/* wersja normalna */
.ustCommonButtonNormal {
  background-color: #ed6400 !important;
  border-radius: 0;
  display: inline-block;
  height: 48px;
  width: auto;
  padding: 0;
  line-height: 46px;
  border: 1px solid #c05100;
  padding-left: 48px;
  padding-right: 48px;
  margin: 0 auto;
  color: white !important;
  font-size: 18px;
  font-weight: normal;
  font-family: Verdana;
  text-decoration: none;
  cursor: pointer;
}
/* mala wersja */
.ustCommonButtonSmall {
  background-color: #ed6400 !important;
  border-radius: 0;
  display: inline-block;
  height: 48px;
  width: auto;
  padding: 0;
  line-height: 46px;
  border: 1px solid #c05100;
  padding-left: 48px;
  padding-right: 48px;
  margin: 0 auto;
  color: white !important;
  font-size: 18px;
  font-weight: normal;
  font-family: Verdana;
  color: #ffffff;
  text-decoration: none;
  /* ... rozszerzona wersja ... */
}
#adultContentAlert {
  margin: 45px auto;
  width: 570px;
  font-size: 50px;
  padding: 0;
  text-decoration: none;
  color: #3E3E3E;
  line-height: 52px;
  text-align: center;
  font-family: "Georgia,Times, serif";
  background: #fff;
}
#adultContentAlert h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#adultContentAlert div {
  font-size: 20px;
}
#adultContentAlert #adultContentAlertAccept {
  font-size: 18px;
  font-weight: bold;
  color: #ef1c23;
  margin-bottom: 200px;
}
#adultContentAlertAccept a {
  color: #ef1c23;
}
#adultAlertConfirm {
  background: #48BC03;
  font-size: 14px;
  border: 1px solid #48BC03;
  margin: 0;
  float: right;
  border-radius: 2px;
  height: 30px;
  width: 115px;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  filter: chroma(color=#000000);
  margin: 10px 0;
}
#adultAlertConfirm:hover {
  background-color: #72C73F;
}
.inactive#adultAlertConfirm {
  opacity: 0.2;
}
.inactive#adultAlertConfirm:hover {
  background-color: #72C73F;
}
#adultContentAlertAccept a {
  float: left;
}
#a_onetonet_nsitsp_0,
#a_onetonet_nsitsp_1,
#a_onetonet_nsitsp_2,
#a_onetonet_nsitsp_3,
#a_onetonet_nsitsp_4,
#a_onetonet_nsitsp_5,
#onet_nsitsp_0,
#onet_nsitsp_1,
#onet_nsitsp_2,
#onet_nsitsp_3,
#onet_nsitsp_4,
#onet_nsitsp_5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#multiGallery {
  z-index: 9999;
}
.googleAdsBox:after,
.mainContent .innerContent .googleAdsBox:after {
  display: block;
  content: '';
  clear: both;
}
.googleAdsBox.streamList,
.mainContent .innerContent .googleAdsBox.streamList {
  margin: 0 0 30px 0;
}
.googleAdsBox .onet-ad,
.mainContent .innerContent .googleAdsBox .onet-ad {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.googleAdsBox .onet-ad:last-child,
.mainContent .innerContent .googleAdsBox .onet-ad:last-child {
  float: right;
}
.googleAdsBox .ad_boxright1,
.mainContent .innerContent .googleAdsBox .ad_boxright1 {
  width: 300px;
  margin: 0 auto;
}
/* przycisk zablokowany */
.ustCommonButtonDisable {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: "alpha(opacity=30)";
  opacity: 0.3;
}
/* Native Ads */
.native {
  display: block;
  clear: both;
  padding: 10px 0 0 0;
  height: 25px;
  /* .iHearVoices {display: block; float: left; width: 50px; height: 15px; background: transparent ocdnurl("static/na.png") 0 1px no-repeat;} */
}
.native img {
  margin: 0 5px 0 15px;
  width: auto;
  height: auto;
}
.native:after {
  display: block;
  content: '';
  clear: both;
}
.miniatures li .native {
  display: block;
  clear: both;
  padding: 10px 0 0 0;
  height: 25px;
  /* .iHearVoices {display: block; float: left; width: 50px; height: 15px; background: transparent ocdnurl("static/na.png") 0 1px no-repeat;} */
}
.miniatures li .native img {
  margin: 0 5px 0 15px;
  width: auto;
  height: auto;
}
.miniatures li .native:after {
  display: block;
  content: '';
  clear: both;
}
.miniatures li .native {
  height: 20px;
  padding: 5px 0 0 0;
  /* .iHearVoices {margin: 0;} */
}
.miniatures li .native img {
  margin: 0 5px 0 0;
}
.driver .container li .native {
  /* .iHearVoices {width: 50px; height: 20px; background: transparent ocdnurl("static/na.png") -230px 2px no-repeat;} */
}
.driver .container li .native img {
  margin: 0 5px 0 0;
  width: auto;
  height: auto;
}
.nativeArtHeader {
  display: block;
  clear: both;
}
.nativeArtHeader:after {
  display: block;
  content: '';
  clear: both;
}
.nativeArtHeader .brandVoice {
  float: right;
  margin-top: 15px;
}
.nativeArtHeader .brandLogo {
  /* span.iHearVoices {display: block; float: left; width: 80px; height: 50px; margin-left: 20px; background: transparent ocdnurl("static/na.png") 0 -71px no-repeat;} */
}
.nativeArtHeader .brandLogo img {
  float: left;
}
.nativeArtHeader .brandLogo a {
  display: block;
  float: left;
}
.nativeArtHeader .brandLogo a:after {
  display: block;
  content: '';
  clear: both;
}
.nativeArtHeader .brandLogo a:hover span {
  opacity: 0.8;
}
#lead.nativeLead {
  padding-top: 15px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.articleBox .itemSourceWrapper .miniLogo {
  padding: 10px 0 0 15px;
}
.v_driverDescription .native {
  padding: 0;
  margin: -5px 0 0 0;
}
.v_driverDescription .native img {
  float: left;
  margin-left: 10px;
}
.v_driverDescription .native .iHearVoices {
  width: 50px;
  height: 20px;
  background: transparent url(http://ocdn.eu/static/template-engine/NDY7MDA_/271941cb0c818a0a04c7ad1361194e00/static/na.png) -230px 2px no-repeat;
}
.bookmarks-header {
  height: 10px;
}
.bookmarks-header ul {
  margin: 0;
  padding: 0;
}
.bookmarks-header li {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E3E3E3;
  color: #333333;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin: -11px 5px 0;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.bookmarks-header li#title-4 {
  padding-left: 29px;
  padding-right: 29px;
}
.bookmarks-header li#title-1 {
  margin-left: 0;
}
.bookmarks-header li:hover {
  cursor: pointer;
}
.bookmarks-header li.active {
  border: 1px solid #CCCCCC;
  color: #FF0000;
  cursor: pointer;
}
.bookmark-par-title {
  color: #333333;
  font-size: 12px;
  height: 60px;
  width: 200px;
}
#block-hp_bookmarks-1 {
  border: 1px solid #E3E3E3;
  color: #4C4C4C;
  float: left;
  font-size: 11px;
  height: 345px;
  margin: 30px 10px 20px 0;
  padding: 10px 0 5px;
  width: 300px;
  background-color: #fff;
}
#block-hp_bookmarks-1 .bookmarks-content {
  background: url("http://www.auto-swiat.pl/sites/www.auto-swiat.pl/themes/autoswiat/gfx/newusedsmall.jpg") no-repeat scroll -35px -10px #ffffff;
}
#block-hp_bookmarks-1 .bookmarks-content,
#block-hp_bookmarks-2 .bookmarks-content {
  margin-top: 10px;
  padding: 0 10px;
}
#block-hp_bookmarks-2 {
  border: 1px solid #E3E3E3;
  color: #4C4C4C;
  float: left;
  font-size: 11px;
  margin: 30px 0 20px;
  min-height: 345px;
  padding: 10px 0 5px;
  width: 338px;
}
#block-hp_bookmarks-2 .bookmarks-content {
  background: url("http://www.auto-swiat.pl/sites/www.auto-swiat.pl/themes/autoswiat/gfx/newusedsmall.jpg") no-repeat scroll -338px -8px #ffffff;
}
#block-hp_bookmarks-2 .bookmarks-column:first-child {
  margin-right: 40px;
  width: 330px;
}
#block-hp_bookmarks-2 .bookmarks-column {
  width: 250px;
}
#block-hp_bookmarks-2 .bookmarks-column .bookmark-par-title {
  display: none;
}
#block-hp_bookmarks-2 .bookmarks-column:first-child .bookmark-par-title {
  display: block;
}
#block-hp_bookmarks-2 select {
  border: 1px solid #CFCFCF;
  color: #4C4C4C;
  float: right;
  font-size: 11px;
  margin: -4px 0 0 10px;
  padding: 2px 0;
  width: 163px;
}
#block-hp_bookmarks-2 .mobileeusearchpricecontainer {
  clear: both;
  float: right;
  height: 33px;
}
#block-hp_bookmarks-2 .mobileeusearchyearcontainer {
  clear: both;
  float: right;
  height: 46px;
}
#block-hp_bookmarks-2 .mobileeusearchmaxmileagelabel {
  clear: both;
}
#block-hp_bookmarks-2 .bookmark-par-content .mobileeusearchpricecontainer input {
  border: 1px solid #CFCFCF;
  color: #4C4C4C;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 5px 0;
  padding: 1px;
  width: 73px;
}
#block-hp_bookmarks-2 .bookmark-par-content input.mobileeusearchpricemin,
#block-hp_bookmarks-2 .bookmark-par-content input.mobileeusearchpricemax {
  cursor: text;
  margin: -4px 0 0 10px;
  padding: 3px 0;
}
#block-hp_bookmarks-2 .bookmark-par-content input.mobileeusearchpricemin {
  margin-left: 10px;
}
#block-hp_bookmarks-2 .mobileeusearchpriceminlabel {
  float: left;
  height: 10px;
  padding: 10px 0;
  text-align: right;
}
#block-hp_bookmarks-2 .mobileeusearchpricemaxlabel {
  float: left;
  height: 10px;
  padding: 10px 0 10px 10px;
  text-align: right;
}
#block-hp_bookmarks-2 input.mobileeusearchformbutton,
#block-hp_bookmarks-2 .hp_bookmarks_rightColumnContentSecElement input {
  background: url("http://www.auto-swiat.pl/sites/www.auto-swiat.pl/themes/autoswiat/gfx/forms.png") no-repeat scroll 100% -696px #3e3e3e;
  border: 0 none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  height: 22px;
  line-height: 20px;
  padding: 1px 35px 21px 5px;
  text-transform: uppercase;
}
#block-hp_bookmarks-2 input.mobileeusearchformbutton:hover,
#block-hp_bookmarks-2 .hp_bookmarks_rightColumnContentSecElement input:hover {
  background: url("http://www.auto-swiat.pl/sites/www.auto-swiat.pl/themes/autoswiat/gfx/forms.png") no-repeat scroll 100% -732px #ff0000;
}
#block-hp_bookmarks-2 .hp_bookmarks_rightColumnContentSecElement input {
  margin: 5px 0;
}
#block-hp_bookmarks-2 .mobileeusearchbrandlabel,
#block-hp_bookmarks-2 .mobileeusearchmodellabel,
#block-hp_bookmarks-2 .mobileeusearchfuellabel,
#block-hp_bookmarks-2 .mobileeusearchmaxmileagelabel {
  clear: both;
  height: 10px;
  padding: 10px 0;
}
#block-hp_bookmarks-2 .mobileeusearchyearcontainer select {
  float: none;
  width: 74px;
}
#block-hp_bookmarks-2 .mobileeusearchyearcontainer select.mobileeusearchyearmin {
  margin-left: 13px;
}
#block-hp_bookmarks-2 .mobileeusearchyearcontainer select.mobileeusearchyearmax {
  margin-left: 13px;
}
#block-hp_bookmarks-2 .mobileeusearchyearminlabel {
  float: left;
  height: 10px;
  padding: 8px 0;
  text-align: right;
}
#block-hp_bookmarks-2 .mobileeusearchyearmaxlabel {
  float: left;
  height: 10px;
  padding: 8px 0 8px 10px;
  text-align: right;
}
#block-hp_bookmarks-2 .mobilesearchformdetailslink {
  clear: both;
  font-size: 10px;
  padding: 10px 10px 10px 0;
}
#block-hp_bookmarks-2 .mobilesearchformdetailslink a {
  background: url("www.auto-swiat.pl/themes/autoswiat/images/bg_arrows.png") no-repeat scroll right -16px rgba(0, 0, 0, 0);
  padding-right: 8px;
}
#block-hp_bookmarks-2 .hp_bookmarks_rightColumnContentFirstElement .bookmark-par-title {
  display: none;
}
#block-hp_bookmarks-2 .hp_bookmarks_rightColumnContentSecElement {
  padding-top: 15px;
}
#block-hp_bookmarks-2 .hp_bookmarks_rightColumnContentSecElement .bookmark-par-title {
  font-size: 14px;
  font-weight: bold;
  height: auto;
  width: auto;
}
#block-hp_bookmarks-1 .bookmarks-header,
#block-hp_bookmarks-2 .bookmarks-header {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E3E3E3;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  height: 20px;
  margin: -22px 5px 0;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}
#block-hp_bookmarks-1 .hidden {
  display: block !important;
  padding-top: 35px;
}
#block-hp_bookmarks-1 .readmore,
#block-hp_bookmarks-1 .readless {
  display: none !important;
}
#page-3 {
  background: url("/sites/www.auto-swiat.pl/themes/autoswiat/gfx/newused.jpg") no-repeat scroll 0 0 #ffffff;
  padding: 10px 10px 5px;
}
#page-3 input.sendit,
#bookmarks-block-1 input.sendit {
  background: url("http://www.auto-swiat.pl/sites/www.auto-swiat.pl/themes/autoswiat/gfx/forms.png") no-repeat scroll 100% -696px #3e3e3e;
  border: 0 none;
  border-radius: 5px;
  clear: both;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  height: 22px;
  line-height: 20px;
  margin: 6px 0 0;
  padding: 1px 35px 21px 5px;
  text-transform: uppercase;
}
#page-3 input.sendit:hover,
#bookmarks-block-1 input.sendit:hover {
  background: url("http://www.auto-swiat.pl/sites/www.auto-swiat.pl/themes/autoswiat/gfx/forms.png") no-repeat scroll 100% -732px #ff0000;
}
#doors_id {
  margin-right: 10px;
  width: 200px;
}
#model_id,
#brand_id {
  margin-right: 10px;
  width: 150px;
}
#page-3 .hidden input.sendit,
#block-hp_bookmarks-1 .hidden input.sendit {
  margin: 5px 0 5px;
}
#price_,
#price__max {
  border: 1px solid #CFCFCF;
  color: #4C4C4C;
  font-size: 11px;
  padding: 3px;
}
#page-3 select,
#bookmarks-block-1 select {
  border: 1px solid #CFCFCF;
  clear: both;
  color: #4C4C4C;
  float: right;
  font-size: 11px;
  margin: 5px 0;
  padding: 2px 0;
}
#page-3 .hidden select {
  clear: both;
  float: none;
  margin: 5px 9px 5px 0;
}
#block-hp_bookmarks-1 .hidden select {
  clear: both;
  float: none;
  margin: 5px 6px 5px 0;
}
#bookmarks-block-1 select#number {
  clear: none;
  margin-right: 0;
}
#block-hp_bookmarks-1 #doors_id {
  width: 170px;
}
#page-3 .bookmarks-column,
#bookmarks-block-1 .bookmarks-column {
  float: none;
}
#page-3 .bookmark-par-title {
  width: 152px;
}
.readmore {
  float: right;
  margin-top: 20px;
}
.readless {
  float: right;
  margin-top: 0;
}
#bookmarks-block-1 .readless {
  float: right;
  margin-top: -20px;
}
#bookmarks-block-2 .readless {
  float: right;
  margin-top: -20px;
}
.hidden {
  font-size: 12px;
  margin-top: 10px;
}
.hidden input {
  border: 1px solid #CFCFCF;
}
.hidden {
  clear: both;
}
/* kredyt */
.clear-block.block.block-smartcode.block-region-content .header {
  background: none repeat scroll 0 0 #CFCFCF;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 5px;
  padding: 0 10px;
  text-align: left;
  text-transform: uppercase;
}
/* footer */
.footContent {
  width: 100%;
}
.footContent .innerContent {
  position: relative;
}
.footContent .innerContent a {
  color: #000;
}
#footer {
  margin-top: 30px;
  border-top: 2px solid #ef1c23;
  padding-top: 10px;
  float: left;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
#footer #page-footer a {
  background: none;
}
#footer .pfLeft {
  float: left;
  width: 235px;
  height: 140px;
}
#footer .pfRight {
  float: left;
  width: 730px;
  padding-left: 30px;
  border-left: 2px dotted #c1c1c1;
  margin-bottom: 10px;
}
#footer .pfRight a:hover {
  text-decoration: underline;
}
#footer .pfRight p {
  padding: 0px;
}
#footer .pfRight p.bigLinks {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #1061A9;
}
#footer .pfRight p.smallLinks {
  margin: 0px;
  font-size: 10px;
  color: #C5C5C5;
}
#footer .pfRight p.smallLinks a {
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
}
#footer .pfRight p.copyText {
  margin: 10px 0px;
  font-size: 10px;
  line-height: 14px;
  color: #414141;
}
#footer .pfRight p.copyRight {
  margin: 10px 0px;
  font-size: 11px;
  font-weight: bold;
  color: #414141;
}
.clear-block.block.block-block.block-region-content {
  float: left;
}
.ncWidget {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  border-radius: 3px !important;
  position: relative !important;
}
.ncWidget * {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  text-align: left !important;
  text-transform: none !important;
  text-decoration: none !important;
  float: none !important;
  outline: none !important;
  font: 13px/1 Arial !important;
  color: #333 !important;
}
.ncwCaption {
  display: none !important;
  height: 26px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 0 0 10px !important;
  font-weight: bold! important;
  line-height: 26px !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
  background: #56587C !important;
}
.showCaption .ncwCaption {
  display: none !important;
}
.Nextclick_Widget_Container .showCaption .ncwCaption {
  display: none !important;
}
.ncwFrame {
  border: solid #ddd !important;
  border-width: 1px !important;
}
.showCaption .ncwFrame {
  border-top: none !important;
}
.ncwArticle {
  display: block !important;
  margin: 0 !important;
  padding: 10px 9px 9px 9px !important;
  clear: both !important;
  text-decoration: none !important;
}
.ncwArticles:after,
.ncwArticle:after {
  content: ".";
  display: block;
  height: 0;
  clear: both !important;
  visibility: hidden !important;
}
.ncwArticle * {
  cursor: pointer !important;
}
.ncwArticle + .ncwArticle {
  border-top: 1px dotted #b6b6b6 !important;
}
.ncwArticle img {
  display: none !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: none !important;
}
.showImages .ncwArticle img {
  display: block!important;
  width: 100px;
  height: 60px;
}
.ncwTitle {
  display: block !important;
  margin: 0 0 6px !important;
  color: #56587C !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.ncwDesc {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  color: #555 !important;
}
.ncwFooter {
  height: 24px !important;
  padding: 0 10px !important;
  position: relative !important;
  clear: both !important;
  border-top: 1px dotted #b6b6b6 !important;
  font-size: 11px !important;
  line-height: 24px !important;
  color: #777 !important;
  text-indent: -9000px !important;
}
.ncwLogo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  background: url(http://nextclick.pl/images/poweredbync.gif) right 7px no-repeat !important;
  border: none !important;
}
.ncWidget .ncwArticles {
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  border-collapse: collapse !important;
}
.ncWidget .ncwArticles:after,
.ncWidget .ncwArticle:after {
  display: none;
}
.ncWidget .ncwArticles td {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  vertical-align: top !important;
}
.ncWidget .ncwArticle {
  border: none !important;
}
.ncWidget tr + tr .ncwArticle {
  border-top: 1px dotted #b6b6b6 !important;
}
.ncWidget .ncwArticle img {
  float: left !important;
}
.ncWidget.textUnderImages .ncwArticle img {
  float: none !important;
}
.ncWidget.showImages img + .ncwText {
  display: block !important;
  margin: 0 0 0 110px !important;
}
.ncWidget.showImages.textUnderImages .ncwText {
  margin: 0 !important;
}
.ncWidget.showImages.titleNextToImage img + .ncwText .ncwTitle {
  height: 60px !important;
  overflow: hidden !important;
  margin: -68px 0 8px 108px !important;
}
.hideDescriptions .ncwDesc {
  display: none !important;
}
.ncwArticles td:hover,
.ncwArticle:hover {
  background: #f5f5f5 !important;
}
.ncWidget .ncwMore {
  display: inline !important;
}
.ncwPager {
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
}
.ncwPrev,
.ncwNext {
  display: inline-block !important;
  padding: 0 4px 2px !important;
  background: #707070 !important;
  border-radius: 3px !important;
  color: #fff !important;
  cursor: pointer !important;
}
.ncwPages {
  margin: 0 7px !important;
  font-weight: bold !important;
  font-size: 11px !important;
}
.ncwPages .ncwCurrentPage {
  font-weight: bold !important;
  font-size: 11px !important;
}
.ncWidget .ncwArticles td.ncwAd1 {
  background: #FBFBFB !important;
}
.ncwAd1 .ncwAdLabel {
  display: block !important;
  margin: -8px 0 1px !important;
  font-size: 7px !important;
  color: #777 !important;
  text-align: right !important;
  letter-spacing: 1px !important;
  text-shadow: 0 1px 0 #fff !important;
}
.ncWidget .ncwArticles td.ncwAd1:hover {
  background: #f5f5f5 !important;
}
.ncwDesc {
  color: #000000 !important;
}
.ncWidget {
  background-color: #ffffff !important;
}
.ncWidget tr + tr .ncwArticle,
.ncwFrame,
.ncwFooter {
  border-color: #ffffff !important;
}
.ncwCaption,
.ncwCaption .ncwPages,
.ncwCaption .ncwPages .ncwCurrentPage {
  background-color: #F00000 !important;
  color: #ffffff !important;
}
.ncwTitle {
  color: #F00000 !important;
}
.ncWidget.showImages.showCaption {
  width: 800px !important;
}
.ncwTitle * {
  font-size: 20px;
  color: #000;
}
.ncwDesc {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
.ncWidget .ncwArticles td {
  border-bottom: 2px solid #ef1c23;
  margin-bottom: 10px;
}
#listAd {
  padding: 5px 0;
}
.v_driver {
  padding-bottom: 30px;
  width: 800px;
  background-color: #fff;
  position: relative;
  height: 550px;
  margin-bottom: 20px;
  float: left;
}
.v_driver .v_driverContent {
  height: 550px;
  overflow: hidden;
  position: relative;
}
.v_driver .v_driverContent ul {
  position: absolute;
  margin: 0;
}
.v_driver .v_driverPosterContent {
  margin-left: 26px;
}
.v_driver .v_driverPoster {
  float: left;
  margin: 20px 20px 0;
}
.v_driver .v_driverPoster img {
  height: 280px;
}
.v_driver ul li {
  width: 1150px;
  float: left;
}
.v_driver .dots {
  text-align: center;
  position: absolute;
  width: 800px;
  height: 30px;
  bottom: 0;
  right: 0;
}
.v_driver .dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #f0f0f0;
  margin: 5px 4px 0 4px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2) inset;
}
.v_driver .dots .dotActive {
  background: #ef1c23;
}
.v_driver .clickLeft,
.v_driver .clickRight {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ef1c23;
  position: absolute;
  top: 154px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(http://ocdn.eu/files/pulscms/ZDU7MDA_/ebe8d3cf89c47826026b1a2310355dab.png);
}
.v_driver .clickLeft::hover,
.v_driver .clickRight::hover {
  background-color: #000;
}
.v_driver .clickLeft {
  left: 15px;
  background-position: 11px -34px;
}
.v_driver .clickRight {
  right: 15px;
  background-position: 15px 9px;
}
.v_driver .v_similarFilmImg {
  width: 780px;
  margin: 10px;
}
.v_driverDetail {
  position: relative;
  overflow: hidden;
}
.v_driverDetail .mediaType {
  width: 42px;
  height: 34px;
  display: block;
  background: url("http://ocdn.eu/files/pulscms/ODk7MDA_/3aaa857fa0e321d5513baf7f37229989.png") no-repeat 0 0;
  position: absolute;
  top: -60px;
  right: 10px;
}
.v_driverDetail .mediaType.mediaGallery {
  background-position: -10px -696px;
}
.v_driverDetail .mediaType.mediaVideo {
  background-position: -10px -760px;
  height: 41px;
}
.v_driverDetail a {
  overflow: hidden;
}
.v_driverDetail h2 {
  margin: 0;
}
.v_driverDetail .v_driverTitle {
  color: #000000;
  display: block;
  font-size: 35px;
  font-weight: bold;
  height: 38px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 10px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 770px;
}
.v_driverDetail .v_driverPrefix {
  display: none;
}
.v_driverDetail .v_driverDesc {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  margin: 0 10px;
  overflow: hidden;
  width: 770px;
  float: left;
}
.v_driverDetail .v_driverMeta {
  color: #2fd6ff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #17140e;
  margin-bottom: 35px;
}
.v_driverDetail .v_driverDescription {
  float: left;
  position: relative;
}
.v_driverDetail .v_button {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.v_driverPosterTitle {
  display: block;
  text-align: center;
  color: #e9e9e9;
  font-size: 14px;
  font-weight: bold;
  margin-top: 7px;
  width: 191px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lay_catalogue .v_driver .v_driverContent {
  background-color: rgba(0, 90, 180, 0.1);
}
/*
@media only screen and (min-width: 1150px) {
	.v_driver {
        height: 400px;
    }
    
    .v_driver .v_driverContent {
        height: 400px;
    }
    
    .v_driverDetail .v_driverDescription {
        margin-right: 20px;
       	width: 270px;
    }
    
    .v_driver .v_similarFilmImg {
        width: 800px;
        margin-left: 330px;
    }
    
    #doc .v_driverDetail .v_driverTitle {
		font-size: 30px;
		line-height: 34px;
    }
    
    #doc .v_driverDetail .v_driverDesc {
		font-size: 18px;
		line-height:24px;
		
		font-size: 16px;
      line-height: 24px;
      font-family: Arial, sans-serif;
      color: #eee;
    }
    .v_driver .clickLeft, .v_driver .clickRight {
        top: 182px;
    }
}*/
html {
  overflow-y: scroll;
}
body {
  background-color: #F0F0F0;
}
body.layoutMultigallery {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
#body {
  position: relative;
}
#doc {
  margin: 0 auto;
  min-width: 1000px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
  background-color: transparent;
}
.multiGallery .closeIcon {
  border: none;
}
.multiGallery #multiGalleryContentContainer .lead,
.multiGallery #mediaContainer .lead {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
.multiGallery .mediaContainer .description p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.multiGallery .contentContainer #mainMediaTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
.multiGallery .mediaContainer #mediaList .toggleThumbs {
  display: none;
}
.multiGallery .mediaContainer #mediaList .hidden {
  display: block !important;
}
.mainContent #specialTopicBanner {
  width: 1130px;
  margin: 10px auto;
}
.mainContent #specialTopicBanner img {
  width: 800px;
}
.mainContent .innerContent.detail.articleContent .authorProfile {
  width: 140px;
  margin: 5px 10px 10px 0;
  float: left;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #ef1c23;
  color: #000;
}
.mainContent .innerContent.detail.articleContent .authorProfile .logo {
  margin: 0;
}
.mainContent .innerContent.detail.articleContent .authorProfile .logo img {
  width: 100%;
}
.mainContent .innerContent.detail.articleContent .authorProfile .profileDetails .name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.mainContent .innerContent.detail.articleContent .authorProfile .profileDetails .authorItemTagline {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  margin: 5px 0 0;
  font-family: 'Open Sans', sans-serif;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .profileDetails {
  line-height: 42px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .profileDetails .authorItemTagline {
  line-height: 20px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .socials {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .addthis_toolbox a {
  background-image: url("http://ocdn.eu/files/pulscms/NmM7MDA_/09e85a04467f9913c375960024659bc3.gif");
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 5px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .addthis_toolbox .addthis_button_google_follow {
  background-position: 0 -2300px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .addthis_toolbox .addthis_button_facebook_follow {
  background-position: 0 -1640px;
}
.mainContent .innerContent .authorSourceProfile .profileDetails .addthis_toolbox .addthis_button_twitter_follow {
  background-position: 0 -5440px;
}
.mainContent .innerContent .titleSection {
  color: #ef1c23;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0 30px;
  padding: 0 0 10px 0;
  float: left;
  width: 800px;
  border-bottom: 2px solid #ef1c23;
  position: relative;
}
.mainContent .innerContent .titleSection .seeMore {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ef1c23;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: lowercase;
}
.mainContent .innerContent .mainColumn {
  float: left;
  margin-top: 20px;
  width: 830px;
}
.mainContent .innerContent .mainColumn .pagination {
  float: right;
  overflow: hidden;
  margin: -45px 45px 10px 0;
}
.mainContent .innerContent .mainColumn .pagination li {
  color: #000;
  float: left;
}
.mainContent .innerContent .mainColumn .pagination li.separate {
  padding: 6px 10px 6px 5px;
}
.mainContent .innerContent .mainColumn .pagination li a {
  float: left;
  padding: 5px 10px;
  border: 1px solid #c1c1c1;
  color: #000;
  margin-right: 5px;
}
.mainContent .innerContent .mainColumn .subSections {
  overflow: hidden;
  width: 94%;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  margin: 10px 0 20px;
  padding-top: 10px;
}
.mainContent .innerContent .mainColumn .subSections li a {
  float: left;
  margin: 0 5px 5px 0;
}
.mainContent .innerContent .article {
  width: 800px;
  float: left;
  background-color: #fff;
  padding: 10px 15px;
  border-top: 2px solid #ef1c23;
  font-family: 'Open Sans', sans-serif;
}
.mainContent .innerContent .article .source {
  float: left;
  margin: 5px 10px 0 0;
}
.mainContent .innerContent .article h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  margin: 10px 0;
}
.mainContent .innerContent .article .mainPhotoImg {
  width: 100%;
}
.mainContent .innerContent .article .lead {
  font-weight: bold;
  font-size: 20px;
}
.mainContent .innerContent .article .imageWrapper,
.mainContent .innerContent .article #mainPhoto {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.mainContent .innerContent .article .imageWrapper .copyright,
.mainContent .innerContent .article #mainPhoto .copyright {
  bottom: 0;
  color: #999999;
  font-family: Verdana;
  font-size: 12px;
  max-width: 440px;
  overflow: hidden;
  padding: 1px;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  transform: rotate(90deg);
  transform-origin: 100% 100% 0;
  white-space: nowrap;
  line-height: 14px;
}
.mainContent .innerContent .article .imageWrapper .caption,
.mainContent .innerContent .article #mainPhoto .caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #999999;
  display: block;
  font-family: Verdana;
  font-size: 12px;
  left: 0;
  padding: 6px 15px;
  position: absolute;
}
.mainContent .innerContent .article .imageWrapper .author,
.mainContent .innerContent .article #mainPhoto .author {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 100% 100%;
  -o-transform: rotate(90deg);
  -o-transform-origin: 100% 100%;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 100% 100%;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  color: #999;
  font-family: Verdana;
  font-size: 12px;
  padding: 3px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 17px;
  line-height: 12px;
  overflow: hidden;
  text-align: right;
}
.mainContent .innerContent .article .imageWrapper img,
.mainContent .innerContent .article #mainPhoto img {
  float: left;
  width: 100%;
}
.mainContent .innerContent .article .text {
  font-size: 14px;
  line-height: 27px;
  background-color: #fff;
}
.mainContent .innerContent .article .text #leadMedia {
  clear: both;
  margin-bottom: 35px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}
.mainContent .innerContent .article .text #leadMedia .slidesTotal {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.37);
  border-radius: 5px;
  bottom: 15px;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 5px 10px;
  position: absolute;
  right: 15px;
}
.mainContent .innerContent .article .text #leadMedia img {
  float: left;
}
.mainContent .innerContent .article .text #leadMedia #leadGalleryPreview {
  height: 75px;
  bottom: 10px;
}
.mainContent .innerContent .article .text .detail * {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.mainContent .innerContent .article .text .detail {
  /*
                    .hyphenate {
                        font-weight: bold;
                        font-size: 20px;
                        line-height: 28px;
                        margin: 0;
                    }*/
}
.mainContent .innerContent .article .text .detail h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 60px 0 30px;
}
.mainContent .innerContent .article .text .image {
  margin-right: 15px;
  float: left;
}
.mainContent .innerContent .article .text p {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
.mainContent .innerContent .article .text p strong {
  font-size: 18px;
  line-height: 32px;
}
.mainContent .innerContent .article .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.mainContent .innerContent .article .text .contentBox,
.mainContent .innerContent .article .text .promoFrame {
  width: 300px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #ef1c23;
  color: #000;
  margin-bottom: 10px;
}
.mainContent .innerContent .article .text .contentBox.left,
.mainContent .innerContent .article .text .promoFrame.left {
  float: left;
  margin-right: 10px;
}
.mainContent .innerContent .article .text .contentBox.right,
.mainContent .innerContent .article .text .promoFrame.right {
  float: right;
  margin-left: 10px;
}
.mainContent .innerContent .article .text .contentBox .more,
.mainContent .innerContent .article .text .promoFrame .more {
  display: block;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  margin-top: 5px;
  font-size: 12px;
  overflow: hidden;
  float: left;
}
.mainContent .innerContent .article .text .contentBox .title,
.mainContent .innerContent .article .text .promoFrame .title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
.mainContent .innerContent .article .text .contentBox .text,
.mainContent .innerContent .article .text .promoFrame .text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: block;
}
.mainContent .innerContent .article .text .contentBox a,
.mainContent .innerContent .article .text .promoFrame a {
  font-family: 'Open Sans', sans-serif;
  color: #ef1c23;
}
.mainContent .innerContent .article .text .contentBox .ulimg li:last-child a,
.mainContent .innerContent .article .text .promoFrame .ulimg li:last-child a {
  font-size: 12px;
}
.mainContent .innerContent .article .text .contentBox.author,
.mainContent .innerContent .article .text .promoFrame.author {
  width: 140px;
  margin: 5px 10px 0 0;
  float: left;
}
.mainContent .innerContent .article .text .contentBox.author .authorItemName,
.mainContent .innerContent .article .text .promoFrame.author .authorItemName {
  color: #000000;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 -5px;
  padding: 0;
}
.mainContent .innerContent .article .text .contentBox.author .authorItemTagline,
.mainContent .innerContent .article .text .promoFrame.author .authorItemTagline {
  font-size: 12px;
  color: #000;
}
.mainContent .innerContent .article .text .contentBox.author img,
.mainContent .innerContent .article .text .promoFrame.author img {
  float: left;
}
.mainContent .innerContent .article .text .contentBox.author span.ok,
.mainContent .innerContent .article .text .promoFrame.author span.ok {
  background: url("http://www.przegladsportowy.pl/resources/front/images/gfx2.png") no-repeat scroll 0 -341px rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  width: 64px;
  margin: 10px 15px 0 0;
}
.mainContent .innerContent .article .text .contentBox.wiki,
.mainContent .innerContent .article .text .promoFrame.wiki {
  float: right;
}
.mainContent .innerContent .article .text .contentBox.wiki img,
.mainContent .innerContent .article .text .promoFrame.wiki img {
  width: 180px;
}
.mainContent .innerContent .article .text .contentBox.gallery,
.mainContent .innerContent .article .text .promoFrame.gallery {
  margin-right: 10px;
}
.mainContent .innerContent .article .text .contentBox.gallery img,
.mainContent .innerContent .article .text .promoFrame.gallery img {
  width: 180px;
}
.mainContent .innerContent .article .text .contentBox.gallery.long,
.mainContent .innerContent .article .text .promoFrame.gallery.long {
  width: 400px;
}
.mainContent .innerContent .article .text .contentBox.gallery.long img,
.mainContent .innerContent .article .text .promoFrame.gallery.long img {
  width: 380px;
}
.mainContent .innerContent .article .text .contentBox.quote,
.mainContent .innerContent .article .text .promoFrame.quote,
.mainContent .innerContent .article .text .contentBox blockquote,
.mainContent .innerContent .article .text .promoFrame blockquote {
  float: right;
  margin-left: 10px;
  border: none;
}
.mainContent .innerContent .article .text .contentBox.quote p,
.mainContent .innerContent .article .text .promoFrame.quote p,
.mainContent .innerContent .article .text .contentBox blockquote p,
.mainContent .innerContent .article .text .promoFrame blockquote p {
  font-family: 'Roboto Condensed';
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  color: #ef1c23;
}
.mainContent .innerContent .article .text .contentBox.table,
.mainContent .innerContent .article .text .promoFrame.table {
  float: right;
  margin-left: 10px;
}
.mainContent .innerContent .article .text .contentBox.table span,
.mainContent .innerContent .article .text .promoFrame.table span {
  font-size: 12px;
  display: block;
}
.mainContent .innerContent .article .text .contentBox h4,
.mainContent .innerContent .article .text .promoFrame h4 {
  font-size: 14px;
  margin: 0 0 5px;
}
.mainContent .innerContent .article .text .contentBox img,
.mainContent .innerContent .article .text .promoFrame img {
  width: 100%;
}
.mainContent .innerContent .article .related {
  margin: 30px 0 0;
  float: left;
}
.mainContent .innerContent .article .related .itemsLine {
  float: left;
}
.mainContent .innerContent .article .related .articleBox {
  width: 253px;
  padding-right: 0;
  padding-bottom: 10px;
  margin: 0 2px 0 0;
  height: auto;
}
.mainContent .innerContent .article .related .articleBox img {
  width: 255px;
  height: 180px;
}
.mainContent .innerContent .article .related .articleBox .overLead {
  width: 255px;
  height: 180px;
}
.mainContent .innerContent .barometrWrap {
  float: left;
  width: 800px;
  margin: 20px 0 0;
  background-color: #fff;
  border-top: 2px solid #ef1c23;
  border-bottom: 2px solid #ef1c23;
  padding: 10px 15px;
}
.mainContent .innerContent .barometrWrap .question {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.mainContent .innerContent .barometrWrap .errorContainer {
  font-size: 16px;
  width: 100%;
  float: left;
  color: #ef1c23;
}
.mainContent .innerContent .barometrWrap .options {
  position: relative;
  float: left;
  width: 100%;
}
.mainContent .innerContent .barometrWrap .options .optionStats {
  position: absolute;
  top: 30px;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
}
.mainContent .innerContent .barometrWrap .options .optionStats.firstOptionStats {
  left: 100px;
  color: #00a22b;
}
.mainContent .innerContent .barometrWrap .options .optionStats.secondOptionStats {
  right: 100px;
  color: #ef1c23;
}
.mainContent .innerContent .barometrWrap .options .barometrImage {
  width: 50%;
  float: left;
}
.mainContent .innerContent .barometrWrap .options .barometrImage .barometrTextAnswer {
  width: 90px;
  height: 90px;
  display: block;
  text-align: center;
  line-height: 90px;
  font-size: 18px;
  color: #fff;
}
.mainContent .innerContent .barometrWrap .options .barometrImage #barometrImageFirst {
  background-color: #00a22b;
  float: left;
  height: 90px;
  cursor: pointer;
}
.mainContent .innerContent .barometrWrap .options .barometrImage #barometrImageFirst img {
  width: 90px;
  height: 90px;
}
.mainContent .innerContent .barometrWrap .options .barometrImage #barometrImageSecond {
  background-color: #ef1c23;
  float: right;
  height: 90px;
  cursor: pointer;
}
.mainContent .innerContent .barometrWrap .options .barometrImage #barometrImageSecond img {
  width: 90px;
  height: 90px;
}
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageFirst,
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageSecond {
  height: 100px;
  padding: 5px;
  margin-top: -5px;
}
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageFirst img,
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageSecond img,
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageFirst .barometrTextAnswer,
.mainContent .innerContent .barometrWrap .options .barometrImage.voted #barometrImageSecond .barometrTextAnswer {
  border: 2px solid #FFFFFF;
}
.mainContent .innerContent .barometrWrap .surveyWrap {
  width: 100%;
  height: 20px;
  display: block;
  float: left;
  margin-top: -90px;
  text-align: center;
  padding: 0 95px;
}
.mainContent .innerContent .barometrWrap .surveyWrap.voted {
  margin-top: -95px;
}
.mainContent .innerContent .barometrWrap .surveyWrap .survey {
  text-indent: -9999px;
  background-color: #ef1c23;
}
.mainContent .innerContent .barometrWrap .surveyWrap .survey .firstOption {
  background: #00a22b;
}
.mainContent .innerContent .googleAdsBox,
.mainContent .innerContent .similarContentTop,
.mainContent .innerContent #commentEncouragement,
.mainContent .innerContent #mainForum,
.mainContent .innerContent #leg {
  float: left;
  width: 820px;
  margin: 20px 0 0;
  clear: none;
}
.mainContent .innerContent .asideInfo.hyphenate {
  width: 200px;
  float: right;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #ef1c23;
  overflow: hidden;
  padding: 5px;
}
.mainContent .innerContent .asideInfo.hyphenate h4 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 0 5px;
  margin: 5px 0;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable {
  font-family: 'Open Sans', sans-serif;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable .asideInfoTableRow {
  background-color: #fff;
  padding: 5px;
  float: left;
  line-height: 18px;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable .asideInfoTableRow.next {
  background-color: #f0f0f0;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable .asideInfoTableRow .asideInfoTableCeilName {
  color: #ef1c23;
  display: inline;
  margin-right: 3px;
}
.mainContent .innerContent .asideInfo.hyphenate .asideInfoTable .asideInfoTableRow .asideInfoTableCeilValue {
  color: #333333;
  display: inline;
}
.multiGallery * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* zobacz także */
.mainContent .innerContent .article_seeAlso {
  float: left;
  margin-top: 20px;
}
.mainContent .innerContent .article_seeAlso .titleSection {
  width: 100%;
  font-size: 20px;
  border: none;
  color: #000;
  margin: 0;
  padding: 0;
}
.mainContent .innerContent .article_seeAlso ul {
  float: left;
}
.mainContent .innerContent .article_seeAlso ul li {
  width: 100%;
  display: block;
}
.mainContent .innerContent .article_seeAlso a {
  float: left;
  color: #ef1c23;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.mainContent .innerContent .article_seeAlso a:hover {
  text-decoration: underline;
}
.mainContent .innerContent .similarTopics a {
  color: #ef1c23;
}
.mainContent .innerContent .similarTopics a:hover {
  text-decoration: underline;
}
.streamLoader,
.backToTop {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.streamLoader span,
.backToTop span,
.streamLoader a,
.backToTop a {
  padding: 5px 15px;
  background-color: #ef1c23;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.autopromoapp {
  float: left;
  width: 800px;
}
.autopromoapp img {
  width: 100%;
}
.mainContent .innerContent .detail .lead .autopromoapp {
  width: 100%;
  margin-bottom: 15px;
}
.autopromo-title {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  float: left;
  margin: 20px 0 5px;
}
.mainContent .innerContent .googleAdsBox,
.mainContent .innerContent #mainForum {
  width: 800px;
}
/* spis treści */
.sommario {
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  float: left;
  position: relative;
  margin-top: 30px;
}
.sommario.solo {
  margin: 40px 0 20px;
}
.sommario .sommarioLabel {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  top: -25px;
  left: 0;
}
.sommario .articleIndex {
  list-style: decimal inside;
}
.sommario .articleIndex li {
  float: left;
  line-height: 20px;
  width: 100%;
}
.sommario .articleIndex li a {
  color: #ef1c23;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.sommario .articleIndex li a:hover {
  text-decoration: underline;
}
/* formularz */
.layerGlassFullPageButton {
  border: 1px solid #C05100;
  background-color: #ef1c23;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Verdana;
  font-size: 18px;
  font-weight: normal;
  height: 48px;
  line-height: 46px;
  margin: 0 auto;
  padding: 0 48px;
  text-decoration: none;
  width: 350px;
}
.formToolsUglyHack {
  display: block !important;
  background-color: #ef1c23 !important;
}
.forms .sendForm {
  width: 60px;
  height: 28px;
}
#detailFormsContent .navBoxClose {
  z-index: 200;
}
/* stronnicowanie */
.detailPagination {
  float: left;
}
.detailPagination a,
.detailPagination span {
  color: #ef1c23;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.paginationTiles {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
}
.paginationTiles li {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #ef1c23;
}
.paginationTiles li.label {
  border: none;
  color: #000;
  padding: 0;
}
.paginationTiles li a {
  color: #ef1c23;
  padding: 0 10px;
}
.paginationTiles li.current {
  border-color: #f0f0f0;
  padding: 0 10px;
}
/* player */
.mediaInset img,
.mediaInset video,
.mvpContainer .mvp {
  width: 620px;
  /* 2.39:1 */
  height: 260px;
  min-height: 260px;
}
#mainPhoto .mvp-info .mvp-info-description {
  font-size: 12px;
  line-height: 18px;
}
#detail .mvpContainer {
  zoom: 1;
}
#detail .mvpContainer .mvp {
  height: 347px;
  width: 620px;
}
/* addsense */
.onet-ad.onetAdsLeftSlot {
  float: right;
  margin: 10px 0 10px 10px;
}
/* plik do pobrania */
.filesAttachmentWrapper {
  width: 300px;
  border: 1px solid #e6e6e6;
  border-top: 2px solid #ef1c23;
  overflow: hidden;
  margin: 10px auto;
}
.filesAttachmentDataContener {
  display: table;
  margin: auto;
  padding-top: 20px;
}
.filesAttachmentDataContener .filesAttachmentData {
  display: block;
  height: 50px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentDataExt {
  background-image: url("http://ocdn.eu/files/pulscms/ZDE7MDA_/48f4feb64d9e88e95cab2b9d46bf6a9d.png");
  float: left;
  height: 50px;
  margin-right: 10px;
  width: 40px;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentDataCaption {
  display: inline-block;
  float: left;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  padding-top: 6px;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentDataCaption .filesAttachmentDataCaptionSize {
  color: #151515;
}
.filesAttachmentDataCaptionName {
  color: #ef1c23;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentDataClear {
  clear: both;
  display: inline-block;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_rar {
  background-position: 0 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_zip {
  background-position: -48px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_mp3 {
  background-position: -96px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_wav {
  background-position: -144px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_txt {
  background-position: -192px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_doc {
  background-position: -240px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_docx {
  background-position: -240px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_xsl {
  background-position: -288px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_xslx {
  background-position: -288px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_ppt {
  background-position: -336px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_pptx {
  background-position: -336px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_pdf {
  background-position: -384px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_jpg {
  background-position: -432px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_jpeg {
  background-position: -432px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_png {
  background-position: -480px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_exe {
  background-position: -528px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_iso {
  background-position: -576px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_mov {
  background-position: -624px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_avi {
  background-position: -672px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_tif {
  background-position: -720px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_eml {
  background-position: -768px 0;
}
.filesAttachmentDataContener .filesAttachmentData .filesAttachmentExt_other {
  background-position: -816px 0;
}
/* player */
.mediaInset video,
#mainPhoto .mvpContainer .mvp {
  height: 433px;
  min-height: 260px;
  width: 770px;
  float: left;
}
.detail .mvpContainer .mvp {
  height: 349px;
  min-height: 260px;
  width: 620px;
}
/* tabelka */
.detail table th {
  font-weight: bold;
}
.detail table td,
.detail table th {
  border: 1px solid #DEDEDE;
  padding: 5px 15px;
}
/*
.detail table tr td:first-child, .detail table tr th:first-child {
    border-left: 0 none;
}
.detail table tr td:last-child, .detail table tr th:last-child {
    border-right: 0 none;
}
.detail table tr:first-child th {
    border-top: 0 none;
}
.detail table tr:last-child td {
    border-bottom: 0 none;
}*/
/* footer źródło */
.articleFooter {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  margin-top: 20px;
  width: 100%;
  float: left;
}
.articleFooter * {
  font-family: 'Open Sans', sans-serif;
}
.articleFooter span[itemprop="name"] {
  font-weight: bold;
}
.articleFooter.sponsor {
  border: none 0;
  padding: 0;
  font-style: italic;
}
.articleFooter.sponsor .sponsorName {
  font-weight: bold;
}
.mainContent .innerContent .similarContentTop {
  margin: 20px 0 0;
}
.mainContent .innerContent .similarContentTop a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.mainContent .innerContent .similarContentTop .delimiter {
  margin: 0 2px;
}
/* forum */
.mainContent .innerContent #mainForum * a {
  color: #ef1c23;
}
.mainContent .innerContent #mainForum * button {
  background-color: #ef1c23;
}
.innerContent #dotyczy {
  line-height: 28px;
}
.k_nForum_ReaderDiscInfo {
  margin-bottom: 20px;
}
.ui-dialog * a {
  color: #ef1c23;
}
.ui-dialog * button {
  background-color: #ef1c23;
}
.forumCommentatorDialog * a {
  color: #ef1c23;
}
.forumCommentatorDialog * button {
  background-color: #ef1c23;
}
.mainContent .innerContent div#forum-o-mainbox a,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_Commentator form.mUploader .uploader .action,
.mainContent .innerContent div.k_nForum_Commentator form.mUploader .uploader .action,
.mainContent .innerContent div.k_nForum_ReaderDiscInfo a,
.mainContent .innerContent div#forum-o-mainbox .k_author,
.mainContent .innerContent div#forum-o-mainbox .k_parentAuthor,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_readerNote .k_author,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_readerNote .k_parentAuthor,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_CommentPreview .k_author,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_readerPathNavigation .k_author,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_readerPathNavigation .k_parentAuthor,
.mainContent .innerContent div#forum-o-mainbox .k_nForum_Commentator a,
.mainContent .innerContent div#forum a,
div.k_nForum_Commentator a,
.mainContent .innerContent div#forum .k_nForum_Commentator form.mUploader .uploader .action,
.mainContent .innerContent div#forum .k_author,
div#forum .k_parentAuthor,
.mainContent .innerContent div#forum .k_nForum_readerNote .k_author,
.mainContent .innerContent div#forum .k_nForum_readerNote .k_parentAuthor,
.mainContent .innerContent div#forum .k_nForum_CommentPreview .k_author,
.mainContent .innerContent div#forum .k_nForum_readerPathNavigation .k_author,
.mainContent .innerContent div#forum .k_nForum_readerPathNavigation .k_parentAuthor,
.mainContent .innerContent div#forum .k_nForum_Commentator a {
  color: #ef1c23;
}
.k_nForum_readerNote .k_author .mainContent .innerContent div#forum .k_nForumReaderMenu ul li a:hover,
.mainContent .innerContent div#forum .k_nForumReaderMenu ul li b,
.mainContent .innerContent div#forum .k_nForumReaderMenu ul li b a,
.mainContent .innerContent div#forum .k_nForum_ReaderV2Header h2.k_nForum_Header2.specialMenu ul li a:hover,
.mainContent .innerContent div#forum .k_nForum_ReaderV2Header h2.k_nForum_Header2.specialMenu ul li b,
.mainContent .innerContent div#forum .k_nForum_ReaderV2Header h2.k_nForum_Header2.specialMenu ul li b a {
  border-color: #ef1c23;
}
.commentatorIframePreloader {
  height: auto !important;
}
.k_nForum_ReaderFooter {
  display: none;
}
.mainContent .innerContent #mainForum {
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 20px;
}
/* motointegrator */
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-content div.item-list ul {
  margin-bottom: 15px;
  float: left;
  background-color: #fff;
  width: 800px;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-content div.item-list ul li {
  display: inline-table;
  font-size: 11px;
  margin: 23px;
  vertical-align: top;
  width: 113px;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-content div.item-list ul li img {
  height: 67px !important;
  width: 90px !important;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-header {
  border-bottom: 5px solid #B7B7B7;
  margin: 0 0 15px 25px;
  padding: 0 0 2px;
  width: 635px;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-header p {
  background: none repeat scroll 0 0 #F00000;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 0 -25px;
  min-width: 290px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
div#block-views-MotointegratorOffers-block_1.clear-block div.content div.view div.view-header p span {
  border-left: 5px solid #FFFFFF;
  display: block;
  font-weight: bold;
  margin-left: 20px;
  padding: 2px 0 2px 15px;
}
.views-field-created {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.8;
  padding: 0 2px;
  position: absolute;
}
.views-field-created span {
  color: #FFFFFF;
  font-size: 12px;
}
#view-Lists .views-field-created,
.view-Brand-Articles .views-field-created {
  left: 8px;
  top: 103px;
}
.view-Authors .views-field-created,
#mainTopic .views-field-created {
  left: 8px;
  top: 91px;
}
.block-region-second_content .views-field-created {
  left: 8px;
  top: 89px;
}
.block-region-second_content li.views-row-1 .views-field-created,
.view-HomePageStreamBig .views-row-1 .views-field-created,
#mainTopic .views-row-1 .views-field-created {
  left: 8px;
  top: 258px;
}
.view-HomePageStreamSmall .views-field-created {
  left: 8px;
  top: 89px;
}
#block-views-HomePageStreamOther-block_15 .views-field-created {
  left: 8px;
  top: 193px;
}
.view-HomePageStreamSmall .views-field-created {
  left: 8px;
  top: 118px;
}
#block-views-HomePageStreamSmall-block_16 .views-field-created,
#block-views-HomePageStreamSmall-block_12 .views-field-created,
#block-views-HomePageStreamSmall-block_18 .views-field-created {
  left: 8px;
  top: 137px;
}
.view-HomePageStreamOther .views-row-3 .views-field-created,
.view-HomePageStreamOther .views-row-4 .views-field-created,
.block-CustomBlocks .views-row-3 .views-field-created,
.block-CustomBlocks .views-row-4 .views-field-created {
  left: 8px;
  top: 80px;
}
.view-HomePageStreamOther .views-row-1 .views-field-created,
.view-HomePageStreamOther .views-row-2 .views-field-created,
.block-CustomBlocks .views-row-1 .views-field-created,
.block-CustomBlocks .views-row-2 .views-field-created {
  left: 8px;
  top: 193px;
}
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_facebook,
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_facebook,
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_google_follow,
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_google_follow,
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_email,
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_email,
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_twitter,
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_twitter,
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_wykop,
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_wykop,
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_compact,
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_compact {
  height: 33px !important;
  width: 33px !important;
  line-height: 33px !important;
  margin-right: 12px;
}
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_facebook {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAAb1BMVEXx8fH////////09PT////////////////////////v7+/////////////y8vL19fX////////////////6+vr////////////////w8PD////z8/P////////4+PgAAAD5+fnz8/Pu7u7w8PD///9aHcYOAAAAIHRSTlPiS1HQkD8qaXsM9DYJitvMBnhIA7JvZg8k7VrXMy25AGCikh4AAACFSURBVHja7dDJEoIwEIThQXHDXTAQZrRZ8v7PaMLJA8lUWcXN//xduikjl8q2ZF26nkantJgo7lsAsomK6oCpOib4BkU8oIihhK88GvOMiDVC18SWdwCN08RrSbEXkSaIk/jmtrT4bqeKsyoqVVxmhGXmfHqMfZ2+9i9+E1YRPa2GpBjNB1L6kWPDcnFwAAAAAElFTkSuQmCC) transparent 0px 0px no-repeat !important;
}
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_facebook {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDNEN0YxQzRGOUMzMTFFMkE2NzdBNUJEOTBGQTNDOEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDNEN0YxQzVGOUMzMTFFMkE2NzdBNUJEOTBGQTNDOEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowM0Q3RjFDMkY5QzMxMUUyQTY3N0E1QkQ5MEZBM0M4RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowM0Q3RjFDM0Y5QzMxMUUyQTY3N0E1QkQ5MEZBM0M4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmP+yg4AAADzSURBVHjaYmRxbAphYGBYBMScDPQHv4A4nQlI1A2QA0CADYgbQY7gZxhYwM/EMAjAoHAEC43M/QvEF4D4GhTLATEzVM4JiFVo7YitQJwLxPdxyC+ltSOWAXH0QKaJ16A8P9AJcy4QfxnohLkbi5goEE8DYkUkMUVaOuIpFrEKIA6hZ3R8xyKmMhgKK+YhU2IOeUcIADEjEn6ERY0PmhpGbCUpvUMClEakB9oRctCGzIA6Qp3aJaYBUjENq7rRgS6azy2p7YgDSOyP0ISKDrZAo2C0nBh1xKgjRh0xPBzxdIDd8ALkiGIgPjtADrgMxFkAAQYAJlEgj0ysO4kAAAAASUVORK5CYII=) transparent 0px 0px no-repeat !important;
}
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_twitter,
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_twitter {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTFDNUFCNkFGOUMzMTFFMjgwMTVBQjZDNDU1NDkzQTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTFDNUFCNkJGOUMzMTFFMjgwMTVBQjZDNDU1NDkzQTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMUM1QUI2OEY5QzMxMUUyODAxNUFCNkM0NTU0OTNBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMUM1QUI2OUY5QzMxMUUyODAxNUFCNkM0NTU0OTNBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prm6W44AAAJhSURBVHjaYmRYctebgYGhC4i1GOgP7gNxDSPQEfeADEWGgQNfmICEEMPAAh4mhkEARh0x6giSHMHGxEi0QdJcLAxzLEQZbvjKMnwIU2DY7ijBoCvABpcPl+fBaR4LPoN7jYQZjr/5wbDswRe8DjAWYmfY6yLJwM+K8JOHFBeDkwQnw/rHXxnsxTjBZqx8+IX0kHCS4GBYZCXGkKbCh9cRi6xEURyAHJKgEHj6/Q/D3///GbyluciLDmZgCM40F2HYaC8BDnJ0AApyLX42giHFzMjIsPXpN9IdcfzNTzjbT4YLGN8yYAeZCbOjpAVCYMG9zwzF597ilMdrQsfVD8Dg5IYnKB4WJnDUgPDTb38Y7nz5w/Dx1z+Cjnj09Q9eebyOSFDiASeoBCVerLmBmFAAgdc//5LvCFBcglI4peDCu1/klxMTb36k2AHvgNEFyuZkO2LTk28MBWffUuSI3c+/AbMnhcX2pidfGdJPvgH7iBwAStwU1x2vf/xjaDcUYhBiI72aAZWWF97/otwRX/78Y/DZ/4Lh42/SQuLF97/gEKRaLQpKWEobHjE0XX7PcPbdT4LqvwMTQejhlwSzJlFZFKUIB5bfoHLBQJAdrzpQiHnue0EwRxDlCDluFgYPSS4GfmBasBHlAFdmoBKTUIglHn/NcPPTb5KijgVfUXvk9Q+GIk1+YLXMibMtAAr6Hc++Mcy9+xlnBUUIgPodoDzEj08RqCYFRYMiDws4hEA1IqjOuPbxFzj1gxIvJYCoNAEqbEAJkphEOdrQHXUEtRzxboDdAO6VFw+gQ0ANlmKAAAMATkvPc7Q0i5kAAAAASUVORK5CYII=) transparent 0px 0px no-repeat !important;
}
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_google_follow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAACNFBMVEXRRzbdSznTV0j0xb/dSzndSznQRjXrl43xtq/kc2TkcGHmem3memzjbV7upZz308/hYlPqkYbldWfyvLX1zMf0x8HsmpD88e/smI7xtq753drhX0/43Nn42tfyvbbsmY/hYFD1y8b419Tv7Oz43Njcg3jxt7DQRzfyu7TsmY7zwrvv7u7upp3TU0T1ysX20c320s33087RTDzngnbaeW7s1tPUWUrRSjnvqqL1ycTja1zRTDvvqJ/0xL/539vjqaL65eLgW0rzwbv31tLgXU3hXk765OHldWjsnJLvrKPkcGLsnZPiZFX65+Xuo5r2zcjRTT398vHRVUbvrKT76ef1yML1ycP42tbupJv0wrzpjIDpjYHohXngWEj31ND0x8LwraXrlInup5/iZVbuo5nrlIr99vX64t/hYVHnfnHmfG/65uP31dDfV0b54N387+3ja130xsD++fnsm5Hld2nyuLHeUT/++fj20MvgXEzzv7nzwLrkb2HjbF3eUUDtn5X99fT++PfmeWvQSDfgXUztopn76+j2zsniZ1fhX1DkcmTTRzb++/rngHP87uzfWEf87ez87+7toJbfVUT88O/54d7//v3meGv99PPgWknfVEPqkof76Ob+9/bwsar+/Pzwr6fhYlLxs6z87evw7+/eTz376+nQRjX//v7zvbflc2XdTTv20MzxtK3eTjzeU0LeUkHfVkXdTDrw8PD++/vxs6vfU0LeTz7eUD7dTDv////dSznk8dS4AAAAB3RSTlPiS+1RZlrt1YRQ6QAAAh5JREFUeNqF02VTW0EUgOGtUXd3d3cvdXd39xZ3dwoU4u6uxEhScs/+uZ4le2lIMvT9kJM988yduZsJmUDoeBVMIQV0/H6T3fQ/ka340fTuo81mSbJCz7pesf3wKYeRC2+korjN3A/WBKYBeBIIsn1EntjPZniIbN5Uvkfb++GTCbBHT429Ah0RTtjHxUbrluohSoONahSP7fiAtPDAIBdxUyy9GzAD+B4IXEQ9sJcL1za+a7YAwMMrlLpTWDU+g81mgbh2Ud63z0i207CiKhRyLKwBiQPntKlkZ5covv5CkRSkahgTcdlEkUrieYeyaFAlLymRayAhk0hkzmLiukPFrqKoitDZM2dVLmhXwaoZ0wONpUUkrqoTxVoULeKhGxbxO40nbojLFoB77fx7zJm+DzfeB1zu5MvFANeiWWJYQOFr0FPWsnIoW0d5UjOsHhUAfm1drGnJUvCvpGKxDeoGLgrPIqlZv2YF+JYr6WjB0us3ufBWKupP1+qQlUlpbig68KoMPew6K2ieUgK5y+bFMyj8qfziAJuXLqDQvY3mFScp6wVg/X57PuHFYeh8KQPWz0AeceSgpfaWydPqGyE/vue+y+E23fHbz7V9fe+tjHQHckT82IlzbopFB74w8tqeLQ79e4GeNyg0xmxxNOOoP48kaRCP/NfvyDzPmwtQr8/6304cc1QAhJRZ//1J96ORP2Lh+a0wJ5YJvJP/AmCTwxE5GjzPAAAAAElFTkSuQmCC) transparent 0px 0px no-repeat !important;
}
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_google_follow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUNDNEU0N0FGOUMzMTFFMkJDNEY5REFFMTM1MTFDRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUNDNEU0N0JGOUMzMTFFMkJDNEY5REFFMTM1MTFDRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQ0M0RTQ3OEY5QzMxMUUyQkM0RjlEQUUxMzUxMUNENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQ0M0RTQ3OUY5QzMxMUUyQkM0RjlEQUUxMzUxMUNENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PovEHJIAAAVpSURBVHjaxFdrTBxVFP5mZhlY2N3hTUUpj2KtplZFrRo1ak0DSlNStdEmNo36o000mkCixlh/GJM2xtSk1QZNjFF/GTXVStqK2qT6o1Ytiq0IUihQKPJall3Y9+x6zl12u8M+AKH2kDvs3rv3znl85zvnSj31d9UDeJPGDfj/5TyNV030OECjEldG+L3vyYpVy8eVFYtJn3YZZtTKamStWQtFy4VssUUmZQWSLCVul2QoNg2+vh64jhyC7poyLpsykLftKcg5VvjOd8P1zeGkWpgQDkHKMsNW1wDrxk3IWFEKhMO0YhKHhHU98j3+cEUWCrD4uv/C1FefQp9xJTndBGttAxljhdp5JkEJSVHo9SGYLPfXQtvyBNSySnjaf8VE8z4EhocgqSrMN92G3MeehKnkKsNm96kf4TvXhaB9HJ7TpxCcGAMbk1RCOhlDts4xxKBr0QuvkLtluL5twcT7byMcCMQsD/wzJCwtatwNdWUcdiUJruNHERwboZeE0gY8HF0PpVZCljIyoI+Pwv7huwj7/UbX0wG+c52RNa8nNp19+92wPfwI/XYeyMWfJUmplWA3es60ITQznfJHnvbTcLa2GA603Psgsq6/MQ6EhCEyKH4YQkQKJawrzBASAxMRt6YzyO+j2J8k4NZDNmdH4li8ApnVq+HtaBcA07ZsI1BfjXAweOmlZrPIHpF1KytQ8MzzlzzCXqJ9/v5emBgwsY1pxH+hD77OszDfsj42l1FaJrJEys6B5YE6I27miJJXANumR5MDUyLNFKttXiX0yQkEhgYMSsjMJWQtW6VP2qFrebM4iGKBztY0oSgbGnJO8dSsJyIP3eWkcEhIa0EsJJQ1gZFh45zbLdAfds9g4oP9ZIwmDhbcQvOMk+KX3hDEx24ff2evCIFEf6wUj+D4CCshQ111nXAXW5veHbrha2B4MJY1/t7uFMr7Ilsddkr3zhTZwY8cC8W0dl5vMIHFspfc6Pu7I+3v+VyJKD9K4QnnkacYqHL0i612M5T8grQHZlJNiYqz9TC8XR1LrF2SGHI80jmFOH7JxLrhIWTX3Ck+z5w8AWfLFwj7vOnfQUwsU+aIj7P/kxeweAK6b6OIO1O4f7Bf8APzgXndrch9fIcIx/TxY7B/3EyAGp3fUAKnv6+XUjgbgYsXUvtj6uvPHeaa9ZrI+Xhy+qMNutOBzIpqqFXXitRzHvuSKPwgQpQNCxLyhLqySrBjiFoGBvLcUs+ZJFF758hae7PGFKyWr6INKpVein/1GoGDqHAIxvbvEYBcLokqYWJtvWd/F0NwOi0oBYUo3NloICbvn+3LqkAMl5EqqhoIKeRxk7vdxBvGri+zanWk6FwGkZGk2WAqD3k8hrnsO+5B/vadkDKzLoMSSZoC7pScRw8l8IRt81YUPftiQqe1ZCVEIxM/QaWaSSvs9UK3TyQAybKhDsVNr4lmeNmg0b+jwUG1Q+N+Ui2vJCtLRTi40DDBiP4hSVfE6TZ+8C14fvt5ydkhUZ/gMBWVaFzROAO4HgRGLlLLN4aQ3xdr53K3bhfNiyFsVAFH9+6Gl/qMJSlBTY3D8dkn2vSJVlHpmFTmNjkMRvO6GhQ8/RwyyioMa6z46L7XEZxT5hejhLJLdr/s+v5Ilk5gZBwk7Z71oKBdT/svMBWWQL2mPK5dL4Z/oA/+nq7FK8EVlrJT9rT9NH8hiuJgcADjB/Zg+ofvDLewTLq1RXvPxUmkC5PD89wbEpwy5YD9o2bBsLGMoutifK+xYBU47OwJJTffvtjNQQKum7rvWLGk64K4NP03mZYLdzU2UWtnZ/DxnVRewOAsYY9Eq6k+NZn2cpNG+Abd9K8AAwBxu0SovqxkJgAAAABJRU5ErkJggg==) transparent 0px 0px no-repeat !important;
}
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_email {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAA2FBMVEVupbZ1r8B1r8B1r8B1r8BupLTV5+zN4uh/tcTD3OTl8POfx9OIusnF3eSnzNez09zd6+/q8/Xj7/KiydW+2eGXw9Bto7ONvcuv0duRv83S5eqMvMqhyNTg7fG82OG21d7Q5Ora6e6Uwc7f7PB4scF6ssLi7vKHucj3+vvt9ffT5uuex9Py9/nW5+zs9PaCt8aPvsyKu8rI3+Zvp7eVws/J4OfL4eesz9n0+Pq41t6SwM17s8P9/v7w9/iAtsX5+/z6/P3v9vh3sMH8/f59tMRupbX///91r8Acm71cAAAABnRSTlPiS2ZRWu331RMDAAAA70lEQVR42tXTV1MCMRiF4QUFK0UsWBAQkN4Ft8G2yDn//x8Jo8Oum2W58Abei1xknkxmMvmUhMK4UqdKivF9KCvu6dhE0YGcM/aFd290JKD1Jr74ErfmNAS61qwdEFiovNLgZ6vsOQgKQKeV3oJmi9kFQgIXpGpjk9A95gBJ4KzBVhPAjUHeIUpg8E5PF5n1Oke0QP2ctMhGF7tE+3JE0szbYoeoa+hc0yoAr26UcMqb7b4xxLrqQBbD0s+53wumlfB7PD8t8af5bBkU4nESAsDn6M0XHL/0AYl4AWG6kLNrB/iT/yn2z/7JQyxYJb8BiX4e7nmNH3kAAAAASUVORK5CYII=) transparent 0px 0px no-repeat !important;
}
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_email {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzU1MURBNkJGOUMzMTFFMkEzNUU5QkVFMDZBMzk5QkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzU1MURBNkNGOUMzMTFFMkEzNUU5QkVFMDZBMzk5QkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNTUxREE2OUY5QzMxMUUyQTM1RTlCRUUwNkEzOTlCRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNTUxREE2QUY5QzMxMUUyQTM1RTlCRUUwNkEzOTlCRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkI1AOMAAALdSURBVHjaYkydMNebgYGhC4i1GOgP7gNxDQuQmAzEigwDA0D2zmQCEkIMAwt4mBgGARh1xKgj0AELNkFpEUGGqnA/BlYWZqpZ9PvPX4aOVZsZHr9+RzgkmBgZGbjZ2Rl61m5jePPpM1Uc8Pn7D4YZ2/aBHUJUdLCzsTIUBHowCPFyMzQu2cBw6MpNihxw/u5DhobF6xi+//zFUBnuS3yaYGFmYkj1dGQwV1diWLL3KMPUzXvAviEF/Pz9G6x3+pa9DAoSogyFQI9xsrMRnyZg0RLjbM3Aw8XBsO3URbBv4lxsGPSV5AhXCC9eM8zefgAcnRYaKgwJbrZg80hKmMggwNKYgZeTg2HlwZPgELHTUWcItTNjYGdlxVD75+8/hi2nzjPsOH2J4d///wyuRjoMobZm5OUOdOBsoM3AzcHOsGjPEXAaufboGTC6HBgUgcEMAy/ef2SYv+sQOBRAIMjahMHDRI/8LIoNgIIVlGtAqRwUzJ2rtjB4mOox+JgZMhy+coNhzZHT4NQPi0YbbTXKyglcQFdRFpzAQNHy9cdPcFo5fPkmPNHCErShsjxtS0xpYUGGoiBPBj4uTngZAM7arJCsrSUnBU4bNHPEnWcvGf78+8cgKyrEUBHuwyAmwAcWByXckhBPBjVpCbBjHr16w/Du8xfqOgIU16CgBxVgIAtBQISPl6Es1BucOMvDfBjkxUTg6pUkxRjuPn/NcPn+Y+o44tWHTwxzdhxgsNBUBjqCB0UOFCWlId7wEEEGpmqKDO+/fmNYd/QMOLuS7Yiztx+AC51IB0sMByCXrrgAqEwBObBnzTaGD1++kZY7QAlr9eFTDNcfPQUnQgEeLrLrDlBWBWXbluUbGZLc7YhzBKiiaV+5CeyQkhAveC6gBFhpqYLpSRt2ER8drz58ZsgPcKOKA2DAWFUBXJERHR2gGrBi3qrRNuaoI0Yd8W6A3fAF5IjiAXTIR5D9AAEGADku9Y8sOyjrAAAAAElFTkSuQmCC) transparent 0px 0px no-repeat !important;
}
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_wykop,
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_wykop {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODc3NDVFNEYyMzVBMTFFMjk0Q0I5Mjg4QzY4RkM2MjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODc3NDVFNTAyMzVBMTFFMjk0Q0I5Mjg4QzY4RkM2MjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RDI1NjBFQzIzNTkxMUUyOTRDQjkyODhDNjhGQzYyMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Nzc0NUU0RTIzNUExMUUyOTRDQjkyODhDNjhGQzYyMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiwPoqkAAAMAUExURT6QvfiXWu30+ficYP3dufb6/P7t1k6Yw0aUwPuxY9fp8YC21JLA2vzBdIzA11ygx3Wuz//8+f/796vN4fy5Y/iYXvy1XpTE2fq5koi+1VWdxfqycuXw8rbc5UyXwvqqWvD3+j+QvkqWwpzK3PuxXnex0IO41P7s2P3Zt/miWXWwz0KSv/7gvP/79fy+dvmeW/y3W6zS4oy92M/m7PmkX22rzfqlWqDJ3prF3PiZWlmexo6+2f3i0bnX5//59P7pzf3l1qna4vzJjv3LiWqozPvCkvv9/pnN3WCjyPmgY1qfx/yzWqDT31SbxPvBlPuuWlCZw26qzKHN39Dg6memyvy2Y47F2fqvY/uwWvqtXvqqXvijafigZvmhX2OlyX610nyy0V2hx5LH2rbV5v3Oj/vJp1GaxJ7H3fqsY1acxPmlY/mjY3220vibYP7r2W+sztPi683f6WSlylCaxKnL3/q2jvy2WfqqY/mnY4m61nmx0XKtz/eTU2+rzWqpzGWnyleexZXC23qz0f///vT19UqWwdTj7LXS4vy1WHGszYe/1vy4Xlidxoa71UmVwaXJ3f3+/lugx/7mx1CZxI3C2P3HgM7j7v3gz3KvzkqVwfqqYHCuzvqoYPqpY9rt7/7r3r/a6f7w3t7o73Crzr3h5//24//7+oq92/mmdfqtcvzGkPuzY1edxvq6jrHR5P3m2bXT5fzGj/vFkMnk6v3Vn8/g6vifY5vD2minzJnD3Pq6lfq/lv3VuPL4++Dt8NHi65C913uy0vy0V/y1Wv3o2/3r2/7o2/7s20GRvliexbjT42ypzf3Khrzd50iWwfu5cv7s3oW31PmhYP7ft/uvYPqyiPq0i4G11Mff7Mve6cjf7P/+/IW41YW51oO71Ii51LvV5HCtzoW403Cuzf3XpGeoy/vQs3q10fzVt/zUs/moY42/3Xy00Xev0MLc6sTd65XB2v/385fB2ZfC23ux0PmjYf7v5kOSv/mlYPu4dajR4P7t4PmpcEmWwf////b29py2L+sAAAEAdFJOU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wBT9wclAAAC6UlEQVR42mL4TwAwEKdAxvisYZA4X69afJOqQGftYoGE+9tPLYIrkFni4540RVItp0lrtmldSJFHIr9XQ6av1cUCiIJ5jkB5vns5qjPy6+rjPPitMn3TAgLS0tIm+z4AKZAByod18YlbpJubm6db7Pz8gef13YOBXq2tAeyTg/8ztMgC5YO4FNz+IcDS5n9uTO9qOdjlBP4z7APJsyLJNrOldLOBGHt3cMjJtTFsdk/q4kKW32JgUJYCZi74LqdUwiCbxCeOMMB+4b/LZSIiYmAjFNZwKB1g+DXlnjlUVtD+zCHnf0K8YqERTmAB0+9KCQzKks8NYdo7DEQM2P7pRKzmvHIcJHD9xN9aBnE1rWQg+/akJ/90ebtFvJ3+CZ2PDJffBFJgpPg3hIEv57EtUHqqQRlQr3foapW8fxryGeVzLgAV8DD89WDobTK1BdrbIWIAtF5PhVN+1T8h6TmvNP2AChoZ/k5kUNN6avvvn85hkVAV9X8s8uEZs47+e6mZlX1pPliBF0P8wzigGwT1VFb7b/ynKx1Vbub6z25lrKflbrCCBoY3ph4bgKax+HOGRwKt16zI+vr7X6rlNsbcbxAFCXWJ64AKhH5GZUD0ZuuvTY1mFL06fRnIkUArQryEQV7SMJtb8ePovz36nttyaxiv2UC9mchwveikBYhjJ22Spe/3zyGGmVG01AYSctwn/tYz3PdYcwfMe6Gf7Rm9NoYxt9QBFjP52n87GT4l9riAI8vuD/M25hpRifXwmNvbwPH3EYMwv1XaNDD/GSNj7q4jSDH//sTfv/0M+71Osr8FG/FxhcQxJOl/rHXaf//uZ2ipyvRVqr7FNOHfP10k2QlMN0yBBgS2MPzf6uub1tfndbpKbbmRNRgYVaqpukh9B+qXuwlK9u2+xQHsMzm+fz9x4oQiBJw48Z3jHFC+HZJxCr+wywGBkpLSX2TQqloIz3ptJZVvQxJ7pGBgYlH1/f4CUjIvHgAQYAAm/IggEAMtrQAAAABJRU5ErkJggg==) transparent 0px 0px no-repeat !important;
}
body .footerSocialLinks #serviceShare .addthis_32x32_style .at15nc.at15t_compact,
body #additionalInfo #serviceShare .addthis_32x32_style .at15nc.at15t_compact {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAABF9JREFUWEe9l/tPU2cYx88/4mYiKCC0Mqdb9Mf9tmQItNBCsZRylwIFCo5LEDaYsDFiKmHKZjp1m3GbWbbsotvUaWTGzThpCazcDiK0ZCxLtOecXjD57nl7AQbtQqH1JE+bnJz283me93Kel+OCl70kUTdrkPHOxlfgbDgIZx1F7ctwVu+Ho+olOCopytPhKN0HR7EcC0UyLBSmYUEbXfBFyTxjhbj+76mKZMvSyQz4blnwbPw2no3dwvLoL1i23sTywxtYfnAdvvs/w/f7T/Dd+xG+u9fgG74K353ow/3JKfxleA2Txbstfri9OFH3d9fr8N4cgvfaADyX2uC+2Ay3pQnSkAnSYB1Ecy3EfgPE3mMQuysgdpRCbC/ZUkgD7XCf68Fi+WEwNjdzLI2XLtbD8zmBP6qC9EEFJDMB3tcTsBBCVwGEE3kQWnLhalTCZcyCqzpzWyG0FcHVqsW0Lonn5hsOQDpvXAOnzAgu9BD87QK4YgxfkTepMHd0LzhHw6uQzpQHM39OcKrg06oMzOengVs0HVoDL1rJXGhXQ2imsptiU/Zww+bIk4FzGqkCZpZ5BHjtxjGXzG1Yf7F70c6NBTUJOAwHg3Ctf8z/k3kYOIPESmCeCSxUHqCyM7hmDVwBVwR4bAVoDsyX7Y8KHlMBFQk81qevZt7w/5mHxjhWQ/BYlQpurlAemO2bhMeyAnO5JPBII4sIZ5mGC8+VcxtWAbsX6flIq+NRDm1Es+rUiBNuA2WLNyIJzDIBnj4iPbBF3oafRfp/XkkCM8oUuGrCv2DiKkDMGVaBaQUJGGn2h3nDxVWgQYlptgqmSECozwkrELdJSK90oSUP0/kkMKlIhmBSR7WPb2sfMGb7+wqxQ4upAtqIJrJJ4Ljm+QgE4ay5EU4WY1JL7wI7E2jWxl+gLpC5v7OiJkfsr8SEjgT+zEqCv0WKos2KeggYvCkA97d31OaJAzWY0MsDAqzBjJtACN66Cheo15Q+NMFesg/ceCYJdFbER2AFrlrNnOCs53Sfb8ZEWTq4scw91GobohLYVLX88BwIrSH4UX+XzeCsA/NcOgF7BQnYMhPhYgK19IMo5kHEZ2uoZa9fhbs62JgH4f0MXgrpLLX/lzsxVkZz4GFWAp68U01LkVrw7QpsgOdD6F4Hp3OH50IjhC/egrWENqJ7ip28s0kDsce4PYEQ/DiVvU0FV0cIrqMlR5mfpswJzg4/3q97sDRUjd8KEnjuTs4OnVUtxz+9dATrI7MWHZWQ1mo01VgHF0Lwd9fAqeyeT9+E99s+PLnSjfG6w2Bs//lwWPGCxaZOx2J7KZ4OdkI820WmPZsPSy/cF96D+7M+uC/3w/3lKXi+MsPzzQC83w3Ce/UM3D8MQvj+NJY+bsKo8RCGVTsDh9PQdVu5Q/dr9ov8/SO78EdGAkbeSNxcHNmNkew9sCqTMJKbDGteCqyavbBpU2HTpcGml2G0VI6RkjQ80KfgrmYXz1gh7r/j52sE6JePcgAAAABJRU5ErkJggg==) no-repeat scroll 0 0 transparent !important;
}
.siteNavigation #menuAds {
  visibility: hidden;
  height: 43px;
}
.siteNavigation #menuAds #onet-ad-flat-zakladka1,
.siteNavigation #menuAds #onet-ad-flat-zakladka2,
.siteNavigation #menuAds #onet-ad-flat-zakladka3,
.siteNavigation #menuAds #onet-ad-flat-zakladka4 {
  float: left;
  height: 40px;
  overflow: hidden;
}
.siteNavigation #menuAds .onet-ad-tight {
  display: inline-block;
  margin: 0 5px 0;
}
.siteNavigation #menuAds .onet-ad-wide {
  display: none;
}
.siteNavigation #menuAds:hover {
  background-color: transparent;
}
.additionalInfo {
  font-family: Verdana, Helvetica, sans-serif;
  position: absolute;
  display: block;
  top: -30px;
  left: 0;
  width: 100%;
  height: 35px;
  background: #F5F5F5;
  z-index: 1;
}
.additionalInfo .serviceMap {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  list-style-type: none;
}
.additionalInfo .sidebarItem:hover .servicesList {
  display: block;
  background: #fff;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.additionalInfo .sidebarItem {
  float: left;
  line-height: 35px;
}
.additionalInfo .sidebarItem a,
.additionalInfo .sidebarItem .sidebarTitle {
  font-size: 13px;
  display: block;
  color: #222222;
  padding: 0 20px 0 20px;
  text-decoration: none;
}
.additionalInfo .sidebarItem .servicesList {
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  margin-left: -1px;
}
.additionalInfo .sidebarItem .servicesList ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.additionalInfo .sidebarItem .servicesList ul .listSeparator {
  display: block;
  padding-bottom: 8px;
}
.additionalInfo .sidebarItem .servicesList li {
  min-width: 160px;
  max-width: 250px;
}
.additionalInfo .sidebarItem .servicesList li a {
  margin-left: -2px;
  padding: 6px 25px;
  color: #222222;
  line-height: 18px;
}
.additionalInfo .sidebarItem .servicesList li a .valName {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.additionalInfo .sidebarItem .servicesList li a .valDesc {
  display: block;
  font-size: 11px;
  margin-top: 2px;
  color: #7f7f7f;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.additionalInfo .sidebarItem .servicesList li a:hover {
  color: #aa0000;
}
.additionalInfo .sidebarItem .servicesList li:hover,
.additionalInfo .sidebarItem .servicesList .at300b:hover {
  background: #F7F7F7;
}
.additionalInfo .sidebarItem .servicesList .addthis_toolbox {
  width: 160px;
  padding-bottom: 2px;
}
.additionalInfo .sidebarItem .at300b {
  display: block;
  padding: 5px 0 5px 20px;
}
.additionalInfo .sidebarItem:hover {
  background: #fff;
}
.additionalInfo .socialMobile {
  height: 33px;
}
.additionalInfo .backToTop {
  display: block;
  width: 100%;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 1150px) {
  .additionalInfo {
    background: none;
    border-bottom: 0;
    float: left;
    height: auto;
    margin: 5px 15px 0 0;
    padding: 0;
    position: static;
    width: 165px;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .additionalInfo .serviceMap {
    width: auto;
  }
  .additionalInfo .sidebarItem {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    line-height: 18px;
  }
  .additionalInfo .sidebarItem a {
    padding: 0;
  }
  .additionalInfo .sidebarItem a:hover {
    background: none;
  }
  .additionalInfo .sidebarItem .servicesList {
    display: block;
    background: none;
    position: relative;
    border: none;
    margin-left: 0;
  }
  .additionalInfo .sidebarItem .servicesList ul {
    margin: 0;
  }
  .additionalInfo .sidebarItem .servicesList ul li {
    font-size: 15px;
    line-height: 18px;
    padding: 6px 0;
  }
  .additionalInfo .sidebarItem .servicesList ul li a {
    padding: 0;
    margin-left: 0px;
  }
  .additionalInfo .sidebarItem .servicesList a {
    color: #222222;
    font-size: 15px;
    font-family: Verdana;
  }
  .additionalInfo .sidebarItem .servicesList a:hover {
    color: #aa0000;
  }
  .additionalInfo .sidebarItem .servicesList .sidebarSeeMore {
    font-size: 12px;
    display: block;
    visibility: hidden;
    width: 100%;
    padding: 15px 0 15px 0;
    text-align: center;
  }
  .additionalInfo .sidebarItem .servicesList .sidebarSeeMore:hover {
    background: #fafafa;
  }
  .additionalInfo .sidebarItem .servicesList li:hover {
    background: none;
  }
  .additionalInfo .sidebarItem .addthis_toolbox {
    margin: 10px 0 0 0;
    padding-top: 0;
    padding: 0;
  }
  .additionalInfo .sidebarItem .at300b {
    padding-left: 0;
  }
  .additionalInfo .sidebarItem:hover {
    background: none;
  }
  .additionalInfo .sidebarItem:hover .servicesList {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .additionalInfo .sidebarItem:hover .servicesList li:hover,
  .additionalInfo .sidebarItem:hover .servicesList .at300b:hover {
    background: none;
  }
  .additionalInfo .sidebarItem:hover .sidebarSeeMore {
    visibility: visible;
  }
  .additionalInfo .mainService {
    border-bottom: 1px solid #dddce1;
    padding-bottom: 8px;
  }
  .additionalInfo .mainService a,
  .additionalInfo .mainService .sidebarTitle {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    color: #222222;
  }
  .additionalInfo .mainService a:hover {
    background: none;
    border: none;
  }
  .additionalInfo .at300bs {
    margin-right: 10px;
  }
}
#additionalInfo .socialImage {
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin-right: 7px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RThFQjM1MDUwMThCMTFFMjk5OTVGNDBDNEY3QzQxOEQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RThFQjM1MDYwMThCMTFFMjk5OTVGNDBDNEY3QzQxOEQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOEVCMzUwMzAxOEIxMUUyOTk5NUY0MEM0RjdDNDE4RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOEVCMzUwNDAxOEIxMUUyOTk5NUY0MEM0RjdDNDE4RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkiwoPkAAAfWSURBVHjavFh5bFxHHf7etYeP2PGR2ODYpkmdOFHU1kGECJIGQiOI2hiRhj8QlFqiqODKgv5VWYhsqXAlBEK0SmQkpIigcqUpSSoZUalSqFCN0sQ0qIqFm5Bt7CS21157d727b981/Gbee3t6SV0iRpp9c883v+Ob36zEGMNak2U7T5sW66Nvr8NYt8PQyttlSYopshTVVGlSVeQJKo+uZV3pw4KxHfZ4Rrf6ddM+RECaGGhefqrEVyrUqapIEjRVjtcE1bFwUPnGPQFDJ9+fylgDK7r5hG0zSHxfsTm8zemHN4piocz8PkoBTcG6sHaKQH3zI4PRDXswnsoNGRbrkbz9P0ryt6gLq1Pr6wMvkTqPrwlMKmNGFpK5YerVZB9FkRqwyjTe5EuOJCq+XJ3+cN4WCijmxsbQCNlU5EOBSaSNSCyRO+ZLX0IBDQNQjs0fw3tlSUbBnliFJh2Hq01Ge3P4ea0MkFwOZCVrDc4v68Mco5/5iUSmhZjjLugU9fNsU2NDbRDn3prEy6cvQiZxirmOLxU385OQ+nFnMTvsOGywKhjTcvbPLmWHbAcaE5uXZWqzPWCsLPONSPS4NR/HjZkY9778uPI1eErrlkaHHqoKhoAM5Ey7h5/F37Q4W+RNiixDVVXq53Yhia/tuNmirNBcRaLT0BghsbxUS788LaZyPams+esKmyH1PH5jduW0LKOqlYYCKhaX0/jVn97GUjJDdiDlXZh/ONDYUhJ6zsKX9u7EkQMPun3lduktzZvDAQX3tdcdpbVeVf3+WELv53pf3TxdfdeGNLx4+gLeujwlVFJszMJCaXVVUaBQ3+9e/xs+vqERex+6j8CZVd0+lbWQyJj9jbUBF0zWsB9IpM1D/KROFdrhfVla9MbMHJob6/DkVz6PcFB1T13EQQ21IUxMRvGbsxdw884i8NBmlJyxklQRT+YOERgIMMm0sce0nSZVkSq5RCq4JgcqOZZw4l3bu7CuRhWGmucZKrc01SKZSsHIZT37QN5GCmRUIZ0mcp6nBRgSUx/zXRdlWmLeXM82HNuEZdrI6DmoslMChm9ak9WQM004lgHbtvMe6K/DVgFjmQ55l9nnqkm3e12uWJXMXUrzJMPBOJYlQPDxxXOYzyVcImaOvM92OckpW4+VoqFhBMbuFWAMy+52wbNKUXoSkbxbmQkwlAmFAOdLRnLVxOuMmFFIxrLz/FLqm6zEsxyqExF2CzCWw1pZuZGVe6NfJ5uxTaOE+PydnPxxSGo2jbGtSptZRfD8EIbltKqumFjlRbiKsblCsoWqZEWFpGj8SvTamWdgqpjk2oyVJ727xEpijM8zMWrocC8zqXDnF5WZh4p7Uia1hBd+8rKoB4MadN0gNcpQVAUW2ZOuZxGmy1DYl1Okygoideu2e8PHfL6NCnTexOKy43jI/QVJTXo2i21bt+Dgvl24fXsWB/btxo6eDqRXkvjq4UfQ3d5EY9JkM66aytcrZG8v0oyqSlEBJqDKk+4EpwSAnb/gPL0LTzFpExP7PvsZHD18EM2trXj0i1/A5/bsQntbG45++WHs2PoJArPiSYYVHbD65VsTVCaFmmrD6gRdWvxyWT1qghs6CI+kArN1jI6O4pW6EGauT2E4MoLMSgqz8wt4augFTH8QRYhCzYLNoOq6Pv/Uh7UJIZnmdcFxmhB3Km5qlNRdy+ekZ+Gxw/149rsDaNnQju889SS+duQQuro68cPnvocDez8pVFbsTdUyvTB49BcnMOMCTNv68BU6yRgPESpFWdAt813bymF5eRnzsUXk9DTm5mJYWFhEJr2C6AfTiMeX3HEcTBVb8csm7dnaEBqjYOxK/tbuaAmfu3oz8fUAecRqIi1IhujSzuGvb/4F703UIz4/g7PnzyO7ksCdWzP4/R9fQ/T6JF0VTDC1U2z8ZQTGOUqliLBzQ+25kuCqu63uDMUWpyyfWSvE6zI05w/DMDHw7Wfwi5++iI9t2ozIsWN49plvYcv9vRg9/gMceewgMokEqdPwDBR5Q7VFwOXWc5aDjtaaU7Uh9VWOIS+ZoKawrZsaTl56f/HTASg9JY8yuBGbTMETlwwzszh/5rd4d7wFs9PXcOLECaQTc7hx7SoiP/ol3vvH32msk499mafiYrYh1uceNNXTse5k1dfB+GRsMDq78nNSl1Y8nYPpal+PP5/9A0ZGfgzT0MVOgXAIhk5lWaGoX4NBHESkgZa2TXgu8jP03L+ZJGmUBGCe1M19Ozd8v72p5vh/faqMXbwVmVvKHuMvQfh3j9CxhPX1Ibxz6RJmpm9SRKeIoMvP+fcITdjcswOdnR0U1xheu3u38P0odsHu3pbnt3c2Ru76bsrkrMAbl+8M317MDJP6NLGUH7fyWDgUEkAqg59CzSJiNMm2ioMzQaQ2Mz+1rWWkb0tTZE3P27F3bg3+azo5RBFgjyJLqB7t3D3RrcztcurhnRtf2t7VsLbnrZ8uvx/f//bV+QF67j6hqXQZClBlMelqob/3wrQs1xu72mpPHXiw/SQ9bS/8T3+JJNOmdHFq4cg//73Uv8wDd6BJoXhZlqSCmfh8lI8AGTRFipPrju3e1nKO7OMMf9nck/9n/PTu9aUHrt1O7qHnaV8yY/aS+Ltp41YOip4vMaL2aHN9YJKIbILcdrx7Y92Ve/5n0f8j/UeAAQAMk68PYJKJmQAAAABJRU5ErkJggg==) no-repeat -1px 0;
  margin-right: 12px;
}
#additionalInfo .socialMobile .socialImage {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mjg5M0Y1RkNGOUMzMTFFMjhFMkQ4MjIzREQzNzlBNDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mjg5M0Y1RkRGOUMzMTFFMjhFMkQ4MjIzREQzNzlBNDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyODkzRjVGQUY5QzMxMUUyOEUyRDgyMjNERDM3OUE0NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyODkzRjVGQkY5QzMxMUUyOEUyRDgyMjNERDM3OUE0NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pih2WA4AAAGDSURBVHjaYpzgXurNwMDQBcRaDPQH94G4hgVITAZiRYaBASB7ZzIBCSGGgQU8TAyDALAQdKYwP4NDtj+DgpkmAzMLM0mGP718j2FP/2qGD8/eUuYI1+IwBjkjVRSx///+McyJbmX49v4zXIxXTIAhfl45ikOldZUYXApDGdaUzqDMEbIGyhhijExMDKnLa4kKDRElKcqjA2QhCEz0KCM5rjPWNhGlblAkzKGRO9BB/o4uvPI/v/5gmBFcR1tHkJM2RqNjNDpGo2PkRgc5QT8aHaOOGH65g1Ahha/wotgRoEYtqIn37tFLht29qxj+/fvPwMrBxhDSncGwrmIWw+MLdxjEVGUYIifnMSzPnQTXZx7twqBkoUWdkHhx8zGDpKY8Ayc/D4MEkP7z6zcDCxsrWA7kGBBg5+YA02Kq0nB9fBKQPtWbe88IOoIR2Bf9AKT5cSkQlBEFN/tBDiEVPLv6ABh6Kynvd7x/8pphVeHUkZFF3w2wG76AHFE8gA75CLIfIMAABUJ2pVygKpsAAAAASUVORK5CYII=) no-repeat 0 0;
}
#additionalInfo .newsLetterImage {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAA2FBMVEVupbZ1r8B1r8B1r8B1r8BupLTV5+zN4uh/tcTD3OTl8POfx9OIusnF3eSnzNez09zd6+/q8/Xj7/KiydW+2eGXw9Bto7ONvcuv0duRv83S5eqMvMqhyNTg7fG82OG21d7Q5Ora6e6Uwc7f7PB4scF6ssLi7vKHucj3+vvt9ffT5uuex9Py9/nW5+zs9PaCt8aPvsyKu8rI3+Zvp7eVws/J4OfL4eesz9n0+Pq41t6SwM17s8P9/v7w9/iAtsX5+/z6/P3v9vh3sMH8/f59tMRupbX///91r8Acm71cAAAABnRSTlPiS2ZRWu331RMDAAAA70lEQVR42tXTV1MCMRiF4QUFK0UsWBAQkN4Ft8G2yDn//x8Jo8Oum2W58Abei1xknkxmMvmUhMK4UqdKivF9KCvu6dhE0YGcM/aFd290JKD1Jr74ErfmNAS61qwdEFiovNLgZ6vsOQgKQKeV3oJmi9kFQgIXpGpjk9A95gBJ4KzBVhPAjUHeIUpg8E5PF5n1Oke0QP2ctMhGF7tE+3JE0szbYoeoa+hc0yoAr26UcMqb7b4xxLrqQBbD0s+53wumlfB7PD8t8af5bBkU4nESAsDn6M0XHL/0AYl4AWG6kLNrB/iT/yn2z/7JQyxYJb8BiX4e7nmNH3kAAAAASUVORK5CYII=);
  display: block;
  float: left;
  height: 33px;
  margin-right: 12px;
  width: 33px;
  background-repeat: no-repeat;
}
.stickers {
  width: 640px;
  overflow: hidden;
}
.stickers a,
#body .stickers a {
  border: 2px solid #2b2b2b;
  border-radius: 5px;
  color: #2b2b2b;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 6px;
  margin-right: 8px;
  margin-top: 1px;
  padding: 4px 8px 6px;
  text-transform: lowercase;
  white-space: nowrap;
}
* + html .stickers a,
* + html #body .stickers a {
  display: inline;
  zoom: 1;
}
/*
#tabMenu a {
    text-decoration: none;
}
.siteNavigation {
    line-height: 1;
    width: 970px;
}
.siteNavigation #menuAds {
    visibility: hidden;
}
.siteNavigation #menuAds #onet-ad-flat-zakladka1, .siteNavigation #menuAds #onet-ad-flat-zakladka2, .siteNavigation #menuAds #onet-ad-flat-zakladka3, .siteNavigation #menuAds #onet-ad-flat-zakladka4 {
    float: left;
    height: 40px;
    overflow: hidden;
}
.siteNavigation #menuAds .onet-ad-tight {
    display: inline-block;
    margin: 5px 5px 0;
}
.siteNavigation #menuAds .onet-ad-wide {
    display: none;
}
#tabMenu {
    background-position: 100% -40px;
    font-family: Arial;
    font-size: 12px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#tabMenu .mainMenu {
    background-position: 0 5px;
    font-size: 0;
    height: 40px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 3;
}
#tabMenu .mainMenu li {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}
#tabMenu .mainMenu li > a {
    overflow: hidden;
}
#tabMenu .mainMenu .toReplace {
    display: none;
}
#tabMenu .mainMenu .homeTab {
    display: none !important;
}
#tabMenu .mainMenu .homeTab a {
    padding-right: 20px;
    text-indent: -999px;
    width: 20px;
}
#tabMenu .mainMenu .selected {
    border-radius: 0 10px;
    margin-top: 0;
    padding-top: 4px;
}
#tabMenu .mainMenu .homeTab.selected {
    background-position: 50% 12px;
}
#tabMenu .subMenu {
    font-size: 0;
    height: 28px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}
#tabMenu .subMenu li {
    display: inline-block;
    position: relative;
}
#tabMenu .subMenu li a {
    border-right: 1px solid #E4E4E4;
    color: #00698C;
    display: block;
    font-size: 11px;
}
#tabMenu .subMenu li a:hover {
    color: #017FA3;
}
#tabMenu .subMenu li.selected > a {
    color: #017FA3;
    font-weight: bold;
}

#tabMenu .mainMenu .bubbleMenu .selected, #tabMenu .mainMenu .bubbleGroup .selected {
    border-radius: 0;
    padding: 0;
}
#tabMenu .subMenu ul {
    display: none;
}
#tabMenu .subMenu .bubbleSubMenu, #tabMenu .subMenu ul, #tabMenu .stickers ul {
    border: 1px solid #E4E4E4;
    display: none;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    width: 160px;
}
#tabMenu .subMenu ul li, #tabMenu .stickers ul li {
    display: block;
}
#tabMenu .mainMenu li:hover ul, #tabMenu .mainMenu ul:hover, #tabMenu .subMenu li:hover ul, #tabMenu .subMenu ul:hover, #tabMenu .stickers li:hover ul, #tabMenu .stickers ul:hover {
    display: block;
}
#tabMenu .mainMenu .bubbleMenu li, #tabMenu .mainMenu .bubbleGroup li {
    float: left;
    font-size: 11px;
    margin-top: 0;
    white-space: nowrap;
}

#tabMenu .mainMenu .bubbleMenu li:nth-child(3n) a, #tabMenu .mainMenu .bubbleGroup li:nth-child(3n) a {
    border: medium none;
}
#tabMenu .mainMenu .bubbleMenu li a:hover, #tabMenu .mainMenu .bubbleGroup li a:hover {
    color: #000000;
}
#tabMenu .subMenu .bubbleSubMenu, #tabMenu .stickers .bubbleStickerMenu {
    left: auto;
    right: 0;
    z-index: 100;
}
#tabMenu .subMenu .bubbleSubMenu li, #tabMenu .subMenu .bubbleGroup li, #tabMenu .stickers .bubbleStickerMenu li {
    text-align: left;
}
#tabMenu .subMenu .bubbleSubMenu li a, #tabMenu .stickers .bubbleStickerMenu li a {
    border: medium none;
}
#tabMenu .subMenu .bubbleSubMenu ul, #tabMenu .stickers .bubbleStickerMenu ul {
    border: medium none;
    display: block;
    padding: 0 0 0 30px;
    position: static;
    width: auto;
}
#tabMenu .stickers {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 4px 6px -3px #888888;
    clear: both;
    font-size: 0;
    height: 28px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
#tabMenu .stickers li {
    border-right: 1px solid #E4E4E4;
    display: inline-block;
    padding: 2px 5px 3px;
    position: relative;
}
#tabMenu .stickers li a {
    color: #00698C;
    display: inline-block;
    font-size: 11px;
    padding: 6px 0 3px;
}
#tabMenu .stickers li a:hover {
    color: #017FA3;
}
#tabMenu .stickers > li:first-child {
    background: none repeat scroll 0 0 #00475C;
    margin-right: 15px;
    margin-top: 2px;
    position: relative;
}
#tabMenu .stickers > li:first-child a {
    color: #FFFFFF;
    font-weight: 700;
    padding: 4px 0;
}
#tabMenu .stickers > li:first-child a:hover {
    color: #FFFFFF;
}
#tabMenu .stickers > li:first-child:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00475C;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
}
@media only screen and (min-width: 1150px) {
.siteNavigation {
    width: 1140px;
}
.siteNavigation #menuAds .onet-ad-wide {
    display: none;
}
.siteNavigation #menuAds .onet-ad-tight {
    display: inline-block;
}
}
.mainMenu > li#sport_soczi_2014 {
    background: none repeat scroll 0 0 #EB337B;
}
.mainMenu > li#sport_soczi_2014 a {
    color: #FFFFFF;
}
.mainMenu > li#sport_soczi_2014 a:hover {
    color: #D8DFE5;
}
.footerMenuBox {
    background: none repeat scroll 0 0 #006A89;
    margin: 0 auto;
    min-height: 100px;
    min-width: 200px;
    overflow: hidden;
    padding: 15px 28px;
    position: relative;
    width: 914px;
}
.footerMenuBox .clear {
    clear: both;
}
.footerMenuBox .footerMenuItemBox {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
    width: 160px;
}
.footerMenuBox .footerMenuItemBox a {
    display: block;
    line-height: 16px;
    margin-left: 10px;
    text-decoration: none;
}
.footerMenuBox .footerMenuItemBox a.footerMenuItemFirst {
    color: #D9E9ED;
    font-family: Verdana;
    font-size: 12px;
    margin-left: 3px;
}
.footerMenuBox .footerMenuItemBox a.footerMenuItemSelect {
    font-weight: bold;
}
.footerMenuBox .footerMenuItemBox a:hover {
    opacity: 0.8;
}
.footerMenuBox .footerMenuItemBox .footerMenuItemSecond, .footerMenuBox .footerMenuItemBox .footerMenuItemMore {
    color: #A5DFEE;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.footerMenuBox .footerMenuBoxNewsletterTitle {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAA2FBMVEVupbZ1r8B1r8B1r8B1r8BupLTV5+zN4uh/tcTD3OTl8POfx9OIusnF3eSnzNez09zd6+/q8/Xj7/KiydW+2eGXw9Bto7ONvcuv0duRv83S5eqMvMqhyNTg7fG82OG21d7Q5Ora6e6Uwc7f7PB4scF6ssLi7vKHucj3+vvt9ffT5uuex9Py9/nW5+zs9PaCt8aPvsyKu8rI3+Zvp7eVws/J4OfL4eesz9n0+Pq41t6SwM17s8P9/v7w9/iAtsX5+/z6/P3v9vh3sMH8/f59tMRupbX///91r8Acm71cAAAABnRSTlPiS2ZRWu331RMDAAAA70lEQVR42tXTV1MCMRiF4QUFK0UsWBAQkN4Ft8G2yDn//x8Jo8Oum2W58Abei1xknkxmMvmUhMK4UqdKivF9KCvu6dhE0YGcM/aFd290JKD1Jr74ErfmNAS61qwdEFiovNLgZ6vsOQgKQKeV3oJmi9kFQgIXpGpjk9A95gBJ4KzBVhPAjUHeIUpg8E5PF5n1Oke0QP2ctMhGF7tE+3JE0szbYoeoa+hc0yoAr26UcMqb7b4xxLrqQBbD0s+53wumlfB7PD8t8af5bBkU4nESAsDn6M0XHL/0AYl4AWG6kLNrB/iT/yn2z/7JQyxYJb8BiX4e7nmNH3kAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    color: #D9E9ED;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-left: 45px;
    text-decoration: none;
}
.footerMenuBox .socialMobile .socialImage {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mjg5M0Y1RkNGOUMzMTFFMjhFMkQ4MjIzREQzNzlBNDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mjg5M0Y1RkRGOUMzMTFFMjhFMkQ4MjIzREQzNzlBNDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyODkzRjVGQUY5QzMxMUUyOEUyRDgyMjNERDM3OUE0NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyODkzRjVGQkY5QzMxMUUyOEUyRDgyMjNERDM3OUE0NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pih2WA4AAAGDSURBVHjaYpzgXurNwMDQBcRaDPQH94G4hgVITAZiRYaBASB7ZzIBCSGGgQU8TAyDALAQdKYwP4NDtj+DgpkmAzMLM0mGP718j2FP/2qGD8/eUuYI1+IwBjkjVRSx///+McyJbmX49v4zXIxXTIAhfl45ikOldZUYXApDGdaUzqDMEbIGyhhijExMDKnLa4kKDRElKcqjA2QhCEz0KCM5rjPWNhGlblAkzKGRO9BB/o4uvPI/v/5gmBFcR1tHkJM2RqNjNDpGo2PkRgc5QT8aHaOOGH65g1Ahha/wotgRoEYtqIn37tFLht29qxj+/fvPwMrBxhDSncGwrmIWw+MLdxjEVGUYIifnMSzPnQTXZx7twqBkoUWdkHhx8zGDpKY8Ayc/D4MEkP7z6zcDCxsrWA7kGBBg5+YA02Kq0nB9fBKQPtWbe88IOoIR2Bf9AKT5cSkQlBEFN/tBDiEVPLv6ABh6Kynvd7x/8pphVeHUkZFF3w2wG76AHFE8gA75CLIfIMAABUJ2pVygKpsAAAAASUVORK5CYII=") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 33px;
    margin-right: 12px;
    width: 33px;
}
.footerMenuBox .socialMobile .socialMobileLabel {
    color: #D9E9ED;
    display: block;
}
.footerMenuBox #footLineContainer {
    border-top: 1px solid #599EB2;
    color: #D9E9ED;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
}
.footerMenuBox #footLineContainer .footNav {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 7px 0 0;
}
.footerMenuBox #footLineContainer .footNav.colRight {
    float: right;
    padding-top: 7px;
}
.footerMenuBox #footLineContainer .footNav .copyrights {
    color: #D9E9ED;
}
.footerMenuBox #footLineContainer .portalLogo {
    float: left;
    margin-right: 30px;
}
.footerMenuBox #footLineContainer .footNav li {
    color: #599EB2;
    float: left;
    margin-right: 5px;
}
.footerMenuBox #footLineContainer .footNav li a {
    color: #D9E9ED;
    padding-right: 2px;
    text-decoration: none;
}
.footerMenuBox #footLineContainer .footNav li a:hover {
    opacity: 0.8;
}
.footerMenuBox .footerMenuItemContener {
    float: left;
    width: 720px;
}
.footerMenuBox.noSocialLink .footerMenuItemContener {
    width: 950px;
}
.footerMenuBox .footerSocialLinks {
    color: #D9E9ED;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    width: 190px;
}
.footerMenuBox .footerSocialLinks ul.serviceMap {
    margin: 0;
    padding-left: 0;
}
.footerMenuBox .footerSocialLinks #socialLinks {
    display: block;
    margin-top: 0;
}
.footerMenuBox .footerSocialLinks .serviceMap .sidebarItem {
    list-style: none outside none;
}
.footerMenuBox .footerSocialLinks .serviceMap .sidebarItem .mainService .sidebarTitle {
    border-bottom: 1px solid #599EB2;
    color: #D9E9ED;
    cursor: default;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding-bottom: 11px;
    text-decoration: none;
    text-transform: uppercase;
}
.footerMenuBox .footerSocialLinks .serviceMap .sidebarItem .servicesList a {
    text-decoration: none;
}
.footerMenuBox .footerSocialLinks .serviceMap .sidebarItem .servicesList .addthis_follow_label {
    color: #D9E9ED;
    display: block;
}
.footerMenuBox .footerSocialLinks .addthis_toolbox.addthis_vertical_style .at300bs {
    margin-right: 12px !important;
}
@media only screen and (min-width: 1150px) {
.footerMenuBox {
    width: 1084px;
}
.footerMenuBox .footerMenuItemContener {
    width: 880px;
}
.footerMenuBox.noSocialLink .footerMenuItemContener {
    width: 1140px;
}
}
*/
/* Media Queries */
@media only screen and (max-width: 1150px) {
  .innerContent,
  .mainContent .innerContent.detail {
    width: 960px;
    padding: 0;
  }
  .mainContent .innerContent {
    padding: 0 2px;
    width: 984px;
  }
  .mainContent .innerContent .mainColumn {
    width: 660px;
  }
  .mainContent .innerContent .mainColumn .titleSection {
    width: 645px;
  }
  .mainContent #specialTopicBanner {
    width: 960px;
  }
  .mainContent #specialTopicBanner img {
    width: 640px;
  }
  .mediaInset video,
  .mvpContainer .mvp,
  #mainPhoto .mvpContainer .mvp {
    width: 610px;
    height: 343px;
  }
  .headContent .miniatures,
  .headContent .innerContent .driver,
  .headContent .innerContent .mainHeader,
  .headContent .breadcrumbs {
    width: 964px;
  }
  .mainColumn .addSlot {
    width: 640px;
  }
  .mainContent .innerContent .article,
  .mainContent .innerContent .barometrWrap,
  .mainContent .innerContent .googleAdsBox,
  .mainContent .innerContent .similarContentTop,
  .mainContent .innerContent #commentEncouragement,
  .mainContent .innerContent #mainForum,
  .mainContent .innerContent .titleSection,
  .clear-block.block.block-block.block-region-content,
  .ncWidget.showImages.showCaption {
    width: 640px !important;
  }
  .mainContent .innerContent #leg {
    width: 650px;
  }
  .headContent .innerContent .driver .container li .detail p {
    height: 135px;
    overflow: hidden;
  }
  .headContent .innerContent .siteNavigation {
    width: 960px;
  }
  .headContent .innerContent .siteNavigation.fixed {
    margin-left: -480px;
  }
  .autoWiki .section {
    margin-right: 15px;
    width: 205px;
    padding: 0 5px 10px;
  }
  .autoWiki .section .row-brand .field-title a,
  .autoWiki .section .row-model .field-title a {
    width: 85px;
  }
  .headContent .innerContent .driver .container li img {
    width: 600px;
    height: 285px;
  }
  .headContent .innerContent .driver .container li .detail {
    width: 345px;
  }
  .headContent .innerContent .driver {
    height: 315px;
  }
  .headContent .innerContent .driver .container li .detail p {
    margin-top: 13px;
  }
  .headContent .miniatures li {
    width: 225px;
    margin: 0 6px;
  }
  .headContent .innerContent .addSlot img {
    width: 100%;
  }
  .articleBox {
    width: 210px;
    height: 320px;
    margin-right: 5px;
  }
  .articleBox img {
    width: 100%;
  }
  .articleBox .native img {
    width: auto;
    height: auto;
    margin-left: 5px;
  }
  .articleBox a {
    max-height: 305px;
  }
  .articleBox.special {
    width: 428px;
  }
  .articleBox.special p {
    max-height: 60px;
  }
  .articleBox.special h3 {
    max-height: 50px;
  }
  .articleBox p,
  .articleBox .itemLead,
  .articleBox h3 {
    padding: 0 5px;
  }
  .articleBox.special p {
    max-height: 40px;
  }
  .articleBox .category {
    margin-left: 5px;
  }
  .articleBox .mediaType {
    top: 105px;
  }
  .articleBox.special .mediaType {
    top: 135px;
  }
  #footer .pfRight {
    width: 705px;
  }
  .authorProfile .profileDetails {
    width: 330px;
  }
  .autopromoapp {
    width: 640px;
  }
  .v_driver {
    height: 490px;
  }
  .v_driver,
  .v_driver .dots {
    width: 645px;
  }
  .v_driver .v_driverContent {
    width: 100%;
  }
  .v_driver .v_similarFilmImg {
    width: 625px;
  }
  .v_driverDetail .v_driverTitle,
  .v_driverDetail .v_driverDesc {
    width: 625px;
  }
  #trunk .content404 {
    width: 960px;
  }
  .mvpPlaceInArticle,
  .article .mvpPlaceInArticle {
    padding: 0;
  }
}
.wdg_autodirect {
  background: #fafafa;
  width: 298px;
  padding: 0 0 10px 0!important;
  border: 1px solid #c8c8c8;
}
.wdg_autodirect .views-row {
  background: url('http://autosalon24.auto-swiat.pl/public/images/auto-swiat/hotautoswiat/strzalka_oferta.png') no-repeat right;
  padding: 5px 30px 5px 5px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  color: #646464;
  margin: 0 10px;
  display: list-item;
  height: 65px;
  list-style: none;
}
.wdg_autodirect .views-row img {
  margin: 0 10px 0 0;
  border: 1px solid #ef1c23;
  float: left;
  width: 60px;
  height: 50px;
  padding: 0 !important;
}
.wdg_autodirect .views-row-first {
  border-top: 1px solid #c8c8c8;
}
.wdg_autodirect .views-row .views-field-title a {
  color: #646464;
  font-size: 12px;
  font-weight: bolder;
}
.wdg_autodirect .views-row .views-field-field-mobile-price-value a {
  font-size: 13px;
  font-weight: bolder;
  color: #ef1c23;
}
.bannerhot_naglowek {
  background: #c8c8c8;
}
.bannerhot_naglowek h3 {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
  color: #ffffff;
}
.bannerhot_naglowek h3 a {
  color: #fff !important;
  text-decoration: none !important;
}
.bannerhot_naglowek h3 a:hover {
  text-decoration: none !important;
}
.bannerhot_naglowek h3 img {
  padding: 1px 0 0 0;
  float: right;
  background: none;
  border: 0;
}
.bannerhot_wiecej {
  padding: 6px 10px 2px 2px;
  font-size: 10px;
  text-align: right;
}
.bannerhot_wiecej a {
  background: url('http://autosalon24.auto-swiat.pl/public/images/auto-swiat/hotautoswiat/strzalka_wiecej.png') no-repeat right;
  padding: 0 15px 0 0;
  text-decoration: underline;
  color: #333;
}
.bannerhot_hasla {
  border-bottom: 1px solid #c8c8c8;
  height: 90px;
  text-align: center;
  margin: 0 10px;
}
