@charset "UTF-8";
/*! normalize.css modified for PXtoEM.com at 16px
    normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 1em;
  /* 1 */
  -webkit-text-size-adjust: 1em;
  /* 2 */
  -ms-text-size-adjust: 1em;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
  font-weight: 600;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves 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;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Light.eot");
  src: url("../fonts/Raleway/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway/Raleway-Light.woff") format("woff"), url("../fonts/Raleway/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Bold.eot");
  src: url("../fonts/Raleway/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-ExtraBold.eot");
  src: url("../fonts/Raleway/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Heavy.eot");
  src: url("../fonts/Raleway/Raleway-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway/Raleway-Heavy.woff") format("woff"), url("../fonts/Raleway/Raleway-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.main_width, div#block-views-infobar-block, div#block-views-news-block-2, div#block-menu-menu-site-main-menu div.content, div#breadcrumb, body.front div.page-main div.region-blockgroup-front-page-row2 div.region-wrapper, div.page-main div.region-blockgroup-front-page-row1, div.page-footer div.region, div.page-text-header h1, div.page-header-content, div.page-preheader div.region {
  width: 1140px;
  margin: 0 auto;
}

.border_radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.hidden_el, div#voice-wrapper h2, div#block-v-activetrail-menu-v-activetrail-menu h2, div#block-views-bb200c4cdb49510028fd725252af8b1a h2,
div#block-views-4e459873e7907e25775d300ca134d794 h2, div#block-vuser-company-vuser-sectors div.content div.under-title, div#block-vuser-company-vuser-sectors h2, div#block-views-infobar-block h2, div#block-block-1 h2, div#block-vbanner-footer2 h2, div#block-vbanner-footer h2, div#block-views-kalendarz-block-2 h2, div#block-search-form h2, div#block-gtranslate-gtranslate h2, div#block-block-8 h2, div#block-block-7 h2, div#block-block-6 h2, div#block-block-5 h2, div#block-system-main a.acc-head span.ready-accordion-expand-collapse-txt, div.region-sidebars h2, body.front div.page-text-header, div.page-footer-content3 h2, div.vlist div.views-field-view-node a span,
.element-invisible {
  border: 0 none;
  clip: rect(1px 1px 1px 1px);
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hide_text, div#block-v-activetrail-menu-v-activetrail-menu div.content ul li a.menu_arrow, div#block-views-kalendarz-block-1 div.content div.view-header ul.pager li a, div#block-menu-menu-site-main-menu div.content ul li ul li a.menu_bullet, div.page-main-content-content ul.pager li.pager-next a, div.page-main-content-content ul.pager li.pager-previous a, div#block-vbanner-footer div.swiper-pause-content a, div#block-views-galleries-block div.content div.view-footer div.blue_container div.pause a, div#block-views-galleries-block div.content div.view-footer div.blue_container div.previous span.pause,
div#block-views-galleries-block div.content div.view-footer div.blue_container div.next span.pause, div#block-views-news-block-1 div.content div.view-footer div.pause, div#block-views-news-block div.content div.view-footer div.upper div.pause, div#header_banners_nav span.pause, .pos_absolute_all_0_ht *, div.view-galleries.view-display-id-page div.views-field-view-node a *, div#block-views-galleries-block div.content div.views-field-view-node a *, div#block-views-kalendarz-block-2 div.content div.views-field-nothing a *, div#block-views-news-block-2 div.content div.views-field-view-node a *, div#block-views-news-block-1 div.content div.views-field-view-node a *, div#block-views-news-block div.content div.views-field-view-node a *, .pos_absolute_all_0_ht, div.view-galleries.view-display-id-page div.views-field-view-node a, div#block-views-galleries-block div.content div.views-field-view-node a, div#block-views-kalendarz-block-2 div.content div.views-field-nothing a, div#block-views-news-block-2 div.content div.views-field-view-node a, div#block-views-news-block-1 div.content div.views-field-view-node a, div#block-views-news-block div.content div.views-field-view-node a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pos_absolute_all_0, .pos_absolute_all_0_ht, div.view-galleries.view-display-id-page div.views-field-view-node a, div#block-views-galleries-block div.content div.views-field-view-node a, div#block-views-kalendarz-block-2 div.content div.views-field-nothing a, div#block-views-news-block-2 div.content div.views-field-view-node a, div#block-views-news-block-1 div.content div.views-field-view-node a, div#block-views-news-block div.content div.views-field-view-node a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pos_absolute_all_0_ht *, div.view-galleries.view-display-id-page div.views-field-view-node a *, div#block-views-galleries-block div.content div.views-field-view-node a *, div#block-views-kalendarz-block-2 div.content div.views-field-nothing a *, div#block-views-news-block-2 div.content div.views-field-view-node a *, div#block-views-news-block-1 div.content div.views-field-view-node a *, div#block-views-news-block div.content div.views-field-view-node a * {
  display: block;
}

.img_max_width, div#block-system-main div.node-inwestycja div.field-name-field-obrazek img,
div#block-system-main div.node-eu-projects div.field-name-field-obrazek img, div.view-galleries.view-display-id-page div.views-field-media-gallery-media div.field-content img, div#voice-wrapper div#voice-container div.vopolanin-image img, div#block-views-galleries-block div.content div.views-field-media-gallery-media img, div#block-views-news-block-2 div.content div.views-field-field-obrazek img, div#block-views-news-block-1 div.content div.views-field-field-obrazek img, div#block-vbanner-header div.content div.vbanner_single img {
  max-width: 100%;
  height: auto;
}

.clearfix, div.vpoll > div.bar, div.vlist div.views-row, div#block-vbanner-footer3 div.content div.vbanner, div#block-vbanner-footer2 div.content div.vbanner, div#block-views-kalendarz-block-1, div#block-views-news-block-2 div.content div.view-content, body.front div.page-main div.region-blockgroup-front-page-row2 div.region-content, div.page-footer-content2 div.region, div.page-footer-content1 div.region, div.page-header-content, div.company-info-wrapper div.company-info-left-column, div.companies-list div.company-row {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.clearfix:before, div.vpoll > div.bar:before, div.vlist div.views-row:before, div#block-vbanner-footer3 div.content div.vbanner:before, div#block-vbanner-footer2 div.content div.vbanner:before, div#block-views-kalendarz-block-1:before, div#block-views-news-block-2 div.content div.view-content:before, body.front div.page-main div.region-blockgroup-front-page-row2 div.region-content:before, div.page-footer-content2 div.region:before, div.page-footer-content1 div.region:before, div.page-header-content:before, div.company-info-wrapper div.company-info-left-column:before, div.companies-list div.company-row:before, .clearfix:after, div.vpoll > div.bar:after, div.vlist div.views-row:after, div#block-vbanner-footer3 div.content div.vbanner:after, div#block-vbanner-footer2 div.content div.vbanner:after, div#block-views-kalendarz-block-1:after, div#block-views-news-block-2 div.content div.view-content:after, body.front div.page-main div.region-blockgroup-front-page-row2 div.region-content:after, div.page-footer-content2 div.region:after, div.page-footer-content1 div.region:after, div.page-header-content:after, div.company-info-wrapper div.company-info-left-column:after, div.companies-list div.company-row:after {
  content: "";
  display: table;
}
.clearfix:after, div.vpoll > div.bar:after, div.vlist div.views-row:after, div#block-vbanner-footer3 div.content div.vbanner:after, div#block-vbanner-footer2 div.content div.vbanner:after, div#block-views-kalendarz-block-1:after, div#block-views-news-block-2 div.content div.view-content:after, body.front div.page-main div.region-blockgroup-front-page-row2 div.region-content:after, div.page-footer-content2 div.region:after, div.page-footer-content1 div.region:after, div.page-header-content:after, div.company-info-wrapper div.company-info-left-column:after, div.companies-list div.company-row:after {
  clear: both;
}

body {
  font-family: Raleway;
  font-weight: 300;
  font-size: 0.875em;
  background: #000;
  color: #ffff00;
}

a,
a:hover,
a:visited,
li a.active {
  color: #ffff00;
  text-decoration: none;
}

a:focus, area:focus, button:focus, details:focus, input:focus, iframe:focus, select:focus, textarea:focus {
  outline: 2px solid red;
}

#colorbox a:focus, #colorbox area:focus, #colorbox button:focus, #colorbox details:focus, #colorbox input:focus, #colorbox iframe:focus, #colorbox select:focus, #colorbox textarea:focus {
  outline: none;
}

table {
  border-collapse: separate;
}

div.vlist div.views-field-field-date div.field-content > span, div#block-vpoll-recent h2, div#block-views-galleries-block h2, div#block-views-kalendarz-block-1 h2, div#block-views-news-block-1 h2, div#block-views-news-block h2 {
  font-size: 1.1428571429em;
  font-weight: 400;
  padding: 7px 11px;
  margin: 0;
  background-color: #ffff00;
  text-transform: uppercase;
  color: #000;
}

div#block-vpoll-recent h2, div#block-views-galleries-block h2, div#block-views-kalendarz-block-1 h2, div#block-views-news-block-1 h2, div#block-views-news-block h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

div#block-system-main div.node-vpoll div.content fieldset input.form-submit, body.page-node div#block-system-main div.node-video div.content div.movie-controls a, div#block-system-main div.node-article div.content div.field-name-field-published-from span, div.vlist div.views-field-field-published-from span, div#block-vpoll-recent div.content div.vpoll fieldset input.form-submit, div#block-views-news-block-1 div.content div.date-title-container div.views-field-field-published-from, div#block-views-news-block div.content div.views-field-field-published-from, input.form-submit, div#skip-link a:focus {
  font-size: 0.8571428571em;
  background-color: #ffff00;
  color: #000;
  padding: 6px 7px;
  font-weight: 800;
  text-transform: uppercase;
}

div.view-galleries.view-display-id-page div.views-field-title h3, div#block-views-galleries-block div.content div.views-field-title h3, div#block-views-news-block-2 div.content div.views-fieldset {
  width: 100%;
  padding: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div.company-info-wrapper div.company-info-left-column, div.companies-list div.company-row {
  padding: 20px;
  background-color: #000;
}

div#block-views-galleries-block div.content div.views-field-title h3, div#block-views-news-block-2 div.content div.views-field-title h3 {
  font-size: 1.1428571429em;
  font-weight: 400;
}

div#block-vbanner-footer div.swiper-pause-content a, div#block-views-galleries-block div.content div.view-footer div.blue_container div.pause a, div#block-views-galleries-block div.content div.view-footer div.blue_container div.previous span.pause,
div#block-views-galleries-block div.content div.view-footer div.blue_container div.next span.pause, div#block-views-news-block-1 div.content div.view-footer div.pause, div#block-views-news-block div.content div.view-footer div.upper div.pause, div#header_banners_nav span.pause {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: transparent url("/sites/all/themes/potegowo/images_contrast/pause.png") top center;
  vertical-align: middle;
}
div#block-vbanner-footer div.swiper-pause-content a.paused, div#block-views-galleries-block div.content div.view-footer div.blue_container div.pause a.paused, div#block-views-galleries-block div.content div.view-footer div.blue_container div.previous span.paused.pause,
div#block-views-galleries-block div.content div.view-footer div.blue_container div.next span.paused.pause, div#block-views-news-block-1 div.content div.view-footer div.paused.pause, div#block-views-news-block div.content div.view-footer div.upper div.paused.pause, div#header_banners_nav span.paused.pause {
  background-position: bottom center;
}

div#block-views-galleries-block div.content div.view-footer div.blue_container div.previous span,
div#block-views-galleries-block div.content div.view-footer div.blue_container div.next span, div#block-views-news-block-1 div.content div.view-footer div, div#block-views-news-block div.content div.view-footer div.upper div, div#header_banners_nav span {
  height: inherit;
  display: inline-block;
  background: no-repeat center center;
  font-size: 0;
  cursor: pointer;
  vertical-align: middle;
}
div#block-views-galleries-block div.content div.view-footer div.blue_container div.previous span.previous,
div#block-views-galleries-block div.content div.view-footer div.blue_container div.next span.previous, div#block-views-news-block-1 div.content div.view-footer div.previous, div#block-views-news-block div.content div.view-footer div.upper div.previous, div#header_banners_nav span.previous {
  background-image: url("/sites/all/themes/potegowo/images_contrast/prev.png");
}
div#block-views-galleries-block div.content div.view-footer div.blue_container div.previous span.next,
div#block-views-galleries-block div.content div.view-footer div.blue_container div.next span.next, div#block-views-news-block-1 div.content div.view-footer div.next, div#block-views-news-block div.content div.view-footer div.upper div.next, div#header_banners_nav span.next {
  background-image: url("/sites/all/themes/potegowo/images_contrast/next.png");
}
div#block-views-galleries-block div.content span.swiper-pagination-bullet, div#block-views-news-block div.content span.swiper-pagination-bullet {
  color: #000;
  display: inline;
  margin: 0 3px;
  background: transparent;
  width: auto;
  height: auto;
  opacity: 1;
  font-size: 0.7857142857em;
}
div#block-views-galleries-block div.content span.swiper-pagination-bullet-active, div#block-views-news-block div.content span.swiper-pagination-bullet-active {
  font-weight: bold;
}

div.vlist div.views-field-view-node a {
  font-size: 0.8571428571em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffff00;
}
div.page-preheader {
  height: 59px;
  line-height: 59px;
  background-color: #000;
  border-bottom: 1px solid #ffff00;
}
div.page-preheader div.region {
  height: inherit;
  font-size: 0.8571428571em;
  color: #ffff00;
}
div.page-preheader div.region p {
  margin: 0;
}
div.page-preheader div.region a {
  color: #ffff00;
}
div.page-preheader div.region > div {
  height: inherit;
  float: left;
}
div.page-header {
  height: 246px;
}
div.page-header-content {
  height: inherit;
}
div.page-header-left {
  width: 17.1929824561%;
  height: inherit;
  float: left;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
div.page-header-logo {
  padding: 29px 0 0 0;
}
div.page-header-name {
  margin-top: 18px;
  text-transform: uppercase;
  color: #ffff00;
}
div.page-header-name div.p1 {
  font-size: 1.0714285714em;
  font-weight: bold;
}
div.page-header-name div.p2 {
  font-size: 1.5714285714em;
  font-weight: bold;
}
div.page-header div.region-header {
  width: 82.8070175439%;
  height: inherit;
  float: left;
  position: relative;
}
div.page-text-header {
  background-color: #000;
  margin: 20px 0;
  padding: 20px 0;
}
div.page-text-header h1 {
  color: #ffff00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7142857143em;
}
div.page-menu {
  height: 48px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ffff00;
  background-color: #ffff00;
}
div.page-footer-content1 div.region > div {
  float: left;
}
div.page-footer-content2 {
  background-color: #000;
  border-top: 1px solid #ffff00;
  margin: 52px 0 0 0;
}
div.page-footer-content2 div.region > div {
  width: 25%;
  float: left;
  line-height: 26px;
  margin: 35px 0;
}
div.page-footer-content2 div.region > div h2 {
  font-size: 1em;
  margin: 0;
}
div.page-footer-content2 div.region > div p {
  margin: 0;
}
div.page-footer-content2 div.region > div ul {
  margin: 0;
  padding: 0;
}
div.page-footer-content2 div.region > div ul li {
  padding: 0;
  list-style: url("/sites/all/themes/potegowo/images_contrast/list.png");
  margin: 0 0 0 14px;
}
div.page-footer-content3 {
  margin-top: 26px;
}
div.page-footer-content3 > div {
  overflow: hidden;
}
div.page-footer-content3 > div .online-counters {
  float: left;
  width: 40%;
}
div.page-footer-content3 > div .online-counters > div {
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 180px;
  text-align: center;
  margin-bottom: 5px;
}
div.page-footer-content3 > div .region {
  width: 60%;
  float: right;
  overflow: hidden;
}
div.page-main div.region-blockgroup-front-page-row2 {
  background-color: #000;
  border-color: #ffff00;
  border-style: solid;
  border-width: 1px 0;
  padding: 28px 0;
}
body.front div.page-main div.region-blockgroup-front-page-row2 div.region-content {
  margin: 0 -10px;
}
body.front div.page-main div.region-blockgroup-front-page-row2 div.region-content > div {
  width: 33.3333333%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
div.page-main-content-left, div.page-main-content-right {
  width: 23.0701754386%;
  float: left;
}
div.page-main-content-content {
  width: 76.9298245614%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 24px;
}
div.page-main-content-content.existing_left_column {
  padding-left: 30px;
}
div.page-main-content-content.existing_right_column {
  padding-right: 30px;
}
div.page-main-content-content a {
  color: #ffff00;
  text-decoration: underline;
}
div.page-main-content-content a:hover {
  color: #ffff33;
}
div.page-main-content-content ul.links {
  text-align: right;
  font-size: 0.8571428571em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
}
div.page-main-content-content ul.links li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.page-main-content-content ul.links li.print_html {
  margin-right: 7px;
}
div.page-main-content-content ul.pager {
  margin: 10px 0;
  white-space: nowrap;
  font-size: 0;
}
div.page-main-content-content ul.pager li {
  margin: 0;
  padding: 7px;
  line-height: 57px;
  background-color: #ffff00;
  display: inline-block;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
}
div.page-main-content-content ul.pager li a {
  width: 100%;
  height: 57px;
  color: inherit;
  display: block;
}
div.page-main-content-content ul.pager li.pager-first,
div.page-main-content-content ul.pager li.pager-last {
  display: none;
}
div.page-main-content-content ul.pager li.pager-next,
div.page-main-content-content ul.pager li.pager-previous {
  width: 51px;
}
div.page-main-content-content ul.pager li.pager-next a,
div.page-main-content-content ul.pager li.pager-previous a {
  background: transparent no-repeat center center;
}
div.page-main-content-content ul.pager li.pager-previous a {
  background-image: url("/sites/all/themes/potegowo/images_contrast/prev_big.png");
}
div.page-main-content-content ul.pager li.pager-next a {
  background-image: url("/sites/all/themes/potegowo/images_contrast/next_big.png");
}
div.page-main-content-content ul.pager li.pager-current.first {
  padding-left: 58px;
}
div.page-main-content-content ul.pager li.pager-current.last {
  padding-right: 58px;
}
div.page-main-content-right div.region-blockgroup-front-page-row2 {
  background-color: transparent;
  border: 0;
  padding: 0;
}
div.page-main-content-right div.region-blockgroup-front-page-row2 div.region-wrapper {
  width: auto;
}
div.page-main-content-right div.region-blockgroup-front-page-row2 div.region-content {
  margin: 0;
}
div.page-main-content-right div.region-blockgroup-front-page-row2 div.region-content > div {
  width: auto;
  float: none;
  padding: 0 0 20px;
}

div#skip-link a:focus {
  width: auto;
  padding: 10px 15px;
  margin: 10px;
  font-size: 1.1428571429em;
  display: inline-block;
}

body.front div.page-main {
  margin-top: 10px;
}
div.region-sidebars {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 50;
}
div.region-sidebars div.content p {
  width: 34px;
  height: auto;
  line-height: 34px;
  margin: 10px 0;
  border-radius: 3px 0 0 3px;
  text-align: center;
  display: block;
}
div.region-sidebars div.content p a {
  padding: 0 10px;
  color: inherit;
  font-weight: 900;
  display: block;
  white-space: nowrap;
  display: block;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  outline-offset: -2px;
}
div.region-sidebars div.content p a img {
  vertical-align: middle;
}
div.region-sidebars div.content p.rotate.rotate_yellow {
  background-color: #000;
  color: #ffff00;
}
div.region-sidebars div.content p.rotate.rotate_red {
  background-color: #ffff00;
  color: #000;
}
div.region-sidebars div.content p.rotate.rotate_red a:focus {
  outline-color: #ffff00;
}
div.region-sidebars div.content p.rotate.rotate_blue {
  background-color: #ffff00;
}
div.region-sidebars div.content p.sidebar1 {
  height: 56px;
}
div.region-sidebars div.content p.sidebar2 {
  height: 134px;
}
div.region-sidebars div.content p.sidebar3 {
  height: 89px;
}

div#breadcrumb {
  padding: 11px 0;
  font-size: 0.7857142857em;
}
div#breadcrumb a:hover {
  color: #ffff00;
}
div#breadcrumb ul {
  margin: 0;
  padding: 0;
}
div#breadcrumb ul li {
  display: inline-block;
  background: transparent url("/sites/all/themes/potegowo/images_contrast/breadcrumb.png") no-repeat right center;
  padding: 0 12px 0 0;
  margin: 0 0 0 6px;
}
div#breadcrumb ul li.breadcrumb-home {
  margin-left: 0;
}

ul.media-gallery-wysiwyg {
  margin: 0;
  padding: 0;
}
ul.media-gallery-wysiwyg li {
  width: 23%;
  padding: 10px 1%;
  float: left;
  list-style: none;
  position: relative;
}
ul.media-gallery-wysiwyg li a {
  font-size: 0;
  display: block;
}
ul.media-gallery-wysiwyg li a img {
  display: block;
}
ul.media-gallery-wysiwyg li:hover p.meta-wrapper span {
  font-size: 12px;
}
ul.media-gallery-wysiwyg li:hover p.meta-wrapper.hover {
  display: block;
}

div#block-system-main a.acc-head {
  display: block;
  background-color: #000;
  border: 1px solid #ffff00;
  padding: 7px 10px;
}
div#block-system-main a.acc-head span {
  display: block;
  padding: 0 10px 0 0;
}
div#block-system-main a.acc-head:hover {
  text-decoration: none;
  border-color: #ffff00;
}
div#block-system-main a.acc-head:first-of-type {
  margin-top: 0;
}
div#block-system-main a.acc-head:last-of-type {
  margin-bottom: 0;
}
div#block-system-main a.acc-head span.collapsed,
div#block-system-main a.acc-head span.expanded {
  background-position: right center;
}

ul.media-gallery-wysiwyg {
  font-size: 0;
  margin: 0;
  padding: 0;
}
ul.media-gallery-wysiwyg li {
  width: 25%;
  margin: 0;
  padding: 1%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.media-gallery-wysiwyg li img {
  max-width: 100%;
  height: auto;
}

input.form-text, textarea, select {
  border: 1px solid #ffff00;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 7px;
}

input.form-text, select {
  height: 30px;
}

input.form-submit {
  border: 0;
}

span.selectboxit-container span.selectboxit {
  border: 1px solid #ffff00;
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
span.selectboxit-container ul.selectboxit-options {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ffff00;
}
span.selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #ffff00;
}

div.messages.status {
  background-color: #000;
  color: #ffff00;
}

/**
 * ------------------------------------------------------------
 *  HEADER - name day
 * ------------------------------------------------------------
 */
div#block-vnameday-vnameday {
  display: flex;
  align-items: center;
}
div#block-vnameday-vnameday > * {
  display: inline-block;
}
div#block-vnameday-vnameday h2 {
  font-size: 1em;
  margin: 0;
  font-weight: 300;
}
div#block-vnameday-vnameday div.content {
  max-width: 150px;
  line-height: 1.2;
}

div#block-block-11 {
  margin-left: 20px;
  line-height: 64px;
  font-weight: 600;
}

/**
 * ------------------------------------------------------------
 *  HEADER - date
 * ------------------------------------------------------------
 */
div#block-block-5 {
  margin: 0 0 0 30px;
  padding: 0 0 0 23px;
  background: url("/sites/all/themes/potegowo/images_contrast/header/calendar.png") no-repeat left center;
}
div#block-block-5 div.content {
  font-weight: bold;
}

/**
 * ------------------------------------------------------------
 *  HEADER - weather
 * ------------------------------------------------------------
 */
div#block-block-6 {
  margin: 0 0 0 40px;
  padding: 0 30px 0 0;
  background: url("/sites/all/themes/potegowo/images_contrast/header/weather.png") no-repeat right 18px;
}
div#block-block-6 div.content {
  font-weight: bold;
}

/**
 * ------------------------------------------------------------
 *  HEADER - BIP
 * ------------------------------------------------------------
 */
div#block-block-7 {
  margin: 0 0 0 72px;
}
div#block-block-7 img {
  vertical-align: middle;
}

/**
 * ------------------------------------------------------------
 *  HEADER - links for disabled
 * ------------------------------------------------------------
 */
div#block-block-8 {
  margin: 0 0 0 72px;
}
div#block-block-8 div.content a#font_size_up {
  font-size: 1.6666666667em;
  font-weight: 700;
}
div#block-block-8 div.content a#font_size_down {
  font-size: 1.1666666667em;
  font-weight: 700;
  text-transform: uppercase;
}

/**
 * ------------------------------------------------------------
 *  HEADER - style switcher
 * ------------------------------------------------------------
 */
div#block-styleswitcher-styleswitcher {
  margin-left: 5px;
  line-height: 64px;
}
div#block-styleswitcher-styleswitcher ul, div#block-styleswitcher-styleswitcher li {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#block-styleswitcher-styleswitcher ul li {
  display: inline-block;
}
div#block-styleswitcher-styleswitcher ul li.last {
  display: none;
}
div#block-styleswitcher-styleswitcher ul li:before {
  content: " | ";
}

/**
 * ------------------------------------------------------------
 *  HEADER - google translate
 * ------------------------------------------------------------
 */
div#block-gtranslate-gtranslate {
  float: right;
}
div#block-gtranslate-gtranslate div.content div#gtranslate-icon {
  margin-top: 16px;
}
div#block-gtranslate-gtranslate div.content div#gtranslate-flags-container {
  background-color: #ffff00;
  z-index: 21;
}
div#block-gtranslate-gtranslate div.content a#gtranslate-show-hide-langs {
  margin: 27px 0 0 3px;
}

/**
 * ------------------------------------------------------------
 *  HEADER - banners
 * ------------------------------------------------------------
 */
div#block-vbanner-header {
  width: 100%;
  height: inherit;
  position: relative;
}
div#block-vbanner-header div.content div.vbanner_single a, div#block-vbanner-header div.content div.vbanner_single img {
  display: block;
}
div#header_banners_nav {
  width: auto;
  height: 42px;
  float: right;
  text-align: center;
  font-size: 0;
  background-color: #ffff00;
}
div#header_banners_nav span {
  width: 33px;
  height: 42px;
}

/**
 * ------------------------------------------------------------
 *  HEADER - search engine
 * ------------------------------------------------------------
 */
div#block-search-form {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
}
div#block-search-form div.content {
  float: right;
}
div#block-search-form div.content input {
  height: 42px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #000 no-repeat center center;
  border: 0;
  float: left;
}
div#block-search-form div.content input.form-submit {
  width: 103px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffff00;
  color: #000;
}
div#block-search-form div.content input.form-submit:hover {
  background-color: #ffff33;
}
div#block-search-form div.content input.form-text {
  width: 258px;
  font-size: 0.7857142857em;
  color: #ffff00;
}
div#block-search-form div.content input.form-text:focus {
  outline-offset: -2px;
}

/**
 * ------------------------------------------------------------
 *  HEADER - main menu
 * ------------------------------------------------------------
 */
div#block-menu-menu-site-main-menu {
  height: inherit;
  position: relative;
}
div#block-menu-menu-site-main-menu h2 {
  width: 100%;
  height: 50px;
  margin: 0;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  color: #000;
}
@media only screen and (min-width: 768px) {
  div#block-menu-menu-site-main-menu h2 {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
div#block-menu-menu-site-main-menu div.content {
  height: inherit;
  /* 1st level */
  /* 3rd level */
  /* 4th level */
  /* for any level */
}
div#block-menu-menu-site-main-menu div.content a {
  color: inherit;
}
div#block-menu-menu-site-main-menu div.content > ul {
  height: inherit;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 48px;
  text-align: left;
  font-size: 0;
}
div#block-menu-menu-site-main-menu div.content > ul > li {
  height: inherit;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 14px;
  border-right: 1px solid #000;
}
div#block-menu-menu-site-main-menu div.content > ul > li > a {
  height: 48px;
  line-height: 48px;
  display: block;
  vertical-align: middle;
  font-weight: 300;
  padding: 0 10px;
  font-size: 1.1428571429em;
  position: relative;
  color: #000;
}
div#block-menu-menu-site-main-menu div.content > ul > li > a span.arrow {
  width: 11px;
  height: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  background: transparent url("/sites/all/themes/potegowo/images_contrast/header/menu_arrow.png");
  display: none;
}
div#block-menu-menu-site-main-menu div.content > ul > li:last-of-type {
  border-right: 0;
}
div#block-menu-menu-site-main-menu div.content > ul > li.expanded > a, div#block-menu-menu-site-main-menu div.content > ul > li > a:hover, div#block-menu-menu-site-main-menu div.content > ul > li > a.active-trail {
  background-color: #000;
  color: #ffff00;
}
div#block-menu-menu-site-main-menu div.content > ul > li.expanded > a span {
  display: block;
}
div#block-menu-menu-site-main-menu div.content > ul > li > ul > li > ul {
  border: 0;
  padding: 0 0 0 6px;
  top: auto;
  left: auto;
  position: relative;
}
div#block-menu-menu-site-main-menu div.content > ul > li > ul > li > ul a.menu_item {
  color: #ffff00;
}
div#block-menu-menu-site-main-menu div.content > ul > li > ul > li > ul > li > ul {
  top: -5px;
  left: 100%;
  margin-left: 3px;
}
div#block-menu-menu-site-main-menu div.content > ul > li > ul > li > ul > li > ul a.menu_item {
  color: #ffff00;
}
div#block-menu-menu-site-main-menu div.content ul li ul {
  line-height: normal;
  position: absolute;
  border: solid #ffff00;
  border-width: 1px 1px 5px;
  background-color: #000;
  top: 55px;
  left: 10px;
  z-index: 30;
  margin: 0;
  padding: 3px;
}
div#block-menu-menu-site-main-menu div.content ul li ul li {
  white-space: nowrap;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
div#block-menu-menu-site-main-menu div.content ul li ul li a.menu_item {
  padding: 9px 15px;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ffff00;
}
div#block-menu-menu-site-main-menu div.content ul li ul li a.menu_bullet {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 15px;
  background: transparent url("/sites/all/themes/potegowo/images_contrast/header/menu_bullet.png") no-repeat 0 0;
}
div#block-menu-menu-site-main-menu div.content ul li ul li.has_submenu > a.menu_item {
  padding-right: 20px;
}
div#block-menu-menu-site-main-menu div.content ul li ul li.first > a.menu_item {
  border-top: 0;
}
div#block-menu-menu-site-main-menu div.content ul li ul li.last > a.menu_item {
  border-bottom: 0;
}
div#block-menu-menu-site-main-menu div.content ul li ul li:hover > a.menu_item {
  background-color: #ffff00;
  color: #000;
}
div#block-menu-menu-site-main-menu div.content ul li ul li:hover > a.menu_bullet {
  background-position: 0 -18px;
}
div#block-menu-menu-site-main-menu div.content ul li ul li.expanded_menu > a.menu_bullet {
  background-position: 0 -9px;
}
div#block-menu-menu-site-main-menu div.content ul li ul li.expanded_menu:hover > a.menu_bullet {
  background-position: 0 -27px;
}

div#block-views-news-block-1 div.content div.view-footer, div#block-views-news-block div.content div.view-footer div.upper {
  height: 46px;
  height: 46px;
  padding: 0 7px;
  background-color: #ffff00;
  position: absolute;
  bottom: 121px;
  right: 0;
  z-index: 7;
  white-space: nowrap;
}
div#block-views-news-block-1 div.content div.view-footer div, div#block-views-news-block div.content div.view-footer div.upper div {
  width: 20px;
  height: inherit;
}

/**
 * ------------------------------------------------------------
 *  FRONT PAGE - news slider
 * ------------------------------------------------------------
 */
div#block-views-news-block {
  width: 757px;
  height: 403px;
  float: left;
  position: relative;
}
div#block-views-news-block div.content {
  /*		div.view-footer {
  			width: 99px; height: 121px; position: absolute; bottom: 0; right: 0; background-color: $colorOtherBlue; z-index: 10; text-align: center;
  			div.upper { margin-top: 32px; line-height: 33px; }
  			div.upper div { width: 20px; @extend %nav_buttons_big; }
  			div.upper div.pause { margin: 0 7px; }
  			div.pager { margin-top: 20px; }
  		}*/
}
div#block-views-news-block div.content div.views-row {
  height: 403px;
}
div#block-views-news-block div.content div.views-fieldset {
  width: 100%;
  height: 121px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #000;
}
div#block-views-news-block div.content div.views-field-field-obrazek img {
  display: block;
}
div#block-views-news-block div.content div.views-field-field-published-from {
  display: inline-block;
  float: left;
}
div#block-views-news-block div.content div.views-field-title {
  margin: 3px 0 0 10px;
  float: left;
}
div#block-views-news-block div.content div.views-field-title h3 {
  margin: 0;
}
div#block-views-news-block div.content div.views-field-body {
  clear: both;
  padding: 22px 0 0 0;
}
div#block-views-news-block div.content div.views-field-view-node a {
  outline-offset: -2px;
}
div#block-views-news-block div.content div.view-footer div.pager {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  FRONT PAGE - announcements
 * ------------------------------------------------------------
 */
div#block-views-news-block-1 {
  width: 383px;
  height: 403px;
  padding: 0 0 0 10px;
  float: left;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div#block-views-news-block-1 h2 {
  left: 10px;
}
div#block-views-news-block-1 div.content div.views-row {
  width: 100%;
  height: 403px;
}
div#block-views-news-block-1 div.content div.views-field-field-obrazek img {
  display: block;
}
div#block-views-news-block-1 div.content div.views-field-view-node a {
  outline-offset: -2px;
}
div#block-views-news-block-1 div.content div.date-title-container {
  width: 100%;
  height: 121px;
  padding: 20px;
  margin: 0;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #000;
}
div#block-views-news-block-1 div.content div.date-title-container div.views-field-field-published-from {
  float: left;
  margin-right: 10px;
  display: block;
}
div#block-views-news-block-1 div.content div.date-title-container div.views-field-title h3 {
  line-height: 27px;
  margin: 0;
}
/**
 * ------------------------------------------------------------
 *  FRONT PAGE - other news
 * ------------------------------------------------------------
 */
div#block-views-news-block-2 {
  clear: both;
  padding-top: 31px;
}
@media only screen and (min-width: 768px) {
  div#block-views-news-block-2 h2 {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
div#block-views-news-block-2 div.content {
  margin: 0 0 0 -1%;
}
div#block-views-news-block-2 div.content div.views-fieldset {
  height: 90px;
  background-color: rgba(0, 0, 0, 0.8);
}
div#block-views-news-block-2 div.content div.views-row {
  width: 32.3333333333%;
  margin-left: 1%;
  float: left;
  position: relative;
}
div#block-views-news-block-2 div.content div.views-field-field-obrazek img {
  display: block;
}
div#block-views-news-block-2 div.content div.views-field-field-published-from span {
  padding: 3px 5px;
  display: inline-block;
  border: 1px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-weight: 800;
  font-size: 0.8571428571em;
  background-color: #ffff00;
}
div#block-views-news-block-2 div.content div.views-field-title h3 {
  margin: 5px 0 0 0;
  color: #ffff00;
}
div#block-views-news-block-2 div.content div.view-footer {
  line-height: 77px;
  clear: both;
  text-align: center;
}
div#block-views-news-block-2 div.content div.view-footer a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8571428571em;
  margin: 0 30px;
  color: #ffff00;
}

/**
 * ------------------------------------------------------------
 *  FRONT PAGE - events calendar
 * ------------------------------------------------------------
 */
div#block-views-kalendarz-block-1 {
  position: relative;
}
div#block-views-kalendarz-block-1 div.content div.view-content table tr td.today div.mini-calendar-block-day, div#block-views-kalendarz-block-1 div.content div.view-content table tr td div.mini-calendar-block-day a {
  width: 30px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
div#block-views-kalendarz-block-1 h2 {
  left: 10px;
}
div#block-views-kalendarz-block-1 div.content {
  margin-top: 70px;
}
div#block-views-kalendarz-block-1 div.content div.view-header div.date-heading {
  font-size: 14px;
}
div#block-views-kalendarz-block-1 div.content div.view-header div.date-heading {
  font-size: 1em;
  font-weight: 800;
}
div#block-views-kalendarz-block-1 div.content div.view-header div.date-heading a {
  color: #ffff00;
  line-height: 31px;
}
div#block-views-kalendarz-block-1 div.content div.view-header ul.pager li {
  margin: 0;
  padding: 0;
  background-color: transparent;
  top: 7px;
}
div#block-views-kalendarz-block-1 div.content div.view-header ul.pager li a {
  width: 10px;
  height: 18px;
  margin: 0;
  display: block;
  background: transparent url("/sites/all/themes/potegowo/images_contrast/prev_next.png");
}
div#block-views-kalendarz-block-1 div.content div.view-header ul.pager li.date-prev {
  left: 80px;
}
div#block-views-kalendarz-block-1 div.content div.view-header ul.pager li.date-next {
  right: 80px;
}
div#block-views-kalendarz-block-1 div.content div.view-header ul.pager li.date-prev a {
  background-position: left top;
}
div#block-views-kalendarz-block-1 div.content div.view-header ul.pager li.date-next a {
  background-position: left bottom;
}
div#block-views-kalendarz-block-1 div.content div.view-content table tr {
  background-color: transparent;
}
div#block-views-kalendarz-block-1 div.content div.view-content table tr th,
div#block-views-kalendarz-block-1 div.content div.view-content table tr td {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 0;
  text-align: center;
  color: #ffff00;
}
div#block-views-kalendarz-block-1 div.content div.view-content table tr th {
  font-weight: 300;
  text-transform: capitalize;
}
div#block-views-kalendarz-block-1 div.content div.view-content table tr td div.mini-calendar-block-day a {
  background-color: #ffff00;
  color: #000;
  font-weight: 700;
}
div#block-views-kalendarz-block-1 div.content div.view-content table tr td.today div.mini-calendar-block-day {
  background-color: transparent;
  border: 2px solid #ffff00;
}
body.not-front div#block-views-kalendarz-block-1 h2 {
  left: 0;
}
body.not-front div#block-views-kalendarz-block-1 div.content div.view-header ul.pager li.date-prev {
  left: 30px;
}
body.not-front div#block-views-kalendarz-block-1 div.content div.view-header ul.pager li.date-next {
  right: 30px;
}

/**
 * ------------------------------------------------------------
 *  FRONT PAGE - latest events list
 * ------------------------------------------------------------
 */
div#block-views-kalendarz-block-2 div.content div.view-content {
  padding-top: 19px;
}
div#block-views-kalendarz-block-2 div.content div.view-content ul {
  margin: 0;
  padding: 0;
}
div#block-views-kalendarz-block-2 div.content li.views-row {
  padding: 8px 9px;
  margin: 0 0 9px 0;
  border: 1px solid #ffff00;
  background-color: #000;
  list-style: none;
  position: relative;
}
div#block-views-kalendarz-block-2 div.content li.views-row.views-row-last {
  margin-bottom: 0;
}
div#block-views-kalendarz-block-2 div.content div.views-field-field-date {
  color: #ffff00;
  font-weight: 800;
}
div#block-views-kalendarz-block-2 div.content div.views-field-title {
  margin: 3px 0 0 0;
}
div#block-views-kalendarz-block-2 div.content div.views-field-title h3 {
  margin: 0;
  font-weight: 800;
  font-size: 1em;
}
div#block-views-kalendarz-block-2 div.content div.view-footer {
  text-align: right;
  margin-top: 10px;
}
div#block-views-kalendarz-block-2 div.content div.view-footer a.more_events {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffff00;
  font-size: 0.8571428571em;
}

/**
 * ------------------------------------------------------------
 *  FRONT PAGE - latest galleries
 * ------------------------------------------------------------
 */
div#block-views-galleries-block {
  position: relative;
}
div#block-views-galleries-block h2 {
  left: 10px;
}
div#block-views-galleries-block div.content div.view-content {
  width: 100%;
  height: 268px;
  position: relative;
}
div#block-views-galleries-block div.content div.views-row {
  width: inherit;
  height: inherit;
}
div#block-views-galleries-block div.content div.views-field-media-gallery-media img {
  display: block;
}
div#block-views-galleries-block div.content div.views-field-media-gallery-media div.field {
  display: none;
}
div#block-views-galleries-block div.content div.views-field-title h3 {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
div#block-views-galleries-block div.content div.views-field-view-node a {
  outline-offset: -2px;
}
div#block-views-galleries-block div.content div.view-footer {
  height: 46px;
  line-height: 46px;
  position: relative;
  z-index: 8;
}
div#block-views-galleries-block div.content div.view-footer div {
  height: inherit;
  float: left;
}
div#block-views-galleries-block div.content div.view-footer div.blue_container {
  width: 50%;
  background-color: #ffff00;
  float: left;
  text-align: center;
}
div#block-views-galleries-block div.content div.view-footer div.blue_container div.previous,
div#block-views-galleries-block div.content div.view-footer div.blue_container div.next {
  width: 20%;
}
div#block-views-galleries-block div.content div.view-footer div.blue_container div.previous span,
div#block-views-galleries-block div.content div.view-footer div.blue_container div.next span {
  width: 100%;
  height: 100%;
}
div#block-views-galleries-block div.content div.view-footer div.blue_container div.pager {
  width: 40%;
}
div#block-views-galleries-block div.content div.view-footer div.blue_container div.pause {
  width: 20%;
  font-size: 0;
}
div#block-views-galleries-block div.content div.view-footer div.more {
  width: 50%;
  text-align: right;
  font-size: 0.8571428571em;
  background-color: #000;
}
div#block-views-galleries-block div.content div.view-footer div.more a {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffff00;
}
body.not-front div#block-views-galleries-block h2 {
  left: 0;
}
body.not-front div#block-views-galleries-block div.content div.view-content {
  height: auto;
}
body.not-front div#block-views-galleries-block div.content div.views-row {
  height: auto;
}
body.not-front div#block-views-galleries-block div.content div.views-field-title h3 {
  width: auto;
  height: 88px;
  position: static;
  bottom: auto;
  left: auto;
  font-size: 1.2857142857em;
}
body.not-front div#block-views-galleries-block div.content div.view-footer {
  background-color: #000;
}
body.not-front div#block-views-galleries-block div.content div.view-footer div.blue_container {
  width: 70%;
  float: none;
}
body.not-front div#block-views-galleries-block div.content div.view-footer div.more {
  width: 100%;
  float: none;
}

/**
 * ------------------------------------------------------------
 *  FOOTER 1 - BANNERS 1
 * ------------------------------------------------------------
 */
div#block-vbanner-footer {
  width: 100%;
  margin: 20px 0;
  position: relative;
}
div#block-vbanner-footer div.content {
  margin: 0 50px;
}
div#block-vbanner-footer div.content div.vbanner > div {
  line-height: 150px;
  text-align: center;
}
div#block-vbanner-footer div.content div.vbanner > div img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
div#block-vbanner-footer div.swiper-button {
  width: 19px;
  height: 33px;
  margin-top: -16px;
  background-image: url("/sites/all/themes/potegowo/images_contrast/prev_next2.png");
  background-size: auto auto;
}
div#block-vbanner-footer div.swiper-button-prev {
  background-position: left top;
}
div#block-vbanner-footer div.swiper-button-next {
  background-position: left bottom;
}
div#block-vbanner-footer div.swiper-pause {
  text-align: center;
  font-size: 0;
}
div#block-vbanner-footer div.swiper-pause-content {
  background-color: #ffff00;
  padding: 5px 7px;
  display: inline-block;
}
/**
 * ------------------------------------------------------------
 *  FOOTER 1 - BANNERS 2
 * ------------------------------------------------------------
 */
div#block-vbanner-footer2 {
  width: 75%;
  font-size: 0;
}
div#block-vbanner-footer2 div.content div.vbanner {
  margin: -1%;
}
div#block-vbanner-footer2 div.content div.vbanner > div {
  width: 31%;
  margin: 1%;
  height: 83px;
  line-height: 83px;
  float: left;
  text-align: center;
  border: 1px solid #ffff00;
}
div#block-vbanner-footer2 div.content div.vbanner > div a {
  width: 100%;
  height: inherit;
  display: block;
}
div#block-vbanner-footer2 div.content div.vbanner > div a img {
  vertical-align: middle;
}

div#block-vbanner-footer2.wide {
  width: 100%;
}
div#block-vbanner-footer2.wide div.content div.vbanner > div {
  width: 22.8%;
}

/**
 * ------------------------------------------------------------
 *  FOOTER 1 - Poll
 * ------------------------------------------------------------
 */
div#block-vpoll-recent {
  width: 25%;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div#block-vpoll-recent h2 {
  left: 30px;
}
div#block-vpoll-recent div.content {
  padding: 70px 10px 10px;
  border: 1px solid #ffff00;
  position: relative;
}
div#block-vpoll-recent div.content div.vpoll div.title {
  font-weight: 800;
}
div#block-vpoll-recent div.content div.vpoll fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
div#block-vpoll-recent div.content div.vpoll fieldset div.form-item {
  line-height: 20px;
}
div#block-vpoll-recent div.content div.vpoll fieldset div.form-item > * {
  vertical-align: middle;
}
div#block-vpoll-recent div.content div.vpoll fieldset input.form-submit {
  width: 45%;
  padding: 0;
  border: 0;
  line-height: 37px;
  font-weight: 700;
}
div#block-vpoll-recent div.content ul.links {
  width: 55%;
  margin: 0;
  padding: 0;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
div#block-vpoll-recent div.content ul.links li {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#block-vpoll-recent div.content ul.links li a {
  font-size: 0.8571428571em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffff00;
}

/**
 * ------------------------------------------------------------
 *  FOOTER 2 - Contact
 * ------------------------------------------------------------
 */
/**
 * ------------------------------------------------------------
 *  FOOTER 3 - Project description 1
 * ------------------------------------------------------------
 */
div#block-block-3 {
  width: 50%;
  float: left;
  font-size: 0.7857142857em;
}

/**
 * ------------------------------------------------------------
 *  FOOTER 3 - Copyrights
 * ------------------------------------------------------------
 */
div#block-block-4 {
  width: 50%;
  float: right;
  font-size: 0.7857142857em;
  text-align: right;
}

/**
 * ------------------------------------------------------------
 *  FOOTER 3 - Copyrights
 * ------------------------------------------------------------
 */
div#block-vbanner-footer3 {
  width: 100%;
  margin: 80px 0;
  float: left;
}
div#block-vbanner-footer3 div.content div.vbanner {
  text-align: center;
  font-size: 0;
}
div#block-vbanner-footer3 div.content div.vbanner > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 22px;
}

/**
 * ------------------------------------------------------------
 *  INFOBAR
 * ------------------------------------------------------------
 */
div#block-views-infobar-block {
  line-height: 35px;
  padding: 0;
}
div#block-views-infobar-block div.content {
  margin: 0 0 10px 0;
  font-weight: 800;
}
div#block-views-infobar-block div.content div.view-infobar {
  border: 1px solid #ffff00;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
div#block-views-infobar-block div.content div.view-content {
  overflow: hidden;
}
div#block-views-infobar-block div.content div.views-row {
  margin: 0 7px 0 0;
  padding: 0 20px 0 0;
  list-style-type: square;
  display: inline-block;
  background: url("/sites/all/themes/potegowo/images_contrast/pointer.png") no-repeat right center;
}
div#block-views-infobar-block div.content div.views-row * {
  display: inline;
  margin: 0;
}
div#block-views-infobar-block div.content div.views-row a:hover {
  color: #666600;
}
div#block-views-infobar-block div.content div.views-row-last {
  margin-right: -11px;
}
div#block-views-infobar-block div.content div.view-controls {
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  background-color: #000;
  padding-left: 12px;
}
div#block-views-infobar-block div.content div.view-controls > a {
  width: 13px;
  height: 13px;
  margin: 0 12px 0 0;
  display: inline-block;
  vertical-align: middle;
}
div#block-views-infobar-block div.content div.view-controls > a.marquee-close {
  background: url("/sites/all/themes/potegowo/images_contrast/infobar/marquee-close.png") no-repeat;
}
div#block-views-infobar-block div.content div.view-controls > a.marquee-play-pause {
  background-image: url("/sites/all/themes/potegowo/images_contrast/infobar/marquee-play-pause.png");
  background-repeat: no-repeat;
}
div#block-views-infobar-block div.content div.view-controls > a.marquee-play-pause.marquee-pause {
  background-position: 0 top;
}
div#block-views-infobar-block div.content div.view-controls > a.marquee-play-pause.marquee-play {
  background-position: 0 bottom;
}

/**
 * ------------------------------------------------------------
 *  COMPANIES LEFT COLUMN
 * ------------------------------------------------------------
 */
div#block-vuser-company-vuser-sectors div.content div#sectors-list div.sectors-column div.sector-row {
  border: 1px solid #ffff00;
  border-width: 1px 1px 0;
}
div#block-vuser-company-vuser-sectors div.content div#sectors-list div.sectors-column div.sector-row a {
  padding: 10px 12px;
  display: block;
}
div#block-vuser-company-vuser-sectors div.content div#sectors-list div.sectors-column div.sector-row a:hover {
  background-color: #000;
}
div#block-vuser-company-vuser-sectors div.content div#sectors-list div.sectors-column div.sector-row-active {
  font-weight: 700;
}
div#block-vuser-company-vuser-sectors div.content div#sectors-list div.sectors-column:last-of-type div.sector-row:last-of-type {
  border-bottom-width: 1px;
}

/**
 * ------------------------------------------------------------
 *  INVESTMENTS AND FUNDS - left columns
 * ------------------------------------------------------------
 */
div.vlist-categories div.views-row {
  border: 1px solid #ffff00;
  border-width: 1px 1px 0;
}
div.vlist-categories div.views-row a {
  padding: 10px 12px;
  display: block;
}
div.vlist-categories div.views-row a:hover {
  background-color: #000;
}
div.vlist-categories div.views-row-last {
  border-bottom-width: 1px;
}
div.vlist-categories div.views-row div.active-row a {
  font-weight: bold;
}

/**
 * ------------------------------------------------------------
 *  LEFT MENU
 * ------------------------------------------------------------
 */
div#block-v-activetrail-menu-v-activetrail-menu div.content {
  /* 1st level */
  /* 2nd level */
  /* 3rd level */
}
div#block-v-activetrail-menu-v-activetrail-menu div.content div.left_menu_title {
  display: none;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content ul {
  margin: 0;
  padding: 0;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content ul li a.menu_item {
  padding: 10px;
  display: block;
  outline-offset: -2px;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content ul li.has_submenu a.menu_item {
  padding-right: 20px;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content ul li a.menu_arrow {
  width: 9px;
  height: 5px;
  background: transparent url("/sites/all/themes/potegowo/images_contrast/left_menu/arrow.png");
  position: absolute;
  top: 19px;
  right: 10px;
  display: block;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li > a.menu_item {
  font-weight: 700;
  border: solid #ffff00;
  border-width: 1px 1px 0;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li > a.menu_item:hover {
  background-color: #000;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li.active-trail > a.menu_item {
  color: #ffff00;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li > ul {
  border-top: 1px solid #ffff00;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li.last > a.menu_item {
  border-width: 1px;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li.last > ul {
  border-top: 0;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li > ul > li > a.menu_item {
  background-color: #000;
  padding-left: 20px;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li > ul > li.active-trail > a.menu_item, div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li > ul > li > a.menu_item:hover {
  color: #ffff00;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li > ul > li > ul > li a.menu_item {
  padding-left: 34px;
  background: transparent url("/sites/all/themes/potegowo/images_contrast/left_menu/left_menu_3rd_lvl.png") no-repeat 22px 17px;
  color: #ffff00;
}
div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li > ul > li > ul > li.active-trail > a.menu_item, div#block-v-activetrail-menu-v-activetrail-menu div.content > ul > li > ul > li > ul > li > a.menu_item:hover {
  color: #ffff00;
}

/**
 * ------------------------------------------------------------
 *  HEADER - style switcher
 * ------------------------------------------------------------
 */
div#block-styleswitcher-styleswitcher ul li.first {
  display: none;
}
div#block-styleswitcher-styleswitcher ul li.last {
  display: inline-block;
}

/**
 * ------------------------------------------------------------
 *  POLL
 * ------------------------------------------------------------
 */
div#block-system-main div.node-page div.field-name-field-do-pobrania h2 {
  font-size: 1em;
}

/**
 * ------------------------------------------------------------
 *  MAIN LAYOUT FOR LISTS BASED ON VIEWS
 * ------------------------------------------------------------
 */
div.vlist div.views-row {
  background-color: #000;
  padding: 20px;
  margin: 0 0 15px;
  position: relative;
}
div.vlist div.views-row-last {
  margin-bottom: 0;
}
div.vlist div.views-field-field-file, div.vlist div.views-field-field-obrazek {
  padding-right: 20px;
  float: left;
}
div.vlist div.views-field-field-file img, div.vlist div.views-field-field-obrazek img {
  display: block;
  border: 1px solid #ffff00;
}
div.vlist div.views-field-title h3 {
  font-size: 1.2857142857em;
  font-weight: 800;
  margin: 0;
}
div.vlist div.views-field-field-date {
  padding: 15px 0;
}
div.vlist div.views-field-body {
  padding-bottom: 30px;
}
div.vlist div.views-field-view-node {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
div.vlist div.views-field-view-node a {
  line-height: normal;
}

/**
 * ------------------------------------------------------------
 *  NEWS LIST
 * ------------------------------------------------------------
 */
div.view-id-archive.view-display-id-page div.views-field-title, div.view-id-archive.view-display-id-page_1 div.views-field-title, div.view-id-archive.view-display-id-page_2 div.views-field-title,
div.view-id-news.view-display-id-page div.views-field-title,
div.view-id-news.view-display-id-page_1 div.views-field-title,
div.view-id-news.view-display-id-page_2 div.views-field-title {
  margin: 10px 0;
}

/**
 * ------------------------------------------------------------
 *  NEWS LIST
 * ------------------------------------------------------------
 */
div#block-system-main div.view-Kalendarz.view-display-id-page_1 div.date-heading, div#block-system-main div.view-Kalendarz.view-display-id-page_2 div.date-heading, div#block-system-main div.view-Kalendarz.view-display-id-page_3 div.date-heading {
  font-size: 1.7142857143em;
  font-weight: 800;
}
div#block-system-main div.view-Kalendarz.view-display-id-page_1 div.view-header ul.pager, div#block-system-main div.view-Kalendarz.view-display-id-page_2 div.view-header ul.pager, div#block-system-main div.view-Kalendarz.view-display-id-page_3 div.view-header ul.pager {
  text-align: right;
}
div#block-system-main div.view-Kalendarz.view-display-id-page_1 div.view-header ul.pager li, div#block-system-main div.view-Kalendarz.view-display-id-page_2 div.view-header ul.pager li, div#block-system-main div.view-Kalendarz.view-display-id-page_3 div.view-header ul.pager li {
  height: 30px;
  line-height: 30px;
  position: static;
  display: inline-block;
  top: auto;
  right: auto;
  background-color: #ffff00;
  border-radius: 0;
  margin-left: 5px;
}
div#block-system-main div.view-Kalendarz.view-display-id-page_1 div.view-header ul.pager li a, div#block-system-main div.view-Kalendarz.view-display-id-page_2 div.view-header ul.pager li a, div#block-system-main div.view-Kalendarz.view-display-id-page_3 div.view-header ul.pager li a {
  height: inherit;
  margin: 0;
  padding: 0 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/**
 * ------------------------------------------------------------
 *  NEWS PROFILE
 * ------------------------------------------------------------
 */
div#block-system-main div.node-article div.content div.field-name-field-obrazek {
  float: left;
  padding-right: 20px;
}
/**
 * ------------------------------------------------------------
 *  EVENT
 * ------------------------------------------------------------
 */
div#block-system-main div.node-wydarzenie div.content div.field-name-field-obrazek {
  float: left;
  padding-right: 20px;
}
div#block-system-main div.node-wydarzenie div.goback_events_list {
  margin-top: 50px;
}

/**
 * ------------------------------------------------------------
 *  VOICE OF POTĘGOWO
 * ------------------------------------------------------------
 */
div#voice-wrapper div#voice-container {
  margin: 0 -15px;
}
div#voice-wrapper div#voice-container div.vopolanin-row {
  width: 33.3333333333%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 15px;
}
div#voice-wrapper div#voice-container div.vopolanin-row-content {
  background-color: #000;
  padding: 20px 20px 10px;
}
div#voice-wrapper div#voice-container div.vopolanin-pdf {
  text-align: right;
}
div#voice-wrapper div#voice-container div.vopolanin-pdf a {
  font-size: 0.8571428571em;
  font-weight: 700;
  text-transform: uppercase;
}
div#voice-wrapper div.voice-options {
  margin: 15px 0;
  padding: 20px;
  border: 1px solid #ffff00;
}
div#voice-wrapper div.voice-options label {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
div#voice-wrapper div.voice-options select {
  padding: 8px 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ffff00;
}
div#voice-wrapper div.voice-options span.selectboxit-container {
  vertical-align: middle;
}
div#voice-wrapper ul#voice-years {
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 10px 0;
}
div#voice-wrapper ul#voice-years li {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
}

/**
 * ------------------------------------------------------------
 *  GALLERIES LIST
 * ------------------------------------------------------------
 */
div.view-galleries.view-display-id-page div.view-content {
  font-size: 0;
}
div.view-galleries.view-display-id-page div.views-row {
  width: 33.3333333333%;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.view-galleries.view-display-id-page div.views-field-media-gallery-media div.field-content img {
  display: block;
}
div.view-galleries.view-display-id-page div.views-field-media-gallery-media div.field-content > div {
  display: none;
}
div.view-galleries.view-display-id-page div.views-field-title h3 {
  left: 10px;
  bottom: 10px;
  margin: 0;
  font-weight: normal;
}
/**
 * ------------------------------------------------------------
 *  COMPANIES LIST
 * ------------------------------------------------------------
 */
div#companies-alphabet ul {
  margin: 5px 0;
  padding: 0;
  display: block;
}
div#companies-alphabet ul li {
  padding: 0;
  margin: 2px;
  display: inline-block;
  border: 1px solid #ffff00;
}
div#companies-alphabet ul li a {
  width: 23px;
  height: 23px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7857142857em;
  color: inherit;
}
div#companies-alphabet ul li a:hover {
  background-color: #ffff00;
}
div#companies-alphabet ul li.all_companies a {
  width: auto;
  padding: 0 8px;
}
div#companies-alphabet ul li.all_companies.current,
div#companies-alphabet ul li.current {
  border-color: #ffff00;
  font-weight: 700;
}

div.companies-list div.company-row {
  margin-bottom: 10px;
}
div.companies-list div.company-row:last-of-type {
  margin-bottom: 0;
}
div.companies-list div.company-logo {
  float: left;
  padding-right: 70px;
}
div.companies-list div.company-name {
  padding-top: 19px;
}
div.companies-list div.company-name h3 {
  font-size: 1.7142857143em;
  font-weight: 300;
}
div.companies-list span.company-sector-label {
  font-weight: 700;
}

/**
 * ------------------------------------------------------------
 *  COMPANY PROFILE
 * ------------------------------------------------------------
 */
div.company-info-wrapper div.company-info-left-column {
  border-bottom: 4px solid #ffff00;
}
div.company-info-wrapper div.company-logo {
  float: left;
  border: 1px solid #ffff00;
  margin-right: 20px;
}
div.company-info-wrapper div.company-data {
  margin-bottom: 10px;
}
div.company-info-wrapper div.company-data span.label {
  display: block;
  font-weight: 700;
  font-size: 0.8571428571em;
}
div.company-info-wrapper div.company-data span.data {
  font-size: 1.2857142857em;
}
div.company-info-wrapper div.company-info-right-column h3 {
  width: 45%;
  height: 99px;
  padding: 19px 200px 0 28px;
  margin: 0;
  font-size: 1.7142857143em;
  line-height: 27px;
  font-weight: 800;
  position: relative;
  background-color: #ffff00;
  color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.company-info-wrapper div.company-info-right-column h3 span.arrow {
  width: 23px;
  height: 13px;
  background: url("/sites/all/themes/potegowo/images_contrast/company/description.png");
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -7px;
}

/**
 * ------------------------------------------------------------
 *  VIDEO
 * ------------------------------------------------------------
 */
body.page-node div#block-system-main div.node-video div.content div.field-name-field-file {
  text-align: center;
}
body.page-node div#block-system-main div.node-video div.content div.movie-controls {
  text-align: center;
  margin: 10px 0;
}
body.page-node div#block-system-main div.node-video div.content div.movie-controls a {
  display: inline-block;
  font-weight: 400;
}
body.page-node div#block-system-main div.node-video div.content div.movie-controls a:hover {
  background-color: #e6e600;
}

/**
 * ------------------------------------------------------------
 *  FUNDS & INVESTMENTS
 * ------------------------------------------------------------
 */
div#block-system-main div.node-inwestycja div.field-name-field-obrazek,
div#block-system-main div.node-eu-projects div.field-name-field-obrazek {
  text-align: center;
}
/**
 * ------------------------------------------------------------
 *  POLL
 * ------------------------------------------------------------
 */
div#block-system-main div.node-vpoll div.content fieldset {
  border: 0;
  padding: 0;
}
div#block-system-main div.node-vpoll div.content fieldset input.form-submit {
  border: 0;
  font-weight: 400;
}

div.vpoll legend {
  font-weight: 800;
}
div.vpoll > div.text {
  margin: 5px 0;
}
div.vpoll > div.percent {
  margin: 0 5px -16px 0;
  color: #000;
  text-align: right;
  font-size: 12px;
}
div.vpoll > div.bar {
  background-color: #ffff66;
}
div.vpoll > div.bar div.foreground {
  height: 15px;
  margin: 2px;
  background-color: #ffff00;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/**
 * ------------------------------------------------------------
 *  COMPANIES LIST
 * ------------------------------------------------------------
 */
div#companies-alphabet ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
div#companies-alphabet ul li.all_companies.current,
div#companies-alphabet ul li.current {
  border-color: #000;
  background: #ffff00;
}
div#companies-alphabet ul li.all_companies.current a,
div#companies-alphabet ul li.current a {
  color: #000;
}

/*# sourceMappingURL=contrast.css.map */
