@import url(normalize.css);

@import url(foundation.css);

@import url(font-awesome.min.css);

@import url(common.css);

@import url(foundation_calendar.css);

@import url(jquery.fancybox.css);

@import url(slick.css);

@import "usefull.less";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li>a {
  font-family: "Open Sans", sans-serif !important;

  font-weight: normal;
}

.main-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  display: none;
}

body#ae * {
  text-align: right;
}

body {
  overflow-x: hidden;
}

*:hover {
  -webkit-transition: all 0.25s ease;

  -moz-transition: all 0.25s ease;

  -ms-transition: all 0.25s ease;

  -o-transition: all 0.25s ease;

  transition: all 0.25s ease;
}

.sponsors-slider-container .sponsors-slider {
  width: fit-content;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1rem;
  margin: 0 auto;
  gap: 2rem;

  img {
    width: 200px;
    height: auto;
  }
}

.sponsors-slider-container {
  width: 100%;
}

.sponsors-list>div>p,
.sponsors-slider-container>p {
  font-weight: 700;
  font-size: 20px;
  margin: 20px auto;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 31px;
  background: #722f37;
}

.sponsors-list>div {
  flex-basis: 33.3%;
}

.sponsors-list {
  display: flex;
}

a {
  color: #257696;
}

a:hover {
  color: #113644;
}

.error>label>small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section {
  width: 100%;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul,
.top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent !important;

  background-color: transparent !important;

  color: #000;

  font-weight: 700;

  font-size: 0.98em;
}

.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: #113644;

  background-color: #113644;

  color: #a39081 !important;
}

.top-bar-section .has-dropdown>a:after {
  border-color: rgba(0, 0, 0, 1) transparent transparent transparent;
}

.top-bar-section ul li:hover:not(.has-form)>a {
  color: #000;
}

ul.dropdown {
  background: #fff !important;

  box-shadow: 0px 0px 1px 1px rgba(162, 159, 159, 0.5);
}

.img-active {
  display: block;
}

footer {
  width: 100%;

  padding: 50px 0 5px 0 !important;

  background: #000 !important;

  background-color: #000 !important;

  float: left;

  color: #fff;

  font-size: 0.9em;

  font-weight: 100 !important;
}

footer .row {
  margin-bottom: 30px;
}

footer .row:last-of-type {
  margin-bottom: 0;
}

footer section ul {
  height: auto !important;

  align-items: flex-start !important;

  display: flex !important;

  justify-content: space-around !important;

  display: -ms-flexbox !important;

  -ms-flex-align: start !important;

  -ms-flex-pack: justify !important;

  margin: 0;

  list-style: none;
}

footer section ul li ul.dropdown {
  margin: 0 !important;

  list-style: none;

  background: transparent !important;

  display: block !important;

  box-shadow: none;
}

footer section ul li ul.dropdown li a {
  color: #fff !important;

  font-size: 0.88em;

  font-weight: 500;
}

footer section ul li ul.dropdown li a:hover {
  cursor: pointer;

  color: #fff !important;

  text-decoration: underline !important;
}

footer section ul li a {
  color: #fff;

  font-weight: 700;
}

footer section ul li a:hover {
  color: #fff;

  text-decoration: underline;
}

footer section ul li.has-dropdown a:hover {
  cursor: default;

  color: #fff;

  text-decoration: none !important;
}

.after-footer {
  background: #1a1a1a;

  padding: 30px 0;

  position: relative;
}

.cd-top {
  position: absolute;

  right: 3%;

  top: -23px;
}

.slider {
  width: 100%;
}

.slider img {
  width: 100%;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.non-responsive {
  margin: 0 auto;

  max-width: 1200px;

  width: 1200px;

  min-width: 1200px;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  margin: 0 auto;

  max-width: 1200px;

  width: 1200px;

  min-width: 1200px;
}

#tagcloud a {
  color: #000;

  display: inline-block;

  opacity: 0;
}

#tagcloud a:after {
  content: " , ";
}

#tagcloud a:last-child:after {
  content: "";
}

#tagcloud a {
  -webkit-transition: -webkit-transform 0.2s ease-out;

  -moz-transition: -moz-transform 0.2s ease-out;

  -o-transition: -o-transform 0.2s ease-out;

  -ms-transition: -ms-transform 0.2s ease-out;

  transition: transform 0.2s ease-out;
}

#tagcloud a:hover {
  -webkit-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -o-transform: scale(1.05);

  transform: scale(1.05);
}

header {
  width: 100%;

  display: flex;

  background: white;

  float: left;

  height: auto;

  justify-content: center;

  align-items: center;

  z-index: 14;

  transition: all 0.4s ease;
}

.sticky {
  position: fixed;
}

.header .black {
  background: #000;

  padding: 40px 0 0;

  border: none;

  height: calc(100vh - 112px);
}

.info-0,
.info-1,
.info-2 {
  position: relative !important;
}

.videomoto {
  background: rgba(0, 0, 0, 0.5);

  position: absolute;

  width: 100%;

  bottom: 0;

  left: 0;

  z-index: 999;
}

.videomoto h1 {
  font-size: 1.6em;

  text-align: center;
}

.videomoto .arrows {
  top: 40%;
}

.videomoto h1 a {
  color: #fff;

  font-weight: 600;

  display: block;

  width: 100%;

  padding: 33px 0;
}

.videomoto h1 a:hover {
  padding: 60px 0;
}

.flex-row-center {
  display: flex !important;

  justify-content: space-around;

  align-items: center;

  display: -ms-flexbox !important;

  -ms-flex-align: center !important;

  -ms-flex-pack: justify !important;
}

.flex-row-top {
  display: flex !important;

  justify-content: flex-start;

  align-items: flex-start;

  display: -ms-flexbox !important;

  -ms-flex-align: start !important;

  -ms-flex-pack: justify !important;
}

.schedule-bg {
  height: 673px;
  background: url(../img/schedule-bg.jpg) center center no-repeat;
  background-size: cover;
}

.schedule-top-bg {
  height: 91px;

  width: 254px;

  background: url(../img/schedule-top-bg.png) center center no-repeat;

  margin: auto;

  margin-top: 15px;
}

.schedule-bg .content {
  background: #000;

  padding: 30px;

  max-width: 254px;

  margin: auto;

  color: #fff;
}

.schedule-bg .content a {
  color: #fff;

  line-height: 2;

  font-size: 1.1em;

  font-weight: 400;
}

.schedule-bg .content a:hover {
  text-decoration: underline;
}

.schedule-bg .content div:first-of-type {
  text-transform: uppercase;
}

.schedule-bg .content div {
  line-height: 3;
}

.schedule-bottom-bg {
  height: 91px;

  width: 254px;

  background: url(../img/schedule-bottom-bg.png) center center no-repeat;

  margin: auto;
}

.shop-bg {
  height: 358px;
  background: url(../img/shop-bg.jpg) center center no-repeat;
  margin-bottom: 8px !important;
  background-size: cover;
}

.shop-bg .arrows {
  top: 8%;
}

.collections-bg {
  height: 208px;

  background-size: 100%;
}

#gr .collections-bg {
  background: url(../img/MNK-EDU-box-GR.png) center center no-repeat;
}

#en .collections-bg {
  background: url(../img/MNK-EDU-box-EN.png) center center no-repeat;
}


.green-bg {
  color: #fff;

  background: #524f24;

  font-size: 0.9em;

  width: 50%;

  padding: 10px 30px;
}

.pink-bg {
  color: #fff;

  background: #a40233;

  font-size: 0.9em;

  padding: 14px 30px;

  position: relative;
}

.pink-bg .arrows {
  right: 1%;

  top: 10%;
}

.pink-bg h1,
.green-bg h1 {
  font-size: 1.2em;
}

.pink-bg h1 a,
.green-bg h1 a {
  color: #fff;

  font-weight: 700;
}

.pink-bg h1 a:hover,
.green-bg h1 a:hover {
  text-decoration: underline;
}

.green-bg-content,
.pink-bg-content {
  line-height: 1.5;
}

.museum-wrap {
  position: relative;
  background: url(../img/museum-back-bg.jpg) left center no-repeat;
  /* padding-left: 0; */
  height: 358px;
  /* background-size: 100%; */
}

.museum-wrap .black {
  /* height: 358px; */
  /* background: url('../img/museum-back-bg.png') center center no-repeat; */
  padding: 30px;
  /* position: absolute; */
  /* width: 50%; */
  z-index: -1;
  padding: 30px;
}

.museum-wrap .museum-bg {
  background: url("../img/museum-bg.jpg") center center no-repeat;
  height: 312px;
  margin-top: 23px;
  /* background-size: 100%; */
  background-position-x: 7px;
}

.museum-wrap .content {
  background: black;

  width: 50%;

  position: absolute;

  bottom: 0;

  right: 0;

  color: #fff;

  padding: 20px 30px;

  font-size: 0.9em;

  line-height: 1.4;
}

.museum-wrap .content h1 {
  font-size: 1.2em;
}

.museum-wrap .content h1 a {
  font-weight: 700;

  color: #fff;
}

.museum-wrap .content h1 a:hover {
  text-decoration: underline;
}

.seminars-wrap {
  position: relative;

  background: url(../img/seminars-back-bg.jpg) left center no-repeat;

  height: 358px;

  border-left: 10px solid #fff;
}

.seminars-wrap .seminars-bg {
  background: url("../img/seminars-bg.jpg") center center no-repeat;

  height: 312px;

  margin-top: 23px;
}

.travelling-wrap {
  position: relative;
  height: 358px;
  padding: 0;
}

.travelling-wrap .travelling-bg {
  height: 312px;

  margin-top: 23px;

  margin-left: 5px;
}

.travelling-wrap .travelling-bg img {
  /*border: 1px solid #bed8e8;*/
}

.seminars-wrap .content {
  background: #524f24;

  width: 50%;

  position: absolute;

  bottom: 0;

  right: 0;

  color: #fff;

  padding: 20px 30px;

  font-size: 0.9em;

  line-height: 1.4;
}

.seminars-wrap .content h1 {
  font-size: 1.2em;
}

.seminars-wrap .content h1 a {
  font-weight: 700;

  color: #fff;
}

.seminars-wrap .content h1 a:hover {
  text-decoration: underline;
}

.map-wrap {
  position: relative;

  background: url(../img/map-back-bg.jpg) left center no-repeat;

  height: 357px;
}

.map-wrap .map-box {
  height: 312px;

  margin-top: 28px;

  margin-left: 8px;
}

.map-wrap .content {
  background: #a39081;

  width: 23%;

  position: absolute;

  bottom: 4%;

  right: 0;

  color: #fff;

  padding: 20px 30px;

  font-size: 0.9em;

  line-height: 1.4;
}

.map-wrap .content h1 {
  font-size: 1.2em;
}

.map-wrap .content h1 a {
  font-weight: 700;

  color: #fff;
}

.map-wrap .content h1 a:hover {
  text-decoration: underline;
}

.tickets-wrap {
  position: relative;

  background: url(../img/tickets-back-bg.jpg) left center no-repeat;

  height: 358px;

  border-left: 10px solid #fff;
}

.tickets-wrap .tickets-bg {
  background: url("../img/tickets-bg.jpg") center center no-repeat;

  height: 312px;

  margin-top: 23px;

  background-position-x: 6px;
}

.tickets-wrap .content {
  background: #a39081;

  width: 50%;

  position: absolute;

  bottom: 1px;

  right: 0;

  color: #fff;

  padding: 20px 30px 30px 30px;

  font-size: 0.9em;

  line-height: 1.4;
}

.tickets-wrap .content h1 {
  font-size: 1.2em;
}

.tickets-wrap .content h1 a {
  font-weight: 700;

  color: #fff;
}

.tickets-wrap .content h1 a:hover {
  text-decoration: underline;
}

.black {
  background: #000;

  border-bottom: 5px solid #fff;

  padding: 30px 0;
}

.black li {
  padding-bottom: 0;
}

.black li span {
  display: block;
}

.black li span a {
  color: #fff;

  text-align: center;

  display: block;

  padding: 30px;

  font-size: 1.3em;
}

.black li span a:hover {
  text-decoration: underline;
}

.black li:first-child span {
  background: #923463;
}

.black li:nth-child(2) span {
  background: #515023;
}

.black li:nth-child(3) span {
  background: #231f20;
}

.arrows {
  position: absolute;

  top: 15%;

  right: 10%;
}

.social-wrap {
  font-size: 1.4em;
}

ul.social {
  margin: 0;
  list-style: none;
  display: inline-block;
}

ul.social li {
  display: inline;

  margin-right: 10px;
}

ul.social li a {
  color: #fff;

  font-size: 1.4em;
}

ul.social li:first-child a:hover {
  color: #3b5998;
}

ul.social li:nth-child(2) a:hover {
  color: #1da1f2;
}

ul.social li:nth-child(3) a:hover {
  color: #e12b28;
}

ul.social li:nth-child(4) a:hover {
  color: #56953f;
}

.articles h1 {
  background: #000;

  font-size: 1.1em;

  margin-top: 33px;

  position: relative;
}

.articles h1 .arrows {
  top: 34%;

  right: 5%;
}

.articles h1 a {
  color: #fff;

  padding: 20px 50px;

  display: block;

  width: 100%;

  font-weight: 600;

  font-weight: 700;
}

.articles .news-bg {
  margin-top: 33px;

  border-left: 3px solid #fff;

  width: 100%;

  max-height: 975px;
}

.moduledata {
  margin-bottom: 20px;
}

.moduledata:nth-child(odd) a {
  background: #000;
}

.moduledata:nth-child(even) a {
  background: #a39081;
}

.moduledata span {
  width: 100%;

  display: block;
}

.moduledata time {
  font-weight: 700;
}

.moduledata a {
  display: block;

  color: #fff;

  padding: 35px 30px;

  min-height: 170px;

  font-size: 0.9em;

  line-height: 1.4;
}

.moduledata a:hover {
  color: #fff;

  text-decoration: underline;
}

.arrow_box {
  position: relative;

  background: #fff;
}

.arrow_box:after {
  top: 100%;

  left: 11%;

  border: solid transparent;

  content: " ";

  height: 0;

  width: 0;

  position: absolute;

  pointer-events: none;

  border-color: rgba(255, 255, 255, 0);

  border-top-color: #fff;

  border-width: 29px;

  margin-left: -30px;

  z-index: 0;
}

/*videos */

.flex {
  display: -webkit-box;

  display: -moz-box;

  display: box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flex;

  display: flex;

  -webkit-box-pack: justify;

  -moz-box-pack: justify;

  box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  -ms-justify-content: space-between;

  -o-justify-content: space-between;

  justify-content: space-between;

  -ms-flex-pack: justify;
}

.flex .flex-item,
.highlights .texts>div {
  -webkit-flex-grow: 1;

  -moz-flex-grow: 1;

  flex-grow: 1;

  -ms-flex-positive: 1;

  -webkit-flex-shrink: 1;

  -moz-flex-shrink: 1;

  flex-shrink: 1;

  -ms-flex-negative: 1;

  -webkit-flex-basis: 0;

  -moz-flex-basis: 0;

  flex-basis: 0;

  -ms-flex-preferred-size: 0;
}

.flex .flex-item {
  margin-right: 30px;
}

.flex .flex-item:last-child {
  margin-right: 0;
}

.flex .flex-item img {
  display: block;
}

@media screen and (max-width: 768px) {
  .flex {
    -webkit-box-lines: multiple;

    -ms-box-lines: multiple;

    -moz-box-lines: multiple;

    box-lines: multiple;

    -webkit-flex-wrap: wrap;

    -moz-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .flex .flex-item {
    -webkit-flex-basis: 100%;

    -moz-flex-basis: 100%;

    flex-basis: 100%;

    -ms-flex-preferred-size: 100%;

    margin-right: 0;
  }

  .flex .flex-item:nth-child(2) {
    -webkit-box-ordinal-group: -1;

    -moz-box-ordinal-group: -1;

    box-ordinal-group: -1;

    -webkit-order: -1;

    -moz-order: -1;

    order: -1;

    -ms-flex-order: -1;

    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .flex .flex-item:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1201px) {
  .flex--2-1 .flex-item:first-child {
    -webkit-flex-grow: 2;

    -moz-flex-grow: 2;

    flex-grow: 2;

    -ms-flex-positive: 2;
  }
}

.highlights {
  background: #fff;

  height: calc(100vh - 112px);

  min-height: 500px;

  position: relative;
}

@media screen and (max-width: 1024px) {
  .highlights {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .highlights {
    max-height: 400px;
  }
}

@media screen and (max-height: 700px) {
  .highlights {
    height: calc(100vh - 90px);
  }
}

.highlights .videos,
.highlights .texts {
  width: 100%;

  height: 100%;

  left: 0;

  overflow: hidden;

  position: absolute;

  top: 0;
}

.highlights .videos {
  z-index: 1;
}

.highlights .videos .video-wrap {
  -webkit-transform: translate(0%, -50%);

  -moz-transform: translate(0%, -50%);

  -ms-transform: translate(0%, -50%);

  -o-transform: translate(0%, -50%);

  transform: translate(0%, -50%);

  left: -1px;

  min-height: calc(100% + 2px);

  position: absolute;

  right: -1px;

  top: 50%;
}

.highlights .videos .video-wrap::before {
  content: "";

  display: block;

  height: 0;

  padding-bottom: 56.25%;
}

.highlights .videos video,
.highlights .videos iframe {
  -webkit-transform: translate(-50%, 0%);

  -moz-transform: translate(-50%, 0%);

  -ms-transform: translate(-50%, 0%);

  -o-transform: translate(-50%, 0%);

  transform: translate(-50%, 0%);

  /*width: auto;*/

  height: 100%;

  left: 50%;

  opacity: 0;

  position: absolute;

  top: 0;

  z-index: 1;
}

.highlights .videos video.active,
.highlights .videos iframe.active {
  opacity: 1;

  z-index: 2;
}

@-webkit-keyframes fadeInBlocks {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@-moz-keyframes fadeInBlocks {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@-ms-keyframes fadeInBlocks {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes fadeInBlocks {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.highlights .texts {
  z-index: 5;
}

.highlights .texts>div {
  -webkit-transition: opacity 0.25s, background 0.25s;

  -ms-transition: opacity 0.25s, background 0.25s;

  -o-transition: opacity 0.25s, background 0.25s;

  -moz-transition: opacity 0.25s, background 0.25s;

  transition: opacity 0.25s, background 0.25s;

  color: rgba(255, 255, 255, 0.5);

  position: relative;
}

.highlights .texts>div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.highlights .texts>div::before {
  -webkit-animation: 1s cubic-bezier(0.9, 0.04, 0, 1.01) 1s fadeInBlocks forwards;

  -o-animation: 1s cubic-bezier(0.9, 0.04, 0, 1.01) 1s fadeInBlocks forwards;

  -ms-animation: 1s cubic-bezier(0.9, 0.04, 0, 1.01) 1s fadeInBlocks forwards;

  -moz-animation: 1s cubic-bezier(0.9, 0.04, 0, 1.01) 1s fadeInBlocks forwards;

  animation: 1s cubic-bezier(0.9, 0.04, 0, 1.01) 1s fadeInBlocks forwards;

  width: 101%;

  height: 100%;

  background: #fff;

  content: "";

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  z-index: 2;
}

.highlights .texts>div:nth-child(2)::before {
  -webkit-animation-delay: 0.9s;

  -ms-animation-delay: 0.9s;

  -o-animation-delay: 0.9s;

  -moz-animation-delay: 0.9s;

  animation-delay: 0.9s;
}

.highlights .texts>div:nth-child(3)::before {
  -webkit-animation-delay: 1.1s;

  -ms-animation-delay: 1.1s;

  -o-animation-delay: 1.1s;

  -moz-animation-delay: 1.1s;

  animation-delay: 1.1s;

  -webkit-animation-duration: 0.7s;

  -ms-animation-duration: 0.7s;

  -o-animation-duration: 0.7s;

  -moz-animation-duration: 0.7s;

  animation-duration: 0.7s;
}

.highlights .texts>div:nth-child(4)::before {
  -webkit-animation-delay: 1.3s;

  -ms-animation-delay: 1.3s;

  -moz-animation-delay: 1.3s;

  -o-animation-delay: 1.3s;

  animation-delay: 1.3s;

  -webkit-animation-duration: 0.8s;

  -o-animation-duration: 0.8s;

  -ms-animation-duration: 0.8s;

  -moz-animation-duration: 0.8s;

  animation-duration: 0.8s;
}

.highlights .texts>div .info-0,
.highlights .texts>div .info-1,
.highlights .texts>div .info-2 {
  -webkit-transition: bottom 0.2s;

  -moz-transition: bottom 0.2s;

  transition: bottom 0.2s;

  bottom: 30px;

  position: absolute;

  text-align: center;

  text-transform: uppercase;

  width: 100%;
}

@media screen and (min-width: 2500px) {
  .highlights .texts>div .info {
    bottom: 40px;
  }
}

.highlights .texts>div .info .title,
.highlights .texts>div .info .subtitle {
  -webkit-transform: translate(0, 70px);

  -moz-transform: translate(0, 70px);

  -ms-transform: translate(0, 70px);

  -o-transform: translate(0, 70px);

  transform: translate(0, 70px);

  -webkit-transition: transform 0.25s;

  -moz-transition: transform 0.25s;

  transition: transform 0.25s;
}

.highlights .texts>div .info .title {
  font-size: 32px;

  margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
  .highlights .texts>div .info .title {
    font-size: 24px;

    margin-bottom: 5px;
  }
}

@media screen and (min-width: 2500px) {
  .highlights .texts>div .info .title {
    font-size: 42px;

    letter-spacing: -0.04em;

    line-height: 45px;
  }
}

.highlights .texts>div .info .subtitle {
  font-size: 15px;
}

@media screen and (max-width: 1400px) {
  .highlights .texts>div .info .subtitle {
    font-size: 13px;
  }
}

@media screen and (min-width: 2500px) {
  .highlights .texts>div .info .subtitle {
    font-size: 20px;
  }
}

.highlights .texts>div .info .watch {
  -webkit-transform: translate(0, 70px);

  -moz-transform: translate(0, 70px);

  -ms-transform: translate(0, 70px);

  -o-transform: translate(0, 70px);

  transform: translate(0, 70px);

  -webkit-transition: opacity 0.25s, transform 0.25s, color 0.2s;

  -moz-transition: opacity 0.25s, transform 0.25s, color 0.2s;

  transition: opacity 0.25s, transform 0.25s, color 0.2s;

  margin-top: 16px;

  opacity: 0;

  overflow: hidden;
}

@media screen and (min-width: 2500px) {
  .highlights .texts>div .info .watch {
    font-size: 25px;

    line-height: 60px;

    margin-top: 26px;

    padding: 0 30px;
  }
}

.highlights .texts>div:hover {
  color: white;
}

.highlights .texts>div:hover .title,
.highlights .texts>div:hover .subtitle {
  -webkit-transform: translate(0, 0);

  -moz-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  -o-transform: translate(0, 0);

  transform: translate(0, 0);
}

.highlights .texts>div:hover .watch {
  -webkit-transform: translate(0, 0);

  -moz-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  -o-transform: translate(0, 0);

  transform: translate(0, 0);

  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .highlights .texts>div {
    -webkit-flex-basis: 33.33%;

    -moz-flex-basis: 33.33%;

    -moz-flex-basis: 33.33%;

    flex-basis: 33.33%;

    -ms-flex-preferred-size: 33.33%;
  }

  .highlights .texts>div:last-child {
    height: 0;

    visibility: hidden;

    -webkit-flex-basis: 0;

    -moz-flex-basis: 0;

    flex-basis: 0;

    -ms-flex-preferred-size: 0;
  }
}

@media screen and (max-width: 768px) {
  .highlights .texts>div:not(:first-child) {
    height: 0;

    visibility: hidden;
  }

  .highlights .texts>div:first-child {
    -webkit-flex-basis: 100%;

    -moz-flex-basis: 100%;

    flex-basis: 100%;

    -ms-flex-preferred-size: 100%;

    height: 100%;
  }
}

@-webkit-keyframes scaleUp {
  0% {
    width: 22px;

    height: 22px;
  }

  50% {
    width: 30px;

    height: 30px;

    top: 4px;

    right: -4px;
  }
}

@-moz-keyframes scaleUp {
  0% {
    width: 22px;

    height: 22px;
  }

  50% {
    width: 30px;

    height: 30px;

    top: 4px;

    right: -4px;
  }
}

@keyframes scaleUp {
  0% {
    width: 22px;

    height: 22px;
  }

  50% {
    width: 30px;

    height: 30px;

    top: 4px;

    right: -4px;
  }
}

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.85);

    -webkit-transform-origin: center;
  }
}

@-moz-keyframes scaleDown {
  0% {
    -moz-transform: scale(1);
  }

  50% {
    -moz-transform: scale(0.85);

    -moz-transform-origin: center;
  }
}

@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.85);

    -moz-transform: scale(0.85);

    -ms-transform: scale(0.85);

    -o-transform: scale(0.85);

    transform: scale(0.85);

    -webkit-transform-origin: center;

    -moz-transform-origin: center;

    -ms-transform-origin: center;

    -o-transform-origin: center;

    transform-origin: center;
  }
}

.articleTitle {
  padding: 50px 0;
}

#contact button {
  background: #000;
}

.dateday div {
  border-top: 1px solid;

  padding: 20px 0;

  border-right: 1px solid;
}

.dateday:first-of-type div {
  border-top: none;
}

.dateday div:nth-of-type(2) {
  border-right: none;
}

.articlelistingrow span {
  display: block;

  width: 100%;

  border-bottom: 3px solid #8a8976;

  padding: 20px;

  background: #9e9d8b;
}

.articlelistingrow a,
.articlelistingrow p {
  color: #fff;
}

.articlelistingrow a:hover {
  color: #484730;

  border-color: #484730;
}

.articlelistingrow p {
  font-size: 0.9em;

  margin: 20px 0;
}

.articlelistingrow a.articleImage {
  width: 100%;

  display: block;

  text-align: center;
}

.articlelistingrow h4 {
  font-size: 1.2em;

  text-align: center;
}

.article-info {
  padding: 50px 0;
}

.article-info>.article-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 30px;
  position: relative;
  border-top: 1px solid #dcdfe4;
}

.article-info>.article-content>strong {
  color: #000;
}

.article-content>div {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.article-content.active>div {
  max-height: 100vh;
  transition: max-height 1s ease-in-out;
}

.article-content h5 {
  margin: 0;
}

.article-content h5::before {
  content: "+";
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  top: -1px;
}

.article-content.active h5::before {
  content: "-";
  top: -3px;
}

a.more {
  padding: 5px 10px;

  color: #484730;

  border: 1px solid #484730;
}

a:hover.more {
  border: 1px solid #fff;

  color: #fff;
}

ul.pagination li.current a {
  background: #484730;
}

.contentBody * {
  line-height: 2.5;
}

.contentBody p {
  color: #000;
}

.contentBody a {
  color: #000;

  text-decoration: underline;
}

ul.categories {}

ul.categories li {}

ul.categories a {
  display: block;
  text-align: center;
  /* border-bottom: 5px solid #ccc; */
  padding: 30px 0 40px;
  color: #333;
  font-size: 1.5em;
  font-weight: 100;
  background: #efefef url("../img/category-bg-opacity.jpg") no-repeat bottom center;
}

ul.categories a:hover {
  /* border-bottom: 5px solid #333; */
  background: #efefef url(../img/category-bg.jpg) no-repeat bottom center;
}

.breadcrumbs {
  background-color: transparent !important;

  border-color: transparent !important;

  margin-top: 30px;
}

.breadcrumbs>* {
  color: #000 !important;

  text-transform: initial;
}

.breadcrumbs>*.current {
  color: #797272 !important;
}

#contact {
  max-width: 500px;

  margin: auto;
}

.supporters ul {
  list-style-type: none;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .news-bg {
    display: none;
  }

  .seminars-wrap .content,
  .museum-wrap .content {
    width: 100%;
  }

  .seminars-wrap .seminars-bg,
  .museum-wrap .museum-bg {
    background-size: 100%;
  }

  .tickets-wrap .tickets-bg {
    background-size: 100%;
  }

  .tickets-wrap .content {
    width: 100%;
  }

  .map-wrap {
    height: 400px;

    width: 100%;

    background: none;
  }

  .map-wrap .map-box {
    height: 400px;

    margin: 0 auto;
  }

  .map-wrap .content {
    width: 100%;
  }

  .header .black div:nth-of-type(2).row,
  .header .black div:nth-of-type(3).row {
    display: none;
  }

  .header .black {
    height: auto;

    padding: 10px 0;

    /* margin-top: 100px; */
  }

  .header br {
    display: none;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 0.85em;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 5px;
  }
}

@media screen and (min-width: 0) and (max-width: 640px) {

  .seminars-wrap,
  .tickets-wrap {
    border: none;
  }

  header {
    position: absolute;

    top: 0;

    z-index: 10;
  }

  .top-bar-section .dropdown li.title h5 a {
    color: #222;
  }

  .header .black div:first-of-type.row {
    margin-top: 45px;
  }

  .top-bar-section .flex-row-center {
    display: block !important;
  }

  .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000;

    background: #fff;
  }

  .top-bar .toggle-topbar {
    position: static;

    margin-top: 8px !important;

    padding: 0 !important;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding-left: 0;
  }

  .arrows {
    display: none;
  }

  footer .flex-row-center {
    display: block !important;

    text-align: center;
  }
}

.mapouter,
.gmap_canvas {
  width: 100% !important;
}

.supporters ul {
  flex-wrap: wrap;
  display: flex !important;
  justify-content: center;
  margin-left: 0px;
}

.supporters ul img {
  height: 100px;
  transition: all 0.3s;
}

.supporters ul li:first-child {
  width: 100%;
  text-align: center;
  font-size: 31px;
  margin-bottom: 18px;
  margin-bottom: 40px;
  background: #722f37;
  color: #fff;
  padding: 25px 30px;
  font-size: 32px;
  width: max-content;
  border-radius: 31px;
  font-weight: 700;
}

.supporters {
  max-width: 1720px;
}

.supporters li {
  padding: 0px 6px;
}

.supporters ul li:first-child strong {
  font-weight: 700;
  font-size: 25px;
}

@media screen and (max-width: 1200px) {
  .contentBody {
    padding: 0px 10px;
  }

  .contentBody iframe {
    width: 100%;
  }
}

.contentBody h2 {
  font-size: 32px;
  position: relative;
  width: max-content;
  margin-bottom: 60px;
}

.contentBody h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  background: #923463;
  height: 8px;
}

@media screen and (max-width: 640px) {
  .contentBody * {
    line-height: 1.5;
  }

  .supporters ul {
    flex-direction: column;
    align-items: center;
  }

  .supporters li {
    max-width: 300px;
    width: 100%;
    padding: 0px;
    margin: 5px;
  }

  .black ul {
    margin: 0px;
  }

  .black ul li {
    padding: 0px;
  }

  .article-info {
    padding: 25px 0;
  }

  .article-info>.article-content {
    gap: 10px;
    padding: 12px 24px;
  }

  .article-content h5::before {
    font-size: 28px;
    top: 3px;
  }

  .article-content.active h5::before {
    top: 1px;
  }
}

.hidden-gem~.row {
  max-width: 90%;
}

.festive-events #articlebody>div {
  display: flex;
  justify-content: space-around;
  margin: 10px 0px;
  gap: 10px;
}

.festive-events #articlebody>div>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 390px;
}

.festive-events #articlebody>div>div>a {
  padding: 5px;
  font-weight: 700;
  text-decoration: none;
  background: #000;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .festive-events #articlebody>div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.festive-events p {
  display: none;
}