/*@import "/css/blueprint/reset_clearfix.min.css";*/

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.close-menu {
  background: transparent url('/images/icons/close-menu.svg') no-repeat center center;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.icon-toggle {
  background: transparent url('/images/icons/menu.svg') no-repeat center center;
  height: 31px;
  width: 33px;
  display: inline-block;
}
.previous-category-arrow {
  background: transparent url('/images/icons/prev-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.previous-category-arrow:hover {
  background: transparent url('/images/icons/prev-category-hover.svg') no-repeat center center;
  background-size: cover;
}
.next-category-arrow {
  background: transparent url('/images/icons/next-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.next-category-arrow:hover {
  background: transparent url('/images/icons/next-category-hover.svg') no-repeat center center;
  background-size: cover;
}
.audio {
  background: transparent url('/images/icons/audio.svg') no-repeat center center;
  height: 45px;
  width: 40px !important;
  display: inline;
}
.exhibition-details-icon {
  background: transparent url('/images/icons/exhibition-text.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.exhibition-details-icon.opened {
  background: transparent url('/images/icons/exhibition-close.svg') no-repeat center center;
  background-size: cover;
}
#videoControl {
  background: transparent url('/images/icons/camera.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;
}
#videoControl.paused {
  background: transparent url('/images/icons/camera-paused.png') no-repeat center center;
}
#audio-speaker {
  background: transparent url('/images/icons/headphones.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;
  border: none !important;
}
* {
  box-sizing: border-box;
  font-family: "Figtree", sans-serif !important;
}
html {
  font-size: 10px;
}
body {
  font-weight: 300;
  font-size: 2rem;
  color: #313d4a;
  background-color: white;
  line-height: 1.2;
}
p {
  line-height: 1.7;
}
a {
  color: #313d4a;
}
a:hover {
  color: #313d4a;
  text-decoration: none;
}
a.link-underline:hover {
  text-decoration: underline;
}
em {
  color: #313d4a;
}
h1 {
  font-size: 8.2rem;
  font-weight: 300;
  letter-spacing: 2px;
}
h2 {
  font-size: 4rem;
  letter-spacing: 2px;
}
h3 {
  font-size: 2rem;
  font-weight: 800;
}
h4 {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 120%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: unset;
}
.smaller-title {
  font-size: 6rem;
}
.tm-container {
  max-width: 1640px;
  padding: 0 30px;
  margin: 0 auto;
}
.main-control {
  min-height: 100vh;
  padding-top: 160px;
}
.tm-container-smaller {
  max-width: 1520px;
  padding: 0 30px;
  margin: 0 auto;
}
.tm-container-big {
  max-width: 1388px;
  padding: 0 30px;
  margin: 0 auto;
}
svg {
  flex-shrink: 0;
}
.slider-button {
  background-color: white;
  color: #313d4a;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 12px 65px 16px 59px;
  transition: all 0.3s ease;
  display: block;
  width: max-content;
}
.slider-button:hover {
  background-color: #b5910a;
  transition: all 0.3s ease;
}
.boxtail {
  position: absolute;
  top: 0;
  right: 1px;
  translate: 100%;
  bottom: 60%;
}
.boxtail img,
.boxtail svg {
  max-width: 80px;
  height: unset;
}
.date .boxtail img,
.date .boxtail svg {
  max-width: unset;
  height: 100%;
}
.boxtail-negativ {
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
}
.boxtail-negativ img {
  height: 100%;
}
.boxtail-btn {
  position: absolute !important;
  bottom: 1px;
  left: 0;
  translate: -100%;
  top: 60% !important;
  rotate: 180deg;
  /*width: -webkit-fill-available !important;*/

}
.boxtail-btn img {
  position: absolute;
  bottom: 1px;
  height: 100%;
}
.link-right {
  font-weight: 800;
}
.link-right img {
  margin-left: 10px;
}
.link-right:hover {
  opacity: 50%;
}
.img-wrapper {
  overflow: hidden;
}
.title-without-img {
  margin: 100px 0 76px 0;
}
header {
  background-color: white;
  color: #313d4a;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
header.header-dark {
  background-color: transparent;
  color: white;
}
header.header-dark .navigation-content a {
  color: white;
}
header.header-dark .navigation-content button {
  color: white;
}
header.header-dark .navigation-content button:hover {
  color: #b5910a;
}
header.header-dark .logo .svg-text {
  fill: white;
}
header.header-dark .h-social {
  display: flex;
  gap: 16px;
}
header.header-dark .h-social svg {
  fill: transparent;
}
header.header-dark .h-social svg path:first-child {
  stroke: white;
}
header.header-dark .h-social a:hover svg {
  fill: white;
}
header.header-dark .h-social a:hover svg path:first-child {
  stroke: white;
}
header.header-dark .h-social a:hover svg path:last-child {
  fill: black;
}
header.header-dark .tm-languages {
  display: none;
}
header.header-dark .tm-languages button {
  color: white;
}
header.header-dark .tm-languages button svg path {
  fill: white;
}
header.header-dark .tm-languages .languages-dd a {
  color: white;
}
header.header-dark .tm-languages .languages-dd a:hover {
  color: #b5910a;
}
header.header-dark .h-search svg path {
  fill: white;
}
header.header-menu-opened {
  background-color: #313d4a;
}
header.header-menu-opened .logo .svg-text,
header.header-menu-opened .h-search svg path {
  fill: white;
}
header .logo .svg-text {
  fill: #313d4a;
}
header .logo:hover .svg-text {
  fill: #b5910a;
}
header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  /*position: relative;*/

}
header .header-mob {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-content: center;
  gap: 28px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
header .header-mob .logo {
  width: 100%;
}
header .header-mob .logo svg {
  width: 147px;
}
header .header-mob .h-search {
  margin-top: 35px;
}
header .header-mob .h-search svg {
  height: 27px;
  width: 44px;
}
header .header-mob .sidebar-toggle-mob {
  margin-top: 32px;
}
.navigation-content {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 25px;
  padding: 0 55px 0 15px;
}
.navigation-content a {
  color: #313d4a;
  text-decoration: none;
  font-weight: 700;
}
.navigation-content a:hover {
  color: white;
}
.navigation-content .sub-menu {
  display: none;
  position: absolute;
  top: 174px;
  list-style: none;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #313d4a;
  padding: 69px 0 69px 376px;
}
.navigation-content .sub-menu li {
  margin-bottom: 15px;
  /*max-width: 300px;*/

}
.navigation-content .sub-menu a {
  color: white;
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 210%;
}
.navigation-content .sub-menu a svg {
  visibility: hidden;
}
.navigation-content .sub-menu a:hover {
  color: #b5910a;
}
.navigation-content .sub-menu a:hover svg {
  visibility: visible;
}
.navigation-content .sub-menu a.selected,
.navigation-content .sub-menu a.active {
  color: #b5910a;
}
.navigation-content .sub-menu a.selected svg,
.navigation-content .sub-menu a.active svg {
  visibility: visible;
}
.navigation-content .sub-menu a.selected svg path,
.navigation-content .sub-menu a.active svg path {
  fill: #b5910a;
}
.navigation-content .sub-menu .menu-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.navigation-content .nav-dropdown-overlay {
  z-index: -1;
  height: 100vh;
  display: block;
  background: rgba(80, 80, 80, 0.5);
  position: fixed;
  top: 174px;
  left: 0;
  width: 100%;
}
.menu-overlay {
  display: none;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  background-color: #313d4a;
  font-size: 1.8rem;
  font-weight: 700;
  height: 100vh;
  z-index: 1000000;
}
.menu-overlay .selected {
  color: #b5910a !important;
}
.menu-overlay .selected .svg-boxtail {
  visibility: visible;
}
.menu-overlay nav {
  margin: 0;
  height: unset;
}
.menu-overlay .dropdown-div {
  height: unset;
  line-height: 15px;
}
.menu-overlay ul {
  display: block;
  padding-left: 0;
}
.menu-overlay svg {
  height: 13px;
  flex-shrink: 0;
}
.menu-overlay .svg-boxtail {
  visibility: hidden;
}
.menu-overlay .menu-back {
  display: flex;
  align-items: center;
  background-color: #313d4a;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  border: none;
  margin: 20px 0 48px 30px;
}
.menu-overlay .menu-back .svg-back {
  margin-right: 6px;
}
.menu-overlay .mainMenu > li {
  margin: 0 30px 0 10px;
  align-items: center;
}
.menu-overlay .mainMenu > li:first-child > a,
.menu-overlay .mainMenu > li:first-child > .svg {
  margin-top: 85px;
}
.menu-overlay .mainMenu > li a {
  padding: 10px 0;
  color: white;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.menu-overlay .mainMenu > li > a {
  text-transform: uppercase;
}
.menu-overlay .mainMenu > li .svg {
  padding-left: 20px;
  width: fit-content;
}
.menu-overlay .mainMenu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #313d4a;
  height: 100vh !important;
  z-index: 1;
  padding: 0;
  box-shadow: none;
}
.menu-overlay .mainMenu ul li {
  position: unset;
  display: flex;
  align-items: center;
  margin: 0 30px 0 10px;
}
.menu-overlay .mainMenu ul li:last-child {
  border-bottom: none;
}
.menu-overlay .mainMenu ul li.parent-structure {
  padding-left: 0;
}
.menu-overlay .mainMenu ul li ul {
  columns: unset;
}
.menu-overlay .mainMenu ul h3 {
  margin-bottom: 7px;
}
.menu-overlay .mainMenu #m-zbirke ul {
  height: 180vh !important;
}
.menu-overlay .h-social-mob {
  display: flex;
  gap: 33px;
  margin: 40px 0 200px 40px;
}
.menu-overlay .h-social-mob svg {
  height: 48px;
  width: 53px;
}
.menu-overlay .h-social-mob svg path:first-child {
  fill: transparent;
}
.menu-overlay .sidebar-menu-mob {
  background-color: #b5910a;
}
.menu-overlay .sidebar-menu-mob .mainMenu {
  padding: 20px 0;
}
.menu-overlay .sidebar-menu-mob .mainMenu > li:first-child > .svg {
  margin-top: 0;
}
.menu-overlay .sidebar-menu-mob .mainMenu > li > button {
  text-transform: uppercase;
  padding: 10px 0;
}
.menu-overlay .sidebar-menu-mob .mainMenu .selected {
  color: white !important;
}
.menu-overlay .sidebar-menu-mob .mainMenu .btn-menu:hover {
  color: unset;
}
.no-overflow {
  overflow: hidden;
}
.scroll {
  overflow: scroll;
}
.h-social {
  display: flex;
  gap: 16px;
}
.h-social svg {
  fill: #b5910a;
}
.h-social svg path:first-child {
  stroke: #b5910a;
}
.h-social a:hover svg {
  fill: white;
}
.h-social a:hover svg path:first-child {
  stroke: #b5910a;
}
.h-social a:hover svg path:last-child {
  fill: #b5910a;
}
.tm-button {
  background-color: #b5910a;
  color: white;
  border: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 800;
  height: 48px;
  width: 270px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tm-button:hover {
  background-color: #313d4a;
  transition: all 0.3s ease;
}
.tm-languages {
  position: relative;
  display: none;
}
.tm-languages button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 800;
  color: #313d4a;
}
.tm-languages button svg {
  margin-left: 6px;
  width: 11px;
}
.tm-languages .languages-dd {
  background-color: transparent;
  position: absolute;
  top: 25px !important;
  left: 0 !important;
  right: 0;
  font-weight: 500;
  min-width: unset;
  padding: 7px 0 0 6px;
  color: #b5910a;
  box-shadow: none;
}
.tm-languages .languages-dd a {
  display: block;
  line-height: 14px;
  padding: 6px 0;
  font-size: 1.6rem;
  font-weight: 800;
}
.tm-languages .languages-dd a:hover {
  color: #b5910a;
}
.tm-languages-mob {
  position: absolute;
  z-index: 100;
  top: 18px;
  right: 30px;
  width: max-content;
  display: none;
}
.tm-languages-mob a {
  color: white;
}
.h-search {
  font-size: 1.6rem;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 3px;
}
.h-search svg {
  height: 20px;
  width: 20px;
}
.search-wrapper {
  display: none;
  background-color: #313d4a;
  color: white;
  position: absolute;
  height: 600px;
  left: 0;
  right: 0;
}
.search-wrapper .search-close {
  position: relative;
  top: 63px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.search-wrapper .search-close svg {
  width: 35px;
  height: 35px;
}
.search-wrapper .indented {
  margin: 179px 262px;
}
.search-wrapper h2 {
  font-size: 3.2rem;
  font-weight: 300;
}
.search-wrapper .input-div {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 42px;
  margin-bottom: 68px;
}
.search-wrapper .input-div div {
  position: relative;
}
.search-wrapper .input-div div:first-child {
  width: 100%;
}
.search-wrapper .input-div div svg {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.search-wrapper .input-div input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  padding-right: 50px;
}
.search-wrapper p {
  margin: 0;
  font-size: 1.6rem;
}
.search-wrapper .tags {
  font-weight: 800;
}
.search-wrapper .tags a {
  color: white;
}
.search-wrapper .tags a:hover {
  color: #b5910a;
}
.search-wrapper .tm-button {
  background-color: #b5910a;
  color: white;
}
.search-wrapper .tm-button:hover {
  background-color: white;
  color: #b5910a;
}
.btn-menu {
  background-color: transparent;
  color: #313d4a;
  border: none;
  font-size: 1.6rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 10px;
  text-align: unset;
  white-space: nowrap;
}
.btn-menu:hover {
  color: #b5910a;
}
.btn-menu svg {
  visibility: hidden;
}
.btn-menu.selected,
.btn-menu.active {
  color: #b5910a !important;
}
.btn-menu.selected svg,
.btn-menu.active svg {
  visibility: visible;
}
.btn-menu.selected svg path,
.btn-menu.active svg path {
  fill: #b5910a;
}
.third-level {
  display: none;
  position: absolute;
  top: 0;
  /*left: 739px;*/
  left: 40%;
  padding: 69px 0;
  margin-top: 0;
  text-transform: none;
  list-style: none;
}
.sidebar-toggle .img {
  cursor: pointer;
}
.sidebar-toggle .img .menu-lines {
  margin-bottom: 4px;
}
.sidebar-toggle .img span {
  display: block;
  height: 19px;
}
.sidebar-toggle .img span img {
  margin: 0;
  transition: all 0.2s ease;
}
.sidebar-toggle .img.opened {
  background-image: url("/images/menu-close-gold.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  transition: all 0.3s ease;
}
.sidebar-toggle .img.opened span {
  display: none;
}
.sidebar-toggle .img.opened:hover {
  transform: scale(1.1);
  transition: all 0.2s ease;
}
.sidebar-toggle .img:hover .line1 img {
  margin-top: -5px;
  transition: all 0.2s ease;
}
.sidebar-toggle .img:hover .line3 img {
  margin-bottom: -5px;
  transition: all 0.2s ease;
}
.sidebar-toggle-mob .img {
  background-image: url("/images/menu-hambi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.sidebar-toggle-mob .img.opened {
  background-image: url("/images/menu-close-gold.svg");
}
.sidebar-toggle .img {
  width: 40px;
  /*height: 52px;*/

}
.sidebar-toggle-mob .img {
  width: 25px;
  height: 32px;
}
.sidebar-overlay {
  display: none;
  z-index: 10;
  height: 100vh;
  background: rgba(80, 80, 80, 0.7);
  position: fixed;
  top: 174px;
  left: 0;
  width: 100%;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 174px;
  right: 0;
  background-color: #b5910a;
  padding: 72px 0;
  text-align: right;
  z-index: 10000;
  width: 975px;
}
.sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin-right: 118px;
  margin-left: 109px;
  gap: 0;
}
.sidebar-menu > ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.sidebar-menu li {
  margin-bottom: 25px;
}
.sidebar-menu .btn-menu {
  background-color: transparent;
  color: black;
  text-transform: uppercase;
  border: none;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
  line-height: 140%;
  width: 327px;
  white-space: normal;
  text-align: start;
}
.sidebar-menu .btn-menu svg {
  visibility: hidden;
}
.sidebar-menu .btn-menu svg path {
  fill: black;
}
.sidebar-menu .btn-menu:hover svg {
  visibility: visible;
}
.sidebar-menu .btn-menu.selected svg {
  visibility: visible;
}
.sidebar-menu .btn-menu.selected svg path {
  fill: black;
}
.sidebar-menu .btn-menu.selected,
.sidebar-menu .btn-menu.active {
  color: black !important;
}
.sidebar-menu a:hover svg,
.sidebar-menu a.selected svg {
  visibility: visible;
}
.sidebar-menu svg {
  visibility: hidden;
}
.sidebar-menu .sub-menu {
  display: none;
  position: absolute;
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  position: relative;
  margin-top: 15px;
  font-weight: 800;
  margin-right: 0;
  margin-left: 30px;
}
.sidebar-menu .sub-menu a {
  color: black;
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: 344px;
  text-align: start;
}
.homepage-top {
  background-color: black;
  position: relative;
}
.homepage-top .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75vh;
}
.homepage-top video {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.homepage-top .hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
.homepage-top .hero-overlay > div {
  position: relative;
  margin-top: auto;
  margin-bottom: 12vh;
  width: 100%;
}
.homepage-top h1 {
  color: white;
  max-width: 813px;
  margin-bottom: 50px;
}
.homepage-top .dark-overlay {
  left: 0;
  right: 0;
}
.hp-events {
  padding-top: 120px;
  padding-bottom: 100px;
}
.hp-events h3 {
  padding-bottom: 65px;
  font-size: 3.6rem;
}
.overflown-slider,
.overflown-slider2,
.overflown-slider3,
.overflown-slider4,
.overflown-slider5 {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.overflown-slider .slick-slide,
.overflown-slider2 .slick-slide,
.overflown-slider3 .slick-slide,
.overflown-slider4 .slick-slide,
.overflown-slider5 .slick-slide {
  margin: 0 14px;
}
.overflown-slider .slick-track,
.overflown-slider2 .slick-track,
.overflown-slider3 .slick-track,
.overflown-slider4 .slick-track,
.overflown-slider5 .slick-track {
  margin-left: 155px;
}
.overflown-slider .slick-arrow,
.overflown-slider2 .slick-arrow,
.overflown-slider3 .slick-arrow,
.overflown-slider4 .slick-arrow,
.overflown-slider5 .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 70px;
  height: 70px;
  background-color: white;
  top: 40%;
  cursor: pointer;
}
.overflown-slider .slick-arrow .hover-area,
.overflown-slider2 .slick-arrow .hover-area,
.overflown-slider3 .slick-arrow .hover-area,
.overflown-slider4 .slick-arrow .hover-area,
.overflown-slider5 .slick-arrow .hover-area {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overflown-slider .slick-arrow .hover-area svg path,
.overflown-slider2 .slick-arrow .hover-area svg path,
.overflown-slider3 .slick-arrow .hover-area svg path,
.overflown-slider4 .slick-arrow .hover-area svg path,
.overflown-slider5 .slick-arrow .hover-area svg path {
  transition: all 0.3s ease;
}
.overflown-slider .slick-arrow .hover-area:hover svg path,
.overflown-slider2 .slick-arrow .hover-area:hover svg path,
.overflown-slider3 .slick-arrow .hover-area:hover svg path,
.overflown-slider4 .slick-arrow .hover-area:hover svg path,
.overflown-slider5 .slick-arrow .hover-area:hover svg path {
  fill: #b5910a;
  transition: all 0.3s ease;
}
.overflown-slider .slick-next,
.overflown-slider2 .slick-next,
.overflown-slider3 .slick-next,
.overflown-slider4 .slick-next,
.overflown-slider5 .slick-next {
  left: 58px;
}
.overflown-slider .slick-prev,
.overflown-slider2 .slick-prev,
.overflown-slider3 .slick-prev,
.overflown-slider4 .slick-prev,
.overflown-slider5 .slick-prev {
  right: 58px;
}
.overflown-slider .slick-slide,
.overflown-slider2 .slick-slide,
.overflown-slider3 .slick-slide,
.overflown-slider4 .slick-slide,
.overflown-slider5 .slick-slide {
  position: relative;
}
.overflown-slider .slick-disabled,
.overflown-slider2 .slick-disabled,
.overflown-slider3 .slick-disabled,
.overflown-slider4 .slick-disabled,
.overflown-slider5 .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.overflown-slider3 .slick-arrow {
  top: 165px;
}
.overflown-slider4 {
  margin-bottom: 90px;
}
.overflown-slider4 .img {
  height: 290px;
}
.overflown-slider5 {
  margin-top: 114px;
  margin-bottom: 200px;
}
.overflown-slider5 .img {
  height: 290px;
}
.overflown-slider5 .bg-img {
  height: 290px;
}
.slider-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}
.card-event:hover .bg-img {
  transform: scale(1.2);
}
.card-event .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 378px;
  height: 290px;
  transition: all 0.3s ease;
}
.card-event h4 {
  width: 348px;
  margin: -22px 0 0 30px;
}
.card-event .date {
  background-color: #b5910a;
  color: white;
  font-size: 1.2rem;
  font-weight: 800;
  position: relative;
  top: -30px;
  left: 30px;
  width: 75px;
  height: 76px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-event .category {
  position: relative;
  top: -50px;
  font-size: 1.3rem;
  margin-left: 127px;
  text-transform: unset;
}
.card-event .category span {
  font-weight: 800;
  text-transform: uppercase;
}
#scroll-down {
  cursor: pointer;
}
.card-big {
  position: relative;
  margin-bottom: 90px;
}
.card-big .link-right {
  position: absolute;
  bottom: 0;
  right: 160px;
}
.card-big .link-right-hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 2rem;
  font-weight: 800;
  transition: all 0.3s ease;
}
.card-big .link-right-hover svg {
  width: 8px;
  height: 16px;
  margin-left: 10px;
}
.card-big .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75vh;
}
.video-title {
  position: absolute;
  /*  bottom: 96px;*/
  top: 106px;
  right: -170px;
  z-index: 1;
  background-color: #6219a0;
  color: white;
  width: 350px;
  height: 382px;
  padding: 0 35px 85px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.video-title:hover .link-right-hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.video-title a {
  color: white;
}
.video-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 29px;
}
.video-title h2 {
  font-weight: 300;
  line-height: 1.2;
}
.autoplay-video {
  position: relative;
}
.video-desc div {
  font-size: 3.2rem;
  max-width: 268px;
  text-align: right;
  float: right;
  margin-right: 150px;
  position: relative;
  top: 0;
  height: 211px;
  height: 75vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 88px !important;
}
.hp-locations h3 {
  font-size: 3.6rem;
}
.hp-locations > div:first-child {
  padding-bottom: 59px;
}
.hp-locations .locations-grid {
  padding-bottom: 100px;
}
.hp-locations .locations-grid .card-location {
  margin-bottom: 5px;
  position: relative;
  height: 100%;
}
.hp-locations .locations-grid .card-location > a {
  position: relative;
  z-index: 1;
}
.hp-locations .locations-grid .card-location .card-text {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px 30px;
}
.hp-locations .locations-grid .card-location a {
  position: relative;
  display: block;
}
.hp-locations .locations-grid .card-location:hover .bg-img {
  transform: scale(1.2);
}
.hp-locations .locations-grid .card-location:hover .hover-box {
  background-color: #313d4a;
  transition: all 0.2s ease-in;
}
.hp-locations .locations-grid .card-location:hover h4,
.hp-locations .locations-grid .card-location:hover p,
.hp-locations .locations-grid .card-location:hover .time {
  color: white;
}
.hp-locations .locations-grid .card-location .hover-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 30px;
  z-index: 0;
  background-color: #f4f5f6;
  transition: all 0.2s ease-in;
}
.hp-locations .locations-grid .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 382px;
  transition: all 0.3s ease;
}
.hp-locations .locations-grid h4 {
  font-weight: 800;
  padding: 30px 0 11px 0;
}
.hp-locations .locations-grid p {
  opacity: 50%;
  font-weight: 400;
  line-height: 24px;
}
.hp-locations .locations-grid .time {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 1.4rem;
  margin-top: 30px;
  line-height: 20px;
  margin-right: 20px;
}
.hp-locations .locations-grid .time > div:first-child {
  flex-shrink: 0;
}
.hp-locations .locations-grid .time span {
  font-weight: 800;
}
.hp-locations .locations-grid .map {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 1.4rem;
  font-weight: 800;
  margin-top: 20px;
}
.hp-locations .locations-grid .map a {
  color: #b5910a;
}
.hp-exhibition {
  margin-bottom: 70px;
}
.hp-exhibition h3 {
  padding-bottom: 70px;
  /*font-size: 3.6rem;*/

}
.card-exhibition {
  transition: all 0.3s ease;
  /*.date img {
    height: 24px;
  }

  .ticket img {
    height: 20px;
  }

  .map img {
    height: 31px;
  }*/

}
.card-exhibition .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
}
.card-exhibition .indented {
  margin-left: 30px;
  margin-right: 30px;
  width: 316px;
}
.card-exhibition .location {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 38px 0 20px 0;
}
.card-exhibition .title {
  font-size: 3.2rem;
  height: 123px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-exhibition .date,
.card-exhibition .ticket,
.card-exhibition .map {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 1.4rem;
  margin-top: 17px;
}
.card-exhibition .date {
  font-size: 1.6rem;
}
.card-exhibition .date div:first-child {
  width: 40px;
}
.card-exhibition .ticket {
  font-size: 1.6rem;
  font-weight: 800;
}
.card-exhibition .map {
  font-size: 1.4rem;
  font-weight: 800;
  padding-bottom: 28px;
}
.card-exhibition .map a {
  color: #b5910a;
}
.card-exhibition:hover {
  background-color: #313d4a;
  color: white;
  transition: all 0.3s ease;
}
.card-exhibition:hover .title a {
  color: white;
}
.card-exhibition:hover .location a {
  color: #b5910a;
}
.hp-links {
  background-color: #fafafb;
  padding: 100px 0;
}
.hp-links > div a {
  color: #313d4a;
}
.hp-links > div a div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}
.hp-links > div a:hover svg path {
  fill: #313d4a;
  stroke: #313d4a;
}
.hp-collections {
  padding: 100px 0;
}
.hp-collections .video-title {
  background-color: #eb184a;
}
.hp-collections h3 {
  margin-bottom: 59px;
  font-size: 3.6rem;
}
.hp-collections .card-collection {
  padding-bottom: 100px;
}
.hp-collections .card-collection .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 514px;
  height: 394px;
}
.hp-collections .card-collection .banner {
  position: absolute;
  top: 417px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
.hp-collections .card-collection .banner div {
  min-width: 27px;
}
.hp-collections .card-collection .banner h4 {
  font-weight: 800;
}
.hp-collections .card-collection .img-wrap {
  position: relative;
}
.hp-collections .card-collection .img-overlay {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 0 71px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.hp-collections .card-collection .banner svg path {
  transition: all 0.3s ease;
}
.hp-collections .card-collection a:hover .img-overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.hp-collections .card-collection a:hover .banner svg path {
  fill: #eb184a;
  transition: all 0.3s ease;
}
.f-newsletter {
  background-color: rgba(49, 61, 74, 0.05);
  padding: 68px 0 62px 0;
}
.f-newsletter .container {
  cursor: pointer;
  font-size: 1.3rem;
}
.f-newsletter .tm-checkbox {
  border-radius: 50%;
  border-color: #313d4a;
  margin-right: 13px;
}
.f-newsletter .uk-checkbox:checked,
.f-newsletter .uk-checkbox:indeterminate,
.f-newsletter .uk-radio:checked {
  background-color: white;
}
.f-newsletter .uk-checkbox:checked {
  background-image: url('/images/icon-check.svg');
}
.f-newsletter .n-left div {
  font-size: 3rem;
  font-weight: 800;
  margin-top: 40px;
}
.f-newsletter .n-right {
  margin-left: 70px;
  display: flex;
  flex-direction: column;
}
.f-newsletter .n-right div {
  font-weight: 500;
}
.f-newsletter .n-right .n-input-wrap {
  display: flex;
  align-items: center;
  gap: 33px;
}
.f-newsletter .n-right input[type=email] {
  margin: 12px 0;
  padding: 17px 20px 16px 20px;
  background-color: white;
  border: none;
  width: 504px;
}
.f-newsletter .n-right input[type=email]:focus-visible {
  outline: none;
}
.f-newsletter .newsletter-send:disabled {
  background-color: #313d4a;
  opacity: 0.8;
}
.f-newsletter .newsletter-send:disabled:hover {
  background-color: #313d4a;
}
.f-newsletter .newsletter-msg {
  display: none;
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
}
.f-newsletter .newsletter-msg.msg-error {
  color: red;
  margin-top: 20px;
  margin-bottom: -37px;
}
.nl-remove-box {
  padding-top: 100px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
footer {
  background-color: #313d4a;
  color: white;
  padding: 65px 0;
  position: relative;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
}
footer .logo {
  padding-bottom: 53px;
}
footer .address {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.43;
}
footer .address div {
  padding-bottom: 20px;
}
footer .address span {
  display: block;
}
footer .f-list {
  padding-top: 25px;
}
footer .f-list span {
  font-size: 1.6rem;
  font-weight: 900;
}
footer .f-list ul {
  list-style: none;
  padding: 0;
}
footer .f-list ul li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.11;
}
footer .f-list p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.67;
}
footer .f-social {
  display: flex;
  gap: 25px;
}
footer .f-social svg {
  fill: #b5910a;
}
footer .f-social svg path:first-child {
  stroke: #b5910a;
}
footer .f-social svg path:last-child {
  fill: #313d4a;
}
footer .f-social a:hover svg {
  fill: white;
}
footer .f-social a:hover svg path:first-child {
  stroke: white;
}
footer .f-social a:hover svg path:last-child {
  fill: #313d4a;
}
footer .f-social a:last-child {
  margin-left: 8px;
}
footer .links .icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
}
footer .links .icon-link a:hover svg path {
  fill: white;
  stroke: white;
}
footer .links .icon-link a:hover svg path:last-child {
  fill: white;
}
footer .links .icon-link div {
  padding-top: 17px;
}
footer .links .icon-link-cjenici a:hover svg path {
  fill: transparent;
  stroke: white;
}
footer .f-bottom {
  font-size: 1.2rem;
  font-weight: 800;
  color: #f1f1f1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
footer .f-bottom .novena {
  font-size: 1rem;
  font-weight: 700;
  margin-left: 50px;
}
footer .f-bottom .novena img {
  margin-left: 5px;
}
.search-page {
  padding-bottom: 500px;
}
.search-page h1 {
  font-size: 3.2rem;
  font-weight: 300;
  margin-top: 113px;
  margin-bottom: 70px;
}
.search-page .search-box {
  background-color: #b5910a;
  width: 100%;
  padding: 74px 268px 67px 272px;
  margin-bottom: 98px;
}
.search-page .search-box .search-input {
  display: flex;
  align-items: center;
  gap: 30px;
}
.search-page .search-box .search-input svg {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.search-page .search-box input {
  height: 48px;
  font-size: 2rem;
  font-weight: 300;
  border: none;
}
.search-page .search-box input:focus-visible {
  outline: none;
}
.search-page .search-box input[type="text"] {
  padding-left: 20px;
  padding-right: 50px;
}
.search-page .search-box .tm-button {
  background-color: #313d4a;
  color: white;
  font-size: 1.6rem;
  font-weight: 800;
}
.search-page .search-box .tm-button:hover {
  background-color: white;
  color: #313d4a;
}
.search-page .search-box .tags-div {
  margin-top: 60px;
}
.search-page .search-box p {
  margin: 0;
  color: black;
}
.search-page .search-box .tags {
  font-weight: 700;
}
.search-page .search-box .tags a {
  color: black;
}
.search-page .search-box .tags a:hover {
  color: white;
}
.search-page .search-wrap {
  max-width: 1640px;
  padding: 0 30px;
  margin: 0 auto;
}
.search-page .searchresults li {
  list-style: none;
  position: relative;
  cursor: pointer;
  margin-bottom: 18px;
}
.search-page .searchresults li:hover {
  background-color: #f4f5f6;
}
.search-page .searchresults li .date {
  position: absolute;
  top: -18px;
  left: 136px;
  background-color: #b5910a;
  color: white;
  font-size: 1.4rem;
  font-weight: 800;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-page .searchresults li a {
  display: block;
  padding: 40px 140px 40px 272px;
}
.search-page .searchresults li span {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
}
.search-page .searchresults li h3 {
  font-size: 3.2rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.search-page .searchresults li div {
  font-size: 1.8rem;
}
.item-details .img-hero {
  position: relative;
}
.item-details .img-hero img {
  width: 100%;
}
.item-details .img-hero .overlay-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 98px;
}
.item-details .img-hero .overlay-title h1 {
  color: white;
  font-weight: 400;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
.item-details .img-hero .overlay-info {
  position: absolute;
  right: 10%;
  /* width: 100%; */
  top: 64%;
  /* bottom: -93px; */

}
.item-details .img-hero .overlay-info .info {
  position: relative;
  color: white;
  font-size: 1.8rem;
  line-height: 24px;
  /*margin-right: 28%;*/
  width: 350px;
  max-width: unset;
  min-height: 380px;
}
.item-details .img-hero .overlay-info .info p {
  margin: 0 0 15px 0;
}
.item-details .img-hero .overlay-info .info strong {
  font-weight: 700;
}
.item-details .img-hero .overlay-info.overlay-info-mob {
  display: none;
}
.item-details .indented {
  margin-left: 12.5%;
  margin-right: 12.5%;
}
.item-details .indented img {
  max-height: 800px;
}
.item-details .card-exhibition .indented {
  margin-left: 30px;
  margin-right: 30px;
}
.item-details .text-top {
  margin-top: 82px;
  margin-bottom: 70px;
  font-size: 2rem;
}
.item-details .text-top p img {
  height: unset !important;
}
.item-details .text-bottom {
  margin-bottom: 70px;
  font-size: 2rem;
}
.item-details #googleMap,
.item-details #googleMapMob {
  margin-bottom: 200px;
}
.lokacije-details .info {
  background-color: #6219a0;
  padding: 55px 45px;
}
.lokacije-details .info a {
  color: white;
}
.lokacije-details .info a.link-mail {
  color: #b5910a;
  font-weight: 800;
}
.lokacije-details .img-hero .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75vh;
}
.lokacije-details .img-hero .overlay-info .info svg {
  margin-bottom: 30px;
}
.lokacije-details .slider-title {
  padding-bottom: 70px;
}
.lokacije-details .overflown-slider {
  padding-bottom: 200px;
}
.izlozbe-details .img-hero .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75vh;
}
.izlozbe-details .info {
  background-color: #b5910a;
  padding: 45px 45px 15px 25px;
}
.izlozbe-details .info h3 {
  color: black;
  font-size: 3.6rem;
  font-weight: 300;
  margin-bottom: 86px;
}
.izlozbe-details .info .date,
.izlozbe-details .info .ticket,
.izlozbe-details .info .map {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 800;
}
.izlozbe-details .info .date,
.izlozbe-details .info .ticket {
  color: black;
}
.izlozbe-details .info .map a {
  color: white;
}
.izlozbe-details .socials {
  font-weight: 800;
  font-size: 14px;
  line-height: 180%;
  color: #313d4a;
  margin-top: 45px;
}
.izlozbe-details .socials a {
  display: inline-block;
  margin-right: 30px;
  transition: 0.3s ease;
}
.izlozbe-details .socials a:hover {
  color: #b5910a;
}
.izlozbe-details .socials a:last-of-type {
  margin-right: unset;
}
.izlozbe-details .socials a.face span {
  background-image: url('/images/face-icon.svg');
  padding-left: 25px;
}
.izlozbe-details .socials a.insta span {
  background-image: url('/images/insta-icon.svg');
  padding-left: 25px;
}
.izlozbe-details .socials a span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.izlozbe-details .under-info {
  margin-top: 63px;
  font-size: 1.4rem;
  line-height: 1.8;
  max-width: 376px;
}
.izlozbe-details .under-info p {
  margin: 0;
}
.izlozbe-details .under-info strong {
  font-weight: 800;
}
.izlozbe-details .slider-title {
  padding-bottom: 70px;
  padding-top: 130px;
}
.izlozbe-details .overflown-slider {
  padding-bottom: 200px;
}
.izlozbe-details .under-info-news {
  font-size: 1.4rem;
}
.izlozbe-details .under-info-news span {
  font-weight: 800;
}
.izlozbe-details .one-img {
  /*height: 290px;*/
  max-height: 800px;
  margin-top: 70px;
  margin-bottom: 30px;
}
.izlozbe-list .title-main {
  margin: 100px 0 122px 0;
  font-weight: 400;
}
.izlozbe-list .izlozbe-subtitle {
  margin-top: 164px;
}
.news-list .title-main {
  margin: 100px 0 122px 0;
  font-weight: 400;
}
.news-list .news-subtitle {
  margin-top: 164px;
}
.news-list .slider-wrap .overlay-info .info h3 {
  margin-bottom: 12px;
}
.news-list .slider-wrap .overlay-info .category {
  color: black;
  margin-bottom: 58px;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
}
.filter-wrap {
  background-color: #b5910a;
  padding: 36px 136px 51px 136px;
}
.filter-wrap .filter-title {
  color: white;
  font-weight: 800;
  display: block;
  padding-bottom: 18px;
}
.filter-wrap .filter {
  display: flex;
  align-items: center;
  gap: 30px;
}
.filter-btn button {
  background-color: #313d4a;
  height: 58px;
  width: 105px;
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  cursor: pointer;
  background-color: white;
  max-width: 377px;
  width: 100%;
  padding: 0 16px;
  height: 58px;
  line-height: 58px;
}
.dropbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dd-text {
  font-size: 1.6rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  left: 0;
  right: 0;
  z-index: 10;
}
.dropdown-content a {
  color: black;
  font-size: 1.6rem;
  display: block;
  border-top: 1px solid #b5910a;
  padding: 16px;
  line-height: 24px;
}
.dropdown-content a:last-child {
  border-bottom: 1px solid #b5910a;
}
.dropdown-content a:hover,
.dropdown-selected {
  font-weight: 600;
}
.rotate-icon img,
.rotate-icon svg {
  transform: rotateX(180deg);
  padding-bottom: 0;
  padding-top: 3px;
}
.calendar-from input,
.calendar-to input {
  height: 58px;
  width: 144px;
  color: black;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
}
.calendar-from span,
.calendar-to span {
  position: absolute;
  top: 23%;
  z-index: 1;
  height: 20px;
  width: 18px;
  right: 10px;
}
.izlozbe-slider .bg-img,
.news-slider .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75vh;
}
.izlozbe-slider .title-slider,
.news-slider .title-slider {
  position: absolute;
  top: 0;
  bottom: 135px;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.izlozbe-slider .title-slider h1,
.news-slider .title-slider h1 {
  margin-left: 130px;
  color: white;
}
.izlozbe-slider .slick-slide,
.news-slider .slick-slide {
  position: relative;
}
.izlozbe-slider .slick-dots,
.news-slider .slick-dots {
  position: absolute;
  bottom: 83px;
  left: 136px;
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}
.izlozbe-slider .slick-dots button,
.news-slider .slick-dots button {
  width: 15px;
  height: 15px;
  background-color: white;
  text-indent: -9999px;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.izlozbe-slider .slick-dots li.slick-active button,
.news-slider .slick-dots li.slick-active button {
  opacity: 30%;
}
.slider-wrap {
  position: relative;
}
.slider-wrap .overlay-info {
  position: absolute;
  bottom: -94px;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  margin-right: 9%;
}
.slider-wrap .overlay-info .info {
  position: relative;
  background-color: #b5910a;
  padding: 45px 45px 25px 45px;
  color: white;
  font-size: 1.8rem;
  line-height: 24px;
  width: 350px;
  min-height: 382px;
}
.slider-wrap .overlay-info .info h3 {
  color: black;
  font-size: 3.6rem;
  font-weight: 300;
  margin-bottom: 86px;
}
.slider-wrap .overlay-info .info .date,
.slider-wrap .overlay-info .info .ticket,
.slider-wrap .overlay-info .info .map {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 800;
}
.slider-wrap .overlay-info .info .date div:first-child,
.slider-wrap .overlay-info .info .ticket div:first-child,
.slider-wrap .overlay-info .info .map div:first-child {
  flex-shrink: 0;
}
.slider-wrap .overlay-info .info .date,
.slider-wrap .overlay-info .info .ticket {
  color: black;
}
.slider-wrap .overlay-info .info .map a {
  color: white;
}
.zbirke-list .title-main {
  margin: 98px 0 86px 0;
  font-weight: 400;
}
.zbirke-list .img-hero {
  position: relative;
}
.zbirke-list .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75vh;
}
.zbirke-list .dark-overlay {
  left: 0;
  right: 0;
}
.zbirke-list .overlay-info {
  position: absolute;
  /*width: 100%;*/
  /*top: 64%;*/
  top: unset !important;
  bottom: -93px;
}
.zbirke-list .overlay-info .info {
  background-color: #eb184a;
  color: white;
  margin-right: 25%;
  padding: 48px 35px 55px 35px;
  min-height: 380px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.zbirke-list .overlay-info .info span {
  font-size: 1.4rem;
  font-weight: 800;
  display: block;
  margin-bottom: 23px;
}
.zbirke-list .overlay-info .info h2 {
  font-weight: 300;
  color: white;
}
.zbirke-list .zbirke-grid {
  margin-top: 252px;
  margin-bottom: 200px;
}
.zbirke-list .zbirke-grid.smaller-margin {
  margin-top: 100px;
}
.zbirke-list .zbirke-grid .bg-img {
  height: 394px;
}
.zbirke-list .zbirke-grid .banner {
  margin-top: 27px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 10px;
}
.zbirke-list .zbirke-grid .banner div {
  min-width: 27px;
}
.zbirke-list .zbirke-grid .banner h4 {
  font-weight: 800;
}
.zbirke-list .zbirke-grid .img-wrap {
  position: relative;
}
.zbirke-list .zbirke-grid .img-overlay {
  /*display: none;*/
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 0 71px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.zbirke-list .zbirke-grid .banner svg path {
  transition: all 0.3s ease;
}
.zbirke-list .zbirke-grid a:hover .img-overlay {
  /*display: flex;*/
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.zbirke-list .zbirke-grid a:hover .banner svg path {
  fill: #eb184a;
  transition: all 0.3s ease;
}
.bussinessnews-grid {
  margin-top: 50px;
}
.bussinessnews-grid .card-event {
  padding: 43px 30px 45px 30px;
  height: 335px;
  position: relative;
  background-color: #f4f5f6;
  transition: all 0.3s ease;
}
.bussinessnews-grid .card-event .location {
  font-size: 1.3rem;
  font-weight: 800;
}
.bussinessnews-grid .card-event h4 {
  width: unset;
  margin: 10px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.bussinessnews-grid .card-event .date {
  position: absolute;
  top: unset;
  bottom: 0;
}
.bussinessnews-grid .card-event:hover {
  background-color: #313d4a;
  transition: all 0.3s ease;
}
.bussinessnews-grid .card-event:hover a {
  color: white;
}
.bussinessnews .overlay-info {
  background-color: #f4f5f6 !important;
  color: #313d4a !important;
}
.bussinessnews .overlay-info p span {
  font-weight: 700;
}
.bussinessnews .text-top {
  margin-top: 0 !important;
}
.dark-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(0deg, #151514 0%, rgba(20, 20, 20, 0) 100%);
}
.dark-overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 282px;
  background: linear-gradient(180deg, #151514 0%, rgba(20, 20, 20, 0) 100%);
}
.slick-list .dark-overlay {
  left: 0;
  right: 0;
}
.izlozbe-grid {
  margin: 65px 0 188px 0;
}
.izlozbe-grid .card-exhibition .indented {
  width: unset;
}
.izlozbe-grid .card-exhibition .title {
  width: 100%;
}
.izlozbe-grid .card-exhibition .map {
  margin-bottom: 40px;
}
.news-grid {
  margin: 70px 0 188px 0;
}
.news-grid .card-event .bg-img {
  width: 100%;
}
.static {
  margin-top: 100px;
}
.static h1 {
  margin: 0 0 76px 0;
  font-weight: 400;
}
.static .main-img {
  margin: 60px 0;
}
.static .box-static {
  display: flex;
  justify-content: center;
  height: 100%;
}
.static .overlay-info {
  background-color: #313d4a;
  padding: 55px 45px 40px 45px;
  margin-top: 22px;
  margin-bottom: 60px;
  color: white;
  font-size: 1.8rem;
  line-height: 24px;
  position: relative;
  max-width: 350px;
  min-height: 380px;
  min-width: 350px;
}
.static .overlay-info img {
  margin-bottom: 72px;
}
.static .overlay-info p {
  margin: 0 0 15px 0;
}
.static .overlay-info strong {
  font-weight: 700;
}
.static .overlay-info a {
  color: white;
}
.static .overlay-info em {
  color: white;
}
.static p {
  margin-bottom: 40px;
}
.static ul {
  line-height: 1.7;
}
.static ul li {
  margin-bottom: 10px;
}
.static a:hover {
  text-decoration: underline;
}
.pager-holder .pager {
  margin: 200px 0 188px 0;
}
.pager-holder .right-part {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.pager-holder .right-part .nav {
  display: flex;
  align-items: center;
}
.pager-holder .right-part .nav svg {
  margin: 0 8px;
}
.pager-holder .right-part .nav span {
  font-weight: 800;
}
.pager-holder .right-part .nav:hover {
  opacity: 50%;
}
.pager-holder .right-part a:not(.nav),
.pager-holder .right-part .dots {
  height: 56px;
  width: 56px;
  background-color: rgba(181, 145, 10, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pager-holder .right-part a:not(.nav).selected,
.pager-holder .right-part .dots.selected {
  background-color: #b5910a;
  color: white;
}
.pager-holder .right-part a:not(.nav).selected:hover,
.pager-holder .right-part .dots.selected:hover {
  background-color: #b5910a;
}
.pager-holder .right-part a:not(.nav):hover,
.pager-holder .right-part .dots:hover {
  background-color: #ece3c1;
}
#filter-anchor {
  scroll-margin-top: 300px;
}
.not-found {
  margin-top: 100px;
}
.not-found h1 {
  margin-bottom: 76px;
}
.not-found p {
  margin: 0 110px 0 0;
  line-height: 1.7;
}
.not-found .link {
  font-weight: 800;
}
.not-found .link-group {
  display: flex;
  gap: 50px;
  margin-top: 100px;
}
.not-found .link-group a {
  font-size: 1.6rem;
  font-weight: 800;
}
.not-found .not-found-img {
  position: relative;
}
.not-found .not-found-img .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
}
.dokumenti-list .title-main {
  margin: 100px 0 122px 136px;
  font-weight: 400;
}
.dokumenti-list .dokumenti {
  font-size: 2.4rem;
  padding-bottom: 200px;
}
.dokumenti-list .dokumenti a:nth-child(odd) .one-doc {
  background-color: rgba(49, 61, 74, 0.05);
}
.dokumenti-list .dokumenti .one-doc {
  padding: 40px 136px;
  display: flex;
  align-items: center;
}
.dokumenti-list .dokumenti .one-doc:hover {
  opacity: 70%;
}
.dokumenti-list .dokumenti .one-doc div:first-child {
  white-space: nowrap;
}
.dokumenti-list .dokumenti .doc-title {
  font-weight: 700;
}
.dokumenti-list .dokumenti .doc-icon {
  text-align: center;
}
.dokumenti-list .pager-holder .pager {
  margin-top: 0;
}
.dokumenti-list.dokumenti-filter {
  max-width: 1640px;
  padding: 0 30px;
  margin: 0 auto;
}
.dokumenti-list .dokumenti-text {
  display: none;
  margin: -100px 136px 100px 136px;
}
.dokumenti-list .dokumenti-text a {
  display: flex;
  align-items: center;
}
.dokumenti-list .dokumenti-text a img {
  margin-right: 10px;
}
.years-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.years-slider .slide-wrapper {
  width: 106px;
  padding: 14px 31px;
  background-color: white;
  font-weight: 700;
  margin-right: 30px;
  cursor: pointer;
}
.years-slider .slide-wrapper:hover {
  background-color: #313d4a;
  color: white;
}
.years-slider .slide-wrapper.selected {
  background-color: #eb184a;
  color: white;
}
.years-slider .slick-arrow {
  position: absolute;
  top: 22%;
  z-index: 1;
  width: 12px;
  height: 16px;
  cursor: pointer;
}
.years-slider .slick-arrow.slick-next {
  right: -15px;
}
.years-slider .slick-arrow.slick-prev {
  left: -42px;
}
.djelatnici-grid {
  margin: 143px 0 300px 0;
}
.djelatnici-grid .divider-title {
  margin: 89px 0 39px 0;
  text-transform: unset;
}
.djelatnici-grid .noimg-card {
  padding: 45px 59px 64px 59px;
  background-color: #fbfbfb;
}
.djelatnici-grid .noimg-card div {
  font-size: 2rem;
  line-height: 1.7;
}
.djelatnici-grid .noimg-card div span {
  font-weight: 800;
  color: #b5910a;
  display: inline-block;
  width: 35px;
}
.djelatnici-grid .d-title {
  font-size: 1.3rem;
  text-transform: lowercase;
}
.djelatnici-grid h3 {
  font-size: 2.4rem;
  margin: 16px 0;
  text-transform: uppercase;
}
.djelatnici-grid .d-job {
  font-size: 1.8rem;
  font-weight: 700;
  color: #b5910a;
  text-transform: lowercase;
  display: block;
  margin-bottom: 30px;
}
.img-div {
  overflow: hidden;
  display: block;
  width: 100%;
}
.img-div img {
  display: block;
  transition: all 0.3s;
}
.img-div:hover img {
  transform: scale(1.2);
}
.cjenik-table h2 {
  font-size: 3.2rem;
  font-weight: 300;
}
.cjenik-table h2:first-child {
  margin-top: 100px;
}
.cjenik-table table {
  width: 100%;
  margin: 48px 0 100px 0;
  table-layout: fixed;
  word-wrap: break-word;
}
.cjenik-table table tr {
  border-bottom: 1px solid black;
}
.cjenik-table table td {
  padding: 10px 0 10px 0;
  font-size: 1.8rem;
}
.cjenik-table table td:first-child {
  width: 68%;
}
.cjenik-table table td:last-child {
  text-align: right;
  font-weight: 600;
  vertical-align: middle;
  padding-left: 5px;
}
.cjenik-table p {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  line-height: 26px;
}
.cjenik-table p.notes {
  font-weight: 700;
  margin: 138px 0 20px 0;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
}
.fancybox-bg {
  background: #0a0a0a;
}
.fancybox-infobar,
.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs/*, .fancybox-caption*/ {
  display: none !important;
}
.fancybox-show-caption .fancybox-caption {
  background: none;
  position: relative;
  left: 80px;
  top: 276px;
  width: 250px;
  padding: 0;
  text-align: unset;
}
.fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}
.fancybox-navigation {
  opacity: 0;
  visibility: hidden;
}
.fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
  background: transparent;
  top: 50%;
  color: white;
}
.fancybox-navigation .fancybox-button:hover {
  color: #b5910a;
}
.fancybox-navigation .fancybox-button svg {
  height: 40px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  /*left: 80px;*/
  left: 355px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  /*left: 244px;*/
  right: 90px;
}
.fancybox-button--close {
  /*  height: 80px;
  width: 80px;*/
  background-color: transparent;
  margin: 46px;
  color: white;
}
.fancybox-button--close:hover {
  color: #b5910a;
}
.fancybox-slide--image {
  padding: 130px 160px 130px 425px !important;
}
.img-bottom-text {
  position: absolute;
  width: 100%;
  bottom: -120px;
  color: white;
  font-size: 1.8rem;
}
.img-bottom-text span {
  font-weight: 700;
}
.fancybox-slide--image .fancybox-content {
  /*  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 135px;
  width: 100% !important;
  //
  top: 190px;
  left: 80px;
  transform: unset !important;*/
  margin-bottom: 0 !important;
}
.fancybox-caption__body {
  overflow: unset;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.fancybox-image {
  position: relative;
  left: unset;
  top: unset;
  width: fit-content;
  flex-shrink: 0;
}
.img-bottom-text {
  position: relative;
  /*width: fit-content;*/
  width: 173px;
  bottom: unset;
  top: 36px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  fill: #313d4a;
}
.flatpickr-calendar {
  border-radius: 0;
  margin-top: 23px;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none !important;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month,
.flatpickr-calendar .flatpickr-current-month input.cur-year {
  font-size: 1.2rem;
  font-weight: 700;
}
.flatpickr-calendar .numInputWrapper .arrowUp,
.flatpickr-calendar .numInputWrapper .arrowDown {
  display: none;
}
.flatpickr-calendar .flatpickr-weekdays {
  height: 32px;
}
.flatpickr-calendar span.flatpickr-weekday {
  font-size: 1.2rem;
  font-weight: 700;
  color: #313d4a;
  text-transform: uppercase;
}
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #b5910a;
  border: none;
  border-radius: 0;
  color: black;
  font-weight: 700;
}
.flatpickr-calendar .flatpickr-day.today,
.flatpickr-calendar .flatpickr-day:hover {
  border-radius: 0;
}
.float-man {
  position: fixed;
  right: 47px;
  z-index: 100000;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: end;
  bottom: 12vh;
  margin: unset;
}
.float-man img {
  position: relative;
  z-index: 1000000;
  cursor: pointer;
}
/*@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and ( min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and ( min-device-pixel-ratio: 2) and (max-width: 767px), only screen and ( min-resolution: 192dpi) and (max-width: 767px), only screen and ( min-resolution: 2dppx) and (max-width: 767px), only screen and ( max-width: 767px) {*/

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (max-width: 959px), only screen and (max-width: 959px) {
  body {
    font-size: 1.8rem;
  }
  h1 {
    font-size: 5.2rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 3rem;
  }
  .smaller-title {
    font-size: 3rem;
  }
  .tm-button {
    font-size: 1.6rem;
  }
  .main-control {
    padding-top: 130px;
  }
  .main-control .overflown-slider5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .boxtail svg,
  .boxtail img {
    max-width: 50px;
  }
  .homepage-top {
    height: 100vh;
    overflow: hidden;
  }
  .homepage-top video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .homepage-top .hero-overlay {
    top: unset;
  }
  .homepage-top .hero-overlay > div {
    top: unset;
    margin-bottom: 18vh;
  }
  .homepage-top .hero-overlay .slider-button {
    padding: 12px 0 15px 0;
    display: block;
    width: 270px;
    text-align: center;
  }
  .homepage-top h1 {
    margin-bottom: 25px;
  }
  .hp-events {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hp-events h3 {
    padding-bottom: 40px;
    font-size: 3rem;
  }
  .hp-events .slick-slider {
    margin-bottom: 0;
  }
  .card-event .bg-img {
    width: 300px;
    height: 230px;
  }
  .card-event .category span {
    display: block;
  }
  .card-event h4 {
    font-size: 2.6rem;
    width: 260px;
  }
  .link-right {
    margin-left: 30px;
    font-size: 1.6rem;
    font-weight: 800;
  }
  .link-right img {
    height: 16px;
    margin-right: 10px;
  }
  .link-right-hover {
    display: none;
  }
  .card-big {
    margin-bottom: 40px;
  }
  .card-big .bg-img {
    height: 55vh;
  }
  .hp-locations h3 {
    padding-bottom: 40px;
    font-size: 3rem;
  }
  .hp-locations .locations-grid {
    padding-bottom: 80px;
  }
  .hp-locations .locations-grid .bg-img {
    height: 30vh;
  }
  .hp-locations .locations-grid .card-location {
    margin-bottom: 12px;
  }
  .hp-locations .locations-grid .time {
    margin-top: 21px;
  }
  .hp-locations .hover-box {
    display: none;
  }
  .hp-locations > div:first-child {
    padding-bottom: 0;
  }
  .video-desc div {
    font-size: 2.6rem;
    margin-left: 30px;
    max-width: unset;
    text-align: unset;
    float: unset;
    margin-right: 30px;
    margin-top: 56px;
    height: unset;
    padding-bottom: 0 !important;
  }
  .video-title {
    padding: 58px 87px 28px 25px;
    bottom: -54px;
    margin: 0 30px;
    right: unset;
    left: unset;
    height: unset;
    /*min-height: 232px;*/
    width: 56%;
    min-width: 350px;
  }
  .video-title .boxtail {
    display: none;
  }
  .overflown-slider .slick-track,
  .overflown-slider2 .slick-track,
  .overflown-slider3 .slick-track,
  .overflown-slider4 .slick-track,
  .overflown-slider5 .slick-track {
    margin-left: 30px;
  }
  .overflown-slider .slick-slide,
  .overflown-slider2 .slick-slide,
  .overflown-slider3 .slick-slide,
  .overflown-slider4 .slick-slide,
  .overflown-slider5 .slick-slide {
    /*margin: 0 15px;*/
    margin: 0 10px;
  }
  .overflown-slider .slick-slide img,
  .overflown-slider2 .slick-slide img,
  .overflown-slider3 .slick-slide img,
  .overflown-slider4 .slick-slide img,
  .overflown-slider5 .slick-slide img {
    max-width: 100vw;
  }
  .overflown-slider .slick-arrow,
  .overflown-slider2 .slick-arrow,
  .overflown-slider3 .slick-arrow,
  .overflown-slider4 .slick-arrow,
  .overflown-slider5 .slick-arrow {
    width: 40px;
    height: 40px;
    /*top: 152px;*/
    top: 44%;
  }
  .overflown-slider .slick-arrow img,
  .overflown-slider2 .slick-arrow img,
  .overflown-slider3 .slick-arrow img,
  .overflown-slider4 .slick-arrow img,
  .overflown-slider5 .slick-arrow img {
    height: 22px;
  }
  .overflown-slider .slick-next,
  .overflown-slider2 .slick-next,
  .overflown-slider3 .slick-next,
  .overflown-slider4 .slick-next,
  .overflown-slider5 .slick-next {
    left: 8px;
  }
  .overflown-slider .slick-prev,
  .overflown-slider2 .slick-prev,
  .overflown-slider3 .slick-prev,
  .overflown-slider4 .slick-prev,
  .overflown-slider5 .slick-prev {
    right: 8px;
  }
  .overflown-slider4 .slick-track,
  .overflown-slider5 .slick-track {
    margin-left: 0;
  }
  .izlozbe-slider .slick-dots,
  .news-slider .slick-dots {
    bottom: 211px;
    left: 30px;
  }
  .hp-events .slick-arrow,
  .hp-collections .slick-arrow,
  .hp-exhibition .slick-arrow,
  .lokacije-details .overflown-slider .slick-arrow,
  .izlozbe-details .overflown-slider .slick-arrow {
    top: 96px;
  }
  .slick-list .dark-overlay {
    height: 100%;
  }
  .hover-area svg {
    height: 23px;
  }
  .hp-exhibition h3 {
    padding-bottom: 40px;
    font-size: 3rem;
  }
  .hp-exhibition .slick-slider {
    margin-bottom: 60px;
  }
  .card-exhibition .bg-img {
    width: 100%;
    height: 230px;
  }
  .card-exhibition .indented {
    width: 270px;
  }
  .card-exhibition:hover {
    background-color: white;
    color: #313d4a;
  }
  .card-exhibition:hover .title a,
  .card-exhibition:hover .location a {
    color: #313d4a;
  }
  .hp-links {
    padding: 64px 0 44px 0;
  }
  .hp-links > div div {
    font-size: 1.8rem !important;
    line-height: 1.2;
  }
  .hp-links > div div svg {
    max-width: 68px;
    max-height: 54px;
  }
  .hp-links a div {
    gap: 30px !important;
  }
  .hp-links > div a {
    width: 50%;
  }
  .hp-collections {
    padding: 125px 0;
  }
  .hp-collections h3 {
    font-size: 3rem;
  }
  .hp-collections .card-big {
    margin-bottom: 71px;
  }
  .hp-collections .card-collection .bg-img {
    width: 300px;
    height: 230px;
  }
  .hp-collections .card-collection .banner {
    top: 245px;
  }
  .hp-collections .card-collection .banner svg {
    height: 14px;
  }
  .hp-collections .card-collection .banner h4 {
    font-size: 24px;
    line-height: 120%;
  }
  .hp-collections .card-collection a:hover .img-overlay {
    padding: 10px;
    font-size: 16px;
  }
  .izlozbe-list {
    padding: 0;
  }
  .izlozbe-list .title-main {
    padding: 0 30px;
  }
  .izlozbe-list .izlozbe-subtitle {
    padding: 0 30px;
    margin-top: -65px;
  }
  .izlozbe-grid {
    margin: 50px 0;
    padding: 0 30px;
  }
  .filter-wrap {
    padding: 30px;
  }
  .filter-wrap .filter {
    gap: 20px;
    flex-direction: column;
  }
  .filter-wrap .dropdown {
    max-width: unset;
  }
  .filter-wrap .filter-btn {
    width: 100%;
  }
  .filter-wrap .filter-btn button {
    width: 100%;
  }
  .filter-wrap .calendar-from,
  .filter-wrap .calendar-to {
    width: 100%;
  }
  .filter-wrap .calendar-from input,
  .filter-wrap .calendar-to input {
    width: 100%;
  }
  .filter-wrap .calendar-from span,
  .filter-wrap .calendar-to span {
    top: 28%;
  }
  .slider-wrap .overlay-info {
    display: flex;
    justify-content: flex-start;
    top: unset;
    /*bottom: 240px;*/
    bottom: 150px;
    margin: 0 30px;
    width: 56%;
    min-width: 350px;
    position: relative;
  }
  .slider-wrap .overlay-info .info {
    padding: 20px;
    width: 70vw;
    flex-grow: 1;
    min-height: 332px;
  }
  .slider-wrap .overlay-info .info h3 {
    font-size: 3rem;
    margin-bottom: 60px;
  }
  .slider-wrap .overlay-info .info .date,
  .slider-wrap .overlay-info .info .ticket,
  .slider-wrap .overlay-info .info .map {
    font-size: 1.6rem;
  }
  .slider-wrap .overlay-info .boxtail {
    display: none;
  }
  .item-details .img-hero .overlay-info .info {
    padding: 20px;
    width: 70vw;
    max-width: 350px;
    font-size: 1.5rem;
  }
  .item-details .img-hero .overlay-info .info h3 {
    font-size: 3rem;
    margin-bottom: 60px;
  }
  .item-details .img-hero .overlay-info .info .date,
  .item-details .img-hero .overlay-info .info .ticket,
  .item-details .img-hero .overlay-info .info .map {
    font-size: 1.6rem;
  }
  .izlozbe-slider .title-slider h1,
  .news-slider .title-slider h1 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .izlozbe-slider .title-slider,
  .news-slider .title-slider {
    top: unset;
    bottom: 230px;
  }
  .izlozbe-details .overflown-slider {
    padding-bottom: 100px;
  }
  .izlozbe-details .overlay-info .under-info {
    padding: 0 30px;
  }
  .f-newsletter .n-left {
    text-align: center;
  }
  .f-newsletter .n-left div:last-child {
    font-size: 2rem;
    margin-bottom: 23px;
  }
  .f-newsletter .n-right {
    margin-left: 0;
  }
  .f-newsletter .n-right div {
    font-size: 2rem;
    gap: unset;
  }
  .f-newsletter .n-right input[type=email] {
    margin: 13px 0 20px 0;
    font-size: 1.4rem;
  }
  .f-newsletter .n-right .newsletter-btn-s {
    display: block;
    text-align: center;
  }
  .f-newsletter .newsletter-send {
    margin-top: 59px;
  }
  .f-newsletter .newsletter-msg.msg-error {
    font-size: 1.4rem;
  }
  .item-details .img-hero {
    padding: 0;
  }
  .item-details .img-hero .overlay-title {
    /*top: 240px;*/
    bottom: 120px;
  }
  .item-details .img-hero .overlay-title h1 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .item-details .img-hero .overlay-info {
    /*position: absolute;*/
    display: none;
    right: unset;
    top: 64%;
    width: 100%;
  }
  .item-details .img-hero .overlay-info .info {
    margin-right: 30px;
    margin-left: 30px;
    width: 56%;
    padding-left: 40px;
    min-width: 350px;
    max-width: unset;
  }
  .item-details .img-hero .overlay-info .boxtail {
    display: none;
  }
  .item-details .img-hero .overlay-info.overlay-info-mob {
    display: block;
    position: relative;
    margin-top: -200px;
  }
  .item-details .dark-overlay {
    left: 0;
    right: 0;
  }
  .item-details .indented {
    margin-left: 0;
    margin-right: 0;
  }
  .item-details .text-top {
    margin-top: 65px;
  }
  .news-details .text-top {
    margin-top: 40px;
  }
  .izlozbe-list .title-main,
  .news-list .title-main,
  .zbirke-list .title-main,
  .dokumenti-list .title-main {
    margin: 10px 0 60px 0;
    max-width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-size: 4.1rem;
  }
  .dokumenti-list .filter-wrap {
    flex-direction: column;
  }
  .dokumenti-list .filter-category {
    width: 100%;
  }
  .dokumenti-list .year-select {
    margin-left: 10px;
  }
  .dokumenti-list .years-slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .dokumenti-list .dropdown {
    min-width: unset;
    width: 100%;
  }
  .dokumenti-list.dokumenti-grid {
    padding: 0;
  }
  .dokumenti-list .dokumenti {
    font-size: 1.8rem;
    padding-bottom: 0;
  }
  .dokumenti-list .dokumenti .one-doc {
    padding: 30px 30px 40px 30px;
    font-size: 1.6rem;
  }
  .dokumenti-list .dokumenti .doc-title {
    margin: 0;
  }
  .dokumenti-list .dokumenti .doc-icon {
    text-align: unset;
  }
  .dokumenti-list .dokumenti-text {
    margin: 30px 30px 40px 30px;
  }
  .dokumenti-list.dokumenti-filter {
    max-width: unset;
    padding: unset;
    margin: unset;
  }
  .news-list {
    padding: 0;
  }
  .news-list .title-main {
    padding: 0 30px;
  }
  .news-list .news-subtitle {
    padding: 0 30px;
    margin-top: -50px;
  }
  .news-grid {
    margin: 70px 0;
    padding: 0 30px;
  }
  .lokacije-details h1 {
    font-size: 4rem;
  }
  .lokacije-details .slider-title {
    margin-top: 60px;
  }
  .lokacije-details .overflown-slider {
    padding-bottom: 0;
  }
  .zbirke-list .bg-img {
    height: 55vh;
  }
  .zbirke-list .overlay-info .info {
    max-width: 70vw;
    margin: 0 auto;
    min-height: 300px;
  }
  .zbirke-list .zbirke-grid {
    margin-top: 200px;
    margin-bottom: 100px;
  }
  .zbirke-list .zbirke-grid.smaller-margin {
    margin-top: 0;
  }
  .zbirke-list .zbirke-grid .bg-img {
    height: 230px;
  }
  .zbirke-list .zbirke-grid .banner h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  .zbirke-list .zbirke-grid .img-overlay {
    padding: 10px;
    font-size: 16px;
  }
  .zbirke-list .img-hero .overlay-info {
    display: block !important;
  }
  .zbirke-list .img-hero .overlay-info .info {
    min-height: 250px;
  }
  .pager-holder .pager {
    margin: 100px 0;
  }
  .static {
    margin-top: 40px;
  }
  .static h1 {
    font-size: 4rem;
    margin-bottom: 50px;
  }
  .static h3 {
    font-size: 2rem;
  }
  .static .overlay-info {
    /*max-width: 70vw;*/
    max-width: unset;
    width: 100%;
    min-height: unset;
    min-width: unset;
  }
  .static .overlay-info .boxtail {
    display: none;
  }
  .static .overlay-info img {
    margin-bottom: 30px;
  }
  footer {
    padding: 77px 14px 97px 3px;
  }
  footer .logo {
    padding-bottom: 48px;
  }
  footer .logo img {
    width: 100%;
    max-width: 300px;
  }
  footer .f-list {
    padding-top: 13px;
  }
  footer .f-list span {
    font-size: 2rem;
  }
  footer .f-list ul li,
  footer .f-list p {
    font-size: 1.8rem;
  }
  footer .address {
    font-size: 1.8rem;
  }
  footer .links .icon-link {
    margin-top: 23px;
    margin-bottom: 62px;
  }
  footer .f-bottom {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1.4rem;
  }
  footer .f-bottom .novena {
    margin-left: 0;
    margin-top: 30px;
    /*display: block;*/
  
  }
  .search-wrapper {
    height: unset;
  }
  .search-wrapper .indented {
    margin: 40px 0;
  }
  .search-wrapper .search-close {
    display: none;
  }
  .search-wrapper h2 {
    font-size: 2rem;
  }
  .search-wrapper .input-div {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 42px;
  }
  .search-wrapper .input-div button {
    width: 100%;
  }
  .search-wrapper p {
    font-size: 1.4rem;
  }
  .search-page {
    padding-bottom: 100px;
  }
  .search-page h1 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .search-page .search-box {
    padding: 30px;
    margin-bottom: 30px;
  }
  .search-page .search-box .search-input {
    flex-direction: column;
    gap: 20px;
  }
  .search-page .search-box .search-input input {
    width: 100%;
  }
  .search-page .search-wrap {
    max-width: unset;
    padding: unset;
    margin: unset;
  }
  .search-page .searchresults {
    padding-left: 0;
    margin-top: 0;
  }
  .search-page .searchresults li {
    margin-bottom: 0;
    padding: 30px 30px 40px 30px;
  }
  .search-page .searchresults li:nth-child(odd) {
    background-color: #f4f5f6;
  }
  .search-page .searchresults li:nth-child(even) {
    background-color: white;
  }
  .search-page .searchresults li h3 {
    margin-top: 5px;
    line-height: 1.2;
  }
  .search-page .searchresults li a {
    padding: 117px 0 0 0;
  }
  .search-page .searchresults li a div {
    line-height: 26px;
  }
  .search-page .searchresults li .date {
    top: 30px;
    left: 30px;
    line-height: 20px;
  }
  .item-details #googleMapMob {
    margin-bottom: 60px;
  }
  .cjenik-table h2 {
    font-size: 2.6rem;
  }
  .cjenik-table h2:first-child {
    margin-top: 60px;
  }
  .cjenik-table table {
    margin: 40px 0 80px 0;
  }
  .cjenik-table table td {
    padding: 10px 0 10px 0;
    font-size: 1.6rem;
  }
  .cjenik-table p {
    margin: 0 0 10px 0;
    font-size: 1.8rem;
    line-height: 26px;
  }
  .cjenik-table p.notes {
    margin: 138px 0 20px 0;
  }
  .float-man {
    right: 20px;
    top: unset;
    bottom: 37px;
  }
  .accessibility-menu {
    top: 0;
    height: 100vh;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding-right: 0;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    padding-left: 0;
  }
  .fancybox-navigation .fancybox-button {
    top: 37%;
    padding-top: 22px;
  }
  .fancybox-navigation .fancybox-button img {
    height: 26px;
  }
  .fancybox-navigation .fancybox-button svg {
    height: 24px;
  }
  .fancybox-button--close {
    margin: 26px;
  }
  .fancybox-slide--image {
    padding: 90px 0 30vh 0 !important;
  }
  .fancybox-show-caption .fancybox-caption {
    position: absolute;
    top: unset;
    left: 30px;
    right: unset;
    width: unset;
    padding: 0 0 100px 0;
  }
  .fancybox-caption {
    display: none;
  }
  .img-bottom-text {
    left: 20px;
    font-size: 1.4rem;
  }
  .dark-overlay-header {
    height: 226px;
  }
  .djelatnici-grid {
    margin: 65px 0 100px 0;
  }
  .djelatnici-grid .divider-title {
    margin: 65px 0 40px 0;
  }
  .djelatnici-grid .noimg-card {
    padding: 30px;
  }
  .djelatnici-grid .noimg-card div {
    font-size: 1.8rem;
  }
  .djelatnici-grid .noimg-card div span {
    width: 30px;
  }
  .djelatnici-grid h3 {
    font-size: 2rem;
  }
  .djelatnici-grid .d-job {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #googleMapMob {
    height: 350px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 639px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 639px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 639px), only screen and (min-device-pixel-ratio: 2) and (max-width: 639px), only screen and (min-resolution: 192dpi) and (max-width: 639px), only screen and (min-resolution: 2dppx) and (max-width: 639px), only screen and (max-width: 639px) {
  .card-exhibition .title {
    height: unset;
  }
  .dokumenti-list .one-doc .doc-title {
    margin: 15px 0 20px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 439px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 439px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 439px), only screen and (min-device-pixel-ratio: 2) and (max-width: 439px), only screen and (min-resolution: 192dpi) and (max-width: 439px), only screen and (min-resolution: 2dppx) and (max-width: 439px), only screen and (max-width: 439px) {
  .item-details .img-hero .overlay-info .info {
    padding-left: 20px;
    min-width: unset;
    width: -webkit-fill-available;
  }
  .video-title {
    min-width: unset;
    width: -webkit-fill-available;
  }
  .slider-wrap .overlay-info {
    min-width: unset;
    width: -webkit-fill-available;
  }
  .news-list h1 {
    font-size: 4.2rem;
  }
  .news-list h1.smaller-title {
    font-size: 3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 640px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 640px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 640px) and (max-width: 959px), only screen and (min-width: 640px) and (max-width: 959px) {
  .dokumenti-list .dokumenti .doc-icon {
    text-align: right;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1500px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1500px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 640px) and (max-width: 1500px), only screen and (min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1500px), only screen and (min-resolution: 192dpi) and (min-width: 640px) and (max-width: 1500px), only screen and (min-resolution: 2dppx) and (min-width: 640px) and (max-width: 1500px), only screen and (min-width: 640px) and (max-width: 1500px) {
  .navigation-content {
    gap: 14px;
    padding: 0 35px 0 15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1400px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1400px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 640px) and (max-width: 1400px), only screen and (min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1400px), only screen and (min-resolution: 192dpi) and (min-width: 640px) and (max-width: 1400px), only screen and (min-resolution: 2dppx) and (min-width: 640px) and (max-width: 1400px), only screen and (min-width: 640px) and (max-width: 1400px) {
  .navigation-content {
    gap: 10px;
    padding: 0 30px 0 15px;
  }
  .h-social {
    gap: 8px;
  }
  header .header-wrap .logo svg {
    max-width: 150px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1200px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 640px) and (max-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1200px), only screen and (min-resolution: 192dpi) and (min-width: 640px) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (min-width: 640px) and (max-width: 1200px), only screen and (min-width: 640px) and (max-width: 1200px) {
  .navigation-content {
    gap: 10px;
    padding: 0 10px 0 5px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1100px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1100px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 640px) and (max-width: 1100px), only screen and (min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 1100px), only screen and (min-resolution: 192dpi) and (min-width: 640px) and (max-width: 1100px), only screen and (min-resolution: 2dppx) and (min-width: 640px) and (max-width: 1100px), only screen and (min-width: 640px) and (max-width: 1100px) {
  .tm-container {
    padding: 0 15px;
  }
  header.header-dark .h-social {
    gap: 6px;
  }
  header .navigation-content {
    gap: 5px;
    padding-right: 5px;
  }
  header .header-wrap .logo svg {
    max-width: 120px;
  }
  .tm-languages button svg {
    margin-left: 0;
  }
  .btn-menu {
    gap: 4px;
  }
  .navigation-content {
    padding: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1280px), only screen and (min-width: 960px) and (max-width: 1280px) {
  html {
    font-size: 9px;
  }
  h1 {
    font-size: 6.2rem;
  }
  .smaller-title {
    font-size: 4rem;
  }
  header .header-wrap {
    gap: 10px;
  }
  header .logo {
    width: 140px;
  }
  header .navigation-content {
    gap: 10px;
  }
  header .navigation-content .sub-menu {
    padding-left: 100px;
    top: 140px;
  }
  header .navigation-content .sub-menu .third-level {
    left: 500px;
  }
  header .h-social {
    gap: 6px;
  }
  header .h-search span {
    display: none;
  }
  .sidebar-menu {
    top: 140px;
  }
  .main-control {
    padding-top: 130px;
  }
  .card-big {
    margin-bottom: 127px;
  }
  .card-big .bg-img {
    height: 70vh;
  }
  .card-exhibition .title {
    height: 110px;
  }
  .homepage-top {
    height: 100vh;
    overflow: hidden;
  }
  .homepage-top video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100% !important;
    min-height: 100%;
    max-width: unset;
  }
  .homepage-top .hero-overlay {
    top: 270px;
    left: 30px;
    right: 30px;
  }
  .homepage-top h1 {
    margin-bottom: 53px;
  }
  .video-title {
    right: -190px;
    width: 300px;
    height: 320px;
  }
  .video-desc div {
    margin-right: 30px;
  }
  .card-big .link-right {
    right: 30px;
  }
  .filter-wrap {
    padding: 36px 40px 51px 40px;
  }
  /*.zbirke-list .overlay-info .info {
      min-height: 300px;
    }*/
  
  .zbirke-list .zbirke-grid .banner h4 {
    line-height: 1.2;
  }
  .izlozbe-list .title-main,
  .news-list .title-main,
  .zbirke-list .title-main,
  .dokumenti-list .title-main {
    margin: 60px 0 100px 0;
  }
  .dokumenti-list .filter-wrap {
    padding-right: 60px;
  }
  .item-details .img-hero .overlay-info .info {
    margin-right: 45%;
  }
  .izlozbe-details .under-info {
    max-width: 320px;
  }
  .search-wrapper .indented {
    margin: 100px;
  }
  .static .overlay-info {
    max-width: 280px;
  }
  .izlozbe-slider .title-slider h1,
  .news-slider .title-slider h1 {
    margin-left: 40px;
    margin-right: 125px;
  }
  .izlozbe-slider .slick-dots,
  .news-slider .slick-dots {
    left: 40px;
  }
  .item-details .img-hero .overlay-title h1,
  .item-details .indented {
    margin-left: 40px;
    margin-right: 140px;
  }
  .hp-collections .card-collection .banner h4 {
    line-height: 1.2;
  }
  .dokumenti-list .filter-title,
  .dokumenti-list .year-select {
    margin-left: 30px;
  }
  .dokumenti-list .dokumenti .one-doc {
    padding: 40px;
  }
  .dokumenti-list .dokumenti-text {
    margin: -100px 40px 40px 40px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-resolution: 192dpi) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-resolution: 2dppx) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-width: 1281px) and (max-width: 1550px) {
  header .navigation-content .sub-menu {
    padding-left: 200px;
  }
  .smaller-title {
    font-size: 5rem;
  }
  .dokumenti-list .filter-wrap {
    padding-right: 136px;
  }
  /*.item-details .img-hero .overlay-info .info, .slider-wrap .overlay-info .info {
      margin-right: 35%;
    }*/
  
  .video-desc div {
    margin-right: 30px;
  }
  .card-big .link-right {
    right: 30px;
  }
  .izlozbe-slider .title-slider h1,
  .news-slider .title-slider h1 {
    margin-right: 45px;
  }
  .item-details .img-hero .overlay-title h1,
  .item-details .indented {
    margin-left: 40px;
    margin-right: 140px;
  }
  .dokumenti-list .filter-title,
  .dokumenti-list .year-select {
    margin-left: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1650px) and (max-width: 1650px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1551px) and (max-width: 1650px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1551px) and (max-width: 1650px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1551px) and (max-width: 1650px), only screen and (min-resolution: 192dpi) and (min-width: 1551px) and (max-width: 1650px), only screen and (min-resolution: 2dppx) and (min-width: 1551px) and (max-width: 1650px), only screen and (min-width: 1551px) and (max-width: 1650px) {
  header .navigation-content .sub-menu {
    padding-left: 160px;
  }
}
.accessibility-menu {
  background-color: #313d4a;
  color: white;
  width: 388px;
  top: 25px;
  right: -46px;
  border: 1px solid #aaaaaa;
  position: absolute;
  display: none;
}
.accessibility-menu.visible {
  display: block;
}
.accessibility-menu ul {
  padding: 49px 0 27px 47px;
}
.accessibility-menu ul li {
  list-style: none;
}
.accessibility-menu ul li button {
  border: none;
  padding: 5px 0;
  background-color: transparent;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.accessibility-menu ul li button span {
  font-size: 16px;
  font-weight: 300;
}
.accessibility-menu ul li:hover button,
.accessibility-menu ul li.active button {
  color: #b5910a;
}
.accessibility-menu ul li:hover svg path,
.accessibility-menu ul li.active svg path,
.accessibility-menu ul li:hover svg rect,
.accessibility-menu ul li.active svg rect {
  fill: #b5910a;
}
.homePage .accessibility-doc {
  position: absolute;
  bottom: 40px;
  left: 20px;
}
.icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin-right: 20px;
  position: relative;
}
.icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.accessibility-bttn {
  border: none;
}
.accessibility-offcanvas .accessibility-menu button,
.accessibility-offcanvas .accessibility-dropdown button {
  border: none;
  background-color: transparent;
  color: white;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}
.accessibility-offcanvas .accessibility-menu button:hover,
.accessibility-offcanvas .accessibility-dropdown button:hover {
  font-weight: bold;
}
.accessibility-offcanvas .accessibility-menu li.active button,
.accessibility-offcanvas .accessibility-dropdown li.active button {
  font-weight: bold;
}
* :focus-visible {
  outline: 1px solid white !important;
}
* :-moz-focusring {
  outline: 1px solid white !important;
}
* footer :focus-visible {
  outline: 1px solid white !important;
}
* footer :-moz-focusring {
  outline: 1px solid white !important;
}
.font-dyslexic * {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}
.font-size-l .accessibility-dropdown button {
  font-size: 28px;
}
.highlightLinks * a {
  text-decoration: underline !important;
}
/*.font-size-s {
  font-size: 20px;

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
  }
}*/

.font-size-s {
  font-size: 8px !important;
}
/*.font-size-l {
  font-size: 28px;

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }
}*/

.font-size-l {
  font-size: 12px !important;
}
.homePage.grayscale #video-bg,
.homePage.grayscale .homepage-offcanvas,
.homePage.grayscale .accessibility-dropdown {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /*filter: gray;*/

  /* IE6-9 */

}
.grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /*filter: gray;*/

  /* IE6-9 */

}
html.grayscale {
  background-color: #2b2b2b;
}
.homePage.contrast #video-bg,
.homePage.contrast .homepage-offcanvas {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /*filter: gray;*/

  /* IE6-9 */

}
.contrast {
  background-color: #2b2b2b;
  color: #f1f1ee;
}
.contrast .accessibility-menu {
  background-color: #1c1c1c;
}
.contrast .accessibility-menu button span {
  color: #f1f1ee;
}
.contrast .tm-button-arrow {
  filter: brightness(0) invert(0.8);
}
.contrast .man-icon {
  border-color: #cccccc !important;
}
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast p,
.contrast a,
.contrast span {
  color: #f1f1ee !important;
}
