@import url(src/normalize.css);

@import url(src/formmaker.css);

@import url(src/print.css);

@import url(src/fonts/font-css.css);

@import url(src/jquery.lizardmediaviewer.css);

@charset "UTF-8";

/**

 * Main CSS

 *

 * @project projectname

 * @since 2014-03

 * @author Author Kamil Kowalski / Lizard Media

 * 

 */

/* ************************************************



   @Globals

   

************************************************ */

/* @_defaults */

html,

button,

input,

select,

textarea {

  color: #000;

}

body {

  background: #ffffff url(../img/bg.png);

  font: normal 13px/1.5 museo, sans-serif;

}

/*body.page-home { background-image: url(../img/backdrop.jpg); }*/

::-moz-selection,

::selection {

  background: #4e89d4;

  text-shadow: none;

}

hr {

  display: block;

  height: 1px;

  border: 0;

  border-top: 1px dashed #bababa;

  margin: 1.5em 0;

  padding: 0;

}

img {

  vertical-align: middle;

  max-width: 100%;

}

fieldset {

  border: 0;

  margin: 0;

  padding: 0;

}

textarea {

  resize: vertical;

}

.chromeframe {

  margin: 0.2em 0;

  background: #ccc;

  color: #000;

  padding: 0.2em 0;

}

a {

  color: #de4b14;

  text-decoration: none;

}

a:hover,

a:focus {

  text-decoration: underline;

}

.inflow,

table,

p,

ul,

ol,

h1,

h2,

h3,

h4,

h5,

h6,

blockquote {

  margin: 0 0 1em 0;

}

.fm-grid:after {

  clear: both;

}

span.error {

  font-size: 10px;

  color: red;

}

span.error:after {

  display: block;

  content: ' ';

}

input[type=text],

input[type=search],

input[type=number],

input[type=email],

input[type=password],

select,

textarea {

  font: 13px/1 Arial, sans-serif;

  border: 1px solid #cfcfcf;

  padding: 7px 9px;

  color: #666;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

}

select {

  /* -webkit-appearance: none; */

  /* -moz-appearance: none; */

}

textarea {

  height: auto;

}

input[type=text]:focus,

input[type=number]:focus,

input[type=email]:focus,

input[type=password]:focus,

textarea:focus,

select:focus {

  outline: 0;

  border-color: #555;

  color: #222222;

}

label input {

  vertical-align: middle;

  margin-left: 0;

}

input {

  vertical-align: middle;

}

.fm-row--no-margin {

  margin: 0;

}

::-webkit-input-placeholder {

  color: #999;

  text-transform: uppercase;

  font-size: 11px;

  line-height: 1.5;

}

:-moz-placeholder {

  color: #999;

  text-transform: uppercase;

  font-size: 11px;

  line-height: 1.5;

}

::-moz-placeholder {

  color: #999;

  text-transform: uppercase;

  font-size: 11px;

  line-height: 1.5;

}

:-ms-input-placeholder {

  color: #999;

  text-transform: uppercase;

  font-size: 11px;

  line-height: 1.5;

}

/* @_buttons */

.btn {

  border: 0;

}

.btn--a {

  vertical-align: middle;

  display: inline-block;

  padding: 9px 15px;

  background: #818181;

  color: white;

  font-size: 12px;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

}

.btn--a:hover,

.btn--a:focus {

  text-decoration: none;

  background: #de4b14;

}

.btn--a:active {

  background: #de4b14;

}

.skipLink {

  position: absolute;

  top: -99999px;

  background: yellow;

  padding: 5px 10px;

  color: blue;

}

/* @_helpers */

.align-center {

  text-align: center;

}

.align-right {

  text-align: right;

}

.align-left {

  text-align: left;

}

.align-justify {

  text-align: justify;

}

.float-right {

  float: right;

}

.float-left {

  float: left;

}

.clear {

  clear: both;

}

.clear-left {

  clear: left;

}

.hidden,

.hide {

  display: none;

}

.nowrap {

  white-space: nowrap;

}

/* .structural { font-size: 0; left: -999em; text-indent: -999em; position:absolute; line-height: 0em; visibility: hidden; } */

.structural {

  left: -999em;

  text-indent: -999em;

  position: absolute;

  width: 1px;

  height: 1px;

  overflow: hidden;

}

.bold,

.strong,

.loud {

  font-weight: bold;

}

.italic {

  font-style: italic;

}

.small,

small {

  font-size: 0.9em;

}

.fontsize-l {

  font-size: 1.35em;

}

th.align-left,

td.align-left {

  text-align: left !important;

}

/* @_clearfix */

.clearfix:after,

.site-header:after,

.site-nav:after,

.page-title:after,

.cols-a:after,

.site-footer :after,

.breadcrumbs:after,

.contact:after,

.contact-form:after,

.partners:after,

.news-list:after,

.news-content ul:after,

.targi .site-title:after,

.offer-nav:after,

.offer__filter:after {

  content: "";

  display: block;

  height: 0;

  overflow: hidden;

  clear: both;

}

/* @_fonts */

/* Lucida Sans */

/*body */

/*{ font-family: "Lucida Grande", LucidaGrande, "Lucida Sans", "Lucida Sans Unicode", Lucida Sans Unicode, Garuda, Tahoma, Verdana, sans-serif; }*/

/* Tahoma */

/* el

{ font-family: Tahoma, Verdana, sans-serif; } */

/* Arial */

/* el

{ font-family: Arial, Helvetica, sans-serif; } */

/* Verdana */

/* el

{ font-family: Verdana, Tahoma, Helvetica Neue, Helvetica, sans-serif; } */

/* @_forms */

/* formmaker.css overrides and enhancements */

.fm-row input[type=text],

.fm-row textarea,

.fm-row select {

  width: 100%;

}

.fm-row > label {

  text-transform: uppercase;

  font-weight: 500;

}

input[type=number].tel::-webkit-inner-spin-button,

input[type=number].tel::-webkit-outer-spin-button {

  -webkit-appearance: none;

  margin: 0;

}

.checkboxes-group {

  margin-bottom: 1.5em;

}

.checkboxes-group .h {

  margin: 0 0 .2em;

  font-weight: bold;

  padding-left: 4ex;

}

.checkboxes-group label {

  margin-bottom: .3em;

  padding-left: 4ex;

  display: block;

}

.checkboxes-group label input {

  margin: 0.2em 0 0 -4ex;

  float: left;

}

/* @_textformatter */

h1 {

  color: #000;

  font-size: 30px;

  font-weight: normal;

}

h3 {

  font-size: 16px;

}

.list-title,

.list-title,

.list-title {

  font-size: 14px;

  color: black;

  font-weight: bold;

  margin-bottom: 10px;

}

.title--a,

.static-pages h2 {

  border-bottom: 1px dashed #b7b7b7;

  padding-bottom: 7px;

}

.static-pages h2.title--d {

  border: none!important;

}

.title--b {

  border-bottom: 1px dashed #bababa;

  font-size: 20px;

  padding: 0 0 12px;

  margin-bottom: 20px;

  font-weight: 400;

}

.title--c {

  font-size: 15px;

  text-transform: uppercase;

  color: #000;

  margin: 0 0 .4em;

}

.title--d {

  border-bottom: none!important;

}

.richtext ol {

  padding-left: 1.55em;

}

.richtext a {

  text-decoration: underline;

}

.richtext a:hover,

.richtext a:focus {

  text-decoration: none;

}

.photo-left {

  float: left;

  margin: 0 20px 20px 0;

}

.photo-right {

  float: right;

  margin: 0 0 20px 20px;

}

.nowrap-float {

  overflow-x: hidden;

}

.nowrap-float:after {

  clear: both;

  content: '';

}

.richtext .photo-list img {

  margin: 0.6em;

}

.richtext ul,

.bullet-list {

  padding: 0 0 0 1.5em;

  list-style: none;

}

.richtext > li,

.bullet-list > li {

  margin: 0 0 0.3em;

}

.richtext ul > li:before,

.bullet-list > li:before {

  float: left;

  width: 6px;

  height: 6px;

  background: #b1b1b1;

  margin: 0.6em 0 0 -1.5em;

  content: '';

}

.richtext .features-list,

.features-list-styler ul,

.features-list {

  list-style: none;

  padding: 0;

}

.richtext .features-list > li,

.features-list-styler ul > li,

.features-list > li {

  padding: 10px 0 10px 60px;

  font-size: 20px;

  color: #868686;

  text-transform: uppercase;

  font-weight: 600;

  margin: 0 0 0.2em;

}

.richtext .features-list > li:before,

.features-list-styler ul > li:before,

.features-list > li:before {

  width: 44px;

  height: 44px;

  float: left;

  margin: -5px 0 0 -60px;

  background: url(../img/icons-sprite.png) -100px -120px;

  content: '';

}

/* @_icons */

.icon {

  display: inline-block;

  background-repeat: no-repeat;

}

.icon--home {

  background-image: url(../images/icons-sprite.png);

  background-position: -82px -52px;

  width: 17px;

  height: 14px;

}

.icon--print {

  background-image: url(../images/icons-sprite.png);

  background-position: -19px -32px;

  width: 24px;

  height: 24px;

}

.icon--download {

  background-image: url(../images/icons-sprite.png);

  background-position: 0px 0px;

  width: 44px;

  height: 32px;

  vertical-align: middle;

}

.icon-targ {

  display: block;

  float: left;

  background-repeat: no-repeat;

  vertical-align: middle;

  margin-right: 15px;

  margin-left: 5px;

}

.icon--events {

  background-image: url(../images/icons-sprite.png);

  background-position: 0px -57px;

  width: 19px;

  height: 19px;

}

.icon--default,

.icon--wystawcy,

.icon--zwiedzajacy,

.icon--ticket,

.icon--konferencja {

  background-image: url(../images/icons-sprite.png);

  background-position: -38px -57px;

  width: 19px;

  height: 18px;

}

.icon--program {

  background-image: url(../images/icons-sprite.png);

  background-position: 0px -32px;

  width: 19px;

  height: 25px;

}

.icon--news {

  background-image: url(../images/icons-sprite.png);

  background-position: -82px 0px;

  width: 19px;

  height: 18px;

}

.icon--spis {

  background-image: url(../images/icons-sprite.png);

  background-position: -63px -41px;

  width: 19px;

  height: 11px;

}

.icon--dojazd {

  background-image: url(../images/icons-sprite.png);

  background-position: -63px 0px;

  width: 19px;

  height: 22px;

}

.icon--edycja {

  background-image: url(../images/icons-sprite.png);

  background-position: -82px -18px;

  width: 19px;

  height: 17px;

}

.subpage-nav__item a:hover .icon--events,

.subpage-nav__item.current a .icon--events,

ubpage-nav__item a:focus .icon--events,

.subpage-nav__item.current a .icon--events {

  background-image: url(../images/icons-sprite.png);

  background-position: -63px -22px;

  width: 19px;

  height: 19px;

}

.subpage-nav__item a:hover .icon--default,

.subpage-nav__item a:hover .icon--wystawcy,

.subpage-nav__item a:hover .icon--zwiedzajacy,

.subpage-nav__item.current a .icon--default,

.subpage-nav__item.current a .icon--wystawcy,

.subpage-nav__item.current a .icon--zwiedzajacy,

.subpage-nav__item a:hover .icon--ticket,

.subpage-nav__item a:hover .icon--konferencja,

.subpage-nav__item.current a .icon--ticket,

.subpage-nav__item.current a .icon--konferencja,

.subpage-nav__item a:focus .icon--default,

.subpage-nav__item a:focus .icon--wystawcy,

.subpage-nav__item a:focus .icon--zwiedzajacy,

.subpage-nav__item.current a .icon--default,

.subpage-nav__item.current a .icon--wystawcy,

.subpage-nav__item.current a .icon--zwiedzajacy,

.subpage-nav__item a:focus .icon--ticket,

.subpage-nav__item a:focus .icon--konferencja,

.subpage-nav__item.current a .icon--ticket,

.subpage-nav__item.current a .icon--konferencja {

  background-image: url(../images/icons-sprite.png);

  background-position: -19px -57px;

  width: 19px;

  height: 18px;

}

.subpage-nav__item a:hover .icon--program,

.subpage-nav__item.current a .icon--program,

.subpage-nav__item a:focus .icon--program,

.subpage-nav__item.current a .icon--program {

  background-image: url(../images/icons-sprite.png);

  background-position: -44px 0px;

  width: 19px;

  height: 25px;

}

.subpage-nav__item a:hover .icon--news,

.subpage-nav__item.current a .icon--news,

.subpage-nav__item a:focus .icon--news,

.subpage-nav__item.current a .icon--news {

  background-image: url(../images/icons-sprite.png);

  background-position: -57px -57px;

  width: 19px;

  height: 18px;

}

.subpage-nav__item a:hover .icon--spis,

.subpage-nav__item.current a .icon--spis,

.subpage-nav__item a:focus .icon--spis,

.subpage-nav__item.current a .icon--spis {

  background-image: url(../images/icons-sprite.png);

  background-position: 0px -76px;

  width: 19px;

  height: 11px;

}

.subpage-nav__item a:hover .icon--dojazd,

.subpage-nav__item.current a .icon--dojazd,

.subpage-nav__item a:focus .icon--dojazd,

.subpage-nav__item.current a .icon--dojazd {

  background-image: url(../images/icons-sprite.png);

  background-position: -43px -32px;

  width: 19px;

  height: 22px;

}

.subpage-nav__item a:hover .icon--edycja,

.subpage-nav__item.current a .icon--edycja,

.subpage-nav__item a:focus .icon--edycja,

.subpage-nav__item.current a .icon--edycja {

  background-image: url(../images/icons-sprite.png);

  background-position: -82px -35px;

  width: 19px;

  height: 17px;

}

/* @_messages */

.message {

  background-color: #d7e3eb;

  padding: 20px 20px 8px 90px;

  font-size: 14px;

  margin: 0 0 4px;

  min-height: 57px;

}

.message--b {

  background-color: #d7e3eb;

  padding: 8px 20px 14px 90px;

  font-size: 14px;

  margin: -12px 0 2px;

}

.message--b p {

  margin: 7px 0px 0px;

}

.message:before {

  background: url(../img/icons-sprite.png) -210px -340px no-repeat;

  content: '';

  float: left;

  margin: -3px 0 0 -74px;

  width: 60px;

  height: 50px;

}

.message--b:before {

  background: url(../img/icons-sprite.png) -210px -340px no-repeat;

  content: '';

  float: left;

  margin-left: -74px;

  width: 60px;

  height: 53px;

}

.message--success {

  background-color: #d4edca;

  min-height: 57px;

}

.message--success:before {

  background-position: -210px -400px;

}

.message--error {

  background-color: #efd4d4;

}

.message--error:before {

  background-position: -270px -340px;

  height: 52px;

}

.message--alert {

  background-color: #f2e6a4;

}

.message--alert:before {

  background-position: -210px -450px;

}

/* ************************************************

   

   @Layout

   

************************************************ */

.wrap {

  width: 1000px;

  margin: 0 auto;

}

/* @cols */

.cols-a {

  margin: 0 -10px;

}

.col-a {

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  padding: 0px 10px;

  float: left;

}

.col-a--1-1 {

  width: 100%;

}

.col-a--2-3 {

  width: 70%;

}

.col-a--3-5 {

  width: 60%;

}

.col-a--1-2 {

  width: 50%;

}

.col-a--2-5 {

  width: 40%;

}

.col-a--1-3 {

  width: 30%;

}

.col-a--1-4 {

  width: 25%;

}

/* @box */

.box {

  margin-bottom: 20px;

}

.box .__hd--underline {

  border-bottom: 1px dotted black;

}

.box .__hd h3 {

  font-size: 16px;

  color: #666;

  margin-bottom: 0.5em;

}

.box .__hd h2 {

  font-size: 25px;

  color: black;

  margin-bottom: 0.5em;

}

.box--v1 {

  padding: 10px;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  background: #eaeaea;

}

/* @Header

------------------------------------------------ */

.site-header {

  position: relative;

  z-index: 99;

  /*background: #fff;*/

  padding: 16px 0 0 0;

}

.site-logo {

  background: #fff;

  padding: 16px 19px;

  float: left;

  margin: 0;

}

.site-logo a {

  display: block;

}

.homepage-map-title {

  position: absolute;

  z-index: 2;

  bottom: -30px;

  left: 30px;

}

/* @Main nav */

.site-nav li {

  float: left;

  margin: 0 0 0 8px;

}

.site-nav__list {

  list-style: none;

  padding: 0;

  margin: 0;

  float: right;

  position: relative;

}

.site-nav__list > li {

  position: relative;

}

.site-nav__list li > ul {

  position: absolute;

  background: #7F4632;

  z-index: 999;

  list-style: none;

  padding: 0;

  width: 245px;

  max-height: 0;

  overflow: hidden;

  -webkit-transition: max-height 0.1s;

  -moz-transition: max-height 0.1s;

  transition: max-height 0.1s;

}

.site-nav__list li:hover > ul,

.site-nav__list li:focus > ul {

  max-height: 900px;

  -webkit-transition: max-height 1.6s;

  -moz-transition: max-height 1.6s;

  transition: max-height 1.6s;

}

.site-nav__list li > ul li {

  margin: 0;

  display: block;

  float: none;

  margin: 0 7px;

  border-bottom: 1px solid #B19184;

}

.site-nav__list li > ul li a {

  display: block;

  color: white;

  margin: 7px 0;

  padding: 9px 10px;

}

.site-nav__list li > ul li:last-child {

  border: none;

}

.site-nav__list li > ul li a:hover,

.site-nav__list li > ul li a:focus {

  text-decoration: none;

  background: rgba(255, 255, 255, 0.2);

}

/*.site-nav__list li > ul li:hover { background: rgba(255,255,255,0.2); }*/

.site-nav__list > li > a {

  background: #de4b14;

  font-size: 16px;

  display: block;

  width: 118px;

  height: 118px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  border: 7px solid transparent;

  color: #fff;

  line-height: 1.2;

  position: relative;

}

.site-nav__list > li > a._--has-childs {

  border-bottom: 0;

}

.site-nav__list > li > a span {

  position: absolute;

  bottom: 15px;

  left: 6px;

}

.site-nav__list li:hover,

.site-nav__list li:focus {

  background: #7F4632;

}

.site-nav__list > li:hover > a[href],

.site-nav__list > li:focus > a[href] {

  text-decoration: none;

  background: rgba(255, 255, 255, 0.2);

  border-color: #7F4632;

}

.site-nav__list > li:hover > a:not([href]),

.site-nav__list > li:focus > a:not([href]) {

  background: #7F4632;

}

/* @Homepage */

.homepage.site-header {

  z-index: 2;

  position: relative;

  height: 494px;

}

.homepage.main-container {

  z-index: 99;

  position: relative;

}

.home-slider {

  margin: 0 auto;

}

.home-slider__slides {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  z-index: 1;

}

.home-slider__slides > div.__slide {

  position: relative;

  height: 510px;

  background-size: cover!important;

  background-repeat: no-repeat !important;

}

/*.home-slider__control { list-style: none; width: 1040px; display: block; clear: both; position: relative; overflow: hidden; z-index: 1; margin: 0 auto 8px; } 

	.home-slider__control ol { list-style: none; margin: 0; padding: 0; } 

	.home-slider__control li { width: 20%; float: left; -moz-box-sizing: border-box; }

	.home-slider__control a { text-indent: -1000px; background: #fff; display: block; font-size: 0; height: 9px; cursor: pointer; }

	.home-slider__control a:hover { background: #a7a7a7; }

	.home-slider__control a.active { background: #82A93C }*/

.facebook {

  position: fixed;

  right: 0;

  top: 100px;

}

.google {

  position: fixed;

  right: 0;

  top: 235px;

}



.__languages {

    float: right;

    margin-bottom: 3px;

    width: 100%;

    text-align: right;

}



.__languages a {

    display: inline-block;

    padding: 3px;

    background: #ffffff;

    color: #de4b14;

    text-decoration: none;

}



.__languages a:hover, .__languages a:focus {

    display: inline-block;

    padding: 3px;

    background: #de4b14;

    color: #ffffff;

    text-decoration: none;

}



.main-container {

  background: white;

  padding-top: 10px;

  position: relative;

  z-index: 1;

}

.homepage.site-header .group-title {

  position: absolute;

  bottom: 0;

  width: 100%;

}

.homepage .site-title {

  color: white;

  text-transform: uppercase;

  text-align: right;

  margin-right: 270px;

  position: relative;

  z-index: 3;

  bottom: 120px;

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

}

.group-title h1 {

  margin-bottom: 0;

}

.group-title h2 {

  margin-bottom: 0;

}

.site-title span {

  background: rgba(222, 75, 20, 0.7);

  display: inline-block;

  padding: 0 15px;

}

.page-title {

  width: 100%;

  border-bottom: 3px solid #de4b14;

  z-index: 3;

  position: relative;

  font-size: 23px;

  margin-bottom: 0;

  font-weight: normal;

}

.page-title span {

  display: inline-block;

  text-align: left;

  background: #de4b14;

  text-transform: uppercase;

  color: white;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  padding: 13px 30px 10px 30px;

  line-height: 1;

  float: right;

}

.closest-event {

  display: block;

  background-size: cover;

  min-height: 300px;

  position: relative;

  background-repeat: none;

  color: white;

  text-decoration: none;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

}

.closest-event.closest-event--v2 {

  min-height: 200px;

}

.closest-event:hover,

.closest-event:focus {

  text-decoration: none;

  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);

}

.closest-event > div {

  position: absolute;

  bottom: 0;

  width: 100%;

}

.closest-event .__content {

  background: rgba(222, 75, 20, 0.7);

  padding: 10px 15px;

  line-height: 1.2;

  text-transform: uppercase;

  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

}

.closest-event:hover .__content,

.closest-event:focus .__content {

  background: #de4b14;

}

.closest-event .__date {

  float: left;

  display: inline-block;

  font-size: 12px;

  text-align: center;

  margin-right: 15px;

}

.closest-event .__date .__--big {

  font-size: 20px;

}

.closest-event .__place .__--big {

  font-size: 20px;

}

.closest-event .__place {

  overflow: hidden;

  margin: 0;

}

.callendar-list {

  padding: 0;

  list-style: none;

}

.callendar-list a {

  color: black;

}

.callendar-list li {

  border-bottom: 1px dotted black;

  padding-bottom: 1em;

  padding-top: 1em;

  padding-right: 0.3em;

}

.callendar-list__img {

  float: left;

  width: 90px;

  text-align: right;

  margin-right: 1em;

}

.callendar-list__img .__time {

  font-size: 14px;

  color: #d63a00;

  margin-top: 5px;

}

.callendar-list__desc {

  overflow: hidden;

}

.callendar-list__desc p {

  margin-bottom: 0;

  font-size: 14px;

  text-transform: uppercase;

}

.homepage-news-list {

  margin-bottom: 17px;

}

.homepage-news-list .__item {

  border-bottom: 1px dotted black;

  padding-bottom: 1em;

  padding-top: 1.5em;

}

.homepage-news-list .__item time {

  font-size: 11px;

  color: #d63a00;

}

.homepage-news-list .__item h3 a {

  font-size: 18px;

  color: black;

  margin-bottom: 0.5em;

  text-decoration: none;

  line-height: 18px;

}

.homepage-news-list .__item h3 a:hover,

.homepage-news-list .__item h3 a:focus {

  text-decoration: underline;

}

.homepage-news-list .__item p {

  font-size: 13px;

  color: black;

}

.newsletter {

  margin-top: 20px;

}

.newsletter__form {

  margin-top: 20px;

}

.newsletter__form button {

  float: right;

}

.offer-nav-list {

  padding: 0;

  list-style: none;

}

.offer-nav-list a {

  background-repeat: no-repeat;

  display: block;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  text-decoration: none;

  color: white;

}

.offer-nav-list li:hover .__desc,

.offer-nav-list li:focus .__desc {

  background: #de4b14;

  text-decoration: none;

}

.offer-nav-list a:hover .__desc,

.offer-nav-list a:focus .__desc {

  background: #de4b14;

  text-decoration: none;

}

.offer-nav-list .__img {

  width: 234px;

  height: 167px;

  overflow: hidden;

}

.offer-nav-list .__link {

  display: block;

  padding-top: 167px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

}

.offer-nav-list .__img img {

  max-height: 100%;

  max-height: 170px;

  min-height: 167px;

}

.offer-nav-list .__desc {

  background: #5f5f5f;

  color: white;

  font-size: 12px;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  padding: 10px;

  height: 70px;

  max-height: 70px;

  overflow: hidden;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  margin-bottom: 0;

  border-top: 2px solid white;

  line-height: 1.1;

}

.offer-nav-list .__desc strong {

  display: block;

  font-size: 16px;

  font-weight: normal;

}

.partners {

  margin-top: 20px;

}

.partners h3 {

  font-size: 13px;

  color: #dddddd;

}

.partners__list {

  list-style: none;

  padding: 0;

}

.partners__list li {

  display: inline-block;

  vertical-align: top;

  margin-right: 20px;

  margin-bottom: 10px;

}

/* @breadcrumbs */

.breadcrumbs {

  border-bottom: 1px dashed black;

  padding-bottom: 7px;

  margin-bottom: 10px;

}

.breadcrumbs__list {

  list-style: none;

  padding: 0;

  margin: 0;

}

.breadcrumbs__list li {

  display: inline;

  margin-right: 5px;

}

.breadcrumbs__list li:last-child {

  margin-right: 0;

}

.breadcrumbs__list li:after {

  content: '/';

  margin-left: 5px;

}

.breadcrumbs__list li:last-child:after {

  content: '';

  margin-left: 0;

}

.breadcrumbs__list li a {

  color: #666;

  font-size: 12px;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

}

.breadcrumbs__list li a:hover,

.breadcrumbs__list li a:focus {

  color: #DE4B14;

}

/* @subpages */

.subpage.site-header {

  z-index: 2;

  position: relative;

  height: 278px;

}

.subpage.site-header .group-title {

  position: absolute;

  bottom: 0;

  width: 100%;

}

.subpage .site-title {

  color: white;

  text-transform: uppercase;

  text-align: right;

  margin-right: 270px;

  position: relative;

  z-index: 3;

  bottom: 20px;

  left: -235px;

}

.subpage-image {

  margin: 0 auto;

}

.subpage-image__img {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  z-index: 1;

  height: 300px;

  background-size: cover!important;

  background-repeat: no-repeat !important;

}

/* @targi */

.targi.site-header {

  z-index: 2;

  position: relative;

  height: 378px;

}

.targi.site-header .group-title {

  position: absolute;

  bottom: 0;

}

.targi .site-title {

  color: white;

  position: relative;

  z-index: 3;

  bottom: 40px;

  left: 0;

  font-size: 27px;

  text-transform: uppercase;

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

  display: inline-block;

}

.targi .page-title {

  width: 1000px;

}

.targi .site-title span {

  text-transform: uppercase;

  padding: 0px 15px;

}

.targi .site-title span:last-child {

  float: right;

  font-size: 16px;

  padding: 2px 15px;

}

.targi .site-title span:first-child {

  font-size: 16px;

  padding: 5px 15px;

}

.targi .subpage-image__img {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  z-index: 1;

  height: 400px;

  background-size: cover!important;

  background-repeat: no-repeat !important;

}

.subpage-nav ul {

  padding: 0;

  list-style: none;

}

.subpage-nav__item a {

  display: block;

  border-bottom: 1px dotted black;

  padding: 10px 0px 10px 10px;

  color: black;

  font-size: 16px;

  background: #e9e9e9;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.subpage-nav__item a span {

  overflow: hidden;

  display: inherit;

}

.subpage-nav__item a:hover,

.subpage-nav__item a:focus,

.subpage-nav__item.current > a {

  background: #DE4B14;

  color: white;

  text-decoration: none;

}

.subpage-nav__item > ul li a {

  padding-left: 50px;

  font-size: 14px;

}

.subpage-nav__item > ul li.current a {

  background: #DE4B14;

  color: white;

  text-decoration: none;

}

.files {

  margin-top: 4em;

}

.file-list {

  list-style: none;

  padding: 0;

}

.file-list li a {

  display: block;

  width: 100%;

  border-bottom: 1px dotted black;

  padding: 4px 5px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.file-list .__extension {

  float: right;

}

.file-list li a:hover,

.file-list li a:focus {

  background: #DE4B14;

  color: white;

  text-decoration: none;

}

/* @contact page */

.contact__person-list {

  list-style: none;

  padding: 0;

  margin: 0 -5px;

}

.contact__person-list li {

  float: left;

  width: 50%;

  padding: 0 5px;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

}

.contact-form__form textarea {

  min-height: 100px;

  max-height: 100px;

}

.contact-map__maps {

  border: 6px solid #dddddd;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

}

.contact-map__maps:hover,

.contact-map__maps:focus {

  border-color: #DE4B14;

}

.contact h2 {

  font-size: 25px;

  color: black;

  margin-bottom: 0.5em;

}

.gallery-pictures {

  margin: 0 -10px;

  padding: 0;

  list-style: none;

}

.gallery-pictures li {

  display: inline-block;

  vertical-align: top;

  width: 33%;

  margin: 0;

  padding: 0 10px;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

}

/* @news-list */

.news-list ul {

  padding: 0;

  list-style: none;

}

.news-list__item {

  border-bottom: 1px dotted black;

  display: block;

  margin-bottom: 15px;

  padding-bottom: 10px;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  min-height: 60px;

}

.news-list__item a {

  color: black;

}

.news-list__item span {

  margin-top: 5px;

  float: left;

  display: block;

  margin-right: 10px;

  font-size: 14px;

  text-align: center;

}

.news-list__item span b {

  font-size: 16px;

}

.news-list__item p {

  margin: 5px 0px;

  border-left: 2px solid #b9b9b9;

  display: block;

  overflow: hidden;

  padding-left: 10px;

  font-size: 14px;

}

.news-list__item a:hover,

.news-list__item a:focus {

  color: black;

  text-decoration: underline;

}

.news-list.section-list .news-list__item p {

  border: none;

  padding: 0;

}

.pager {

  text-align: center;

}

.pager ul li {

  display: inline-block;

  margin-right: 7px;

}

.pager ul li a {

  color: black;

}

.pager ul li.current a {

  color: #d63a00;

}

h2.section-list {

  display: inline-block;

}

.news__filter {

  list-style: none;

  margin: 0;

  padding: 0;

  float: right;

}

.news__filter li {

  float: left;

}

.news__filter li a {

  padding: 6px 12px;

  display: block;

  color: black;

  background: #ececec;

  margin-right: 5px;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

}

.news__filter li a:hover,

.news__filter li a:focus,

.news__filter li.current a {

  background: #d63a00;

  color: white;

}

.offer__filter {

  list-style: none;

  margin: 0;

  padding: 0;

  border-bottom: 3px solid #ececec;

  margin-bottom: 14px;

  position: relative;

}

.offer__filter li {

  float: left;

}

.offer__filter li a {

  padding: 6px 12px;

  display: block;

  color: black;

  background: #ececec;

  margin-right: 5px;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

}

.offer__filter li a:hover,

.offer__filter li a:focus,

.offer__filter li.current a {

  background: #d63a00;

  color: white;

}

.offer__filter li.current a {

  position: relative;

  border-bottom: 2px solid #d63a00;

  margin-bottom: -2px;

}

/* @article page */

.news__date {

  color: #d63a00;

  font-size: 15px;

}

.news__tools {

  float: right;

}

.news__tools ul {

  padding: 0;

  list-style: none;

  margin-bottom: 0;

}

.news__tools ul li {

  float: left;

}

.news__title {

  font-size: 25px;

  color: black;

  margin-top: 5px;

}

/* @offer page */

.offer-nav ul {

  list-style: none;

  padding: 0;

  margin: 0 -7px;

}

.offer-nav__item {

  width: 50%;

  padding: 0 7px;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  float: left;

  margin-bottom: 14px;

}

.offer-nav__item a {

  background-repeat: no-repeat;

  background-size: cover;

  color: white;

  display: block;

  height: 328px;

  max-height: 328px;

  overflow: hidden;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

}

.offer-nav__title {

  padding-top: 245px;

  text-transform: uppercase;

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

  font-weight: normal;

}

.offer-nav__title > div {

  background: rgba(222, 75, 20, 0.7);

  padding: 10px 20px;

  font-size: 21px;

  line-height: 1;

  position: relative;

  height: 83px;

  min-height: 83px;

  max-height: 83px;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

}

.offer-nav__title h3 {

  max-width: 335px;

  font-size: 18px;

  font-weight: normal;

  margin-bottom: 0;

}

.offer-nav__title h3 span.__--small {

  font-size: 12px;

}

.offer-nav__city {

  position: absolute;

  top: 25px;

  right: 20px;

  font-size: 15px;

  text-align: right;

}

.offer-nav__city p {

  margin-bottom: 5px;

}

.offer-nav__item a:hover,

.offer-nav__item a:focus {

  text-decoration: none;

  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);

}

.offer-nav__item:hover .offer-nav__title > div,

.offer-nav__item:focus .offer-nav__title > div {

  background: #de4b14;

}

.offer-nav__item--old .offer-nav__title > div {

  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><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-backface-visibility: hidden;

  /* Fix for transition flickering */

}

/* richtext */

.richtext .logo-list {

  list-style: none;

  padding: 0;

}

.logo-list li {

  display: inline-block;

  vertical-align: middle;

  margin: 0 1em 1em;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.logo-list li:before {

  display: none;

}

.richtext.lead p {

  font-size: 18px;

  line-height: 23px;

}

.higlight-orange {

  color: #DE4B14;

}

.msg--success {

  background-color: #d4edca;

}

/* e ticket */

.form-group {

  background: #ececec;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  padding: 15px;

  margin-bottom: 15px;

  border: 1px solid #B5AFAF;

}

.form-group .__legend-title {

  margin: -15px -15px 20px -15px;

  background: #c8c8c8;

  border-bottom: 1px solid #B5AFAF;

  padding: 5px 15px;

}

.ticket__form input[type="radio"],

.ticket__form input[type="checkbox"] {

  margin-right: 5px;

}

.ticket__form .zgoda {

  text-transform: inherit;

}

.ticket-print {

  position: relative;

}

.ticket-print img {

  max-width: 100%;

}

.ticket-print .__name {

  position: absolute;

  color: white;

  left: 490px;

  top: 122px;

  font-weight: bold;

}

.ticket-print .__img {

  position: relative;

}

/* Zgłoszenie na konferencje */

.konferencja-form .__label-konf {

  text-transform: inherit;

  display: inline-block !important;

  width: 60%;

  vertical-align: middle;

}

.konferencja-form .__label-konf:after {

  content: '';

}

.konferencja-form .__label-konf input {

  display: inline-block;

  vertical-align: middle;

}

/* @Footer

------------------------------------------------ */

.site-footer {

  background: #de4b14;

  margin: 20px auto;

  padding: 10px;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

}

.site-footer p {

  color: white;

  margin: 0;

}

.site-footer a {

  color: white;

}

