.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@font-face {
  font-family: CamptonLight;
  src: url("../gddfonts/camptonlight.otf") format("opentype"); }
@font-face {
  font-family: CamptonBold;
  src: url("../gddfonts/camptonbold.otf") format("opentype"); }
@font-face {
  font-family: CamptonBoldItalic;
  src: url("../gddfonts/camptonbolditalic.otf") format("opentype"); }
@font-face {
  font-family: CamptonBook;
  src: url("../gddfonts/camptonbook.otf") format("opentype"); }
@font-face {
  font-family: CamptonLightItalic;
  src: url("../gddfonts/camptonlightitalic.otf") format("opentype"); }
@font-face {
  font-family: 'gddicons';
  src: url("../fonts/gddicons.eot?c25umu");
  src: url("../fonts/gddicons.eot?c25umu#iefix") format("embedded-opentype"), url("../fonts/gddicons.ttf?c25umu") format("truetype"), url("../fonts/gddicons.woff?c25umu") format("woff"), url("../fonts/gddicons.svg?c25umu#gddicons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="gdd-"], [class*=" gdd-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gddicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gdd-back:before {
  content: "\e900"; }

.gdd-close:before {
  content: "\e901"; }

.gdd-cursor:before {
  content: "\e902"; }

.gdd-down:before {
  content: "\e903"; }

.gdd-facebook:before {
  content: "\e904"; }

.gdd-fav:before {
  content: "\e905"; }

.gdd-faved:before {
  content: "\e906"; }

.gdd-forward:before {
  content: "\e907"; }

.gdd-gdynia:before {
  content: "\e908"; }

.gdd-instagram:before {
  content: "\e909"; }

.gdd-kid:before {
  content: "\e90a"; }

.gdd-list:before {
  content: "\e90b"; }

.gdd-location:before {
  content: "\e90c"; }

.gdd-logogdd:before {
  content: "\e90d"; }

.gdd-logogddpion:before {
  content: "\e90e"; }

.gdd-mail:before {
  content: "\e90f"; }

.gdd-menu:before {
  content: "\e910"; }

.gdd-pattern .path1:before {
  content: "\e911";
  color: #f2f6f7; }

.gdd-pattern .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path3:before {
  content: "\e913";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path4:before {
  content: "\e914";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path5:before {
  content: "\e915";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path6:before {
  content: "\e916";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path7:before {
  content: "\e917";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path8:before {
  content: "\e918";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path9:before {
  content: "\e919";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path10:before {
  content: "\e91a";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path11:before {
  content: "\e91b";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path12:before {
  content: "\e91c";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path13:before {
  content: "\e91d";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path14:before {
  content: "\e91e";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path15:before {
  content: "\e91f";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path16:before {
  content: "\e920";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path17:before {
  content: "\e921";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path18:before {
  content: "\e922";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path19:before {
  content: "\e923";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path20:before {
  content: "\e924";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path21:before {
  content: "\e925";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path22:before {
  content: "\e926";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path23:before {
  content: "\e927";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path24:before {
  content: "\e928";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path25:before {
  content: "\e929";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path26:before {
  content: "\e92a";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path27:before {
  content: "\e92b";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path28:before {
  content: "\e92c";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path29:before {
  content: "\e92d";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path30:before {
  content: "\e92e";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path31:before {
  content: "\e92f";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path32:before {
  content: "\e930";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path33:before {
  content: "\e931";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path34:before {
  content: "\e932";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path35:before {
  content: "\e933";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path36:before {
  content: "\e934";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path37:before {
  content: "\e935";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path38:before {
  content: "\e936";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path39:before {
  content: "\e937";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path40:before {
  content: "\e938";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path41:before {
  content: "\e939";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path42:before {
  content: "\e93a";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path43:before {
  content: "\e93b";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path44:before {
  content: "\e93c";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path45:before {
  content: "\e93d";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path46:before {
  content: "\e93e";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path47:before {
  content: "\e93f";
  margin-left: -1em;
  color: black; }

.gdd-pattern .path48:before {
  content: "\e940";
  margin-left: -1em;
  color: black; }

.gdd-search:before {
  content: "\e941"; }

.gdd-up:before {
  content: "\e942"; }

.gdd-view:before {
  content: "\e943"; }

.pattern-bg {
  background-image: url("../images/pattern.jpg"); }

.gray-bg {
  background-color: #ebebeb; }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

a:hover, a:focus {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

.gdd-fav, .gdd-faved {
  position: relative;
  top: 3px; }

.maps-padding {
  padding-left: 37px;
  padding-right: 37px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-center {
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .mobile-margin-bottom-30 {
    margin-bottom: 30px; } }
.pattern-bg {
  background-image: url("../images/pattern.jpg"); }

.gray-bg {
  background-color: #ebebeb; }

.blacked-header {
  background-color: #000;
  width: auto;
  padding: 0px 20px;
  color: #fff;
  font-family: "CamptonBold";
  font-size: 36px;
  display: inline-block;
  text-transform: lowercase;
  position: relative;
  margin-bottom: 70px; }
  .blacked-header:after {
    display: block;
    width: 100%;
    content: " ";
    position: absolute;
    bottom: -9px;
    height: 4px;
    background: #000;
    left: 0; }
  .blacked-header.wystawy-date {
    font-size: 32px;
    margin-bottom: 45px; }

.wystawy-wrapper .blacked-header {
  font-family: "CamptonBook"; }

/*.blacked-header-container{
    margin-top:10px;
    margin-bottom:30px;
}
.blacked-header-wrapper{
    display:block;
    width:auto;
}*/
.hollow-button, .white-button {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  text-align: center;
  padding: 12px;
  font-family: "CamptonBold";
  font-size: 18px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .hollow-button:focus, .white-button:focus {
    color: #fff; }
  .hollow-button.fixed-width, .fixed-width.white-button {
    width: 220px;
    padding: 12px 0; }
  .hollow-button.animated, .animated.white-button {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    .hollow-button.animated:hover, .animated.white-button:hover {
      color: #000; }
    .hollow-button.animated:before, .animated.white-button:before {
      content: " ";
      display: block;
      position: absolute;
      background-color: #fff;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;
      height: 100px;
      width: 100%;
      z-index: -1; }
    .hollow-button.animated.from-left:before, .animated.from-left.white-button:before {
      left: -200%;
      top: 0; }
    .hollow-button.animated.from-left:hover:before, .animated.from-left.white-button:hover:before {
      left: 0; }
    .hollow-button.animated.from-right:before, .animated.from-right.white-button:before {
      right: -200%;
      top: 0; }
    .hollow-button.animated.from-right:hover:before, .animated.from-right.white-button:hover:before {
      right: 0; }
    .hollow-button.animated.from-bottom:before, .animated.from-bottom.white-button:before {
      bottom: -200%;
      height: 100%; }
    .hollow-button.animated.from-bottom:hover:before, .animated.from-bottom.white-button:hover:before {
      bottom: 0; }
    .hollow-button.animated.from-top:before, .animated.from-top.white-button:before {
      top: -200%;
      height: 100%; }
    .hollow-button.animated.from-top:hover:before, .animated.from-top.white-button:hover:before {
      top: 0; }
  .hollow-button.white, .white.white-button {
    background-color: #fff;
    color: #000; }

.white-button {
  border: 2px solid #000;
  background-color: #fff;
  color: #000; }
  .white-button:hover, .white-button:focus {
    color: #fff;
    background-color: #000; }
  .white-button.centered {
    display: block;
    margin: 0 auto; }

.nav-filler {
  height: 100px; }

.nav-gdd {
  padding: 30px 50px;
  font-size: 26px;
  position: fixed;
  z-index: 100;
  width: 100%;
  background: transparent;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  @media screen and (max-width: 767px) {
    .nav-gdd {
      padding: 30px 15px; } }
  .nav-gdd .hideable-logo {
    display: none; }
  .nav-gdd.semi-transparent {
    background: rgba(0, 0, 0, 0.5); }
    .nav-gdd.semi-transparent .hideable-logo {
      display: block; }
  .nav-gdd .left-nav {
    display: table;
    float: left; }
    .nav-gdd .left-nav a {
      color: #fff;
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      padding-right: 20px; }
      @media screen and (max-width: 767px) {
        .nav-gdd .left-nav a {
          padding-right: 8px; } }
    .nav-gdd .left-nav .lang {
      font-size: 20px;
      line-height: 1;
      position: relative;
      top: -2px; }
  .nav-gdd .right-nav {
    float: right; }
  .nav-gdd .gdyniasvg {
    width: 90px;
    height: 22px; }
  .nav-gdd .gdd-logo {
    width: 110px;
    margin: 0 auto;
    display: block;
    /* float: left; */
    position: absolute;
    left: 50%;
    transform: translateX(-55px);
    height: 33px; }
  .nav-gdd.lista {
    background-color: #fff; }
    .nav-gdd.lista a {
      color: #000; }
    .nav-gdd.lista .filters-side-trigger {
      display: none; }
    .nav-gdd.lista .left-nav a {
      color: #000; }
    .nav-gdd.lista.show-filters .filters-side-trigger {
      display: block; }
  .nav-gdd.nav-white {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
    .nav-gdd.nav-white .left-nav a {
      color: #000; }

.inner-side-nav {
  width: 100%;
  display: block;
  /*min-height:100vh;*/
  /*height:100%;*/
  padding: 45px;
  padding-bottom: 270px;
  position: relative; }

.side-nav {
  background-color: #000;
  color: #fff;
  /*    height:auto;
      min-height:100vh;*/
  position: fixed;
  right: 0;
  width: 330px;
  z-index: 101;
  height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  left: -100%; }
  .side-nav.extended {
    left: 0; }
  .side-nav a {
    color: #fff; }
    .side-nav a:hover {
      color: #fff; }

.side-nav-logo-container {
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 55px; }

.side-nav-logo {
  width: 100px; }

.nav-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 40px; }
  .nav-close:hover {
    color: #fff; }

.first-menu {
  margin-bottom: 50px; }
  .first-menu a {
    padding-left: 30px;
    display: block;
    font-size: 22px;
    font-family: "CamptonBold";
    margin-bottom: 12px;
    position: relative; }
    .first-menu a:before {
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      height: 3px;
      width: 12px;
      background-color: #fff;
      top: 50%;
      transform: translateY(-1px);
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
    .first-menu a:hover:before {
      width: 20px; }

.side-menu {
  margin-bottom: 50px; }
  .side-menu a {
    padding-left: 30px;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: "CamptonBold";
    position: relative; }
    .side-menu a:before {
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      height: 3px;
      width: 12px;
      background-color: #fff;
      top: 50%;
      transform: translateY(-1px);
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
    .side-menu a:hover:before {
      width: 20px; }

.side-menu-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 0 45px;
  font-size: 12px; }

.side-menu-bottom-bold {
  font-family: "CamptonBold";
  margin-bottom: 20px; }

.side-menu-bottom-realizacja {
  font-family: "CamptonBook"; }

.side-menu-bottom-icons {
  margin-bottom: 60px;
  width: 100%;
  font-size: 25px; }
  .side-menu-bottom-icons i {
    margin-right: 10px; }

.fake-bottom {
  height: 170px;
  width: 100%; }

.mail-icon {
  float: right; }

.cookie-info-box {
  position: fixed;
  width: 100%;
  background-color: #000;
  color: #fff;
  bottom: 0;
  left: 0;
  z-index: 500;
  padding: 10px 10px 10px 45px;
  font-size: 14px; }

.cookie-info-box p {
  width: 55%;
  float: left; }

.cookie-info-box p, .cookie-info-box__accept {
  text-transform: uppercase;
  display: block;
  padding: 5px; }

.cookie-info-box__accept {
  border: 1px solid #fff;
  float: right;
  margin-top: 12px;
  margin-left: 20px;
  display: block;
  background-color: transparent;
  color: #fff; }

.cookie-info__policy {
  color: #fff;
  text-decoration: underline; }

.cookie-info-box__accept:hover, .cookie-info__policy:hover {
  color: #fff; }

@media (max-width: 600px) {
  .cookie-info-box p {
float:none;
    width: 100%; }

  .cookie-info-box__accept {
    float: none; } }
footer {
  background-color: #000;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px; }
  footer a {
    color: #fff; }
    footer a:focus, footer a:hover {
      color: #fff; }
  footer .footer-fix {
    padding-left: 35px;
    padding-right: 35px; }
  footer .footer-text {
    font-family: "CamptonBold"; }
  footer strong {
    display: block;
    font-size: 16px;
    font-family: "CamptonBold";
    padding-bottom: 30px;
    text-transform: lowercase; }
  footer .footer-nav-link {
    font-family: "CamptonBold";
    display: block;
    text-transform: lowercase;
    font-size: 12px; }
    footer .footer-nav-link:hover {
      color: #fff; }
  footer .footer-credits {
    padding-top: 100px; }
  footer .footer-down-left {
    text-align: left;
    font-family: "CamptonBold";
    font-size: 12px; }
  footer .footer-down-right {
    text-align: right;
    font-family: "CamptonBook";
    font-size: 12px; }
    footer .footer-down-right a {
      font-family: "CamptonBold"; }
  @media screen and (max-width: 768px) {
    footer .footer-down-left {
      text-align: center; }
    footer .footer-down-right {
      text-align: center; }
    footer .footer-nav {
      padding-top: 20px; }
    footer .footer-nav-mobile-top-padding {
      padding-top: 30px; } }

div#all footer {
  padding-left: 0;
  padding-right: 0; }

.section-padding {
  padding-top: 70px;
  padding-bottom: 70px; }

.ofestiwalu-goscie-box {
  width: 420px;
  max-width: 100%;
  float: left;
  margin-right: 30px; }
  @media screen and (max-width: 450px) {
    .ofestiwalu-goscie-box {
      margin-right: 0; } }

.ofestiwalu-subheader {
  font-family: "CamptonBold";
  font-size: 36px; }

.ofestiwalu-lid {
  font-size: 24px;
  line-height: 30px;
  font-family: "CamptonBook"; }
  .ofestiwalu-lid.margin {
    margin-bottom: 30px; }

.ofestiwalu-content {
  font-size: 16px;
  line-height: 25px;
  font-family: "CamptonBook"; }

.previous-edition-item {
  float: left;
  width: 535px;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center; }
  .previous-edition-item a {
    display: block;
    width: 100%;
    height: 110px;
    line-height: 110px;
    color: #fff;
    font-family: "CamptonBook";
    font-size: 30px; }
  .previous-edition-item.item2012 a {
    background: transparent url(../images/2012.jpg) no-repeat center;
    background-size: cover; }
  .previous-edition-item.item2013 a {
    background: transparent url(../images/2013.jpg) no-repeat center;
    background-size: cover; }
  .previous-edition-item.item2014 a {
    background: transparent url(../images/2014.jpg) no-repeat center;
    background-size: cover; }
  .previous-edition-item.item2015 a {
    background: transparent url(../images/2015.jpg) no-repeat center;
    background-size: cover; }
  .previous-edition-item.item2016 a {
    background: transparent url(../images/2016.jpg) no-repeat center;
    background-size: cover; }
  .previous-edition-item.item2017 a {
    background: transparent url(../images/2017.png) no-repeat center;
    background-size: cover; }

.video-container {
  /*height:100vh;*/
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 720px) {
    .video-container {
      min-width: 720px; } }
  .video-container:before {
    background: rgba(2, 153, 119, 0.38);
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }

.video-logo {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 100px;
  z-index: 1;
  position: relative; }

.video-header {
  display: block;
  font-family: "CamptonBold";
  font-size: 42px;
  margin-bottom: 70px;
  z-index: 1;
  position: relative; }

.video-desc {
  display: block;
  font-family: "CamptonBook";
  font-size: 28px;
  margin-bottom: 150px;
  z-index: 1;
  position: relative; }

.video-background {
  /* class name used in javascript too */
  width: 100%;
  /* width needs to be set to 100% */
  height: 100%;
  /* height needs to be set to 100% */
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background-color: #000; }

.video-content-container {
  height: 720px;
  width: 100%;
  padding-top: 25%;
  transform: translateY(-360px); }
  @media screen and (max-width: 1560px) {
    .video-content-container {
      transform: none;
      padding-top: 10%; }
      .video-content-container .video-logo {
        margin-bottom: 30px;
        /*width:50%;*/ }
      .video-content-container .video-header {
        margin-bottom: 30px;
        /*font-size:30px;*/ }
      .video-content-container .video-desc {
        font-size: 16px;
        /*margin-bottom:35px;*/ } }
  @media screen and (max-width: 720px) {
    .video-content-container {
      transform: none;
      padding-top: 100px; }
      .video-content-container .video-logo {
        margin-bottom: 30px;
        width: 50%; }
      .video-content-container .video-header {
        margin-bottom: 30px;
        font-size: 30px; }
      .video-content-container .video-desc {
        font-size: 16px;
        margin-bottom: 35px; } }

.video-buttons-gap {
  margin-left: 40px;
  margin-right: 40px; }

.aktualnosci-tile {
  margin-bottom: 50px;
  height: 295px;
  display: block;
  background: #333;
  padding: 25px;
  color: #fff;
  width: 240px;
  margin: 0 auto 50px auto;
  background-blend-mode: initial; }
  .aktualnosci-tile:hover {
    color: #fff;
    background-blend-mode: multiply;
    background: #029977; }
  .aktualnosci-tile:focus {
    color: #fff; }
  .aktualnosci-tile > span {
    display: block;
    position: relative;
    padding: 15px 0;
    font-size: 26px;
    font-family: "CamptonBold"; }
    .aktualnosci-tile > span:before, .aktualnosci-tile > span:after {
      display: block;
      content: " ";
      width: 100%;
      height: 3px;
      background-color: #fff;
      position: absolute; }
    .aktualnosci-tile > span:before {
      top: 0; }
    .aktualnosci-tile > span:after {
      bottom: 0; }

.aktualnosci-tile-box {
  width: 310px;
  /*margin-right:30px;*/
  float: left; }

div.news-list {
  padding-top: 30px; }
  div.news-list .aktualnosci-tile-box {
    width: 263px; }

.padding-0 {
  padding: 0; }

.wystawy-tile {
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
  background-color: #fff;
  width: 100%;
  font-size: 22px;
  font-family: "CamptonBold";
  color: #000;
  height: auto;
  overflow: auto; }
  .wystawy-tile a {
    color: #000; }
  .wystawy-tile .img-container {
    height: 160px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    display: block; }
    .wystawy-tile .img-container .text-overlay {
      display: block;
      z-index: 1;
      position: absolute;
      top: -100%;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      font-size: 14px;
      font-family: "CamptonBook";
      padding: 20px;
      height: 160px;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;
      width: 100%;
      overflow: hidden; }
  .wystawy-tile:hover .img-container .text-overlay {
    top: 0; }
  .wystawy-tile .category-label {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    text-align: center;
    width: 50%;
    font-size: 22px;
    font-family: "CamptonBold";
    text-transform: lowercase; }
  .wystawy-tile .title-box {
    height: 150px;
    line-height: 24px;
    padding: 20px;
    color: #000;
    display: block; }
    .wystawy-tile .title-box a {
      color: #000; }
  .wystawy-tile .location-box {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    padding-bottom: 10px;
    display: block; }
  .wystawy-tile .date-box {
    font-size: 18px;
    padding: 0 20px 20px 20px;
    overflow: auto;
    height: auto; }
    .wystawy-tile .date-box .moje-gdd, .wystawy-tile .date-box .date {
      width: 50%;
      display: block;
      float: left; }
    .wystawy-tile .date-box .moje-gdd {
      text-align: right; }
    .wystawy-tile .date-box.wystawy .moje-gdd {
      text-align: left; }

.wystawy-slider-container, .goscie-slider-container {
  padding: 0;
  margin-bottom: 80px; }
  .wystawy-slider-container .owl-carousel, .goscie-slider-container .owl-carousel {
    padding: 0 50px; }
  .wystawy-slider-container .owl-nav, .goscie-slider-container .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 0;
    color: #000;
    transform: translateY(-15px);
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .wystawy-slider-container .owl-nav, .goscie-slider-container .owl-nav {
        padding: 0; } }
    .wystawy-slider-container .owl-nav .owl-prev, .goscie-slider-container .owl-nav .owl-prev {
      float: left; }
    .wystawy-slider-container .owl-nav .owl-next, .goscie-slider-container .owl-nav .owl-next {
      float: right; }
    .wystawy-slider-container .owl-nav .owl-prev, .goscie-slider-container .owl-nav .owl-prev, .wystawy-slider-container .owl-nav .owl-next, .goscie-slider-container .owl-nav .owl-next {
      color: #000;
      font-size: 30px;
      background-color: transparent;
      padding: 0; }
      .wystawy-slider-container .owl-nav .owl-prev:hover, .goscie-slider-container .owl-nav .owl-prev:hover, .wystawy-slider-container .owl-nav .owl-next:hover, .goscie-slider-container .owl-nav .owl-next:hover {
        background-color: transparent;
        color: #000; }

.wystawy-tile-box {
  width: 368px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin-bottom: 30px; }

.wystawy-wrapper {
  height: auto;
  overflow: auto;
  padding-top: 45px;
  padding-left: 45px; }
  @media screen and (max-width: 767px) {
    .wystawy-wrapper {
      padding-left: 15px;
      /*padding-top:135px;*/ }
      .wystawy-wrapper.gray-bg {
        background-color: #fff; } }
  .wystawy-wrapper.js-wystawy-tiles {
    overflow: hidden; }

.wystawy-row {
  padding-bottom: 60px; }

.lista-trigger-container {
  position: relative; }

.lista-trigger {
  background: #000;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  padding: 0 5px;
  padding-bottom: 5px;
  font-family: "CamptonBook";
  font-size: 24px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .lista-trigger:hover {
    color: #000;
    background: #fff; }
  .lista-trigger i {
    font-size: 29px;
    top: 5px;
    position: relative;
    padding-left: 10px; }
  @media screen and (max-width: 767px) {
    .lista-trigger {
      display: none;
      /*        position:static;
              margin-bottom:30px;*/ } }

.wystawy-list-table {
  display: table;
  width: 100%;
  font-size: 18px; }
  .wystawy-list-table a {
    color: #000; }

.wystawy-list-row {
  display: table-row;
  padding-bottom: 30px;
  /*position:static !important //blokada isotopa*/ }

.wystawy-list-cell {
  display: table-cell;
  padding-bottom: 20px; }

.cell-fav {
  text-align: right;
  font-family: "CamptonBold"; }

.cell-location {
  font-family: "CamptonBook"; }

.cell-title, .cell-type, .cell-hours {
  font-family: "CamptonBold"; }

.wystawy-slider-container .owl-stage-outer, .goscie-slider-container .owl-stage-outer {
  z-index: 200; }
.wystawy-slider-container .owl-nav, .goscie-slider-container .owl-nav {
  z-index: 100; }

.wystawy-list-table.table2 {
  display: block; }
  .wystawy-list-table.table2 .wystawy-list-row {
    display: block;
    width: 100%;
    height: auto;
    overflow: auto; }
    .wystawy-list-table.table2 .wystawy-list-row .wystawy-list-cell {
      display: block;
      float: left; }
    .wystawy-list-table.table2 .wystawy-list-row .cell-hours {
      width: 10%; }
    .wystawy-list-table.table2 .wystawy-list-row .cell-type {
      width: 10%; }
    .wystawy-list-table.table2 .wystawy-list-row .cell-title {
      width: 50%; }
    .wystawy-list-table.table2 .wystawy-list-row .cell-location {
      width: 20%; }
    .wystawy-list-table.table2 .wystawy-list-row .cell-fav {
      width: 10%;
      padding-right: 35px; }
    .wystawy-list-table.table2 .wystawy-list-row .mobile-cells {
      display: none; }
    @media screen and (max-width: 767px) {
      .wystawy-list-table.table2 .wystawy-list-row {
        overflow: visible; }
        .wystawy-list-table.table2 .wystawy-list-row .mobile-cells {
          display: block;
          height: auto;
          overflow: auto;
          margin: 0 -15px;
          padding: 0 15px;
          background-color: #ebebeb;
          margin-bottom: 10px; }
        .wystawy-list-table.table2 .wystawy-list-row .desktop-cell {
          display: none; } }
    @media screen and (max-width: 767px) {
      .wystawy-list-table.table2 .wystawy-list-row .cell-hours {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px; }
      .wystawy-list-table.table2 .wystawy-list-row .cell-type {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 50%;
        text-align: right; }
      .wystawy-list-table.table2 .wystawy-list-row .cell-title {
        width: 100%; }
      .wystawy-list-table.table2 .wystawy-list-row .cell-location {
        width: 50%; }
      .wystawy-list-table.table2 .wystawy-list-row .cell-fav {
        width: 50%;
        padding-right: 0; } }

.goscie-tile {
  height: 205px;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 80px; }
  .goscie-tile .name-label {
    padding: 5px 0;
    width: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: "CamptonBold";
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
  .goscie-tile.goscie-tile-margin {
    margin-bottom: 85px; }
  .goscie-tile:hover .name-label {
    background-color: #000;
    color: #fff; }

.goscie-slider-container .owl-nav {
  transform: translateY(-60px); }

.bold-map-header {
  font-size: 26px;
  font-family: "CamptonBold";
  margin-bottom: 40px;
  position: relative; }
  .bold-map-header i {
    position: absolute;
    top: -3px;
    left: -50px;
    color: #029977;
    font-size: 40px; }
    @media screen and (max-width: 767px) {
      .bold-map-header i {
        position: relative;
        margin-right: 10px;
        left: 0;
        top: 10px; } }

.directions-paddings {
  padding-top: 80px;
  padding-bottom: 80px; }
  .directions-paddings p {
    font-family: "CamptonBook";
    font-size: 22px;
    line-height: 27px; }

#main-gmap {
  height: 500px; }

.img-mapaglowna {
  width: 100%; }

.select2:focus {
  outline: none !important; }

.filters-static {
  padding-top: 110px;
  padding-bottom: 15px; }
  .filters-static .col-20p {
    width: 20%;
    float: left; }
  .filters-static .select2-container .select2-selection--single {
    height: 40px; }
  .filters-static .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #000; }
  .filters-static .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: "CamptonBook";
    font-size: 25px;
    padding-bottom: 10px;
    padding-left: 0;
    text-transform: lowercase; }
  .filters-static .select2-container {
    width: 100% !important; }
  @media screen and (max-width: 1199px) {
    .filters-static {
      /*display:none;*/
      padding-left: 0;
      padding-right: 0; } }

.mobile-filters .select2-container .select2-selection--single {
  height: 40px; }
.mobile-filters .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #fff;
  background: transparent; }
.mobile-filters .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "CamptonBook";
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 0;
  color: #fff; }
.mobile-filters .select2-container {
  width: 100% !important; }
.mobile-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent; }

.select2-results__option {
  font-size: 22px;
  text-transform: lowercase;
  padding: 8px 10px; }

*:focus {
  outline: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px; }

.select2 .selection::focus {
  outline: none; }

.program-festiwalu, .festiwal-date {
  display: block;
  font-family: "CamptonBold";
  font-size: 30px;
  line-height: 1; }

.festiwal-date {
  font-family: "CamptonBook"; }

@media screen and (max-width: 1199px) {
  .nav-gdd.lista .filters-side-trigger {
    display: block; } }

.mobile-list-trigger {
  display: none; }

@media screen and (max-width: 1199px) {
  /*                                                          .wystawy-wrapper.js-wystawy-tiles{
                                                                padding-top: 45px + 95px;
                                                            }
                                                            .wystawy-wrapper.js-wystawy-list{
                                                                padding-top: 45px + 95px;
                                                            }*/
  .mobile-paddings-reset {
    padding-left: 0;
    padding-right: 0; }

  .hide-static-filter-element {
    display: none; }

  .mobile-list-trigger {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #000;
    color: #fff;
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    background-color: #000;
    color: #fff;
    top: 15px;
    right: 0;
    font-size: 30px;
    text-align: center; }
    .mobile-list-trigger:hover, .mobile-list-trigger:focus {
      color: #fff; }
    .mobile-list-trigger.not-active {
      display: none; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .filters-static {
    padding-left: 35px;
    padding-right: 35px; } }
.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none; }

.mobile-filters {
  position: fixed;
  background: #000;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .mobile-filters .inner-mobile-filters {
    padding: 30px 25px;
    height: auto;
    overflow: auto; }
  .mobile-filters .title-box {
    font-size: 30px;
    font-family: "CamptonBold";
    color: #fff;
    position: relative;
    margin-bottom: 30px; }
    .mobile-filters .title-box a {
      color: #fff; }
    .mobile-filters .title-box .close-mobile-filters {
      position: absolute;
      top: 0;
      right: 0; }
  .mobile-filters .inner-container {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative; }
  .mobile-filters.extended {
    right: 0; }
  @media screen and (min-width: 769px) {
    .mobile-filters {
      display: block;
      right: -300px;
      width: 300px; } }

.select2-container--open {
  z-index: 2001; }

.gdd-searchbox {
  position: fixed;
  width: 100%;
  top: -100%;
  left: 0;
  display: block;
  background: #000;
  color: #fff;
  z-index: 101;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .gdd-searchbox input {
    background: transparent;
    margin: 0;
    padding-left: 55px;
    outline: none;
    border: 0;
    font-size: 32px;
    font-family: "CamptonBook";
    color: #fff;
    width: 70%;
    float: left; }
    .gdd-searchbox input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white; }
    .gdd-searchbox input::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
    .gdd-searchbox input:-ms-input-placeholder {
      /* IE 10+ */
      color: white; }
    .gdd-searchbox input:-moz-placeholder {
      /* Firefox 18- */
      color: white; }
    .gdd-searchbox input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px #000 inset;
      background: #000;
      color: #fff !important;
      -webkit-text-fill-color: #fff !important; }
  .gdd-searchbox .gdd-search-close {
    color: #fff;
    float: right;
    margin-right: 50px;
    font-size: 40px; }
  .gdd-searchbox.extended {
    top: 0; }

@media screen and (max-width: 1199px) {
  .date-sm-2 {
    width: 100%; } }
@media screen and (min-width: 1200px) {
  .date-sm-2 {
    width: 22%; }

  .dd-sm-2 {
    width: 15.6%; } }
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .date-sm-2 {
    width: 27%; }

  .dd-sm-2 {
    width: 14.6%; } }
.gdd-scrollupbox {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  text-align: center;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .gdd-scrollupbox:hover, .gdd-scrollupbox:focus {
    color: #000;
    background-color: #fff;
    text-decoration: none; }

.gdd-kid {
  position: relative;
  top: 2px; }

.moje-gdd.js-addtomygdd:hover {
  color: #000; }
.moje-gdd.js-addtomygdd .gdd-fav {
  top: 3px; }

#tile .moje-gdd.js-addtomygdd:hover {
  color: #000; }
#tile .moje-gdd.js-addtomygdd .gdd-fav {
  top: 1px; }

.first-menu a {
  text-transform: lowercase; }

.location-box .gdd-location {
  position: relative;
  top: 3px; }

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