body {
  background: #111521;
}
#top {
  background: url( '/images/top-bg.jpg' ) no-repeat center top;
  background-size: cover;
  min-height: 540px;
}
#top.subpage {
  background: url(/images/top-bg.jpg) no-repeat center bottom;
  background-size: cover;
  min-height: 200px;
  padding-top: 55px;
}
#top #logo {
  margin: 15px auto 10px;
  text-align: center;
  width: 100%;
  max-width: 294px;
  display: block;
}
#top #logo img {
  width: 100%;
  max-width: 250px;
}
#top #menu-container-1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#top #menu-container-1 ul li a {
  display: block;
  padding: 5px 15px;
  color: #111521;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
}
#top.subpage #menu-container-1 ul li a {
  color: #FFF;
}
#top #menu-container-1 ul li a:hover {
  text-decoration: none;
  color: #a6ce39;
}
#next-events-title .title, #news-title .title {
  color: #a6ce39;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin: 25px 0;
}
#next-events-title .title strong {
  color: #FFF;
}
#news-title {
  background: #FFF;
  padding: 25px 0 0;
}
#news {
  padding-bottom: 50px;
  background: #FFF;
}
#news .article-list {
  background: #111521;
  position: relative;
  padding-bottom: 15px;
}
#news .article-list .article-img {
  height: 190px;
}
#news .article-list .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .article-list .date-add {
  position: absolute;
  top: 155px;
  height: 70px;
  width: 70px;
  text-align: center;
  right: 15px;
  background: url(/images/date-bg.png) no-repeat center;
  background-size: cover;
  color: #FFF;
  padding: 19px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
#news .article-list .article-title {
  padding: 0;
  margin: 0;
}
#news .article-list .article-title a {
  color: #FFF;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  padding: 39px 20px 5px;
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
#news .article-list .article-title a:hover {
  text-decoration: none;
  color: #a6ce39;
}
#news .article-list .article-text {
  color: #9fa9b1;
  padding: 0 15px 15px 20px;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  font-size: 13px;
  min-height: 100px;
}
#news .article-list .more {
  color: #FFF;
  margin-left: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}
#news .article-list .more:hover {
  text-decoration: none;
  color: #a6ce39;
}
#partners {
  background: #FFF;
  padding: 50px 0;
}
#partners .title {
  color: #a6ce39;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin: 25px 0;
}
#partners strong {
  color: #000;
}
.slick-prev:before, .slick-next:before {
  color: #a6ce39 !important;
  font-size: 34px !important;
}
#map {
  height: 300px;
}
#footer {
  padding: 50px 0 40px;
  color: #a6b0b9;
}
#footer #logo {
  text-align: center;
}
#footer #logo img {
  width: 100%;
  max-width: 250px;
}
#footer a {
  color: #FFF;
  transition: all 0.5s ease;
}
#footer a:hover {
  color: #afca05;
  text-decoration: none;
}
#footer .socials {
  text-align: center;
  padding-top: 25px;
}
#footer .socials a {
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  background: #626a71;
  color: #FFF;
  transition: all 0.5s ease;
}
#footer .socials a:hover {
  background: #afca05;
}
#footer .socials a span {
  font-size: 15px !important;
}
#cookie-information {
  padding: 10px 0;
  text-align: center;
  color: #a6b0b9;
  font-size: 10px;
  background: #0a1116;
}
#cookie-information a {
  color: #afca05;
}
#buy-ticket {
  background: url( '/images/ticket-bg.png' ) no-repeat center;
  background-size: contain;
  color: #FFF;
  position: fixed;
  right: 100px;
  top: 0;
  padding: 34px 15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s ease;
  z-index: 100;
}
#buy-ticket:hover {
  text-decoration: none;
  color: #111521;
}
#buy-ticket i {
  font-size: 40px;
  display: block;
  margin-bottom: 25px;
}
#next-events {
  padding-bottom: 50px;
}
.event-entry .event-img {
  height: 190px;
  position: relative;
}
.event-entry .event-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.event-entry .event-info, .article-entry .event-info {
  position: absolute;
  bottom: 0;
  color: #FFF;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}
.event-entry .event-info .event-info-name, .article-entry .event-info .event-info-name {
  font-size: 26px;
  color: #a6ce39;
  font-weight: 600;
}
.event-entry .event-info .event-info-name p, .event-entry .event-info .event-info-place p, .article-entry .event-info .event-info-name p, .article-entry .event-info .event-info-place p {
  margin: 0;
  padding: 0;
}
.event-entry .event-info .event-info-date, .article-entry .event-info .event-info-date {
  font-size: 18px;
  font-weight: 600;
}
.event-entry .event-buttons {
  text-align: center;
}
.event-entry .btn, .article-entry .entry .btn {
  border-radius: 0;
  background: #a6ce39;
  border: 0;
  width: 50%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  display: block;
  color: #111521;
  margin: 0;
  float: left;
  border-right: 1px solid #111521;
}
.article-entry .entry .btn {
  width: 100%;
  border-right: 0;
  float: none;
}
.event-entry .btn::before, .article-entry .entry .btn::before {
  content: "\f005";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  font-size: 22px;
}
.event-entry .btn::after, .article-entry .entry .btn::after {
  position: absolute;
  content: '● ● ● ●';
  display: block;
  top: 17px;
  color: #111521;
  transform: rotate(-90deg);
  left: -15px;
  transition: all 0.5s ease;
}
.event-entry .btn:hover::after, .article-entry .entry .btn:hover::after {
  left: -10px;
  color: #FFF;
}
.event-entry .btn-more {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  width: 50%;
  border-radius: 0;
  border: 0;
  background: #FFF;
  line-height: 55px;
  padding: 0;
  display: inline-block;
  transition: all 0.5s ease;
  margin: 0;
  border-right: 1px solid #111521;
}
.event-entry .btn-more:hover {
  color: #a5ce3a;
  text-decoration: none;
}
#next-events #all-events {
  color: #FFF;
  float: right;
  border: 2px solid #FFF;
  border-radius: 0;
  margin: 15px 0;
  transition: all 0.5s ease;
}
#next-events #all-events i {
  margin-left: 5px;
  transition: all 0.5s ease;
}
#next-events #all-events:hover {
  border: 2px solid #a6ce39;
}
#next-events #all-events:hover i {
  color: #a6ce39;
}
.slick-slider {
  margin: 0;
  padding: 0;
}
#partners .slick-slider {
  padding-left: 20px;
}
.slick-prev, .slick-next {
  z-index: 25;
}
.slick-prev {
  left: -40px !important;
}
.slick-next {
  right: -40px !important;
}
#newsletter {
  padding: 50px 0;
  text-align: center;
}
#newsletter .title {
  color: #a6ce39;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
#newsletter .title strong {
  font-weight: 600;
  color: #FFF;
}
#newsletter input[type="text"], #newsletter input[type="email"] {
  border: 0;
  border-bottom: 1px solid #33414c;
  background: none;
  color: #FFF;
  padding: 15px 0;
  width: 100%;
  max-width: 400px;
}
#newsletter input::placeholder {
  color: #FFF;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px;
}
#newsletter input[type="submit"] {
  color: #FFF;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px;
  background: none;
  border: 2px solid #a6ce39;
  padding: 10px 25px;
  transition: all 0.5s ease;
}
#newsletter input[type="submit"]:hover {
  color: #a6ce39;
  border: 2px solid #FFF;
}

#newsletter input:focus {
  outline: none !important;
  box-shadow: none !important;
}
#scroll-up {
  position: fixed;
  color: #FFF;
  bottom: 50px;
  right: 50px;
  z-index: 25;
}
#scroll-up:hover {
  text-decoration: none;
}
#scroll-up i {
  color: #afca05;
  font-size: 22px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  border: 3px solid #ccc;
}
#news #all-news {
  color: #111521;
  float: right;
  border: 2px solid #111521;
  border-radius: 0;
  margin: 15px 0;
  transition: all 0.5s ease;
}
#news #all-news i {
  margin-left: 5px;
  transition: all 0.5s ease;
}
#news #all-news:hover {
  border: 2px solid #a6ce39;
}
#news #all-news:hover i {
  color: #a6ce39;
}
#news .slick-initialized .slick-slide {
  padding: 5px;
}
#content {
  padding: 50px 0;
  background: #FFF;
}
.site-title {
  color: #111521;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 50px;
  text-align: center;
}
.site-title::after {
  border-bottom: 3px solid #a6ce39;
  height: 1px;
  display: block;
  content: '';
  width: 50px;
  margin: 5px auto 0;
}
.article-miniature {
  background: #111521;
  position: relative;
  margin-bottom: 25px;
}
.article-miniature #article-img {
  height: 190px;
  display: block;
}
.article-miniature #article-img div {
  background-size: cover !important;
  height: 190px;
}
.article-miniature h3 {
  margin: 0;
  padding: 0;
}
.article-miniature h3 a {
  color: #FFF;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  padding: 15px 20px;
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: all 0.5s ease;
}
.article-miniature h3 a:hover {
  text-decoration: none;
  color: #a6ce39;
}
.article .article-title {
  color: #111521;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 25px;
  text-align: center;
}
.article .article-title::after {
  border-bottom: 3px solid #a6ce39;
  height: 1px;
  display: block;
  content: '';
  width: 50px;
  margin: 5px auto 0;
}
.article .gallery a {
  display: block;
  height: 200px;
  margin-bottom: 30px;
}
.article .gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .btn-back {
  color: #111521;
  border: 2px solid #111521;
  border-radius: 0;
  margin: 15px 0;
  transition: all 0.5s ease;
  display: inline-block;
  padding: 5px 25px;
}
.article .btn-back i {
  margin-right: 5px;
  transition: all 0.5s ease;
}
.article .btn-back:hover {
  border: 2px solid #a6ce39;
  text-decoration: none;
}
.article .btn-back:hover i {
  color: #a6ce39;
}
#contact-additional-info a {
  color: #a6ce39;
  font-weight: 600;
}
#contact-form .form-control {
  border-radius: 0;
}
#contact-form textarea.form-control {
  height: 125px;
}
#contact-form .btn {
  border-radius: 0;
  background: #FFF;
  color: #111521;
  border: 2px solid #111521;
  border-radius: 0;
  transition: all 0.5s ease;
  min-width: 125px;
}
#contact-form .btn i {
  margin-right: 5px;
  transition: all 0.5s ease;
}
#contact-form .btn:hover {
  border: 2px solid #a6ce39;
  text-decoration: none;
}
#contact-form .btn:hover i {
  color: #a6ce39;
}
.article-entry {
  padding-bottom: 50px;
}
.article-entry .article-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.article-entry .article-title a {
  color: #111521;
  font-family: 'Montserrat', sans-serif;
}
.article-entry .article-title a:hover {
  text-decoration: none;
  color: #a5ce3a;
}
.article-entry .article-img {
  clear: both;
  height: 190px;
  margin-bottom: 15px;
  position: relative;
}
.article-entry .article-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #111521;
}
.article-entry .date-add {
  height: 70px;
  width: 70px;
  text-align: center;
  background: url(/images/date-bg.png) no-repeat center;
  background-size: cover;
  color: #FFF;
  padding: 19px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  top: -15px;
  right: -15px;
}
.article-entry .entry {
  clear: both;
  color: #616161;
}
.pager {
  clear: both;
  padding-top: 50px;
}
.pager li > a, .pager li > span {
  border-radius: 0;
  background: none;
  border: 0;
  color: #111521;
}
.pager li > a.inactive {
  opacity: .5;
}
.pager li > a:hover, .pager li > a:focus {
  background: none;
  color: #a5ce3a;
}
.menu-title {
  background: #a5ce3a;
  padding: 10px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
#menu-container-2 ul, #menu-container-3 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#menu-container-2 ul li a, #menu-container-3 ul li a {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #e2e2e2;
  color: #111521;
  font-weight: 600;
}
#menu-container-2 ul li a:hover, #menu-container-3 ul li a:hover {
  color: #a5ce3a;
}
#content .col-md-4.article-entry-container:nth-child(3n+1) {
  clear: both;
}
.article .text a {
  color: #a6ce39;
  font-weight: 600;
}
.article .text h2 {
  font-size: 20px;
  font-weight: 600;
}
.article .text h3 {
  font-size: 18px;
}
.article {
  position: relative;
}
.article .date-add {
  height: 70px;
  width: 70px;
  text-align: center;
  background: url(/images/date-bg.png) no-repeat center;
  background-size: cover;
  color: #FFF;
  padding: 19px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  top: -15px;
  right: -15px;
}
.article .text .btn-success {
  background: #a6ce39;
  border-radius: 0;
  color: #FFF;
  border: 0;
  padding: 15px 35px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.article .text .btn-success:hover {
  background: #111521;
}
#mobile-menu-btn {
  display: none;
}
.slick-prev, .slick-next {
  width: 34px !important;
  height: 31px !important;
}
.ga-popup {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
  .slick-next {
    right: 0 !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  #buy-ticket {
    right: 10px;
  }
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
  .slick-next {
    right: 0 !important;
  }
  .slick-prev {
    left: 0 !important;
  }
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  .slick-next {
    right: 0 !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  #buy-ticket {
    background: url(/images/ticket-bg.png) no-repeat center bottom;
    background-size: cover;
    right: 10px;
    padding: 25px 15px;
  }
  #buy-ticket i {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
  }
  .event-entry .btn, .article-entry .entry .btn {
    font-size: 13px;
  }
  .event-entry .btn-more {
    font-size: 13px;
    line-height: 52px;
  }
}
@media ( max-width: 767px ) {
  .slick-next {
    right: 0 !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  #buy-ticket {
    background: url(/images/ticket-bg.png) no-repeat center top;
    background-size: cover;
    position: static;
    padding: 10px 15px;
    margin: auto;
    display: block;
    width: 100%;
  }
  #buy-ticket i {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
  }
  .event-entry .btn, .article-entry .entry .btn {
    font-size: 13px;
  }
  .event-entry .btn-more {
    font-size: 13px;
    line-height: 52px;
  }
  #mobile-menu-btn {
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #FFF;
    background: #a5ce3a;
    border-radius: 50%;
    display: block;
    z-index: 100;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
  }
  #scroll-up {
    bottom: 85px;
    right: 10px;
  }
  #facebook {
    display: none;
  }
  #main-menu {
    background: #111521;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    line-height: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
  }
  #main-menu.visible {
    visibility: visible;
    opacity: 1;
  }
  #main-menu .container {
    width: 100%;
  }
  #main-menu #menu-container-1 {
    width: 100%;
  }
  #main-menu #menu-container-1 > ul {
    display: block;
  }
  #main-menu #menu-container-1 > ul > li {
    float: none;
    display: block;
  }
  #main-menu #menu-container-1 > ul > li > a {
    text-align: center;
    color: #FFF;
  }
  #main-menu #menu-container-1 > ul > li.parent > a {
    pointer-events: all;
  }
  #main-menu #menu-container-1 > ul > li > a > i {
    display: none;
  }
  #main-menu #menu-container-1 > ul > li > a::after {
    display: none;
  }
  #main-menu #menu-container-1 > ul > li > ul {
    position: static;
    width: 100%;
    text-align: center;
    border: 0;
    background: #FFF;
    display: none;
  }
  #main-menu #menu-container-1 > ul > li.active > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #top {
    min-height: 240px;  
  }
  #top.subpage {
    min-height: 240px;
    padding-top: 0;
  }
  #top.subpage #logo img {
    display: none;
  }
  #top.subpage #logo::after {
    display: block;
    content: '';
    background: url( '/images/logo.png' ) no-repeat center;
    height: 79px;
  }
  #news .article-list .date-add {
    right: 35px;
  }
  #menu-container-2, #menu-container-3 {
    margin-bottom: 25px;
  }
}