@charset "UTF-8";
/* reset scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* functions */
/* /functions */
_:default:not(:root:root),
html {
  -webkit-animation: webkitfix 1s forwards infinite;
          animation: webkitfix 1s forwards infinite;
}

@keyframes webkitfix {
  100% {
    z-index: auto;
  }
}

@-webkit-keyframes webkitfix {
  100% {
    z-index: auto;
  }
}

@media (max-width: 85.375rem) {
  :root {
    font-size: 0.93333rem;
  }
}

@media (min-width: 85.375rem) {
  :root {
    font-size: calc(0.93333rem + ((1vw - 0.85375rem) * 0.37304));
  }
}

@-webkit-keyframes scrollmouse {
  0% {
    top: 0px;
  }
  50% {
    top: 9px;
  }
  100% {
    top: 0px;
  }
}

@keyframes scrollmouse {
  0% {
    top: 0px;
  }
  50% {
    top: 9px;
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes scrollright {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0%;
  }
}

@keyframes scrollright {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0%;
  }
}

@-webkit-keyframes scrollleft {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0%;
  }
}

@keyframes scrollleft {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes scrolltop {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0%;
  }
}

@keyframes scrolltop {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: .01em;
  color: #1c1c1c;
  position: relative;
  width: 100%;
  height: 100% !important;
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 17px;
  height: 17px;
}

body ::-webkit-scrollbar-thumb, html ::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#6badab), to(#bbd6d5));
  background: linear-gradient(to bottom, #6badab, #bbd6d5);
  border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(0, 0, 0, 0.3);
}

body ::-webkit-scrollbar-track, html ::-webkit-scrollbar-track {
  background: linear-gradient(to right, #1c1c1c, black 1px, #1c1c1c 1px, #0c0c0c);
}

body a, html a {
  color: #1c1c1c;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover, html a:hover {
  color: #1c1c1c;
  text-decoration: underline;
}

body strong, body b, html strong, html b {
  font-weight: 700;
}

body img, html img {
  max-width: 100%;
  height: auto !important;
}

body section,
body aside,
body footer, html section,
html aside,
html footer {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 3% 0;
}

body .wrap, html .wrap {
  width: 78%;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  margin-right: .4em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.11em;
  text-decoration: none;
  padding: .5em 1em;
  border: 3px solid #1c1c1c;
  color: #1c1c1c;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1c1c1c;
}

.ticket {
  background-color: #f7e907;
  border-color: #f7e907;
}

.ticket:hover {
  color: #f7e907;
  border-color: #1c1c1c;
}

body {
  background-image: url(../userfiles/skin/bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.begin {
  background-image: url(../userfiles/skin/beginbg.png);
}

/* wrap-bar */
.wrap-bar {
  padding: .4em 0;
  font-size: .8em;
  background: #1c1c1c;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wrap-bar .wrap a {
  color: #fff;
  padding: 0 .9em;
}

.wrap-bar .wrap a:hover {
  color: #afb2b9;
  text-decoration: none;
}

.wrap-bar .wrap .leftbar {
  float: left;
}

.wrap-bar .wrap .leftbar a {
  float: left;
  opacity: .6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrap-bar .wrap .leftbar a img {
  float: right;
}

.wrap-bar .wrap .leftbar a:hover {
  color: #fff;
  opacity: 1;
}

.wrap-bar .wrap .rightbar {
  float: right;
}

.wrap-bar .wrap .rightbar div {
  margin-left: 1em;
  float: left;
}

.wrap-bar .wrap .rightbar div span {
  float: left;
  padding: 0 .5em;
}

.wrap-bar .wrap .rightbar div span img {
  float: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wrap-bar .wrap .rightbar div span:hover img {
  opacity: .6;
  cursor: pointer;
}

.wrap-bar .wrap .rightbar div span:first-child {
  display: none;
}

.wrap-bar .wrap ul {
  float: left;
}

.wrap-bar .wrap ul li {
  display: inline-block;
}

.wrap-bar .wrap ul li ul {
  display: none;
}

/* wrap-top */
.wrap-top .wrap header {
  float: left;
  width: 27%;
  min-width: 270px;
}

.wrap-top .wrap header img {
  float: left;
  width: 100%;
}

.wrap-top .wrap header span {
  display: none;
}

.wrap-top .wrap nav {
  float: right;
}

.wrap-top .wrap nav li {
  float: left;
}

.wrap-top .wrap nav li a {
  float: left;
  font-weight: 600;
  font-size: 1.07em;
  border: transparent solid 3px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  padding: .6em 1.1em;
}

.wrap-top .wrap nav li a:hover, .wrap-top .wrap nav li a.active {
  text-decoration: none;
  border-color: #d7d7d7;
}

.wrap-top .wrap nav .inmobile {
  display: none;
}

/* wrap-top */
.wrap-mainslider {
  padding: 5% 0 0 0;
  margin-bottom: 2%;
  background: url(../userfiles/skin/sliderbg.png) center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.wrap-mainslider .mainslider .item .left {
  float: left;
  width: 50%;
  height: 30em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.wrap-mainslider .mainslider .item .left a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wrap-mainslider .mainslider .item .left a img {
  display: none;
}

.wrap-mainslider .mainslider .item .right {
  float: left;
  width: 32%;
  margin-left: 6.5%;
  font-size: 1.07em;
}

.wrap-mainslider .mainslider .item .right .date, .wrap-mainslider .mainslider .item .right .time {
  display: inline-block;
  background: #1c1c1c;
  color: #fff;
  font-weight: 600;
  padding: .5em 1.2em;
}

.wrap-mainslider .mainslider .item .right .time {
  background: #fff;
  color: #1c1c1c;
}

.wrap-mainslider .mainslider .item .right h2 {
  font-family: "Playfair Display", sans-serif;
  font-size: 2.78em;
  display: inline-block;
  line-height: 1em;
  margin: 7% 0;
}

.wrap-mainslider .mainslider .item .right hr {
  display: block;
  border: 0;
  height: .14em;
  background: #1c1c1c;
  color: #1c1c1c;
  margin: 10% 0 3% 0;
}

.wrap-mainslider .mainslider .item .right .location {
  font-weight: 600;
}

.wrap-mainslider .mainslider .owl-next {
  position: absolute;
  top: 27%;
  right: 7.5%;
}

.wrap-mainslider .mainslider .owl-prev {
  position: absolute;
  top: 27%;
  left: 7.5%;
  display: none !important;
}

/* wrap-homelist */
.wrap-homelist {
  z-index: 200;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wrap-homelist .homelist-title,
.wrap-homelist .homelist-days {
  float: left;
  clear: both;
  width: 100.1%;
  text-align: center;
  position: relative;
}

.wrap-homelist .homelist-title h3 {
  display: inline;
  font-size: 2.5em;
  font-family: "Playfair Display", sans-serif;
  color: #6badab;
}

.wrap-homelist .homelist-title h3 span {
  color: #323636;
}

.wrap-homelist .homelist-title a {
  position: absolute;
  font-weight: 600;
  font-size: 1.08em;
}

.wrap-homelist .homelist-title a:first-child {
  left: 0;
  top: .3em;
}

.wrap-homelist .homelist-title a:last-child {
  right: 0;
  top: .3em;
}

.wrap-homelist .homelist-days {
  margin: 3% 0 2%;
}

.wrap-homelist .homelist-days ul li {
  position: relative;
  margin-left: 1px;
  float: left;
}

.wrap-homelist .homelist-days ul li a {
  float: left;
  cursor: pointer;
  padding: .7em 0;
  width: 100%;
  font-size: .9em;
  font-weight: 600;
  background: #d7d7d7;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.wrap-homelist .homelist-days ul li a.future {
  background-color: #bbd6d5;
}

.wrap-homelist .homelist-days ul li a.active {
  border-bottom: 0.1em solid #1c1c1c;
  background-color: #323636;
  color: #fff;
}

.wrap-homelist .homelist-days ul li a:hover {
  text-decoration: none;
  background-color: #323636;
  color: #fff;
}

.wrap-homelist .homelist-days ul li div {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  width: 400px;
}

.wrap-homelist .homelist-days ul li div.lft {
  left: calc(-400px + 100%);
}

.wrap-homelist .homelist-days ul li div ul li {
  float: left;
  margin: 0;
  width: 100%;
  opacity: 1;
}

.wrap-homelist .homelist-days ul li div ul li a {
  float: left;
  width: calc(100% - 2em);
  padding: .4em 1em;
  text-align: left;
  color: #fff;
  background: transparent;
  border-top: 1px solid #323636;
  background: #1c1c1c;
}

.wrap-homelist .homelist-days ul li div ul li a div {
  position: relative;
  width: 20%;
  height: 4em;
  left: inherit;
  right: inherit;
  float: left;
  background-size: cover;
  background-position: center center;
  margin-right: 1em;
}

.wrap-homelist .homelist-days ul li div ul li a span {
  color: #bbd6d5;
}

.wrap-homelist .homelist-days ul li:hover div {
  display: inline-block;
}

.wrap-homelist .homelist-days ul li:hover {
  background-color: #323636;
}

.wrap-homelist .homelist-days ul li:hover a {
  color: #fff;
  background-color: #323636;
}

.wrap-homelist .homelist-days ul li:hover a:hover {
  background-color: #323636;
}

.wrap-homelist .homelist-days ul li:hover div a {
  color: #fff;
  background-color: #1c1c1c;
}

.wrap-homelist .homelist-days ul li:hover div a:hover {
  background-color: #323636;
}

.wrap-homelist .homelist-days ul li.blank {
  display: none;
}

.wrap-homelist .homelist-days ul li.blank:hover {
  background: #fff;
}

.wrap-homelist .homelist-days ul li.noEvents a {
  cursor: default;
  background: #d7d7d7;
  color: #323636;
}

.wrap-homelist .homelist-days ul li.noEvents a:hover {
  background: #d7d7d7;
}

.wrap-homelist .homelist-days ul li.noEvents a.future {
  background-color: #bbd6d5;
}

.wrap-homelist .homelist-days ul li.noEvents a.active {
  background-color: #bbd6d5;
  color: #323636;
}

.wrap-homelist .homelist-days ul li.hasEvents a {
  background-color: #323636;
  color: #fff;
}

.wrap-homelist .homelist-days ul.homelist-days-names {
  display: none;
}

.wrap-homelist .homelist-days ul.homelist-days-names li:hover {
  background: #fff;
  color: #1c1c1c;
}

.wrap-homelist .d31 li {
  width: calc( (100% - 32px) / 31);
}

.wrap-homelist .d30 li {
  width: calc( (100% - 30px) / 30);
}

.wrap-homelist .d29 li {
  width: calc( (100% - 29px) / 29);
}

.wrap-homelist .d28 li {
  width: calc( (100% - 28px) / 28);
}

.wrap-homelist .d12 li {
  width: calc( (100% - 14px) / 13);
}

.wrap-homelist .d12 li:first-child {
  width: calc( (50% - 14px) / 13);
}

.wrap-homelist .d12 li:last-child {
  width: calc( (50% - 14px) / 13);
}

.wrap-homelist .homelist-mobile {
  float: left;
  width: 100%;
  display: none;
  text-align: center;
  font-size: .9em;
  margin: 10px 0 15px;
}

.wrap-homelist .homelist-timelist .currenttime {
  display: block;
  float: left;
  margin-bottom: 4%;
}

.wrap-homelist .homelist-timelist .mininav {
  float: right;
}

.wrap-homelist .homelist-timelist .mininav .btn {
  float: right;
  margin: 0 0 0 .16em;
  padding: .5em .8em;
  font-size: 1em;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}

.wrap-homelist .homelist-timelist .mininav .btn:hover {
  background-color: #323636;
  border-color: #323636;
}

.wrap-homelist .homelist-timelist .mininav .disabled {
  opacity: .5;
  cursor: default;
}

.wrap-homelist .homelist-timelist .mininav .disabled:hover {
  color: #323636;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}

.wrap-homelist .homelist-timelist article {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wrap-homelist .homelist-timelist article div {
  float: left;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap-homelist .homelist-timelist article .data {
  width: 11%;
  background-color: #ebebeb;
  padding-bottom: 1.3em;
  font-weight: 600;
  font-size: 1.04em;
}

.wrap-homelist .homelist-timelist article .data span {
  display: block;
}

.wrap-homelist .homelist-timelist article .data span:first-child {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.wrap-homelist .homelist-timelist article .time {
  width: 11%;
  padding-bottom: 1.3em;
  font-weight: 600;
  font-size: 1.04em;
}

.wrap-homelist .homelist-timelist article .time span {
  display: block;
}

.wrap-homelist .homelist-timelist article .time span:first-child {
  color: #afb2b9;
}

.wrap-homelist .homelist-timelist article .poster {
  width: 26%;
  min-height: 12em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.wrap-homelist .homelist-timelist article .poster a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wrap-homelist .homelist-timelist article .poster a img {
  display: none;
}

.wrap-homelist .homelist-timelist article .poster:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.wrap-homelist .homelist-timelist article .title {
  width: 50%;
  margin-left: 2%;
}

.wrap-homelist .homelist-timelist article .title div {
  width: 100%;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrap-homelist .homelist-timelist article .title div p {
  font-weight: 600;
}

.wrap-homelist .homelist-timelist article .title div p.timeanddate {
  display: none;
  background-color: #d7d7d7;
  color: #1c1c1c;
  font-size: .95em;
  padding: .2em .8em;
  margin-bottom: .2em;
}

.wrap-homelist .homelist-timelist article .title div header {
  float: left;
  width: 100%;
}

.wrap-homelist .homelist-timelist article .title div header h1 {
  font-family: "Playfair Display", sans-serif;
  font-size: 2em;
  line-height: 1.24em;
  padding: 0 0 1em 0;
}

.wrap-homelist .homelist-timelist article .title div .btn {
  font-size: .9em;
}

.wrap-homelist .homelist-timelist article .title div span {
  cursor: inherit;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}

.wrap-homelist .homelist-timelist article .title div span:hover {
  color: #1c1c1c;
}

.wrap-homelist .homelist-timelist article.active .data {
  color: #fff;
  background-color: #1c1c1c;
}

.wrap-homelist .homelist-timelist article.active .title div p.timeanddate {
  background-color: #323636;
  color: #fff;
}

.wrap-homelist .homelist-timelist article.future .data {
  background-color: #bbd6d5;
}

.wrap-homelist .homelist-timelist article.future .title div p.timeanddate {
  background-color: #bbd6d5;
  color: #1c1c1c;
}

.wrap-homelist .homelist-timelist {
  float: left;
  width: 100%;
  clear: both;
}

.wrap-homelist.single {
  padding-bottom: 0;
}

/* .wrap-homefeatured */
.wrap-homefeatured {
  padding: 0 0 8% 0;
  background: url(../userfiles/skin/featuredbg.png) center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}

.wrap-homefeatured article {
  float: left;
  position: relative;
  width: calc(96% / 3);
}

.wrap-homefeatured article:nth-child(2) {
  margin: 0 2%;
}

.wrap-homefeatured article .featuretimg {
  float: left;
  width: 100%;
  height: 17em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.wrap-homefeatured article .featuretimg img {
  display: none;
}

.wrap-homefeatured article .featuretimg:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.wrap-homefeatured article p {
  display: inline-block;
  font-size: .9em;
  margin: 7% 0 3%;
}

.wrap-homefeatured article h1 {
  font-family: "Playfair Display", sans-serif;
  font-size: 2.14em;
  line-height: 1.1em;
  min-height: 3.4em;
  display: inline-block;
  margin-bottom: 7%;
}

.wrap-homefeatured article h1 a {
  text-decoration: none;
  color: #fff;
}

.wrap-homefeatured article h1 a:hover {
  text-decoration: underline;
}

.wrap-homefeatured article .btn {
  font-size: 1em;
  font-weight: 600;
  border-width: 2px;
  color: #fff;
  border-color: #fff;
  margin-right: .2em;
}

.wrap-homefeatured article .btn:hover {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}

.wrap-homefeatured article .ticket {
  color: #323636;
  border-color: #f7e907;
}

.wrap-homefeatured article .ticket:hover {
  color: #f7e907;
}

.wrap-homefeatured.visible article {
  -webkit-animation: scrollleft 1.2s 1;
  animation: scrollleft 1.2s 1;
}

/* .wrap-homenews */
.wrap-homenews {
  padding-bottom: 0;
}

.wrap-homenews h3 {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 2.5em;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 7%;
}

.wrap-homenews article {
  float: left;
  position: relative;
  width: calc(85% / 4);
  margin: 0 0 3% 5%;
}

.wrap-homenews article:nth-child(2) {
  margin-left: 0;
  clear: left;
}

.wrap-homenews article .date {
  background-color: #bbd6d5;
  padding: .6em 1.4em;
  font-size: .89em;
  display: inline-block;
  font-weight: 600;
}

.wrap-homenews article h1 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: underline;
  margin: 1.2em 0;
}

.wrap-homenews article .btn {
  font-size: 1em;
  border-width: 2px;
  margin-right: .2em;
}

.wrap-homenews.visible article:nth-child(2), .wrap-homenews.visible article:nth-child(3) {
  -webkit-animation: scrollleft 1.2s 1;
  animation: scrollleft 1.2s 1;
}

.wrap-homenews.visible article:nth-child(4), .wrap-homenews.visible article:nth-child(5) {
  -webkit-animation: scrollright 1.2s 1;
  animation: scrollright 1.2s 1;
}

/* wrap-customcontent */
.wrap-customcontent {
  font-weight: 600;
  font-size: 1.07em;
}

.wrap-customcontent .leftcontent {
  float: left;
  position: relative;
  width: 49%;
}

.wrap-customcontent .rightcontent {
  float: right;
  position: relative;
  width: 49%;
}

.wrap-customcontent p {
  margin-bottom: 1em;
}

.wrap-customcontent img {
  width: 100%;
}

.wrap-customcontent a img {
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.wrap-customcontent a img:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.wrap-customcontent.visible .leftcontent {
  -webkit-animation: scrollleft 1.2s 1;
  animation: scrollleft 1.2s 1;
}

.wrap-customcontent.visible .rightcontent {
  -webkit-animation: scrollright 1.2s 1;
  animation: scrollright 1.2s 1;
}

/* .wrap-event */
.wrap-event {
  padding: 0;
}

.wrap-event .eventleft {
  float: left;
  width: 11%;
}

.wrap-event .eventleft .data,
.wrap-event .eventleft .time {
  float: left;
  width: 100%;
  text-align: center;
  color: #1c1c1c;
  background: #d7d7d7;
  font-weight: 600;
  padding: 35% 0;
}

.wrap-event .eventleft .data span,
.wrap-event .eventleft .time span {
  display: block;
}

.wrap-event .eventleft .data span:first-child {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.wrap-event .eventleft .time {
  font-size: 1.05em;
  color: #323636;
  background: #fff;
}

.wrap-event .eventright {
  float: right;
  width: 89%;
}

.wrap-event .eventright .poster {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  min-height: 41em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap-event .eventright .poster img {
  display: none;
}

.wrap-event .eventright article {
  float: left;
  position: relative;
  z-index: 200;
  top: -8em;
  background: #fff;
  margin: 0 7%;
  padding: 2.5em 9% 0 9%;
  width: 68%;
  line-height: 2em;
}

.wrap-event .eventright article .timeanddate {
  display: none;
  font-weight: 600;
  background-color: #1c1c1c;
  color: #fff;
  font-size: .95em;
  padding: .2em .8em;
  margin-bottom: .2em;
}

.wrap-event .eventright article .location {
  font-weight: 600;
  margin-bottom: 0;
  display: none;
}

.wrap-event .eventright article h1 {
  font-family: "Playfair Display", sans-serif;
  font-size: 2.02em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.wrap-event .eventright article .buttons .btn {
  font-size: .9em;
  text-decoration: none;
}

.wrap-event .eventright article .buttons span {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  cursor: inherit;
}

.wrap-event .eventright article .buttons span:hover {
  color: #323636;
}

.wrap-event .eventright article .additionalevents {
  float: left;
  width: 100%;
  clear: both;
  margin: 2em 0;
}

.wrap-event .eventright article .additionalevents .seemoreevents {
  font-weight: 600;
  display: block;
  border-bottom: .1em solid #e5e5e5;
  text-decoration: none;
}

.wrap-event .eventright article .additionalevents .seemoreevents span {
  font-size: .9em;
  margin-left: .3em;
  display: inline-block;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.wrap-event .eventright article .additionalevents .seemoreevents:hover {
  text-decoration: none;
}

.wrap-event .eventright article .additionalevents .seemoreevents.bounce span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wrap-event .eventright article .additionalevents .additionalevents-container {
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
}

.wrap-event .eventright article .additionalevents .additionalevents-container .addevent {
  float: left;
  width: 100%;
  margin: 0 0 .4em 0;
  font-weight: 600;
  font-size: .89em;
  letter-spacing: 0;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wrap-event .eventright article .additionalevents .additionalevents-container .addevent p {
  float: left;
  margin: 0;
  padding: .6em 1em;
  line-height: 1.5em;
}

.wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:first-child {
  background-color: #bbd6d5;
  width: calc(24% - 2em);
  text-align: center;
}

.wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:nth-child(2) {
  width: calc(49% - 2em);
}

.wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:last-child {
  float: right;
  padding: 0;
  width: 27%;
  text-align: right;
}

.wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:last-child .btn {
  font-size: .8em;
  border-width: 2px;
  margin: 0 0 0 .4em;
  padding: .6em 1em;
  text-decoration: none;
}

.wrap-event .eventright article p {
  margin-bottom: 2em;
}

.wrap-event.active .eventleft .data {
  color: #fff;
  background: #1c1c1c;
}

.wrap-event.future .eventleft .data {
  background: #bbd6d5;
}

/* .wrap-subpage */
.wrap-subpage .subpageleft {
  width: 21%;
  float: left;
  font-weight: 600;
  font-size: 1.07em;
}

.wrap-subpage .subpageleft a {
  float: left;
  clear: both;
  position: relative;
  width: calc(100% - 2em);
  padding: .5em 1em;
  background-color: #ebebeb;
  text-decoration: none;
  border-bottom: 0.1em solid #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.wrap-subpage .subpageleft a:hover, .wrap-subpage .subpageleft a.active {
  background-color: #bbd6d5;
}

.wrap-subpage .subpageleft a.more::after {
  content: "›";
  font-size: 1.2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 5%;
  top: 25%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap-subpage .subpageleft a.more.bounce::after {
  top: calc(25% - 4%);
  right: 5.5%;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.wrap-subpage .subpageleft p {
  display: inline;
}

.wrap-subpage .subpageleft p a {
  float: left;
  background-color: #323636;
  color: #fff;
}

.wrap-subpage .subpageleft p a:hover, .wrap-subpage .subpageleft p a.active {
  background-color: #000;
}

.wrap-subpage .subpageleft p a::after {
  content: "›";
  font-size: 1.2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 5%;
  top: 25%;
  position: absolute;
}

.wrap-subpage .subpageleft ul {
  position: relative;
  float: left;
  width: 100%;
}

.wrap-subpage .subpageleft ul ul {
  display: none;
}

.wrap-subpage .subpageleft ul ul a {
  width: calc(100% - 3em);
  padding: .5em 1em .5em 2em;
}

.wrap-subpage .subpageleft ul ul ul {
  display: none;
}

.wrap-subpage .subpageleft ul ul ul a {
  width: calc(100% - 4em);
  padding: .5em 1em .5em 3em;
}

.wrap-subpage .subpageright {
  width: 75%;
  float: right;
}

.wrap-subpage .subpageright .breadcrumbs {
  color: #a7a7a7;
  font-size: .83em;
}

.wrap-subpage .subpageright .breadcrumbs span {
  padding: 0 1%;
}

.wrap-subpage .subpageright .breadcrumbs a {
  color: #a7a7a7;
  text-decoration: none;
}

.wrap-subpage .subpageright .breadcrumbs a:hover {
  color: #323636;
}

.wrap-subpage .subpageright article header h1 {
  font-size: 2.26em;
}

.wrap-subpage .subpageright article .data {
  font-size: 1em;
  margin: 0;
  font-weight: 700;
}

.wrap-subpage.news {
  padding-top: 0;
}

.wrap-subpage.news .subpageright {
  width: 100% !important;
}

.wrap-subpage.news .pagination {
  padding-top: 2em;
  text-align: center;
}

.wrap-subpage.news .pagination .btn {
  font-size: .9em;
  text-decoration: none;
  padding: .3em 1em;
}

.wrap-subpage.news .pagination .btn.active {
  color: #fff;
  background-color: #1c1c1c;
}

.wrap-subpage .newsbox {
  font-size: .9em;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.wrap-subpage .newsbox .date {
  background-color: #bbd6d5;
  padding: .2em 1.1em;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

.wrap-subpage .newsbox a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: underline;
  margin: .2em 0 0 0;
  display: block;
}

.wrap-subpage .newsbox .btn {
  font-size: 1em;
  border-width: 2px;
  margin-right: .2em;
}

.wrap-subpage form#unsingform {
  margin: 0 auto;
  max-width: 26em;
}

.wrap-subpage form#unsingform input {
  float: left;
  width: calc(100% - 2em);
  background: #efefef;
  padding: .7em 1em;
  border: 0;
  font-style: oblique;
  font-size: 1em;
  margin-bottom: .6em;
}

.wrap-subpage form#unsingform input[type="submit"] {
  width: 100%;
  background: #1c1c1c;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.wrap-subpage form#unsingform input[type="submit"]:hover {
  cursor: pointer;
}

.wrap-subpage form#unsingform ::-webkit-input-placeholder {
  color: #797979;
}

.wrap-subpage form#unsingform :-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
  opacity: 1;
}

.wrap-subpage form#unsingform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
  opacity: 1;
}

.wrap-subpage form#unsingform :-ms-input-placeholder {
  color: #797979;
}

.wrap-subpage form#unsingform div {
  float: left;
  width: 100%;
  font-size: .9em;
  margin: 1.2em 0;
  line-height: 1.4em;
}

.wrap-subpage form#unsingform div input {
  width: auto;
  margin-bottom: 1em;
}

.wrap-subpage form#unsingform div a {
  text-decoration: underline;
}

/* body aside */
body aside {
  padding: 6% 0 3% 0;
  background: #d7d7d7 url(../userfiles/skin/asidebg.png) center top;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: .9em;
  z-index: 300;
}

body aside .wrap div {
  float: left;
}

body aside .wrap div h4 {
  font-family: "Playfair Display", sans-serif;
  font-size: 2.2em;
  display: inline-block;
  margin-bottom: 1.2em;
}

body aside .wrap div:nth-child(1) {
  width: 33%;
  margin-right: 17%;
}

body aside .wrap div:nth-child(2) {
  width: 25%;
}

body aside .wrap div:nth-child(3) {
  width: 25%;
}

body aside .wrap div form input {
  float: left;
  width: calc(65% - 2.5em);
  padding: .7em 1em;
  border: 0;
  border-right: solid #d7d7d7 0.5em;
  font-style: oblique;
  font-size: 1em;
}

body aside .wrap div form input[type="submit"] {
  width: 35%;
  background: #1c1c1c;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

body aside .wrap div form input[type="submit"]:hover {
  cursor: pointer;
}

body aside .wrap div form input.email {
  width: calc(100% - 2.5em);
  margin-bottom: .6em;
}

body aside .wrap div form ::-webkit-input-placeholder {
  color: #797979;
}

body aside .wrap div form :-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
  opacity: 1;
}

body aside .wrap div form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
  opacity: 1;
}

body aside .wrap div form :-ms-input-placeholder {
  color: #797979;
}

body aside .wrap div form div {
  float: left;
  width: 100%;
  font-size: .9em;
  margin: 1.2em 0;
  line-height: 1.4em;
}

body aside .wrap div form div input {
  width: auto;
  margin-bottom: 1em;
}

body aside .wrap div form div a {
  text-decoration: underline;
}

/* body footer */
body footer {
  padding: 2% 0;
  background-color: #d7d7d7;
  font-size: .8em;
  border-top: 2px solid #c4c5c5;
  z-index: 50;
}

body footer p {
  float: left;
}

body footer img {
  float: right;
  margin-left: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body footer img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

body footer a {
  text-decoration: underline;
}

body footer span {
  padding: 0 2em;
}

/*----------------- .content --------------*/
.content {
  line-height: 2em;
}

.content a {
  text-decoration: underline;
}

.content p, .content ul, .content ol {
  margin-bottom: 2em;
}

.content ul, .content ol {
  margin-left: 2em;
}

.content ul {
  list-style-type: circle;
}

.content ol {
  list-style-type: decimal;
}

.content hr {
  border: 0;
  height: 3px;
  background: #afb2b9;
  margin: 2.5em 0;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: "Playfair Display", sans-serif;
  line-height: initial;
  margin-bottom: 1.5em;
}

.content h2 {
  font-size: 2.1em;
}

.content h3 {
  font-size: 1.6em;
}

.content h4 {
  font-size: 1.4em;
}

.content h5 {
  font-size: 1.2em;
}

.content h6 {
  font-size: 1em;
}

.content font[size="1"] {
  font-size: .8em;
}

.content font[size="2"] {
  font-size: .9em;
}

.content font[size="3"] {
  font-size: 1em;
}

.content font[size="4"] {
  font-size: 1.1em;
}

.content font[size="5"] {
  font-size: 1.2em;
}

.content font[size="6"] {
  font-size: 1.3em;
}

.content font[size="7"] {
  font-size: 1.4em;
}

/*----------------- .eventsgrid --------------*/
.eventsgrid {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}

.eventsgrid div {
  width: 23%;
  margin: 2% 1%;
  text-align: center;
}

.eventsgrid div p {
  margin: 0;
  line-height: 1.4em;
  font-weight: 700;
}

.eventsgrid div p span {
  font-weight: normal;
  font-size: .85em;
  color: #acacac;
}

.eventsgrid div p a {
  text-decoration: none;
}

.eventsgrid div p a:hover {
  text-decoration: underline;
}

.eventsgrid div img {
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.eventsgrid div img:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.eventsgrid div.firstbig {
  font-size: 1.1em;
  width: 100%;
  border-bottom: .1em solid #e1e1e1;
  padding-bottom: 2%;
}

/*----------------- .comunication --------------*/
.comunication {
  position: fixed;
  z-index: 19999;
  width: calc(100% - 6em);
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 1em 3em;
  margin: 0 !important;
  background: #99c95a;
  color: #fff;
}

.comunication.notsend {
  background: #cb3c59;
}

/*----------------- .eventgallery --------------*/
.eventgallery {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 4em;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

.eventgallery img {
  display: inline-block;
  margin: 0 0 .5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.eventgallery img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/*----------------- slicknav --------------*/
.slicknav_menu {
  display: none;
}

@media screen and (max-width: 63.3125rem) {
  .navigation {
    display: none !important;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav {
    position: fixed !important;
    top: 0px !important;
    left: 0;
    z-index: 200;
    height: 100vh;
    overflow: auto;
  }
}

/*----------------- fancybox thumbs --------------*/
@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

/*----------------- responsive special class --------------*/
.lam,
.in-smartfon,
.in-mobile,
.in-desktop,
.in-laptop {
  display: none;
}

/*----------------- smartfon --------------*/
@media screen and (max-width: 23.75rem) {
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .wrap-bar .wrap .leftbar span {
    display: none;
  }
}

@media screen and (max-width: 35rem) {
  .no-smartfon {
    display: none !important;
  }
  .in-smartfon {
    display: inline !important;
  }
  body .wrap {
    width: 96%;
    font-size: .9em;
  }
  body {
    background-size: 260%;
    background-position: -110px 0;
  }
  .wrap-bar {
    padding: 5px 0;
  }
  .wrap-bar .wrap ul {
    display: none;
  }
  .wrap-bar .wrap .leftbar a img {
    width: 90px;
  }
  .wrap-bar .wrap .rightbar div {
    margin-left: 0;
  }
  .wrap-bar .wrap .rightbar div a {
    padding: 0 3px;
  }
  .wrap-top {
    padding: 25px 0;
  }
  .wrap-top .wrap header {
    min-width: 240px;
  }
  .wrap-top .wrap nav li a {
    padding: .25em .8em;
    font-size: .95em;
    border-width: 2px;
  }
  .wrap-mainslider {
    padding: 30px 0 0 0;
    margin-bottom: 4px;
    background-color: #bbd6d5;
  }
  .wrap-mainslider .mainslider .item .left {
    height: inherit;
    width: 100%;
  }
  .wrap-mainslider .mainslider .item .left a {
    float: left;
    position: relative;
  }
  .wrap-mainslider .mainslider .item .left a img {
    float: left;
    display: inline;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 13em;
  }
  .wrap-mainslider .mainslider .item .right {
    width: 96%;
    margin-left: 0;
    padding: 15px 2%;
  }
  .wrap-mainslider .mainslider .item .right .date, .wrap-mainslider .mainslider .item .right .time {
    padding: .3em .9em;
    font-size: .8em;
  }
  .wrap-mainslider .mainslider .item .right h2 {
    display: block;
    font-size: 1.8em;
    margin: 20px 0;
  }
  .wrap-mainslider .mainslider .item .right .btn {
    font-size: .9em;
  }
  .wrap-mainslider .mainslider .item .right hr {
    margin: 30px 0 10px 0;
    height: 1px;
  }
  .wrap-mainslider .mainslider .owl-next {
    top: 80px;
    right: 3%;
    width: 35px;
  }
  .wrap-mainslider .mainslider .owl-prev {
    top: 80px;
    left: 3%;
    width: 35px;
    display: block !important;
  }
  .wrap-homelist {
    padding: 3% 0;
  }
  .wrap-homelist .homelist-title h3 {
    font-size: 1.8em;
    line-height: 1.1em;
  }
  .wrap-homelist .homelist-title h3 span {
    display: block;
  }
  .wrap-homelist .homelist-days {
    margin: 2% 0 1%;
  }
  .wrap-homelist .d12 li:not(.mview) {
    display: none;
  }
  .wrap-homelist .d12 li:first-child, .wrap-homelist .d12 li:last-child {
    display: inline-block;
    width: calc( (50% - 5px) / 4);
  }
  .wrap-homelist .d12 li {
    width: calc( (100% - 5px) / 4);
  }
  .wrap-homelist .homelist-timelist {
    margin-bottom: 1%;
  }
  .wrap-homelist.single .homelist-timelist .currenttime {
    margin: 0;
  }
  .wrap-homelist.single .homelist-timelist .currenttime strong {
    display: block;
  }
  .wrap-homelist .homelist-timelist article .title div p.timeanddate {
    display: block;
    font-size: 1em;
  }
  .wrap-homelist .homelist-timelist article .data, .wrap-homelist .homelist-timelist article .time {
    display: none;
  }
  .wrap-homelist .homelist-timelist article .poster {
    width: 36%;
    min-height: auto !important;
  }
  .wrap-homelist .homelist-timelist article .poster a {
    position: relative;
  }
  .wrap-homelist .homelist-timelist article .poster a img {
    display: inline;
    float: left;
    width: 100%;
  }
  .wrap-homelist .homelist-timelist article .title {
    width: 62%;
  }
  .wrap-homelist .homelist-timelist article .title div {
    display: inline-block;
  }
  .wrap-homelist .homelist-timelist article .title div header h1 {
    font-size: 1.7em;
  }
  .wrap-homelist .homelist-timelist article .title div .btn {
    font-size: 1em;
    border-width: 2px;
  }
  .wrap-homefeatured {
    background: #323636;
    padding: 0;
  }
  .wrap-homefeatured .wrap {
    width: 100%;
  }
  .wrap-homefeatured article {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .wrap-homefeatured article .featuretimg {
    height: inherit;
  }
  .wrap-homefeatured article .featuretimg a {
    float: left;
    position: relative;
  }
  .wrap-homefeatured article .featuretimg img {
    float: left;
    display: inline;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 13em;
  }
  .wrap-homefeatured article p {
    font-size: .85em;
    margin: 10px 0 0 2%;
    width: 96%;
    color: #afb2b9;
  }
  .wrap-homefeatured article h1 {
    font-size: 1.5em;
    width: 96%;
    margin: 5px 0 20px 2%;
    min-height: inherit;
    line-height: 1.4em;
  }
  .wrap-homefeatured article .btn {
    font-size: .85em;
  }
  .wrap-homefeatured article .btn:nth-child(4) {
    margin-left: 2%;
  }
  .wrap-homenews h3 {
    font-size: 1.7em;
    margin: 15px 0 40px 0;
  }
  .wrap-homenews article {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .wrap-homenews article .date {
    padding: .3em 1em;
    font-size: 1em;
  }
  .wrap-homenews article h1 {
    font-size: 1.4em;
    margin: 6px 0 15px 0;
    line-height: 1.3em;
  }
  .wrap-homenews article .btn {
    display: none;
  }
  .wrap-customcontent {
    padding: 20px 0;
  }
  .wrap-customcontent .leftcontent, .wrap-customcontent .rightcontent {
    width: 100%;
    margin-bottom: 15px;
  }
  .wrap-event .eventleft {
    display: none;
  }
  .wrap-event .eventright {
    width: 100%;
  }
  .wrap-event .eventright .poster {
    min-height: inherit;
  }
  .wrap-event .eventright .poster img {
    float: left;
    display: inline;
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 14em;
  }
  .wrap-event .eventright article h1 {
    font-size: 1.7em;
  }
  .wrap-event .eventright article .timeanddate {
    display: block;
  }
  .wrap-event .eventright article {
    top: 0;
    margin: 0 0 2em 0;
    padding: 0;
    width: 100%;
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent {
    display: inline-block;
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:first-child {
    width: calc(100% - 2em);
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:nth-child(2) {
    width: calc(100% - 2em);
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:last-child {
    width: 100%;
  }
  .wrap-subpage .subpageleft {
    display: none;
  }
  .wrap-subpage .subpageright {
    width: 100%;
  }
  .wrap-subpage .subpageright .breadcrumbs {
    display: none;
  }
  body aside {
    padding: 10% 0 3% 0;
    font-size: 1em;
  }
  body aside .wrap div h4 {
    font-size: 1.8em;
  }
  body aside .wrap div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  body aside .wrap div form div {
    text-align: left;
  }
  body aside .wrap div form input {
    width: calc(100% - 2em);
    border: 0;
  }
  body aside .wrap div form input[type="submit"] {
    width: 100%;
  }
  body aside .wrap div:nth-child(2), body aside .wrap div:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  body footer {
    text-align: center;
  }
  body footer p, body footer img {
    float: inherit;
    padding: 0 0 10px;
  }
  body footer span {
    display: block;
    height: 0px;
  }
  .eventgallery {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .eventsgrid div {
    width: 48%;
  }
  .begin .wrap-homelist .homelist-title a {
    padding: .5em .5em !important;
  }
}

/*----------------- tablet --------------*/
@media screen and (min-width: 35.0625rem) and (max-width: 63.3125rem) {
  .no-mobile {
    display: none !important;
  }
  .in-mobile {
    display: inline !important;
  }
  body .wrap {
    width: 96%;
  }
  body {
    background-size: 150%;
  }
  .wrap-bar {
    padding: 5px 0;
  }
  .wrap-bar .wrap ul {
    display: none;
  }
  .wrap-top {
    padding: 25px 0;
  }
  .wrap-top .wrap header {
    width: 45%;
  }
  .wrap-top .wrap nav li a {
    padding: .25em .8em;
    font-size: .95em;
    border-width: 2px;
  }
  .wrap-mainslider {
    padding: 6% 0 0 0;
    margin-bottom: 1%;
    background-color: #bbd6d5;
  }
  .wrap-mainslider .mainslider .item .left {
    height: inherit;
    width: 100%;
  }
  .wrap-mainslider .mainslider .item .left a {
    float: left;
    position: relative;
  }
  .wrap-mainslider .mainslider .item .left a img {
    float: left;
    display: inline;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 27em;
  }
  .wrap-mainslider .mainslider .item .right {
    width: 96%;
    margin-left: 0;
    padding: 25px 2%;
  }
  .wrap-mainslider .mainslider .item .right .date, .wrap-mainslider .mainslider .item .right .time {
    padding: .3em .9em;
    font-size: .9em;
  }
  .wrap-mainslider .mainslider .item .right h2 {
    display: block;
    font-size: 2em;
    margin: 30px 0;
  }
  .wrap-mainslider .mainslider .item .right .btn {
    font-size: .9em;
  }
  .wrap-mainslider .mainslider .item .right hr {
    margin: 30px 0 10px 0;
    height: 1px;
  }
  .wrap-mainslider .mainslider .owl-next {
    right: 3%;
    width: 35px;
  }
  .wrap-mainslider .mainslider .owl-prev {
    left: 3%;
    width: 35px;
    display: block !important;
  }
  .wrap-homelist {
    padding: 3% 0;
  }
  .wrap-homelist .homelist-title h3 {
    font-size: 1.8em;
  }
  .wrap-homelist .homelist-days {
    margin: 2% 0 1%;
  }
  .wrap-homelist .d12 li:not(.mview) {
    display: none;
  }
  .wrap-homelist .d12 li:first-child, .wrap-homelist .d12 li:last-child {
    display: inline-block;
    width: calc( (50% - 5px) / 4);
  }
  .wrap-homelist .d12 li {
    width: calc( (100% - 5px) / 4);
  }
  .wrap-homelist .homelist-timelist {
    margin-bottom: 1%;
  }
  .wrap-homelist.single .homelist-timelist .currenttime {
    margin-bottom: 0;
  }
  .wrap-homelist .homelist-timelist article .title div p.timeanddate {
    display: inline-block;
  }
  .wrap-homelist .homelist-timelist article .data, .wrap-homelist .homelist-timelist article .time {
    display: none;
  }
  .wrap-homelist .homelist-timelist article .poster {
    width: 36%;
    min-height: 9em;
  }
  .wrap-homelist .homelist-timelist article .title {
    width: 62%;
  }
  .wrap-homelist .homelist-timelist article .title div {
    display: inline-block;
  }
  .wrap-homelist .homelist-timelist article .title div header h1 {
    font-size: 1.4em;
  }
  .wrap-homelist .homelist-timelist article .title div .btn {
    font-size: .8em;
    border-width: 2px;
  }
  .wrap-homefeatured {
    background: #323636;
    padding: 0;
  }
  .wrap-homefeatured .wrap {
    width: 100%;
  }
  .wrap-homefeatured article {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .wrap-homefeatured article .featuretimg {
    height: inherit;
  }
  .wrap-homefeatured article .featuretimg a {
    float: left;
    position: relative;
  }
  .wrap-homefeatured article .featuretimg img {
    float: left;
    display: inline;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 27em;
  }
  .wrap-homefeatured article p {
    font-size: .85em;
    margin: 20px 0 0 2%;
    width: 96%;
    color: #afb2b9;
  }
  .wrap-homefeatured article h1 {
    font-size: 1.5em;
    width: 96%;
    margin: 10px 0 25px 2%;
    min-height: inherit;
    line-height: 1.4em;
  }
  .wrap-homefeatured article .btn {
    font-size: .85em;
  }
  .wrap-homefeatured article .btn:nth-child(4) {
    margin-left: 2%;
  }
  .wrap-homenews h3 {
    font-size: 1.8em;
    margin: 15px 0 40px 0;
  }
  .wrap-homenews article {
    width: 100%;
    margin: 0 0 timeanddate 0;
  }
  .wrap-homenews article .date {
    padding: .3em 1em;
    font-size: 1em;
  }
  .wrap-homenews article h1 {
    font-size: 1.4em;
    margin: 6px 0 20px 0;
    line-height: 1.4em;
  }
  .wrap-homenews article .btn {
    display: none;
  }
  .wrap-customcontent {
    padding: 30px 0;
  }
  .wrap-customcontent .leftcontent, .wrap-customcontent .rightcontent {
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap-event .eventleft {
    display: none;
  }
  .wrap-event .eventright {
    width: 100%;
  }
  .wrap-event .eventright .poster {
    min-height: inherit;
  }
  .wrap-event .eventright .poster img {
    float: left;
    display: inline;
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 26em;
  }
  .wrap-event .eventright article .timeanddate {
    display: block;
  }
  .wrap-event .eventright article {
    top: 0;
    margin: 0 0 2em 0;
    padding: 0;
    width: 100%;
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent {
    display: inline-block;
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:first-child {
    width: calc(100% - 2em);
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:nth-child(2) {
    width: calc(100% - 2em);
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:last-child {
    width: 100%;
  }
  .wrap-subpage .subpageleft {
    display: none;
  }
  .wrap-subpage .subpageright {
    width: 100%;
  }
  body aside {
    padding: 10% 0 3% 0;
  }
  body aside .wrap div h4 {
    font-size: 1.8em;
  }
  body aside .wrap div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body aside .wrap div:nth-child(2), body aside .wrap div:nth-child(3) {
    width: 50%;
    margin-bottom: 20px;
  }
  body footer span {
    display: block;
    height: 0px;
  }
  .eventgallery {
    -webkit-column-count: 3;
    column-count: 3;
    margin-top: 3em;
  }
  .eventsgrid div {
    width: 31%;
  }
}

@media screen and (max-width: 43.75rem) {
  .begin .wrap-homelist .homelist-title a {
    font-size: 1.4em;
    padding: .1em .5em;
    top: 0 !important;
  }
  .begin .wrap-homelist .homelist-title a span {
    display: none;
  }
  .wrap-homelist .homelist-days ul.homelist-days-names {
    display: block;
  }
  .wrap-homelist .homelist-days ul li.blank {
    display: inline-block;
  }
  .wrap-homelist .homelist-days ul li.blank::after {
    content: " ";
    display: inline-block;
  }
  .begin .wrap-homelist .homelist-days ul li {
    position: static;
    z-index: 19999;
  }
  .begin .wrap-homelist .homelist-days ul li a {
    border-bottom: 0 !important;
    margin-bottom: 1px;
  }
  .begin .wrap-homelist li {
    width: calc( (100% - 7px) / 7) !important;
  }
  .begin .wrap-homelist .homelist-days ul li div {
    left: 1px !important;
    width: calc(100% - 1px) !important;
  }
  .begin .wrap-homelist .homelist-days ul li div ul li {
    width: 100% !important;
  }
  .begin .wrap-homelist .homelist-days ul li div ul li a {
    padding: 1em !important;
  }
  .begin .wrap-homelist .homelist-days ul li div ul li a div {
    display: none !important;
  }
  .wrap-homelist .homelist-timelist article {
    display: block;
    margin-bottom: 30px;
  }
  .wrap-homelist .homelist-timelist article .poster {
    width: 100%;
    min-height: auto !important;
  }
  .wrap-homelist .homelist-timelist article .poster a {
    position: relative;
  }
  .wrap-homelist .homelist-timelist article .poster a img {
    display: inline;
    float: left;
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 14em;
  }
  .wrap-homelist .homelist-timelist article .title {
    width: 100%;
    margin: 0;
  }
}

/*----------------- old laptop / desktop --------------*/
@media screen and (min-width: 63.375rem) and (max-width: 75rem) {
  .no-desktop {
    display: none !important;
  }
  .in-desktop {
    display: inline !important;
  }
  body .wrap {
    width: 96%;
  }
  .wrap-top {
    padding: 3% 0;
  }
  .wrap-top .wrap nav li a {
    padding: .25em .8em;
    font-size: .95em;
    border-width: 2px;
  }
  .wrap-mainslider {
    padding: 4.5% 0 0 0;
    margin-bottom: 1%;
  }
  .wrap-mainslider .mainslider .item .left {
    height: 18em;
  }
  .wrap-mainslider .mainslider .item .right {
    width: 37%;
    margin-left: 4%;
  }
  .wrap-mainslider .mainslider .item .right .date, .wrap-mainslider .mainslider .item .right .time {
    padding: .25em .8em;
    font-size: .85em;
  }
  .wrap-mainslider .mainslider .item .right h2 {
    font-size: 1.8em;
    margin: 6% 0;
  }
  .wrap-mainslider .mainslider .item .right .btn {
    font-size: .85em;
  }
  .wrap-mainslider .mainslider .item .right hr {
    margin: 6% 0 3% 0;
    height: .1em;
  }
  .wrap-mainslider .mainslider .owl-next {
    right: 3%;
    width: 35px;
  }
  .wrap-homelist {
    padding: 3% 0;
  }
  .wrap-homelist .homelist-title h3 {
    font-size: 1.8em;
  }
  .wrap-homelist .homelist-days {
    margin: 2% 0 1%;
  }
  .wrap-homelist .homelist-timelist article .data {
    width: 13%;
  }
  .wrap-homelist .homelist-timelist article .time {
    width: 9%;
  }
  .wrap-homelist .homelist-timelist article .title {
    width: 50%;
  }
  .wrap-homelist .homelist-timelist article .poster {
    min-height: 9em;
  }
  .wrap-homelist .homelist-timelist article .title div header h1 {
    font-size: 1.3em;
  }
  .wrap-homelist .homelist-timelist article .data, .wrap-homelist .homelist-timelist article .time {
    font-size: .9em;
  }
  .wrap-homelist .homelist-timelist article .data span:first-child {
    font-size: 2em;
    line-height: 1em;
  }
  .wrap-homelist .d12 li:nth-child(2), .wrap-homelist .d12 li:nth-last-child(2) {
    display: none;
  }
  .wrap-homefeatured {
    background-size: 110%;
  }
  .wrap-homefeatured article .featuretimg {
    height: 11em;
  }
  .wrap-homefeatured article p {
    font-size: .85em;
    margin: 5% 0 2%;
  }
  .wrap-homefeatured article h1 {
    font-size: 1.5em;
  }
  .wrap-homefeatured article .btn {
    font-size: .85em;
  }
  .wrap-homenews h3 {
    font-size: 1.8em;
    margin-bottom: 5%;
  }
  .wrap-homenews article .date {
    padding: .3em 1em;
    font-size: .83em;
  }
  .wrap-homenews article h1 {
    font-size: 1.4em;
  }
  .wrap-homenews article .btn {
    font-size: .9em;
  }
  .wrap-customcontent {
    padding: 2.4% 0;
  }
  .wrap-event .eventleft {
    font-size: .9em;
  }
  .wrap-event .eventright .poster {
    min-height: inherit;
  }
  .wrap-event .eventright .poster img {
    float: left;
    display: inline;
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 31em;
  }
  .wrap-event .eventright article {
    top: 0;
    margin: 0 0 2em 0;
    padding: 1.5em 0 0 0;
    width: 100%;
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:nth-child(2) {
    width: calc(46% - 2em);
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:last-child {
    width: 30%;
  }
  .wrap-subpage .subpageleft {
    font-size: .9em;
    width: 26%;
  }
  .wrap-subpage .subpageright {
    width: 70%;
  }
  .eventgallery {
    margin-top: 3em;
  }
  body aside .wrap div h4 {
    font-size: 1.8em;
  }
  body aside .wrap div:nth-child(1) {
    width: 39%;
    margin-right: 5%;
  }
  body aside .wrap div:nth-child(2), body aside .wrap div:nth-child(3) {
    width: 28%;
  }
}

/*----------------- laptops --------------*/
@media screen and (min-width: 75.0625rem) and (max-width: 90rem) {
  .no-laptop {
    display: none !important;
  }
  .in-laptop {
    display: inline !important;
  }
  body .wrap {
    width: 83%;
  }
  .wrap-top {
    padding: 2% 0 2.5%;
  }
  .wrap-top .wrap nav li a {
    padding: .4em .9em;
  }
  .wrap-mainslider {
    padding: 4.5% 0 0 0;
    margin-bottom: 1%;
  }
  .wrap-mainslider .mainslider .item .left {
    height: 24em;
  }
  .wrap-mainslider .mainslider .item .right {
    width: 36%;
    margin-left: 5.5%;
  }
  .wrap-mainslider .mainslider .item .right .date, .wrap-mainslider .mainslider .item .right .time {
    padding: .4em 1em;
    font-size: .9em;
  }
  .wrap-mainslider .mainslider .item .right h2 {
    font-size: 2.4em;
    margin: 5% 0;
  }
  .wrap-mainslider .mainslider .item .right .btn {
    font-size: .9em;
  }
  .wrap-mainslider .mainslider .item .right hr {
    margin: 6% 0 3% 0;
  }
  .wrap-mainslider .mainslider .owl-next {
    right: 4%;
    width: 39px;
  }
  .wrap-homelist {
    padding: 2.7% 0;
  }
  .wrap-homelist .homelist-title h3 {
    font-size: 2em;
  }
  .wrap-homelist .homelist-days {
    margin: 2% 0 1%;
  }
  .wrap-homelist .homelist-timelist article .poster {
    min-height: 11em;
  }
  .wrap-homelist .homelist-timelist article .title div header h1 {
    font-size: 1.8em;
  }
  .wrap-homelist .d12 li:nth-child(2), .wrap-homelist .d12 li:nth-last-child(2) {
    display: none;
  }
  .wrap-homefeatured {
    background-size: 103%;
  }
  .wrap-homefeatured article .featuretimg {
    height: 14em;
  }
  .wrap-homefeatured article h1 {
    font-size: 1.8em;
  }
  .wrap-homefeatured article .btn {
    font-size: .9em;
  }
  .wrap-homenews h3 {
    font-size: 2em;
    margin-bottom: 5%;
  }
  .wrap-homenews article .date {
    padding: .3em 1em;
    font-size: .83em;
  }
  .wrap-homenews article h1 {
    font-size: 1.5em;
  }
  .wrap-homenews article .btn {
    font-size: .9em;
  }
  .wrap-customcontent {
    padding: 2.4% 0;
  }
  .wrap-event .eventleft {
    font-size: .9em;
  }
  .wrap-event .eventright .poster {
    min-height: 37em;
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:nth-child(2) {
    width: calc(46% - 2em);
  }
  .wrap-event .eventright article .additionalevents .additionalevents-container .addevent p:last-child {
    width: 30%;
  }
  .wrap-subpage .subpageleft {
    font-size: 1em;
    width: 24%;
  }
  .wrap-subpage .subpageright {
    width: 72%;
  }
  .eventgallery {
    margin-top: 3em;
  }
  body aside .wrap div h4 {
    font-size: 1.8em;
  }
  body aside .wrap div:nth-child(1) {
    width: 35%;
    margin-right: 13%;
  }
  body aside .wrap div:nth-child(2), body aside .wrap div:nth-child(3) {
    width: 26%;
  }
}

/*----------------- big laptops--------------*/
@media screen and (min-width: 90.0625rem) and (max-width: 100rem) {
  .no-laptop {
    display: none !important;
  }
  .in-laptop {
    display: inline !important;
  }
  body .wrap {
    width: 82%;
  }
  .wrap-top {
    padding: 2.4% 0;
  }
  .wrap-top .wrap nav li a {
    padding: .5em 1em;
  }
  .wrap-mainslider {
    padding: 4.5% 0 0 0;
    margin-bottom: 1%;
  }
  .wrap-mainslider .mainslider .item .left {
    height: 25em;
  }
  .wrap-mainslider .mainslider .item .right {
    width: 36%;
    margin-left: 5.5%;
  }
  .wrap-mainslider .mainslider .item .right .date, .wrap-mainslider .mainslider .item .right .time {
    padding: .4em 1em;
    font-size: .9em;
  }
  .wrap-mainslider .mainslider .item .right h2 {
    font-size: 2.6em;
    margin: 6% 0;
  }
  .wrap-mainslider .mainslider .item .right .btn {
    font-size: .9em;
  }
  .wrap-mainslider .mainslider .item .right hr {
    margin: 6% 0 3% 0;
  }
  .wrap-mainslider .mainslider .owl-next {
    right: 4.5%;
    width: 39px;
  }
  .wrap-homelist {
    padding: 3% 0;
  }
  .wrap-homelist .homelist-title h3 {
    font-size: 2.1em;
  }
  .wrap-homelist .homelist-days {
    margin: 2% 0 1.5%;
  }
  .wrap-homelist .homelist-timelist article .poster {
    min-height: 10em;
  }
  .wrap-homelist .d12 li:nth-child(2), .wrap-homelist .d12 li:nth-last-child(2) {
    display: none;
  }
  .wrap-homefeatured article .featuretimg {
    height: 14em;
  }
  .wrap-homefeatured article h1 {
    font-size: 1.8em;
  }
  .wrap-homefeatured article .btn {
    font-size: .9em;
  }
  .wrap-homenews h3 {
    font-size: 2.1em;
    margin-bottom: 5%;
  }
  .wrap-homenews article .date {
    padding: .4em 1.1em;
    font-size: .83em;
  }
  .wrap-homenews article h1 {
    font-size: 1.5em;
  }
  .wrap-homenews article .btn {
    font-size: .9em;
  }
  .wrap-customcontent {
    padding: 2.4% 0;
  }
  .wrap-event .eventright .poster {
    min-height: 38em;
  }
  .wrap-subpage .subpageleft {
    font-size: 1em;
    width: 23%;
  }
  .wrap-subpage .subpageright {
    width: 73%;
  }
  .eventgallery {
    margin-top: 3em;
  }
  body aside .wrap div h4 {
    font-size: 1.9em;
  }
}

/*----------------- HD --------------*/
@media screen and (min-width: 100.0625rem) and (max-width: 103.75rem) {
  .no-laptop {
    display: none !important;
  }
  .in-laptop {
    display: inline !important;
  }
  body .wrap {
    width: 82%;
  }
  .wrap-top {
    padding: 2.6% 0;
  }
  .wrap-top .wrap nav li a {
    padding: .5em 1em;
  }
  .wrap-mainslider {
    padding: 4.5% 0 0 0;
    margin-bottom: 1%;
  }
  .wrap-mainslider .mainslider .item .left {
    height: 27em;
  }
  .wrap-mainslider .mainslider .item .right {
    width: 33%;
  }
  .wrap-mainslider .mainslider .item .right .date, .wrap-mainslider .mainslider .item .right .time {
    padding: .4em 1em;
  }
  .wrap-mainslider .mainslider .item .right h2 {
    font-size: 2.6em;
    margin: 6% 0;
  }
  .wrap-mainslider .mainslider .item .right .btn {
    font-size: 1em;
  }
  .wrap-mainslider .mainslider .item .right hr {
    margin: 8% 0 3% 0;
  }
  .wrap-mainslider .mainslider .owl-next {
    right: 4.5%;
  }
  .wrap-homelist {
    padding: 2.5% 0;
  }
  .wrap-homelist .homelist-title h3 {
    font-size: 2.3em;
  }
  .wrap-homelist .homelist-timelist article .poster {
    min-height: 11em;
  }
  .wrap-homelist .d12 li:nth-child(2), .wrap-homelist .d12 li:nth-last-child(2) {
    display: none;
  }
  .wrap-homefeatured article .featuretimg {
    height: 15em;
  }
  .wrap-homefeatured article h1 {
    font-size: 1.9em;
  }
  .wrap-homefeatured article .btn {
    font-size: .9em;
  }
  .wrap-homenews h3 {
    font-size: 2.3em;
    margin-bottom: 6%;
  }
  .wrap-homenews article .date {
    padding: .5em 1.2em;
    font-size: .83em;
  }
  .wrap-homenews article h1 {
    font-size: 1.6em;
  }
  .wrap-homenews article .btn {
    font-size: .9em;
  }
  .wrap-customcontent {
    padding: 2.5% 0;
  }
  .wrap-event .eventright .poster {
    min-height: 39em;
  }
  .wrap-subpage .subpageleft {
    font-size: 1em;
  }
  body aside .wrap div h4 {
    font-size: 2em;
  }
}

@media screen and (min-width: 103.8125rem) and (max-width: 125rem) {
  .no-laptop {
    display: none !important;
  }
  .in-laptop {
    display: inline !important;
  }
  .wrap-homelist .homelist-days ul li a {
    font-size: 1em;
  }
  .wrap-homelist .d12 li:nth-child(2), .wrap-homelist .d12 li:nth-last-child(2) {
    display: none;
  }
}

/*----------------- 2k --------------*/
@media screen and (min-width: 125.0625rem) and (max-width: 200rem) {
  .no-laptop {
    display: none !important;
  }
  .in-laptop {
    display: inline !important;
  }
  body {
    font-size: 1.2em;
  }
  .wrap-homelist .homelist-days ul li a {
    font-size: 1em;
  }
  .wrap-homelist .homelist-days ul li div.lft {
    left: calc(-700px + 100%);
  }
  .wrap-homelist .homelist-days ul li div {
    width: 700px;
  }
  .wrap-homelist .d12 li:nth-child(2), .wrap-homelist .d12 li:nth-last-child(2) {
    display: none;
  }
  .wrap-bar .wrap .leftbar a img {
    width: 130px;
  }
  .wrap-bar .wrap .rightbar div a img {
    width: 30px;
  }
}

/*----------------- 4k --------------*/
@media screen and (min-width: 200.0625rem) {
  .no-laptop {
    display: none !important;
  }
  .in-laptop {
    display: inline !important;
  }
  body {
    font-size: 1.4em;
  }
  .wrap-homelist .homelist-days ul li a {
    font-size: 1em;
  }
  .wrap-homelist .homelist-days ul li div.lft {
    left: calc(-1000px + 100%);
  }
  .wrap-homelist .homelist-days ul li div {
    width: 1000px;
  }
  .wrap-homelist .d12 li:nth-child(2), .wrap-homelist .d12 li:nth-last-child(2) {
    display: none;
  }
  .wrap-bar .wrap .leftbar a img {
    width: 200px;
  }
  .wrap-bar .wrap .rightbar div a img {
    width: 44px;
  }
  .eventgallery {
    -webkit-column-count: 5;
    column-count: 5;
  }
}

/*----------------- wysoki kontrast --------------*/
.white {
  display: none;
}

body.hightcontrast {
  background: #1c1c1c;
}

body.hightcontrast .slicknav_menu .slicknav_menutxt {
  color: #f7e907 !important;
}

body.hightcontrast .slicknav_menu .slicknav_icon-bar {
  background-color: #f7e907 !important;
}

body.hightcontrast a {
  color: #f7e907 !important;
  opacity: 1 !important;
}

body.hightcontrast .btn {
  background-color: #1c1c1c;
  border-color: #f7e907;
  color: #f7e907;
}

body.hightcontrast .wrap-bar .wrap .leftbar a img,
body.hightcontrast .wrap-bar .wrap .rightbar div span img {
  display: none;
}

body.hightcontrast .wrap-bar .wrap .leftbar a img.white,
body.hightcontrast .wrap-bar .wrap .rightbar div span img.white {
  display: inline;
}

body.hightcontrast .wrap-top .wrap header img {
  display: none;
}

body.hightcontrast .wrap-top .wrap header img.white {
  display: inline;
}

body.hightcontrast .wrap-top .wrap nav li a {
  border-color: #f7e907;
}

body.hightcontrast .wrap-mainslider {
  background: #323636;
  color: #fff;
}

body.hightcontrast .wrap-mainslider .mainslider .item .right .date,
body.hightcontrast .wrap-mainslider .mainslider .item .right .time {
  background: none;
  color: #fff;
  padding: 0 1em 0 0;
}

body.hightcontrast .wrap-homelist .homelist-title h3 {
  color: #fff;
}

body.hightcontrast .wrap-homelist .homelist-title h3 span {
  color: #fff;
}

body.hightcontrast .wrap-homelist .homelist-days ul li a {
  color: #1c1c1c !important;
  background: #f7e907;
}

body.hightcontrast .wrap-homelist .homelist-days ul li a span {
  color: #1c1c1c;
}

body.hightcontrast .wrap-homelist .homelist-days ul li a:hover {
  background: #f7e907;
}

body.hightcontrast .wrap-homelist .homelist-timelist {
  color: #fff;
}

body.hightcontrast .wrap-homelist .homelist-timelist article .data {
  background: none;
}

body.hightcontrast .wrap-homelist .homelist-timelist article .time span {
  color: #fff;
}

body.hightcontrast .wrap-homelist .homelist-timelist article .title div span {
  cursor: inherit;
  background-color: #fff;
  border-color: #fff;
  color: #1c1c1c;
}

body.hightcontrast .wrap-homelist .homelist-timelist article .title p.timeanddate {
  background: none;
  color: #fff;
  padding-left: 0;
}

body.hightcontrast .wrap-homelist .homelist-timelist .mininav .btn {
  background-color: #f7e907;
  border-color: #f7e907;
  color: #1c1c1c !important;
}

body.hightcontrast .wrap-event .eventleft .time {
  background: none;
  color: #fff;
}

body.hightcontrast .wrap-event .eventright article {
  color: #fff;
  background: #1c1c1c;
}

body.hightcontrast .wrap-event .eventright article .buttons span {
  color: #fff;
  border-color: #fff;
  background: none;
}

body.hightcontrast .wrap-event .eventright article .seemoreevents {
  border-color: #f7e907;
}

body.hightcontrast .wrap-event .eventright article .addevent p {
  background-color: #323636 !important;
}

body.hightcontrast .wrap-subpage .subpageright {
  color: White;
}

body.hightcontrast .wrap-subpage.news .newsbox {
  border-color: #4a4a4a;
}

body.hightcontrast .wrap-subpage.news .newsbox .date {
  background-color: transparent;
  color: #fff;
  padding: 0;
}

body.hightcontrast .wrap-subpage.news .pagination .btn.active {
  background-color: #f7e907;
  color: #000 !important;
}

body.hightcontrast .wrap-subpage .subpageleft a, body.hightcontrast .wrap-subpage .subpageleft a:hover, body.hightcontrast .wrap-subpage .subpageleft a.active {
  background-color: #1c1c1c;
  border-color: #f7e907;
  border: 0.1em #f7e907 solid;
}

body.hightcontrast .wrap-homefeatured {
  background: #323636;
  padding: 3% 0;
}

body.hightcontrast .wrap-homenews h3 {
  color: #fff;
}

body.hightcontrast .wrap-homenews article .date {
  background-color: #1c1c1c;
  padding: 0;
  color: #fff;
}

body.hightcontrast .wrap-customcontent {
  color: #fff;
}

body.hightcontrast aside {
  padding: 3% 0;
  background: #323636;
  color: #fff;
}

body.hightcontrast aside .wrap div form input {
  border-color: #323636;
}

body.hightcontrast aside .wrap div form input[type="submit"] {
  background: #f7e907;
  color: #1c1c1c;
}

body.hightcontrast footer {
  padding: 2% 0;
  background: none;
  font-size: .8em;
  border-top: 0;
  color: #fff;
}

/*----------------- wielki font --------------*/
body.fontbtn {
  font-size: 1.4em;
}

body.fontbtn .wrap {
  width: 96%;
}
/*# sourceMappingURL=style.css.map */