@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200&display=swap&.css";
@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;
}
.custom-font {
  font-family: 'Source Sans Pro', sans-serif;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.center  > DIV {
  text-align: left;
}
.box-sizing,
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.left {
  float: left;
}
.right {
  float: right;
}
IMG {
  display: block;
}
EM {
  font-style: italic;
}
html,
button,
input,
select,
textarea {
  color: #333333;
}
html {
  background-color: #cc0b28;
  height: 100%;
  /*cursor: url('/images/icons/cursor.png'),auto;*/

}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  min-height: 100px;
  font-size: 14px;
}
body:before {
  content: "xlarge";
  border-bottom: 1px solid yellow;
  color: yellow;
  display: block;
  display: none;
}
.slick-slide:focus,
.slick-slider:focus,
.slick-initialized:focus {
  border: 0 !important;
  outline: none !important;
}
.flickity-enabled:focus {
  outline: none;
}
.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--zoom {
  display: none !important;
}
/*::-moz-selection {
    background: #0054a3;
    text-shadow: none;
}
::selection {
    background: #0054a3;
    text-shadow: none;
}*/

::-webkit-input-placeholder {
  color: #cc0b28;
}
::-moz-placeholder {
  color: #cc0b28;
}
::-ms-input-placeholder {
  color: #cc0b28;
}
H1,
H2,
H3,
H4,
H5 {
  color: white;
}
H2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
}
p {
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  color: white;
}
A {
  color: white;
}
A:hover {
  color: white;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}
.uk-container {
  max-width: 1400px;
}
.hidden {
  display: none;
}
#cookie-bar {
  display: none;
}
#cookie-bar p {
  color: white;
}
#cookie-bar p .cb-enable {
  padding: 10px;
  margin: 20px 0;
}
#dumus-logo {
  margin-bottom: 30px;
}
#video-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: scroll;
}
#muteBtn #mute-control {
  margin-top: -10px;
}
#muteBtn.mute .audio {
  background: transparent url('/images/icons/audio-mute.svg') no-repeat center center;
}
.content {
  position: fixed;
  bottom: 0;
  top: 0;
  width: 100%;
  overflow: scroll;
}
.intro-link {
  font-size: 40px;
  line-height: 50px;
  color: white;
}
.intro-link:hover {
  font-weight: 600;
  color: white;
}
.intro-link .arrow-down {
  margin: 20px auto;
}
#offcanvas-index,
#offcanvas-category {
  background: transparent;
}
.homepage-offcanvas,
.category-offcanvas {
  margin-left: 70px;
  position: relative;
  height: 100%;
  width: 920px;
  cursor: auto;
}
.homepage-offcanvas {
  /*background: @background-color;*/
  background: transparent url('/images/_theme/2/bg_offcanvas.svg') no-repeat left center;
}
.homepage-offcanvas .homepage-details {
  background: #cc0b28;
  margin-left: 29px;
  height: 100%;
  padding: 100px 80px;
  position: absolute;
  top: 0;
  right: 0;
  width: 570px;
  overflow-y: auto;
}
.category-offcanvas {
  background: transparent url('/images/_theme/2/cat_offcanvas.svg') no-repeat left center;
}
.category-offcanvas .category-details {
  background: #790012;
  margin-left: 29px;
  height: 100%;
  padding: 100px 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 770px;
  overflow-y: auto;
}
.homepage-details *,
.category-details * {
  font-size: 25px;
  line-height: 31px;
}
.homepage-details h3,
.category-details h3 {
  font-weight: bold;
}
.side-menu-container {
  position: absolute;
  z-index: 10;
  top: 30%;
  background-color: #790012;
  transform: rotate(-50deg);
  left: -450px;
  transition: ease-in-out 0.5s;
  max-width: 524px;
}
.side-menu-container ul.side-menu {
  visibility: hidden;
  transition: ease-in-out 0.5s;
  transition-delay: 0s;
  list-style-position: outside;
}
.side-menu-container ul.side-menu li:first-child {
  margin-bottom: 15px;
}
.side-menu-container ul.side-menu li:first-child.selected,
.side-menu-container ul.side-menu li:first-child:hover {
  list-style-image: none;
}
.side-menu-container ul.side-menu li:last-child {
  margin-top: 15px;
}
.side-menu-container ul.side-menu li {
  list-style-image: none;
}
.side-menu-container ul.side-menu li a {
  color: white;
  font-weight: 300;
  font-size: 25px;
  line-height: 164.2%;
}
.side-menu-container ul.side-menu li.selected,
.side-menu-container ul.side-menu li:hover {
  list-style-image: url('/images/icons/bullet.svg');
}
.side-menu-container ul.side-menu li.selected a,
.side-menu-container ul.side-menu li:hover a {
  font-weight: bold;
}
.side-menu-container.opened {
  transform: rotate(0deg);
  left: 0px;
  transition: ease-in-out 0.5s;
}
.side-menu-container.opened .side-menu {
  visibility: visible;
  transition-delay: 0.5s;
}
.side-menu-container.opened .icon-toggle {
  visibility: hidden;
}
.side-menu-container .icon-toggle {
  transform: rotate(50deg);
  cursor: pointer;
  float: right;
  padding-bottom: 50px;
  padding-left: 50px;
}
.side-menu-container .close-menu {
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
}
.homePage {
  cursor: url('/images/icons/cursor_red.svg'), auto;
}
.homePage #videoControl {
  margin-right: 30px;
}
.homePage #muteBtn {
  margin-right: 20px;
}
.homePage #homePage-audio {
  position: absolute;
  bottom: 23px;
  right: 10%;
  height: 70px;
  width: 100px;
  cursor: pointer;
  z-index: 1000;
}
.homePage #homePage-audio span {
  position: absolute;
  bottom: 0;
}
.homePage #homePage-audio #audio-speaker {
  position: absolute;
  top: 10px;
  left: 15%;
}
.category-template header,
.standard-template header {
  height: 0px;
}
.category-template header #dumus-logo,
.standard-template header #dumus-logo {
  display: none;
}
.category-template header #karantena-logo,
.standard-template header #karantena-logo {
  position: absolute;
  z-index: 10;
}
.category-template #cursor-follower,
.standard-template #cursor-follower {
  display: none;
  z-index: 100;
}
.category-template #karantena-logo {
  top: 50px;
}
.category-template #muteBtn {
  position: absolute;
  right: 95px;
  top: 45px;
}
.category-template #accessibility {
  position: absolute;
  right: 40px;
  top: 39px;
}
.standard-template #karantena-logo {
  top: 125px;
}
.standard-template .standard-top-container {
  padding-top: 58px;
}
.standard-template .category-name {
  display: inline;
  width: 40%;
}
.standard-template .category-name h1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: white;
}
.standard-template a {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
.standard-template #muteBtn {
  position: absolute;
  right: 7%;
  top: 60px;
}
.category-hint {
  padding-top: 50px;
}
.slick-slide {
  overflow: hidden !important;
}
#category-description .slick-slide {
  overflow: auto !important;
}
.photo-list {
  position: relative;
}
.photo-list img {
  position: absolute;
}
.photo-list .large-img-wrap {
  position: relative;
  z-index: auto;
  margin: 0 auto;
  max-width: 603px;
  min-height: 708px;
}
.photo-list .large-img-wrap .previous-category,
.photo-list .large-img-wrap .next-category {
  position: absolute;
  z-index: 4;
  background-color: transparent;
  border: none;
}
.photo-list .large-img-wrap .previous-category {
  left: -57px;
  top: 300px;
}
.photo-list .large-img-wrap .next-category {
  right: -57px;
  top: 300px;
}
.photo-list .large-img-wrap .main-photo {
  z-index: 3;
}
.photo-list .large-img-wrap .category-title {
  position: absolute;
  bottom: -50px;
  z-index: 3;
  width: 100%;
}
.photo-list .large-img-wrap .category-title a {
  color: white;
}
.photo-list .large-img-wrap .category-title .document-icon {
  top: 0;
  right: 0;
}
.photo-list .first-photo {
  opacity: 0.8;
  transform: rotate(-9.63deg);
  top: 100px;
}
.photo-list .second-photo {
  opacity: 0.9;
  transform: rotate(-6.09deg);
  left: 10%;
  z-index: 1;
  top: 50px;
}
.photo-list .fourth-photo {
  opacity: 0.9;
  transform: rotate(6.57deg);
  z-index: 2;
  left: 50%;
  top: 50px;
}
.photo-list .fifth-photo {
  opacity: 0.8;
  transform: rotate(8.13deg);
  z-index: 1;
  left: 70%;
  top: 100px;
}
.photo-list:hover .first-photo {
  transform: rotate(-11.63deg);
  transition: ease-in-out 0.5s;
}
.photo-list:hover .second-photo {
  transform: rotate(-8.09deg);
  transition: ease-in-out 0.5s;
}
.photo-list:hover .fourth-photo {
  transform: rotate(8.57deg);
  transition: ease-in-out 0.5s;
}
.photo-list:hover .fifth-photo {
  transform: rotate(10.13deg);
  transition: ease-in-out 0.5s;
}
.previous-category-img {
  position: relative;
  overflow: hidden;
}
.previous-category-img img {
  position: absolute;
  left: -100px;
  top: 52px;
  transition: ease-in-out 0.5s;
  opacity: 0.8;
}
.previous-category-img.arrow-hover img {
  left: -80px;
  transition: ease-in-out 0.5s;
}
.next-category-img {
  position: relative;
  overflow: hidden;
}
.next-category-img img {
  position: absolute;
  right: -100px;
  top: 52px;
  transition: ease-in-out 0.5s;
  opacity: 0.8;
}
.next-category-img.arrow-hover img {
  right: -80px;
  transition: ease-in-out 0.5s;
}
.filterMenu li {
  display: inline-block;
  cursor: pointer;
  margin-right: 40px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: white;
  opacity: 0.5;
}
.filterMenu li.selected {
  opacity: 1;
}
.filterMenu li:last-child {
  margin-left: 0px;
}
.slick-exhibition .large-img-wrap {
  min-height: 600px;
}
.slick-exhibition .exhibition-details-icon {
  background: transparent url('/images/icons/more.svg') no-repeat center center;
  position: absolute;
  bottom: -75px;
  right: 35px;
  cursor: pointer;
  height: 150px;
  width: 150px;
  display: none !important;
}
.slick-exhibition .exhibition-details {
  display: none;
  padding-top: 20px;
  height: 50px;
  overflow: auto;
  margin-top: 10px;
}
.slick-exhibition .exhibition-details p {
  font-size: 16px;
  line-height: 21px;
  color: #cc0b28;
  margin-bottom: 0px;
}
.slick-exhibition .exhibition-details.opened {
  display: block;
}
.prev-exhibition {
  position: relative;
}
.prev-exhibition img {
  position: absolute;
  left: -100px;
  top: 13px;
  transition: ease-in-out 0.5s;
  opacity: 0.7;
  transform: rotate(-5.08deg);
}
.prev-exhibition.arrow-hover img {
  transform: rotate(-1.08deg);
  transition: ease-in-out 0.5s;
}
.next-exhibition {
  position: relative;
}
.next-exhibition img {
  position: absolute;
  transition: ease-in-out 0.5s;
  top: 27px;
}
.next-exhibition img:first-child {
  opacity: 0.7;
  transform: rotate(-7.05deg);
  right: 70%;
  top: 19px;
  z-index: 3;
}
.next-exhibition img:nth-child(2) {
  opacity: 0.7;
  transform: rotate(2.4deg);
  right: 10%;
  top: 45px;
  z-index: 2;
}
.next-exhibition img:last-child {
  opacity: 0.7;
  transform: rotate(-15deg);
  right: -30%;
  top: 20px;
  z-index: 1;
}
.next-exhibition.arrow-hover img:first-child {
  transform: rotate(-8.05deg);
  transition: ease-in-out 0.5s;
}
.next-exhibition.arrow-hover img:nth-child(2) {
  transform: rotate(4.4deg);
  transition: ease-in-out 0.5s;
}
.next-exhibition.arrow-hover img:last-child {
  transform: rotate(-13deg);
  transition: ease-in-out 0.5s;
}
.exhibition-photo-list {
  position: relative;
}
.exhibition-photo-list img {
  position: absolute;
}
.exhibition-photo-list .first-photo {
  opacity: 0.8;
  transform: rotate(-5.61deg);
  z-index: 1;
  top: 10%;
}
.exhibition-photo-list .second-photo {
  opacity: 0.9;
  transform: rotate(-4.14deg);
  z-index: 2;
  left: 5%;
  top: 5%;
}
.exhibition-photo-list .large-img-wrap {
  position: relative;
  z-index: auto;
  left: 10%;
  max-width: 682px;
  min-height: 509px;
}
.exhibition-photo-list .large-img-wrap .previous-category,
.exhibition-photo-list .large-img-wrap .next-category {
  position: absolute;
  z-index: 5;
  background-color: transparent;
  border: none;
  top: 200px;
}
.exhibition-photo-list .large-img-wrap .previous-category {
  left: -57px;
}
.exhibition-photo-list .large-img-wrap .next-category {
  right: -57px;
}
.exhibition-photo-list .large-img-wrap .main-photo {
  z-index: 3;
  max-width: 382px;
}
.exhibition-photo-list .large-img-wrap .exhibition-info-box {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 165px;
  background-color: white;
  padding: 50px 100px 50px 44px;
}
.exhibition-photo-list .large-img-wrap .exhibition-info-box h3,
.exhibition-photo-list .large-img-wrap .exhibition-info-box h4,
.exhibition-photo-list .large-img-wrap .exhibition-info-box span {
  color: #cc0b28;
  font-size: 25px;
  line-height: 31px;
}
.exhibition-photo-list .large-img-wrap .exhibition-info-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}
.exhibition-photo-list .large-img-wrap .exhibition-info-box h4 {
  font-weight: bold;
}
.exhibition-photo-list .fourth-photo {
  opacity: 0.9;
  transform: rotate(7.13deg);
  left: 30%;
  top: 5%;
  z-index: 2;
}
.exhibition-photo-list .fifth-photo {
  opacity: 0.8;
  transform: rotate(7.1deg);
  left: 40%;
  top: 10%;
  z-index: 1;
}
.exhibition-photo-list:hover .first-photo {
  transform: rotate(-7.61deg);
  transition: ease-in-out 0.5s;
}
.exhibition-photo-list:hover .second-photo {
  transform: rotate(-6.14deg);
  transition: ease-in-out 0.5s;
}
.exhibition-photo-list:hover .fourth-photo {
  transform: rotate(9.13deg);
  transition: ease-in-out 0.5s;
}
.exhibition-photo-list:hover .fifth-photo {
  transform: rotate(9.1deg);
  transition: ease-in-out 0.5s;
}
.exhibition-info-box {
  max-width: 450px;
}
.exhibit-slider {
  height: 576px;
}
.exhibit-slider .slick-track {
  height: 720px;
}
.exhibit-slider .perpetual-photo-list {
  position: relative;
  min-height: 600px;
}
.exhibit-slider .perpetual-photo-list img {
  position: absolute;
}
.exhibit-slider .perpetual-photo-list .first-part {
  position: relative;
}
.exhibit-slider .perpetual-photo-list .first-part .first-photo {
  left: -10%;
  top: 180px;
  transform: rotate(-5deg);
  z-index: 1;
}
.exhibit-slider .perpetual-photo-list .first-part .second-photo {
  left: 35%;
  top: 175px;
  transform: rotate(5deg);
  z-index: 2;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap {
  position: absolute;
  left: 20%;
  z-index: 6;
  max-width: 960px;
  min-height: 567px;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .main-photo {
  z-index: 5;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box {
  z-index: 7;
  background-color: white;
  position: absolute;
  right: 0;
  top: 30%;
  background-color: white;
  padding: 50px 100px 50px 44px;
  max-width: 300px;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box h3,
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box h4,
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box span {
  color: #cc0b28;
  font-size: 25px;
  line-height: 31px;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box h4 {
  font-weight: bold;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box .exhibition-details-icon {
  position: absolute;
  bottom: -57px;
  right: 35px;
  cursor: pointer;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box .exhibition-details {
  display: none;
  padding-top: 20px;
  height: 150px;
  overflow: auto;
  margin-top: 10px;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box .exhibition-details p {
  font-size: 16px;
  line-height: 21px;
  color: #cc0b28;
  margin-bottom: 0px;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .exhibition-info-box .exhibition-details.opened {
  display: block;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .video-icon {
  position: absolute;
  z-index: 6;
  top: 250px;
  background: transparent url(/images/icons/video.png) no-repeat center center;
  height: 115px;
  width: 115px;
  left: 43%;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .video-icon:hover {
  cursor: pointer;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .previous-category-arrow {
  position: absolute;
  z-index: 8;
  left: -57px;
  top: 200px;
}
.exhibit-slider .perpetual-photo-list .second-part .large-img-wrap .next-category-arrow {
  position: absolute;
  z-index: 8;
  right: -57px;
  top: 200px;
}
.exhibit-slider .perpetual-photo-list .second-part .fourth-photo {
  transform: rotate(-5deg);
  left: 50%;
  top: 170px;
  z-index: 4;
}
.exhibit-slider .perpetual-photo-list .second-part .fifth-photo {
  transform: rotate(5deg);
  left: 70%;
  top: 175px;
  z-index: 3;
}
.exhibit-slider .perpetual-photo-list .third-part .sixth-photo {
  transform: rotate(-5deg);
  left: 80%;
  top: 175px;
  z-index: 2;
}
.exhibit-slider .perpetual-photo-list .third-part .seventh-photo {
  transform: rotate(5deg);
  left: 90%;
  top: 180px;
  z-index: 1;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#pjesme-slider .pjesme-item {
  position: relative;
}
#pjesme-slider .pjesme-item .details {
  position: absolute;
  background-color: #790012;
  top: 10%;
  right: 10%;
  width: 30%;
}
#pjesme-slider .pjesme-item .details * {
  color: white;
}
#pjesme-slider .pjesme-item .details h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}
#pjesme-slider .pjesme-item .details span,
#pjesme-slider .pjesme-item .details p {
  font-size: 16px;
  line-height: 21px;
}
#pjesme-slider .pjesme-item .details #description {
  max-height: 400px;
  overflow-y: auto;
}
#pjesme-slider .pjesme-item .details #description p {
  padding-bottom: 20px;
}
#pjesme-slider .previous-category-arrow,
#pjesme-slider .next-category-arrow {
  position: absolute;
}
#pjesme-slider .previous-category-arrow {
  background: transparent url('/images/icons/prev-category-hover.svg') no-repeat center center;
  left: -57px;
  top: 150px;
}
#pjesme-slider .previous-category-arrow:hover {
  background: transparent url('/images/icons/prev-category.svg') no-repeat center center;
}
#pjesme-slider .next-category-arrow {
  background: transparent url('/images/icons/next-category-hover.svg') no-repeat center center;
  right: -57px;
  top: 100px;
}
#pjesme-slider .next-category-arrow:hover {
  background: transparent url('/images/icons/next-category.svg') no-repeat center center;
}
.pjesma-container {
  width: 960px;
  height: 650px;
  position: relative;
  margin: 20px auto;
}
.paper {
  width: 960px;
  height: 650px;
  position: relative;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
  box-shadow: 0px 0px 5px 0px #888888;
  overflow: auto;
}
/* styling red vertical line */

.paper::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.6);
  display: none;
}
/* styling blue horizontal lines */

.pattern {
  background-image: repeating-linear-gradient(white 0px, white 24px, teal 25px);
  background-repeat: repeat;
  padding-bottom: 120px;
}
/* styling text content */

.pjesme-content {
  padding-left: 200px;
  padding-right: 16px;
  line-height: 25px;
  font-size: 19px;
  letter-spacing: 1px;
  word-spacing: 5px;
  max-width: 361px;
}
.pjesme-content h1 {
  color: black;
}
.pjesme-content p {
  padding-top: 4px;
  margin-bottom: 0;
  color: black;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 1px;
  word-spacing: 5px;
}
.standard-title {
  padding-top: 150px;
}
.standard-title h1 {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}
.impressum {
  padding-top: 100px;
  padding-left: 100px;
}
.impressum h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}
.impressum a {
  font-size: 16px;
  line-height: 30px;
  text-decoration: underline;
}
.impressum * {
  font-size: 16px;
  line-height: 30px;
}
.hidden-small {
  display: block;
}
.slick-active {
  width: 445px;
  height: 335px;
}
.test {
  width: 960px;
  height: 576px;
  background-color: yellow;
}
.before {
  width: 445px;
  height: 335px !important;
  transform: rotate(10deg);
  /*img {
    transform: rotate(20deg);
  }*/

}
.before-before {
  width: 375px;
  height: 281px !important;
  transform: rotate(-10deg);
  /*img {
    transform: rotate(20deg);
  }*/

}
@keyframes before {
  from {
    width: 445px;
    background-color: red;
  }
  to {
    width: 960px;
    background-color: yellow;
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@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) {
  BODY:before {
    content: "small";
  }
  .standard-template #karantena-logo {
    display: none;
  }
  .standard-template .accessibility-doc {
    display: none;
  }
  .standard-template #muteBtn {
    position: fixed;
    bottom: 0px;
    top: unset !important;
    z-index: 10;
  }
  .category-template #muteBtn {
    right: 120px;
    z-index: 100;
  }
  .category-template #accessibility {
    position: absolute;
    right: 70px !important;
    top: 45px;
  }
  #homePage-audio {
    bottom: 10px !important;
    right: 0% !important;
  }
  #homePage-audio span {
    font-size: 12px;
  }
  #homePage-audio #audio-speaker {
    top: 30px !important;
    left: 28% !important;
    height: 20px;
    width: 20px;
    background-size: cover;
  }
  .homePage .top-controls {
    right: 10px !important;
    top: 25px !important;
  }
  .homePage .top-controls #muteBtn {
    margin-right: 0px;
  }
  .homePage .top-controls #muteBtn .audio {
    background-size: contain !important;
    height: 25px !important;
    width: 25px !important;
  }
  .homePage .top-controls #muteBtn .muted {
    background-size: contain !important;
    height: 25px !important;
    width: 25px !important;
  }
  .homePage .top-controls #videoControl {
    height: 25px !important;
    width: 30px !important;
    background-size: contain;
    margin-right: 15px;
  }
  .icon-accessibility {
    width: 25px !important;
    height: 30px !important;
  }
  #accessibility-menu {
    padding-top: 50px;
  }
  .mobile-padding {
    padding: 0px !important;
  }
  .mobile-padding-bottom {
    padding-bottom: 100px !important;
  }
  .hidden-small {
    display: none;
  }
  .mobile-side-menu {
    text-align: right !important;
  }
  .mobile-side-menu li.link-to-cat {
    padding-bottom: 50px;
    width: 100%;
  }
  .mobile-side-menu li.link-to-cat img {
    float: right;
  }
  .mobile-side-menu li {
    padding-bottom: 20px;
  }
  .mobile-side-menu li a {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
  }
  .mobile-side-menu li.selected a {
    font-weight: bolder;
  }
  #mobileMenu {
    position: absolute;
    top: 40px;
    right: 20px;
    color: white;
    background-color: transparent;
    border: none;
  }
  .backward-link {
    position: absolute;
    top: 40px;
    left: 0;
  }
  .backward-link span {
    display: none !important;
  }
  .title-container {
    width: 33%;
    margin: 0 auto;
  }
  #offcanvas-mobile .mobile-offcanvas {
    background-color: #790012;
  }
  .horizontal-scroll {
    padding-top: 40px;
    width: 100%;
    overflow-x: scroll;
  }
  .horizontal-scroll .filterMenu {
    width: 140%;
    margin-left: -10px;
  }
  #cursor-follower {
    display: none !important;
  }
  #video-bg {
    top: -80px;
    -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear;
    -o-transition: top 1s linear;
    transition: top 1s linear;
  }
  #dumus-logo {
    max-width: 165px;
    margin-bottom: 15px;
  }
  #karantena-logo {
    max-width: 150px;
    display: inline-block;
  }
  .accessibility-doc {
    z-index: 1000;
    bottom: 10px !important;
    left: 0 !important;
    font-size: 12px;
  }
  .show-text-mobile {
    position: absolute;
    top: 60%;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    text-transform: uppercase;
  }
  .mobile-text {
    visibility: hidden;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: bottom 0.3s linear, height 1s linear;
    -moz-transition: bottom 0.3s linear, height 1s linear;
    -o-transition: bottom 0.3s linear, height 1s linear;
    transition: bottom 0.3s linear, height 1s linear;
  }
  .mobile-text .mobile-text-content {
    display: none;
    background-color: #cc0b28;
    height: 100%;
    padding: 50px 15px;
  }
  .mobile-text .mobile-text-content h3,
  .mobile-text .mobile-text-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .mobile-text .mobile-text-content h3 {
    font-weight: bold;
  }
  .mobile-text .close-button {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
  }
  .mobile-text .close-button img {
    margin: 0 auto;
  }
  .mobile-text.opened {
    visibility: visible;
    overflow-y: scroll;
    display: block;
    bottom: 0px;
    height: 66%;
    padding: 50px 0px;
    transition: linear 2s;
    -webkit-transition: bottom 0.3s linear, height 1s linear;
    -moz-transition: bottom 0.3s linear, height 1s linear;
    -o-transition: bottom 0.3s linear, height 1s linear;
    transition: bottom 0.3s linear, height 1s linear;
  }
  .mobile-text.opened .mobile-text-content {
    display: block;
  }
  .intro-link {
    font-size: 20px;
    line-height: 25px;
  }
  .intro-link .arrow-down {
    max-height: 16px;
    display: none;
  }
  .standard-template #mobileAudioControl {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
  }
  .standard-template #mobileAudioControl img {
    right: 0;
  }
  .standard-template #mobileAudioControl span {
    top: 5px;
    position: relative;
    font-size: 12px;
    width: 20px;
    right: 45px;
    text-shadow: 2px 2px 4px black;
  }
  .standard-template .accessibility-bttn {
    position: absolute;
    top: 45px;
    right: 65px;
  }
  .category-template #mobileAudioControl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
  }
  .category-template #mobileAudioControl img {
    left: 0;
  }
  .category-template #mobileAudioControl span {
    top: 5px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    left: 45px;
    text-shadow: 3px 3px 4px black;
  }
  .category-template .show-text-mobile {
    position: static;
    background-color: transparent;
    color: white;
    border: none;
  }
  .category-template .mobile-text.opened {
    height: 30%;
    bottom: -20%;
    overflow-y: hidden;
    padding-bottom: 21%;
  }
  .category-template .mobile-text.opened .category-details {
    height: 200px;
    overflow: auto;
    padding-bottom: 200px;
  }
  .slick-exhibition .exhibition-slider-item .exhibition-photo-list .first-photo,
  .slick-exhibition .exhibition-slider-item .exhibition-photo-list .second-photo,
  .slick-exhibition .exhibition-slider-item .exhibition-photo-list .fourth-photo,
  .slick-exhibition .exhibition-slider-item .exhibition-photo-list .fifth-photo {
    display: none;
  }
  .category-template .accessibility-doc {
    display: none;
  }
  #category-slider .item {
    padding-top: 100px;
  }
  #category-slider .photo-list .first-photo {
    height: 245px;
    width: 245px;
    top: 50px;
    left: 15%;
  }
  #category-slider .photo-list .second-photo {
    height: 286px;
    width: 143px;
    top: 25px;
    left: 20%;
  }
  #category-slider .photo-list .large-img-wrap {
    min-width: 221px;
    min-height: 329px;
    left: 35%;
  }
  #category-slider .photo-list .large-img-wrap .main-photo {
    width: unset !important;
    height: unset !important;
    min-height: 329px !important;
    min-width: 221px !important;
  }
  #category-slider .photo-list .fourth-photo {
    height: 286px;
    width: 143px;
    top: 25px;
    left: 82%;
  }
  #category-slider .photo-list .fifth-photo {
    height: 245px;
    width: 111px;
    top: 50px;
    left: 100%;
  }
  #category-slider .category-title {
    top: -80px;
    text-align: center;
    height: 80px;
  }
  #category-slider .category-title * {
    font-size: 18px;
    line-height: 23px;
  }
  .category-hint {
    padding-top: 100px;
  }
  .next-category-arrow,
  .previous-category-arrow {
    background-size: cover;
    height: 50px;
    width: 50px;
    top: 150px !important;
  }
  .next-category-arrow,
  .next-category {
    right: -25px !important;
  }
  .previous-category-arrow,
  .previous-category {
    left: -25px !important;
  }
  .slick-exhibition {
    padding-top: 100px;
  }
  .slick-exhibition .prev-exhibition img {
    left: 10px;
    min-width: 120px;
    min-height: 160px;
    top: 90px;
  }
  .slick-exhibition .large-img-wrap {
    left: 0px;
    min-width: 258px;
    max-width: unset !important;
  }
  .slick-exhibition .large-img-wrap .main-photo {
    min-width: 258px;
    max-width: 100%;
    width: 100% !important;
  }
  .slick-exhibition .next-exhibition img:first-child,
  .slick-exhibition .next-exhibition img:last-child {
    display: none;
  }
  .slick-exhibition .next-exhibition img {
    min-width: 107px;
    min-height: 160px;
    width: unset !important;
    height: unset !important;
    top: 80px;
    right: -2%;
  }
  .slick-exhibition .exhibition-info-box {
    top: unset !important;
    bottom: 100px;
    padding: 30px !important;
    min-width: 198px !important;
  }
  .slick-exhibition .exhibition-info-box a h3,
  .slick-exhibition .exhibition-info-box a h4,
  .slick-exhibition .exhibition-info-box a span {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .slick-exhibition .next-category-arrow,
  .slick-exhibition .previous-category-arrow {
    top: 300px !important;
  }
  #pjesme-slider .pjesma-container {
    margin-top: 300px;
    max-width: 80%;
  }
  #pjesme-slider .paper {
    width: 100%;
    height: 100%;
    padding-top: 150px;
  }
  #pjesme-slider .pjesme-content {
    padding-left: 20px;
    padding-bottom: 100px;
  }
  #pjesme-slider .details {
    width: 80% !important;
    left: 10%;
    right: 10%;
    top: 3%;
  }
  #pjesme-slider .details #description {
    max-height: 200px;
    overflow-y: auto;
  }
  #pjesme-slider .details #description p {
    padding-bottom: 20px;
  }
  #pjesme-slider .previous-category-arrow {
    top: -50px !important;
  }
  #pjesme-slider .next-category-arrow,
  #pjesme-slider .previous-category-arrow {
    background-size: contain;
  }
  .exhibit-slider .first-photo,
  .exhibit-slider .fifth-photo {
    min-height: 270px !important;
    min-width: 203px;
    width: 100% !important;
    top: 115px !important;
  }
  .exhibit-slider .large-img-wrap {
    left: 20%;
    min-width: 258px;
    min-height: 520px !important;
    max-width: unset !important;
    width: 70%;
    right: 10%;
    top: 10%;
  }
  .exhibit-slider .large-img-wrap .main-photo {
    min-width: 258px;
    max-width: 100%;
    min-height: 300px;
    width: 100% !important;
    height: unset !important;
  }
  .exhibit-slider .large-img-wrap .exhibition-info-box {
    padding: 15px 10px 50px 15px !important;
    top: unset !important;
    bottom: 115px;
    left: 0;
    right: 0;
    max-width: 350px !important;
  }
  .exhibit-slider .large-img-wrap .exhibition-info-box h3,
  .exhibit-slider .large-img-wrap .exhibition-info-box h4,
  .exhibit-slider .large-img-wrap .exhibition-info-box span {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .exhibit-slider .large-img-wrap .exhibition-info-box .exhibition-details-icon {
    width: 50px;
    height: 50px;
    bottom: -25px !important;
  }
  .exhibit-slider .large-img-wrap .exhibition-info-box .exhibition-details p {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .exhibit-slider .second-photo,
  .exhibit-slider .fourth-photo {
    display: none;
  }
  .exhibit-slider .video-icon {
    left: 30% !important;
    top: 100px !important;
  }
  .impressum {
    padding-left: 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1200px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1200px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 1200px), only screen and (min-width: 767px) and (max-width: px) {
  BODY:before {
    content: "medium";
  }
  .standard-template #karantena-logo {
    display: none;
  }
  .standard-template .accessibility-doc {
    display: none;
  }
  .standard-template .accessibility-bttn {
    position: absolute;
    top: 40px;
    right: 75px;
  }
  .standard-template #muteBtn {
    position: fixed;
    bottom: 0px;
    top: unset !important;
    z-index: 10;
  }
  .category-template #muteBtn {
    position: fixed;
    bottom: 0px;
    top: unset !important;
    z-index: 10;
  }
  .mobile-padding {
    padding: 0px !important;
  }
  #mobileMenu {
    position: absolute;
    top: 40px;
    right: 20px;
    color: white;
    background-color: transparent;
    border: none;
  }
  .backward-link {
    position: absolute;
    top: 40px;
    left: 0;
  }
  .title-container {
    width: 33%;
    margin: 0 auto;
  }
  #offcanvas-mobile .mobile-offcanvas {
    background-color: #790012;
  }
  .horizontal-scroll {
    padding-top: 40px;
    width: 100%;
    overflow-x: scroll;
  }
  .horizontal-scroll .filterMenu {
    width: 100%;
    margin-left: unset;
  }
  #cursor-follower {
    display: none;
  }
  #video-bg {
    top: -100px;
    -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear;
    -o-transition: top 1s linear;
    transition: top 1s linear;
  }
  #dumus-logo {
    max-width: 250px;
    margin-bottom: 15px;
  }
  #karantena-logo {
    max-width: 200px;
    display: inline-block;
  }
  .show-text-mobile {
    position: absolute;
    top: 70%;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    text-transform: uppercase;
  }
  .mobile-text {
    visibility: hidden;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: bottom 0.3s linear, height 1s linear;
    -moz-transition: bottom 0.3s linear, height 1s linear;
    -o-transition: bottom 0.3s linear, height 1s linear;
    transition: bottom 0.3s linear, height 1s linear;
  }
  .mobile-text .mobile-text-content {
    display: none;
    height: 100%;
    padding: 50px 15px;
  }
  .mobile-text .mobile-text-content h3,
  .mobile-text .mobile-text-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .mobile-text .mobile-text-content h3 {
    font-weight: bold;
  }
  .mobile-text .close-button {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
  }
  .mobile-text .close-button img {
    margin: 0 auto;
  }
  .mobile-text.opened {
    visibility: visible;
    overflow-y: scroll;
    display: block;
    bottom: 0px;
    height: 55%;
    padding: 50px 0px;
    transition: linear 2s;
    -webkit-transition: bottom 0.3s linear, height 1s linear;
    -moz-transition: bottom 0.3s linear, height 1s linear;
    -o-transition: bottom 0.3s linear, height 1s linear;
    transition: bottom 0.3s linear, height 1s linear;
  }
  .mobile-text.opened .mobile-text-content {
    display: block;
  }
  .intro-link {
    font-size: 20px;
    line-height: 25px;
  }
  .intro-link .arrow-down {
    max-height: 16px;
    display: none;
  }
  .hidden-small {
    display: none;
  }
  #accessibility-menu {
    padding-top: 50px;
  }
  .mobile-side-menu {
    text-align: right !important;
  }
  .mobile-side-menu li.link-to-cat {
    padding-bottom: 50px;
    width: 100%;
  }
  .mobile-side-menu li.link-to-cat img {
    float: right;
  }
  .mobile-side-menu li {
    padding-bottom: 20px;
  }
  .mobile-side-menu li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
  }
  .mobile-side-menu li.selected a {
    font-weight: bolder;
  }
  .category-template .accessibility-doc {
    display: none;
  }
  .category-template .show-text-mobile {
    position: static;
    background-color: transparent;
    color: white;
    border: none;
  }
  .category-template .mobile-text.opened {
    height: 80%;
    bottom: -40%;
    overflow-y: hidden;
    padding-bottom: 21%;
  }
  .category-template .mobile-text.opened .category-details {
    height: 200px;
    overflow: auto;
    padding-bottom: 200px;
  }
  .category-template .mobile-text-content {
    display: none;
    background-color: #cc0b28;
    height: 100%;
    padding: 50px 15px;
  }
  .category-template .mobile-text-content h3,
  .category-template .mobile-text-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .category-template .mobile-text-content h3 {
    font-weight: bold;
  }
  .category-template #accessibility {
    position: absolute;
    right: 70px !important;
    top: 45px;
  }
  #mobileAudioControl {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
  }
  #mobileAudioControl img {
    right: 0;
  }
  #mobileAudioControl span {
    top: 5px;
    position: relative;
    font-size: 12px;
    width: 20px;
    right: 45px;
    text-shadow: 2px 2px 4px black;
  }
  #category-slider .slick-slide {
    min-height: 600px;
  }
  #category-slider .item {
    padding: 100px 0px;
  }
  #category-slider .photo-list .first-photo {
    min-height: 300px;
    min-width: 245px;
    top: 50px;
    left: 15%;
  }
  #category-slider .photo-list .second-photo {
    min-height: 400px;
    min-width: 245px;
    top: 25px;
    left: 20%;
  }
  #category-slider .photo-list .large-img-wrap {
    min-width: 221px;
    min-height: 329px;
    left: 35%;
  }
  #category-slider .photo-list .large-img-wrap .main-photo {
    width: unset !important;
    min-height: 329px !important;
    min-width: 221px !important;
  }
  #category-slider .photo-list .fourth-photo {
    min-height: 400px;
    min-width: 245px;
    top: 25px;
    left: unset !important;
    right: -50%;
  }
  #category-slider .photo-list .fifth-photo {
    min-height: 300px;
    top: 50px;
    right: -60%;
    left: unset !important;
  }
  #category-slider .category-title {
    top: -80px;
    text-align: center;
    height: 80px;
  }
  #category-slider .category-title * {
    font-size: 18px;
    line-height: 23px;
  }
  .category-hint {
    padding-top: 100px;
  }
  .next-category-arrow,
  .previous-category-arrow {
    background-size: cover;
    height: 100px;
    width: 100px;
    top: 250px !important;
  }
  .next-category-arrow,
  .next-category {
    right: -50px !important;
  }
  .previous-category-arrow,
  .previous-category {
    left: -50px !important;
  }
  .slick-exhibition {
    padding-top: 100px;
  }
  .slick-exhibition .prev-exhibition img {
    left: -100px;
    min-width: 120px;
    min-height: 160px;
    top: 90px;
  }
  .slick-exhibition .first-photo {
    left: -10% !important;
  }
  .slick-exhibition .large-img-wrap {
    left: 0px;
    min-width: 258px;
    max-width: unset !important;
  }
  .slick-exhibition .large-img-wrap .main-photo {
    min-width: 258px;
    max-width: 100%;
    width: 100% !important;
  }
  .slick-exhibition .fifth-photo {
    left: unset !important;
    right: -10%;
  }
  .slick-exhibition .next-exhibition img:first-child,
  .slick-exhibition .next-exhibition img:last-child {
    display: none;
  }
  .slick-exhibition .next-exhibition img {
    min-width: 107px;
    min-height: 160px;
    width: unset !important;
    height: unset !important;
    top: 80px;
    right: -50%;
  }
  .slick-exhibition .exhibition-info-box {
    top: unset !important;
    bottom: 100px;
    padding: 30px !important;
    min-width: 198px !important;
  }
  .slick-exhibition .exhibition-info-box a h3,
  .slick-exhibition .exhibition-info-box a h4,
  .slick-exhibition .exhibition-info-box a span {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .slick-exhibition .next-category-arrow,
  .slick-exhibition .previous-category-arrow {
    top: 300px !important;
  }
  #pjesme-slider .pjesma-container {
    margin-top: 300px;
    max-width: 80%;
  }
  #pjesme-slider .paper {
    width: 100%;
    height: 100%;
  }
  #pjesme-slider .pjesme-content {
    padding-left: 20px;
  }
  #pjesme-slider .details {
    width: 80% !important;
    left: 10%;
    right: 10%;
    top: 3%;
  }
  #pjesme-slider .previous-category-arrow {
    top: -30px !important;
  }
  #pjesme-slider .next-category-arrow {
    top: 170px !important;
  }
  #pjesme-slider .next-category-arrow,
  #pjesme-slider .previous-category-arrow {
    background-size: contain;
  }
  .exhibit-slider .first-photo,
  .exhibit-slider .fifth-photo {
    min-height: 270px !important;
    min-width: 203px;
    width: 100% !important;
    top: 115px !important;
  }
  .exhibit-slider .large-img-wrap {
    left: 20%;
    min-width: 258px;
    min-height: 520px !important;
    max-width: unset !important;
    width: 70%;
    right: 10%;
    top: 10%;
  }
  .exhibit-slider .large-img-wrap .main-photo {
    min-width: 258px;
    max-width: 100%;
    min-height: 300px;
    width: 100% !important;
    height: unset !important;
  }
  .exhibit-slider .large-img-wrap .exhibition-info-box {
    padding: 15px 10px 50px 50px !important;
    top: unset !important;
    bottom: 115px;
    left: 0;
    right: 0;
    max-width: 350px !important;
  }
  .exhibit-slider .large-img-wrap .exhibition-info-box h3,
  .exhibit-slider .large-img-wrap .exhibition-info-box h4,
  .exhibit-slider .large-img-wrap .exhibition-info-box span {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .exhibit-slider .large-img-wrap .exhibition-info-box .exhibition-details-icon {
    width: 50px;
    height: 50px;
    bottom: -25px !important;
  }
  .exhibit-slider .large-img-wrap .exhibition-info-box .exhibition-details p {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .exhibit-slider .second-photo,
  .exhibit-slider .fourth-photo {
    display: none;
  }
  .exhibit-slider .video-icon {
    left: 30% !important;
    top: 100px !important;
  }
  .impressum {
    padding-left: 15px;
  }
}
@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) {
  BODY:before {
    content: "large";
  }
  .standard-template #karantena-logo {
    top: 70px;
  }
  .standard-template .standard-top-container {
    padding-top: 5px;
  }
  .exhibition-photo-list .fourth-photo {
    left: 40%;
  }
  .exhibition-photo-list .fifth-photo {
    left: 50%;
  }
  .next-exhibition img:first-child {
    right: 40%;
  }
  .next-exhibition img:nth-child(2) {
    right: 10%;
  }
  .exhibit-slider .perpetual-photo-list .second-part .large-img-wrap {
    left: 15%;
  }
}
