.boom .active-users {
  display: inline-flex;
  margin-left: 10px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #e0dfdf;
  border-radius: 5px;
  padding: 0 0 0 10px;
  font-size: 11px;
  line-height: 28px;
  height: 30px;
}
@media (max-width: 525px) {
  .boom .active-users {
    display: none;
  }
}
.boom .active-users .counter {
  margin-left: 5px;
  font-size: 13px;
  background: #a2b649;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.boom .menu {
  z-index: 1;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.boom .menu a {
  color: inherit;
}
.boom .menu .header-icon-menu {
  display: none;
}
.boom .menu .header-icon-menu img {
  margin: 0 3px;
  width: 26px;
}
.boom .menu .header-icon {
  display: inline;
}
.boom .menu .navbar {
  justify-content: space-between;
}
.boom .menu .navbar #bubble {
  display: inline-block;
  background-color: #99BAE2;
  border-radius: .4em;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 7px;
  text-transform: uppercase;
  transform: rotate(10deg) translate(8px, -5px);
  -webkit-box-shadow: 3px 4px 4px -1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 3px 4px 4px -1px rgba(0, 0, 0, 0.38);
  box-shadow: 3px 4px 4px -1px rgba(0, 0, 0, 0.38);
}
.boom .menu .navbar #bubble:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-right-color: #99bae2;
  border-left: 0;
  border-bottom: 0;
  margin-top: -11px;
  margin-left: -10px;
}
.boom .menu .navbar-nav.bordered {
  border-left: 1px solid #ccc;
}
.boom .menu .navbar-nav .current {
  display: none;
}
.boom .menu .nav-item {
  list-style: none;
  display: flex;
  flex-direction: row;
}
.boom .menu .nav-link {
  padding: 0.3rem 0.5rem;
}
.boom .menu .nav-link a {
  display: list-item;
}
.boom .menu .nav-link img {
  width: 20px;
  height: 100%;
  margin: 0 8px 0 0;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.boom .menu .nav-link span {
  margin-left: 29px;
  position: relative;
  display: block;
}
.boom .menu .nav-link span span {
  margin-left: 0;
  position: relative;
  top: 0;
}
.boom .menu .nav-link.hackathon img {
  bottom: 3px;
}
.boom .menu .info.chest-icon {
  padding: 5px 10px;
  position: relative;
  top: 2px;
  color: #9a9a9a;
  font-size: 26px;
  cursor: pointer;
}
.boom .menu .info.chest-icon .shake {
  animation: shake 15s infinite;
  -webkit-animation-name: shake;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 5s;
}
@keyframes shake {
  1%,
  9%,
  100% {
    transform: translate3d(-1px, 0, 0);
  }
  2%,
  8% {
    transform: translate3d(2px, 0, 0);
  }
  3%,
  5%,
  7% {
    transform: translate3d(-4px, 0, 0);
  }
  4%,
  6% {
    transform: translate3d(4px, 0, 0);
  }
}
.boom .menu .navbar-brand img {
  height: 40px;
}
.boom .menu .navbar-column-right {
  display: flex;
  align-items: inherit;
}
.boom .menu .navbar-toggler {
  border: none;
  outline: none;
}
.boom .menu .navbar-light .navbar-nav .nav-link {
  color: inherit;
}
.boom .menu .site-alert {
  background: #d95353;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  text-transform: none;
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-height: 600px) {
  .boom .menu .site-alert {
    display: none;
  }
}
.boom .menu .site-alert.small {
  background: #e17858;
  font-size: 0.8rem;
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.boom .menu .site-alert a {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .boom .menu .win-me-icon {
    display: none;
  }
  .boom .menu .navbar-brand {
    display: inline-block;
    width: 35px;
    overflow: hidden;
  }
  .boom .menu .header-icon-menu {
    display: block;
  }
}
.boom .loading-box .description {
  margin-top: 15px;
  font-size: 25px;
}
.boom .pavilions-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .boom .pavilions-box {
    display: block;
  }
}
.boom .pavilions-box .spacer {
  min-height: 320px;
  margin: auto;
}
.boom .pavilions-box .spacer img {
  width: 100%;
  padding: 15px;
}
@media (max-width: 750px) {
  .boom .pavilions-box .spacer {
    min-height: 260px;
  }
}
@media (max-width: 575px) {
  .boom .pavilions-box .spacer {
    min-height: 140px;
  }
}
@media (max-width: 480px) {
  .boom .pavilions-box .spacer {
    display: none;
  }
}
.boom .pavilions-box .spacer h1 {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  letter-spacing: 0.1px;
  text-shadow: 0 3px 6px #00000042;
  text-transform: uppercase;
  max-width: 580px;
  margin: 160px auto 0 auto;
  font-size: 5.3em;
}
@media (max-width: 750px) {
  .boom .pavilions-box .spacer h1 {
    margin: 60px auto 0 auto;
    font-size: 4.3em;
  }
}
@media (max-width: 575px) {
  .boom .pavilions-box .spacer h1 {
    margin: 35px auto 0 auto;
    font-size: 3em;
  }
}
.boom .pavilions-box .pavilions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  padding: 0 40px;
}
@media (max-width: 575px) {
  .boom .pavilions-box .pavilions {
    padding: 0 7px;
  }
}
.boom .pavilions-box .pavilions .card,
.boom .pavilions-box .pavilions .card.sput {
  flex-basis: 250px;
  flex-shrink: 0;
  max-width: 250px;
  border: none;
  margin: 10px;
  text-align: center;
  background-color: #f2f2f2;
  opacity: .95;
  background-position: calc(105%) 15px;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 25px;
}
.boom .pavilions-box .pavilions .card:nth-child(1),
.boom .pavilions-box .pavilions .card.sput:nth-child(1) {
  background-color: #9ddd5c;
  background-image: url(/images/numbers/1.png);
}
.boom .pavilions-box .pavilions .card:nth-child(2),
.boom .pavilions-box .pavilions .card.sput:nth-child(2) {
  background-color: #8293d9;
  background-image: url(/images/numbers/2.png);
}
.boom .pavilions-box .pavilions .card:nth-child(3),
.boom .pavilions-box .pavilions .card.sput:nth-child(3) {
  background-color: #e17858;
  background-image: url(/images/numbers/3.png);
}
.boom .pavilions-box .pavilions .card:nth-child(4),
.boom .pavilions-box .pavilions .card.sput:nth-child(4) {
  background-color: #e7a848;
  background-image: url(/images/numbers/4.png);
}
.boom .pavilions-box .pavilions .card:nth-child(5),
.boom .pavilions-box .pavilions .card.sput:nth-child(5) {
  background-color: #bd658e;
  background-image: url(/images/numbers/5.png);
}
.boom .pavilions-box .pavilions .card .poweredby,
.boom .pavilions-box .pavilions .card.sput .poweredby {
  background: #fff;
  color: #999;
  font-size: 0.7rem;
  line-height: 25px;
  margin: 10px 0 -25px 0;
  padding: 10px;
  text-transform: uppercase;
}
.boom .pavilions-box .pavilions .card .poweredby img,
.boom .pavilions-box .pavilions .card.sput .poweredby img {
  height: 25px;
  display: inline;
  margin: 0 0 3px 10px;
  width: auto;
}
.boom .pavilions-box .pavilions .card .cta,
.boom .pavilions-box .pavilions .card.sput .cta {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  color: #333;
  margin: 0 25px;
  padding: 8px;
}
.boom .pavilions-box .pavilions .card .description,
.boom .pavilions-box .pavilions .card.sput .description {
  font-size: 13px;
  height: 70px;
}
@media (max-width: 575px) {
  .boom .pavilions-box .pavilions .card,
  .boom .pavilions-box .pavilions .card.sput {
    min-width: 140px;
    margin: 7px;
  }
}
.boom .pavilions-box .pavilions .card a,
.boom .pavilions-box .pavilions .card.sput a,
.boom .pavilions-box .pavilions .card .card-body-wrap,
.boom .pavilions-box .pavilions .card.sput .card-body-wrap {
  color: #fff;
}
.boom .pavilions-box .pavilions .card a .title,
.boom .pavilions-box .pavilions .card.sput a .title,
.boom .pavilions-box .pavilions .card .card-body-wrap .title,
.boom .pavilions-box .pavilions .card.sput .card-body-wrap .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.boom .pavilions-box .pavilions .card img,
.boom .pavilions-box .pavilions .card.sput img {
  display: none;
  width: 64px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .boom .pavilions-box .pavilions .card img,
  .boom .pavilions-box .pavilions .card.sput img {
    width: 124px;
  }
}
.boom .pavilions-box .pavilions .card.sput,
.boom .pavilions-box .pavilions .card.sput.sput {
  height: 240px;
  opacity: 1;
  box-shadow: 0 9px 6px rgba(0, 0, 0, 0.16);
  background-clip: padding-box;
  background-size: cover;
  background-position: center;
  border: 9px solid rgba(0, 0, 0, 0.17);
  border-radius: 15px;
}
@media (max-width: 575px) {
  .boom .pavilions-box .pavilions .card.sput,
  .boom .pavilions-box .pavilions .card.sput.sput {
    height: 220px;
  }
}
.boom .pavilions-box .pavilions .card.sput .card-body-wrap,
.boom .pavilions-box .pavilions .card.sput.sput .card-body-wrap {
  display: flex;
  flex-grow: 1;
}
.boom .pavilions-box .pavilions .card.sput .card-body-wrap .card-body,
.boom .pavilions-box .pavilions .card.sput.sput .card-body-wrap .card-body {
  align-self: flex-end;
}
@media (max-width: 575px) {
  .boom .pavilions-box .pavilions .card.sput .card-body-wrap .card-body,
  .boom .pavilions-box .pavilions .card.sput.sput .card-body-wrap .card-body {
    padding: 0.5rem;
  }
}
.boom .pavilions-box .pavilions .card.sput .card-body-wrap .card-body .title,
.boom .pavilions-box .pavilions .card.sput.sput .card-body-wrap .card-body .title {
  font-size: 0.9em;
  line-height: 1.8em;
  text-align: left;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}
.boom .pavilions-box .pavilions .card.sput a.overlay,
.boom .pavilions-box .pavilions .card.sput.sput a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 200;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.boom .pavilions-box .pavilions .card.sput a.overlay:hover,
.boom .pavilions-box .pavilions .card.sput.sput a.overlay:hover {
  opacity: 0.2;
}
.boom .back {
  cursor: pointer;
  padding: 12px 8px 11px 0px;
}
.boom .back img {
  height: 24px;
}
.boom .active-jobs {
  position: relative;
}
.boom .active-jobs .col-md-3 {
  padding: 0 15px;
}
.boom .active-jobs .col-md-3.has-fast-apply .job-box {
  height: calc(100% - 72px);
}
.boom .active-jobs .job-box {
  margin: 15px 0px;
  position: relative;
  height: calc(100% - 30px);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.boom .active-jobs .job-box > .card {
  height: 100%;
  border: 0;
  border-radius: 4px 4px 0 0;
}
.boom .active-jobs .job-box > .card .card-body {
  display: flex;
}
.boom .active-jobs .job-box > .card .job-card-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.boom .active-jobs .job-box > .card .job-card-details .card-title {
  min-height: 50px;
  flex-grow: 1;
  font-size: 1rem;
}
.boom .active-jobs .job-box > .card .job-card-details .card-text {
  font-size: 0.8rem;
}
.boom .active-jobs .job-box > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.boom .active-jobs .job-box .card-header {
  text-align: center;
}
.boom .active-jobs .job-box .card-header > div {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boom .active-jobs .job-box .card-header .company-logo {
  max-height: 64px;
}
.boom .active-jobs .selected-job-box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 8px 16px rgba(51, 51, 51, 0);
  box-shadow: 1px 8px 16px rgba(51, 51, 51, 0);
}
.boom .active-jobs .selected-job-box > card {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.boom .active-jobs .fast-apply {
  background-color: #7c8186;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 12px;
  color: #fff;
  border-radius: 0 0 4px 4px;
  font-size: 0.8rem;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.boom .active-jobs .fast-apply i {
  float: right;
  font-size: 22px;
}
.boom .active-jobs .fast-apply:hover {
  cursor: pointer;
}
.boom .active-jobs .fast-apply.applied:hover {
  cursor: default;
}
.boom .active-jobs .selected {
  cursor: pointer;
  background: #96c93d;
  -webkit-box-shadow: 1px 8px 16px rgba(51, 51, 51, 0);
  box-shadow: 1px 8px 16px rgba(51, 51, 51, 0);
}
.boom .active-jobs .applied {
  background: #c7c7c7;
  -webkit-box-shadow: 1px 8px 16px rgba(51, 51, 51, 0);
  box-shadow: 1px 8px 16px rgba(51, 51, 51, 0);
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.boom .active-stands .stand-box {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .boom .active-stands .stand-box {
    margin-bottom: 15px;
  }
}
.boom .active-stands .stand-box .row {
  align-items: center;
}
.boom .active-stands .stand-box a {
  color: inherit;
}
.boom .active-stands .stand-box .title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.boom .active-stands .stand-box .chat {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: .2rem;
  padding-right: 10px;
  animation: blink 1s ease-in-out infinite;
}
.boom .active-stands .stand-box .chat.online {
  background-color: #36CC00;
}
.boom .active-stands .stand-box .chat.offline {
  background-color: #CCC;
  animation: none;
}
.boom .active-stands .stand-box .no-chat {
  display: none;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.boom .active-stands .stand-box {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .boom .active-stands .stand-box {
    margin-bottom: 15px;
  }
}
.boom .active-stands .stand-box .row {
  align-items: center;
}
.boom .active-stands .stand-box a {
  color: inherit;
}
.boom .active-stands .stand-box .title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.boom .active-stands .stand-box .chat {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: .2rem;
  padding-right: 10px;
  animation: blink 1s ease-in-out infinite;
}
.boom .active-stands .stand-box .chat.online {
  background-color: #36CC00;
}
.boom .active-stands .stand-box .chat.offline {
  background-color: #CCC;
  animation: none;
}
.boom .active-stands .stand-box .no-chat {
  display: none;
}
.boom .element.chat .bubble-container {
  position: absolute;
  top: -20px;
  left: 0;
}
.boom .element.chat .bubble {
  position: absolute;
  background: #fff;
  border-radius: .4em;
  font-size: 1.2rem;
  bottom: 0;
  left: -70px;
}
.boom .element.chat .bubble .body {
  width: 320px;
  min-height: 67px;
  padding: 20px;
}
.boom .element.chat .bubble .body .msg {
  margin-bottom: 20px;
}
.boom .element.chat .bubble .body .action {
  background: #f2f2f2;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: inherit;
  font-size: 1rem;
  padding: 10px 15px;
}
.boom .element.chat .bubble .action .status {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.boom .element.chat .bubble .action .status.offline {
  background-color: red;
}
.boom .element.chat .bubble .action .status.online {
  background-color: yellowgreen;
}
.boom .element.chat .bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border: 38px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-right: 0;
  margin-left: -19px;
  margin-bottom: -38px;
}
@supports (-webkit-touch-callout: none) and (max-width: 600px) {
  .boom .element.chat .bubble .body {
    overflow: hidden;
  }
  .boom .element.chat .bubble .body .msg {
    font-size: 0.8rem;
  }
  .boom .element.chat .bubble .body .action {
    font-size: 0.5rem;
    white-space: nowrap;
  }
}
.boom .element.about .box {
  position: relative;
}
.boom .element.about .box .point-of-interest {
  position: absolute;
  top: -12px;
  left: -90px;
}
.boom .element.about .box .company-logo {
  position: absolute;
  bottom: 60px;
  width: 260px;
  height: 160px;
  background-color: white;
  left: calc(50% -  130px );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-shadow: 0 0 5px #aaa;
}
.boom .element.about .box .company-logo img {
  max-height: 130px;
  max-width: 230px;
}
.boom .element.about .box.desk-1 .point-of-interest {
  top: -8px;
}
.boom .element.about .box.desk-10 .point-of-interest {
  top: 12px;
}
.boom .element.about .box.desk-6 .point-of-interest {
  top: 49px;
}
.boom .element.about .box.desk-7 .point-of-interest {
  top: -10px;
  left: 0px;
}
.boom .element.about .box.desk-8 .point-of-interest {
  left: 3px;
}
.boom .element.whyus .box {
  position: relative;
}
.boom .element.whyus .box .point-of-interest {
  position: absolute;
  top: -50px;
  left: -50px;
}
.boom .element.whyus .flipper .point-of-interest {
  left: -45px;
  top: -50px;
}
.boom .element.whyus .biljar .point-of-interest {
  top: 100px;
  left: 40px;
}
.boom .element.whyus .ping-pong .point-of-interest {
  top: 54px;
}
.boom .element.whyus .female-8 .point-of-interest {
  top: -25px;
  left: -170px;
}
.boom .element.whyus .female-16 .point-of-interest {
  top: -10px;
  left: -140px;
}
.boom .element.gallery {
  position: relative;
}
.boom .element.gallery .frame {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.boom .element.gallery .banner-stand-5 .slider {
  top: 10px;
}
.boom .element.gallery .banner-stand-3 .slider {
  left: 15px;
  top: 15px;
}
.boom .element.gallery .banner-stand-2 .slider {
  top: 12px;
  left: 12px;
}
.boom .element.gallery .banner-stand-1 .slider {
  width: 330px;
  height: 465px;
}
.boom .element.gallery .banner-stand-6 .frame {
  top: -20px;
  left: 10px;
}
.boom .element.gallery .stalak_za_plakat_255651496 .slider {
  top: 12px;
  left: 14px;
  width: 320px;
  height: 445px;
}
.boom .element.gallery .stalak_za_plakat_28690057 .slider {
  top: 34px;
  left: 33px;
  width: 298px;
  height: 445px;
}
.boom .element.gallery .stalak_za_plakat_188374206 .slider {
  top: 34px;
  left: 30px;
  width: 280px;
  height: 480px;
}
.boom .element.gallery .point-of-interest {
  position: absolute;
  top: 20px;
  left: 280px;
  z-index: 1001;
}
.boom .element.gallery .slider {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 340px;
  height: 480px;
  overflow: hidden;
  z-index: 800;
}
.boom .element.gallery .slider .slides {
  height: 480px;
  white-space: nowrap;
}
.boom .element.gallery .slider .slides .slide {
  display: inline-block;
  width: 340px;
  height: 480px;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 340px;
}
.boom .element.gallery .slider .slides .slide.active {
  transition: left;
  transition-duration: 400ms;
  left: 0px;
  z-index: 1001;
}
.boom .element.gallery .slider .slides .slide.previous {
  transition: none;
  z-index: 1000;
}
.boom .element.offers {
  width: 400px;
  height: 210px;
  position: relative;
}
.boom .element.offers .box {
  padding: 5px;
}
.boom .element.offers .content {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 390px;
  height: 200px;
}
.boom .element.offers .content .title {
  color: #4d4d4d;
  overflow: hidden;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
.boom .element.offers .content .title h4 {
  padding: 21px 21px 14px 21px;
  background-color: #f7f7f8;
  -webkit-box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.35);
}
.boom .element.offers .content .slides {
  flex-grow: 1;
  position: absolute;
  overflow: hidden;
  top: 60px;
  width: 100%;
  height: 140px;
}
.boom .element.offers .content .slides .slide {
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 25px 21px 21px 21px;
  background-color: #f7f7f8;
  max-height: 140px;
  transition: left 500ms;
}
.boom .element.offers .content .slides .slide .background {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 140px;
  overflow: hidden;
  background-color: #f7f7f8;
  z-index: -1;
}
.boom .element.offers .content .slides .slide .background img {
  height: 250px;
  position: absolute;
  top: -50px;
}
.boom .element.offers .content .slides .slide .background img:nth-child(3n+0) {
  right: 50px;
  opacity: 0.4;
}
.boom .element.offers .content .slides .slide .background img:nth-child(3n+1) {
  right: -20px;
  opacity: 0.5;
}
.boom .element.offers .content .slides .slide .background img:nth-child(3n+2) {
  right: -90px;
  opacity: 0.6;
}
.boom .element.offers .content .slides .slide .info {
  color: #4d4d4d;
}
.boom .element.offers .content .slides .slide .info h5 {
  margin-botom: 2px;
}
.boom .element.offers .content .slides .slide .info .gray-text {
  color: #888888;
  font-weight: 500;
}
.boom .element.offers .content .slides .slide.active {
  left: 0px;
  z-index: 1000;
}
.boom .element.offers .point-of-interest {
  position: absolute;
  top: 20px;
  left: 350px;
}
.boom .element.offers .frame {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.boom .element.offers .frame img {
  width: 414px;
  position: absolute;
  top: -8px;
  left: -10px;
  height: 226px;
}
@supports (-webkit-touch-callout: none) and (max-width: 600px) {
  .boom .element.offers .content .title h4 {
    font-size: 0.8rem;
  }
  .boom .element.offers .content .slides .slide .info {
    font-size: 0.6rem;
  }
  .boom .element.offers .content .slides .slide .info h5 {
    font-size: 0.7rem;
  }
}
.boom .page.pavilion > .content {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 130px;
  background-color: #464e57;
}
@media (max-height: 600px) {
  .boom .page.pavilion > .content {
    margin-bottom: 60px;
  }
}
.boom .page.pavilion > .content > .ratio {
  display: flex;
  flex-grow: 1;
}
.boom .page.pavilion > .content > .ratio.zoom {
  justify-content: center;
}
.boom .page.pavilion > .content > .ratio.zoom .scale-box {
  position: static !important;
}
.boom .page.pavilion > .content > .ratio > div {
  height: 100%;
}
.boom .page.pavilion > .content > .ratio.zoom .pavilion {
  height: 100%;
}
.boom .page.pavilion > .content > .ratio.no-zoom .pavilion {
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.boom .page.pavilion > .content > .ratio.no-zoom .pavilion .stands {
  height: 1080px;
}
.boom .page.pavilion > .content .pavilion {
  display: flex;
}
.boom .page.pavilion > .content .pavilion .stands {
  display: flex;
  position: relative;
  /* TODO: webkit bugfix? treba testirati! */
  -webkit-text-size-adjust: 100%;
}
.boom .page.pavilion > .content .pavilion .stands > .post {
  width: 60px;
  z-index: 100;
  position: absolute;
  left: -30px;
  height: 1080px;
  background: #7d7d7d;
  background: -moz-linear-gradient(left, #7d7d7d 0%, #d1d1d1 50%, #7d7d7d 100%);
  background: -webkit-linear-gradient(left, #7d7d7d 0%, #d1d1d1 50%, #7d7d7d 100%);
  background: linear-gradient(to right, #7d7d7d 0%, #d1d1d1 50%, #7d7d7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7d7d', endColorstr='#7d7d7d', GradientType=1);
}
.boom .page.pavilion > .content .pavilion .stands > .post .post-header {
  height: 5px;
  background-color: #404040;
  width: 70px;
  border-radius: 4px;
}
.boom .page.pavilion > .content .pavilion .stands > .post .post-footer {
  position: absolute;
  bottom: 0px;
  height: 5px;
  background-color: #404040;
  width: 70px;
  left: -5px;
  border-radius: 4px;
}
.boom .page.pavilion > .content .pavilion .stands .stand {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.boom .page.pavilion > .content .pavilion .stands .stand .floor {
  height: 135px;
  width: 100%;
  background: linear-gradient(to bottom, #dedede 0%, #efefef 30px, white 100%);
  position: absolute;
  bottom: 0px;
}
.boom .page.pavilion > .content .pavilion .stands .stand .ceiling {
  height: 85px;
  width: 100%;
  background: linear-gradient(to top, #dedede 0%, #efefef 30px, white 100%);
  position: absolute;
  top: 0px;
}
.boom .page.pavilion > .content .pavilion .stands .stand .post {
  position: absolute;
  right: -30px;
  top: 0;
  width: 60px;
  height: 1080px;
  z-index: 100;
}
.boom .page.pavilion > .content .pavilion .stands .stand .post .post-body {
  width: 60px;
  height: 1080px;
  background: #7d7d7d;
  background: -moz-linear-gradient(left, #7d7d7d 0%, #d1d1d1 50%, #7d7d7d 100%);
  background: -webkit-linear-gradient(left, #7d7d7d 0%, #d1d1d1 50%, #7d7d7d 100%);
  background: linear-gradient(to right, #7d7d7d 0%, #d1d1d1 50%, #7d7d7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7d7d', endColorstr='#7d7d7d', GradientType=1);
}
.boom .page.pavilion > .content .pavilion .stands .stand .post .post-header {
  position: absolute;
  top: 0px;
  height: 5px;
  background-color: #404040;
  width: 70px;
  left: -5px;
  border-radius: 4px;
}
.boom .page.pavilion > .content .pavilion .stands .stand .post .post-footer {
  position: absolute;
  bottom: 0px;
  height: 5px;
  background-color: #404040;
  width: 70px;
  left: -5px;
  border-radius: 4px;
}
.boom .page.pavilion > .content .pavilion .stands .stand .post .post-shadow-top-right {
  position: absolute;
  top: 0px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  right: 30px;
  -webkit-box-shadow: 30px 0px 160px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 30px 0px 160px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 30px 0px 160px 30px rgba(0, 0, 0, 0.4);
  transform: rotate(-40deg);
  z-index: -1;
}
.boom .page.pavilion > .content .pavilion .stands .stand .post .post-shadow-top-left {
  position: absolute;
  top: 0px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  left: 30px;
  -webkit-box-shadow: -30px 0px 160px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -30px 0px 160px 30px rgba(0, 0, 0, 0.4);
  box-shadow: -30px 0px 160px 30px rgba(0, 0, 0, 0.4);
  transform: rotate(40deg);
  z-index: -1;
}
.boom .page.pavilion > .content .pavilion .stands .stand .post .post-shadow-bottom-right {
  position: absolute;
  bottom: 0px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  right: 0;
  -webkit-box-shadow: -50px 0px 160px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -50px 0px 160px 30px rgba(0, 0, 0, 0.4);
  box-shadow: -50px 0px 160px 30px rgba(0, 0, 0, 0.4);
  transform: rotate(40deg);
  z-index: -1;
}
.boom .page.pavilion > .content .pavilion .stands .stand .post .post-shadow-bottom-left {
  position: absolute;
  bottom: 0px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  left: 0;
  -webkit-box-shadow: 50px 0px 160px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 50px 0px 160px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 50px 0px 160px 30px rgba(0, 0, 0, 0.4);
  transform: rotate(-40deg);
  z-index: -1;
}
.boom .page.pavilion > .content .pavilion .stands .stand > .background {
  display: flex;
  flex-grow: 1;
  background-color: #9dc4f1;
}
.boom .page.pavilion > .content .pavilion .stands .stand > .background .background-panel {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 53px;
  left: 0;
  width: calc(100% - 2 * 2px);
  height: calc(100% - 2 * 80px);
  z-index: 10;
}
.boom .page.pavilion > .content .pavilion .stands .stand > .background .background-shadow-top {
  opacity: 0.7;
  height: 300px;
  width: 100%;
  position: absolute;
  top: -60px;
  z-index: 20;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
}
.boom .page.pavilion > .content .pavilion .stands .stand > .background .background-shadow-bottom {
  opacity: 0.7;
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: -60px;
  z-index: 20;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
}
.boom .page.pavilion > .content .pavilion .stands .stand > .background .panel {
  flex-grow: 1;
  background-color: black;
  width: 675px;
}
.boom .page.pavilion > .content .pavilion .stands .stand > .background .panel:nth-child(3n + 1) {
  opacity: 0.05;
}
.boom .page.pavilion > .content .pavilion .stands .stand > .background .panel:nth-child(3n + 2) {
  opacity: 0.15;
}
.boom .page.pavilion > .content .pavilion .stands .stand > .background .panel:nth-child(3n + 0) {
  opacity: 0.25;
}
.boom .page.pavilion > .content .pavilion .stands .stand .elements {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.boom .page.pavilion > .content .pavilion .stands .stand .elements .element {
  position: absolute;
}
.boom .page.pavilion > .content .pavilion .stands .stand .elements .element.hoverable {
  cursor: pointer;
}
.boom .point-of-interest {
  background: rgba(255, 255, 255, 0.8) 0 0 no-repeat padding-box;
  border-radius: 18px;
  cursor: pointer;
}
.boom .point-of-interest .label {
  display: block;
  margin: 8px;
  padding-right: 15px;
  background: #303030 0 0 no-repeat padding-box;
  box-shadow: 0 3px 5px #00000029;
  border: 1px solid #606060;
  border-radius: 9px;
}
.boom .point-of-interest .label span {
  font-size: 27px;
  padding: 8px 0;
  font-weight: bold;
  letter-spacing: 0;
  color: #ffffff;
  display: flex;
  margin-right: 8px;
}
.boom .point-of-interest .label span:before {
  display: flex;
  align-items: center;
  font-family: FontAwesome;
  content: "\F054";
  color: #e0df2d;
  margin-left: 20px;
  margin-right: 10px;
  font-size: 17px;
  font-weight: normal;
}
@supports (-webkit-touch-callout: none) and (max-width: 600px) {
  .boom .point-of-interest .label span {
    font-size: 12px;
    line-height: 32px;
  }
}
.boom .stand-links {
  height: 130px;
  position: fixed;
  z-index: 200;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  background-color: #464e57;
  overflow-x: scroll;
  transition: all 500ms;
}
@media (max-height: 600px) {
  .boom .stand-links {
    height: 85px;
  }
}
@media (max-width: 600px) {
  .boom .stand-links {
    height: 85px;
  }
}
.boom .stand-links .link-box {
  position: relative;
  z-index: 200;
  text-align: center;
}
.boom .stand-links .links {
  padding: 2px;
  margin: 10px 10px 0 10px;
  white-space: nowrap;
  height: 100px;
  display: inline-flex;
}
@media (max-height: 600px) {
  .boom .stand-links .links {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .boom .stand-links .links {
    height: 60px;
  }
}
.boom .stand-links .links a {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 4px;
  margin: 2px;
  filter: grayscale(100%) opacity(70%);
  opacity: 0.7;
  justify-content: center;
  border: 2px solid transparent;
  width: 100px;
  height: 100%;
}
@media (max-height: 600px) {
  .boom .stand-links .links a {
    width: 60px;
  }
}
@media (max-width: 600px) {
  .boom .stand-links .links a {
    width: 60px;
  }
}
.boom .stand-links .links a.selected {
  filter: none;
  opacity: 1;
}
.boom .stand-links .links a span {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.boom .stand-links .links .logo {
  max-height: 70%;
  max-width: 80%;
}
.boom .menu-items {
  position: fixed;
  top: 110vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100001;
  transition: top;
  transition-duration: 400ms;
  flex-direction: column;
  overflow-y: auto;
}
.boom .menu-items .menu .items {
  flex-grow: 1;
}
.boom .menu-items .list-group {
  margin-bottom: 1rem;
}
.boom .menu-items .list-group.black-icons span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
}
.boom .menu-items .list-group a {
  color: #212529;
}
.boom .menu-items .list-group.icons img {
  width: 32px;
  height: 32px;
  float: left;
  border-radius: 50%;
  object-fit: cover;
}
.boom .menu-items .list-group.icons a > span {
  margin-left: 42px;
  position: relative;
  top: -3px;
}
.boom .menu-items .list-group.icons span {
  position: relative;
  top: 0;
  display: block;
}
.boom .menu-items .list-group.icons span.title {
  font-weight: bold;
}
.boom .menu-items .list-group.icons span.title:only-of-type {
  top: 8px;
}
.boom .menu-items .list-group.icons span.description {
  font-size: 0.8rem;
}
.boom .menu-items .list-group .current {
  display: none;
}
.boom .menu-items .close {
  width: 32px;
  height: 32px;
  float: right;
}
.boom .menu-items .container,
.boom .menu-items .container-fluid {
  flex-grow: 1;
  background-color: rgba(242, 242, 242, 0.8);
}
.boom .menu-items.active {
  display: flex;
  top: 0;
}
.boom .menu-items .navbar {
  height: 65px;
}
.boom.vdkz .pavilion-menu .pavilion-menu-items .link img {
  display: none;
}
.boom.vdkz .pavilion-menu .pavilion-menu-items .link .icon {
  background-position: calc(85%) 5px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  position: relative;
  top: 5px;
  object-fit: cover;
  border-radius: 50%;
}
.boom.vdkz .pavilion-menu .pavilion-menu-items .link:nth-child(1) .icon {
  background-color: #9ddd5c;
  background-image: url(/images/numbers/1.png);
}
.boom.vdkz .pavilion-menu .pavilion-menu-items .link:nth-child(2) .icon {
  background-color: #8293d9;
  background-image: url(/images/numbers/2.png);
}
.boom.vdkz .pavilion-menu .pavilion-menu-items .link:nth-child(3) .icon {
  background-color: #e17858;
  background-image: url(/images/numbers/3.png);
}
.boom.vdkz .pavilion-menu .pavilion-menu-items .link:nth-child(4) .icon {
  background-color: #e7a848;
  background-image: url(/images/numbers/4.png);
}
.boom.vdkz .pavilion-menu .pavilion-menu-items .link:nth-child(5) .icon {
  background-color: #bd658e;
  background-image: url(/images/numbers/5.png);
}
.pavilion-menu {
  width: 100vw;
  z-index: 500;
  text-align: center;
  background-color: #dadada;
  overflow: hidden;
}
@media (max-height: 600px) {
  .pavilion-menu {
    display: none;
  }
}
.pavilion-menu .active-pavilion {
  display: none;
}
@media (max-width: 990px) {
  .pavilion-menu .active-pavilion {
    background-color: #f8f9fa;
    display: block;
    color: #828282;
    font-size: 18px;
    font-weight: bold;
    padding: 4px;
  }
  .pavilion-menu .active-pavilion .label {
    margin-right: 5px;
    font-weight: normal;
  }
}
.pavilion-menu .pavilion-menu-items {
  display: flex;
  margin: 0 auto;
  max-width: 1500px;
  justify-content: center;
}
@media (max-width: 990px) {
  .pavilion-menu .pavilion-menu-items {
    display: none;
  }
}
.pavilion-menu .link {
  filter: grayscale(100%);
  flex: 1;
  padding: 1px 1px 1px 0;
  text-align: left;
  position: relative;
  max-width: 300px;
}
.pavilion-menu .link.active {
  filter: grayscale(0%);
}
.pavilion-menu .link a {
  color: inherit;
  display: flex;
  padding: 13px;
  background-color: #f0f0f0;
  height: 100px;
}
.pavilion-menu .link a .title {
  margin: 0 0 0 15px;
  position: relative;
}
.pavilion-menu .link a .title .name {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}
.pavilion-menu .link a .title .name:only-of-type {
  letter-spacing: 0.2px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}
.pavilion-menu .link a .title .description {
  display: inline-block;
  font-size: 12px;
  max-height: 55px;
  overflow: hidden;
}
.pavilion-menu .link a .title .poweredby {
  color: #999;
  font-size: 0.5rem;
  line-height: 25px;
  margin: -5px -20px -25px 0;
  text-transform: uppercase;
}
.pavilion-menu .link a .title .poweredby a {
  display: inline;
  padding: 0;
}
.pavilion-menu .link a .title .poweredby img {
  border-radius: 0;
  height: 15px;
  display: inline !important;
  margin: 0 0 3px 10px;
  top: 0;
  width: auto;
}
.pavilion-menu .link img {
  width: 60px;
  height: 60px;
  position: relative;
  top: 5px;
  object-fit: cover;
  border-radius: 50%;
}
.boom .page.activity.activities {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}
.boom .page.activity.activities.why .pager {
  position: fixed;
  top: 0px;
  left: calc(50% - 75px);
  height: 65px;
  width: 150px;
  z-index: 2;
}
.boom .page.activity.activities.why .pager .numbers {
  position: relative;
  top: 1px;
}
.boom .page.activity.activities.why .pager i {
  display: block !important;
}
.boom .page.activity.activities .close {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 15px;
  float: right;
}
.boom .page.activity.activities .box {
  flex-grow: 1;
  position: relative;
}
.boom .page.activity.activities .box > .background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.boom .page.activity.activities .box > .background div {
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  filter: blur(10px);
  opacity: 0.25;
}
@media (max-width: 767px) {
  .boom .page.activity.activities {
    max-height: 100vh;
    overflow: hidden;
  }
  .boom .page.activity.activities .box {
    overflow-y: auto;
  }
}
.boom .page.activity.activities .content {
  padding-bottom: 60px;
}
.boom .page.activity.activities .icons {
  text-align: center;
}
.boom .page.activity.activities .icons .icon {
  border-radius: 4px;
  background-color: white;
  padding: 25px 15px 15px 15px;
  margin: 10px 0px 15px 0px;
  display: block;
}
.boom .page.activity.activities .icons .icon img {
  width: 128px;
  height: 128px;
  margin-bottom: 10px;
}
.boom .page.activity.activities .icons .icon .description {
  min-height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #212529;
}
.boom .page.activity.activities .icons .icon .description div,
.boom .page.activity.activities .icons .icon .description span {
  flex-grow: 1;
}
.boom .page.activity.activities .slider {
  top: 40px;
  opacity: 0;
  transition: opacity;
  transition-duration: 2000ms;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
}
.boom .page.activity.activities .slider .slides {
  position: relative;
  display: flex;
}
.boom .page.activity.activities .slider .navigation {
  width: 100%;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: -100px;
}
@media (max-width: 525px) {
  .boom .page.activity.activities .slider .navigation {
    bottom: -65px;
  }
}
.boom .page.activity.activities .slider .navigation span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: gray;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}
.boom .page.activity.activities .slider .navigation span.active {
  background-color: black;
  cursor: default;
}
.boom .page.activity.activities .slider .slide {
  position: relative;
  min-width: 85%;
  max-width: 85%;
  white-space: normal;
  transition: all 400ms ease-in-out;
  z-index: 100;
}
.boom .page.activity.activities .slider .slide .scrollbox {
  margin-top: 64px;
  padding-top: 74px;
  background-color: white;
  border-radius: 4px;
  height: calc(100vh - 250px - 164px);
  overflow-y: hidden;
}
@media (max-width: 525px) {
  .boom .page.activity.activities .slider .slide .scrollbox {
    height: calc(100vh - 315px);
  }
}
.boom .page.activity.activities .slider .slide > div > span.photo {
  background-position: center center;
  background-size: cover;
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
  padding: 10px;
  border: 5px solid #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -60px;
  z-index: 1001;
  background-color: white;
}
.boom .page.activity.activities .slider .slide.previous,
.boom .page.activity.activities .slider .slide.next {
  opacity: 0.2;
}
.boom .page.activity.activities .slider .slide.active {
  transform: scale(1.1);
  z-index: 101;
}
.boom .page.activity.activities .slider .slide.active .scrollbox {
  overflow-y: auto;
}
.boom .page.activity.activities .slider .slide .photo {
  text-align: center;
  background: linear-gradient(to top, #fff 65%, transparent 35%);
  border-radius: 4px 4px 0 0;
  position: relative;
}
.boom .page.activity.activities .slider .slide .name {
  font-size: 24px;
}
.boom .page.activity.activities .slider .slide .title {
  color: #b3b3b3;
  font-size: 14px;
}
.boom .page.activity.activities .slider .slide .content {
  background: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 0 0 4px 4px;
  white-space: pre-wrap;
}
body.swiper .page.activity.activities .slider {
  opacity: 1;
}
body.swiper .page.activity.activities .box {
  overflow: hidden;
}
.boom .about-activity-box .card {
  display: flex;
  padding: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.boom .about-activity-box h2 {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.boom .about-activity-box .stand-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.boom .about-activity-box .stand-info .image {
  width: 75px;
  height: 75px;
  margin-right: 20px;
}
.boom .about-activity-box .stand-info .image img {
  max-height: 100%;
  max-width: 100%;
}
.boom .about-activity-box .stand-info .info h2 {
  margin: 0 0 8px 0;
  text-align: left;
}
.boom .about-activity-box .stand-info .info span {
  display: block;
  font-size: 0.8em;
  font-weight: 100;
  line-height: 1.2;
}
.boom .about-activity-box .about {
  white-space: pre-line;
}
.boom .about-activity-box .about li.ql-indent-1 {
  margin-left: 25px;
}
.boom .about-activity-box .about li.ql-indent-2 {
  margin-left: 50px;
}
.boom .about-activity-box .employees {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.boom .about-activity-box .info-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.boom .about-activity-box .info-list .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 10px;
}
.boom .about-activity-box .info-list img {
  height: 60px;
  width: 60px;
  border-radius: 20px;
  margin-right: 10px;
}
.boom .about-activity-box .info-list span {
  display: block;
  max-width: 250px;
  font-size: 0.85em;
  line-height: 1.3;
  width: 300px;
}
@media (max-width: 767px) {
  .boom .about-activity-box .info-list span {
    width: auto;
  }
}
.boom .about-activity-box .contact-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media only screen and (max-width: 800px) {
  .boom .about-activity-box .contact-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.boom .about-activity-box .contact {
  display: flex;
  font-size: 0.8em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}
.boom .about-activity-box .contact i {
  font-size: 2em;
  margin-right: 20px;
  width: 30px;
  text-align: center;
}
.boom .about-activity-box .contact span {
  display: block;
}
.boom .about-activity-box .contact h3 {
  font-size: 1.3em;
  margin-bottom: 0.1rem;
}
.boom .about-activity-box .slider-container {
  margin: 0 auto 10px auto;
  max-width: 500px;
}
.boom .about-activity-box .slider-container .slick-next:before,
.boom .about-activity-box .slider-container .slick-prev:before {
  font-family: FontAwesome;
  color: #000;
  font-size: 26px;
  line-height: 26px;
}
.boom .about-activity-box .slider-container .slick-prev:before {
  content: "\F0D9";
}
.boom .about-activity-box .slider-container .slick-next:before {
  content: "\F0DA";
}
.boom .about-activity-box .slide-page {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 500px;
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .boom .about-activity-box .slide-page {
    width: 90vw;
    height: 60vw;
  }
}
.boom .about-activity-box .slide-page p {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 0;
  padding: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.boom .about-activity-box .slick-dots {
  white-space: nowrap;
  overflow: hidden;
}
.boom .about-activity-box .slick-dots li button:before {
  font-size: 12px;
}
@media (max-width: 767px) {
  .boom .about-activity-box .slider-container {
    max-width: 100%;
  }
}
.boom .page.activity.activities .gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: white;
}
.boom .page.activity.activities .gallery .close {
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  position: static;
}
.boom .page.activity.activities .slider.full {
  height: 100%;
  top: 0;
}
.boom .page.activity.activities .slider.full.empty {
  opacity: 1;
}
.boom .page.activity.activities .slider.full .slides {
  height: 100%;
}
.boom .page.activity.activities .slider.full .info-overlay {
  color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  height: auto;
}
.boom .page.activity.activities .slider.full .info-overlay.top {
  position: fixed;
  max-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  color: #666666;
  text-align: center;
  z-index: 110;
  display: flex;
  justify-content: center;
  height: 64px;
}
.boom .page.activity.activities .slider.full .info-overlay.top .numbers {
  display: table-cell;
  vertical-align: middle;
}
.boom .page.activity.activities .slider.full .info-overlay.top .back {
  float: right;
  padding: 0;
  display: table-cell;
}
.boom .page.activity.activities .slider.full .info-overlay.top .back img {
  height: 20px;
}
.boom .page.activity.activities .slider.full .info-overlay.bottom {
  background-color: rgba(0, 0, 0, 0.4);
}
.boom .page.activity.activities .slider.full .slide {
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boom .page.activity.activities .slider.full .slide > div {
  height: 100%;
}
.boom .page.activity.activities .slider.full .slide > div > img {
  border-radius: 0;
  background: #fff;
  padding: 0;
  border: none;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.boom .page.activity.activities .slider.full .slide .image-container {
  position: relative;
  height: 100%;
  height: calc(100% - 34px);
  width: 100%;
}
.boom .page.activity.activities .slider.full .slide .image-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.boom .page.activity.activities .slider.full .slide .image-container iframe {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.boom .page.activity.activities .slider.full .slide .video-container {
  margin: 0 auto;
  position: relative;
  height: 100%;
  height: calc(100% - 34px);
  width: 100%;
}
.boom .page.activity.activities .slider.full .slide .video-container img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.boom .page.activity.activities .slider.full .slide .video-container span {
  position: absolute;
  display: block;
  background: url(/images/youtube_social_icon_red.png);
  width: 64px;
  height: 45px;
  top: calc(45% - 50px);
  left: calc(50% - 32px);
  z-index: 10;
}
@media (max-width: 525px) {
  .boom .page.activity.activities .slider.full .slide .video-container span {
    top: calc(45% - 70px);
  }
}
@media (max-width: 320px) {
  .boom .page.activity.activities .slider.full .slide .video-container span {
    top: calc(45% - 90px);
  }
}
.boom .page.activity.activities .slider.full .slide .video-container iframe {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.boom .page.activity.activities .slider.full .slide.previous,
.boom .page.activity.activities .slider.full .slide.next {
  opacity: 1;
}
.boom .page.activity.activities .slider.full .slide.active {
  transform: scale(1);
}
.boom .page.activity.activities .pager {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.boom .page.activity.activities .pager span {
  font-size: 10px;
}
.boom .page.activity.activities .pager i {
  font-size: 30px;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .boom .page.activity.activities .pager i {
    display: none;
  }
}
.boom .page.activity.activities .pager i:nth-of-type(1) {
  margin-right: 30px;
}
.boom .page.activity.activities .pager i:nth-of-type(2) {
  margin-left: 30px;
}
.boom .page.activity {
  padding-bottom: 60px;
}
.boom .page.activity .background {
  position: fixed;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -100;
}
.boom .page.activity .background > div {
  width: 100%;
  height: 100%;
  filter: blur(3px);
  opacity: 0.25;
  background-size: cover;
  background-position: top center;
}
.boom .page.activity .loading-box {
  z-index: -99;
  background-color: transparent;
}
.boom .page.activity.index .card-body {
  padding: 0.5rem 0.8rem;
}
.boom .page.activity.index h4 {
  font-size: 16px;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boom .page.activity.index .pavilion {
  color: #999;
  font-size: 12px;
}
.boom .page.activity.index .events {
  display: flex;
  margin-bottom: 20px;
}
.boom .page.activity.index .events h4 {
  color: #212529;
  font-size: 16px;
  text-overflow: initial;
  white-space: normal;
}
.boom .page.activity.index .events .card-body {
  padding: 20px;
}
.boom .page.activity.index .events .image {
  padding: 10px;
}
.boom .page.activity.index .events .image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .boom .page.activity .container {
    padding: 0px;
  }
  .boom .page.activity .container .job-box {
    padding-bottom: 0px;
  }
  .boom .page.activity.jobs,
  .boom .page.activity.index {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    padding-bottom: 0px;
  }
  .boom .page.activity.jobs .container,
  .boom .page.activity.index .container {
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .boom .page.activity .display-4 {
    font-size: 1.6rem;
  }
}
.boom .page.activity .content {
  padding-top: 20px;
}
.boom .page.activity .content .display-4 {
  margin-bottom: 15px;
}
.boom .job-details .job-content .plain {
  padding: 20px 25px;
  white-space: pre-wrap;
}
.boom .job-details .job-content ul {
  margin-top: -12px;
}
.boom .job-details .apply {
  padding-top: 1rem;
}
.boom .rsprs__header {
  color: #fff;
  margin-top: 40px;
  padding: 30px 25px 0 25px;
  position: relative;
  background: #087954 url(/images/rs-job-background.png) center center;
  background-size: cover;
}
.boom .rsprs__header_content {
  padding-bottom: 20px;
}
.boom .rsprs__logo {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 180px;
}
.boom .rsprs__logo img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .boom .rsprs__header {
    background-image: url(/images/rs-job-background-mobile.png);
  }
  .boom .rsprs__header_content .row {
    margin: 0;
  }
  .boom .rsprs__logo_container {
    order: -1;
  }
  .boom .rsprs__logo {
    display: inline-block;
    margin-bottom: 30px;
  }
}
.boom .rsprs__job-content {
  background-color: #fff;
  padding: 0 40px 40px 40px;
}
.boom .rsprs__job-content ul {
  margin-top: 0 !important;
}
.boom .rsprs__job-content strong {
  font-weight: bold;
}
.boom .rsprs__job-content h3,
.boom .rsprs__job-content h4,
.boom .rsprs__job-content h6 {
  color: #087954;
  font-weight: bold;
  padding-top: 25px;
  margin-top: 0;
}
.boom .rsprs__job-content h3,
.boom .rsprs__job-content h4 {
  font-size: 1.4em;
}
.boom .rsprs__job-content h1,
.boom .rsprs__job-content h4,
.boom .rsprs__job-content h6 {
  text-align: center;
}
.boom .rsprs__job-content h6 {
  font-weight: bold;
}
.boom .rsprs__job-content a {
  color: #087954;
  text-decoration: underline;
}
.boom .rsprs__job-content a:hover {
  color: #0d965c;
}
.boom .job-details .job-content .plain {
  padding: 20px 25px;
  white-space: pre-wrap;
}
.boom .job-details .job-content ul {
  margin-top: -12px;
}
.boom .job-details .apply {
  padding-top: 1rem;
}
.boom .page.activity.activities.chat .send input[type="text"].form-control {
  padding-right: 40px;
}
.boom .page.activity.activities.chat .menu {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.boom .page.activity.activities.chat form {
  position: relative;
}
.boom .page.activity.activities.chat form .fa {
  position: absolute;
  top: 16px;
  right: 15px;
}
.boom .page.activity.activities.chat .title {
  position: fixed;
  top: 0px;
  z-index: 111;
  width: calc(100% - 200px);
  left: 100px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boom .page.activity.activities.chat .status {
  text-align: center;
  padding: 5px;
}
.boom .page.activity.activities.chat .box {
  margin-top: 65px;
}
.boom .page.activity.activities.chat .auth-providers .provider span {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boom .page.activity.activities.chat .chat-box {
  margin-top: 30px;
}
.boom .page.activity.activities.chat .chat-box .video-chat a {
  color: #212529;
  text-transform: uppercase;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  top: 80px;
  right: 20px;
}
.boom .page.activity.activities.chat .chat-box .video-chat a i {
  margin-right: 5px;
}
.boom .page.activity.activities.chat .days .day .date {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px gray;
}
.boom .page.activity.activities.chat .days .day .dm {
  padding: 10px 0px;
}
.boom .page.activity.activities.chat .days .day .msg {
  margin-bottom: 3px;
}
.boom .page.activity.activities.chat .days .day .msg:last-child {
  margin-bottom: 0px;
}
.boom .page.activity.activities.chat .days .day .msg.admin {
  text-align: right;
}
.boom .page.activity.activities.chat .days .day .msg.admin .content {
  background-color: #cce5ff;
  margin-left: 50px;
}
.boom .page.activity.activities.chat .days .day .msg.customer .content {
  margin-right: 50px;
}
.boom .page.activity.activities.chat .days .day .msg .content {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e2e3e5;
  border-radius: 0.25rem;
}
.boom .page.activity.activities.chat .notification-indicator {
  margin-top: 10px;
}
.boom .page.activity.activities.chat .notification-indicator input {
  width: 16px;
  cursor: pointer;
}
.boom .page.activity.activities.chat .notification-indicator span {
  margin-left: 8px;
}
.boom .site-alert {
  background: #d95353;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  text-transform: none;
  font-size: 40px;
  font-size: 2.5rem;
}
.boom .auth-providers {
  margin-top: 30px;
}
.boom .auth-providers button {
  margin: 10px 0;
  min-width: 200px;
  padding: 15px;
  text-align: center;
}
.boom .auth-providers .facebook {
  background: #3b5998;
}
.boom .auth-providers .google {
  background: #dd4b39;
}
.boom .infobox {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 110vh;
  left: 0px;
  width: 100%;
  z-index: 1000;
  transition: top 500ms;
  height: 100%;
}
.boom .infobox .container-fluid {
  flex-grow: 1;
  background-color: white;
  overflow-y: auto;
  background-color: rgba(238, 238, 238, 0.9);
}
.boom .infobox .container .card {
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: 30px;
  margin-bottom: 60px;
}
.boom .infobox.visible {
  top: 0px;
}
.boom .infobox .menu .navbar {
  height: 65px;
}
.boom .infobox .menu .items {
  flex: 1;
}
.boom .infobox .menu .items .close {
  width: 32px;
  height: 32px;
  float: right;
}
.boom .infobox.overlay.nagrada .card {
  max-width: 700px;
  margin: 0 auto;
  background-color: transparent;
  border: 0;
  margin-top: 50px;
}
.boom .infobox.overlay.nagrada .card h1 {
  text-align: center;
  margin-bottom: 2rem;
}
.boom .infobox.overlay.nagrada .prize-conformation {
  text-align: center;
}
.boom .infobox.overlay.nagrada .prize-conformation .icon {
  margin: 0 auto 30px auto;
}
.boom .infobox.overlay.nagrada .prize-conformation .icon img {
  width: 128px;
  height: 128px;
}
.boom .prize-form.content {
  padding-top: 20px;
  padding-bottom: 60px;
}
.boom .prize-form form {
  position: relative;
  margin-top: 20px;
}
.boom .prize-form form .shade {
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  overflow: hidden;
  border-radius: 0.25rem;
  border: solid 1px gray;
  display: none;
}
.boom .prize-form form .shade .loading-box {
  position: absolute;
  background-color: white;
}
.boom .prize-form form.thank-you .shade.thank-you {
  background-color: white;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.boom .prize-form form.thank-you div {
  text-align: center;
}
.boom .prize-form form.thank-you div .fa {
  color: yellowgreen;
}
.boom .prize-form form.loading .shade.loading {
  display: block;
}
.boom .giveaway {
  animation: pulse 1s infinite;
  background: #cca82d;
  border-radius: 500px;
  bottom: 20px;
  box-shadow: 0 0 0 rgba(222, 143, 250, 0.6);
  cursor: pointer;
  display: block;
  position: fixed;
  right: 20px;
  width: 75px;
  height: 75px;
  z-index: 150;
}
.boom .giveaway img {
  width: 100%;
  height: 100%;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(222, 143, 250, 0.6);
    transform: scale(1.2);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(222, 143, 250, 0);
    transform: scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(222, 143, 250, 0);
    transform: scale(1);
  }
}
.boom .fast-apply-container .fast-apply-start {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1080px;
  background-color: #96c93d;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  padding: 8px 15px;
  line-height: 32px;
  margin: 0;
  font-weight: bold;
  display: block;
  text-align: center;
}
.boom .fast-apply-container .modal-sm {
  max-width: 320px;
}
.boom .fast-apply-container #fast-apply-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.boom .fast-apply-container #fast-apply-modal .modal-content {
  background: #fafafa;
}
.boom .fast-apply-container #fast-apply-modal .modal-content .title {
  font-size: 24px;
}
.boom .fast-apply-container #fast-apply-modal .modal-content .no-gutters {
  padding: 30px 20px 10px 20px;
}
.boom .fast-apply-container #fast-apply-modal .modal-content .sub-title img {
  margin: auto;
  display: block;
}
.boom .fast-apply-container #fast-apply-modal .modal-body {
  padding: 20px 20px 30px 20px;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .btn-application {
  background: #ffffff;
  border: 0;
  padding: 8px;
  width: 278px;
  margin-top: 20px;
  text-align: left;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.boom .fast-apply-container #fast-apply-modal .modal-body .btn-application:hover {
  cursor: pointer;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .btn-application .btn-img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: #e7e7e8;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .btn-submit {
  color: #ffffff;
  background: #96c93d;
  width: 145px;
  text-align: center;
  display: block;
  margin: 30px auto 0 auto;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .card-body {
  position: relative;
  padding: 0;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .application-form {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.boom .fast-apply-container #fast-apply-modal .modal-body .application-form .fast-apply-error {
  color: red;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .application-form .form-group.error {
  color: red;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .application-form .form-group.error input {
  background: lightpink;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .application-form .form-group div {
  font-size: 11px;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .application-form input {
  background: #e7e7e8;
  border: 0;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .application-form label {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .application-form .form-check-input {
  margin-left: 0;
  right: 0;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .application-form .form-check {
  padding: 0;
}
.boom .fast-apply-container #fast-apply-modal .modal-body .tos-info {
  padding-top: 10px;
}
.boom .sticky-bottom {
  background: #fff;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  bottom: 0;
}
.boom .sticky-bottom .successButton {
  border-color: #EEEEEE;
}
.boom .filters-1 .form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
.boom .filters-1 .form-group .search-box {
  width: 100%;
  position: relative;
}
.boom .filters-1 .form-group .search-box i {
  position: absolute;
  right: 15px;
  top: 15px;
}
.boom .filters-1 .sput-filters {
  margin-bottom: 12px;
}
.boom .filters-1 .sput-filters button.add-filter {
  margin-left: 0;
  margin-right: 10px;
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
  line-height: 1.1;
}
.boom .filters-1 .sput-filters button.add-filter span {
  margin-right: 10px;
}
.boom .filters-1 .sput-filters .filters-active .filters-active-item {
  background-color: #FFFFCC;
  border: 1px solid #c2c29c;
  padding: 5px 10px;
  font-size: 13px;
  margin: 4px 4px 0 0;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.boom .filters-1 .sput-filters .filters-active .filters-active-item:before {
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
  content: "\F00D";
  float: right;
}
.boom .search-filter .form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
.boom .search-filter .form-group .search-box {
  width: 100%;
  position: relative;
}
.boom .search-filter .form-group .search-box i {
  position: absolute;
  right: 15px;
  top: 15px;
}
.boom .search-filter .filters {
  margin-bottom: 12px;
}
.boom .search-filter .filters button.add-filter {
  margin-left: 10px;
  margin-right: 0;
  padding: 0.5rem 0.8rem;
  font-size: 1.1rem;
  line-height: 1.1;
}
.boom .search-filter .filters button.add-filter span {
  margin-right: 10px;
}
.boom .search-filter .filters-active .filters-active-item {
  background-color: #FFFFCC;
  border: 1px solid #c2c29c;
  padding: 5px 10px;
  font-size: 13px;
  margin: 4px 4px 0 0;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.boom .search-filter .filters-active .filters-active-item:before {
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
  content: "\F00D";
  float: right;
}
.boom .filters-3 {
  margin-bottom: 12px;
}
.boom .filters-3 .btn-dropdown {
  width: 100%;
  background: white;
  color: #212529;
  text-align: left;
  height: 48px;
  border: 1px solid #CED4DA;
}
.boom .filters-3 .btn-dropdown:after {
  font-family: FontAwesome;
  content: '\F107';
  color: #B3B3B3;
  position: absolute;
  font-size: 26px;
  line-height: 26px;
  right: 30px;
  top: 10px;
  border: none;
}
.boom .filters-3 .dropdown-menu {
  font-size: 0.8rem;
  max-height: 300px;
  width: 250px;
  overflow: auto;
  padding: 0;
  margin: 0 15px;
}
.boom .filters-3 .dropdown-menu span {
  cursor: pointer;
}
.boom .filters-3 .dropdown-menu .search {
  padding: 5px;
  position: sticky;
  background-color: white;
  top: 0;
  z-index: 1;
}
.boom .filters-3 .dropdown-menu .search input {
  background: url('/images/search.svg') no-repeat 6px 7px;
  background-size: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px 10px 3px 28px;
  width: 100%;
}
.boom .filters-3 .btn-secondary:not(:disabled):not(.disabled).active,
.boom .filters-3 .btn-secondary:not(:disabled):not(.disabled):active,
.boom .filters-3 .show > .btn-secondary.btn-dropdown {
  color: #ffffff;
  background: #007BFF;
  outline: none;
}
.boom .filters-3 .btn-secondary:not(:disabled):not(.disabled).active:after,
.boom .filters-3 .btn-secondary:not(:disabled):not(.disabled):active:after,
.boom .filters-3 .show > .btn-secondary.btn-dropdown:after {
  content: '\F106';
}
.boom .filters-3 .btn-secondary.focus,
.boom .filters-3 .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0);
}
.boom .filters-3 .dropdown-item {
  height: 30px;
  background: #eeeeee;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  color: #007BFF;
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boom .filters-3 .dropdown-item:hover {
  color: #ffffff;
  background: #007BFF;
}
.boom .filters-3 .dropdown-item:before {
  padding-right: 0;
  margin-right: 0.5rem;
  font-family: FontAwesome;
  content: '\F096';
}
.boom .filters-3 .dropdown-item.active {
  font-weight: bold;
}
.boom .filters-3 .dropdown-item.active:before {
  content: '\F046';
}
.boom .filters-3 .filters-active .filters-active-item {
  background-color: #007BFF;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 13px;
  margin: 4px 4px 0 0;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.boom .filters-3 .filters-active .filters-active-item:before {
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
  content: "\F00D";
  float: right;
}
.boom .countdown {
  flex-grow: 1;
  font-weight: 700;
  padding: 0 0 0 20px;
}
.boom .countdown .content {
  border: 1px solid;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 10px;
}
.boom .countdown .content img {
  height: 16px;
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
  width: 16px;
}
@media (max-width: 767px) {
  .boom .countdown {
    display: none;
  }
}
.boom.sezonac .homepage .content {
  background-position: 80% 42%;
  background-size: auto;
}
.boom.hrdays .nav-link-jobs {
  display: none;
}
.boom.hrdays .pavilions-box .spacer {
  text-align: center;
}
.boom.hrdays .pavilions-box .spacer img {
  width: 50%;
}
.boom.hrdays .pavilions-box .pavilions .card {
  background: transparent;
}
.boom.hrdays .pavilions-box .pavilions .card .card-body {
  background: #fff;
}
.boom.hrdays .pavilions-box .pavilions .card img {
  display: inline;
}
.boom.hrdays .pavilions-box .pavilions .card .cta {
  display: none;
}
.boom.hrdays .pavilions-box .pavilions .card .title {
  background: rgba(125, 125, 125, 0.6);
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.8rem;
  left: 0;
  bottom: -30px;
}
.boom.hrdays .pavilions-box .pavilions .card .description {
  display: none;
}
.homepage {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.homepage .content {
  display: flex;
  flex-grow: 1;
  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  position: relative;
}
.homepage .content .pavilions {
  align-self: end;
}
.loading-box {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  background-color: #f2f2f2;
}
.loading-box .card {
  text-align: center;
  min-width: 250px;
  align-self: center;
}
.loading-box .card img {
  margin-bottom: 10px;
}
.boom .video {
  aspect-ratio: 1.77777778;
  width: 100%;
}
.boom {
  /*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
  /*Left*/
  /*Right*/
  /**
FILTER MODAL!
**/
}
.boom .container-fluid {
  padding: 0;
}
.boom a {
  text-decoration: none;
}
.boom .main.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.boom .loading-screen {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.boom .page.loading {
  display: flex;
  justify-items: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  background-color: #f2f2f2;
}
.boom .page.loading .content {
  display: flex;
  flex-grow: 1;
  background-position: top center;
  background-size: cover;
  position: relative;
  align-items: center;
}
.boom .page.loading .content .loading-container #loading-image {
  display: block;
  margin: auto;
}
.boom .page.loading .content .loading-container .loading-text {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 25px;
}
.boom .modal.left .modal-dialog,
.boom .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.boom .modal.left .modal-content,
.boom .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.boom .modal.left.fade .modal-dialog {
  left: 0;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.boom .modal.left.fade.in .modal-dialog {
  left: 0;
}
.boom .modal.right.fade .modal-dialog {
  right: 0;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.boom .modal.right.fade.in .modal-dialog {
  right: 0;
}
.boom .modal.right .modal-dialog,
.boom .modal.left .modal-dialog {
  width: 100%;
}
.boom .filter-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.boom .filter-modal .modal-header {
  padding: 8px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #007BFF;
  color: white;
  display: block;
}
.boom .filter-modal .modal-header h4.modal-title {
  margin-bottom: 0;
}
.boom .filter-modal .modal-header .modal-title {
  font-size: 16px;
}
.boom .filter-modal .modal-header .close {
  opacity: 1;
}
.boom .filter-modal .modal-header .close i {
  color: white;
}
.boom .filter-modal .modal-body {
  padding: 3px;
}
.boom .filter-modal .successButton {
  background-color: #96C93D;
  width: 100%;
  margin-top: 3px;
}
.boom .filter-modal .filter-group .row {
  margin: 0;
}
.boom .filter-modal .filter-name,
.boom .filter-modal .filter-item {
  color: #007BFF;
  margin: 1px;
  border-radius: 4px;
  cursor: pointer;
}
.boom .filter-modal .filter-name {
  padding: 8px 20px;
  background-color: #CCE4FF;
}
.boom .filter-modal .filter-name:before {
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
  content: "\F054";
  float: right;
}
.boom .filter-modal .filter-name.collapsed:before {
  content: "\F078";
}
.boom .filter-modal .filter-item {
  padding: 8px 30px;
  background-color: #F1F1F1;
}
.boom .filter-modal .filter-item.selected {
  background-color: #007BFF;
  color: white;
}
.boom .filter-modal .filter-item.active {
  font-weight: bold;
}
.boom .filter-modal .filter-item:before {
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
  content: "\F00C";
  float: right;
}

/*# sourceMappingURL=styles.css.map*/