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

/*
 * 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: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Light.eot");
  src: url("../fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.main_width, div#block-vbanner-fav-links, div#block-views-projects-block div.block-wrapper, div#block-multiblock-2, div#block-vbanner-front-other-sections, div#block-views-news-list-block div.view-footer-content, div.region-blockgroup-slider-photos-news, div#block-views-news-list-block, div.page-wrapper div.region-footer > div.region-content,
div.page-wrapper div.region-footer2 > div.region-content, div.page-wrapper div.region-blockgroup-front-page-fallery-video div.region-content, body.not-front div.page-wrapper div.page-main-content, div.page-wrapper div.region-banners, div.page-wrapper div.region-main-menu div.region-content {
  width: 1169px;
  margin: 0 auto;
}

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

.hidden_el, div.block.block-system div.node-relation div.field-name-field-entries h2, body.node-type-relation h1, body.node-type-article h1,
body.node-type-project-news h1, div.view-id-video.view-display-id-page div.views-field-nothing-1 span.field-content span.text, div.block-nodeblock h2, div.vlist div.views-field-view-node a span.text, div#block-views-urgent-announcements-block div.views-row div.views-field-view-node span.field-content a span, div#block-simplenews-7 label, div#block-menu-menu-footer-menu h2, div#block-block-3 h2, div#block-vbanner-front-other-sections h2, div#block-views-news-list-block h2,
.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;
}

.unhidden_el, div#block-views-news-list-block h2, div#block-gtranslate-gtranslate div.content div#gtranslate-flags-container a.gtflag span {
  width: auto;
  height: auto;
  clip: auto;
  position: static;
}

.hide_text, div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header div.date-nav ul.pager li a, div#block-views-urgent-announcements-block div.views-row div.views-field-nothing span.remove_announcement, div#announcements-icon span.open_action, div#block-views-galleries-block-1 div.content div.views-field-php-1.isalink a, div#block-views-galleries-block-1 div.content div.views-field-view-node a, div#block-views-video-block-1 div.content div.views-field-view-node a, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-view-node a, div.socialbar div, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-php.isalink, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-php-1.isalink, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-view-node, div#block-views-video-block div.content div.views-field-view-node a, body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-view-node,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-view-node, div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-view-node, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-view-node {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pos_absolute_all_0, div.block.block-system ul.vevents-events-list > li div.vevents-event-more a, body.page-galerie div.view-display-id-page div.views-field-php.isalink a,
body.page-galleries div.view-display-id-page_1 div.views-field-php.isalink a, div#announcements-icon span.open_action, div#block-views-galleries-block-1 div.content div.views-field-php-1.isalink a, div#block-views-galleries-block-1 div.content div.views-field-view-node a, div#block-views-video-block-1 div.content div.views-field-view-node a, div#block-vbanner-front-other-sections div.content div.vbanner_single a, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-view-node a, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-php.isalink, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-php-1.isalink, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-view-node, div#block-views-video-block div.content div.views-field-view-node a, body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-view-node,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-view-node, div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-view-node, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-view-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.max_img_width, div.block.block-system ul.vevents-events-list > li div.vevents-event-image img, div.block.block-system div.node-article div.field-name-field-obrazek img,
div.block.block-system div.node-project-news div.field-name-field-obrazek img, body.page-galerie div.view-display-id-page div.views-field-media-gallery-media img,
body.page-galleries div.view-display-id-page_1 div.views-field-media-gallery-media img, div#block-multiblock-2 div.vbanner_single a img,
div#block-vbanner-advertising-campaign div.vbanner_single a img, div#block-vbanner-right-column div.vbanner_single a span.vbanner-img img, div#block-views-galleries-block-1 div.content div.views-field-media-gallery-media img, div#block-views-video-block-1 div.content div.views-field-field-file img, div#block-views-video-block-1 div.content div.views-field-field-obrazek img, div#block-views-projects-block div.content div.views-field-field-obrazek img, div#block-views-video-block div.content div.views-field-field-obrazek img, div#block-views-video-block div.content div.views-field-field-file img, div#block-views-galleries-block div.content div.views-field-media-gallery-media img, div#block-views-galleries-block div.content div.views-field-field-obrazek img {
  max-width: 100%;
  height: auto;
}

.clearfix, div.block.block-system div.vevents-page-top, div.view-id-video.view-display-id-page div.views-row, body.page-wideo div.view-display-id-page div.views-row, div.node-slider div.field-name-field-slides div.slider_nav, div.vpoll > div.bar, div.vlist div.views-row, div#block-views-urgent-announcements-block div.views-row div.vcontainer, div#block-vbanner-right-column div.vbanner_single, div#block-views-galleries-block div.content, div#block-views-projects-block div.content, div#block-vbanner-front-other-sections div.content, div#sliding-popup.sliding-popup-bottom .popup-content, div.extralinks, div.block.block-system div.taxonomy_terms ul, div.block.block-system div.eu_project_menu ul, div.block.block-system div.categories_block ul, div.page-wrapper div.region-footer > div.region-content,
div.page-wrapper div.region-footer2 > div.region-content, div.page-wrapper div.page-footer_prefix, div.page-wrapper div.region-blockgroup-front-page-fallery-video div.region-content, div.page-wrapper div.page-header-content div.region-header > div.region-content > div > div, div.page-wrapper div.page-header-content {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clearfix:before, div.block.block-system div.vevents-page-top:before, div.view-id-video.view-display-id-page div.views-row:before, body.page-wideo div.view-display-id-page div.views-row:before, div.node-slider div.field-name-field-slides div.slider_nav:before, div.vpoll > div.bar:before, div.vlist div.views-row:before, div#block-views-urgent-announcements-block div.views-row div.vcontainer:before, div#block-vbanner-right-column div.vbanner_single:before, div#block-views-galleries-block div.content:before, div#block-views-projects-block div.content:before, div#block-vbanner-front-other-sections div.content:before, div#sliding-popup.sliding-popup-bottom .popup-content:before, div.extralinks:before, div.block.block-system div.taxonomy_terms ul:before, div.block.block-system div.eu_project_menu ul:before, div.block.block-system div.categories_block ul:before, div.page-wrapper div.region-footer > div.region-content:before,
div.page-wrapper div.region-footer2 > div.region-content:before, div.page-wrapper div.page-footer_prefix:before, div.page-wrapper div.region-blockgroup-front-page-fallery-video div.region-content:before, div.page-wrapper div.page-header-content div.region-header > div.region-content > div > div:before, div.page-wrapper div.page-header-content:before, .clearfix:after, div.block.block-system div.vevents-page-top:after, div.view-id-video.view-display-id-page div.views-row:after, body.page-wideo div.view-display-id-page div.views-row:after, div.node-slider div.field-name-field-slides div.slider_nav:after, div.vpoll > div.bar:after, div.vlist div.views-row:after, div#block-views-urgent-announcements-block div.views-row div.vcontainer:after, div#block-vbanner-right-column div.vbanner_single:after, div#block-views-galleries-block div.content:after, div#block-views-projects-block div.content:after, div#block-vbanner-front-other-sections div.content:after, div#sliding-popup.sliding-popup-bottom .popup-content:after, div.extralinks:after, div.block.block-system div.taxonomy_terms ul:after, div.block.block-system div.eu_project_menu ul:after, div.block.block-system div.categories_block ul:after, div.page-wrapper div.region-footer > div.region-content:after,
div.page-wrapper div.region-footer2 > div.region-content:after, div.page-wrapper div.page-footer_prefix:after, div.page-wrapper div.region-blockgroup-front-page-fallery-video div.region-content:after, div.page-wrapper div.page-header-content div.region-header > div.region-content > div > div:after, div.page-wrapper div.page-header-content:after {
  content: "";
  display: table;
}
.clearfix:after, div.block.block-system div.vevents-page-top:after, div.view-id-video.view-display-id-page div.views-row:after, body.page-wideo div.view-display-id-page div.views-row:after, div.node-slider div.field-name-field-slides div.slider_nav:after, div.vpoll > div.bar:after, div.vlist div.views-row:after, div#block-views-urgent-announcements-block div.views-row div.vcontainer:after, div#block-vbanner-right-column div.vbanner_single:after, div#block-views-galleries-block div.content:after, div#block-views-projects-block div.content:after, div#block-vbanner-front-other-sections div.content:after, div#sliding-popup.sliding-popup-bottom .popup-content:after, div.extralinks:after, div.block.block-system div.taxonomy_terms ul:after, div.block.block-system div.eu_project_menu ul:after, div.block.block-system div.categories_block ul:after, div.page-wrapper div.region-footer > div.region-content:after,
div.page-wrapper div.region-footer2 > div.region-content:after, div.page-wrapper div.page-footer_prefix:after, div.page-wrapper div.region-blockgroup-front-page-fallery-video div.region-content:after, div.page-wrapper div.page-header-content div.region-header > div.region-content > div > div:after, div.page-wrapper div.page-header-content:after {
  clear: both;
}

body {
  font-family: OpenSans;
  font-weight: 300;
  font-size: 0.875em;
  background: #ffffff;
  color: #333333;
}

a,
a:hover,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:focus,
*:focus {
  outline: 2px solid red;
  outline-offset: -2px;
}

li a.active {
  color: #333333;
}

table {
  border-collapse: separate;
}

iframe {
  max-width: 100%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div#block-simplenews-7 .placeholdered, div#block-search-form div.content .placeholdered {
  color: #e5e5e5;
}

div#block-views-projects-block, div.page-wrapper div.region-under-content {
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}

div#block-views-urgent-announcements-block h2, div#block-views-galleries-block-1 h2, div#block-views-video-block-1 h2, div#block-views-video-block h2, div#block-views-galleries-block h2, div#block-views-projects-block h2, div#block-views-news-list-block h2 {
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.0714285714em;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}

div#block-views-galleries-block-1 div.content div.view-header div.header_links, div#block-views-video-block-1 div.content div.view-header div.header_links, div#block-views-galleries-block div.content div.view-header div.header_links, div#block-views-projects-block div.content div.view-header div.header_links, div#block-views-video-block div.content div.view-header div.header_links {
  position: absolute;
  top: -50px;
  right: 15px;
}
div#block-views-galleries-block-1 div.content div.view-header div.header_links a, div#block-views-video-block-1 div.content div.view-header div.header_links a, div#block-views-galleries-block div.content div.view-header div.header_links a, div#block-views-projects-block div.content div.view-header div.header_links a, div#block-views-video-block div.content div.view-header div.header_links a {
  color: #333333;
}
div#block-views-galleries-block-1 div.content div.view-header div.header_links a:hover, div#block-views-video-block-1 div.content div.view-header div.header_links a:hover, div#block-views-galleries-block div.content div.view-header div.header_links a:hover, div#block-views-projects-block div.content div.view-header div.header_links a:hover, div#block-views-video-block div.content div.view-header div.header_links a:hover {
  text-decoration: underline;
}

div#block-views-galleries-block-1 div.content div.views-field-title, div#block-views-video-block-1 div.content div.views-field-title, div#block-views-video-block div.content div.views-field-title, div#block-views-galleries-block div.content div.views-field-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 1;
}
div#block-views-galleries-block-1 div.content div.views-field-title h3, div#block-views-video-block-1 div.content div.views-field-title h3, div#block-views-video-block div.content div.views-field-title h3, div#block-views-galleries-block div.content div.views-field-title h3 {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9285714286em;
}

div#block-views-galleries-block div.content div.views-field-title {
  left: 30px;
  right: 30px;
}

div#block-views-video-block div.content div.views-field-field-obrazek, div#block-views-video-block div.content div.views-field-field-file, div#block-views-galleries-block div.content div.views-field-media-gallery-media, div#block-views-galleries-block div.content div.views-field-field-obrazek {
  font-size: 0;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-field-obrazek,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-field-obrazek, div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-field-obrazek, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-obrazek,
body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-media-gallery-media,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-media-gallery-media,
div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-media-gallery-media,
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-media-gallery-media {
  background-color: #333333;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-field-obrazek *,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-field-obrazek *, div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-field-obrazek *, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-obrazek *,
body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-media-gallery-media *,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-media-gallery-media *,
div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-media-gallery-media *,
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-media-gallery-media * {
  display: block;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-field-obrazek img,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-field-obrazek img, div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-field-obrazek img, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-obrazek img,
body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-media-gallery-media img,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-media-gallery-media img,
div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-media-gallery-media img,
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-media-gallery-media img {
  transition: ease 200ms;
  opacity: 1;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-view-node *,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-view-node *, div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-view-node *, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-view-node * {
  display: block;
  width: 100%;
  height: 100%;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-view-node a,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-view-node a, div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-view-node a, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-view-node a {
  background-position: center center;
  transition: ease 200ms;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer div.views-field-view-node a:focus,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer div.views-field-view-node a:focus, div#block-views-projects-block div.content div.views-row div.vcontainer div.views-field-view-node a:focus, div#block-views-news-list-block div.views-row div.vcontainer div.views-field-view-node a:focus {
  border: 2px solid red;
  outline: 0;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer:hover div.views-field-field-obrazek img,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer:hover div.views-field-field-obrazek img, div#block-views-projects-block div.content div.views-row div.vcontainer:hover div.views-field-field-obrazek img, div#block-views-news-list-block div.views-row div.vcontainer:hover div.views-field-field-obrazek img,
body.page-galerie div.view-display-id-page div.views-row div.vcontainer:hover div.views-field-media-gallery-media img,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer:hover div.views-field-media-gallery-media img,
div#block-views-projects-block div.content div.views-row div.vcontainer:hover div.views-field-media-gallery-media img,
div#block-views-news-list-block div.views-row div.vcontainer:hover div.views-field-media-gallery-media img {
  opacity: 0.2;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer:hover div.views-field-view-node a,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer:hover div.views-field-view-node a, div#block-views-projects-block div.content div.views-row div.vcontainer:hover div.views-field-view-node a, div#block-views-news-list-block div.views-row div.vcontainer:hover div.views-field-view-node a {
  background: transparent url("/sites/all/themes/zgierz/images/icons/link_icon_hover.png") no-repeat center center;
}

div#block-views-galleries-block div.content div.views-row div.vcontainer {
  position: relative;
  background-color: #333333;
}
div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-media-gallery-media {
  transition: ease 300ms;
}
div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-php.isalink *, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-php-1.isalink *, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-view-node * {
  display: block;
  width: 100%;
  height: 100%;
}
div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-php.isalink a:focus, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-php-1.isalink a:focus, div#block-views-galleries-block div.content div.views-row div.vcontainer div.views-field-view-node a:focus {
  border: 2px solid red;
  outline: 0;
}
div#block-views-galleries-block div.content div.views-row div.vcontainer:hover div.views-field-media-gallery-media {
  opacity: 0.2;
}

body.page-wideo div.view-display-id-page div.views-field-nothing, div#block-views-video-block-1 div.content div.views-field-nothing, div#block-views-video-block div.content div.views-field-nothing {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 17px;
  left: 29px;
  background: transparent url("/sites/all/themes/zgierz/images/video.png") no-repeat;
}

div#block-views-galleries-block-1 div.content div.views-field-nothing, div#block-views-galleries-block div.content div.views-field-nothing {
  width: 27px;
  height: 29px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent url("/sites/all/themes/zgierz/images/icons/gallery.png") no-repeat;
}

div#block-block-5 div.content a span.arrow {
  width: 14px;
  height: 8px;
  display: block;
  background: transparent url("/sites/all/themes/zgierz/images/arrow.png") no-repeat;
}

div.block.block-system ul.vevents-events-list > li > h2.vevents-event-date span.time_icon, div.block.block-system div.node-article div.field-name-field-published-from,
div.block.block-system div.node-project-news div.field-name-field-published-from, div.view-id-video.view-display-id-page div.views-field-field-published-from div.field-content, div.vlist div.views-field-field-published-from div.field-content {
  height: 16px;
  padding: 0 0 0 20px;
  line-height: 16px;
  font-size: 0.7857142857em;
  display: inline-block;
  background: transparent url("/sites/all/themes/zgierz/images/icons/date_icon_dark.png") no-repeat left center;
}
div.block.block-system ul.vevents-events-list > li > h2.vevents-event-date span.time_icon span.views-label, div.block.block-system div.node-article div.field-name-field-published-from span.views-label,
div.block.block-system div.node-project-news div.field-name-field-published-from span.views-label, div.view-id-video.view-display-id-page div.views-field-field-published-from div.field-content span.views-label, div.vlist div.views-field-field-published-from div.field-content span.views-label {
  font-weight: bold;
}

div.block.block-system div.node-relation div.field-name-body, div.block.block-system div.node-article div.field-name-body,
div.block.block-system div.node-project-news div.field-name-body, body.node-type-video div.node-video div.field-name-body, body.page-node div.node div.field-name-body {
  line-height: 24px;
}
div.block.block-system div.node-relation div.field-name-body img, div.block.block-system div.node-article div.field-name-body img,
div.block.block-system div.node-project-news div.field-name-body img, body.node-type-video div.node-video div.field-name-body img, body.page-node div.node div.field-name-body img {
  max-width: 100%;
  height: auto;
}

div#block-multiblock-2 div.swiper-buttons,
div#block-multiblock-2 div.jcycle-buttons,
div#block-vbanner-advertising-campaign div.swiper-buttons,
div#block-vbanner-advertising-campaign div.jcycle-buttons, div#block-views-news-list-block div.swiper-nav {
  width: 100%;
  position: absolute;
  top: 187px;
  left: 0px;
  text-align: center;
  z-index: 10;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-button,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-button,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-button,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-button, div#block-views-news-list-block div.swiper-nav > div.swiper-button, div#block-multiblock-2 div.swiper-buttons > a.jcycle-button,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-button,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-button,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-button, div#block-views-news-list-block div.swiper-nav > a.jcycle-button {
  width: 26px;
  height: 12px;
  position: static;
  display: inline-block;
  margin: 0 7px;
  vertical-align: middle;
  background: transparent url("/sites/all/themes/zgierz/images/slider_nav.png") no-repeat;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-button-prev,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-button-prev,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-button-prev,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-button-prev, div#block-views-news-list-block div.swiper-nav > div.swiper-button-prev, div#block-multiblock-2 div.swiper-buttons > a.jcycle-button-prev,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-button-prev,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-button-prev,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-button-prev, div#block-views-news-list-block div.swiper-nav > a.jcycle-button-prev {
  background-position: left center;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-button-next,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-button-next,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-button-next,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-button-next, div#block-views-news-list-block div.swiper-nav > div.swiper-button-next, div#block-multiblock-2 div.swiper-buttons > a.jcycle-button-next,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-button-next,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-button-next,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-button-next, div#block-views-news-list-block div.swiper-nav > a.jcycle-button-next {
  background-position: right center;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-button-pause,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-button-pause,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-button-pause,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-button-pause, div#block-views-news-list-block div.swiper-nav > div.swiper-button-pause, div#block-multiblock-2 div.swiper-buttons > a.jcycle-button-pause,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-button-pause,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-button-pause,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-button-pause, div#block-views-news-list-block div.swiper-nav > a.jcycle-button-pause {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: transparent url("/sites/all/themes/zgierz/images/icons/pause.png") no-repeat;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-button-pause.paused,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-button-pause.paused,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-button-pause.paused,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-button-pause.paused, div#block-views-news-list-block div.swiper-nav > div.swiper-button-pause.paused, div#block-multiblock-2 div.swiper-buttons > a.jcycle-button-pause.paused,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-button-pause.paused,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-button-pause.paused,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-button-pause.paused, div#block-views-news-list-block div.swiper-nav > a.jcycle-button-pause.paused {
  background-position: right center;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-pager,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-pager,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-pager,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-pager, div#block-views-news-list-block div.swiper-nav > div.swiper-pager, div#block-multiblock-2 div.swiper-buttons > a.jcycle-pager,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-pager,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-pager,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-pager, div#block-views-news-list-block div.swiper-nav > a.jcycle-pager {
  display: inline-block;
  margin: 0 7px;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-pager span.swiper-pagination-bullet,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-pager span.swiper-pagination-bullet,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-pager span.swiper-pagination-bullet,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-pager span.swiper-pagination-bullet, div#block-views-news-list-block div.swiper-nav > div.swiper-pager span.swiper-pagination-bullet,
div#block-multiblock-2 div.swiper-buttons > div.swiper-pager span.jcycle-pagination-bullet,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-pager span.jcycle-pagination-bullet,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-pager span.jcycle-pagination-bullet,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-pager span.jcycle-pagination-bullet,
div#block-views-news-list-block div.swiper-nav > div.swiper-pager span.jcycle-pagination-bullet, div#block-multiblock-2 div.swiper-buttons > a.jcycle-pager span.swiper-pagination-bullet,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-pager span.swiper-pagination-bullet,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-pager span.swiper-pagination-bullet,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-pager span.swiper-pagination-bullet, div#block-views-news-list-block div.swiper-nav > a.jcycle-pager span.swiper-pagination-bullet,
div#block-multiblock-2 div.swiper-buttons > a.jcycle-pager span.jcycle-pagination-bullet,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-pager span.jcycle-pagination-bullet,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-pager span.jcycle-pagination-bullet,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-pager span.jcycle-pagination-bullet,
div#block-views-news-list-block div.swiper-nav > a.jcycle-pager span.jcycle-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  margin: 0 2px;
  border: 2px solid #333333;
  background-color: #333333;
  vertical-align: middle;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-pager span.swiper-pagination-bullet-active,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-pager span.swiper-pagination-bullet-active,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-pager span.swiper-pagination-bullet-active,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-pager span.swiper-pagination-bullet-active, div#block-views-news-list-block div.swiper-nav > div.swiper-pager span.swiper-pagination-bullet-active,
div#block-multiblock-2 div.swiper-buttons > div.swiper-pager span.jcycle-pagination-bullet-active,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-pager span.jcycle-pagination-bullet-active,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-pager span.jcycle-pagination-bullet-active,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-pager span.jcycle-pagination-bullet-active,
div#block-views-news-list-block div.swiper-nav > div.swiper-pager span.jcycle-pagination-bullet-active, div#block-multiblock-2 div.swiper-buttons > a.jcycle-pager span.swiper-pagination-bullet-active,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-pager span.swiper-pagination-bullet-active,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-pager span.swiper-pagination-bullet-active,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-pager span.swiper-pagination-bullet-active, div#block-views-news-list-block div.swiper-nav > a.jcycle-pager span.swiper-pagination-bullet-active,
div#block-multiblock-2 div.swiper-buttons > a.jcycle-pager span.jcycle-pagination-bullet-active,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-pager span.jcycle-pagination-bullet-active,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-pager span.jcycle-pagination-bullet-active,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-pager span.jcycle-pagination-bullet-active,
div#block-views-news-list-block div.swiper-nav > a.jcycle-pager span.jcycle-pagination-bullet-active {
  background-color: #ffffff;
}

div#block-vbanner-right-column-slider div.content div.swiper-buttons, div#block-views-galleries-block-1 div.content div.swiper-buttons, div#block-views-video-block-1 div.content div.swiper-buttons {
  margin: 15px auto;
  height: 12px;
  position: relative;
  display: table;
  overflow: hidden;
}
div#block-vbanner-right-column-slider div.content div.swiper-buttons div.swiper-button, div#block-views-galleries-block-1 div.content div.swiper-buttons div.swiper-button, div#block-views-video-block-1 div.content div.swiper-buttons div.swiper-button {
  width: 26px;
  height: 12px;
  position: static;
  margin: 0 15px;
  background-image: url("/sites/all/themes/zgierz/images/slider_nav4.png");
  background-repeat: no-repeat;
  background-size: auto;
  float: left;
}
div#block-vbanner-right-column-slider div.content div.swiper-buttons div.swiper-button.swiper-button-prev, div#block-views-galleries-block-1 div.content div.swiper-buttons div.swiper-button.swiper-button-prev, div#block-views-video-block-1 div.content div.swiper-buttons div.swiper-button.swiper-button-prev {
  background-position: 0 0;
}
div#block-vbanner-right-column-slider div.content div.swiper-buttons div.swiper-button.swiper-button-next, div#block-views-galleries-block-1 div.content div.swiper-buttons div.swiper-button.swiper-button-next, div#block-views-video-block-1 div.content div.swiper-buttons div.swiper-button.swiper-button-next {
  background-position: -26px 0;
}

div.page-wrapper div.page-header-content div.page-header-txt {
  display: none;
}
div.page-wrapper div.page-header-content div.page-header-logo {
  float: left;
  margin-right: 15px;
}
div.page-wrapper div.page-header-content div.region-header-extra-logo {
  float: left;
}
div.page-wrapper div.page-header-content div.region-header-extra-logo div.block div.content p {
  margin: 0;
}
div.page-wrapper div.page-header-content div.region-header {
  padding: 0 0 22px 0;
  float: right;
}
div.page-wrapper div.page-header-content div.region-header > div.region-content > div > div {
  text-align: right;
}
div.page-wrapper div.page-header-content div.region-header > div.region-content > div > div > * {
  display: inline-block;
  vertical-align: middle;
}
div.page-wrapper div.page-header-content div.region-blockgroup-header-top {
  padding: 14px 0;
}
div.page-wrapper div.region-main-menu {
  background-color: #ffffff;
}
div.page-wrapper div.region-blockgroup-front-page-fallery-video div.region-content > div {
  padding: 5px 0 20px;
}
div.page-wrapper div.region-under-content {
  border-bottom: 0;
}
div.page-wrapper div.page-main-content-subpage > div {
  float: left;
}
div.page-wrapper div.page-main-content-subpage div.page-main-content-left {
  width: 21%;
  padding: 0 15px 0 0;
  float: left;
  border-right: 1px solid #e5e5e5;
}
div.page-wrapper div.page-main-content-subpage div.page-main-content-left div.submenu_header {
  display: none;
}
div.page-wrapper div.page-main-content-subpage div.page-main-content-content {
  width: 76%;
  padding: 0 15px 0 0;
}
div.page-wrapper div.page-main-content-subpage h1,
div.page-wrapper div.page-main-content-subpage div.title_pretender {
  color: #333333;
  text-transform: uppercase;
  font-size: 1.7142857143em;
  font-weight: 700;
  margin: 15px 0;
}
div.page-wrapper div.page-main-content-subpage div.page-main-content-right {
  width: 24%;
  border-left: 1px solid #e5e5e5;
  padding: 20px 0 20px 15px;
}
div.page-wrapper div.page-main-content-subpage div.page-main-content-middle.has_left_column {
  width: 79%;
  float: left;
  padding-left: 15px;
  position: relative;
  z-index: 8;
}
div.page-wrapper div.page-footer_prefix {
  margin: 15px 0;
}
div.page-wrapper div.page-footer_prefix > div {
  width: 10%;
  height: 3px;
  float: left;
}
div.page-wrapper div.page-footer_prefix div.p1 {
  background-color: #ffffff;
}
div.page-wrapper div.page-footer_prefix div.p2 {
  background-color: #ffffff;
}
div.page-wrapper div.page-footer_prefix div.p3 {
  background-color: #ffffff;
}
div.page-wrapper div.page-footer_prefix div.p4 {
  background-color: #ffffff;
}
div.page-wrapper div.page-footer_prefix div.p5 {
  background-color: #ffffff;
}
div.page-wrapper div.page-footer_prefix div.p6 {
  background-color: #ffffff;
}
div.page-wrapper div.page-footer_prefix div.p7 {
  background-color: #ffffff;
}
div.page-wrapper div.page-footer_prefix div.p8 {
  background-color: #ffffff;
}
div.page-wrapper div.page-footer_prefix div.p9 {
  background-color: #ffffff;
}
div.page-wrapper div.page-footer_prefix div.p10 {
  background-color: #ffffff;
}
div.page-wrapper div.region-footer {
  padding-bottom: 12px;
}
div.page-wrapper div.region-footer2 {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
}
div.page-wrapper div.region-footer > div.region-content > div,
div.page-wrapper div.region-footer2 > div.region-content > div {
  float: left;
}

div.block.block-system div.taxonomy_terms, div.block.block-system div.eu_project_menu, div.block.block-system div.categories_block {
  position: relative;
}
div.block.block-system div.taxonomy_terms div.side_part, div.block.block-system div.eu_project_menu div.side_part, div.block.block-system div.categories_block div.side_part {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #ffffff;
}
div.block.block-system div.taxonomy_terms div.side_part div.gradient, div.block.block-system div.eu_project_menu div.side_part div.gradient, div.block.block-system div.categories_block div.side_part div.gradient {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorBgMain", endColorstr="$colorBgGray", GradientType=1);
}
div.block.block-system div.taxonomy_terms ul, div.block.block-system div.eu_project_menu ul, div.block.block-system div.categories_block ul {
  background-color: #ffffff;
  margin: 0 0 30px;
  padding: 20px;
}
div.block.block-system div.taxonomy_terms ul li, div.block.block-system div.eu_project_menu ul li, div.block.block-system div.categories_block ul li {
  width: 25%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
}
div.page-main-content-middle.has_left_column div.block.block-system div.taxonomy_terms ul li, div.block.block-system div.page-main-content-middle.has_left_column div.taxonomy_terms ul li, div.page-main-content-middle.has_left_column div.block.block-system div.eu_project_menu ul li, div.block.block-system div.page-main-content-middle.has_left_column div.eu_project_menu ul li, div.page-main-content-middle.has_left_column div.block.block-system div.categories_block ul li, div.block.block-system div.page-main-content-middle.has_left_column div.categories_block ul li {
  width: 33.3333333333%;
}
div.block.block-system div.taxonomy_terms ul li a, div.block.block-system div.eu_project_menu ul li a, div.block.block-system div.categories_block ul li a {
  text-decoration: none;
  color: #333333;
}
div.block.block-system div.taxonomy_terms ul li a span, div.block.block-system div.eu_project_menu ul li a span, div.block.block-system div.categories_block ul li a span {
  vertical-align: middle;
}
div.block.block-system div.taxonomy_terms ul li a span.text, div.block.block-system div.eu_project_menu ul li a span.text, div.block.block-system div.categories_block ul li a span.text {
  margin-left: 10px;
  display: inline-block;
}
div.block.block-system div.taxonomy_terms ul li a:hover, div.block.block-system div.eu_project_menu ul li a:hover, div.block.block-system div.categories_block ul li a:hover {
  outline: 0;
}
div.block.block-system div.taxonomy_terms ul li a:hover span.text, div.block.block-system div.eu_project_menu ul li a:hover span.text, div.block.block-system div.categories_block ul li a:hover span.text {
  color: #333333;
  border-bottom: 1px solid #333333;
  margin-bottom: -1px;
}
div.block.block-system div.taxonomy_terms ul li.active a, div.block.block-system div.eu_project_menu ul li.active a, div.block.block-system div.categories_block ul li.active a, body.node-type-project-news div.block.block-system div.taxonomy_terms ul li.single_item.news_link a, div.block.block-system body.node-type-project-news div.taxonomy_terms ul li.single_item.news_link a, body.node-type-project-news div.block.block-system div.eu_project_menu ul li.single_item.news_link a, div.block.block-system body.node-type-project-news div.eu_project_menu ul li.single_item.news_link a, body.node-type-project-news div.block.block-system div.categories_block ul li.single_item.news_link a, div.block.block-system body.node-type-project-news div.categories_block ul li.single_item.news_link a {
  color: #333333;
  font-weight: bold;
}

div#skip-link a:focus {
  width: auto;
  margin: 10px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
  display: inline-block;
}

div.block.block-system a {
  color: #333333;
  text-decoration: underline;
}

div.extralinks {
  padding: 7px 0;
  margin: 7px 0 -7px;
  border: solid #e5e5e5;
  border-width: 1px 0;
  clear: both;
}
div.extralinks a.gotolist {
  padding: 7px 20px;
  display: inline-block;
  text-decoration: none;
  float: right;
  background-color: #333333;
  color: #ffffff;
}
div.extralinks a.gotolist:hover {
  background-color: #4d4d4d;
}

div.fb-share-button {
  display: inline-block;
  position: relative;
  top: 6px;
}

div#breadcrumb {
  font-size: 1em;
  margin: 15px 0;
  color: #333333;
  text-decoration: underline;
}
div#breadcrumb ul, div#breadcrumb li {
  padding: 0;
  margin: 0;
}
div#breadcrumb ul li {
  display: inline-block;
}
div#breadcrumb ul li a {
  color: #333333;
}
div#breadcrumb ul li a:hover {
  color: #333333;
  outline: 0;
}
div#breadcrumb ul li:after {
  content: "/";
  margin: 0 7px;
}
div#breadcrumb ul li:last-of-type {
  text-decoration: underline;
}
div#breadcrumb ul li:last-of-type:after {
  content: "";
  margin: 0;
}

input,
select,
textarea {
  padding: 15px 23px;
  border: 1px solid #e5e5e5;
  max-width: 100%;
}

fieldset {
  max-width: 100%;
}

ul.media-gallery-wysiwyg, ul.media-gallery-wysiwyg li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.media-gallery-wysiwyg li {
  width: 25%;
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
ul.media-gallery-wysiwyg li a {
  display: block;
}
ul.media-gallery-wysiwyg li a img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul.media-gallery-wysiwyg li p.hover-title {
  display: none;
}
ul.media-gallery-wysiwyg li:hover p.hover-title {
  display: block;
  position: absolute;
  margin: -40px 0 0 0;
  z-index: 10;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  border: solid 1px #07A5F2;
  padding: 3px 10px;
  border-radius: 10px;
  text-align: left;
}

div#sliding-popup.sliding-popup-bottom {
  background-color: #ffffff;
  border-top: #e5e5e5;
}
div#sliding-popup.sliding-popup-bottom .popup-content {
  padding: 10px 0;
  position: relative;
}
div#sliding-popup.sliding-popup-bottom .popup-content #popup-text {
  margin: 0;
  color: #333333;
}
div#sliding-popup.sliding-popup-bottom .popup-content #popup-text h2,
div#sliding-popup.sliding-popup-bottom .popup-content #popup-text p {
  font-weight: 400;
  margin: 0;
  font-size: 1em;
  line-height: normal;
}
div#sliding-popup.sliding-popup-bottom .popup-content #popup-text p a:hover {
  text-decoration: underline;
}
div#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 0;
}
div#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button {
  margin: 0 2px;
  padding: 8px 13px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #ffffff;
  background-color: #333333;
}
div#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button:hover {
  background-color: #454545;
}

div.slidetotop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 230px;
  z-index: 100;
  opacity: 0;
  cursor: pointer;
  background: url("/sites/all/themes/zgierz/images/go_to_top.jpg");
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

div.block.block-system ul.pager, div.block.block-system ul.pager li {
  margin: 0;
  padding: 0;
}
div.block.block-system ul.pager {
  margin-top: 15px;
}
div.block.block-system ul.pager li.pager-first, div.block.block-system ul.pager li.pager-previous, div.block.block-system ul.pager li.pager-next, div.block.block-system ul.pager li.pager-last {
  display: inline-block;
  width: auto;
  margin: 0 10px;
}
div.block.block-system ul.pager li.pager-first a:hover, div.block.block-system ul.pager li.pager-previous a:hover, div.block.block-system ul.pager li.pager-next a:hover, div.block.block-system ul.pager li.pager-last a:hover {
  background: transparent;
  text-decoration: underline;
  color: inherit;
}
div.block.block-system ul.pager li.pager-current {
  background-color: #e5e5e5;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div.block.block-system ul.pager li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
}
div.block.block-system ul.pager li a {
  width: inherit;
  height: inherit;
  color: inherit;
  display: block;
  text-decoration: none;
}
div.block.block-system ul.pager li a:hover {
  background-color: #333333;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

div.socialbar {
  position: fixed;
  left: 0;
  top: 200px;
  z-index: 20;
}
div.socialbar div {
  width: 40px;
  height: 40px;
  margin: 5px 0;
  background: transparent no-repeat center center;
}
div.socialbar div a {
  width: 100%;
  height: 100%;
  display: block;
}
div.socialbar div a:focus {
  outline: 0;
  border: 2px solid red;
}
div.socialbar div.fb {
  background-image: url("/sites/all/themes/zgierz/images/social/fb.jpg");
  background-color: #3b579d;
}
div.socialbar div.yt {
  background-image: url("/sites/all/themes/zgierz/images/social/yt.jpg");
  background-color: #d61827;
}
div.socialbar div.gp {
  background-image: url("/sites/all/themes/zgierz/images/social/g+.jpg");
  background-color: #e04a39;
}
div.socialbar div.rss {
  background-image: url("/sites/all/themes/zgierz/images/social/rss.jpg");
  background-color: #f8991d;
}

span.color_slash {
  width: 7px;
  height: 11px;
  display: inline-block;
  background: transparent url("/sites/all/themes/zgierz/images/news/color_slashes.png");
  background-position: 0 0;
}
span.color_slash.color_07a4f2 {
  background-position: -7px 0;
}
span.color_slash.color_952591 {
  background-position: -14px 0;
}
span.color_slash.color_b0d438 {
  background-position: -21px 0;
}
span.color_slash.color_cf1e62 {
  background-position: -28px 0;
}
span.color_slash.color_00244f {
  background-position: -35px 0;
}
span.color_slash.color_e5e5e5 {
  background-position: -42px 0;
}

div.view-empty {
  margin: 30px 0;
  text-align: center;
}

div.block.block-system a.acc-head {
  padding: 6px;
  display: block;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  position: relative;
}
div.block.block-system a.acc-head:hover {
  border: 1px solid #333333;
}
div.block.block-system a.acc-head span {
  background: none;
  padding: 0;
}
div.block.block-system a.acc-head span.ready-accordion-header {
  padding-right: 100px;
}
div.block.block-system a.acc-head span.ready-accordion-expand-collapse-txt {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  color: #333333;
  text-transform: lowercase;
  font-size: 0.8571428571em;
}

.fb_iframe_widget,
div#___plusone_0 {
  vertical-align: middle !important;
}

@media all and (max-width: 760px) {
  .block-vbanner .block-wrapper {
    width: 100% !important;
    height: auto !important;
  }
  .block-vbanner .block-wrapper .vbanner .vbanner_single {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
}
a:hover {
  text-decoration: underline !important;
}

div.region-blockgroup-header-bottom,
div.region-banners,
div.field-name-body img,
ul.media-gallery-wysiwyg,
div#block-block-2,
div#block-simplenews-7 img,
div#block-block-5 div.content a span.arrow,
div#announcements-icon,
div#block-views-urgent-announcements-block,
div#slidetotop,
div#block-multiblock-2,
div.block.block-system div.node img,
div.block.block-system div.node div.field-name-field-obrazek,
div.fb-share-button,
div#___plusone_0,
div.socialbar {
  display: none !important;
}

div.block.block-system div.node div {
  background-image: none !important;
}

div.page-wrapper div.page-footer_prefix {
  border-top: 1px solid #e5e5e5;
}

div.page-wrapper div.page-footer_prefix > div {
  height: 0;
}

div#block-print-ui-print-links div.content span.print_html a,
div#block-print-ui-print-links div.content span.print_pdf a {
  background-image: none;
  padding-left: 0;
}

div.page-wrapper div.page-header-content div.page-header-logo {
  display: none;
}
div.page-wrapper div.page-header-content div.page-header-txt {
  display: block;
  padding: 20px 0 10px 0;
  font-size: 1.5em;
  font-weight: 700;
  float: left;
}
div.page-wrapper div.page-header-content div.region-header {
  width: auto;
  float: right;
  padding: 20px 0 10px;
}
div.page-wrapper div.page-header-content div.region-blockgroup-header-top {
  padding: 0;
}
div.page-wrapper div.page-main-content-subpage div.page-main-content-content {
  width: 100%;
  float: none;
}
div.page-wrapper div.page-main-content-subpage div.page-main-content-right {
  display: none;
}

div#block-menu-menu-footer-menu div.content ul > li {
  background-image: none;
}

body.christmas-theme div.page-header {
  background: transparent;
}
body.christmas-theme div.region-footer {
  background: transparent;
}

body.easter-theme div.page-header-container {
  background: transparent;
}
body.easter-theme div.page-header {
  background: transparent;
}
body.easter-theme div.region-footer {
  background: transparent;
}

span.arrow {
  display: none !important;
}

div.categories_block ul li a span.color_slash {
  display: none;
}

div.extralinks a.gotolist a.gotolist:hover {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

/**
 * ------------------------------------------------------------
 *  STYLE SWITCHER
 * ------------------------------------------------------------
 */
div#block-styleswitcher-styleswitcher div.content li:nth-of-type(1) {
  display: inline-block;
}
div#block-styleswitcher-styleswitcher div.content li:nth-of-type(3) {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  GOOGLE TRANSLATE
 * ------------------------------------------------------------
 */
div#block-gtranslate-gtranslate div.content div#gtranslate-icon {
  display: none;
}
div#block-gtranslate-gtranslate div.content a#gtranslate-show-hide-langs {
  width: auto;
  height: auto;
  margin-top: 0;
  font-size: inherit;
  background-image: none;
}
div#block-gtranslate-gtranslate div.content div#gtranslate-flags-container a.gtflag {
  width: auto !important;
  height: auto !important;
  background-image: none;
}
div#block-gtranslate-gtranslate div.content div#gtranslate-flags-container a.gtflag span {
  position: static !important;
}

/**
 * ------------------------------------------------------------
 *  FAVOURITE LINKS BANNERS (under content)
 * ------------------------------------------------------------
 */
div#block-vbanner-fav-links div.vbanner_single a span.vbanner-img {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  CONTACT DATA
 * ------------------------------------------------------------
 */
div#block-block-3 {
  width: 35%;
}

/**
 * ------------------------------------------------------------
 *  CREATED BY
 * ------------------------------------------------------------
 */
div#block-block-4 div.content a {
  font-size: 0.9285714286em;
}
div#block-block-4 div.content a img {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  NEWS
 * ------------------------------------------------------------
 */
div#block-views-news-list-block h2 {
  margin-top: 20px;
}
div#block-views-news-list-block div.swiper-container {
  position: static;
  overflow: visible;
}
div#block-views-news-list-block div.view-content {
  width: auto;
  height: auto;
  overflow: auto;
  position: static;
  display: block;
}
div#block-views-news-list-block div.view-row-set {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  pointer-events: auto;
  display: block;
  transform: translate3d(0, 0px, 0px) !important;
}
div#block-views-news-list-block div.views-row {
  width: auto !important;
  height: auto !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  display: list-item;
  padding: 5px 4px;
  margin: 0 0 0 17px;
  overflow: visible;
}
div#block-views-news-list-block div.views-row div.vcontainer div.title-and-date {
  color: #333333;
  position: static;
  bottom: auto;
  padding: 0;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-obrazek {
  display: none;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-published-from {
  background: none;
  padding-left: 0;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-title {
  font-size: 0.9285714286em !important;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-title h3 {
  margin: 5px 0;
}
div#block-views-news-list-block div.views-row:hover div.vcontainer div.views-field-title h3 {
  text-decoration: underline;
}
div#block-views-news-list-block div.swiper-nav {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  OTHER SECTIONS BANNERS
 * ------------------------------------------------------------
 */
div#block-vbanner-front-other-sections div.content div.vbanner_single {
  height: 43px;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single a {
  background: transparent;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single a span.vbanner-img {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  PROJECTS
 * ------------------------------------------------------------
 */
div#block-views-projects-block div.content {
  margin: 0;
}
div#block-views-projects-block div.content div.views-row {
  width: 100%;
  display: list-item;
  padding: 5px 4px;
  margin-left: 17px;
}
div#block-views-projects-block div.content div.views-row div.vcontainer:hover div.views-field-view-node a {
  background: transparent;
}
div#block-views-projects-block div.content div.views-field-field-obrazek {
  display: none;
}
div#block-views-projects-block div.content div.views-row:hover div.views-field-title h3 {
  text-decoration: underline;
}

/**
 * ------------------------------------------------------------
 *  GALLERIES
 * ------------------------------------------------------------
 */
div#block-views-galleries-block div.content {
  margin: 0;
}
div#block-views-galleries-block div.content div.views-row {
  width: 100%;
  display: list-item;
  padding: 5px 4px;
  margin-left: 17px;
}
div#block-views-galleries-block div.content div.views-row div.vcontainer {
  background-color: transparent;
}
div#block-views-galleries-block div.content div.views-field-media-gallery-media, div#block-views-galleries-block div.content div.views-field-field-obrazek {
  display: none;
}
div#block-views-galleries-block div.content div.views-field-title {
  position: static;
}
div#block-views-galleries-block div.content div.views-field-title h3 {
  color: #333333;
}
div#block-views-galleries-block div.content div.views-field-nothing {
  display: none;
}
div#block-views-galleries-block div.views-row:hover div.views-field-title h3 {
  text-decoration: underline;
}

/**
 * ------------------------------------------------------------
 *  VIDEO
 * ------------------------------------------------------------
 */
div#block-views-video-block div.content div.views-row {
  display: list-item;
  padding: 5px 4px;
  margin: 0 0 0 17px;
}
div#block-views-video-block div.content div.views-row:hover {
  background-color: transparent;
}
div#block-views-video-block div.content div.views-row div.vcontainer {
  background-color: transparent;
}
div#block-views-video-block div.content div.views-field-field-obrazek, div#block-views-video-block div.content div.views-field-field-file {
  display: none;
}
div#block-views-video-block div.content div.views-field-title {
  position: static;
}
div#block-views-video-block div.content div.views-field-title h3 {
  color: #333333;
}
div#block-views-video-block div.content div.views-field-nothing {
  display: none;
}
div#block-views-video-block div.views-row:hover div.views-field-title h3 {
  text-decoration: underline;
}

/**
 * ------------------------------------------------------------
 *  MAIN MENU
 * ------------------------------------------------------------
 */
div#block-v-activetrail-menu-v-activetrail-nav-menu a:hover {
  color: #333333 !important;
  background-color: #ffffff !important;
}

/**
 * ------------------------------------------------------------
 *  TEXT RESIZE
 * ------------------------------------------------------------
 */
div#block-block-1 div.content span.text_size {
  width: 31px;
  height: 31px;
  line-height: 27px;
  margin: 0 3px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border: 2px solid #333333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
div#block-block-1 div.content span.text_size#text_size-up {
  background-image: url("/sites/all/themes/zgierz/images/text_resize/text_resize_increase.png");
}
div#block-block-1 div.content span.text_size#text_size-down {
  background-image: url("/sites/all/themes/zgierz/images/text_resize/text_resize_decrease.png");
}
div#block-block-1 div.content span.text_size:focus, div#block-block-1 div.content span.text_size:hover {
  cursor: pointer;
  border-color: #333333;
}

/**
 * ------------------------------------------------------------
 *  STYLE SWITCHER
 * ------------------------------------------------------------
 */
div#block-styleswitcher-styleswitcher {
  line-height: 31px;
}
div#block-styleswitcher-styleswitcher div.content ul,
div#block-styleswitcher-styleswitcher div.content ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#block-styleswitcher-styleswitcher div.content ul li {
  display: inline-block;
  margin: 0 0 0 25px;
}
div#block-styleswitcher-styleswitcher div.content a:focus,
div#block-styleswitcher-styleswitcher div.content a:hover {
  color: #333333;
}
div#block-styleswitcher-styleswitcher div.content li:first-of-type {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  GOOGLE TRANSLATE
 * ------------------------------------------------------------
 */
div#block-gtranslate-gtranslate {
  margin-left: 20px;
}
div#block-gtranslate-gtranslate div.content div#gtranslate-icon {
  margin-top: 0;
}
div#block-gtranslate-gtranslate div.content a#gtranslate-show-hide-langs {
  margin: 10px 0 0 3px;
  font-size: 0;
}
div#block-gtranslate-gtranslate div.content div#gtranslate-flags-container {
  width: auto !important;
  top: 31px;
  background-color: #ffffff;
  border: 1px solid #333333;
}

/**
 * ------------------------------------------------------------
 *  HEADER BANNERS
 * ------------------------------------------------------------
 */
div#block-vbanner-header div.content div.vbanner_single {
  height: 49px;
  margin: 0 0 0 10px;
  line-height: 37px;
  float: left;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
div#block-vbanner-header div.content div.vbanner_single:hover {
  border-color: #333333;
}
div#block-vbanner-header div.content div.vbanner_single a {
  height: inherit;
  display: block;
  padding: 5px 20px;
}
div#block-vbanner-header div.content div.vbanner_single a img {
  width: auto;
  max-height: 39px;
  display: inline-block;
  vertical-align: middle;
}
div#block-vbanner-header div.content div.vbanner_single a span {
  display: inline-block;
}

/**
 * ------------------------------------------------------------
 *  SEARCH ENGINE
 * ------------------------------------------------------------
 */
div#block-search-form div.content div.form-type-textfield {
  margin: 0;
  float: left;
}
div#block-search-form div.content input.form-text {
  width: 350px;
  border-right: 0;
  background-color: #ffffff;
}
div#block-search-form div.content div.form-actions {
  float: left;
}
div#block-search-form div.content input.form-submit {
  overflow: hidden;
  text-indent: -500px;
  border-left: 0;
}
div#block-search-form div.content input.form-submit {
  background: #ffffff url("/sites/all/themes/zgierz/images/icons/search.png") no-repeat center center;
}
div#block-search-form div.content input.form-submit:hover {
  background-color: #e5e5e5;
}

/**
 * ------------------------------------------------------------
 *  MAIN MENU
 * ------------------------------------------------------------
 */
@media only screen and (min-width: 768px) {
  div#block-v-activetrail-menu-v-activetrail-nav-menu h2 {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 1169px) {
  div#block-v-activetrail-menu-v-activetrail-nav-menu.fixed {
    height: 71px;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu.fixed div.block-wrapper {
    width: 1169px;
    position: fixed;
    z-index: 250;
    top: 0;
    background-color: #ffffff;
  }
  body.admin-menu div#block-v-activetrail-menu-v-activetrail-nav-menu.fixed div.block-wrapper {
    top: 29px;
  }
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li {
  padding: 0;
  margin: 0;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li span.treemenu_arrow {
  display: none;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li ul {
  display: none;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul {
  width: 100%;
  min-height: 71px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li:first-of-type {
  margin-left: 0;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li:last-of-type {
  margin-right: 0;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li a,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li span.nolink {
  padding: 0 30px;
  font-size: 1.0714285714em;
  font-weight: 800;
  line-height: 71px;
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
  color: #333333;
  font-style: normal;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content > ul.menu > li > a.active-trail,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content > ul.menu > li > a:hover {
  color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-929 > a.active-trail,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-929 > a:hover {
  background-color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-1979 > a.active-trail,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-1979 > a:hover {
  background-color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-925 > a.active-trail,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-925 > a:hover {
  background-color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-926 > a.active-trail,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-926 > a:hover {
  background-color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-945 > a.active-trail,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-945 > a:hover {
  background-color: #333333;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-927 > a.active-trail,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-927 > a:hover {
  background-color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-928 > a.active-trail,
div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.menu-mlid-928 > a:hover {
  background-color: #ffffff;
}

/**
 * ------------------------------------------------------------
 *  PHOTO ROTATOR + NEWS SLIDER
 * ------------------------------------------------------------
 */
div.region-blockgroup-slider-photos-news {
  overflow: hidden;
}
div.region-blockgroup-slider-photos-news div.jcycle-pager-pause-unpause-wrapper {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
div.region-blockgroup-slider-photos-news a.jcycle-prev-next {
  display: block;
  background-image: url("/sites/all/themes/zgierz/images//slider_nav3.png");
  width: 26px;
  height: 12px;
  float: left;
  margin-right: 14px;
  margin-top: 3px;
}
div.region-blockgroup-slider-photos-news a.jcycle-prev-next.jcycle-prev {
  background-position: 0 0;
}
div.region-blockgroup-slider-photos-news a.jcycle-prev-next.jcycle-next {
  background-position: -26px 0;
}
div.region-blockgroup-slider-photos-news a.jcycle-pause-unpause {
  background-image: url("/sites/all/themes/zgierz/images/icons/pause2.png");
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin-left: 14px;
}
div.region-blockgroup-slider-photos-news a.jcycle-pause-unpause.jcycle-pause {
  background-position: 0 0;
}
div.region-blockgroup-slider-photos-news a.jcycle-pause-unpause.jcycle-unpause {
  background-position: -16px 0;
}
div.region-blockgroup-slider-photos-news ul.jcycle-pager {
  margin: 3px 0 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
}
div.region-blockgroup-slider-photos-news ul.jcycle-pager > li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
div.region-blockgroup-slider-photos-news ul.jcycle-pager > li > a {
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 2px;
  border: 2px solid #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
div.region-blockgroup-slider-photos-news ul.jcycle-pager > li.cycle-pager-active > a {
  background-color: #333333;
}

/**
 * ------------------------------------------------------------
 *  PHOTO ROTATOR
 * ------------------------------------------------------------
 */
div#block-views-photo-rotator-block {
  float: left;
  margin-right: 9px;
}
div#block-views-photo-rotator-block div.view-content img {
  display: block;
}
div#block-views-photo-rotator-block div#photo-rotator-pager-pause-unpause-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

/**
 * ------------------------------------------------------------
 *  NEWS SLIDER
 * ------------------------------------------------------------
 */
div#block-views-news-slider-block {
  float: left;
}
div#block-views-news-slider-block div.view-content div.view-row-set {
  overflow: hidden;
  width: 660px;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row {
  float: left;
  width: 325px;
  height: 155px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row.views-row-odd {
  margin-right: 10px;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.views-field-field-obrazek {
  position: relative;
  z-index: 0;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.views-field-field-obrazek img {
  display: block;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.news-slider-item-tile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.news-slider-item-tile div.news_date_title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.news-slider-item-tile div.news_date_title div.views-field {
  margin: 0 10px 10px 10px;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.news-slider-item-tile div.news_date_title div.views-field-field-published-from {
  line-height: 16px;
  font-size: 0.7142857143em;
  padding: 0 0 0 20px;
  background: transparent url("/sites/all/themes/zgierz/images/icons/date_icon.png") no-repeat left center;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.news-slider-item-tile div.news_date_title h3 {
  margin: 0;
  text-transform: uppercase;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.news-slider-item-tile div.jquery_colorpicker_color_display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.news_slider_tile_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
div#block-views-news-slider-block div.view-content div.view-row-set div.views-row div.news_slider_tile_link a {
  display: block;
  width: 100%;
  height: 100%;
}
div#block-views-news-slider-block div#news-slider-pager-pause-unpause-wrapper {
  margin-bottom: 10px;
}
div#block-views-news-slider-block div.view-footer {
  line-height: 52px;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 10;
}
div#block-views-news-slider-block div.view-footer-content a {
  display: inline-block;
  background: #333333;
  border: solid 1px #333333;
  color: #ffffff;
  font-weight: bold;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
}
div#block-views-news-slider-block div.view-footer-content a:hover,
div#block-views-news-slider-block div.view-footer-content a:focus {
  background: #333333;
}

/**
 * ------------------------------------------------------------
 *  NEWS
 * ------------------------------------------------------------
 */
div#block-views-news-list-block {
  position: relative;
}
div#block-views-news-list-block div.view-content {
  width: 1169px;
  margin: auto;
  height: 489px;
  position: relative;
  overflow: hidden;
}
div#block-views-news-list-block div.swiper-container {
  width: 1169px;
}
div#block-views-news-list-block div.view-row-set {
  background-color: #ffffff;
}
div#block-views-news-list-block div.views-row {
  position: absolute;
  overflow: hidden;
  /*
  &-1,
  &-2,
  &-6,
  &-7,
  &-11,
  &-12 {
      div.vcontainer div.views-field-field-obrazek img {
          margin-top: -10%;
      }
  }

  &-4,
  &-5,
  &-9,
  &-10,
  &-14,
  &-15 {
      div.vcontainer div.views-field-field-obrazek img {
          margin-top: -5%;
      }
  } 
  */
}
div#block-views-news-list-block div.views-row div.vcontainer {
  height: 100%;
  width: 100%;
  padding: 0 2px 2px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div#block-views-news-list-block div.views-row div.vcontainer2 {
  height: 100%;
  width: 100%;
  position: relative;
}
div#block-views-news-list-block div.views-row div.vcontainer div.title-and-date {
  width: 100%;
  min-height: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ffffff;
}
div#block-views-news-list-block div.views-row div.vcontainer div.title-and-date div.title-and-date2 {
  position: absolute;
  background: #333333;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
}
div#block-views-news-list-block div.views-row:hover div.vcontainer div.title-and-date div.title-and-date2 {
  background: transparent;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-obrazek {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-obrazek div.field-content {
  width: inherit;
  height: inherit;
  position: relative;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-obrazek img.maxwidth {
  width: 100%;
  height: auto;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-obrazek img.maxheight {
  width: auto;
  height: 100%;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-title {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.0714285714em;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-title span.prefix {
  color: #333333;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-title h3 {
  margin: 0;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-published-from {
  line-height: 16px;
  font-size: 0.7142857143em;
  padding: 0 0 0 20px;
  background: transparent url("/sites/all/themes/zgierz/images/icons/date_icon.png") no-repeat left center;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-view-node a {
  right: 1px;
  bottom: 1px;
}
div#block-views-news-list-block div.views-row:nth-of-type(5n+1) {
  width: 37%;
  height: 50%;
  left: 0;
  top: 0;
}
div#block-views-news-list-block div.views-row:nth-of-type(5n+2) {
  width: 37%;
  height: 50%;
  left: 0;
  top: 50%;
}
div#block-views-news-list-block div.views-row:nth-of-type(5n+3) {
  width: 37%;
  height: 100%;
  left: 37%;
  top: 0;
}
div#block-views-news-list-block div.views-row:nth-of-type(5n+3) div.vcontainer div.views-field-title {
  font-size: 1.6428571429em;
}
div#block-views-news-list-block div.views-row:nth-of-type(5n+4) {
  width: 26%;
  height: 50%;
  left: 74%;
  top: 0;
}
div#block-views-news-list-block div.views-row:nth-of-type(5n+5) {
  width: 26%;
  height: 50%;
  left: 74%;
  top: 50%;
}
div#block-views-news-list-block div.views-row:nth-of-type(5n+4) div.vcontainer,
div#block-views-news-list-block div.views-row:nth-of-type(5n+5) div.vcontainer {
  padding-right: 0;
}
div#block-views-news-list-block div.view-footer {
  line-height: 52px;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 10;
  margin-top: -52px;
}
div#block-views-news-list-block div.view-footer-content a {
  display: inline-block;
  background: #333333;
  border: solid 1px #333333;
  color: #ffffff;
  font-weight: bold;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
}
div#block-views-news-list-block div.view-footer-content a:hover,
div#block-views-news-list-block div.view-footer-content a:focus {
  background: #333333;
}
div#block-views-news-list-block div.swiper-nav {
  position: relative;
  bottom: 0px;
  top: 0px;
  width: auto;
  height: 52px;
  box-sizing: border-box;
  padding-top: 15px;
  display: table;
  margin: auto;
  z-index: 11;
}
div#block-views-news-list-block div.swiper-nav > div.swiper-button {
  background-image: url("/sites/all/themes/zgierz/images/slider_nav3.png");
}
div#block-views-news-list-block div.swiper-nav > div.swiper-button-pause {
  background-image: url("/sites/all/themes/zgierz/images/icons/pause2.png");
}

/**
 * ------------------------------------------------------------
 *  OTHER SECTIONS BANNERS
 * ------------------------------------------------------------
 */
div#block-vbanner-front-other-sections {
  padding: 35px 0;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single {
  width: 12.5%;
  height: 73px;
  padding: 0 17px;
  margin: 2px 0;
  float: left;
  position: relative;
  border-right: 2px solid #333333;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single a {
  display: block;
  left: 17px;
  right: 17px;
  background: transparent url("/sites/all/themes/zgierz/images/arrow.png") no-repeat right 59px;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single a span.additional_text {
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single a:focus, div#block-vbanner-front-other-sections div.content div.vbanner_single a:hover {
  border-bottom: 2px solid #333333;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single a:focus span.additional_text, div#block-vbanner-front-other-sections div.content div.vbanner_single a:hover span.additional_text {
  padding-bottom: 12px;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(0n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(1n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(2n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(3n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(4n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(5n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(6n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(7n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(8n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(9n) {
  border-color: #ffffff;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(8n) {
  border-right: 0;
}

/**
 * ------------------------------------------------------------
 *  CAMPAIGN BANNERS
 * ------------------------------------------------------------
 */
/**
 * ------------------------------------------------------------
 *  PROJECTS
 * ------------------------------------------------------------
 */
div#block-views-projects-block {
  background: #ffffff;
  padding: 20px 0;
}
div#block-views-projects-block div.content {
  position: relative;
  margin: 0 -15px;
}
div#block-views-projects-block div.content div.views-row {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  position: relative;
}
div#block-views-projects-block div.content div.views-row div.vcontainer {
  background-color: transparent;
}
div#block-views-projects-block div.content div.views-field-title h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9285714286em;
}
div#block-views-projects-block div.content div.views-field-view-node {
  left: 15px;
  right: 15px;
}

/**
 * ------------------------------------------------------------
 *  GALLERIES
 * ------------------------------------------------------------
 */
div#block-views-galleries-block {
  width: 100%;
  padding-right: 0px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div#block-views-galleries-block div.content {
  position: relative;
  margin: 0 -15px;
}
div#block-views-galleries-block div.content div.views-row {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  position: relative;
}
div#block-views-galleries-block div.content div.views-field-media-gallery-media div.field-name-field-license {
  display: none;
}
div#block-views-galleries-block div.content div.views-field-view-node {
  left: 15px;
  right: 15px;
}
/**
 * ------------------------------------------------------------
 *  VIDEO
 * ------------------------------------------------------------
 */
div#block-views-video-block {
  width: 33%;
  padding-left: 15px;
  float: left;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div#block-views-video-block div.content {
  position: relative;
}
div#block-views-video-block div.content div.views-row {
  position: relative;
  margin-top: 30px;
  transition: ease 300ms;
}
div#block-views-video-block div.content div.views-row:first-of-type {
  margin-top: 0;
}
div#block-views-video-block div.content div.views-field-field-obrazek, div#block-views-video-block div.content div.views-field-field-file {
  transition: ease 300ms;
}
div#block-views-video-block div.content div.views-field-nothing {
  transition: ease 300ms;
}
div#block-views-video-block div.content div.views-row:hover {
  background-color: #333333;
}
div#block-views-video-block div.content div.views-row:hover div.views-field-field-obrazek, div#block-views-video-block div.content div.views-row:hover div.views-field-field-file {
  opacity: 0.2;
}
div#block-views-video-block div.content div.views-row:hover div.views-field-nothing {
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
}

/**
 * ------------------------------------------------------------
 *  RIGHT COL - ADDITIONAL LINKS
 * ------------------------------------------------------------
 */
div#block-multiblock-1 div.vbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div#block-multiblock-1 div.vbanner_single {
  width: 50%;
  margin: 0 0 20px 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 100px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(2n) {
  padding-left: 10px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(2n-1) {
  border-right: 1px solid;
  padding-right: 10px;
}
div#block-multiblock-1 div.vbanner_single a {
  display: block;
  height: 100px;
}
div#block-multiblock-1 div.vbanner_single a div.arrow {
  width: 14px;
  height: 8px;
  position: absolute;
  right: 10px;
  bottom: 16px;
}
div#block-multiblock-1 div.vbanner_single a div.arrow {
  background: transparent url("/sites/all/themes/zgierz/images/arrow.png") no-repeat;
}
div#block-multiblock-1 div.vbanner_single a span.vbanner-img {
  display: block;
}
div#block-multiblock-1 div.vbanner_single a span.additional_text {
  margin: 20px 0 0 0;
  font-size: 1.0714285714em;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 75%;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(0n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(0n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(0n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(1n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(1n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(1n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(2n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(2n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(2n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(3n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(3n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(3n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(4n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(4n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(4n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(5n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(5n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(5n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(6n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(6n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(6n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(7n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(7n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(7n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(8n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(8n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(8n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(9n) {
  border-color: #ffffff;
}
div#block-multiblock-1 div.vbanner_single:nth-of-type(9n) a:focus,
div#block-multiblock-1 div.vbanner_single:nth-of-type(9n) a:hover {
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  bottom: -12px;
}

/**
 * ------------------------------------------------------------
 *  RIGHT COL - VIDEO
 * ------------------------------------------------------------
 */
div#block-views-video-block-1 div.content {
  position: relative;
}
div#block-views-video-block-1 div.content div.view-header {
  display: table;
  margin: 10px auto;
}
div#block-views-video-block-1 div.content div.view-content {
  position: relative;
}
div#block-views-video-block-1 div.content div.views-row {
  transition: ease 300ms;
}
div#block-views-video-block-1 div.content div.views-row div.vcontainer {
  position: relative;
}
div#block-views-video-block-1 div.content div.views-field-field-file, div#block-views-video-block-1 div.content div.views-field-field-obrazek {
  transition: ease 300ms;
}
div#block-views-video-block-1 div.content div.views-field-field-file *, div#block-views-video-block-1 div.content div.views-field-field-obrazek * {
  display: block;
}
div#block-views-video-block-1 div.content div.views-field-title {
  transition: ease 300ms;
}
div#block-views-video-block-1 div.content div.views-field-nothing {
  transition: ease 300ms;
}
div#block-views-video-block-1 div.content div.views-row:hover {
  background-color: #333333;
}
div#block-views-video-block-1 div.content div.views-row:hover div.views-field-title {
  opacity: 0;
}
div#block-views-video-block-1 div.content div.views-row:hover div.views-field-field-obrazek, div#block-views-video-block-1 div.content div.views-row:hover div.views-field-field-file {
  opacity: 0.2;
}
div#block-views-video-block-1 div.content div.views-row:hover div.views-field-nothing {
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
}
/**
 * ------------------------------------------------------------
 *  RIGHT COL - GALLERIES
 * ------------------------------------------------------------
 */
div#block-views-galleries-block-1 div.content {
  position: relative;
}
div#block-views-galleries-block-1 div.content div.view-header {
  display: table;
  margin: 15px auto;
}
div#block-views-galleries-block-1 div.content div.view-content {
  position: relative;
}
div#block-views-galleries-block-1 div.content div.views-row {
  transition: ease 300ms;
}
div#block-views-galleries-block-1 div.content div.views-row div.vcontainer {
  position: relative;
}
div#block-views-galleries-block-1 div.content div.views-field-media-gallery-media {
  transition: ease 300ms;
}
div#block-views-galleries-block-1 div.content div.views-field-media-gallery-media * {
  display: block;
}
div#block-views-galleries-block-1 div.content div.views-field-media-gallery-media div.field-name-media-title,
div#block-views-galleries-block-1 div.content div.views-field-media-gallery-media div.field-name-field-license {
  display: none;
}
div#block-views-galleries-block-1 div.content div.views-field-title {
  bottom: 30px;
}
div#block-views-galleries-block-1 div.content div.views-row:hover {
  background-color: #333333;
}
div#block-views-galleries-block-1 div.content div.views-row:hover div.views-field-media-gallery-media {
  opacity: 0.2;
}

/**
 * ------------------------------------------------------------
 *  RIGHT COL - banners
 * ------------------------------------------------------------
 */
div#block-vbanner-right-column div.vbanner_single {
  border: 1px solid #e5e5e5;
  margin: 10px 0;
}
div#block-vbanner-right-column div.vbanner_single a {
  width: 100%;
  display: table;
  padding: 15px;
  transition: ease 300ms;
}
div#block-vbanner-right-column div.vbanner_single a span {
  display: table-cell;
  vertical-align: middle;
}
div#block-vbanner-right-column div.vbanner_single a span.vbanner-img {
  width: 65px;
  font-size: 0;
}
div#block-vbanner-right-column div.vbanner_single a span.additional_text {
  font-style: 1.0714285714em;
}
div#block-vbanner-right-column div.vbanner_single a:hover,
div#block-vbanner-right-column div.vbanner_single a:focus {
  background-color: #e5e5e5;
}

/**
 * ------------------------------------------------------------
 *  RIGHT COL SWIPER - banners
 * ------------------------------------------------------------
 */
/**
 * ------------------------------------------------------------
 *  LEFT MENU (left column)
 * ------------------------------------------------------------
 */
div#block-v-activetrail-menu-v-activetrail-menu span.nolink,
div#block-v-activetrail-menu-v-activetrail-menu a.treemenu_link {
  margin: 4px 0;
  display: inline-block;
}
div#block-v-activetrail-menu-v-activetrail-menu span.nolink.active-trail,
div#block-v-activetrail-menu-v-activetrail-menu a.active-trail {
  color: #333333;
  font-style: normal;
  font-weight: 700;
}
div#block-v-activetrail-menu-v-activetrail-menu a:focus,
div#block-v-activetrail-menu-v-activetrail-menu span.treemenu_arrow:focus {
  outline-offset: 0;
}
div#block-v-activetrail-menu-v-activetrail-menu li span.treemenu_arrow {
  width: 11px;
  height: 7px;
  margin: 0 7px 0 0;
  display: inline-block;
  cursor: pointer;
  background: transparent url("/sites/all/themes/zgierz/images/menu/arrows.png") no-repeat left bottom;
  position: absolute;
  top: 6px;
  left: 0;
}
div#block-v-activetrail-menu-v-activetrail-menu li.collapsed span.treemenu_arrow {
  background-position: right bottom;
}
div#block-v-activetrail-menu-v-activetrail-menu li.active-trail > span.treemenu_arrow {
  background-position: left top;
}
div#block-v-activetrail-menu-v-activetrail-menu li.active-trail.collapsed > span.treemenu_arrow {
  background-position: right top;
}
div#block-v-activetrail-menu-v-activetrail-menu ul li {
  position: relative;
  padding-left: 20px;
}
div#block-v-activetrail-menu-v-activetrail-menu ul li a:hover {
  color: #333333;
}
div#block-v-activetrail-menu-v-activetrail-menu ul, div#block-v-activetrail-menu-v-activetrail-menu li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
div#block-v-activetrail-menu-v-activetrail-menu ul ul {
  border-left: 1px solid #e5e5e5;
  padding: 10px;
  margin: 10px 0;
  /* li { margin-left: -16px; } */
}
div#block-v-activetrail-menu-v-activetrail-menu ul li.collapsed ul {
  display: none;
}
body.page-aktualnosci div#block-v-activetrail-menu-v-activetrail-menu {
  padding-top: 150px;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-town > ul ul > li > a {
  color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-town > ul ul > li > a:hover {
  color: #333333;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-health > ul ul > li > a {
  color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-health > ul ul > li > a:hover {
  color: #333333;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-education > ul ul > li > a {
  color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-education > ul ul > li > a:hover {
  color: #333333;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-culture-and-art > ul ul > li > a {
  color: #333333;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-culture-and-art > ul ul > li > a:hover {
  color: #333333;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-sport-recreation-tourism > ul ul > li > a {
  color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-sport-recreation-tourism > ul ul > li > a:hover {
  color: #333333;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-society > ul ul > li > a {
  color: #ffffff;
}
div#block-v-activetrail-menu-v-activetrail-menu div.menu--menu-society > ul ul > li > a:hover {
  color: #333333;
}

/**
 * ------------------------------------------------------------
 *  LINKS UNDER LEFT MENU
 * ------------------------------------------------------------
 */
div#block-block-5 {
  margin-top: 50px;
}
div#block-block-5 div.content a {
  border: 1px solid #e5e5e5;
  padding: 15px 36px 15px 15px;
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  position: relative;
}
div#block-block-5 div.content a span.arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  transition: ease 300ms;
}
div#block-block-5 div.content a:focus, div#block-block-5 div.content a:hover {
  border-color: #333333;
}
div#block-block-5 div.content a:focus span.arrow, div#block-block-5 div.content a:hover span.arrow {
  right: 10px;
}

/**
 * ------------------------------------------------------------
 *  FAVOURITE LINKS BANNERS (under content)
 * ------------------------------------------------------------
 */
div#block-vbanner-fav-links {
  position: relative;
  text-align: center; /*font-size: 0;*/
  margin-top: 20px;
  margin-bottom: 20px;
}
div#block-vbanner-fav-links div.vbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
div#block-vbanner-fav-links div.vbanner_single {
  width: 12.5%;
  margin: 2px 0;
  display: inline-block;
  vertical-align: top;
}
div#block-vbanner-fav-links div.vbanner_single a span {
  display: block;
}
div#block-vbanner-fav-links div.vbanner_single a span.vbanner-img {
  height: 85px;
}
div#block-vbanner-fav-links div.vbanner_single a span.additional_text {
  max-width: 100%;
  font-size: 1.0714285714em;
}
div#block-vbanner-fav-links div.vbanner_single a:hover {
  color: #333333;
}

/**
 * ------------------------------------------------------------
 *  PRINT & PDF
 * ------------------------------------------------------------
 */
div#block-print-ui-print-links {
  background-color: #ffffff;
  padding: 7px;
  margin: 7px 0;
}
div#block-print-ui-print-links div.content span.print_html,
div#block-print-ui-print-links div.content span.print_pdf {
  display: inline-block;
}
div#block-print-ui-print-links div.content span.print_html a,
div#block-print-ui-print-links div.content span.print_pdf a {
  padding-left: 25px;
  line-height: 21px;
  text-decoration: none;
  font-size: 0.7857142857em;
  color: #333333;
  background: transparent no-repeat left center;
  display: inline-block;
}
div#block-print-ui-print-links div.content span.print_html a:hover,
div#block-print-ui-print-links div.content span.print_pdf a:hover {
  text-decoration: underline;
}
div#block-print-ui-print-links div.content span.print_html a:focus,
div#block-print-ui-print-links div.content span.print_pdf a:focus {
  outline-offset: 0;
}
div#block-print-ui-print-links div.content span.print_html {
  margin-left: 0;
}
div#block-print-ui-print-links div.content span.print_html a {
  background-image: url("/sites/all/themes/zgierz/images/icons/print.png");
}
div#block-print-ui-print-links div.content span.print_pdf a {
  background-image: url("/sites/all/themes/zgierz/images/icons/pdf.png");
  padding-left: 29px;
}

div#block-simplenews-7 h2, div#block-block-3 div.content p:nth-of-type(1) {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.0714285714em;
}

/**
 * ------------------------------------------------------------
 *  CREST
 * ------------------------------------------------------------
 */
div#block-block-2 {
  width: 10%;
}
/**
 * ------------------------------------------------------------
 *  CONTACT DATA
 * ------------------------------------------------------------
 */
div#block-block-3 {
  width: 25%;
}
/**
 * ------------------------------------------------------------
 *  FOOTER MENU
 * ------------------------------------------------------------
 */
div#block-menu-menu-footer-menu {
  width: 65%;
  margin-top: 51px;
}
div#block-menu-menu-footer-menu div.content ul, div#block-menu-menu-footer-menu div.content li {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#block-menu-menu-footer-menu div.content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div#block-menu-menu-footer-menu div.content ul > li {
  width: 33%;
  padding: 0 0 0 15px;
  display: inline-block;
  background: url("/sites/all/themes/zgierz/images/slash.png") no-repeat left 6px;
}
@media only screen and (max-width: 1200px) {
  div#block-menu-menu-footer-menu div.content ul > li {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  div#block-menu-menu-footer-menu div.content ul > li {
    width: 100%;
  }
}
div#block-menu-menu-footer-menu div.content ul > li > a {
  font-size: 1.0714285714em;
}
div#block-menu-menu-footer-menu div.content ul > li > a:hover {
  color: #333333;
  text-decoration: underline;
  outline: 0;
}

/**
 * ------------------------------------------------------------
 *  NEWSLETTER
 * ------------------------------------------------------------
 */
div#block-simplenews-7 {
  width: 30%;
}
div#block-simplenews-7 div.form-item {
  margin-bottom: 7px;
}
div#block-simplenews-7 input.form-text {
  width: 100%;
}
div#block-simplenews-7 input.form-submit {
  padding: 0;
  border: 0;
  color: #333333;
  background: transparent;
  float: right;
  margin-left: 10px;
}
div#block-simplenews-7 input.form-submit:hover,
div#block-simplenews-7 input.form-submit:focus {
  text-decoration: underline;
}
div#block-simplenews-7 a.feed-icon {
  font-size: 0;
}

/**
 * ------------------------------------------------------------
 *  CREATED BY
 * ------------------------------------------------------------
 */
div#block-block-4 div.content p {
  margin: 5px 0;
  font-size: 0.9285714286em;
}
div#block-block-4 div.content a {
  font-size: 0;
}
div#block-block-4 div.content a img {
  vertical-align: middle;
}
div#block-block-4 div.content a:hover,
div#block-block-4 div.content a:focus {
  outline-offset: 0;
}

/**
 * ------------------------------------------------------------
 *  CAMPAIGN BANNERS
 * ------------------------------------------------------------
 */
div#block-multiblock-2,
div#block-vbanner-advertising-campaign {
  position: relative;
  margin-bottom: 35px;
}
div#block-multiblock-2 div.vbanner_single *,
div#block-vbanner-advertising-campaign div.vbanner_single * {
  display: block;
}
div#block-multiblock-2 div.vbanner_single a:hover,
div#block-vbanner-advertising-campaign div.vbanner_single a:hover {
  outline: 2px solid #333333;
  outline-offset: -2px;
}
div#block-multiblock-2 div.swiper-buttons,
div#block-multiblock-2 div.jcycle-buttons,
div#block-vbanner-advertising-campaign div.swiper-buttons,
div#block-vbanner-advertising-campaign div.jcycle-buttons {
  top: 205px;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-button, div#block-multiblock-2 div.swiper-buttons > a.jcycle-button,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-button,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-button,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-button,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-button,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-button,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-button {
  background-image: url("/sites/all/themes/zgierz/images/slider_nav3.png");
}
div#block-multiblock-2 div.swiper-buttons > a.jcycle-button.disabled,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-button.disabled,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-button.disabled,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-button.disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
div#block-multiblock-2 div.swiper-buttons > div.swiper-button-pause, div#block-multiblock-2 div.swiper-buttons > a.jcycle-button-pause,
div#block-multiblock-2 div.jcycle-buttons > div.swiper-button-pause,
div#block-multiblock-2 div.jcycle-buttons > a.jcycle-button-pause,
div#block-vbanner-advertising-campaign div.swiper-buttons > div.swiper-button-pause,
div#block-vbanner-advertising-campaign div.swiper-buttons > a.jcycle-button-pause,
div#block-vbanner-advertising-campaign div.jcycle-buttons > div.swiper-button-pause,
div#block-vbanner-advertising-campaign div.jcycle-buttons > a.jcycle-button-pause {
  background-image: url("/sites/all/themes/zgierz/images/icons/pause2.png");
}

/**
 * ------------------------------------------------------------
 *  ANNOUNCEMENTS
 * ------------------------------------------------------------
 */
div#announcements-icon {
  width: 60px;
  height: 60px;
  bottom: 150px;
  right: 15px;
  position: fixed;
  z-index: 49;
}
div#announcements-icon span.counter {
  padding: 3px 5px;
  position: absolute;
  right: -4px;
  top: -4px;
  background-color: #333333;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#announcements-icon span.open_action {
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: transparent url("/sites/all/themes/zgierz/images/announcement.png") no-repeat left top;
}
div#announcements-icon span.open_action:hover {
  background-position: left bottom;
}

div#block-views-urgent-announcements-block {
  display: none;
  box-shadow: 0 0 45px 0 #ffffff;
  max-width: 100%;
  width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 300;
  border-left: 2px solid #e5e5e5;
}
body.admin-menu div#block-views-urgent-announcements-block {
  top: 29px;
}
div#block-views-urgent-announcements-block > * {
  padding: 15px;
}
div#block-views-urgent-announcements-block h2 {
  margin: 0;
}
div#block-views-urgent-announcements-block div.view-header div.close_ann_window a {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #333333;
}
div#block-views-urgent-announcements-block div.view-header div.close_ann_window a:focus, div#block-views-urgent-announcements-block div.view-header div.close_ann_window a:hover {
  text-decoration: underline;
}
div#block-views-urgent-announcements-block div.view-content {
  position: absolute;
  top: 55px;
  left: 15px;
  right: 15px;
  bottom: 60px;
  overflow-y: scroll;
}
div#block-views-urgent-announcements-block div.views-row {
  position: relative;
  overflow: hidden;
}
div#block-views-urgent-announcements-block div.views-row div.vcontainer {
  padding-bottom: 35px;
  margin: 0 15px 15px 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
div#block-views-urgent-announcements-block div.views-row:last-of-type div.vcontainer {
  margin-bottom: 0;
  border-bottom: 0;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-nid {
  display: none;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-title, div#block-views-urgent-announcements-block div.views-row div.views-field-body {
  font-size: 0.9285714286em;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-title h3 {
  margin: 0 0 7px;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-nothing {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 0;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-nothing * {
  width: inherit;
  height: inherit;
  display: block;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-nothing span.remove_announcement {
  background: transparent url("/sites/all/themes/zgierz/images/close.png") no-repeat left top;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-nothing span.remove_announcement:focus, div#block-views-urgent-announcements-block div.views-row div.views-field-nothing span.remove_announcement:hover {
  background-position: left bottom;
  cursor: pointer;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-field-announcement-img {
  float: right;
  padding: 29px 0 0 15px;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-field-announcement-img a, div#block-views-urgent-announcements-block div.views-row div.views-field-field-announcement-img img {
  display: block;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-field-published-from {
  font-size: 0.7857142857em;
  margin-top: 7px;
  position: absolute;
  left: 0;
  bottom: 7px;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-view-node {
  position: absolute;
  right: 0;
  bottom: 7px;
  font-size: 0.8571428571em;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-view-node span.field-content a {
  color: #333333;
}
div#block-views-urgent-announcements-block div.views-row div.views-field-view-node span.field-content a:hover, div#block-views-urgent-announcements-block div.views-row div.views-field-view-node span.field-content a:focus {
  text-decoration: underline;
}
div#block-views-urgent-announcements-block div.view-footer {
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
div#block-views-urgent-announcements-block div.view-footer {
  border-top: 1px solid #e5e5e5;
}
div#block-views-urgent-announcements-block div.view-footer div.clear_all_announcements span {
  width: 100%;
  height: 100%;
  display: block;
  text-transform: uppercase;
}
div#block-views-urgent-announcements-block div.view-footer div.clear_all_announcements span:hover {
  color: #333333;
  cursor: pointer;
}

/**
 * ------------------------------------------------------------
 *  NODES LIST
 * ------------------------------------------------------------
 */
div.vlist div.views-row {
  margin: 0 0 20px 0;
}
div.vlist div.views-row-last {
  margin-bottom: 0;
}
div.vlist div.views-field-field-obrazek {
  float: left;
  margin: 0 31px 10px 0;
}
div.vlist div.views-field-field-obrazek * {
  display: block;
}
div.vlist div.views-field-field-obrazek img {
  max-width: 100%;
  height: auto;
}
div.vlist div.views-field-title h3 {
  font-size: 1.7857142857em;
  font-weight: 400;
  margin: 4px 0;
}
div.vlist div.views-field-title h3 a {
  color: #333333;
  text-decoration: none;
}
div.vlist div.views-field-title h3 a:hover, div.vlist div.views-field-title h3 a:focus {
  text-decoration: underline;
  color: #333333;
}
div.vlist div.views-field-body {
  line-height: 24px;
}
div.vlist div.views-field-view-node {
  text-align: right;
  margin-top: 10px;
}
div.vlist div.views-field-view-node a {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
div.vlist div.views-field-view-node a span.arrow {
  width: 14px;
  height: 8px;
  margin-top: -4px;
  transition: ease 300ms;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  background: transparent url("/sites/all/themes/zgierz/images/arrow.png");
}
div.vlist div.views-field-view-node a:focus,
div.vlist div.views-field-view-node a:hover {
  /*outline: 0;*/
}
div.vlist div.views-field-view-node a:focus span.arrow,
div.vlist div.views-field-view-node a:hover span.arrow {
  right: 0;
}

/**
 * ------------------------------------------------------------
 *  NODES PROFILES
 * ------------------------------------------------------------
 */
body.page-node div.node div.field-name-body div.mgpicker_descr {
  margin: 15px;
}

/**
 * ------------------------------------------------------------
 *  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;
  text-align: right;
  font-size: 12px;
}
div.vpoll > div.bar {
  background-color: #e5e5e5;
}
div.vpoll > div.bar div.foreground {
  height: 15px;
  background-color: #333333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.vpoll > div.total {
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
}

/**
 * ------------------------------------------------------------
 *  SLIDERS
 * ------------------------------------------------------------
 */
div.node-slider div.field-name-field-slides {
  max-width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
div.node-slider div.field-name-field-slides div.field-items > div {
  max-width: 100%;
}
div.node-slider div.field-name-field-slides div.field-name-field-slide-image * {
  display: block;
}
div.node-slider div.field-name-field-slides div.field-name-field-slide-image img {
  max-width: 100%;
  height: auto;
}
div.node-slider div.field-name-field-slides div.slider_nav {
  width: 100%;
}
div.node-slider div.field-name-field-slides div.slider_nav div.prev_slide,
div.node-slider div.field-name-field-slides div.slider_nav div.next_slide {
  width: 14px;
  height: 7px;
  margin: 10px 0 15px;
  display: inline-block;
  cursor: pointer;
  background: transparent url("/sites/all/themes/zgierz/images/slider_nav2.png") no-repeat;
}
div.node-slider div.field-name-field-slides div.slider_nav div.prev_slide {
  background-position: left center;
  float: left;
}
div.node-slider div.field-name-field-slides div.slider_nav div.next_slide {
  background-position: right center;
  float: right;
}
div.node-slider div.field-name-field-slides div.slider_nav div.pause_slides {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 5px 0;
  cursor: pointer;
  background: transparent url("/sites/all/themes/zgierz/images/icons/pause2.png") no-repeat left center;
}
div.node-slider div.field-name-field-slides div.slider_nav div.pause_slides.paused {
  background-position: right center;
}
div.node-slider div.field-name-field-slides div.slider_nav div.pages {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  text-align: center;
  z-index: 200;
}
div.node-slider div.field-name-field-slides div.slider_nav div.pages span {
  width: 15px;
  height: 15px;
  margin: 0 2px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #333333;
}
div.node-slider div.field-name-field-slides div.slider_nav div.pages span.cycle-pager-active {
  background-color: #333333;
}

/**
 * ------------------------------------------------------------
 *  CURIOSITIES PROFILE
 * ------------------------------------------------------------
 */
body.node-type-video div.node-video div.field-name-field-file {
  text-align: center;
}
/**
 * ------------------------------------------------------------
 *  VIDEO PROFILE
 * ------------------------------------------------------------
 */
body.node-type-video div.node-video div#video {
  margin: 0 auto;
  max-width: 100%;
}
body.node-type-video div.node-video div.field-name-field-file {
  text-align: center;
}
body.node-type-video div.node-video div.movie-controls {
  text-align: center;
  margin: 10px;
}
body.node-type-video div.node-video div.movie-controls a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px;
  text-decoration: none;
  color: #333333;
  margin: 0 2px;
}
body.node-type-video div.node-video div.movie-controls a:hover, body.node-type-video div.node-video div.movie-controls a:focus {
  border-color: #333333;
}

/**
 * ------------------------------------------------------------
 *  VIDEOS LIST
 * ------------------------------------------------------------
 */
body.page-wideo div.view-display-id-page div.obrazek.views-fieldset {
  margin: 0 31px 10px 0;
}
body.page-wideo div.view-display-id-page div.views-fieldset {
  float: left;
  padding: 0 7px 7px 0;
  position: relative;
}
body.page-wideo div.view-display-id-page div.views-field-field-obrazek {
  margin: 0;
}
body.page-wideo div.view-display-id-page div.views-field-nothing {
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
}

div.view-id-video.view-display-id-page div.views-row {
  margin: 0 0 20px 0;
  position: relative;
}
div.view-id-video.view-display-id-page div.views-row:hover div.views-field-nothing-1 span.arrow {
  right: 0;
}
div.view-id-video.view-display-id-page div.views-row-last {
  margin-bottom: 0;
}
div.view-id-video.view-display-id-page div.views-field-field-obrazek {
  float: left;
  margin: 0 31px 10px 0;
}
div.view-id-video.view-display-id-page div.views-field-field-obrazek * {
  display: block;
}
div.view-id-video.view-display-id-page div.views-field-field-obrazek img {
  max-width: 100%;
  height: auto;
}
div.view-id-video.view-display-id-page div.views-field-title h3 {
  font-size: 1.7857142857em;
  font-weight: 400;
  margin: 4px 0;
}
div.view-id-video.view-display-id-page div.views-field-body {
  line-height: 24px;
}
div.view-id-video.view-display-id-page div.views-field-nothing-1 {
  text-align: right;
  margin-top: 10px;
}
div.view-id-video.view-display-id-page div.views-field-nothing-1 span.field-content {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
}
div.view-id-video.view-display-id-page div.views-field-nothing-1 span.field-content span.arrow {
  width: 14px;
  height: 8px;
  margin-top: -4px;
  transition: ease 300ms;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  background: transparent url("/sites/all/themes/zgierz/images/arrow.png");
}
div.view-id-video.view-display-id-page div.views-field-view-node {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.view-id-video.view-display-id-page div.views-field-view-node a {
  display: block;
  width: 100%;
  height: 100%;
}

/**
 * ------------------------------------------------------------
 *  GALLERIES
 * ------------------------------------------------------------
 */
body.page-galerie div.view-display-id-page div.galleries_amount,
body.page-galleries div.view-display-id-page_1 div.galleries_amount {
  text-align: center;
  font-size: 1.2857142857em;
  margin: 15px 0;
}
body.page-galerie div.view-display-id-page div.galleries_amount span.year,
body.page-galleries div.view-display-id-page_1 div.galleries_amount span.year {
  font-weight: 700;
}
body.page-galerie div.view-display-id-page div.views-fieldset,
body.page-galleries div.view-display-id-page_1 div.views-fieldset {
  position: relative;
}
body.page-galerie div.view-display-id-page div.view-content,
body.page-galleries div.view-display-id-page_1 div.view-content {
  font-size: 0;
  margin: 0 -10px;
}
body.page-galerie div.view-display-id-page div.views-row,
body.page-galleries div.view-display-id-page_1 div.views-row {
  width: 33.3333333333%;
  padding: 0 10px 10px;
  display: inline-block;
  vertical-align: top;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer {
  position: relative;
}
body.page-galerie div.view-display-id-page div.views-field-title,
body.page-galleries div.view-display-id-page_1 div.views-field-title {
  font-size: 13px;
}
body.page-galerie div.view-display-id-page div.views-field-title h3,
body.page-galleries div.view-display-id-page_1 div.views-field-title h3 {
  margin: 15px 0;
}
body.page-galerie div.view-display-id-page div.views-field-media-gallery-media-1,
body.page-galleries div.view-display-id-page_1 div.views-field-media-gallery-media-1 {
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 15px;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -44px 0 0 -44px;
  color: #333333;
}
body.page-galerie div.view-display-id-page div.views-field-media-gallery-media-1 span,
body.page-galleries div.view-display-id-page_1 div.views-field-media-gallery-media-1 span {
  display: inline-block;
  vertical-align: middle;
}
body.page-galerie div.view-display-id-page div.views-field-media-gallery-media-1 span.img_icon,
body.page-galleries div.view-display-id-page_1 div.views-field-media-gallery-media-1 span.img_icon {
  width: 19px;
  height: 21px;
  margin: 0 0 0 5px;
  background: transparent url("/sites/all/themes/zgierz/images/galleries/gallery_img.png") no-repeat;
  background-position: right center;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer:hover div.views-field-view-node a,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer:hover div.views-field-view-node a {
  background-image: none;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer:hover div.views-field-media-gallery-media-1,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer:hover div.views-field-media-gallery-media-1 {
  background-color: #333333;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer:hover div.views-field-media-gallery-media-1 span.text,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer:hover div.views-field-media-gallery-media-1 span.text {
  color: #ffffff;
}
body.page-galerie div.view-display-id-page div.views-row div.vcontainer:hover div.views-field-media-gallery-media-1 span.img_icon,
body.page-galleries div.view-display-id-page_1 div.views-row div.vcontainer:hover div.views-field-media-gallery-media-1 span.img_icon {
  background-position: left center;
}

/**
 * ------------------------------------------------------------
 *  GALLERY PROFILE
 * ------------------------------------------------------------
 */
body.node-type-media-gallery div.node-media-gallery div.field-name-media-gallery-media div.field-item div.media-gallery-item {
  border: 0;
  padding: 0;
}
body.node-type-media-gallery div.node-media-gallery div.field-name-media-gallery-media div.field-item div.media-gallery-item a {
  border: 1px solid #e5e5e5;
}
body.node-type-media-gallery div.node-media-gallery div.field-name-media-gallery-media div.field-item div.media-gallery-item a:focus, body.node-type-media-gallery div.node-media-gallery div.field-name-media-gallery-media div.field-item div.media-gallery-item a:hover {
  border: 1px solid #333333;
}

/**
 * ------------------------------------------------------------
 *  NEWS PROFILE / LIST
 * ------------------------------------------------------------
 */
div.block.block-system div.node-article div.field-name-field-obrazek,
div.block.block-system div.node-project-news div.field-name-field-obrazek {
  float: left;
  padding: 0 20px 10px 0;
  font-size: 0;
}
div.block.block-system div.node-article div.field-name-title,
div.block.block-system div.node-project-news div.field-name-title {
  font-size: 2.0714285714em;
}
div#block-print-ui-print-links span.archive {
  float: right;
}
div#block-print-ui-print-links span.archive a {
  color: #333333;
  position: relative;
  display: inline-block;
}
div#block-print-ui-print-links span.archive a span.arrow {
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: none;
  width: 0;
  height: 0;
  margin: 0 0 0 -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #333333;
}
div#block-print-ui-print-links span.archive a:hover, div#block-print-ui-print-links span.archive a:focus {
  outline: none;
}
div#block-print-ui-print-links span.archive a:hover span.arrow, div#block-print-ui-print-links span.archive a:focus span.arrow {
  display: block;
}

/**
 * ------------------------------------------------------------
 *  PROJECT PROFILE
 * ------------------------------------------------------------
 */
div.block.block-system div.eu_project_menu ul li {
  padding-right: 15px;
  height: auto;
}
div.block.block-system div.eu_project_menu ul li a {
  padding-left: 0;
}
div.block.block-system div.eu_project_menu ul li a span.text {
  margin-left: -11px;
  position: relative;
  left: 15px;
  display: inline;
}
div.block.block-system div.eu_project_menu ul li.active a span.color_slash,
div.block.block-system div.eu_project_menu ul li a:hover span.color_slash,
div.block.block-system div.eu_project_menu ul li a:focus span.color_slash {
  background-position: -35px 0;
}
div.block.block-system div.eu_project_menu ul li.active a span.text,
div.block.block-system div.eu_project_menu ul li a:hover span.text,
div.block.block-system div.eu_project_menu ul li a:focus span.text {
  border-bottom: 0;
  font-weight: 700;
  color: #333333;
}
div.block.block-system div.eu_project_subpage_title {
  font-size: 2.0714285714em;
  margin: 15px 0;
  line-height: 1.3em;
}

/**
 * ------------------------------------------------------------
 *  RELATION PROFILE
 * ------------------------------------------------------------
 */
div.block.block-system div.node-relation div.relation_title {
  margin: 0 0 15px;
  font-size: 2.0714285714em;
}
div.block.block-system div.node-relation div.field-name-body p:first-of-type {
  margin-top: 0;
}
div.block.block-system div.node-relation div.field-name-field-miejsce-wydarzenia, div.block.block-system div.node-relation div.field-name-field-date {
  font-size: 0.7142857143em;
}
div.block.block-system div.node-relation div.field-name-field-miejsce-wydarzenia div.field-label, div.block.block-system div.node-relation div.field-name-field-date div.field-label {
  text-transform: uppercase;
}
div.block.block-system div.node-relation div.field-name-field-entries {
  margin: 20px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e5e5e5;
}
div.block.block-system div.node-relation div.field-name-field-entries > div.field-items {
  margin: 0 0 0 85px;
  padding: 0 0 0 46px;
  border-left: 1px solid #333333;
}
div.block.block-system div.node-relation div.field-name-field-entries > div.field-items > div.field-item {
  min-height: 28px;
  position: relative;
  margin: 20px 0;
}
div.block.block-system div.node-relation div.field-name-field-entry-date {
  position: absolute;
  background-color: #ffffff;
  font-size: 0.7142857143em;
  left: -114px;
  top: 0;
}
div.block.block-system div.node-relation div.field-name-field-entry-date div.field-item {
  display: table;
}
div.block.block-system div.node-relation div.field-name-field-entry-date span {
  display: table-cell;
  vertical-align: middle;
}
div.block.block-system div.node-relation div.field-name-field-entry-date span.text {
  padding-right: 10px;
  text-align: right;
}
div.block.block-system div.node-relation div.field-name-field-entry-date span.timer {
  width: 16px;
  height: 16px;
  background: transparent url("/sites/all/themes/zgierz/images/relations/time.png") no-repeat left center;
}
div.block.block-system div.node-relation div.field-name-field-entry-date.with_body span.timer {
  background-position: right center;
}
div.block.block-system div.node-relation div.field-name-field-entry-title h3 {
  line-height: 28px;
  margin: 0;
}
div.block.block-system div.node-relation div.field-name-field-entry-title.with_body h3 {
  color: #333333;
  cursor: pointer;
}
div.block.block-system div.node-relation div.field-name-field-entry-title.with_body h3 span.arrow {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0 0 10px;
  background: transparent url("/sites/all/themes/zgierz/images/relations/arrows.png") no-repeat -28px 0;
}
div.block.block-system div.node-relation div.field-name-field-entry-title.with_body h3.visible span.arrow {
  background-position: 0 0;
}
div.block.block-system div.node-relation div.field-name-field-entry-title.with_body h3:focus, div.block.block-system div.node-relation div.field-name-field-entry-title.with_body h3:hover {
  text-decoration: underline;
  outline: 0;
}
div.block.block-system div.node-relation div.field-name-field-entry-title.with_body h3:focus span.arrow, div.block.block-system div.node-relation div.field-name-field-entry-title.with_body h3:hover span.arrow {
  background-position: -14px 0;
}
div.block.block-system div.node-relation div.field-name-field-entry-title.with_body h3:focus.visible span.arrow, div.block.block-system div.node-relation div.field-name-field-entry-title.with_body h3:hover.visible span.arrow {
  background-position: -42px 0;
}
div.block.block-system div.node-relation div.field-name-field-entry-body {
  display: none;
}
div.block.block-system div.node-relation div.field-name-field-entry-body.visible {
  display: block;
}

/**
 * ------------------------------------------------------------
 *  EVENTS LIST / SEARCH
 * ------------------------------------------------------------
 */
div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.vevents-page-filter-form-header, div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e5e5e5;
}
div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.vevents-page-filter-form-header h2, div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header h2, div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.vevents-page-filter-form-header h3, div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header h3 {
  margin: 0;
  font-size: 1.2857142857em;
  text-align: left;
  line-height: inherit;
  text-transform: capitalize;
}
div.block.block-system div.vevents-page-top {
  position: relative;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block {
  padding: 14px;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-date {
  width: 100%;
  height: 208px;
  border-bottom: 1px solid #ffffff;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-date span.vevents-date-day {
  font-size: 8.5714285714em;
  line-height: 140px;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-date p.vevents-date-month-year {
  font-size: 1.2857142857em;
  margin: 0;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-date p.vevents-date-month-year span.vevents-month-name {
  text-transform: capitalize;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-no-of-events-wrapper {
  width: 100%;
  border-top: 1px solid #ffffff;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-no-of-events-wrapper a.vevents-no-of-events {
  color: #ffffff;
  text-decoration: none;
  background: transparent url("/sites/all/themes/zgierz/images/icons/calendar.png") no-repeat left center;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-no-of-events-wrapper a.vevents-no-of-events:hover, div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-no-of-events-wrapper a.vevents-no-of-events:focus {
  text-decoration: underline;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-no-of-events-wrapper a.vevents-no-of-events span {
  vertical-align: middle;
}
div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block div.vevents-no-of-events-wrapper a.vevents-no-of-events span.arrow {
  width: 14px;
  height: 6px;
  margin: 0 0 0 15px;
  display: inline-block;
  background: url("/sites/all/themes/zgierz/images/arrow_white.png");
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block {
  width: 67%;
  height: 284px;
  padding-left: 290px;
  float: left;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header div.date-nav ul.pager {
  margin: 0;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header div.date-nav ul.pager li {
  height: 43px;
  line-height: 43px;
  top: 0;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header div.date-nav ul.pager li a {
  width: 26px;
  height: 12px;
  background-image: url("/sites/all/themes/zgierz/images/slider_nav4.png");
  vertical-align: middle;
  display: inline-block;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header div.date-nav ul.pager li a:hover {
  background-color: transparent;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header div.date-nav ul.pager li.date-prev a {
  background-position: left center;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-header div.date-nav ul.pager li.date-next a {
  background-position: right center;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content th {
  text-transform: capitalize;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content th, div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content td {
  text-align: center;
  padding: 4px;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content td div.mini-calendar-block-day {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content td div.mini-calendar-block-day a {
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-decoration: none;
  background-color: #333333;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content td div.mini-calendar-block-day a:hover, div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content td div.mini-calendar-block-day a:focus {
  font-weight: 700;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content div.mini-calendar-block-day-events-balloon {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content div.mini-calendar-block-day-events-balloon > ul > li > a {
  text-decoration: none;
  color: #333333;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content div.mini-calendar-block-day-events-balloon > ul > li > a:focus, div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content div.mini-calendar-block-day-events-balloon > ul > li > a:hover {
  text-decoration: underline;
}
div.block.block-system div.vevents-page-top div.vevents-page-calendar-block div.view-content td.today div.mini-calendar-block-day {
  border: 1px solid #333333;
  line-height: 33px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div.block.block-system div.vevents-page-top div.vevents-page-filter-form {
  width: 33%;
  height: 284px;
  padding-left: 20px;
  float: left;
  position: relative;
}
div.block.block-system div.vevents-page-top div.vevents-page-filter-form form input.form-text {
  width: 100%;
  padding: 0 15px;
  color: #777;
  font-style: italic;
}
div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.form-actions {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
}
div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.form-actions input {
  padding: 7px 15px;
}
div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.form-actions input:nth-of-type(1) {
  color: #ffffff;
  font-weight: 700;
  background-color: #333333;
  border-color: #333333;
}
div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.form-actions input:nth-of-type(1):hover, div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.form-actions input:nth-of-type(1):focus {
  background-color: #333333;
}
div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.form-actions input:nth-of-type(2) {
  border: 1px solid #e5e5e5;
  text-decoration: underline;
  background-color: #ffffff;
  color: #333333;
  float: right;
}
div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.form-actions input:nth-of-type(2):hover, div.block.block-system div.vevents-page-top div.vevents-page-filter-form div.form-actions input:nth-of-type(2):focus {
  border-color: #333333;
}
div.block.block-system div.vevents-page-top .selectboxit-container,
div.block.block-system div.vevents-page-top .selectboxit-container .selectboxit {
  width: 100%;
}
div.block.block-system div.vevents-page-top .selectboxit-btn {
  border-color: #e5e5e5;
}
div.block.block-system div.vevents-page-top .selectboxit-text {
  color: #777;
}
div.block.block-system div.vevents-page-top .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  width: 11px;
  height: 7px;
  background: url("/sites/all/themes/zgierz/images/menu/arrows.png") no-repeat right top;
}
div.block.block-system div.vevents-page-top form input.form-text,
div.block.block-system div.vevents-page-top .selectboxit-container span,
div.block.block-system div.vevents-page-top .selectboxit-container .selectboxit-options a {
  height: 40px;
  line-height: 40px;
}
div.block.block-system div.vevents-page-top .selectboxit-list .selectboxit-option-anchor {
  text-decoration: none;
  color: #333333;
}
div.block.block-system div.vevents-page-top .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #333333;
  background-image: none;
  color: #ffffff;
}
div.block.block-system h2.upcoming_events {
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  margin: 25px 0 0 0;
  font-weight: 400;
  font-size: 1.0714285714em;
  padding: 0 0 7px 0;
}
div.block.block-system ul.vevents-events-list {
  margin: 0 -15px;
  padding: 0;
  font-size: 0;
}
div.block.block-system ul.vevents-events-list > li {
  width: 25%;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  vertical-align: top;
}
div.block.block-system ul.vevents-events-list > li h3 {
  text-transform: uppercase;
  font-size: 13px;
}
div.block.block-system ul.vevents-events-list > li div.vevents-event-title h3 {
  margin-bottom: 0;
}
div.block.block-system ul.vevents-events-list > li > h2.vevents-event-date {
  font-size: 10px;
  padding: 7px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #ffffff;
  background: #333333;
  margin: 0;
}
div.block.block-system ul.vevents-events-list > li > h2.vevents-event-date span {
  vertical-align: middle;
}
div.block.block-system ul.vevents-events-list > li > h2.vevents-event-date span.time_icon {
  background-image: url("/sites/all/themes/zgierz/images/icons/date_icon.png");
}
div.block.block-system p.no_events {
  text-align: center;
  margin: 20px 0;
}

/**
 * ------------------------------------------------------------
 *  EVENT PROFILE
 * ------------------------------------------------------------
 */
div.block.block-system div.node-wydarzenie div.field-name-field-obrazek {
  float: left;
  margin: 0 15px 15px 0;
}
div.block.block-system div.node-wydarzenie div.field-name-field-obrazek img {
  max-width: 100%;
  height: auto;
}
div.block.block-system div.node-wydarzenie div.field-name-body {
  clear: both;
}
div.block.block-system div.node-wydarzenie div.field-name-field-date, div.block.block-system div.node-wydarzenie div.field-name-field-organizator, div.block.block-system div.node-wydarzenie div.field-name-field-miejsce-wydarzenia {
  margin-bottom: 10px;
}

/**
 * ------------------------------------------------------------
 *  URGENT MESSAGE PROFILE
 * ------------------------------------------------------------
 */
div.block.block-system div.node-important-announcement div.field-name-field-announcement-img {
  float: left;
  padding-right: 10px;
}

/**
 * ------------------------------------------------------------
 *  SEARCH ENGINE
 * ------------------------------------------------------------
 */
body.page-wyszukiwarka div.block.block-system fieldset {
  margin: 0;
}
body.page-wyszukiwarka div.block.block-system fieldset#edit-fieldset {
  border: 0;
  padding: 0;
}
body.page-wyszukiwarka div.block.block-system fieldset#edit-fieldset > legend {
  display: none;
}
body.page-wyszukiwarka div.block.block-system fieldset#edit-adv {
  margin-bottom: 10px;
}
body.page-wyszukiwarka div.block.block-system form div.form-item-phrase input.form-text {
  width: 45%;
}
body.page-wyszukiwarka div.block.block-system form div.node_types,
body.page-wyszukiwarka div.block.block-system form div.node_types + div.other_data {
  float: left;
}
body.page-wyszukiwarka div.block.block-system form div.node_types {
  margin-right: 40px;
}
body.page-wyszukiwarka div.block.block-system div.form-item-phrase label, body.page-wyszukiwarka div.block.block-system div.form-item-limit label {
  margin: 0 10px;
}
body.page-wyszukiwarka div.block.block-system div.form-item-node-type {
  margin: 0;
}
body.page-wyszukiwarka div.block.block-system div.form-item-node-type div.form-type-checkbox:last-of-type {
  margin-bottom: 0;
}
body.page-wyszukiwarka div.block.block-system div.form-item-node-type div.form-type-checkbox * {
  vertical-align: middle;
}
body.page-wyszukiwarka div.block.block-system div.form-item-pub-date-to div.date-padding, body.page-wyszukiwarka div.block.block-system div.form-item-pub-date-from div.date-padding {
  padding: 0;
}
body.page-wyszukiwarka div.block.block-system form input.form-submit {
  background-color: #333333;
  color: #ffffff;
  padding: 7px 11px;
}
body.page-wyszukiwarka div.block.block-system form input.form-submit {
  border: 0;
  font-size: 0.9285714286em;
  margin-left: 7px;
  float: right;
}
body.page-wyszukiwarka div.block.block-system form input.form-submit:hover {
  background-color: #4d4d4d;
}
body.page-wyszukiwarka div.block.block-system div.communique.no_phrase {
  text-align: center;
  font-weight: 700;
  margin: 40px 20px;
}
body.page-wyszukiwarka div.block.block-system p.short_phrases {
  text-align: center;
}
body.page-wyszukiwarka div.block.block-system p.short_phrases span.phrase {
  color: #333333;
  font-weight: 700;
}

/**
 * ------------------------------------------------------------
 *  MAPS
 * ------------------------------------------------------------
 */
body.page-vmap div#adres input {
  max-width: 100%;
}

/**
 * ------------------------------------------------------------
 *  NEWSLETTER
 * ------------------------------------------------------------
 */
form#simplenews-confirm-add-form div.form-actions a {
  margin-left: 15px;
}

/**
 * ------------------------------------------------------------
 *  NODES LIST
 * ------------------------------------------------------------
 */
div.vlist div.views-field-field-obrazek {
  display: none;
}
div.vlist div.views-field-field-published-from div.field-content {
  background: transparent;
  padding-left: 0;
}

/**
 * ------------------------------------------------------------
 *  RELATION PROFILE
 * ------------------------------------------------------------
 */
div.block.block-system div.node-relation div.field-name-field-entry-date span.timer {
  display: none;
}

body.mourning-theme > * {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
body.mourning-theme.ie div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li a.active-trail,
body.mourning-theme.ie div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li a:hover, body.mourning-theme.ie10 div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li a.active-trail,
body.mourning-theme.ie10 div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li a:hover, body.mourning-theme.ie11 div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li a.active-trail,
body.mourning-theme.ie11 div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li a:hover {
  background-color: #ffffff;
}
body.mourning-theme.ie div#block-views-galleries-block-1 div.content div.views-row:hover,
body.mourning-theme.ie div#block-views-video-block-1 div.content div.views-row:hover,
body.mourning-theme.ie div#block-views-video-block div.content div.views-row:hover, body.mourning-theme.ie10 div#block-views-galleries-block-1 div.content div.views-row:hover,
body.mourning-theme.ie10 div#block-views-video-block-1 div.content div.views-row:hover,
body.mourning-theme.ie10 div#block-views-video-block div.content div.views-row:hover, body.mourning-theme.ie11 div#block-views-galleries-block-1 div.content div.views-row:hover,
body.mourning-theme.ie11 div#block-views-video-block-1 div.content div.views-row:hover,
body.mourning-theme.ie11 div#block-views-video-block div.content div.views-row:hover {
  background-color: #000000;
}

body.christmas-theme div.page-header {
  background: #a9cde7 url("/sites/all/themes/zgierz/images/special_templates/christmas_header.jpg") no-repeat center bottom;
}
body.christmas-theme div.region-footer {
  background: transparent url("/sites/all/themes/zgierz/images/special_templates/christmas_footer.png") no-repeat right bottom;
}

body.easter-theme div.page-header-container {
  background: transparent url("/sites/all/themes/zgierz/images/special_templates/easter_bg.gif") repeat-x center bottom;
}
body.easter-theme div.page-header {
  background: transparent url("/sites/all/themes/zgierz/images/special_templates/easter_header.jpg") no-repeat center bottom;
}
body.easter-theme div.region-footer {
  background: transparent url("/sites/all/themes/zgierz/images/special_templates/easter_footer.png") no-repeat right bottom;
}

/**
 *  #Tablet (Portrait)
 * ------------------------------------------------------------
 *  Note: Design for a width of 768px
 */
@media only screen and (max-width: 1169px) {
  .main_width, div.page-wrapper div.region-main-menu div.region-content, div.page-wrapper div.region-banners, body.not-front div.page-wrapper div.page-main-content, div.page-wrapper div.region-blockgroup-front-page-fallery-video div.region-content, div.page-wrapper div.region-footer > div.region-content,
  div.page-wrapper div.region-footer2 > div.region-content, div#block-views-news-list-block, div.region-blockgroup-slider-photos-news, div#block-views-news-list-block div.view-footer-content, div#block-vbanner-front-other-sections, div#block-multiblock-2, div#block-views-projects-block div.block-wrapper, div#block-vbanner-fav-links {
    width: 714px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-left {
    width: 27%;
    display: none;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-content {
    width: 100%;
    padding-right: 0;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-middle.has_left_column {
    width: 73%;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-right {
    display: none;
  }
  div.block.block-system div.categories_block div.side_part {
    display: none;
  }
  div.block.block-system div.categories_block ul li {
    width: 33.3333333333%;
  }
  div#sliding-popup.sliding-popup-bottom {
    width: 714px !important;
    margin: 0 auto;
    position: static;
  }
  div#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
    margin-top: -35px;
  }
  /**
   * ------------------------------------------------------------
   *  PAGE HEADER
   * ------------------------------------------------------------
   */
  div.page-wrapper div.page-header-content div.region-blockgroup-header-top {
    padding-top: 0;
  }
  /**
   * ------------------------------------------------------------
   *  PAGE HEADER - EXTRA LOGO
   * ------------------------------------------------------------
   */
  div.page-wrapper div.page-header-content div.region-header-extra-logo div.content img {
    width: auto;
    height: 104px;
  }
  /**
   * ------------------------------------------------------------
   *  SEARCH ENGINE
   * ------------------------------------------------------------
   */
  div#block-search-form {
    margin-top: 10px;
  }
  /**
   * ------------------------------------------------------------
   *  MAIN MENU
   * ------------------------------------------------------------
   */
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul {
    min-height: 40px;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li a,
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li span.nolink {
    padding: 0 15px;
    line-height: 40px;
  }
  /**
   * ------------------------------------------------------------
   *  PHOTO ROTATOR
   * ------------------------------------------------------------
   */
  div#block-views-photo-rotator-block {
    float: none;
    margin: auto;
    display: table;
  }
  /**
   * ------------------------------------------------------------
   *  NEWS SLIDER
   * ------------------------------------------------------------
   */
  div#block-views-news-slider-block {
    float: none;
    margin: auto;
    display: table;
  }
  /**
   * ------------------------------------------------------------
   *  FRONT PAGE NEWS
   * ------------------------------------------------------------
   */
  div#block-views-news-list-block {
    width: 714px;
    margin: 0 auto;
  }
  div#block-views-news-list-block div.swiper-container {
    width: 714px;
  }
  div#block-views-news-list-block div.view-content {
    width: 100%;
    height: 489px;
    position: relative;
  }
  div#block-views-news-list-block div.views-row div.vcontainer div.title-and-date {
    padding: 10px;
  }
  div#block-views-news-list-block div.views-row div.vcontainer div.views-field-title {
    font-size: 0.9285714286em;
    margin-bottom: 5px;
  }
  div#block-views-news-list-block div.swiper-nav {
    position: relative;
    margin-top: 10px;
    bottom: 0;
  }
  div#block-views-news-list-block div.view-footer {
    margin: 0;
  }
  /**
   * ------------------------------------------------------------
   *  CAMPAIGN BANNERS
   * ------------------------------------------------------------
   */
  div#block-multiblock-2,
  div#block-vbanner-advertising-campaign {
    margin-bottom: 20px;
  }
  div#block-multiblock-2 div.swiper-buttons,
  div#block-multiblock-2 div.jcycle-buttons,
  div#block-vbanner-advertising-campaign div.swiper-buttons,
  div#block-vbanner-advertising-campaign div.jcycle-buttons {
    position: static;
    margin-top: 20px;
  }
  div#block-vbanner-advertising-campaign {
    margin-bottom: 0;
  }
  /**
   * ------------------------------------------------------------
   *  OTHER SECTIONS BANNERS
   * ------------------------------------------------------------
   */
  div#block-vbanner-front-other-sections div.content div.vbanner_single {
    width: 25%;
    margin: 10px 0;
  }
  div#block-vbanner-front-other-sections div.content div.vbanner_single a span.additional_text {
    max-width: 87%;
  }
  div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(4n) {
    border-right: 0;
  }
  /**
   * ------------------------------------------------------------
   *  GALLERIES
   * ------------------------------------------------------------
   */
  div#block-views-galleries-block {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  /**
   * ------------------------------------------------------------
   *  VIDEO
   * ------------------------------------------------------------
   */
  div#block-views-video-block {
    width: 100%;
    float: none;
    border-left: 0;
    padding-left: 0;
  }
  div#block-views-video-block div.content div.views-row {
    max-width: 450px;
    margin: 30px auto 0;
  }
  /**
   * ------------------------------------------------------------
   *  FAVOURITE LINKS BANNERS (under content)
   * ------------------------------------------------------------
   */
  div#block-vbanner-fav-links div.vbanner_single {
    width: 25%;
    margin: 10px 0;
  }
  /**
   * ------------------------------------------------------------
   *  CREST
   * ------------------------------------------------------------
   */
  div#block-block-2 {
    width: 14%;
  }
  /**
   * ------------------------------------------------------------
   *  CONTACT DATA
   * ------------------------------------------------------------
   */
  div#block-block-3 {
    width: 35%;
  }
  /**
   * ------------------------------------------------------------
   *  FOOTER MENU
   * ------------------------------------------------------------
   */
  div#block-menu-menu-footer-menu {
    width: 51%;
  }
  /**
   * ------------------------------------------------------------
   *  NEWSLETTER
   * ------------------------------------------------------------
   */
  div#block-simplenews-7 {
    width: 65%;
    float: none;
    padding-left: 14%;
    clear: both;
  }
  /**
   * ------------------------------------------------------------
   *  EVENTS LIST / SEARCH
   * ------------------------------------------------------------
   */
  div.block.block-system div.vevents-page-top div.vevents-page-calendar-block {
    width: 100%;
  }
  div.block.block-system div.vevents-page-top div.vevents-page-filter-form {
    width: 100%;
    float: none;
    clear: both;
  }
  /**
   * ------------------------------------------------------------
   *  SEARCH ENGINE
   * ------------------------------------------------------------
   */
  body.page-wyszukiwarka div.block.block-system div.form-item-limit {
    display: block;
  }
  /**
   * ------------------------------------------------------------
   *  PROJECT PROFILE
   * ------------------------------------------------------------
   */
  div.page-main-content-middle.has_left_column div.block.block-system div.eu_project_menu ul li {
    width: 50%;
  }
  /**
   * ------------------------------------------------------------
   *  GALLERIES
   * ------------------------------------------------------------
   */
  body.page-galerie div.view-display-id-page div.views-row {
    width: 50%;
  }
  /**
   * ------------------------------------------------------------
   *  GALLERY PROFILE
   * ------------------------------------------------------------
   */
  .mg-col-4 > .field-items > .field-item,
  .mg-col-4 .mg-gallery {
    width: 32.96% !important;
  }
  /**
   * ------------------------------------------------------------
   *  GALLERY PROFILE
   * ------------------------------------------------------------
   */
  body.page-vmap div.page-wrapper div.page-main-content-subpage {
    position: relative;
    padding-bottom: 40px;
  }
  body.page-vmap div.page-wrapper div.page-main-content-subpage div#block-print-ui-print-links {
    width: 100%;
    bottom: 0;
    position: absolute;
  }
  body.page-vmap div.page-wrapper div.page-main-content-subpage div.page-main-content-right {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
    border-left: 0;
  }
}
/**
 *  #Mobile (Landscape)
 * ------------------------------------------------------------
 *  Note: Design for a width of 480px
 */
@media only screen and (max-width: 767px) {
  /* basic styles */
  .main_width, div.page-wrapper div.region-main-menu div.region-content, div.page-wrapper div.region-banners, body.not-front div.page-wrapper div.page-main-content, div.page-wrapper div.region-blockgroup-front-page-fallery-video div.region-content, div.page-wrapper div.region-footer > div.region-content,
  div.page-wrapper div.region-footer2 > div.region-content, div#block-views-news-list-block, div.region-blockgroup-slider-photos-news, div#block-views-news-list-block div.view-footer-content, div#block-vbanner-front-other-sections, div#block-multiblock-2, div#block-views-projects-block div.block-wrapper, div#block-vbanner-fav-links {
    width: 420px;
  }
  #admin-menu {
    display: none;
  }
  body.admin-menu {
    margin-top: 0 !important;
  }
  div.page-wrapper div.page-header-content div.region-header {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  div.page-wrapper div.page-header-content div.region-header div.region-blockgroup-header-bottom {
    clear: both;
  }
  div.page-wrapper div.page-header-content div.region-header div.region-blockgroup-header-bottom > div > div {
    float: none;
    width: 100%;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-left {
    width: 100%;
    float: none;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-left div.submenu_header {
    text-transform: uppercase;
    font-size: 1.4285714286em;
    font-weight: 700;
    display: block;
    cursor: pointer;
    position: relative;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-left div.submenu_header span.arrow {
    width: 14px;
    height: 8px;
    display: block;
    background: transparent url("/sites/all/themes/zgierz/images/arrow.png") no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    transition: ease 300ms;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-left div.submenu_header:hover, div.page-wrapper div.page-main-content-subpage div.page-main-content-left div.submenu_header:focus {
    color: #333333;
    text-decoration: underline;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-left div.submenu_header:hover span.arrow, div.page-wrapper div.page-main-content-subpage div.page-main-content-left div.submenu_header:focus span.arrow {
    right: 10px;
  }
  div.page-wrapper div.page-main-content-subpage div.page-main-content-middle.has_left_column {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  div.block.block-system div.categories_block div.side_part {
    display: none;
  }
  div.block.block-system div.categories_block ul li {
    width: 100%;
    float: none;
    display: block;
  }
  div#sliding-popup.sliding-popup-bottom {
    width: 420px !important;
  }
  div#sliding-popup.sliding-popup-bottom .popup-content {
    max-width: 100%;
    padding: 10px 15px !important;
  }
  div#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button {
    width: 100%;
  }
  /**
   * ------------------------------------------------------------
   *  BLOCKS TO HIDE
   * ------------------------------------------------------------
   */
  div#block-block-1,
  div#block-styleswitcher-styleswitcher {
    display: none;
  }
  /**
   * ------------------------------------------------------------
   *  HEADER BANNERS
   * ------------------------------------------------------------
   */
  div#block-vbanner-header div.content div.vbanner_single {
    margin: 0;
  }
  div#block-vbanner-header div.content div.vbanner_single a {
    padding: 5px 10px;
  }
  /**
   * ------------------------------------------------------------
   *  SEARCH ENGINE
   * ------------------------------------------------------------
   */
  div#block-search-form div.content input.form-text {
    width: 343px;
  }
  /**
   * ------------------------------------------------------------
   *  MAIN MENU
   * ------------------------------------------------------------
   */
  div#block-v-activetrail-menu-v-activetrail-nav-menu {
    margin: 10px 0;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu h2 {
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    padding: 10px;
    margin: 0;
    cursor: pointer;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu h2:focus,
  div#block-v-activetrail-menu-v-activetrail-nav-menu h2:hover {
    color: #333333;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content {
    display: none;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content.expanded {
    display: block;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li span.treemenu_arrow {
    width: 11px;
    height: 7px;
    margin: 0 7px 0 0;
    display: inline-block;
    cursor: pointer;
    background: transparent url("/sites/all/themes/zgierz/images/menu/arrows.png") no-repeat left bottom;
    position: absolute;
    top: 16px;
    left: 0;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.collapsed span.treemenu_arrow {
    background-position: right bottom;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.active-trail > span.treemenu_arrow {
    background-position: left top;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content li.active-trail.collapsed > span.treemenu_arrow {
    background-position: right top;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul,
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li {
    display: block;
    text-align: left;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li > a,
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li > span.nolink {
    margin-left: 20px;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li a,
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li span.nolink {
    white-space: normal;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: normal;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li ul {
    display: block;
    padding-left: 15px;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li ul a {
    font-weight: 400;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li ul a:hover {
    text-decoration: underline;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li ul li.active-trail > a {
    font-weight: 700;
  }
  div#block-v-activetrail-menu-v-activetrail-nav-menu div.content ul li.collapsed ul {
    display: none;
  }
  /**
  * ------------------------------------------------------------
  *  PHOTO ROTATOR
  * ------------------------------------------------------------
  */
  div#block-views-photo-rotator-block div.view-content img {
    max-width: 100%;
    height: auto;
  }
  /**
   * ------------------------------------------------------------
   *  NEWS SLIDER
   * ------------------------------------------------------------
   */
  div#block-views-news-slider-block div.view-content div.view-row-set {
    width: 100%;
  }
  div#block-views-news-slider-block div.view-content div.view-row-set div.views-row {
    float: none;
    margin: 10px auto;
    width: 100%;
  }
  div#block-views-news-slider-block div.view-content div.view-row-set div.views-row.views-row-odd {
    margin-right: auto;
  }
  div#block-views-news-slider-block div.view-content div.view-row-set div.views-row img {
    width: 100%;
    height: auto;
  }
  div#block-views-news-slider-block div.view-footer-content a {
    display: table;
    width: 100%;
    text-align: center;
    margin: 13px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  /**
   * ------------------------------------------------------------
   *  FRONT PAGE NEWS
   * ------------------------------------------------------------
   */
  div#block-views-news-list-block {
    width: 420px;
    margin: 0 auto;
  }
  div#block-views-news-list-block div.swiper-container {
    width: 420px;
  }
  div#block-views-news-list-block div.views-row:nth-of-type(5n+1) {
    width: 50%;
    height: 50%;
    top: 0;
    left: 0;
  }
  div#block-views-news-list-block div.views-row:nth-of-type(5n+2) {
    width: 50%;
    height: 50%;
    top: 0;
    left: 50%;
  }
  div#block-views-news-list-block div.views-row:nth-of-type(5n+3) {
    width: 40%;
    height: 50%;
    top: 50%;
    left: 0;
  }
  div#block-views-news-list-block div.views-row:nth-of-type(5n+3) div.vcontainer div.views-field-title {
    font-size: 0.9285714286em;
  }
  div#block-views-news-list-block div.views-row:nth-of-type(5n+4) {
    width: 60%;
    height: 25%;
    top: 50%;
    left: 40%;
  }
  div#block-views-news-list-block div.views-row:nth-of-type(5n+5) {
    width: 60%;
    height: 25%;
    top: 75%;
    left: 40%;
  }
  div#block-views-news-list-block div.views-row:nth-of-type(5n+2) div.vcontainer {
    padding-right: 0;
  }
  div#block-views-news-list-block div.views-row div.vcontainer div.title-and-date {
    padding: 10px;
  }
  div#block-views-news-list-block div.views-row div.vcontainer div.views-field-title {
    font-size: 0.7857142857em;
    margin-bottom: 5px;
  }
  div#block-views-news-list-block div.views-row:nth-of-type(6n+3) div.vcontainer div.views-field-title {
    font-size: 0.7857142857em;
  }
  div#block-views-news-list-block div.views-row:nth-of-type(6n+2) div.vcontainer div.views-field-field-published-from,
  div#block-views-news-list-block div.views-row:nth-of-type(6n+4) div.vcontainer div.views-field-field-published-from {
    display: none;
  }
  div#block-views-news-list-block div.view-footer-content {
    text-align: center;
  }
  /**
   * ------------------------------------------------------------
   *  FRONT PAGE OTHER SECTIONS BANNERS
   * ------------------------------------------------------------
   */
  div#block-vbanner-front-other-sections div.content div.vbanner_single {
    width: 50%;
  }
  div#block-vbanner-front-other-sections div.content div.vbanner_single:nth-of-type(2n) {
    border-right: 0;
  }
  /**
   * ------------------------------------------------------------
   *  PROJECTS
   * ------------------------------------------------------------
   */
  div#block-views-projects-block h2 {
    padding-right: 50%;
  }
  div#block-views-projects-block div.content div.view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  div#block-views-projects-block div.content div.views-row {
    width: 50%;
    float: none;
    margin-bottom: 10px;
  }
  /**
   * ------------------------------------------------------------
   *  GALLERIES
   * ------------------------------------------------------------
   */
  div#block-views-galleries-block h2 {
    padding-right: 50%;
  }
  div#block-views-galleries-block div.content div.view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  div#block-views-galleries-block div.content div.views-row {
    width: 50%;
    float: none;
    margin-bottom: 10px;
  }
  /**
   * ------------------------------------------------------------
   *  FOOTER
   * ------------------------------------------------------------
   */
  div#block-block-2 {
    width: 25%;
  }
  div#block-block-3 {
    width: 75%;
  }
  div#block-menu-menu-footer-menu {
    width: 100%;
    float: none;
    clear: both;
  }
  div#block-simplenews-7 {
    width: 100%;
    padding: 0;
  }
  /**
   * ------------------------------------------------------------
   *  EVENTS LIST / SEARCH
   * ------------------------------------------------------------
   */
  div.block.block-system div.vevents-page-top div.vevents-page-selected-day-block {
    display: none;
  }
  div.block.block-system div.vevents-page-top div.vevents-page-calendar-block {
    width: 100%;
    padding-left: 0;
  }
  div.block.block-system div.vevents-page-top div.vevents-page-filter-form {
    width: 100%;
    float: none;
    clear: both;
  }
  div.block.block-system div.taxonomy_terms div.side_part {
    display: none;
  }
  div.block.block-system div.taxonomy_terms ul li {
    width: 50%;
  }
  div.block.block-system ul.vevents-events-list li {
    width: 50%;
  }
  /**
   * ------------------------------------------------------------
   *  NODES LIST
   * ------------------------------------------------------------
   */
  div.vlist div.views-field-field-obrazek {
    margin: 0 15px 0 0;
  }
  div.vlist div.views-field-title h3 {
    font-size: 1.5em;
  }
  /**
   * ------------------------------------------------------------
   *  VIDEOS LIST
   * ------------------------------------------------------------
   */
  body.page-wideo div.view-display-id-page div.views-fieldset {
    padding: 0;
    float: none;
    margin: 0 auto;
  }
  body.page-wideo div.view-display-id-page div.views-fieldset.obrazek {
    margin: 0;
  }
  body.page-wideo div.view-display-id-page div.views-field-field-file, body.page-wideo div.view-display-id-page div.views-field-field-obrazek {
    float: none;
    margin: 0;
  }
  body.page-wideo div.view-display-id-page div.views-field-field-file img, body.page-wideo div.view-display-id-page div.views-field-field-obrazek img {
    width: 100%;
    height: auto;
  }
  /**
   * ------------------------------------------------------------
   *  SEARCH ENGINE
   * ------------------------------------------------------------
   */
  body.page-wyszukiwarka div.block.block-system form div.node_types,
  body.page-wyszukiwarka div.block.block-system form div.node_types + div.other_data {
    float: none;
    margin-top: 10px;
  }
  body.page-wyszukiwarka div.block.block-system form div.node_types {
    margin-right: 0;
  }
  body.page-wyszukiwarka div.block.block-system input {
    max-width: 390px;
  }
  body.page-wyszukiwarka div.block.block-system div.form-item-phrase, body.page-wyszukiwarka div.block.block-system div.form-item-limit {
    display: block;
  }
  body.page-wyszukiwarka div.block.block-system div.form-item-phrase label, body.page-wyszukiwarka div.block.block-system div.form-item-limit label {
    margin: 0 10px 0 0;
  }
  /**
   * ------------------------------------------------------------
   *  PROJECT PROFILE
   * ------------------------------------------------------------
   */
  div.page-main-content-middle.has_left_column div.block.block-system div.eu_project_menu ul li {
    width: 100%;
  }
  /**
   * ------------------------------------------------------------
   *  GALLERY PROFILE
   * ------------------------------------------------------------
   */
  .mg-col-4 > .field-items > .field-item,
  .mg-col-4 .mg-gallery {
    width: 49.96% !important;
  }
}
@media only screen and (max-width: 410px) {
  div.socialbar {
    display: none;
  }
}
/**
 *  #Mobile (Portrait)
 * ------------------------------------------------------------
 *  Note: Design for a width of 320px
 */
@media only screen and (max-width: 480px) {
  .main_width, div.page-wrapper div.region-main-menu div.region-content, div.page-wrapper div.region-banners, body.not-front div.page-wrapper div.page-main-content, div.page-wrapper div.region-blockgroup-front-page-fallery-video div.region-content, div.page-wrapper div.region-footer > div.region-content,
  div.page-wrapper div.region-footer2 > div.region-content, div#block-views-news-list-block, div.region-blockgroup-slider-photos-news, div#block-views-news-list-block div.view-footer-content, div#block-vbanner-front-other-sections, div#block-multiblock-2, div#block-views-projects-block div.block-wrapper, div#block-vbanner-fav-links {
    width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div#sliding-popup.sliding-popup-bottom {
    width: 320px !important;
  }
  div#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
    margin-top: -43.5px;
  }
  /**
   * ------------------------------------------------------------
   *  HEADER LOGOS
   * ------------------------------------------------------------
   */
  div.page-wrapper div.page-header-content div.page-header-logo img,
  div.page-wrapper div.page-header-content div.region-header-extra-logo div.content img {
    width: auto;
    height: 90px;
  }
  /**
   * ------------------------------------------------------------
   *  HEADER BANNERS
   * ------------------------------------------------------------
   */
  div#block-vbanner-header div.content div.vbanner_single {
    height: auto;
    margin: 0;
    line-height: 45px;
  }
  div#block-vbanner-header div.content div.vbanner_single a {
    padding: 5px;
  }
  /**
   * ------------------------------------------------------------
   *  SEARCH ENGINE
   * ------------------------------------------------------------
   */
  div#block-search-form div.content input.form-text {
    width: 243px;
  }
  /**
   * ------------------------------------------------------------
   *  FRONT PAGE NEWS
   * ------------------------------------------------------------
   */
  div#block-views-news-list-block {
    width: 320px;
    margin: 0 auto;
  }
  div#block-views-news-list-block div.swiper-container {
    width: 320px;
  }
  div#block-views-news-list-block div.view-footer div.view-footer-content a {
    font-size: 0.9285714286em;
  }
  div#block-views-news-list-block div.view-footer div.view-footer-content a:last-of-type {
    padding-left: 10px;
  }
  div#block-views-news-list-block div.view-footer div.view-footer-content a:last-of-type::before {
    padding-right: 10px;
  }
  /**
   * ------------------------------------------------------------
   *  CAMPAIGN BANNERS
   * ------------------------------------------------------------
   */
  /**
   * ------------------------------------------------------------
   *  PROJECTS
   * ------------------------------------------------------------
   */
  div#block-views-projects-block h2 {
    padding: 0 0 40px 0;
  }
  div#block-views-projects-block div.content div.view-header div.header_links {
    width: 100%;
    text-align: center;
    right: 0;
  }
  div#block-views-projects-block div.content div.view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  div#block-views-projects-block div.content div.views-row {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  /**
   * ------------------------------------------------------------
   *  EVENTS LIST / SEARCH
   * ------------------------------------------------------------
   */
  div.block.block-system ul.vevents-events-list li {
    width: 100%;
  }
  /**
   * ------------------------------------------------------------
   *  GALLERIES
   * ------------------------------------------------------------
   */
  div#block-views-galleries-block div.content {
    margin: 0 0 -20px 0;
  }
  div#block-views-galleries-block div.content div.views-row {
    width: 100%;
    padding: 0 0 20px 0;
    float: none;
  }
  /**
   * ------------------------------------------------------------
   *  FAVOURITE LINKS BANNERS (under content)
   * ------------------------------------------------------------
   */
  div#block-vbanner-fav-links div.vbanner_single {
    width: 50%;
  }
  /**
   * ------------------------------------------------------------
   *  FOOTER
   * ------------------------------------------------------------
   */
  div#block-block-2 {
    width: 35%;
  }
  div#block-block-3 {
    width: 65%;
  }
  /**
   * ------------------------------------------------------------
   *  NODES LIST
   * ------------------------------------------------------------
   */
  div.vlist div.views-field-field-obrazek {
    max-width: 35%;
  }
  div.vlist div.views-field-title h3 {
    font-size: 1.2857142857em;
    margin: 0 0 4px 0;
  }
  /**
   * ------------------------------------------------------------
   *  VIDEOS LIST
   * ------------------------------------------------------------
   */
  body.page-wideo div.view-display-id-page div.views-field-field-file, body.page-wideo div.view-display-id-page div.views-field-field-obrazek {
    max-width: 100%;
  }
  /**
   * ------------------------------------------------------------
   *  SEARCH ENGINE
   * ------------------------------------------------------------
   */
  body.page-wyszukiwarka div.block.block-system input {
    max-width: 290px;
  }
  /**
   * ------------------------------------------------------------
   *  GALLERIES
   * ------------------------------------------------------------
   */
  body.page-galerie div.view-display-id-page div.views-row {
    width: 100%;
  }
}
a:hover {
  text-decoration: underline !important;
}

div.region-blockgroup-header-bottom,
div.region-banners,
div.field-name-body img,
ul.media-gallery-wysiwyg,
div#block-block-2,
div#block-simplenews-7 img,
div#block-block-5 div.content a span.arrow,
div#announcements-icon,
div#block-views-urgent-announcements-block,
div#slidetotop,
div#block-multiblock-2,
div.block.block-system div.node img,
div.block.block-system div.node div.field-name-field-obrazek,
div.fb-share-button,
div#___plusone_0,
div.socialbar {
  display: none !important;
}

div.block.block-system div.node div {
  background-image: none !important;
}

div.page-wrapper div.page-footer_prefix {
  border-top: 1px solid #e5e5e5;
}

div.page-wrapper div.page-footer_prefix > div {
  height: 0;
}

div#block-print-ui-print-links div.content span.print_html a,
div#block-print-ui-print-links div.content span.print_pdf a {
  background-image: none;
  padding-left: 0;
}

div.page-wrapper div.page-header-content div.page-header-logo {
  display: none;
}
div.page-wrapper div.page-header-content div.page-header-txt {
  display: block;
  padding: 20px 0 10px 0;
  font-size: 1.5em;
  font-weight: 700;
  float: left;
}
div.page-wrapper div.page-header-content div.region-header {
  width: auto;
  float: right;
  padding: 20px 0 10px;
}
div.page-wrapper div.page-header-content div.region-blockgroup-header-top {
  padding: 0;
}
div.page-wrapper div.page-main-content-subpage div.page-main-content-content {
  width: 100%;
  float: none;
}
div.page-wrapper div.page-main-content-subpage div.page-main-content-right {
  display: none;
}

div#block-menu-menu-footer-menu div.content ul > li {
  background-image: none;
}

body.christmas-theme div.page-header {
  background: transparent;
}
body.christmas-theme div.region-footer {
  background: transparent;
}

body.easter-theme div.page-header-container {
  background: transparent;
}
body.easter-theme div.page-header {
  background: transparent;
}
body.easter-theme div.region-footer {
  background: transparent;
}

span.arrow {
  display: none !important;
}

div.categories_block ul li a span.color_slash {
  display: none;
}

div.extralinks a.gotolist a.gotolist:hover {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

/**
 * ------------------------------------------------------------
 *  STYLE SWITCHER
 * ------------------------------------------------------------
 */
div#block-styleswitcher-styleswitcher div.content li:nth-of-type(1) {
  display: inline-block;
}
div#block-styleswitcher-styleswitcher div.content li:nth-of-type(3) {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  GOOGLE TRANSLATE
 * ------------------------------------------------------------
 */
div#block-gtranslate-gtranslate div.content div#gtranslate-icon {
  display: none;
}
div#block-gtranslate-gtranslate div.content a#gtranslate-show-hide-langs {
  width: auto;
  height: auto;
  margin-top: 0;
  font-size: inherit;
  background-image: none;
}
div#block-gtranslate-gtranslate div.content div#gtranslate-flags-container a.gtflag {
  width: auto !important;
  height: auto !important;
  background-image: none;
}
div#block-gtranslate-gtranslate div.content div#gtranslate-flags-container a.gtflag span {
  position: static !important;
}

/**
 * ------------------------------------------------------------
 *  FAVOURITE LINKS BANNERS (under content)
 * ------------------------------------------------------------
 */
div#block-vbanner-fav-links div.vbanner_single a span.vbanner-img {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  CONTACT DATA
 * ------------------------------------------------------------
 */
div#block-block-3 {
  width: 35%;
}

/**
 * ------------------------------------------------------------
 *  CREATED BY
 * ------------------------------------------------------------
 */
div#block-block-4 div.content a {
  font-size: 0.9285714286em;
}
div#block-block-4 div.content a img {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  NEWS
 * ------------------------------------------------------------
 */
div#block-views-news-list-block h2 {
  margin-top: 20px;
}
div#block-views-news-list-block div.swiper-container {
  position: static;
  overflow: visible;
}
div#block-views-news-list-block div.view-content {
  width: auto;
  height: auto;
  overflow: auto;
  position: static;
  display: block;
}
div#block-views-news-list-block div.view-row-set {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  pointer-events: auto;
  display: block;
  transform: translate3d(0, 0px, 0px) !important;
}
div#block-views-news-list-block div.views-row {
  width: auto !important;
  height: auto !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  display: list-item;
  padding: 5px 4px;
  margin: 0 0 0 17px;
  overflow: visible;
}
div#block-views-news-list-block div.views-row div.vcontainer div.title-and-date {
  color: #333333;
  position: static;
  bottom: auto;
  padding: 0;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-obrazek {
  display: none;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-field-published-from {
  background: none;
  padding-left: 0;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-title {
  font-size: 0.9285714286em !important;
}
div#block-views-news-list-block div.views-row div.vcontainer div.views-field-title h3 {
  margin: 5px 0;
}
div#block-views-news-list-block div.views-row:hover div.vcontainer div.views-field-title h3 {
  text-decoration: underline;
}
div#block-views-news-list-block div.swiper-nav {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  OTHER SECTIONS BANNERS
 * ------------------------------------------------------------
 */
div#block-vbanner-front-other-sections div.content div.vbanner_single {
  height: 43px;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single a {
  background: transparent;
}
div#block-vbanner-front-other-sections div.content div.vbanner_single a span.vbanner-img {
  display: none;
}

/**
 * ------------------------------------------------------------
 *  PROJECTS
 * ------------------------------------------------------------
 */
div#block-views-projects-block div.content {
  margin: 0;
}
div#block-views-projects-block div.content div.views-row {
  width: 100%;
  display: list-item;
  padding: 5px 4px;
  margin-left: 17px;
}
div#block-views-projects-block div.content div.views-row div.vcontainer:hover div.views-field-view-node a {
  background: transparent;
}
div#block-views-projects-block div.content div.views-field-field-obrazek {
  display: none;
}
div#block-views-projects-block div.content div.views-row:hover div.views-field-title h3 {
  text-decoration: underline;
}

/**
 * ------------------------------------------------------------
 *  GALLERIES
 * ------------------------------------------------------------
 */
div#block-views-galleries-block div.content {
  margin: 0;
}
div#block-views-galleries-block div.content div.views-row {
  width: 100%;
  display: list-item;
  padding: 5px 4px;
  margin-left: 17px;
}
div#block-views-galleries-block div.content div.views-row div.vcontainer {
  background-color: transparent;
}
div#block-views-galleries-block div.content div.views-field-media-gallery-media, div#block-views-galleries-block div.content div.views-field-field-obrazek {
  display: none;
}
div#block-views-galleries-block div.content div.views-field-title {
  position: static;
}
div#block-views-galleries-block div.content div.views-field-title h3 {
  color: #333333;
}
div#block-views-galleries-block div.content div.views-field-nothing {
  display: none;
}
div#block-views-galleries-block div.views-row:hover div.views-field-title h3 {
  text-decoration: underline;
}

/**
 * ------------------------------------------------------------
 *  VIDEO
 * ------------------------------------------------------------
 */
div#block-views-video-block div.content div.views-row {
  display: list-item;
  padding: 5px 4px;
  margin: 0 0 0 17px;
}
div#block-views-video-block div.content div.views-row:hover {
  background-color: transparent;
}
div#block-views-video-block div.content div.views-row div.vcontainer {
  background-color: transparent;
}
div#block-views-video-block div.content div.views-field-field-obrazek, div#block-views-video-block div.content div.views-field-field-file {
  display: none;
}
div#block-views-video-block div.content div.views-field-title {
  position: static;
}
div#block-views-video-block div.content div.views-field-title h3 {
  color: #333333;
}
div#block-views-video-block div.content div.views-field-nothing {
  display: none;
}
div#block-views-video-block div.views-row:hover div.views-field-title h3 {
  text-decoration: underline;
}

/**
 * ------------------------------------------------------------
 *  MAIN MENU
 * ------------------------------------------------------------
 */
div#block-v-activetrail-menu-v-activetrail-nav-menu a:hover {
  color: #333333 !important;
  background-color: #ffffff !important;
}

/**
 * ------------------------------------------------------------
 *  NEWS
 * ------------------------------------------------------------
 */
div#block-views-news-list-block div.views-row div.vcontainer div.title-and-date div.title-and-date2 {
  position: static;
  background: transparent;
  padding: 0;
}
div#block-views-news-list-block div.views-row:hover div.vcontainer div.title-and-date div.title-and-date2 {
  background: transparent;
}

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