@media screen and (max-width: 1023px) {
  .desktopOnly {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .mobileOnly {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
  font-weight: normal;
}
body {
  background-color: #fff3e8;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 205px;
  }
}
body,
textarea,
input,
button,
.gm-style-iw a {
  color: #000;
  font-size: 14px;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
}
form textarea,
input,
button {
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  line-height: 1.2em;
  padding: 0 16px;
  margin-top: 35px;
}
input,
button {
  height: 50px;
}
form textarea {
  height: 250px;
  resize: vertical;
  min-height: 100px;
  max-height: 400px;
  padding: 12px 16px;
  background-color: transparent;
}
textarea,
input[type="text"],
input[type="email"] {
  width: 100%;
  border: 2px solid #000 !important;
  background-color: transparent;
}
form button {
  background-color: #000;
  color: #fff3e8;
  text-transform: uppercase;
  cursor: pointer;
  padding: 9px 70px 11px 20px;
  letter-spacing: 1px;
}
form button:hover {
  background-color: #c9521f;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  hr {
    margin: 45px 0;
  }
}
@media screen and (min-width: 1024px) {
  hr {
    margin: 100px 0;
  }
}
#page {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .pw {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .pw {
    padding: 0 40px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .pw {
    width: 990px;
    margin: 0 auto;
  }
}
h1 {
  font-family: big-caslon-fb, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 1.2em;
  color: #c9521f;
}
h2 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  h1 + h2 {
    margin-top: -45px;
  }
}
@media screen and (min-width: 1024px) {
  h1 + h2 {
    margin-top: -30px;
  }
}
h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  nav {
    padding: 30px 0 40px;
    z-index: 2;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  nav {
    padding-top: 68px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
@media screen and (min-width: 1280px) {
  nav .pw {
    width: 1300px;
  }
}
nav .logo {
  float: left;
}
nav .logo svg {
  height: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  nav .logo svg {
    width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  nav .logo svg {
    width: 120px;
  }
}
nav .menu {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  nav .menu {
    display: none;
    padding: 50px 0 10px;
    font-size: 14px;
    line-height: 1em;
  }
  nav .menu a:after {
    height: 1px;
    content: '';
    display: block;
    width: 100%;
    background-color: #333;
  }
  nav .menu .title {
    display: block;
    margin-top: 15px;
  }
  nav .menu .title a {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  nav .menu {
    float: right;
    margin-right: 52px;
    padding-top: 26px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  nav .menu .item {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  nav .menu .item {
    display: inline-block;
    margin-left: 25px;
    position: relative;
  }
  nav .menu .item .title {
    cursor: default;
  }
  nav .menu .item .title a {
    cursor: pointer;
  }
  nav .menu .item .title:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #c9521f;
    margin-top: 6px;
    transition: width 0.3s cubic-bezier(0, 0, 0.25, 1);
  }
}
nav .menu .item .submenu {
  transition: opacity 0.3s cubic-bezier(0, 0, 0.25, 1);
}
@media screen and (max-width: 1023px) {
  nav .menu .item .submenu {
    display: block;
    padding-left: 10px;
    margin-top: 4px;
  }
  nav .menu .item .submenu span {
    display: block;
    padding: 6px 0;
  }
}
@media screen and (min-width: 1024px) {
  nav .menu .item .submenu {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none;
    padding: 13px 0;
    font-size: 14px;
  }
}
nav .menu .item .submenu a {
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  nav .menu .item .submenu a {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  nav .menu .item .submenu a {
    display: block;
    margin-bottom: 6px;
  }
  nav .menu .item .submenu a:hover {
    color: #c9521f;
  }
}
nav .menu .item:hover .title:after {
  width: 100%;
}
nav .menu .item:hover .submenu {
  pointer-events: auto;
  opacity: 1;
}
nav .links {
  padding: 18px 0;
}
@media screen and (max-width: 1023px) {
  nav .links {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  nav .links {
    float: right;
  }
}
nav .links a {
  display: inline-block;
  vertical-align: middle;
}
nav .links a.insta {
  margin-left: 10px;
}
nav .links a.pura {
  margin-left: 25px;
}
nav .links a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  nav #hamburger {
    width: 41px;
    height: 38px;
    background: url('/images/hamburger.svg') no-repeat left;
    position: absolute;
    right: 23px;
    top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  nav #hamburger {
    display: none;
  }
}
nav #back {
  display: none;
  width: 41px;
  height: 38px;
  background: url('/images/arrow-back.svg') no-repeat center;
  position: absolute;
  right: 23px;
  top: 30px;
}
nav:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 1023px) {
  body.mobileMenuVisible nav .menu,
  body.mobileMenuVisible nav .links {
    display: block;
  }
  body.mobileMenuVisible #hamburger {
    background-position: right;
  }
}
footer {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 40px 0 20px;
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 60px 0;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1023px) {
  footer .copy p + p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  footer .copy p {
    float: left;
    width: 33.3%;
  }
  footer .copy p:first-child {
    padding-right: 20px;
  }
  footer .copy p:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .copy p:nth-child(3) {
    padding-left: 20px;
  }
  footer .copy:after {
    display: block;
    clear: both;
    content: '';
  }
}
@media screen and (max-width: 1023px) {
  footer .coop {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  footer .coop {
    margin-top: 70px;
  }
}
footer .coop .columns:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (min-width: 1024px) {
  footer .coop div.column {
    width: 33.3%;
    float: left;
  }
  footer .coop div.column h4 {
    min-height: 52px;
    line-height: 1.3em;
  }
  footer .coop div.column:first-child {
    padding-right: 20px;
  }
  footer .coop div.column:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .coop div.column:nth-child(3) {
    padding-left: 20px;
  }
}
footer .coop div.column a {
  width: 100%;
  max-width: inherit !important;
}
footer .coop h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  footer .coop h4 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  footer .coop h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  footer .coop .list {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  footer .coop .list {
    margin-bottom: 50px;
  }
}
footer .coop .list a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  footer .coop .list a {
    width: 33.3%;
    max-width: 105px;
    height: 65px;
    padding: 13px 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .coop .list a {
    width: 180px;
    height: 80px;
    padding: 10px 0;
  }
}
footer .coop .list a span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .coop .list a img {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  footer .coop .list a img {
    height: 39px;
  }
}
@media screen and (min-width: 1024px) {
  footer .coop .list a img {
    height: 60px;
  }
}
footer .coop .list a:hover {
  opacity: 0.5;
}
footer a:hover {
  text-decoration: underline;
}
@keyframes eyeMove {
  5% { transform: translate(0%,0%); }
  15% { transform: translate(16%,-10%); }
  25% { transform: translate(16%,-10%); }
  35% { transform: translate(8%,-20%); }
  45% { transform: translate(8%,-20%); }
  55% { transform: translate(-8%,-20%); }
  65% { transform: translate(-8%,-20%); }
  75% { transform: translate(-16%,-10%); }
  85% { transform: translate(-16%,-10%); }
  95% { transform: translate(0%,0%); }
}
@media screen and (max-width: 1023px) {
  #intro {
    padding: 0 30px;
  }
  #intro svg {
    display: block;
    width: 280px;
    height: 410px;
    margin: 0 auto -20px;
  }
  #intro h1 {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #intro {
    position: relative;
    height: 90%;
  }
  #intro .illu {
    height: 80%;
    position: absolute;
    top: 48%;
    left: 10%;
    transform: translateY(-50%);
    width: 50%;
  }
  #intro .illu svg {
    display: block;
    margin: 0 auto;
    height: 100%;
  }
}
#intro .animatedEye {
  animation: eyeMove 6s infinite cubic-bezier(0.2, 0, 0.8, 1);
}
#intro h1 {
  line-height: 1.2em;
  white-space: pre;
}
@media screen and (min-width: 1024px) {
  #intro h1 {
    position: absolute;
    top: 44%;
    left: 60%;
    z-index: 1;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  #intro h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #intro h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #intro h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1799px) {
  #intro h1 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1800px) {
  #intro h1 {
    font-size: 80px;
  }
}
#intro h1 strong {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  body.index {
    padding-top: 140px;
  }
}
.quote:before {
  content: '"';
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1023px) {
  .quote:before {
    margin-top: 9px;
    margin-left: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .quote:before {
    margin-top: 13px;
    margin-left: -11px;
  }
}
.quote:after {
  content: '"';
}
#o-nas {
  background-color: #000000;
  color: #fff3e8;
}
@media screen and (max-width: 1023px) {
  #o-nas {
    padding: 20px 0 40px;
    margin-top: -1px;
  }
}
@media screen and (min-width: 1024px) {
  #o-nas {
    padding: 60px 0;
  }
}
#o-nas p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.3px;
}
#o-nas p.quote {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  #o-nas p.quote {
    margin-top: 35px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #o-nas p.quote {
    font-size: 21px;
    line-height: 29px;
  }
}
#o-nas p.author:before {
  content: '-';
  display: inline-block;
  margin-right: 3px;
}
@media screen and (min-width: 1024px) {
  #o-nas p:first-of-type {
    float: left;
    width: 466px;
    margin-right: 30px;
  }
}
#o-nas h2 {
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  #o-nas h2 {
    margin: 60px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  #o-nas h2 {
    margin: 120px 0 50px;
  }
}
#o-nas:after {
  display: block;
  clear: both;
  content: '';
}
.instagram {
  margin: -5px;
}
.instagram a {
  display: block;
  margin: 5px;
  float: left;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .instagram a {
    width: calc( 50% - 10px );
    padding-bottom: calc( 50% - 10px );
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .instagram a {
    width: calc( 25% - 10px );
    padding-bottom: calc( 25% - 10px );
  }
}
@media screen and (min-width: 1280px) {
  .instagram a {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .tiles {
    margin-right: -30px;
  }
  .tiles a {
    display: inline-block;
    vertical-align: top;
    padding-left: 100px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 400px;
    padding-right: 30px;
  }
  .tiles a h3.short {
    display: none;
  }
  .tiles a .image {
    width: 80px;
    height: 80px;
    background-size: cover;
    float: left;
    margin-left: -100px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .tiles a .description {
    opacity: 0.5;
  }
  .tiles a .icons.corner {
    display: none;
  }
  .tiles a.active h3 .name {
    background-color: #c9521f;
  }
  .tiles a h3 {
    line-height: 1.2em;
    margin-bottom: 2px;
  }
  .tiles a h3 .name {
    display: block;
    padding: 2px 4px 0px;
    margin: -2px -4px 0px;
  }
  .tiles a .info h3 .icons {
    display: block;
    margin: 3px 0 5px -1px;
    max-height: 15px;
  }
  .tiles a .info h3 .icons img {
    height: 15px;
    margin: -2px 0;
  }
  .tiles a:after {
    display: block;
    clear: both;
    content: '';
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .tiles {
    text-align: center;
  }
  .tiles a {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .tiles {
    margin: 0 -5px;
  }
  .tiles a {
    display: inline-block;
    width: 220px;
    height: 220px;
    margin: 5px;
    background-color: #fff3e8;
    position: relative;
    overflow: hidden;
    background-size: cover;
  }
  .tiles a .icons.corner {
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.25, 1) 0.1s;
  }
  .tiles a .icons.corner img {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
  .tiles a .image,
  .tiles a .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .tiles a .info h3 .icons {
    display: none;
  }
  .tiles a .image {
    top: 0;
    background-size: cover;
  }
  .tiles a .info {
    top: 184px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px 11px;
    transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
    color: #fff3e8;
  }
  .tiles a .info h3.short {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    position: absolute;
    left: 11px;
    top: 10px;
  }
  .tiles a .info .description {
    font-size: 14px;
    line-height: 19px;
  }
  .tiles a .info h3,
  .tiles a .info .description {
    transition: opacity 0.3s cubic-bezier(0, 0, 0.25, 1);
  }
  .tiles a .info h3.full,
  .tiles a .info .description {
    opacity: 0;
  }
  .tiles a .info:after {
    position: absolute;
    left: 11px;
    bottom: 10px;
    content: 'wiecej';
    padding-right: 32px;
    background: url('/images/arrow.svg') no-repeat right;
  }
  .tiles a.active .info {
    background-color: rgba(201, 82, 31, 0.9);
  }
  .tiles a:hover .icons {
    opacity: 0;
    transition-delay: 0s;
  }
  .tiles a:hover .info {
    top: 0;
  }
  .tiles a:hover .info h3.short {
    opacity: 0;
  }
  .tiles a:hover .info h3.full,
  .tiles a:hover .info .description {
    opacity: 1;
  }
  .tiles:after {
    display: block;
    clear: both;
    content: '';
  }
}
.legend span {
  display: inline-block;
}
.legend span img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.legend span font {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #program {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #program {
    padding-bottom: 100px;
  }
}
#program .changeSettings {
  display: none;
}
#program .settings {
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1023px) {
  #program .settings {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #program .settings {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #program .settings {
    float: left;
    margin-left: -155px;
    margin-top: 1px;
    width: 106px;
  }
}
#program .settings .days a,
#program .settings .filters a {
  display: block;
  border: 1px solid #000;
  background-color: #fff3e8;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  #program .settings .days a,
  #program .settings .filters a {
    height: 34px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1280px) {
  #program .settings .days a,
  #program .settings .filters a {
    height: 28px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1279px) {
  #program .settings .days a {
    width: 50%;
    float: left;
  }
  #program .settings .days:after {
    display: block;
    clear: both;
    content: '';
  }
}
#program .settings .days a.active {
  background-color: #000;
  color: #fff3e8;
}
@media screen and (min-width: 1280px) {
  #program .settings .days a + a {
    border-top: 0;
  }
}
#program .settings .filters a.active {
  background-color: #c9521f;
  border-color: #c9521f;
  color: #fff3e8;
}
#program .settings .views {
  text-align: center;
  font-size: 0;
  line-height: 1em;
}
@media screen and (max-width: 1279px) {
  #program .settings .views {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1280px) {
  #program .settings .views {
    padding: 24px 0;
  }
}
#program .settings .views a {
  height: 47px;
  display: inline-block;
  margin: 0 2px;
  opacity: 0.4;
}
@media screen and (max-width: 1279px) {
  #program .settings .views a {
    width: 28%;
  }
}
@media screen and (min-width: 1280px) {
  #program .settings .views a {
    width: 30px;
  }
}
#program .settings .views a.active {
  opacity: 1;
}
@media screen and (max-width: 1279px) {
  #program .settings .filters {
    margin: -4px;
  }
  #program .settings .filters a {
    margin: 4px;
    float: left;
  }
  #program .settings .filters:after {
    display: block;
    clear: both;
    content: '';
  }
}
@media screen and (max-width: 1023px) {
  #program .settings .filters a {
    width: calc( 50% - 8px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #program .settings .filters a {
    width: calc( 16.66% - 8px);
  }
}
@media screen and (min-width: 1280px) {
  #program .settings .filters a {
    margin-bottom: 7px;
    cursor: pointer;
  }
}
#program .settings .filters input {
  display: none;
}
#program .settings .filters input:checked + span {
  background-color: #c9521f;
  border-color: #c9521f;
}
#program:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 1023px) {
  #program .legend {
    margin: -50px 0 25px -2px;
  }
  #program .legend span {
    padding: 4px 0;
    margin-right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  #program .legend {
    float: right;
    margin-top: -90px;
  }
  #program .legend span {
    margin-left: 18px;
  }
}
@media screen and (max-width: 1023px) {
  #program .timetable {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1024px) {
  #program .timetable {
    width: 910px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #program .timetable {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #program .timetable {
    float: left;
  }
}
#program .timetable .item {
  display: block;
}
@media screen and (max-width: 1023px) {
  #program .timetable .item {
    margin: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  #program .timetable .item {
    border-bottom: 1px solid #000;
    background: url('/images/timetable-bg.svg') repeat-y right;
    padding-left: 25px;
  }
}
#program .timetable .item.active .title {
  background-color: #c9521f;
  color: #fff3e8;
}
#program .timetable .item:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 1023px) {
  #program .timetable .hours {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #program .timetable .hours {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff3e8;
    padding-left: 0;
    margin-top: -15px;
  }
  #program .timetable .hours h1 {
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
  }
  #program .timetable .hours .list {
    margin-left: 370px;
    white-space: nowrap;
    background-color: #fff3e8;
    padding: 30px 0 15px;
    margin-bottom: 15px;
  }
  #program .timetable .hours .list span {
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #000000;
    font-size: 12px;
  }
}
#program .timetable .no {
  line-height: 1.4em;
}
@media screen and (max-width: 1023px) {
  #program .timetable .no {
    vertical-align: middle;
  }
  #program .timetable .no:after {
    content: '.';
  }
}
@media screen and (min-width: 1024px) {
  #program .timetable .no {
    display: block;
    float: left;
    width: 35px;
    text-align: right;
    margin: 10px 0 0 -35px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #program .timetable .no,
  #program .timetable .title {
    padding: 7px 7px 5px;
  }
}
#program .timetable .title {
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.4em;
}
@media screen and (max-width: 1023px) {
  
}
@media screen and (min-width: 1024px) {
  #program .timetable .title {
    width: 352px;
    display: inline-block;
    margin: 10px 10px 10px 0;
  }
}
#program .timetable .title:hover {
  text-decoration: underline;
}
#program .timetable .title .icons {
  margin: 3px 0 5px 3px;
  max-height: 15px;
}
#program .timetable .title .icons img {
  height: 15px;
  margin: -2px 0;
}
@media screen and (max-width: 1023px) {
  #program .timetable .dates {
    margin: 7px 0 0 -2px;
  }
  #program .timetable .dates a {
    display: inline-block;
    background-color: #000000;
    line-height: 1em;
    padding: 5px 8px 6px 10px;
    border-radius: 12px;
    margin: 0 4px 4px 0;
    color: #fff3e8;
    width: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  #program .timetable .dates {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  #program .timetable .dates a {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c9521f;
    border-radius: 14px;
    height: 28px;
    font-size: 0;
  }
  #program .timetable .dates a:hover {
    background-color: #000000;
  }
}
#program #map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#program #map > div {
  background-color: #fff3e8 !important;
}
body.settingsMenuVisible .settings .filters {
  display: block !important;
}
body.mapView {
  padding-top: 0;
}
body.mapView #page {
  height: 100%;
}
@media screen and (max-width: 1279px) {
  body.mapView #page {
    padding-top: 90px;
  }
  body.mapView #page .changeSettings,
  body.mapView #page .settings {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  body.mapView #page {
    padding-top: 185px;
  }
}
body.mapView #page h1,
body.mapView #page .settings {
  position: relative;
  z-index: 2;
}
body.mapView #page h1 {
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  body.mapView nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 30px;
  }
  body.mapView nav .menu,
  body.mapView nav .links,
  body.mapView nav #hamburger {
    display: none;
  }
  body.mapView nav .logo svg {
    height: 45px;
    width: auto;
  }
  body.mapView nav #back {
    display: block;
  }
  body.mapView h1 {
    position: absolute !important;
    top: 40px;
    left: 50%;
    font-size: 18px;
    transform: translateX(-50%);
    margin: 0;
  }
  body.mapView footer {
    display: none;
  }
}
.gm-style-iw {
  text-align: left;
}
.gm-style-iw a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  max-width: 200px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gm-style-iw a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  #place {
    padding-bottom: 50px;
  }
  #place .column.left {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #place {
    padding-bottom: 100px;
  }
  #place .columns .column.left {
    float: left;
    width: 460px;
    padding-right: 100px;
  }
  #place .columns .column.right {
    width: 450px;
    float: left;
  }
}
@media screen and (max-width: 1023px) {
  #place .placesNav {
    margin: -43px 0 28px;
  }
}
@media screen and (min-width: 1024px) {
  #place .placesNav {
    margin: -32px 0 28px -2px;
  }
}
#place .legend {
  margin: 20px 0 0 -3px;
}
#place .legend span {
  display: block;
  margin-bottom: 15px;
}
#place .legend span img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
#place .legend span font {
  font-size: 16px;
}
#place .arrow {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
#place .arrow.prev {
  background: url('/images/arrow-left.svg') no-repeat center;
}
#place .arrow.next {
  background: url('/images/arrow-right.svg') no-repeat center;
  margin-right: 25px;
}
#place a.arrow:hover {
  opacity: 0.5;
}
#place span.arrow {
  opacity: 0.3;
}
#place .no {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  font-size: 18px;
  width: 30px;
  text-align: center;
  padding-top: 2px;
}
#place .tags {
  font-size: 0;
  line-height: 1em;
}
@media screen and (max-width: 1023px) {
  #place .tags {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #place .tags {
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
  }
}
#place .tags span {
  display: inline-block;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 5px 0 5px 1px;
  text-align: center;
  width: 125px;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1em;
  margin: 3px 6px 3px 0;
}
#place .description {
  font-size: 16px;
  line-height: 24px;
}
#place .description a {
  text-decoration: underline;
}
#place .description p + p {
  margin-top: 1em;
}
#place .description ul,
#place .description ol {
  margin: 20px 0 20px 13px;
}
#place .description ul li + li,
#place .description ol li + li {
  margin-top: 10px;
}
#place .description hr {
  margin: 25px 0;
  width: 50%;
}
#place .description .file {
  display: inline-block;
  background-color: #c9521f;
  padding: 5px 10px;
}
#place .details .datatimes {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  #place .details .datatimes {
    margin-top: 30px;
  }
}
#place .details .book {
  display: inline-block;
  margin-top: 30px;
  padding: 11px 25px;
  color: #fff3e8;
}
#place .details a.book {
  background-color: #c9521f;
  color: #fff3e8;
}
#place .details a.book:hover {
  background-color: #000000;
}
#place .details span.book {
  background-color: #000;
  cursor: not-allowed;
  opacity: 0.15;
}
#place .details .alert {
  margin: 15px 0 20px;
}
@media screen and (min-width: 1024px) {
  #place .details .alert {
    max-width: 190px;
  }
}
#place .mainImage {
  position: relative;
}
#place .mainImage span.list {
  display: block;
}
#place .mainImage span.counter {
  display: block;
  padding: 2px 34px 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  z-index: 2;
  letter-spacing: 2px;
  background: #000000 url('/images/arrow.svg') no-repeat right;
  color: #fff3e8;
  background-position: right 10px center;
}
#place .mainImage .cover img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#place .mainImage .cover img:hover {
  opacity: 0.8;
}
#place .mainImage figure {
  display: none;
}
#place .mainImage .gallery a:not(.cover) {
  display: none;
}
@media screen and (min-width: 1024px) {
  #place .location {
    float: right;
    width: 240px;
  }
}
#place .location .miniMap {
  width: 100%;
  height: 180px;
  background-color: #000000;
  position: relative;
  margin-bottom: 15px;
  background-position: center;
  background-size: cover;
}
#place .location .miniMap .marker {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('/images/marker-active.svg') no-repeat center;
  background-size: 30px auto;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -10px;
  text-align: center;
  color: #fff3e8;
  padding-top: 24px;
  font-size: 14px;
}
#place .location .address {
  font-size: 16px;
}
#place:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (min-width: 1024px) {
  
}
#static {
  padding-bottom: 45px;
}
@media screen and (min-width: 1280px) {
  #static .pw {
    padding-right: 220px;
  }
}
@media screen and (max-width: 1023px) {
  #static .list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #static .list {
    margin-top: 70px;
    display: table;
  }
  #static .list .item {
    display: table-row;
  }
  #static .list .item .image,
  #static .list .item .info {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  #static .list .item .image {
    width: 1px;
    padding-right: 50px;
  }
}
#static .list .item .image img {
  display: block;
}
@media screen and (max-width: 1023px) {
  #static .list .item .image img {
    width: 100%;
    margin-bottom: 25px;
  }
}
#static .list .item .info {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  #static .list .item .info {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #static .list .item .info {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  #static .list .item .info h2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #static .list .item .info h2 {
    margin-bottom: 30px;
  }
}
#static .list .item .info .description {
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
#static .list .item .info .description p,
#static .list .item .info .description span {
  background: none !important;
}
#static .list .item .info .description p + p {
  margin-top: 1em;
}
#static .list .item .info .showGallery {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #static .list .item .info .showGallery {
    display: block;
    margin-top: 25px;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  #static .list .item .info .showGallery {
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
#static .list .item .info .showGallery:hover {
  text-decoration: underline;
}
#static .list .item .info .showGallery .gallery {
  display: none;
}
#static .list .sep {
  display: table-row;
}
#static.team .image img {
  width: 220px;
}
#static.team h2 {
  margin-bottom: 20px;
}
#static.team .info {
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  #static.team .sep {
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #static.team .sep {
    height: 50px;
  }
}
#static.archive .image img {
  width: 200px;
}
#static.archive .info {
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  #static.archive .sep {
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #static.archive .sep {
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  #static.cooperation {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #static.cooperation {
    padding-bottom: 130px;
  }
}
#static.cooperation h2 {
  margin-bottom: 35px;
}
#static.rules p {
  line-height: 1.6em;
}
#static.rules p + p {
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  #static.contact {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  
}
@media screen and (min-width: 1280px) {
  #static.contact .pw {
    padding-right: 0;
  }
}
#static.contact .background {
  position: relative;
  width: 450px;
  display: block;
  float: right;
  margin-top: -10px;
}
#static.contact .background .eye {
  background-color: #222;
  height: 64px;
  width: 64px;
  position: absolute;
  left: 50%;
  top: 51%;
  border-radius: 100%;
  margin: -32px 0 0 -32px;
}
#static.contact img {
  display: block;
  width: 100%;
  margin-top: 50px;
}
#static.contact .description {
  margin-top: 35px;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#static.contact .description b,
#static.contact .description strong {
  color: #c9521f;
}
#static.contact .description a {
  display: inline-block;
  padding: 2px 3px 0;
  margin: -2px -3px 0;
}
#static.contact .description a:hover {
  background-color: #c9521f;
}
#static.contact:after {
  display: block;
  clear: both;
  content: '';
}
#edit {
  display: block;
  background-image: url('/images/edit.svg');
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0.7;
  font-size: 0;
  z-index: 999;
}
.grecaptcha-badge {
  display: none !important;
}


