* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*,
*:before,
*:after {
  outline: 0 !important;
  outline: none !important;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  background-image: url("../images/bg-juranyi-logo-yellow.png");
  background-position: center 159px;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0.05em;
}
.container {
  max-width: 1280px;
}
img,
.image {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
img:hover,
img.fancybox-image,
.image:hover,
.image.fancybox-image {
  -webkit-filter: none;
  filter: none;
}
.rolunk .photos img,
.about-us .photos img {
  -webkit-filter: none;
  filter: none;
}
.no-filter {
  -webkit-filter: none;
  filter: none;
}
.fancybox-bg {
  background-color: rgba(255,255,255,0.7);
}
.fancybox-button {
  background: #000;
}
h1 {
  font-weight: 800;
  font-size: 38px;
}
h2 {
  font-family: "Exo 2";
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}
h3 {
  font-size: 16px;
  color: #ffd400;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 30px;
}
h4 {
  font-size: 17px;
  font-weight: 800;
  color: #00a1ed;
  text-transform: uppercase;
  margin: 40px 0 30px 0;
}
h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600;
}
a {
  color: #000;
  font-weight: 800;
}
a:hover {
  text-decoration: none;
}
#mobile-bg {
  display: none;
}
.curr-blue header {
  background-color: #00a1ed;
  color: #fff;
}
.curr-blue header a:hover {
  color: #000;
}
.curr-blue a:hover {
  color: #00a1ed;
}
.curr-blue a.btn:hover {
  color: #fff;
}
.curr-blue h1 {
  color: #00a1ed;
}
.curr-blue .page-text a {
  color: #ffd400;
}
.curr-blue .page-text a:hover {
  color: #000;
}
.curr-blue .tab-content a {
  color: #00a1ed;
}
.curr-blue .tab-content a:hover {
  color: #000;
}
.curr-blue footer a:hover {
  color: #000;
}
.curr-yellow span.sadface {
  color: #ffd400;
}
.curr-yellow header {
  background-color: #ffd400;
  color: #fff;
}
.curr-yellow header a:hover {
  color: #000;
}
.curr-yellow a:hover {
  color: #ffd400;
}
.curr-yellow h1 {
  color: #ffd400;
}
.curr-yellow .breadcrumbs a {
  color: #ffd400;
  background-image: url("../images/arrow-yellow-left.png");
}
.curr-yellow .breadcrumbs a:hover {
  color: #000;
  background-image: url("../images/left-arrow.png");
}
.curr-yellow .selector button,
.curr-yellow .selector .btn {
  border: 3px solid #ffd400;
}
.curr-yellow .selector .dropdown-toggle::after {
  color: #ffd400;
}
.curr-yellow .selector .dropdown-menu {
  border: 1px solid #ffd400;
}
.curr-yellow .selector .dropdown-item.active,
.curr-yellow .selector .dropdown-item:active {
  background-color: #ffd400;
}
.curr-yellow footer a:hover {
  color: #000;
}
.curr-purple header {
  background-color: #76187e;
  color: #fff;
}
.curr-purple header a:hover {
  color: #000;
}
.curr-purple a:hover {
  color: #76187e;
}
.curr-purple h1 {
  color: #76187e;
}
.curr-purple .breadcrumbs a {
  color: #76187e;
  background-image: url("../images/arrow-purple-left.png");
}
.curr-purple .breadcrumbs a:hover {
  color: #000;
  background-image: url("../images/left-arrow.png");
}
.curr-purple footer a:hover {
  color: #000;
}
.curr-black header {
  background-color: #000;
  color: #fff;
}
.curr-black header a:hover {
  color: #00a1ed;
}
.curr-black header .logo img {
  -webkit-filter: none;
  filter: none;
}
.curr-black a:hover {
  color: #00a1ed;
}
.curr-black h1 {
  color: #000;
}
.curr-black footer a:hover {
  color: #000;
}
.font-small {
  font-size: 13px;
}
.bg-blue {
  background-color: #00a1ed;
  color: #fff;
}
.bg-pink {
  background-color: #e0007a;
  color: #fff;
}
.bg-purple {
  background-color: #76187e;
  color: #fff;
}
.bg-yellow {
  background-color: #ffd400;
  color: #fff;
}
.black {
  color: #000 !important;
}
.white {
  color: #fff !important;
}
.clr {
  clear: both;
}
.ipad,
.des {
  display: none;
}
.arrow img {
  width: 24px;
  height: auto;
}
header a,
header a.btn {
  color: #fff;
}
.form-group input.form-control {
  border: 4px solid #fff;
  background-color: #76187e;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
}
.form-group input.form-control::placeholder {
  color: #fff;
}
.form-group input.form-control:hover {
  border: 1px solid #fff;
  transition: border-width 0.3s cubic-bezier(0.12,0,0.39,0);
}
button,
.btn {
  background-color: #e0007a;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 0.1em;
  border: none;
  color: #fff;
  padding: 12px 23px;
}
button a,
.btn a {
  color: #fff;
}
button:hover,
.btn:hover {
  color: #fff;
}
.btn:hover {
  background-color: #000;
}
.btn:hover a {
  color: #fff;
}
.button.pink {
  background-image: url("../images/arrow-pink.png");
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 28px;
  bottom: 15px;
}
.button.pink:hover {
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
button#load-next {
  background-color: #00a1ed;
  margin: 70px auto 40px auto;
}
button#load-next:hover {
  background-color: #000;
}
.buy-ticket-btn a.btn:hover {
  background-color: transparent;
  color: #000;
}
.info-time .month {
  font-weight: 800;
}
.info-time .day {
  font-size: 60px;
  line-height: 50px;
  font-weight: 800;
}
.info-time .time {
  padding-top: 7px;
  margin-bottom: 0;
}
.sell-out {
  color: #e0007a;
  font-weight: 800;
}
.page-title {
  order: 2;
}
.breadcrumbs {
  order: 1;
  background-color: #fff;
  padding: 10px 15px;
}
.breadcrumbs a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10px 0;
  padding-left: 35px;
  text-transform: lowercase;
}
.breadcrumbs a:hover {
  color: #00a1ed;
  background-image: url("../images/arrow-blue-left.png");
}
.video-wrapper i {
  position: absolute;
  color: rgba(255,255,255,0.7);
  left: 50%;
  top: 50%;
  font-size: 36px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.pag .pagWrap {
  float: right;
}
.pag .pagWrap #pagination a:only-child {
  display: none;
}
.pag .pagWrap .row {
  justify-content: center;
}
.pag .pagWrap .row ul {
  margin-bottom: 0;
  background-color: #fff;
  padding: 15px 20px 15px 40px;
  border-radius: 0;
  margin-right: 30px;
}
.pag .pagWrap.rep .row {
  background-color: #fff;
  padding: 15px 20px 15px 40px;
}
.pag a {
  font-size: 18px;
  padding: 0 3px;
}
.pag a.active {
  color: #e0007a;
}
.pag a.arrow {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 8px;
}
.pag a.arrow#btn_prev {
  background-image: url("../images/arrow-black-left.png");
}
.pag a.arrow#btn_next {
  background-image: url("../images/arrow-black-right.png");
}
.pag .arrow {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 8px;
}
.pag .arrow.disabled {
  display: none;
}
.pag .active a {
  color: #e0007a;
}
.pag .btn_prev {
  background-image: url("../images/arrow-black-left.png");
}
.pag .btn_next {
  background-image: url("../images/arrow-black-right.png");
}
.pag .btn_prev a,
.pag .btn_next a {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 999;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 21px;
  height: 21px;
  border: 1px solid ;
}
.styled-checkbox:hover + label:before {
  background: ;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0,0,0,0.12);
}
.styled-checkbox:checked + label:before {
  background: ;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  position: absolute;
  left: 6px;
  top: 0px;
  color: #fff;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}
.crea {
  font-weight: 700;
  text-transform: capitalize;
}
header {
  padding: 20px 0 0 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
header .logo img {
  width: 120px;
  height: auto;
}
header .logo img:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
}
header nav {
  position: relative;
  z-index: 9;
}
header nav.navbar {
  padding: 0;
}
header nav.navbar .navbar-toggler {
  border-radius: 0;
}
header nav.navbar .navbar-toggler.opened {
  z-index: 99;
  position: absolute;
  left: 282px;
  top: 0;
}
header nav.navbar .navbar-nav {
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: -100%;
  height: 80vh;
  top: 0;
  transition: all 0.4s linear;
  overflow: auto;
}
header nav.navbar #navcontent {
  position: relative;
  z-index: 1;
  background: transparent;
}
header nav.navbar #navcontent.collapsing {
  display: block;
}
header nav.navbar #navcontent.collapsing .navbar-nav {
  height: calc(100vh - 150px);
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
  left: -100%;
}
header nav.navbar #navcontent.show .navbar-nav {
  height: calc(100vh - 110px);
  left: 0;
  -webkit-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
header nav.navbar #navcontent .navbar-nav {
  padding: 60px 40px 0 40px;
  height: 100vh !important;
}
header nav.navbar #navcontent li a {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  line-height: 38px;
  position: relative;
  display: block;
}
header nav.navbar #navcontent li a:hover {
  color: #00a1ed;
}
header nav.navbar #navcontent li i {
  display: none;
}
header nav.navbar #navcontent li ul.treeview-menu {
  display: none;
}
header nav.navbar #navcontent li.has-children .pull-right-container {
  background-image: url("../images/arrow-black-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15px;
}
header nav.navbar #navcontent li.active ul.treeview-menu {
  display: block;
}
header nav.navbar #navcontent li.active ul.treeview-menu li:first-child {
  padding-bottom: 0;
}
header nav.navbar #navcontent li.social-item {
  width: 40px;
}
header nav.navbar #navcontent li.social-item.facebook {
  margin-top: 15px;
}
header nav.navbar #navcontent li.social-item.instagram {
  position: relative;
  top: -38px;
  left: 48px;
}
header nav.navbar #navcontent li.social-item .social-icon {
  width: 32px;
  height: auto;
}
header nav.navbar #navcontent li.lang-item {
  width: 32px;
  position: relative;
}
header nav.navbar #navcontent li.lang-item.hungarian {
  top: -50px;
  right: -222px;
}
header nav.navbar #navcontent li.lang-item.english {
  top: -88px;
  right: -264px;
}
header nav.navbar #navcontent li.lang-item.active a {
  color: #00a1ed;
}
header nav.navbar #navcontent li.first-item {
  padding-bottom: 20px;
}
header nav.navbar #navcontent li.first-item a span {
  color: #e0007a;
}
header nav.navbar #navcontent li.first-item a span:hover {
  color: #000;
}
header nav.navbar .animated-icon1 {
  width: 29px;
  height: 29px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header nav.navbar .animated-icon1 span {
  background: #fff;
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header nav.navbar .animated-icon1 span:nth-child(1) {
  top: 0;
}
header nav.navbar .animated-icon1 span:nth-child(2) {
  top: 12px;
}
header nav.navbar .animated-icon1 span:nth-child(3) {
  top: 24px;
}
header nav.navbar .animated-icon1.open span {
  background-color: #000;
}
header nav.navbar .animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
header nav.navbar .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  display: none;
  left: -60px;
}
header nav.navbar .animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header nav.navbar #navcontent li.has-children a:hover {
  color: #00a1ed;
}
header nav.navbar #navcontent li.has-children a:hover .pull-right-container {
  background-image: url("../images/arrow-blue-down.png");
}
header nav.navbar #navcontent li.has-children.active a .pull-right-container {
  background-image: url("../images/arrow-blue-up.png");
}
header nav.navbar #navcontent li a[href="https://juranyihaz.hu/hu/szinhaz-a-varos"] {
  color: #00a1ed;
}
header nav.navbar #navcontent li a[href="https://juranyihaz.hu/hu/szinhaz-a-varos"]:hover {
  color: #000000;
}
.search {
  text-align: right;
  margin-top: 5px;
}
.search .desc {
  text-align: left;
}
.search .input-group {
  overflow: hidden;
}
.search .input-group input {
  border: none;
  position: relative;
  right: -100%;
  border-radius: inherit;
  background-color: #fff;
  padding: 4px 10px;
  width: 100%;
  margin-right: 35px;
}
.search .input-group input:focus {
  outline: 0;
}
.search .input-group img {
  width: 28px;
  height: auto;
  cursor: pointer;
}
.search .input-group #search-input-append {
  position: absolute;
  top: 0;
  right: 0;
}
.mobilesearch .search form#search-form {
  padding-left: 55px;
}
span.sadface {
  color: #00a1ed;
  font-size: 3em;
}
.nohits {
  font-size: 1.3em;
}
.empty-gallery span.sadface {
  color: #000000;
}
.buy-ticket-btn {
  margin-top: 20px;
}
.buy-ticket-btn a {
  font-size: 18px;
  letter-spacing: 0.05em;
}
main#content {
  margin-top: 155px;
}
h1.page-title {
  padding: 30px 0 15px 0;
}
#banner {
  display: none;
  margin-bottom: 0;
  padding: 0;
}
#banner .slick-list {
  margin-bottom: 0;
}
#banner .wrap {
  position: relative;
  max-height: 570px;
  min-height: 570px;
  height: 570px;
}
#banner .wrap .image {
  max-height: 570px;
  min-height: 570px;
  height: 570px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.2s all ease-in-out;
}
#banner .wrap .info-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 50px;
}
#banner .wrap .info-wrap .text h2 a {
  color: #00a1ed;
  font-size: 65px;
  line-height: 80px;
  text-transform: uppercase;
  margin-left: 15px;
}
#banner .wrap .info-wrap .text h2 a:hover {
  color: #ffffff;
}
#banner .wrap .info-wrap .text .subtitle a {
  color: #00a1ed;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
}
#banner .wrap .info-wrap .text .subtitle a:hover {
  color: #ffffff;
}
#banner .wrap .button-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 50px;
}
#banner .wrap .button-wrap .button {
  background-image: url("../images/arrow-pink.png");
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  right: 0;
}
#banner .wrap:hover .image {
  filter: none;
  -webkit-filter: none;
  transition: 0.2s all ease-in-out;
}
#banner .slick-prev,
#banner .slick-next {
  position: absolute;
  top: 50%;
  width: 16px;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  filter: none;
  z-index: 1;
}
#banner .slick-prev {
  left: 8%;
}
#banner .slick-next {
  right: 8%;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(249,249,249,0.68);
  z-index: 1;
}
div#loader .lds-roller {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
}
div#loader .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5,0,0.5,1) infinite;
  transform-origin: 40px 40px;
}
div#loader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00a1ed;
  margin: -4px 0 0 -4px;
}
div#loader .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
div#loader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
div#loader .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
div#loader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
div#loader .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
div#loader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
div#loader .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
div#loader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
div#loader .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
div#loader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
div#loader .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
div#loader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
div#loader .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
div#loader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
div#loader .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
div#loader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
.performance {
  background-color: #fff;
  margin: 30px 0;
}
.performance .pic {
  order: 1;
}
.performance .pic .image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  background-position: center;
}
.performance .info-time {
  order: 2;
}
.performance .info-time .time {
  text-transform: lowercase;
}
.performance .info-time .time:lang(en) {
  text-transform: none;
}
.performance .desc {
  order: 3;
  padding: 20px 30px 25px 30px;
}
.performance .desc h2 {
  font-size: 36px;
  line-height: 40px;
}
.performance .desc .buy-ticket.btn {
  color: #fff;
  padding: 15px 20px;
}
.performance .sell-out {
  text-align: right;
}
#articles .article {
  margin-top: 30px;
  padding: 0 30px;
  position: relative;
}
#articles .article .category {
  display: inline;
  background-color: #e0007a;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  left: 45px;
  z-index: 1;
  text-transform: uppercase;
}
#articles .article .image {
  height: 220px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#articles .article .info {
  background-color: #fff;
  padding: 20px 25px 30px 25px;
  height: 350px;
}
#articles .article .info h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0;
}
#articles .article .info .date {
  font-size: 12px;
  padding: 5px 0 10px 0;
}
#articles .article .info .desc {
  max-height: 115px;
  overflow-y: hidden;
}
#articles .article .info .button.pink {
  right: 45px;
}
.content-padding {
  padding: 20px !important;
}
#search .item {
  margin-top: 30px;
}
#search .item .image {
  height: 220px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#search .item .info {
  background-color: #fff;
  padding: 20px 25px 30px 25px;
  height: 350px;
}
#search .item .info h2.title {
  font-size: 30px;
  line-height: 36px;
}
#search .item .info .desc {
  max-height: 202px;
  overflow-y: hidden;
}
#search .item .info .button.pink {
  right: 45px;
}
.selector {
  margin: 25px 0 30px 0;
}
.selector select {
  margin-bottom: 30px;
  visibility: hidden;
}
.selector .dropdown {
  border: 0;
  width: 100% !important;
  float: left;
}
.selector button,
.selector .btn {
  border: 3px solid #00a1ed;
  background: white;
  width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.selector .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  padding: 7px 10px;
  color: black;
  font-size: 15px;
  text-transform: lowercase;
  letter-spacing: 0.05em;
}
.selector .bootstrap-select > select {
  visibility: hidden;
}
.selector .dropdown-toggle::after {
  margin-right: 10px;
  color: #00a1ed;
}
.selector .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 1px solid #00a1ed;
}
.selector .dropdown-item.active,
.selector .dropdown-item:active {
  background-color: #00a1ed;
  color: white;
}
.selector .bootstrap-select .dropdown-toggle:focus,
.selector .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline-offset: 0;
}
.selector .btn.focus,
.selector .btn:focus {
  box-shadow: none;
}
.selector .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::after {
  border: none;
}
.selector .bootstrap-select .dropdown-menu li a span.text {
  text-transform: lowercase;
}
.monthly {
  margin-top: 25px;
  padding: 15px 15px 20px 15px;
}
.monthly .year {
  font-size: 30px;
}
.monthly .month {
  font-size: 22px;
  line-height: 32px;
  text-transform: lowercase;
}
.monthly .month-head {
  width: 225px;
  margin: 15px auto 0 auto;
}
.monthly #performances-content .item {
  background-color: #fff;
  padding-bottom: 28px;
  margin-bottom: 20px;
}
.monthly #performances-content .item h2 {
  margin-top: 20px;
}
.monthly #performances-content .item .day {
  font-size: 50px;
  line-height: 54px;
  font-weight: 800;
}
.monthly #performances-content .item .start {
  text-transform: lowercase;
}
.monthly #performances-content .item button {
  margin-top: 20px;
}
.monthly #performances-content .item .pic .image {
  width: 140px;
  height: 140px;
  background-position: center;
}
#performances-content .item {
  margin-bottom: 30px;
}
#performances-content .item h2 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 4px;
}
#performances-content .item .pic .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 220px;
}
#performances-content .item .info {
  background-color: #fff;
  height: 330px;
  padding: 18px 25px 0 25px;
}
#performances-content .item .info .desc {
  max-height: 137px;
  overflow-y: hidden;
  margin-top: 11px;
  padding-right: 20px;
}
#performances-content .item .info .desc .crea {
  margin: 5px 0 8px 0;
}
.performance-page .page-title {
  padding: 10px 15px 20px 15px;
  order: 2;
}
.performance-page .content .bg-white {
  padding: 0 30px 30px 30px;
}
.performance-page .content ul.nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}
.performance-page .content ul.nav-tabs a {
  color: #ffd400;
  text-transform: uppercase;
  font-size: 18px;
}
.performance-page .content ul.nav-tabs a.performance-nav-link {
  padding: 6px 8px;
}
.performance-page .content ul.nav-tabs a.performance-nav-link.active {
  background: #ffd400;
  color: #fff;
}
.performance-page .content strong,
.performance-page .content a {
  font-weight: 700;
}
.performance-page .content .info-piece {
  margin: 25px 0 20px 0;
}
.performance-page .content h1 {
  color: #000;
}
.performance-page .content .partners .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 90px;
  margin-right: 25px;
}
.performance-page .content .partners .flex a {
  max-width: 120px;
  max-height: 90px;
  display: block;
}
.performance-page .content .partners .flex a img {
  -webkit-filter: none;
  filter: none;
}
.performance-page .content .performance-time {
  padding: 30px 10px;
}
.performance-page .content .performance-time .row {
  margin: 0 0 30px 0;
}
.performance-page .content .performance-time .row .tickets {
  margin-top: 25px;
}
.performance-page .photos {
  margin-top: 30px;
}
.performance-page .photos .grid-item {
  float: left;
  margin-bottom: 10px;
  padding: 0 10px 0 0px !important;
}
.performance-page .photos .grid-item img {
  display: block;
  max-width: 100%;
}
.performance-page .photos .gutter-sizer {
  width: 0px;
}
#page {
  padding: 0;
}
#page .page-container .page-text {
  background: #ffffff;
  padding: 30px;
  height: fit-content;
}
#page .page-container .page-map #map-contact {
  width: 100%;
  height: 250px;
}
#page .page-container .page-gallery {
  padding: 0 40px;
  text-align: center;
}
#page .page-container .page-gallery .photos.grid {
  margin-top: 30px;
}
#page .page-container .page-gallery .photos.grid .grid-item {
  padding: 0 20px 20px 20px;
  max-width: 500px;
  margin: 0 auto;
}
#page .tab-container .container {
  background: #fff;
  padding: 30px;
}
#page .tab-container .container .nav-tab {
  padding-top: 20px;
}
#page .tab-container .container .nav-tab ul.nav-tabs {
  border: none;
}
#page .tab-container .container .nav-tab ul.nav-tabs li {
  margin: 0 10px 20px 0;
}
#page .tab-container .container .nav-tab ul.nav-tabs li a {
  font-family: "Exo 2";
  background-color: #00a1ed;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 0.1em;
  border: none;
  padding: 6px 15px;
}
#page .tab-container .container .nav-tab ul.nav-tabs li:hover a,
#page .tab-container .container .nav-tab ul.nav-tabs li.active a {
  background-color: #ffffff;
  color: #00a1ed;
}
#page .tab-container .container .tab-pane {
  margin-top: 10px;
}
#page .tab-container .container .tab-pane h4 {
  margin: 20px 0 30px 0;
}
#page .tab-container .container .tab-pane h4:first-child {
  margin: 0 0 15px 0;
}
#page .tab-container .container .tab-pane h4:first-of-type {
  margin: 20px 0 15px 0;
}
#page .categories .nav-tabs {
  border: none;
}
#page .categories .nav-tabs .nav-link {
  color: #00a1ed;
  font-weight: 700;
  background: white;
  border-radius: 0;
}
#page .categories .nav-tabs .nav-link.active {
  font-weight: 800;
  border: none;
  color: white;
  background: #00a1ed;
}
#page .categories .tab-pane {
  margin-top: 20px;
}
#page .categories .tab-pane .category-item {
  margin-bottom: 50px;
}
#page .categories .tab-pane .category-item .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
}
#page .categories .tab-pane .category-item .name {
  margin: 8px 0 3px 0;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
}
.colleague .name {
  font-size: 20px;
  font-weight: 700;
}
.colleague strong {
  font-weight: 700;
}
.colleague .col-12:last-of-type .col-md-6:last-of-type {
  border: 1px solid #000;
  padding-top: 14px;
}
.pic-list {
  background-color: #fff;
}
.pic-list .item {
  margin-bottom: 30px;
}
.pic-list .item .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 180px;
}
.pic-list .item .name,
.pic-list .item .link a {
  margin: 8px 0 3px 0;
  font-size: 17px;
  font-weight: 700;
}
.pic-list .item .link a {
  color: #00a1ed;
}
.article {
  margin-top: 20px;
}
.article .container .content {
  padding: 0px 20px 0 20px;
  background-color: #fff;
}
.article .container .content .latte-title {
  font-size: 14px;
  font-weight: 800;
}
.article .container .content h2 {
  margin-bottom: 30px;
}
.article .container .content strong {
  font-weight: 700;
  font-size: 17px;
}
.article .container .grid-item {
  margin-bottom: 25px;
}
.video-wrapper {
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: absolute;
}
.video-wrapper:before {
  content: " ";
  height: 100%;
  display: inline-block;
  background: rgba(0,0,0,0.5);
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.video-wrapper:after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.video-wrapper:hover {
  background-size: 105% !important;
}
.video-wrapper:hover:before {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.article .video-wrapper {
  right: 15px;
  left: 15px;
}
#galleries .gallery-item {
  margin-top: 30px;
}
#galleries .gallery-item .image {
  height: 220px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#galleries .gallery-item .info {
  background-color: #fff;
  padding: 20px 25px 30px 25px;
  height: 200px;
}
#galleries .gallery-item .info h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0;
}
#galleries .gallery-item .info .date {
  font-size: 12px;
  padding: 3px 0 10px 0;
}
#galleries .gallery-item .info .desc {
  max-height: 115px;
  overflow-y: hidden;
}
#galleries .gallery-item .info .button.pink {
  right: 45px;
}
#embed .no-padding {
  padding: 0;
}
h2.subtitle {
  font-size: 22px;
  margin-top: -20px;
}
.breadcrumbs a {
  color: #000;
  background-image: url("../images/left-arrow.png");
}
.exhibition {
  margin-top: 20px;
}
.exhibition .container .empty {
  background-color: #fff;
  min-height: 300px;
}
.exhibition .container .empty p {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 22px;
  line-height: 28px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.exhibition .container .content {
  padding: 30px;
  background-color: #fff;
}
.exhibition .container .content h2 {
  color: #ffd400;
  text-transform: uppercase;
}
.exhibition .container .content .date {
  margin: 20px 0 30px 0;
}
.exhibition .container .content .date h3 {
  color: #ffd400;
  margin: 5px 0;
}
.exhibition .container .grid-item {
  margin-bottom: 25px;
}
.exhibition .video-wrapper {
  right: 15px;
  left: 15px;
}
.theatherincity-header .main-title {
  text-transform: uppercase;
  color: white;
  padding: 40px 40px;
  background: #5a46e7;
}
.theatherincity-header .main-title .header-content {
  position: absolute;
  z-index: 1;
  top: 30px;
  display: flex;
}
.theatherincity-header .main-title .header-content .button {
  top: -5px;
  position: absolute;
  right: -112%;
}
.theatherincity-header .main-title .header-content .button .btn {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .theatherincity-header .main-title .header-content .button {
    position: initial;
  }
}
@media only screen and (max-width: 768px) {
  .theatherincity-header .main-title .header-content {
    display: block;
    position: inherit;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .theatherincity-header .main-title {
    padding: 10px 10px;
    text-align: center;
  }
}
.theatherincity-header .tris {
  background: url(../../images/bg-header.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -80px;
  position: absolute;
  top: 0;
  min-height: 100px;
  width: 100%;
  left: 0;
  z-index: 0;
  background-color: white;
}
@media only screen and (max-width: 1024px) {
  .theatherincity-header .tris {
    background-position: center -25px;
  }
}
@media only screen and (max-width: 768px) {
  .theatherincity-header .tris {
    display: none;
  }
}
.p0desktop {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p0desktop {
    padding: 0 15px;
  }
}
.theatherincity-performances .slick-slide {
  opacity: 0.9;
}
.theatherincity-performances .slick-slide.slick-active {
  opacity: 1;
}
.theatherincity-performances .slick-prev,
.theatherincity-performances .slick-next {
  position: absolute;
  top: 45%;
  width: 16px;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.theatherincity-performances .slick-prev {
  left: 50px;
}
@media only screen and (max-width: 768px) {
  .theatherincity-performances .slick-prev {
    left: 5px;
  }
}
.theatherincity-performances .slick-next {
  right: 40px;
}
@media only screen and (max-width: 768px) {
  .theatherincity-performances .slick-next {
    right: 5px;
  }
}
.theatherincity-performances .performances .performance-item {
  border-bottom: 3px solid #000000;
  margin-top: 20px;
  background: white;
  padding: 40px 70px;
}
@media only screen and (max-width: 768px) {
  .theatherincity-performances .performances .performance-item {
    padding: 10px 10px;
  }
}
.theatherincity-performances .performances .performance-item:last-child {
  border-bottom: none;
}
.theatherincity-performances .performances .performance-item .number-title {
  font-size: 42px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  color: #e0007a;
}
.theatherincity-performances .performances .performance-item .title {
  text-transform: uppercase;
}
.theatherincity-performances .performances .performance-item .btn.orange {
  font-size: 1.4rem;
  padding: 8px 32px;
  margin-left: 15px;
}
.theatherincity-performances .performances .performance-item .logo {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: auto;
  top: -54px;
}
@media only screen and (max-width: 1024px) {
  .theatherincity-performances .performances .performance-item .logo {
    max-width: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .theatherincity-performances .performances .performance-item .image-container {
    margin-top: 15px;
  }
}
.theatherincity-performances .performances .performance-item:nth-of-type(4n + 1) .number-title {
  color: #e0007a;
}
.theatherincity-performances .performances .performance-item:nth-of-type(4n + 2) .number-title {
  color: ;
}
.theatherincity-performances .performances .performance-item:nth-of-type(4n + 3) .number-title {
  color: #00a1ed;
}
.theatherincity-performances .performances .performance-item:nth-of-type(4n + 4) .number-title {
  color: ;
}
.theatherincity-performances .performances .performance-item:nth-child(odd) .pic {
  order: 2;
}
.theatherincity-performances .performances .performance-item:nth-child(odd) .pic .logo {
  left: auto;
  right: 0px;
}
.theatherincity-performances .performances .performance-item:nth-child(odd) .text {
  order: 1;
}
.login .form-group input.form-control {
  color: #ffffff;
  background: #00a1ed;
}
.login .form-group .help-block-error {
  color: #e0007a;
}
.login .btn {
  color: #ffffff !important;
}
.forgotten-password .form-group input.form-control {
  color: #ffffff;
  background: #00a1ed;
}
.forgotten-password .form-group .help-block-error {
  color: #e0007a;
}
.registration .form-group input.form-control {
  color: #ffffff;
  background: #00a1ed;
}
.registration .form-group .help-block-error {
  color: #e0007a;
}
.profile .form-group input.form-control {
  color: #ffffff;
  background: #00a1ed;
}
.profile .form-group .help-block-error {
  color: #e0007a;
}
.simplepay-logo {
  margin-top: 25px;
  width: 100% !important;
  max-width: 300px;
  filter: none !important;
  margin-left: -20px;
}
#cancelled-order-popup {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  z-index: 11;
}
#cancelled-order-popup .cancelled-order-popup-inner {
  width: 50%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%,0);
  border-radius: 1rem;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
}
@media (max-width: ) {
  #cancelled-order-popup .cancelled-order-popup-inner {
    width: 85%;
  }
}
#cancelled-order-popup .cancelled-order-popup-inner .popup-content {
  background: #ffffff;
  padding: 30px;
}
#cancelled-order-popup .cancelled-order-popup-inner .popup-content .popup-title {
  font-size: 18px;
}
#cancelled-order-popup .cancelled-order-popup-inner .popup-content h4 {
  margin: 0;
  font-size: 16px;
}
#cancelled-order-popup .cancelled-order-popup-inner .popup-content p {
  margin-top: 19px;
  font-size: 14px;
}
#cancelled-order-popup .cancelled-order-popup-inner .popup-content .popup-headline {
  margin-bottom: 10px;
}
#cancelled-order-popup .cancelled-order-popup-inner .popup-content .popup-headline .cancelled-order-popup-close {
  color: ;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 0;
}
footer {
  clear: both;
  margin-top: 50px;
}
footer .section {
  padding: 30px 15px;
}
footer a {
  color: #fff;
  font-weight: 400;
}
footer a:hover {
  color: #000;
}
footer #partners {
  margin: 0 0 20px 0;
  padding: 0;
}
footer #partners h4 {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
footer #partners .slick-banner-partners {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 20px;
}
footer #partners .slick-track {
  display: flex;
}
footer #partners .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
footer #partners .slick-list {
  margin-bottom: 0;
}
footer #partners .banner-partner-img {
  text-align: center;
  width: 60%;
  height: auto;
  max-height: 100px;
  margin: 0 auto;
}
footer #partners .slick-prev,
footer #partners .slick-next {
  position: absolute;
  top: 50%;
  width: 16px;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
footer #partners .slick-prev {
  left: -40px;
}
footer #partners .slick-next {
  right: -40px;
}
footer form#index-newsletter-form {
  margin-top: 25px;
  position: relative;
}
footer form#index-newsletter-form input[type="checkbox"] {
  float: left;
  width: 20px;
  margin: 5px 10px 0 0;
}
footer form#index-newsletter-form label {
  float: left;
  width: 87%;
  font-size: 15px;
}
footer form#index-newsletter-form .help-block-error {
  margin: 0;
}
footer form#index-newsletter-form .field-newsletterform-gdpr {
  margin: 10px 0 5px 0;
}
footer form#index-newsletter-form .consent {
  padding: 0 15px;
}
footer form#index-newsletter-form .gomb {
  width: 100%;
  padding: 0 15px;
}
footer .logo {
  width: 118px;
  height: auto;
  margin-bottom: 45px;
}
footer hr {
  height: 4px;
  background-color: #fff;
  border: none;
}
footer .social a + a {
  margin-left: 20px;
}
footer .social img {
  width: 32px;
  height: auto;
}
footer .social a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
footer .footer-menu {
  text-align: right;
  list-style: none;
  padding-left: 0;
}
footer .footer-menu li {
  display: inline-block;
}
footer .footer-menu li a {
  font-weight: 800;
  font-size: 14px;
}
footer .footer-menu li a:hover {
  color: #000;
}
footer .map-container #map {
  width: 100%;
  height: 100%;
  background-image: url("../images/terkep.jpg");
  background-position: center;
  background-size: cover;
}
footer .map-container #map img {
  -webkit-filter: none !important;
  filter: none !important;
}
footer .map-container a.btn {
  border: 5px solid #fff;
  background-color: transparent;
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-top: 45px;
}
footer .map-container a.btn:visited,
footer .map-container a.btn:hover {
  color: #fff;
}
footer #back-to-top {
  cursor: pointer;
  background-image: url("../images/arrow-white-up.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 25px;
}
footer #back-to-top:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media only screen and (max-width: 600px) {
  body {
    background-image: none;
  }
  #mobile-bg {
    position: fixed;
    display: block;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-juranyi-logo-yellow.png");
    background-repeat: no-repeat;
    background-size: 250%;
    background-position: 63% 12px;
    transform: translateZ(0);
    will-change: transform;
    z-index: -1;
  }
  #map {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  body {
    background-size: cover;
  }
  #banner {
    display: block;
  }
  .navbar-nav {
    max-width: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .no-ipad {
    display: none;
  }
  .ipad {
    display: block;
  }
  .page-title {
    order: 1;
  }
  .page-title h1 {
    padding-top: 30px;
  }
  .breadcrumbs {
    order: 2;
    padding-top: 40px;
  }
  #banner {
    display: none;
  }
  header nav.navbar .navbar-toggler.opened {
    left: 267px;
  }
  header nav.navbar #navcontent.show .navbar-nav {
    width: 370px;
  }
  header .search {
    margin-right: 15px;
  }
  .monthly #performances-content .item .pic .image {
    width: 105px;
    height: 105px;
  }
  .performance .pic .image {
    width: 360px;
    height: 360px;
  }
  .performance .buy-ticket.btn.ipad {
    margin-top: 20px;
    display: inline-block;
  }
  #performances-content .item .pic {
    padding: 0;
  }
  #performances-content .item .sell-out {
    margin: 0;
  }
  #performances-content .item button {
    padding: 8px;
    margin-top: 0;
  }
  .performance-page h1.page-title {
    order: 1;
  }
  .performance-page .content ul.nav-tabs a.performance-nav-link {
    padding: 6px 20px;
  }
  .video-wrapper {
    right: 30px;
  }
  #page .tab-container .container .nav-tab ul.nav-tabs li a {
    font-size: 16px;
    padding: 6px 11px;
  }
  #page .page-container .page-gallery {
    padding: 0 15px;
    margin-top: 30px;
  }
  .rolunk #page .page-container .page-gallery .photos.grid,
  .about-us #page .page-container .page-gallery .photos.grid {
    margin: 0 auto;
  }
  #articles .article .info {
    height: 260px;
  }
  footer .menu {
    order: 2;
  }
  footer .copy {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .mob {
    display: none;
  }
  .des {
    display: block;
  }
  .pag .pagWrap .row ul {
    margin-right: 15px;
  }
  header {
    padding-bottom: 7px;
  }
  header nav.navbar {
    top: 7px;
    width: 250px;
  }
  header nav.navbar .animated-icon1.open {
    position: static;
  }
  header nav.navbar #navcontent.show .navbar-nav {
    width: 366px;
  }
  header nav.navbar.show .navbar-nav {
    height: calc(100vh - 150px);
  }
  header .buy-ticket-btn.des {
    margin-top: 0;
  }
  header .buy-ticket-btn.des a {
    background-color: transparent;
    padding: 6px 0 10px 0;
  }
  header .search {
    margin: 0 5px 0 0;
  }
  header .search .input-group img {
    width: 20px;
  }
  #banner {
    display: block;
  }
  main#content {
    margin-top: 100px;
  }
  #articles .article {
    padding: 0 15px;
  }
  #articles .article .info .button.pink {
    right: 30px;
  }
  #performances-content .item button {
    padding: 12px 23px;
  }
  .performance .pic {
    order: 1;
  }
  .performance .desc {
    order: 2;
  }
  .performance .desc .buy-ticket.btn.mob {
    display: none;
  }
  .performance .info {
    order: 3;
  }
  .performance .buy-ticket.btn.des {
    margin-top: 20px;
    display: inline-block;
  }
  .performance .buy-ticket.btn.des:hover {
    color: #fff;
  }
  .performance .sell-out {
    text-align: center;
    margin-top: 15px;
  }
  .monthly {
    background-color: #fff;
  }
  .monthly #performances-content .item {
    padding-bottom: 21px;
    margin-bottom: 0px;
  }
  .monthly #performances-content .item .desc {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .monthly #performances-content .item .desc h2 {
    margin-top: 0;
  }
  .monthly #performances-content .item .ipad {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  body.programok .monthly #performances-content .item {
    padding-left: 30px;
  }
  .video-wrapper {
    right: 45px;
  }
  #page .page-container .page-gallery {
    margin-top: 0;
  }
  footer form#index-newsletter-form .consent {
    flex: 1;
  }
  footer form#index-newsletter-form .consent label {
    width: 92%;
  }
  footer form#index-newsletter-form .gomb {
    width: 225px;
    padding: 0 15px 0 0;
  }
  footer form#index-newsletter-form .gomb #newsletter-submit {
    margin-top: 15px;
  }
  #back-to-top {
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  header nav.navbar .navbar-toggler.opened {
    left: 282px;
    top: 15px;
    position: fixed;
  }
  .monthly #performances-content .item .pic .image {
    width: 95px;
    height: 95px;
    background-position: center;
  }
  .performance .pic .image {
    width: 280px;
    height: 280px;
  }
  .performance .desc {
    padding: 20px 30px 0 0;
  }
  #page .tab-container .container .nav-tab ul.nav-tabs li a {
    font-size: 18px;
    padding: 6px 14px;
  }
  footer form#index-newsletter-form .consent label {
    width: 97%;
  }
}
